/*
Theme Name: Lawyer Trust Fund of Illinois
Description: Custom theme based on Underscores.me
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags:

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/


/* @group Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0; font-family: inherit; font-size: 100%; font-style: inherit; font-weight: inherit; margin: 0; outline: 0; padding: 0; vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {display: block;}
ol, ul {list-style: none;}
table { /* tables still need 'cellspacing="0"' in the markup */ border-collapse: separate; border-spacing: 0;}
caption, th, td {font-weight: normal; text-align: left;}
blockquote:before, blockquote:after,
q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a:focus {outline: thin dotted;}
a:hover, a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */outline: 0;}
a img {border: 0;}
/* @end */

/* @group Typography
----------------------------------------------- */

h1, h2, h3, h4, h5, h6, p, li, table, input, body {
	font-family: 'Museo Sans', sans-serif;
	font-weight: 300;
}

b, strong {font-weight: 500;}

.contact-info p, p.sitedesign {
	font-size: 12px; font-size: 1.2rem;
	line-height: 18px; line-height: 1.8rem;
}

#auxnav ul li, p.allnews, #news p.date, .wp-caption-text, .entry-meta, input.field, table, .widget_wenderhost-subpages h1, .threecol li, #secondary p, #secondary li, #secondary div.textwidget, .entry-date {
	font-size: 13px; font-size: 1.3rem;
	line-height: 19px; line-height: 1.9rem;
}

.main-navigation li, #news h4 {
	font-size: 16px; font-size: 1.6rem;
	line-height: 22px; line-height: 2.2rem;
}

body.home .entry-content p {
	font-size: 15px; font-size: 1.5rem;
	line-height: 21px; line-height: 2.1rem;
}

.site-info li, .threecol p, #news h3, p, li, #secondary h2, .paging-navigation, .post-navigation, .main-navigation ul ul li, .entry-content h2, .entry-summary h2 {
	font-size: 14px; font-size: 1.4rem;
	line-height: 20px; line-height: 2.0rem;	
}

#content h1.entry-title {
	font-size: 18px; font-size: 1.8rem;
	line-height: 24px; line-height: 2.4rem;
}

h2 {
	font-size: 20px; font-size: 2.0rem;
	line-height: 26px; line-height: 2.6rem;
}

#content h1, body.single #content h1.entry-title {
	font-size: 21px; font-size: 2.1rem;
	line-height: 27px; line-height: 2.7rem;
}

#secondary li#rss {
	background:url('images/ico-rss.png') no-repeat 0 0;
	padding-left: 25px;
	padding-top: 2px;
}

/* @end */

/* @group Global
----------------------------------------------- */

body {
	background: #fafafa;
	border-top: 9px solid #169bbf;
}

.site-header, #main, .site-footer, #news-inner  {width: 940px;}	

body,
button {
	color: #404040;
	font-size: 12px; font-size: 1.2rem;
	line-height: 1.5;
}

input,
select,
textarea {
	color: #404040;
	font-size: 13px; font-size: 1.3rem;
	line-height: 1.5;
}

p, li {
	color: #4b4b4b;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 15px 60px;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}

input {
    -webkit-appearance: none;
    border-radius: 0;
}

button,
input,
select,
textarea {
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
	*overflow: visible;  /* Corrects inner spacing displayed oddly in IE6/7 */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	background: #e6e6e6;
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: 1.12em 1.5em 1em;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	-webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
	box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type=text],
input[type=email],
input[type=password],
input[type=tel],
textarea {
	color: #404040;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
textarea:focus {
	color: #111;
}
input[type=text],
input[type=email],
input[type=password],
input[type=tel] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/* Links */
a {
	color: #078120;
	text-decoration: none;
}
a:visited {
	color: #078120;
}
a:hover,
a:focus,
a:active {
	color: #000;
	text-decoration: underline;
}

#content a {text-decoration: underline;}
#content a:hover {text-decoration: none;}

#content #features a {text-decoration: none;}
#content #features a:hover {text-decoration: underline;}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.assistive-text {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
/* @end */

/* @group Aux Nav
----------------------------------------------- */

#auxnav {
	float: right;
}

#auxnav ul, .site-info ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
}

