/*
Theme Name: Labor MP Template
Author: Chris Northey Digital Design
*/

@charset "utf-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
	background:transparent;
}
body {
	line-height:1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}
nav ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	color:#C0311A;
}
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}
mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}
input, select {
	vertical-align:middle;
}
/*--------------------------------------------*/

html {
	height:100%;
	background:url(images/bg.jpg);
	background-repeat:repeat-x;
	background-position:0 107px;
	background-color:#f1f2f2;
}
body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:.625em;
	color:#333;
	height:100%;
}
h1, h2 {
	font-family: futura-pt-n7,futura-pt,sans-serif;
	font-weight:700;
	font-style: bold;
	color:#C0311A;
	text-transform:uppercase;
}
h1 {
	font-size:2.4em;
	font-weight: 700;
}
h2 {
	font-size:2em;
	font-weight: 700;	
}
h3 {
	font-family: futura-pt-n7,futura-pt,sans-serif;
	font-size:1.8em;
	font-weight:400;	
	color:#C0311A;
	margin:0 0 10px 0;
}
h3 a {
	text-decoration:none;
}
h3 a:hover {
	text-decoration:underline;
}
a.strong {
	font-size:1.1em;
	font-weight:bold;
}
#wrapper {
	min-height: 100%;
}
#header {
	position:relative;
	z-index:5;
	background:url(images/bg_header.gif);
	background-repeat:repeat-x;
	width:100%;
	height:107px;
	
}
#header .wrapper {
	width:960px;
	margin:0 auto;
}

#header #h-rule{
	float:left; margin-left:-5px;
	width:5px; height:69px;
	background-color:#FFF;
}

#header #name{
	font-family: futura-pt-n7,futura-pt,sans-serif;
	font-weight:700;
	float:left; clear:none; font-weight:bold;
	margin:14px 0 0 20px;
	font-size:4em;
	color:#FFF;
	text-transform:uppercase;
}
#header #name a, #header #member a{
	color:#FFF;
	text-decoration:none;	
}

#header #member{
	font-family: futura-pt-n7,futura-pt,sans-serif;
	font-weight:400;
	float:left; clear:none; 
	margin:30px 0 0 8px;
	font-size:2em;
	color:#FFF;
	text-transform:uppercase;
}

#header #nav {
	font-family: futura-pt-n7,futura-pt,sans-serif;
	font-weight:400;
	float:left;
	clear:both;
	width:100%;
	height:33px;
	margin-top:0px;
}
#header #nav ul {
	float:left;
	list-style:none;
}

#header #nav li{
	background-color:#FFF;
	float:left;
	clear:none;
	height:32px;
	font-size:1.5em; font-weight:bold;
	text-transform:uppercase;	
	margin-top:6px;
	border-right:1px #FFF solid;
}
#header #nav li li{
	border-right: 1px solid #ccc;
}
#header #nav li.active{
	background-color:#c0311a;
}
#header #nav li.active a{
	color:#FFF;
}
#header #nav li.active ul li a{
	color:#c0311a;
}
#header #nav li:hover{
	background-color:#c0311a;
}

#header #nav li.inactive{
	padding:7px 20px 0 20px;	
	color:#c0311a;
	height:25px;
}
#header #nav li.inactive:hover{
	color:#FFF;
}
#header #nav li.inactive-on{
	padding:7px 20px 0 20px;	
	background-color:#c0311a;
	color:#FFF;
	height:25px;
}
#header #nav li a{
	text-decoration:none;
	display:block; width:100%; height:100%;
	padding:7px 20px 0 20px;
	outline: 0;
	
}
#header #nav li a:hover, #header #nav li li a:hover{	
	color:#FFF !important;
}

/*------------------DROP DOWN STYLING----------------*/

.jquerycssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jquerycssmenu ul li{
position: relative;
float: left;
}
	
/*1st sub level menu*/
.jquerycssmenu ul li ul{
position: absolute; float:left; clear:both; z-index:100;
left: 0; max-width:300px !important; height:auto !important;
display: block;
visibility: hidden;
border: 1px solid #ccc;
font-size:.7em;
padding:0 !important; margin:0 !important;

}

/*Sub level menu list items (undo style from Top level List Items)*/
.jquerycssmenu ul li ul li{
	width:100%; height:auto !important;
	float:left; clear:both;
	display: block;
	padding:0 !important; margin:0 !important;
	background-color:#FFF !important;
	font-size:1.3em !important;
}
.jquerycssmenu ul li ul li:hover{
	background-color:#C0311A !important;
}


