/*   
Theme Name: Ice River Springs
Theme URI: 
Description: Custom Theme for Ice River Springs ste.
Author: Guy Parkinson
Author URI: http://brandworks.com/
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-l-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');


/** link colours **/
a, a:link, a:visited, a:active {
	color: #0466b3;
	text-decoration: underline;
}
a:hover, a:focus {
	color: #0466b3;
	text-decoration: none;
}

/** Layout **/
body {
	min-width: 920px;
	text-align: center;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}

#header, #main, #footer {
	position: relative;
	width: 900px;
}

#header {
	height: 122px;
	margin: 0;
	padding: 0;
}

#branding {
	float: left;
	width: 180px;
	height: 122px;
	margin: 0;
	padding: 0;
	background: url('img/logo.gif') no-repeat center top;
}

#blog-title, #blog-description {
	position: absolute;
	margin-left: -9000px;
}

#access {
	float: right;
	height: 122px;
	width: 720px;
}
#top-nav {
	float: right;
	list-style-type: none;
	height: 63px;
	margin: 0;
	padding: 0;
}

#container {
    width:900px;
    float:left;
    margin:0;
}

#main {
	padding-top: 10px;
}
/* 220px cols + 15px gutter */
#content {
	position: relative;
	float: right;
	margin: 0 0 0 0;
	width: 690px;
    overflow:hidden;
}
#content .hentry {
	width: 690px;
}
#content .col1, #content .col2{
	float: left;
	width: 135px;
}
#content .col3 {
	float: left;
	width: 133px;

}
#content .col4 {
	float: left;
	width: 135px;
	margin-left: 4px;
}
#content .col1 {
	margin-left: 0;
}
#content .hentry p, #content .hentry h1, #content .hentry h2, #content .hentry h3, #content .hentry h4, 
#content .hentry blockquote, #content .hentry ul, #content .hentry ol, #content .hentry dl, #content .hentry hr {
	width: 454px;
	clear: none;
}
#content p, #content h1, #content h2, #content h3 {
/*	padding: 0 4px; */
}
#primary {
	position: relative;
    width:180px;
    float:left;
	margin: 0 0 0 0;
}
* html #primary {
	left: 20px;
	position: relative;
}
body.home #primary img {
	text-align: center;
}

/* FEATURE BOX */
#primary div.feature {
	margin-top: 8px;
}
#primary div.feature img.featureimg {
	
}
#primary div.feature h2 {
	padding: 0 3px;
	color: #50b948;
	font-size: 12px;
	margin: .25em;
}
#primary div.feature h2 img {
}
#primary div.feature p {
	padding: 0 3px;
	margin-bottom: 0;
	font-size: 10px;
	color: #666666;
	line-height: 11px;
}
#primary div.feature a {
	display: block;
	padding: .25em 3px;
	margin-bottom: .5em;
	font-size: 10px;
	font-weight: bold;
	color: #900;
	text-transform: uppercase;
}


/** Typography **/
body, input, textarea {
    font: 14px Tahoma,Arial,sans-serif;
    line-height:18px;
	color: #666666;
}

p, ul, ol, dd, pre {
    margin-bottom:.75em;
}

h1, h2, h3, h4 {
	margin: .5em 0;
}
H1 {
	font-size: 200%;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: .8em;
	padding-bottom: .2em;
}
h1.parent-title,
h1.page-title,
h1.entry-title  {
	padding-top: 2px;
	margin-bottom: .25em;
	color: #0466b3;
}
h2.entry-title {
	padding-top: 2px;
	margin-bottom: .5em;
	font-size: 18px;
	color: #00aeef;
}
h1.page-title {
	padding-bottom: 0;
	margin-bottom: 1em;
}
#content #newsfeed h3 {
	margin-bottom: 1em;
}

#content #newsfeed, #content .col1, #content .col2, #content .col3 {
	font-size: 12px;
	line-height: 15px;
}
.entry-content h2 {
	color: #00aeef;
	
}



/** Style **/
body {
	background: url('img/bady-bg.gif') repeat-x;
}
/* menus */
#top-nav li {
	display: block;
	height: 12px;
	margin: 15px 0;
	padding: 0 1em;
	float: left;
	border-right: #33bcf2 solid 1px;
	font-family: Verdana, Arial, 'Sans Serif';
	font-weight: bold;
	font-size: 9px;
	line-height: 14px;
	color: #33bcf2;
	vertical-align: middle;
}
#top-nav li.right {
	border-right: none;
	padding-right: 0;
}
#top-nav li a {
	color: #33bcf2;
	text-decoration: none;
}
#top-nav li a:hover {
	text-decoration: underline;
}