#auxnav li, .site-info li {
	float: left;
	position: relative;	
}
	#auxnav li {
		margin-top: 4px;
	}
#auxnav li a, .site-info li a {
	border-left: 1px solid #cdcdcd;
	padding: 0 10px;
}
	#auxnav li.fb a,
	#auxnav li.tw a {
		padding: 0 10px 0 0;
		border-left: none;
	}
	.site-info li.contact a {
		border: none;
	}
	#auxnav li a {
		color: #676767;
	}

.fb, .tw {
	text-indent: -99999px;
}

li.fb a, li.tw a {
	width: 20px;
	height: 20px;
	display: block;
}

li.fb a {background: url('images/fb.png') no-repeat left top;}
li.tw a {background: url('images/tw.png') no-repeat left top;}


#auxnav li.fb a:hover,
#auxnav li.tw a:hover,  
.site-info li.fb a,
.site-info li.tw a {background-position: 0 -20px;}
.site-info li.fb a:hover,
.site-info li.tw a:hover {background-position: 0 -40px;}



/* @end */

/* @group Header
----------------------------------------------- */

.site-header {
	margin: 0 auto;
	position: relative;
	z-index: 10;
}

h1.site-title {
	margin-top: 27px;
	margin-left: 20px;
	max-width: 200px;
	clear: none;
}

/* @end */

/* @group Menu
----------------------------------------------- */

.main-navigation {
	clear: both;
	display: block;
	margin-top: -92px;
	margin-left: 245px;
}
.main-navigation ul {
	list-style: none;
	float: right;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	float: left;
	padding: 0 0 0 40px;
	position: relative;
}
.main-navigation a {
	display: block;
	text-decoration: none;
	height: 25px;
}
.main-navigation ul ul {
	background: #fff;
	border: 1px solid #dcdcdc;
	display: none;
	float: left;
	position: absolute;
		top: 25px;
		left: 40px;
	z-index: 99999;
	padding: 3px 0;
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {
	width: 140px;
	height: auto;
}
.main-navigation ul ul li {
	padding: 6px 20px;
	border-bottom: 1px solid #dcdcdc;
}
	.main-navigation ul ul li:last-child {
		border: none;
	}
.main-navigation li:hover > a {
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
	display: block;
}
.main-navigation li.current_page_item a,
.main-navigation li.current_page_parent a {
	color: #1d9ac0;
}

/* Small menu */
.menu-toggle {
	cursor: pointer;
	text-transform: uppercase;
	height: 30px;
	color: #fff;
	padding-left: 10px;
	background: url('images/arrow-down.png') no-repeat right top;
	font-size: 16px;font-size: 1.6rem;
}
.menu-toggle.toggled-on {
	background: url('images/arrow-up.png') no-repeat right top;
}
.main-small-navigation .menu {
	display: none;
	list-style: none;
	margin: 0;
	background: #fff;
}
.main-small-navigation .menu ul {
	list-style: none;
}
.main-small-navigation {
	background: #169bbf;
	padding: 10px 0 0 0;
	margin-top: 20px;
}

.main-small-navigation a {
	display: block;
	padding: 8px 10px;
	color: #169bbf;
}
.main-small-navigation li {
	padding: 0;
	border-top: 1px solid #dcdcdc;;
}
.main-small-navigation ul.sub-menu {
	margin: 0;
}
.main-small-navigation ul.sub-menu a {padding-left: 20px;}
.main-small-navigation ul.sub-menu ul.sub-menu a {padding-left: 40px;}
/* @end */

/* @group Content
----------------------------------------------- */

#main {
	margin: 47px auto 0 auto;
	background: #fff url('images/inner-about.jpg') no-repeat left top;
	border: 1px solid #dcdcdc;
	position: relative;
	padding: 160px 0 30px 0;
	overflow: auto;
}
	body.parent-pageid-48 #main, body.page-id-48 #main {background-image:url('images/inner-lawyers.jpg');}
	body.parent-pageid-50 #main, body.page-id-50 #main {background-image:url('images/inner-financial.jpg');}
	body.parent-pageid-51 #main, body.page-id-51 #main {background-image:url('images/inner-grants.jpg');}
	body.parent-pageid-52 #main, body.page-id-52 #main {background-image:url('images/inner-legal.jpg');}
	body.blog #main {background-image:url('images/inner-news.jpg');}
	body.page-id-43 #main, body.page-id-44 #main {background-image:url('images/inner-general.jpg');}
	
	body.home #main {
		background: none;
		border: none;
		padding: 0;
	}