.jquerycssmenu ul li ul li a{
	float:left;
	display:block; width:100%; height:100%;
	padding:10px 100px 10px 16px !important; margin:0 !important;
}
.jquerycssmenu ul li ul li a:hover{
	color:#FFF !important;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jquerycssmenu ul li ul li ul{
top: 0;
}

#header .logo{
	float:right; 
	background-image:url(images/logo_header.gif);
	width:59px; height:59px; margin-top:5px;
}

.logo a{
	width:100%; height:100%; display:block;
}

#search, #subscribe{
	float:left;
	height:26px;
	width:260px;
	margin:0px -30px 6px 0;
	padding:0 0 0 30px;
	background-image:url(images/search_box.jpg);
	background-repeat:no-repeat;
}
#subscribe{
	background-image:url(images/subscribe_box.jpg);
	margin-bottom:0;
}
#search #s, #subscribe #sub{
	width:154px;
	border:none;
	float:left;
	clear:none;
	background: transparent;
	padding:5px 4px 0 0;
	color:#999;
}
#subscribe #sub{
	width:134px;
}
#search #btn, #subscribe #btn, #subscribe .submit{
	width:60px;
	height:26px;
	display:block;
	float:left;
	clear:none;
	background:url(images/search_button.jpg);
	border:none;
}
#subscribe #btn, #subscribe .submit{
	width:81px;
	background:url(images/subscribe_button.jpg);
}
#subscribe .submit a{
	display:block; width:100%; height:100%;
}
#search #btn:hover, #subscribe #btn:hover{
	background-position:0 -26px;
	cursor:pointer;
}
#search #s{
	color:#333;	
}
#container {
	width:960px;
	margin:0 auto;
}
#container .wrapper, #container .wrapper-sidebar {
	float:left;
	clear:none;
	height:100%;
	margin-bottom:30px;
}
#container .wrapper .drop, #container .wrapper-sidebar .drop {
	width:100%; height:15px; z-index:3; position:absolute;
	background-image:url(images/shad_down.png); background-repeat:repeat-x;
}

#container .wrapper .shadow, #container .wrapper-sidebar .shadow {
	z-index:-1;
	float:left;
	width:100%;
	height:100%;
	-moz-box-shadow: 0px 0px 12px #BBB;
	-webkit-box-shadow: 0px 0px 12px #BBB;
	box-shadow: 0px 0px 12px #BBB;
}
#container .wrapper-sidebar {
	position:relative;
	z-index:2;
	background:url(images/bg_container_sidebar.jpg);
	background-repeat:repeat-y;
}
#container .wrapper #content, #container .wrapper-sidebar #content {
	position:relative;
	z-index:2;
	width:960px;
	min-height:300px;
	float:left;
	background-color:#FFF;
}
#container .wrapper-sidebar #content {
	width:670px;
	margin-bottom:30px;
}
#content .pad {
	padding:23px;
}
#content h1 {
	width:500px;
	margin-bottom:20px;
	float:left;
	clear:both;
}
#content .display-controls {
	float:right;
	clear:none;
}
#content .copy {
	float:left;
	clear:both;
	font-size:1.3em;
	line-height:1.4em;
	margin-bottom:16px;
}
#content .copy p {
	margin-bottom:16px;
}
#content .copy ul {
	list-style-position:outside;
	margin:0 0 20px 14px;
}
#content .copy h3 {
	font-size:1.5em;
	margin:30px 0 10px 0;
}
#content .copy li {
	margin-bottom:3px;
}
#content .pdf{
	background-image:url(images/pdf_icon.jpg); background-repeat:no-repeat;
	text-indent:40px;
	font-size:1.1em;
	float:left; clear:both;
	padding:10px 0 30px 0;
}
#content .author {
	font-size:1.2em;
	float:left;
	line-height:1.2em;
	font-style:italic;
}
#content .author .date {
	color:#666666;
	text-transform:uppercase;
	margin-bottom:8px;
	font-size:.9em;
	margin:8px 0 20px 0;
}
#content .thumb {
	float:left;
	clear:none;
	clear:both;
	padding:0 10px 30px 0;
}
#content .thumb img {
	border: 1px solid #aaa;
}
#content .tags-bottom {
	float:left;
	clear:both;
	margin:0 0 20px 0;
	color:#333;
}
#content .tags-bottom a{
	color:#888;
}
#content .tags-bottom a:hover{
	color:#C0311A;
}
#content .like {
	float:left;
	clear:both;
	margin:10px 0 0 0;
}
#content .like div {
	float:left;
	clear:none;
}
#content .share {
	float:right !important;
	clear:none;
	text-align:right;
	margin-top:-10px;
}
#content .share p {
	font-size:1.1em;
	text-transform:uppercase;
	padding:0 3px 4px 0;
}
#content #comments{
	clear:both; float:left;
	margin:20px 0 0 0;	
	font-size:1.2em;
}
#content #comments ol{
	list-style:none;
	margin:0 0 30px 0;
}
#content #comments ol div{
	margin:5px 0;
}
h4#comments-title{
	font-size:1.1em; font-weight:normal;
	margin-top:20px;
}
h3#reply-title{
	font-size:1.6em;
	padding-bottom:4px;
}
.comment-author{
	font-style:italic;
	padding-top:20px;
}
.comment-awaiting-moderation{ color:#F00; }
#comments .separate{
	margin:18px 0 -8px 0 !important;
	height:1px;
	width:100%;
	background-color:#CCC;
}
#respond label{
	display:block; width:40px; padding-top:5px;
	float:left; 
}
p.comment-notes{
	padding-bottom:10px;	
}