#access {
	border: none;
}
#access #menu, #access #menu ul, #access #menu ul li, #access #menu ul li a {
	height: 34px;
	
}
#access #menu {
	clear: both;
	float: right;
}
#access #menu ul#nav {
	width: 692px;
}
#access #menu ul, #access #menu ul.sf-menu, #access #menu ul.sf-menu li, #access .sf-menu a {
	border: none;
	background: transparent;
}
#access .sf-menu a {
	padding: 0;
}
#access #menu li a {
	background: transparent url('img/menu_up.gif') no-repeat;
}
#access #menu li a:hover {
	background: transparent url('img/menu_down_r.gif') no-repeat;
}
#access #menu li.active a {
	background: transparent url('img/menu_down_r.gif') no-repeat;
}
/* menu items */
#access #menu li a.home {
	width: 47px;
	background-position: 0 0;
}
#access #menu li a.products, #access #menu li a.products:hover, #access #menu li a.products ul {
	width: 81px;
	background-position: -48px 0px;
}
#access #menu li a.locations, #access #menu li a.locations:hover, #access #menu li a.location ul {
	width: 75px;
	background-position: -129px 0px;
}
#access #menu li a.our-source, #access #menu li a.our-source:hover, #access #menu li a.our-source ul {
	width: 92px;
	background-position: -204px 0px;
}
#access #menu li a.our-process, #access #menu li a.our-process:hover, #access #menu li a.our-process ul {
	width: 99px;
	background-position: -296px 0px;
}
#access #menu li a.eco-commitment, #access #menu li a.eco-commitment:hover, #access #menu li a.eco-commitment ul {
	width: 131px;
	background-position: -395px 0px;
}
#access #menu li a.h20-benefits, #access #menu li a.h20-benefits:hover, #access #menu li a.h20-benefits ul {
	width: 103px;
	background-position: -526px 0px;
}
#access #menu li a.contact, #access #menu li a.contact:hover, #access #menu li a.contact ul {
	width: 64px;
	background-position: -628px 0px;
}
#access #menu li ul {
	list-style-type: none;
	margin-left: 6px;
	padding-bottom: 4px;
	width: 130px;
	height: auto;
	background: #c7e5fc url('img/dropdown_bg.jpg') repeat-x;
	border: 1px solid #c7e6fd;
}
#access #menu li ul li {
	list-style-type: none;
	width: 130px;
	background: transparent;
	background-image: none;
	line-height: 15px;
	height: auto;
}
#access #menu li li a, 
#access #menu li.active li a {
	background: transparent;
	background-image: none;
	padding: 5px;
	height: auto;
	color: #0466b3;
	text-decoration: none;
}
#access #menu li li a:hover, 
#access #menu li.active li a:hover {
	background: transparent;
	background-image: none;
	color: #33bcf2;
}

/*  dropdown menu */
#accordion{
	
}
#accordion .drop{
	background:#9CF;
	height:10px;
	width:150px;
	
}


/*  dropdown menu end*/

#primary {
    border:none;
    padding: 0;
    margin-bottom:22px;
}
#primary #localmenu {
	background: transparent url('img/localmenu-bg.png') no-repeat center top;
	min-height: 120px;
	padding-top: 12px;
}

* html #primary #localmenu {
	width: 180px;
	z-index: 1000;
/*	background-image:  url('img/localmenu-bg.gif'); */
}
#primary #localmenu h3 {
	padding: 0 8px 0 24px;
	margin-bottom: 4px;
	font-style: normal;
}
#primary #localmenu ul.localmenugroup {
	list-style-type: none;
	padding: 0 8px;
}
#primary #localmenu ul.localmenugroup li {
	list-style-type: none;
	height: 24px;
}
#primary #localmenu ul.localmenugroup li a {
	display: block;
	height: 24px;
	padding: 0 8px 0 16px;
	line-height: 24px;
	overflow: hidden;
	text-decoration: none;
	color: #00aeef;
}
#primary #localmenu ul.localmenugroup li a {
	background: url('img/menu-bullet.gif') no-repeat 6px 8px;
}
#primary #localmenu ul.localmenugroup li a:hover, 
#primary #localmenu ul.localmenugroup.pages li a:hover, 
#primary #localmenu ul.localmenugroup li.active {
	background-color: #bedffb;
}
#primary #localmenu ul.localmenugroup li.last {
	border-bottom: #d9d9d9 solid 1px;
	margin-bottom: 10px;
	padding-bottom: 20px;
}
#primary #localmenu ul.localmenugroup.pages li.last {
	border: none;
	padding-bottom: 0;
}
#primary #localmenu ul.localmenugroup.pages {
	padding-top: 10px;
}

#content .col1 a, #content .col2 a, #content .col3 a {
	color: #900;
	text-decoration: underline;
}
#content .col1 a:hover, #content .col2 a:hover, #content .col3 a:hover {
	text-decoration: none;
}



#content .entry-content {
	margin-top: 1em;
	padding-top: 0;
}


#content #newsfeed ul {
	list-style-type: none;
	margin: 0;
	padding: 0 4px;
}
#content #newsfeed ul li {
	list-style-type: none;
	display: block;
	margin-bottom: 1em;
	padding-left: 12px;
	background: url('img/newsfeed-bullet.gif') no-repeat 0px 3px;
}
#content #newsfeed ul li p {
	margin: 0 0 .3em 0;
	padding: 0;
}
#content #newsfeed ul li .newsdate, .joblocation {
	font-weight: bold;
	margin: .25em 0;
}
#content #newsfeed .newsdate a, .joblocation {
	color: #666666;
	text-decoration: none;
}
#content #newsfeed .newsdate a:hover {
	text-decoration: underline;
}

