/*   
Theme Name: David Coltart
Theme URI: http://www.exactprecisions.com
Description: A custom WordPress theme built for David Coltart.
Author: Robert Parker
Author URI: http://www.exactprecisions.com
Version: 1.0

Copyright 2013 (c) Robert Parker of Exact Precisions

*/

/* Reset default browser styles */
@import url('reset.css');
/* Rebuild default browser styles */
@import url('rebuild.css');
/* Basic WordPress Styles */
@import url('wp.css');
/* Fonts */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,300italic,400italic);
@import url('fonts/felixti.css');

/* Grid */
@import url('col.css');
@import url('2cols.css');
@import url('3cols.css');
@import url('4cols.css');
@import url('5cols.css');
@import url('6cols.css');
@import url('7cols.css');
@import url('8cols.css');
.last {
	margin-right: 0 !important;
}

* {
	margin:0;
	padding:0;
}
a,img {
	border:0;
}
a {
	color:#006800;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	color:#333;
}
h1 {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	font-size:18px;
}
h2 {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	font-size:16px;
}

h3 {
	font-size:14px;
}
.small {
	font-size:11px;
}
.italic {
	font-style:italic;
}
.wp-pagenavi a, .wp-pagenavi span { border:0; }


html, body {height: 100%;}
body {
	width:100%;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size:12px;
	color:#444;
	background-color:#f0f0f0;
	background-image:url("images/backgrounds/body.jpg");
	background-repeat:no-repeat;
	background-position:center top;
}
#wrapper {
	width:960px;
	min-height:100%;
	margin:0 auto;
}

/* =Header
-------------------------------------------------------------- */

#wrapper #header {
	width:100%;
	height:200px;
}
#header #masthead {
	width:100%;
	height:200px;
	position:relative;
}
#header #masthead #logo {
	width:647px;
	height:171px;
	display:block;
	background-image:url("images/logo.png");
	background-repeat:no-repeat;
	text-indent:-9999px;
}
#header #masthead #header_social {
	list-style:none;
	height:35px;
	margin:0;
	padding:0;
	position:absolute;
	top:10px;
	right:0;
}
#header_social li {
	width:35px;
	height:35px;
	margin:0 4px 0 0;
	padding:0;
	display:inline;
	float:left;
}
#header_social li a {
	width:35px;
	height:35px;
	margin:0;
	padding:0;
	display:block;
	text-indent:-9999px;
}
#header_social li.facebook a {
	background-image:url("images/icons/facebook.png");
	background-repeat:no-repeat;
}
#header_social li.twitter a {
	background-image:url("images/icons/twitter.png");
	background-repeat:no-repeat;
}
#header_social li.youtube a {
	background-image:url("images/icons/youtube.png");
	background-repeat:no-repeat;
}
#header_social li.rss a {
	background-image:url("images/icons/rss.png");
	background-repeat:no-repeat;
}

/* =Menu
-------------------------------------------------------------- */

#header #masthead #access {
	width:100%;
	height:44px;
	padding:0 20px 15px 20px;
	position:absolute;
	bottom:-15px;
	left:-20px;
	background-image:url("images/backgrounds/access.png");
	background-repeat:no-repeat;
	background-position:center top;
}
#access ul.menu {
	width:100%;
	height:40px;
	margin:4px 0 0 0;
	padding:0;
	list-style:none;
}
#access ul.menu li {
	width:auto;
	height:40px;
	margin:0;
	padding:0;
	display:inline;
	float:left;
}
#access ul.menu li a {
	width:auto;
	height:40px;
	margin:0;
	padding:0 20px;
	display:block;
	line-height:40px;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
 	color:#fff;
 	font-size:14px;
 	text-decoration:none;
}
#access ul.menu li a:hover {
	color:#be141a;
}

/* =Content
-------------------------------------------------------------- */

#wrapper #main {
	width:100%;
	height:auto;
	background-color:#fff;
	padding:0 0 300px 0;
    overflow:auto;
	 -webkit-box-shadow: 0px 0px 4px 0px #444444; 
     -moz-box-shadow: 0px 0px 4px 0px #444444; 
          box-shadow: 0px 0px 4px 0px #444444;
}
#wrapper #main #container {
	width:940px;
	height:auto;
	padding:20px 10px;
	overflow:auto;
}
#wrapper.home_page #main #container #home_bar {
	widtH:938px;
	height:80px;
	margin:0 0 30px 0;
	padding:0;
	border:1px #ccc solid;
	background-color:#f8f8f8;
}
#home_bar .section {
	height:80px;
}
#home_bar .section .span_1_of_3 {
	height:60px;
	text-align:center;
}
#home_bar .section .span_1_of_3 h3 {
	font-size:22px;
}
#home_bar .section .span_1_of_3 h3 a {
	color:#333;
	display:block;
	height:60px;
	line-height:60px;
}
#home_bar .campaign {
	background-image:url("images/icons/crowd.png");
	background-repeat:no-repeat;
	background-position:20px 12px;
}
#home_bar .social_media {
	background-image:url("images/icons/thumbs_up.png");
	background-repeat:no-repeat;
	background-position:20px 12px;
}
#home_bar .events {
	background-image:url("images/icons/calendar.png");
	background-repeat:no-repeat;
	background-position:20px 12px;
}