#comments textarea#comment{
	width:500px; font-family:Verdana, Geneva, sans-serif;
	font-size:1.1em;
}
#comments .comment-body{
	padding:15px;
	width:500px; line-height:1.3em;
}
.comment-meta{
	font-style:italic; font-size:.9em; padding-bottom:6px;
}
.comment-meta a{
	color:#888;
}
p.comment-form-comment{
	margin:10px 0;
}
#container #sidebar {
	position:relative;
	z-index:2;
	float:left;
	clear:none;
	width:250px;
	height:100%;
	display:block;
	padding:14px 20px;
}
#container #sidebar h2 {
	margin-bottom:10px;
}

#footer {
	position: relative;
	margin-top: -110px; /* negative value of footer height */
	height: 100px; width:100%;
	color:#FFF;
	padding:10px 0 0 0;
	overflow:hidden;

}
#footer .bg {
	background-color:#c0311a;
	float:left;
	width:100%;
	height:100%;

}

#footer .wrapper {
	width:960px;
	margin:6px auto;
	text-align:center;
}
#footer a {
	color:#FFF;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
#footer #nav-footer{
	width:825px; position:relative;

}
#footer #nav-footer-bottom{
	width:825px; 	
	position:absolute; bottom:0px;
}

#footer .logo{ float:right; clear:none; width:78px; height:79px; background-image:url(images/logo_footer.gif); margin-top:4px; }

#footer ul {
	list-style:none;
	display:block;
	margin-top:8px;
}
#footer li {
    height:16px;
	font-size:11px;
	text-transform:uppercase;
	float:left;
	text-align:left;
	font-weight:bold;
	display:block;
}

#footer li a{ float:left; clear:none; }

#footer li ul{ clear:none; float:left; margin:0; }

#footer li ul li{
	font-weight:normal;
	text-transform:capitalize;
}
#home-slider {
	float:left;
	background-color:#404041;
	height:300px;
	width:960px;
}
.widget {
	float:left; width:250px;
	margin:20px 0;
}
.widget p{
	line-height:1.4em;
}

.widget .details p{
	font-family: futura-pt-n7,futura-pt,sans-serif;
	font-size:1.4em;
	line-height:1em;
	color:#666666;	
	margin-bottom:10px;
}

.flickr {
	margin-bottom:5px;
}
.flickr img {
	margin:0 2px 2px 0;
	border:2px solid #CCC;
	width:75px;
	height:75px;
}
.flickr img:hover {
	border:2px solid #C0311A;
}

