/*   
Theme Name: FourCoursemen
Theme URI: http://www.thefourcoursemen.com
Description: An adaptation of the Upstart Blogger Moleskine theme for the Four Coursemen. 
Author: Damien Schaefer derived from Ashley Morgan
Author URI: http://www.scenicfigure.com
Version: 0.1
License: Creative Commons Attribution-Share Alike 3.0 (http://creativecommons.org/licenses/by-sa/3.0/). Feel free to make any changes, but please keep a link back to Upstart Blogger in your sidebar or footer.
*/



/* ======================== Main Elements ======================== */

* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #FFFFFF;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	font-size: .685em;
	line-height: 1.88em;
	color: #404040;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	background-position: top;
}

img {
	border-style: none;
}

a {
	color: #171717;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

h1 {
	font-size: 17px;
	margin-bottom: 0px;
	color: black;
	font-weight: normal;
	font-style: normal;
}

h2 {
	margin-bottom: 0px;
	color: black;
	font-weight: normal;
	font-style: normal;
	font-size: 1.2em;
}

h3 {
	text-transform: capitalize;
	color: #8b8b8b;
	font-weight: normal;
	font-style: normal;
	font-size: .99em;
}

h4 {
	font-weight: bold;
	text-transform: capitalize;
	margin-bottom: 0.2em;
	margin-top: 2em;
	color: #000000;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9A9A9A;
	font-style: normal;
	font-variant: small-caps;
}

h5 {
	font-weight: bold;
	text-transform: capitalize;
	margin-bottom: 0.2em;
	margin-top: 2em;
	color: #000000;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9A9A9A;
	font-style: normal;
	font-variant: small-caps;
}

h6 {
	font-weight: bold;
	text-transform: capitalize;
	margin-bottom: 0.2em;
	margin-top: 2em;
	color: #000000;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9A9A9A;
	font-style: normal;
	font-variant: small-caps;
}

blockquote {
	padding-left: 8px;
}

/* ======================== General Layout Elements ======================== */

#topbar {
	height: 15px;
	border-bottom: 1px solid #e3e3e3;
	background-color: #f3f3f3;
}

#container {
	width: 1000px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	/*border: 1px solid #f00;*/
}



/* ======================== Shared Elements ======================== */

.separator {
	border-bottom: 1px solid #c7c7c7;
	margin-top: 12px;
	margin-bottom: 12px;
}

.page_title_container {
	width: 950px;
	/*border-top: 1px solid #e3e3e3;*/
	margin-left: 25px;
	/*margin-top: 15px;*/
	padding-top: 10px;
	padding-bottom: 10px;
}

.page_title {
	font-size: 1.55em;
	background-color: #5cd2ff;
	padding: 3px 8px;
}



/* ======================== Header Elements ======================== */

#header_container {
	height: 70px;
	background-color: white;
	border-bottom: 1px solid #eaeaea;
}

#header {
	width: 1000px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#logo {
	float: left;
	background: url(images/logo.png) no-repeat 0 17px;
	height: 44px;
	padding-top: 26px;
}

#topnav {
	padding-left: 230px;
}

/* NAVIGATION */

a#aboutlink {
	padding: 2px 8px 3px;
	margin-left: 5px;
	color: black;
}

a#aboutlink:hover {
	background-color: #fdf316;
	padding: 2px 8px 3px;
	margin-left: 5px;
	text-decoration: none;
}

a#aboutlink.active{
	background-color: #fdf316;
	padding: 2px 8px 3px;
	font-weight: bold;
	margin-left: 5px;
    cursor:default;
}

a#recentlink {
	padding: 2px 8px 3px;
	margin-left: 5px;
	color: black;
}

a#recentlink:hover {
	background-color: #5cd2ff;
	padding: 2px 8px 3px;
	margin-left: 5px;
	text-decoration: none;
}

#recentlink.active {
	background-color: #5cd2ff;
	padding: 2px 8px 3px;
	font-weight: bold;
	margin-left: 5px;
 	cursor:default;
}

a#speaklink {
	padding: 2px 8px 3px;
	margin-left: 5px;
	color: black;
}

a#speaklink:hover {
	background-color: #f00;
	padding: 2px 8px 3px;
	margin-left: 5px;
	text-decoration: none;
}

#speaklink.active {
	background-color: #f00;
	padding: 2px 8px 3px;
	font-weight: bold;
	margin-left: 5px;
    cursor:default;
}

a#productslink {
	padding: 2px 8px 3px;
	margin-left: 5px;
	color: black;
}

a#productslink:hover {
	background-color: #ff00ce;
	padding: 2px 8px 3px;
	margin-left: 5px;
	text-decoration: none;
}