#content {
	padding: 0 35px 0 35px;
}
.hentry {
	margin: 0 0 1.5em;
}
.entry-meta {
	clear: both;
	margin-bottom: 5px;
}
.byline {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

#content h1 {
	color: #1d9ac0;
	margin-bottom: 30px;
}

#content h1.entry-title {
	margin-bottom: 10px;
	font-weight: 500;
}

.entry-content h2, .entry-summary h2 {
	font-weight: bold;
	color: #1d9ac0;
	margin-bottom: 20px;
}

.entry-content p, .entry-content ul {
	margin-bottom: 25px;
}
	ul.sitemap ul.children {
		margin-bottom: 0;
		margin-top: 10px;
	}

.entry-content ul {
	margin-left: 20px;
}

#content ul ul, #content ol ul, #content ul ol {
	margin-top: 10px;
	margin-bottom: 0;
}

#content ol li {
	padding: 0 0 13px 0;
}

#content ul li, #content ol ul li {
	background: url('images/bullet.png') no-repeat 0 6px;
	list-style: none;
	padding: 0 0 10px 18px;
	margin-left: 0;
}

.entry-date {
	color: #757474;
	text-transform: uppercase;
	font-weight: bold;
}

body.blog article, body.archive article, body.search-results article {
	border-bottom: 1px solid #dcdcdc;
}

footer.entry-meta {
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	padding: 5px 0;
}

table {
	width: 100%;
	border: 1px solid #dcdcdc;
	border-bottom: none;
	border-right: none;
}

td {
	padding: 8px;
	border-bottom: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
}

.formrow {
	float: left;
	margin: 0 20px 0 0;
}

.formclear {
	clear: both;
}

form.wpcf7-form input.wpcf7-submit {
	background: #169bbf;
	border: none;
	color: #fff;
	font-size: 14px; font-size: 1.4rem;
}

form.wpcf7-form input.wpcf7-submit:hover {
	background: #0e87a7;
}

img.wpcf7-captchac {
	vertical-align: top;
	padding: 1px;
}

/* @end */

/* @group Homepage
----------------------------------------------- */

#slide {
	width: 100%;
	height: 240px;
	position: relative;
}

#slide.slide1 {background: url('images/home-lincoln.jpg') no-repeat left top;}
#slide.slide2 {background: url('images/home-equaljustice.jpg') no-repeat left top;}
#slide.slide3 {background: url('images/home-capitol.jpg') no-repeat left top;}

body.home h1.entry-title {
	display: none;
}

body.home #primary {
	width: 100%;
	float: none;
}

body.home .entry-content {
	margin: 0;
	background-color: #356642;
	background-color: rgba(19,77, 33, 0.85);
	width: 345px;
	position: absolute;
	bottom: 15px;
	right: 15px;
	padding: 15px 0 0 0;
}

body.home .entry-content p {
	padding: 0 15px;
	margin: 0 0 15px 0;
	color: #fff;
}

body.home .entry-content p a {
	color: #fff;
}

p.learnmore {
	text-align: right;
}

body.home #content {
	padding: 0;
}

#news {
	text-shadow: 1px 2px #148aaa;
}

.threecol {
	margin: 35px; 
}
	#news .threecol {
		margin: 35px 0;
	}

.threecol h2 {
	margin-bottom: 20px;
	color: #169bbf;
}

.threecol ul {
	list-style: none;
	margin-left: 0;
}

#content .threecol ul li {
	padding: 0;
	background: none;
}

.threecol li a {
	border-top: 1px solid #dcdcdc;
	padding: 6px 0;
	display: block;
}

#features .inner {
	padding: 25px 25px 0 25px;
	border: 1px solid #dcdcdc;
	background: #ffffff;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-bottomright: 15px;
	border-top-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

/* @end */