.enrolment {
	float:left;
	clear:both;
	width:241px;
	height:65px;
	background-image:url(images/button_enrolment.jpg);
	margin:10px 0;
	-moz-box-shadow: 0px 0px 4px #888;
	-webkit-box-shadow: 0px 0px 4px #888;
	box-shadow: 0px 0px 4px #888;
}
.streaming {
	float:left;
	clear:both;
	width:241px;
	height:65px;
	background-image:url(images/button_streaming.jpg);
	margin:10px 0;
	-moz-box-shadow: 0px 0px 4px #888;
	-webkit-box-shadow: 0px 0px 4px #888;
	box-shadow: 0px 0px 4px #888;
}
.enrolment:hover, .streaming:hover {
	background-position:0 -65px;
}
.enrolment a, .streaming a {
	width:100%;
	height:100%;
	display:block;
}
.widget .youtube {
	float:left;
	margin:0 0 10px 0;
}
.widget ul.links, .archive-list ul {
	list-style-position:outside;
	font-size:1.2em;
	color:#C0311A;
	margin:20px 0 30px 14px;
}
.widget ul.links li, .archive-list li {
	margin-bottom:6px;
	line-height:1.4em;
}
.widget .yt-thumb{
	width:240px;
	height:132px;
	position:relative;
	overflow:hidden;
	border:1px solid #ccc;
}
.widget .yt-thumb:hover {
	border:1px solid #C0311A;
}
.widget .yt-thumb img {
	position:relative;
	top:-24px;
}
.widget .yt-thumb .icon{
	background-image:url(images/play-icon.png);
	width:81px; height:81px;
	position:absolute; z-index:10; top:32px; left:84px;	
}
.widget .yt-thumb .icon a{
	width:100%; height:100%; display:block;
}
.widget .youtube .tag {
	float:left;
	clear:both;
	background-color:#DDD;
	text-size:1.1em;
	color:#444;
	font-weight:bold;
	line-height:1.2em;
	padding:3px 5px 4px 5px;
	border:1px solid #ccc;
	width:229px;
}
.widget .youtube .tag a {
	color:#444;
	text-decoration:none;
}
.widget .youtube .tag a:hover {
	text-decoration:underline;
}
#home-feed {
	float:left;
	height:426px;
	width:670px;
}
#home-feed .featured-image {
	width:670px;
	height:335px;
	float:left;	
	background-color:#333;
}
#home-feed .featured-image img {
	display:none;
	text-indent:-9999px;
}
#home-feed .featured-image div {
	position:absolute;
	top:0;
}
#home-feed #details {
	position:absolute;
	width:600px;
	height:70px;
	top:250px; left:34px;
}

#home-feed #details .detail-bg{
    background-color:#000;
  	position:absolute;
	width:600px;
	height:70px;

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;	
  z-index:1;
}

#home-feed #details .summary {
	float:left;
	position:relative; z-index:2;
	font-size:1.2em;
	line-height:1.3em;
	color:#FFF;
	margin:10px 7px;
	padding:0 7px;
	width:472px; height:47px;
	overflow:hidden;
}

#home-feed #details .cta {
	position:relative; z-index:10;
	width:85px; height:23px; margin-top:22px;
	float:left; clear:none; text-indent:-9999px;
	background-image:url(images/button_readmore.jpg);
}
#home-feed #details .cta a{
	width:100%; height:100%; display:block;
}
#home-feed #details .cta a:hover{
	color:#C0311A;
}
#home-feed #details .cta:hover {
	background-position:0 -23px;
}

#home-feed .thumb-panel {
	float:left; clear:both;
	width:670px;
	height:92px;
	z-index:2;
	background:url(images/thumb_panel_bg.jpg); background-repeat:repeat-x;
}
#home-feed .thumb-panel ul {
	float:left;
	list-style:none;
	/*display:none;*/
}
#home-feed .thumb-panel li {
	float:left;
	clear:none;
	width:222px;
	height:81px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	text-transform:uppercase;	
	font-family: futura-pt-n7,futura-pt,sans-serif;
	font-weight:700;
	font-style: bold;
	font-size:1.2em;
}

#home-feed .thumb-panel li .active-bg{
	position:absolute; width:222px; height:81px; z-index:1;
	background-image:url(images/thumb_panel_bg_active.jpg);
	float:left;
	clear:none;
	display:none;
}

#home-feed .thumb-panel li.3 .active-bg{
	width:224px !important;
}

	

#home-feed .thumb-panel li:hover {
	cursor:pointer;
	
}
#home-feed .thumb-panel li img {
	border:1px solid #b2b2b2;
}
#home-feed .thumb-panel .thumb{
	position:relative; z-index:10;
	float:left;
	padding:12px 0 0 10px;	
}
li .title{
	position:relative; z-index:10;
	font-size:1.3em; color:#595959;	
	float:left; margin:10px 0 0 10px;
	width:140px;
}
#home-feed .thumb-panel li.active{
	background:url(images/thumb_panel_bg_active.jpg);
}
li.active .title{
	color:#FFF;	
}
#social {
	width:100%; float:left; margin-top:4px;
	background-image:url(images/home-social.jpg);
	background-position:-1px 0;
}