#productslink.active {
	background-color: #ff00ce;
	padding: 2px 8px 3px;
	font-weight: bold;
	margin-left: 5px;
 	cursor:default;
}

/* SEARCH */

#live-search {
	-moz-opacity: 0.4;
	text-align: right;
	padding-top: 22px;
	float: right;
}

#live-search:hover {
	-moz-opacity: 1.0;
}

#search .spinner {
	padding: 0px 0px 5px 0px;
	text-align: right;
}

#search img {
	left: -5px;
	margin-top: 2px;
	position: relative;
	top: 0.25em;
}

#search img.archives-icon {
	margin: 0px 7px 0px 0px;
	top: 1px;
}

#search input {
	background-color: #F8F8F8;
	border: 1px solid #868686;
	font-size: 0.85em;
	margin-top: 2px;
	width: 175px;
}

#search input:focus {
	background: #FFFFFF;
}


/* CONTACT */

#header_contact_container{
	text-align: right;
	float: right;
	/*border: 1px solid #f00;*/
	height: 50px;
	padding-top: 20px;
}

.header_contact {
	color: #7c7c7c;
	font-weight: normal;
	border-left: 1px solid #e3e3e3;
	padding: 8px 8px 8px 12px;
	font-style: normal;
}

a.header_contact {
	color: #7c7c7c;
	font-weight: normal;
	font-style: normal;
}

a.header_contact:hover {
	color: #7c7c7c;
	font-weight: normal;
	text-decoration: underline;
	font-style: normal;
}

a#rss_feed_link_container {
	color: #7c7c7c;
	font-weight: normal;
	font-style: normal;
}

a#rss_feed_link_container:hover {
	color: #7c7c7c;
	font-weight: normal;
	text-decoration: underline;
	font-style: normal;
}


img#rss_feed_link_container {
	position: relative;
	top: 6px;
	border-left: 1px solid #e3e3e3;
	padding-left: 12px;
	margin-right: 4px;
}




/* ======================== Left Column Elements ======================== */

#left_column {
	width: 280px;
	float: left;
	padding-left: 25px;
	padding-top: 25px;
	padding-bottom: 55px;
}

.social_container {
	width: 280px;
	height: 22px;
}

.share {
	width: 180px;
}

.morelink {
	border-left: 1px solid #e3e3e3;
	padding: 8px 8px 8px 12px;
	margin-left: 5px;
}

#left_column_about {
	width: 590px;
	float: left;
	padding-left: 25px;
	padding-top: 25px;
	padding-bottom: 55px;
}


/* ======================== Right Column Elements ======================== */

#right_column {
	width: 640px;
	float: right;
	padding-right: 25px;
	padding-top: 25px;
	padding-bottom: 55px;
}

#right_column_about {
	width: 330px;
	float: right;
	padding-right: 25px;
	padding-top: 25px;
	padding-bottom: 55px;
}

#sidebarleft {
	width: 100px;
	float: left;
}

#sidebarright {
	width: 100px;
	float: right;
}

.project_image_large {
	border-top: 1px solid #c7c7c7;
	border-bottom: 1px solid #c7c7c7;
	padding-top: 3px;
	padding-bottom: 3px;
}

.project_title {
	margin-bottom: 12px;
	color: black;
	font-weight: normal;
	font-style: normal;
	font-size: 1.55em;
}



/* ======================== Project Page Elements ======================== */

.project_container {
	width: 950px;
	border-bottom: 1px solid #e3e3e3;
	margin-left: 25px;
	padding-bottom: 5px;
	margin-bottom: 50px;
}

.project_thumb_left {
	margin-right: 10px;
	border-top: 1px solid #e3e3e3;
	padding-top: 5px;
}

.project_thumb_middle {
	margin-right: 10px;
	border-top: 1px solid #e3e3e3;
	padding-top: 5px;
}

.project_thumb_right {
	border-top: 1px solid #e3e3e3;
	padding-top: 5px;
}

.project_page_title {
	font-size: 1.22em;
}

.project_title_cell{
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 12px;
}

a.project_page_title {
	font-weight: normal;
	font-style: normal;
}

a.project_page_title:hover {
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
}

/* ======================== Footer Elements ======================== */

#footer {
	float: none;
	clear: both;
	border-top: 1px solid #d1d1d1;
	height: 90px;
	background-color: #d8d8d8;
}

.footer_top {
	width: 1000px;
	border-bottom: 1px solid #c2c2c2;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 20px;
}

.location {
	width: 700px;
	float: left;
}

.copyright {
	float: right;
}

.footer_bottom {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 14px;
	padding-bottom: 10px;
	height: 20px;
}

/* must be last in file!! */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