#wrapper #main #container #content {
	width:600px;
	height:auto;
	margin:0;
	padding:0 15px 0 0;
	float:left;
}
.post_container, .post {
	width:100%;
	height:auto;
	margin:0 0 20px 0;
	padding:0;
	overflow:auto;
	position:relative;
}
.post_container h2, .post h2 {
	
}
.post_container h2 a, .post h2 a {
	color:#333;
}
.post_container .entry-meta, .post .entry-meta {
	width:100%;
	height:14px;
	margin:4px 0 10px 0;
	overflow:auto;
	font-size:11px;
}
.post_container .entry-meta .entry-date, .post .entry-meta .entry-date {
	display:inline;
	height:14px;
	margin:0;
	padding:0 0 0 20px;
	background-image:url("images/icons/calendar_small.png");
	background-repeat:no-repeat;
	line-height:14px;
	float:left;
}
.post_container .post_thumb, .post .post_thumb {
	height:294px;
	border:3px #fff solid;
	 -webkit-box-shadow: 0px 3px 3px 0px #818181; 
     -moz-box-shadow: 0px 3px 3px 0px #818181; 
          box-shadow: 0px 3px 3px 0px #818181;
    margin:0 0 20px 0;
}
.post_container .post_thumb img, .post .post_thumb img {
	margin:0;
	padding:0;
}
.post {
	margin: 0 0 3em 0;	
}

/* =Slider
-------------------------------------------------------------- */
.royalSlider {
	border:5px #fff solid;
	 -webkit-box-shadow: 0px 5px 5px 0px #818181; 
     -moz-box-shadow: 0px 5px 5px 0px #818181; 
          box-shadow: 0px 5px 5px 0px #818181;
    margin:0 0 30px 0;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	margin: 0 0 1.5em 0;
	overflow: auto;	
}


/* =Widget Areas
-------------------------------------------------------------- */

#wrapper #main #container #sidebar {
	width:325px;
	margin:0;
	padding:0;
	float:left;
}
#sidebar ul.xoxo {
	list-style:none;
	width:305px;
	height:auto;
	margin:0 10px;
	padding:0;
}
#sidebar ul.xoxo li {
	width:305px;
	height:auto;
	margin:0 0 30px 0;
	padding:0;
}
#sidebar ul.xoxo li h3 {
	font-size:14px;
	padding:0 0 10px 0;
	border-bottom:1px #006800 solid;
	margin:0 0 20px 0;
}
.sidebar-gallery {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	overflow:auto;
}
.sidebar-gallery .fancy-fbalbum {
	width: 95px;
	height: 95px;
	display:block;
	float: left;
	background-repeat: no-repeat;
	background-position: center 25%;
	margin:0 10px 10px 0;
}
#searchform input#s, input[type="text"], input[type="email"] {
	width:200px;
	height:20px;
	padding:0 5px;
	margin:0 10px 0 0;
}
#searchform #searchsubmit, input[type="submit"] {
	width:80px;
	height:24px;
}
input[type="text"], input[type="email"] { width:300px; }
textarea { width:310px; }
.screen-reader-text {
	display:none;
}



/* =Footer
-------------------------------------------------------------- */

#footer {
	width:960px;
	height:300px;
	margin:-300px auto 0 auto;
	padding:0;
	background-image:url("images/backgrounds/footer.jpg");
	background-repeat:no-repeat;
    position:relative;
    clear:both;
}
#footer #colophon {
	width:940px;
	height:276px;
	margin:0;
	padding:24px 10px 0 10px;
	overflow:auto;
	position:relative;
}
#footer #colophon .col ul.xoxo {
	list-style:none;
	margin:0 10px;
	padding:0;
}
#footer #colophon .col ul.xoxo li {
	
}
#footer #colophon .col ul.xoxo li h3 {
	font-size:16px;
	color:#fff;
	padding:0 0 5px 0;
	margin:0 0 10px 0;
	border-bottom:1px #fff solid;
}
#footer #colophon .col ul.xoxo li h3.fwidget-title {
	font-family: 'FelixTitlingMT';
	font-weight: normal;
	font-style: normal;
	font-size:24px;
	border-bottom:0;
	margin:0;
	padding:0;
}
#footer #colophon .col ul.xoxo ul {
	list-style:none;
	margin:0;
	padding:0;
}
#footer #colophon .col ul.xoxo ul li {
	font-size:14px;
}
#footer #colophon .col ul.xoxo ul li a {
	color:#333;
}
#footer #colophon .col ul.xoxo #footer_social {
	list-style:none;
	height:16px;
	margin:10px 0;
	padding:0;
}
#footer_social li {
	width:16px;
	height:16px;
	margin:0 4px 0 0;
	padding:0;
	display:inline;
	float:left;
}
#footer_social li a {
	display:block;
	width:16px;
	height:16px;
	margin:0;
	padding:0;
	text-indent:-9999px;
}
#footer_social li.facebook a {
	background-image:url("images/icons/facebook_small.png");
	background-repeat:no-repeat;
}
#footer_social li.twitter a {
	background-image:url("images/icons/twitter_small.png");
	background-repeat:no-repeat;
}
#footer_social li.youtube a {
	background-image:url("images/icons/youtube_small.png");
	background-repeat:no-repeat;
}
#footer_social li.rss a {
	background-image:url("images/icons/rss_small.png");
	background-repeat:no-repeat;
}
.fquote {
	font-size:10px;
	color:#fff;
}
.tweet, .query {
	color:#fff;
}
.tweet_list, .tweet_list .tweet_even {
	background-color:transparent;
	border-radius:0;
}