.widget .twitter-feed {
	padding:10px 10px 0 10px;
	background:#f6f3f3;
	margin:10px 0 0 0;
	overflow:hidden;
	font-size:.9em;
	border:1px solid #CCC;
}

.widget .twitter-feed .follow-button, .intent-meta {
	display:none;	
}
.widget .twitter-feed h2 {
	display:none;
}
.widget .twitter-feed ul {
	list-style:none;
	font-size:1.2em;
	line-height:1.2em;
	color:#4D4D4D;
	width:228px;
	float:left;
	clear:none;
}
.widget .twitter-feed ul a {
	text-decoration:none;
}
.widget .twitter-feed ul a:hover {
	text-decoration:underline;
}

.widget .twitter-feed li .entry-content{
	float:left; clear:none;
}

.widget .twitter-feed li .time-meta a {
	color:#808080;
	font-size:.9em;
	float:left; clear:both;
	margin-top:4px;
}
.widget .twitter-feed li{
	float:left; margin-bottom:20px;
}

.widget .twitter-feed li .from-meta {
	display:none;
}


.widget .twitter-avatar {
	float:left;
	width:60px;
}


#social .email {
	margin:6px 0 0 32px;
	height:26px;
	width:134px;
	padding:9px 0 0 0;
	text-indent:36px;
	color:#666;
	font-size:1.3em;
	text-transform:uppercase;
	font-weight:bold;
	background-image:url(images/email_icon.png);
	background-repeat:no-repeat;
}
#social .email a {
	color:#666;
	width:100%;
	height:100%;
	display:block;
	text-decoration:none;
}
#social .email a:hover {
	color:#C0311A;
}
#social .buttons {
	width:160px; float:left;
	margin:2px 0 0 -8px;
}
#social .buttons ul {
	list-style:none; float:left; clear:none;
	margin:0;
}
#social .buttons li {
	float:left;
	clear:none;
	background:url(images/social-buttons-header.jpg);
	width:26px;
	height:26px;
	margin-left:6px;
}
#social .buttons li.fb {
	background-position:0 0;
}
#social .buttons li.fb:hover{
	background-position:0 -29px;
}
#social .buttons li.tw {
	background-position:-30px 0;
}
#social .buttons li.tw:hover {
	background-position:-30px -29px;
}
#social .buttons li.yt {
	background-position:-60px 0;
}
#social .buttons li.yt:hover {
	background-position:-60px -29px;
}
#social .buttons li.fl {
	background-position:-90px 0;
}
#social .buttons li.fl:hover {
	background-position:-90px -29px;
}
#social .buttons li.rs {
	background-position:-120px 0;
}
#social .buttons li.rs:hover {
	background-position:-120px -29px;
}
#social .buttons li a {
	display:block;
	width:100%;
	height:100%;
}
#content .home-column, #content .standard-column {
	float:left;
	margin:16px 20px 0 26px;
	width:630px;
}
#content .standard-column {
	width:290px;	
}

#content .home-column .media-col{
	width:288px; float:left; clear:none;	
	margin-right:40px;
}
	

#content .media-column {
	float:left;
	clear:none;
	width:294px;
	margin:30px 0 50px 20px;
	position:relative;
	z-index:100;
}
#content .home-column h2 a, #content .media-column h2 a {
	text-decoration:none;
}
#content .home-column h2 a:hover, #content .media-column h2 a:hover {
	text-decoration:underline;
}
#content .home-column .post, #content .media-column .post {
	clear:both;
}
#content .home-column .divide, #content .media-column .divide, .main-video .divide {
	margin:16px 0;
	height:1px;
	width:100%;
	background-color:#d2d2d2;
	float:left;
	clear:both;
}
#content .home-column .thumb, #content .media-column .thumb {
	float:left;
	clear:both;
	margin:0 10px 0 0;
	width:55px;
	height:55px;
}
#content .home-column .thumb a, #content .media-column .thumb a {
	width:100%;
	height:100%;
	display:block;
}
#content .home-column .welcome{
	float:left; clear:none;
	margin-top:16px;
	width:620px;	
}