/* @group Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

#secondary .widget_wenderhost-subpages h1 a, #secondary h2 {
	display: block;
	color: #fff;
	background: #169bbf;
	padding: 8px 20px 8px 35px;
	text-transform: uppercase;
}

.widget_wenderhost-subpages h1 {
	margin-bottom: 25px;
}

#secondary ul, #secondary div.textwidget {
	margin:20px 35px;
	list-style: none;
}
	#secondary ul.children {
		margin: 5px 0 0 15px;
	}

#secondary ul li {
	padding: 0 0 18px 0;
}
	#secondary ul.children li {
		padding: 5px 0 0 0 ;
	}

.widget_wenderhost-subpages li {
	padding: 0 0 15px 0;
}

#secondary a, #secondary li.current_page_item li a {color: #666666;}
#secondary li.current_page_item a {color: #169bbf;}

#secondary div.textwidget a {color: #078120;}

/* @end */

/* @group Media
----------------------------------------------- */

.site-header img,
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
.site-header img,
.entry-content img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.site-header img,
.entry-content img,
img.size-full {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: left;
	color: #777777;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-content .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-content .gallery dd {
	margin: 0;
}
.site-content .gallery-columns-4 .gallery-item {
}
.site-content .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

.entry-content img {
	border: 1px solid #dcdcdc;
}

/* @end */

/* @group Navigation
----------------------------------------------- */

.site-content .site-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.site-content .nav-previous {
	float: left;
	width: 50%;
}
.site-content .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
/* @end */

/* @group Comments
----------------------------------------------- */

.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}
/* @end */

/* @group Widgets
----------------------------------------------- */

.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */

#searchform {
	float: right;
}

#searchform input.field {
	background: #e9e9e9;
	border: 0;
	border-radius: 0;
	padding: 4px 4px 2px 4px;
	margin-bottom: 10px;
	height: 20px;
}

#searchsubmit {
	width: 29px;
	height: 26px;
	background: #169bbf url('images/search.png') no-repeat left top;
	text-indent: -99999px;
	border: none;
	padding: 0;	
	vertical-align: top;
	margin-left: -4px;
}
/* @end */

/* @group Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll #nav-above, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll #nav-below,
.infinite-scroll.neverending #colophon { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending #colophon {
	display: block;
}
/* @end */

/* @group News
----------------------------------------------- */

#news {
	background: #169bbf;
	clear: both;
	overflow: auto;
	margin-bottom: 35px;
}

#news-inner {
	margin: 0 auto;
	position: relative;
}

#news h3, #news h4, #news p, #news a {
	color: #fff;
}

#news h3 {
	border-bottom: 1px solid #71bad8;
	text-transform: uppercase;
	background: url('images/ico-paper.gif') no-repeat left top;
	padding: 5px 0 14px 32px;
	position: relative;
	top: 30px;
	margin-bottom: 60px;
}

p.allnews {
	float: right;
	position: absolute;
	right: 0;
	top: 35px;
	z-index: 1;
}

#news p.date {
	margin-bottom: 5px;
	text-transform: uppercase;
}

#news h4 {
	margin-bottom: 20px;
}

/* @end */

/* @group Footer
----------------------------------------------- */

/*.site-footer p.backtotop {display: block; text-align: center;margin-bottom: 30px;}
#secondary p.backtotop a {color: #169bbf;}*/

.site-footer {
	margin: 35px auto 0 auto;
}

.site-footer p {
	color: #797979;
}

.contact-info strong {
	color: #169bbf;
}

.contact-info p {
	margin-bottom: 10px;
}

.sitedesign {
	float: right;
	margin-top: 12px;
}

.contact-info {float: left; width: 69.148936170213%; /* 650px/940px */
				margin-bottom: 40px;}
.footer-links {float: left; width: 30.851063829787%; /* 290px/940px */}

.footer-links li.contact a {
	padding-left: 0;
}

.site-info li.fb a,
.site-info li.tw a {
	padding: 0;
	border-left: none;
}

.site-info li.fb a {
	padding-right: 10px;
}

/* @end */

/* @group IE Hacks
----------------------------------------------- */