#content div.post {
	clear:both;
	width: 500px;
}
#content div.post,
body.single div.post .joblocation {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
#content div.post .newsdate,
body.single div.post .newsdate {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

#content div.post .newsdate a:hover {
	text-decoration: underline;
}
#content div.post,
body.single div.post .jobtitle {
	margin-bottom: 18px;
	padding-bottom: 12px;
	border-bottom: #c8c8bb solid 1px;
}
#content div.post .newstitle,
body.single div.post .newstitle, {
	font-size: 16px;
	font-weight: bold;
	color: #00aeef;
	margin-bottom: 8px;
	/*padding-bottom: 12px;
	border-bottom: #c8c8bb solid 1px;*/
}

#content div.post .newstitle a,
body.single div.post .newstitle, .jobtitle {
	font-size: 16px;
	font-weight: bold;
	color: #00aeef;
	text-decoration: none;
	
}

.jobtitle {font-size: 20px;}
body.single #content div.post .newstitle  {
	font-size: 20px;
	margin: 6px 0 0 0;
	padding-bottom: 10px;
	color: #00aeef;
}
body.single #content .hentry.post .entry-content h2 {
	font-size: 16px;
	padding: 6px 0;
}
#content div.post .newstitle {
	font-size: 20px;
	color: #00aeef;
	padding-bottom: 10px;
}
#content div.post .newscontent {
	margin-top:8px;
	font-weight:normal;
	
}
#content div.post .postmeta {
	padding: 5px;
	font-size: 90%;
	color: #333;
	background: #efefef;
	border-bottom: #ccc solid 1px;
	margin-bottom: 24px;
	clear:both;
}
#content div.post .postmeta a {
	color: #50694b;
	text-decoration: none;
}
#content div.post .postmeta a:hover {
	text-decoration: underline;
}

body.single div.post .newsdate {
	
}


#content table#joblist {
	position: relative;
	width: 100%;
	border: none;
	margin: none;
	padding: none;
	margin-top: 20px;
	font-size: 11px;
}
#content table#joblist a {
	font-weight: bold;
	color: #0466b3;
}
#content table#joblist a:hover {
	text-decoration: none;
}
#content table#joblist tr {
	border: none;
}
#content table#joblist td {
	padding: .5em 1.25em;
}
#content table#joblist td.col-left {
	width: 66%;
}
#content table#joblist thead th {
	font-size: 13px;
	font-weight: bold;
	color: #0466b3;
	background: #f2eee4;
	border-top: #d5d2c7 solid 1px;
	border-bottom: #d5d2c7 solid 1px;
	padding: .25em 1.25em;
}
#content table#joblist tbody tr:hover {
	background: #E0F2F5;
}


#content table#location-table {
	position: relative;
	border: none;
}
#content table#location-table th, td {
	padding: 1em .5em;
	margin: 0;
	border-right: none;
}
#content table#location-table td {
	border-left: #d5d2c7 solid 1px;
	border-bottom: #d5d2c7 solid 1px;	
}

#content table#location-table tr {
	border: none;
}

/* over-ridden styles from parent theme */
/* for positioning images in posts */
.entry-content img {
    margin: 1em 0;
}
#content .hentry .alignleft,
#content .hentry img.alignleft {
	float: left;
    margin-right:0;
padding-right: 20px;
}
#content .hentry .alignright,
#content .hentry img.alignright {
	position: absolute;
/*	display: inline; */
	float: right;
	right: 0;
    margin-left:0;
	margin-top: 0;
	padding-left: 20px;
}
#content .hentry .aligncenter,
#content .hentry img.aligncenter {
	margin-left:auto;
	margin-right:auto;
	display: block;
}

#content .entry-content a.watch-btn {
	display: block;
	width: 208px;
	height: 35px;
	margin: 1.5em 0;
	background: url('img/btn_normal.gif') no-repeat;
}
#content .entry-content a.watch-btn:hover {
	background: url('img/btn_dn_over.gif') no-repeat;
}
#content .post.hentry div.wp-caption img {
	margin-bottom: 0;
}
p.wp-caption-text {
	font-size: 90%;
	font-style: italic;
}



#footer {
	position: relative;
	height: 76px;
	background: url('img/footer-water.jpg') no-repeat;
	border: none;
}
#footer #siteinfo {
	position: relative;
	width: 900px;
	text-align: right;
	margin: 0;
	padding: 48px 0 0 0;
	font-family: Verdana, Arial, 'Sans Serif';
	font-weight: bold;
	font-size: 9px;
	color: #0466b3;
	
}

/* sitemap credit */
div.ddsg-credits {
	visibility: hidden;
}

/* IE PNG FIX */
img, a, div, span, li, input { behavior: url('iepngfix_v2/iepngfix.htc')}