#content .home-column .portrait{
	float:left; clear:none;
	margin-right:14px;
}
#content .home-column .portfolio{	
	float:left; clear:none;
	margin:0 20px 20px 0; width:400px;	
	font-size:1.8em;	
	font-family: futura-pt-n7,futura-pt,sans-serif;
	line-height:1.2em;
}
#content .home-column .portrait img{
	border:1px #999 solid;	
}
#content .home-column .message{
	font-size:1.2em;
	width:460px;
	float:left; 
}
#content .home-column .message p{
	line-height:1.4em;
}

.media-column .thumb a.youtube-thumb{
	border:solid 1px #CCC;		
}
.home-column .thumb a img:hover, .media-column .thumb a img:hover, .media-column .thumb a.youtube-thumb:hover {
	border:solid 1px #C0311A !important;
}
#content .home-column .date, #content .media-column .date, .main-video .date {
	float:left;
	color:#666666;
	text-transform:uppercase;
	margin-bottom:8px;
	width:100%;
}
#content .home-column .summary, #content .media-column .summary {
	float:left;
	clear:none;
	color:#333333;
	font-size:1.1em;
	line-height:1.2em;
	margin-bottom:6px;
}
#content .home-column .thumb {
	height:55px;
	margin:0 12px 0 0;
	padding:0;
}
a.youtube-thumb {
	position:relative;
	width:55px;
	height:55px;
	overflow:hidden;
}
a.youtube-thumb img {
	margin:-10px 0 0 -22px;
}
#post-feed{
	float:left;
	margin:24px;
	width:600px;
}
#post-feed a img {
	border:1px solid #BBB;
}
#post-feed a img:hover {
	border:1px solid #C0311A;
}
#post-feed #page-nav{
	float:right; clear:both; 
	font-size:1.3em;
	color:#C0311A;			
}
#post-feed .page-count{
	float:left; clear:none;
	color:#666; font-size:1.2em;
	
}
.post {
	clear:both;
	width:100%;
}
.post .post-l {
	float:left;
	clear:none;
	width:220px;
}
.post .post-r {
	float:left;
	clear:none;
	width:380px;
}
.post .post-full {
	float:left;
	clear:none;
	width:600px;
}
.post .post-full p{
	width:550px;
}
.post h3 {
	font-size:2em;
	margin-top:-5px;
}
.post .date {
	float:left;
	color:#666666;
	text-transform:uppercase;
	margin-bottom:8px;
	font-size:1.1em;
}
.post .summary {
	float:left;
	clear:both;
	color:#333333;
	font-size:1.2em;
	line-height:1.2em;
	margin-bottom:6px;
}
.post .category{
	float:left; clear:both;
	color:#666666; font-size:1.1em;
	margin-top:10px;
}
.category-single{
	float:left; clear:both;
	color:#666666; font-size:1.2em;
	margin:-8px 0 18px 0;
}
.post .tags {
	float:left;
	clear:both;
	margin-top:10px;
}
.post .tags a {
	color:#888;
}
.post .tags a:hover {
	color:#C0311A;
}
.post img a {
	width:100%;
	height:100%;
	display:block;
	border:solid 1px #BBB;
}
.post img a:hover {
	width:200px;
	height:100px;
	border:solid 1px #C0311A;
}
.post .divide, #post-feed .divide{
	float:left;
	clear:both;
	width:100%;
	height:1px;
	background-color:#DDD;
}

#post-feed .divide{
	margin:0 0 20px 0;	
}
.post .divide{
	margin:20px 0 !important;
}

.standard-column {
	margin-right:0 !important;
	margin-top:20px !important;
}
.standard-column h2 {
	margin:10px 0;
	font-size:2em;
}
.standard-column p {
	font-size:1.2em;
	line-height:1.6em;
}

.directory-list{
	width:300px; min-height:300px; font-size:1.2em;
	float:left; clear:both; margin:0 0 30px 0;
}
.directory-list ul{
	list-style:none;	
}
.directory-list li{
	margin-bottom:8px;
}
#directory-content{
	float:left; clear:none;
	width:590px; min-height:300px;
	margin:0 0 30px 20px;
}
#directory-content h3{
	font-size:2.4em; padding-bottom:10px;
}
#directory-content .copy h3{
	padding-bottom:15px;	
	margin:0 !important;
}