html.ie7 #auxnav {margin-top: 20px;}
html.ie7 .main-navigation ul ul {top: 18px;}
html.ie7 .main-navigation ul ul ul {top: 0px;}
html.ie7 body.home .entry-content {background-color: #356642;}
html.ie7 #news {margin-top: 30px;}
html.ie7 #news .threecol {margin-bottom: 0;padding-bottom: 0;}
html.ie7 p.sitedesign {float: none;margin-top: 25px;}
html.ie7 #secondary h1, html.ie7 #secondary h2 {padding-top: 10px;}
html.ie7 h1.site-title {margin-top: 0;}

/* @end */

/* @group Media Queries
----------------------------------------------- */
@media screen and (min-width: 768px) { /* Column Floats - 768px and UP */
  .threecol, #news .threecol {
  	float: left; 
  	width: 30.851063829787%; /* 290px/940px */
  	margin: 3.723404255319%; /* 35px/940px*/ margin-left: 0;}
  	.threecol.right, #news .threecol.right {margin-right: 0;}
  	#news .threecol {margin-top: 0;margin-bottom: 15px;}
  	#primary {width: 76.595744680851%; /* 720px/940px */ float: right;}
  	#secondary {width: 23.404255319149%; /* 220px/940px */ float: left;}
  	html.ie7 p.sitedesign {text-align: right;}
	html.ie7 h1.site-title {margin-top: -30px;}  	
}

@media screen and (max-width: 940px) { /* Smaller than 940px */
	.site-header, #main, .site-footer, #news-inner  {width: 100%;}	
	#auxnav {padding-right: 15px;}
	html.ie7 #auxnav {width: auto;}
	.main-navigation {margin-top: -110px;}
	#main {margin-top: 70px;padding: 140px 0 0 0;border-right:none;border-left: none;}
	#news {padding: 0 30px;}
	.contact-info, .footer-links {width: 100%; overflow: auto; margin: 0;}
	.site-footer p, .site-footer ul {margin: 0 20px 15px 20px;}
	.site-info ul, .sitedesign {float: none; clear: both; text-align: left;}
	.sitedesign {margin-top: 25px;}
	.footer-links ul {margin-bottom: 30px;}
	html.ie7 .main-navigation ul {margin-left: 190px; margin-right: 20px;}
	.main-navigation ul li:hover > ul {display: none;}
	.main-navigation li {padding: 0 0 7px 40px;}
}

@media screen and (max-width: 650px) { /* Smaller than 650px */
	#auxnav {text-align: right;padding-left:15px;}
	html.ie7 #auxnav {float: none;}
	#searchform {float: right;}
	#auxnav ul {margin-bottom: 20px; margin-left:30px; float: right;clear: right;}
	#auxnav li {float: none;}
	#auxnav li a {border: none;padding-right: 0;}
	.main-navigation {margin-top: -140px;}
	body.home .entry-content {width: auto;right: 15px;left: 15px;}
	#main {margin:0;}
	li.fb a, #auxnav li.fb a,
	li.tw a, #auxnav li.tw a {background: none;display: inline;padding-right: 0;}
	.fb, .tw {text-indent: 0;}
	h1.site-title {max-width: 130px;}
}

@media screen and (max-width: 480px) { /* Smaller than 480px */
	#auxnav {width: 45%;}
	#searchform, #auxnav ul {width: 100%;margin-left: 0;float: none;}
	#searchform input.field {width: 60%;}	
	h1.site-title {max-width: 130px;}	
	.main-small-navigation .menu {border-bottom: 10px solid #169bbf;}
	#main {background-image: none !important;padding-top: 30px;}
	.site-info li.fb a,
	.site-info li.tw a {border-left: 1px solid #cdcdcd;padding-left: 10px;}
	td {width: 100%; float: left;}
	#slide {height: 140px;}
}

@media screen and (max-width: 350px) { /* Smaller than 350px */
	#auxnav {width: auto; padding-left: 0;}
	#searchform, #auxnav ul {width: auto;}
	#searchform input.field {width: 80%;}
	#auxnav ul {margin: 0 0 10px 30px;}
	#auxnav ul li {float: left; margin: 5px 20px 15px 0px;}
	h1.site-title {margin-left: 17px;}
	div.footer-links ul li {float: none; padding: 0 0 15px 0;}
	.site-info li a, .site-info li.fb a, .site-info li.tw a {padding: 0; border: none;}
	.footer-links ul {margin-bottom: 15px;}
	#searchform input.field {width: 85%;}
}

/* @end */