#contact-form{
	margin:16px 0;
}
#contact-form label{
	font-size:1.2em; margin:4px 0;	
	float:left; clear:both;
}
#contact-form input {
	margin-bottom:12px;
}
#contact-form input.btn {
	margin-top:10px;
	padding:2px 8px;

}
#contact-form .form-tag {
	font-size:1.2em;
	padding-bottom:2px;
}
#contact-form .form-error {
	margin:-10px 0 10px 0;
	color:#F00;
}
#text-controls div {
	background-image:url(images/text_controls.jpg);
	height:23px;
	width:23px;
	float:left;
	clear:none;
	margin-right:4px;
}
#text-controls div:hover {
	cursor:pointer;
}
#text-controls .larger:hover {
	background-position:0 -23px;
}
#text-controls .smaller {
	background-position:-27px 0;
}
#text-controls .smaller:hover {
	background-position:-27px -23px;
}
#text-controls .print {
	background-position:-55px 0;
}
#text-controls .print:hover {
	background-position:-55px -23px;
}

.query{ font-size:1.2em; font-style:italic; clear:both; float:left; margin:-8px 0 30px 0; }


#modal{
	padding:20px;
	background-color:#F5F5F5;
	width:100%;
	height:100%;
	overflow:hideen;	
}
#modal h1{
	padding-bottom:20px;
}
#modal p{
	font-size:1.2em;
	padding-bottom:10px;	
}

#close{
	position:absolute; top:4px; right:4px;
	width:16px; height:16px;
	background-image:url(images/button_close.jpg); background-position:0 -1px;
	
}

#close a{
	width:100%; height:100%; display:block;
}

#close:hover{
	background-position:0 -19px;	
}


#mc_embed_signup{
	margin-top:20px;
	float:left; clear:both;
}


#mc_embed_signup label{ 
font-size:1.2em;
width:96px; display:block;
float:left; clear:both;
text-align:right; padding-right:6px;
}

#mc_embed_signup input{ 
margin-bottom:14px; float:left; clear:none;
width:200px;
}

#mc-embedded-subscribe{
	margin-top:10px;
	width:60px;
	height:26px;
	display:block;
	float:left;
	clear:none;
	background:url(images/box_subscribe.jpg); background-position:-140px -8px;
	border:none;
	width:80px !important; margin-left:100px;
	text-indent:-300px;
}

#mc-embedded-subscribe:hover{
	background-position:-140px -44px;
	cursor:pointer;
}

.indicates-required{
	margin:-10px 0 10px 100px; float:left;	
}

#navigation{
	margin:16px 0 36px 0;
}

#navigation .title{
	margin-bottom:10px;
}

#navigation .title a{
	font-size:1.4em;
	text-decoration:none;
}

#navigation .title a:hover{
	text-decoration:underline;
}

#navigation .months{
	font-size:1.2em; margin:14px 0 10px 10px;	
}

#navigation .month{
	padding-bottom:10px;
}

#post-feed .entry-content p, #post-feed #searchform{
	position:relative; z-index:10;
	font-size:1.2em; padding:10px 0; line-height:1.4em;
}
#post-feed #searchform input#s{
	width:200px; height:16px; padding:2px; position:relative; z-index:20;
}
form#searchform label, form#subscribeform label{
	position:absolute; text-indent:-9999px;
}



#more-1, #more-2{ display:none; }

#more-button-1, #more-button-2 { font-size:1.2em; float:left; clear:both; }

#ajax-load{ width:50px; height:60px; margin:100px; display:none; position:fixed; }
#ajax-load img{ border:solid 1px #DDD; }

#ajax-load-dir {
	position:absolute; top:100px; left:150px;
	display:none;
	background-image:url(images/loadingAnimation.gif);
	width:40px;
	height:40px;
}

#google-map{ margin-top:20px; }




.fb-thumb{ float:left; width:70px; height:80px; }
.fb-thumb img{ border:1px solid #777fb0; }
.fb-title{ float:left; clear:none; width:180px; color:#375092; font-size:1.5em; font-weight:bold; }
.fb-link{ float:left; width:130px; height:39px; background-image:url(images/fb-friend.jpg); margin-top:8px; }
.fb-link a{ height:100%; width:100%; display:block; }

#youtube-embed{ float:left; clear:both; }

a.flickr-link{
	float:right; clear:none;
	width:45px; height:18px;
	background-image:url(images/flickr.gif);	
	margin-right:7px;
}