/*   
Theme Name: On a Mission
Theme URI: http://painteddigital.com/onamission
Description: Built for TEAM Japan, this theme is dark brown with a customized homepage
Author: Matt Reed
Author URI: http://painteddigital.com 
Version: 1.3
. 
This theme can be used for commercial or non-commercial use 
so long as it is not redistributed or resold in any way. 
. 
*/ 

/*
	CSS Colors

Dark Red - 72302e
Dark Brown - b29667
Darker Brown - 67462e
Light Brown - eed6b8
*/

/* 
	Background-Styles 
*/
body {
	margin:0px; 
	padding:0px;
	background-image:url(images/map.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#000000;
	font-family:Georgia, serif;
}
a{
	text-decoration: none;
}
#left_side{
	background: url(images/tile_shadow.png) repeat-y;
	overflow: visible;
	width: 6px;
}
#main {
	background-color: #8f6b48;
	background-image: url(images/wood.jpg);
	width: 980px;
	margin: 0 auto;
}
#footer {
	width: 980px;
	background-color: #EAE4DB;
	color: black;
	display: block;
	margin: 0 auto;
	height: 40px;
	line-height: 40px;
}
#footer #red_separator{
	background-color: #720d0d;
	height: 6px;
}
.container{
	margin: 0 auto;
	position: relative;
}
.container#top{
	padding-bottom: 7px;
}
img{
	display: block;
	/* Fix up IE6 PNG Support */
	behavior: url(scripts/iepngfix.htc);
}
img.alignright{
    float:right; margin:0 0 1em 1em
}
img.alignleft{
    float:left; margin:0 1em 1em 0
}
img.aligncenter {
    display: block; margin-left: auto; margin-right: auto
}
a img.alignright {
    float:right; margin:0 0 1em 1em
}
a img.alignleft {
    float:left; margin:0 1em 1em 0
}
a img.aligncenter {
    display: block; margin-left: auto; margin-right: auto
}
.separator{
	border-top:2px solid #c1a677;
	padding-bottom: 7px;
}

/*
	Header-Styles
*/
#header{
	width: 980px;
	margin: 0 auto;
}
ul#menu{
	color: white;
	text-transform: uppercase;
	height: 25px;
	background: black;
}
ul#menu li{
	display: inline;
	margin-left:10px;
}
ul#menu li a{
	color: white;
	text-decoration: none;
}
#menu a:hover{
	border-bottom: 3px solid #e6db3a;
}
/*
	Drop down menu 
*/
#menu, #menu ul {
	margin:0; padding:0;
	list-style-type:none; 
	list-style-position:outside; 
	position:relative; 
	z-index:300; 
} 
#menu a {
	display:block; 
	/*
	padding:0.2em 0;
	color:#686868; 
	border-right:1px solid #c8c8c8; */
	text-decoration:none; 
	background:#000;
} 
#menu a:hover {
	background: #000; 
	color: #fff;
} 
#menu li {
	float:left; 
	position:relative;
}
#menu ul {
	position:absolute; 
	display:none; 
	width:12em; 
	top:20px; 
	left: -13px;
}
#menu ul a {
	border-left:1px solid #c8c8c8;
} 
#menu ul a:hover {
	background-color: #4b4b4b;
} 
#menu li ul {
	//border-top:1px solid #c8c8c8; 
	/*width:14.1em;*/
} 
#menu li ul a {
	padding:0.2em 0.2em;
	width:12em;
	height:auto; 
	float:left;  
	border:1px solid #c8c8c8;
} 
#menu ul ul {
	top:auto;
} 
#menu li ul ul {
	left:12em; 
	margin:0px 0 0 10px;
} 
#menu li:hover ul ul, #menu li:hover ul ul ul, #menu li:hover ul ul ul ul {
	display:none;
} 
#menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul, #menu li li li li:hover ul {
	display:block;
} 
#menu li#search{
	display: inline;
	position: absolute;
	right: 5px;
	top: -4px;
	float: none;
}
#drop_shadow{
	background: url(images/tile_header.png) repeat-x;
	height: 6px;
}
form#searchform #search_input{
	color: #939292;
	background-color: #313131;
	border: 1px solid #939292;
	height: 23px;
	line-height: 23px;
	font-size: 12px;
	padding: 0px 0px;
	vertical-align: middle;
	font-family: Georgia, serif;
	margin: 0px;
}
form#searchform #search_submit{
	color: #808111;
	text-transform: uppercase;
	background-image: url(images/search_button.jpg);
	border: 1px solid #939292;
	height: 25px;
	width:  90px;
	/* this line makes the image and the input text line up vertically */
	vertical-align: bottom;
	margin-left: -5px; padding: 0px;
}
/*
	End Drop down menu
*/
#home_top{
	display: block;
	overflow: auto;
	padding: 10px;
}
#image_slideshow{
	height: 360px;
	width: 642px;
	border: 4px solid #832c2c;
	float: left;
	background-position: center;
}
#slide_content{
	position: relative;
}
#slide_content a{
	
}
#slide_content img{
	border-style: none;
}
#slide_content #title_bg{
	background-image: url(images/slider-bg.png);
	height: 60px;
	width: 100%;
	display: block;
	position: absolute;
	top: 300px;
	left: 0px;
	text-shadow: 0.1em 0.1em #000;
}
#slide_content #title_bg #title{
	position: relative;
	top: 5px;
	left: 15px;
	font-size: 24px;
	color: white;
}
#slide_content #title_bg #subtitle{
	position: relative;
	top: 5px;
	left: 15px;
	font-size: 18px;
	color: #ff5050;
}
#article_content{
	border-color: #e7e7e7;
	border-style: solid;
	border-width: 1px;
	width: 628px;
	float: left;
	font-size: 14px;
	background-color: white;
	padding: 10px;
}
#article_title{
	font-size: 36px;
}
#page_title{
	font-size: 36px;
}
#article_details{
	color: #6b6b6b;
	margin-bottom: 10px;
}
#article_details a{
	color: #66462e;
}#article_author{
	background-color: #f4f4f4;
	padding: 5px;
	margin-top: 10px;
	border: 1px solid #bcbcbc;
	overflow: auto;
	color: #6b6b6b;
	font-size: 12px;
}
#article_author h4{
	padding: 0; margin: 0;
	size: 14px;
}
#latest{
	height: 368px;
	width: 299px;
	background-color: #eae4db;
	float: right;
	margin-left: 10px;
	color: #67462e;
}
#latest .separator{
	 margin: 0 10px;
}
#latest h3{
	font-weight: 300;
	margin: 0px 5px;
	padding: 5px 5px;
	/* true shadow implementation
	text-shadow: 0.5px 1px 0px #f7e0b7; */
}
/* FOR IE. NOT YET TESTED */
.ie_shadow{
	height: 1em;
	filter: Shadow(Color=#666666, 	
			Direction=135, 
			Strength=5);
}

/* Last season's browser shadow implementation */
.shadow{
	font-size: 30px;
	display: block;
	line-height: 30px;
	background-color: transparent;
	white-space: nowrap; /* wrapping breaks the effect */
}
.shadow:before{
	margin-bottom: -30px;
	color: #f7e0b7; /* shadow color */
	background-color: transparent;
	display: block;
}
.shadow:after{
	margin-top: -31px;
	color: #67462e; /* text color */
	background-color: transparent;
	display: block;
}

#latest_list{
	/*background: url(images/bullet.png) no-repeat 0 .5em;*/
	list-style: disc url(images/bullet-dark.png) inside;
	margin: 0px 5px;
	padding: 0px 5px;
}
#latest_list li{
	padding-bottom: 13px;
}
#latest_list a{
	color: #67462e;
	text-decoration: none;
}
#latest_list a:hover{
	color: #72302e;
	text-decoration: underline;
}
#latest_title a{
	color: #67462e;
	text-decoration: none;
}
#latest_title a:hover{
	color: #72302e;
	text-decoration: underline;
}

/*
Social Media
*/
#media_links{
	padding-left: 0; margin-left: 0;
	list-style: none;
}
#social_media_sidebar #media_links{
	margin-left: 0;
	padding: 10px 0;
	list-style: none;
}
#RSS{
	/*list-style: disc url(images/Feed-128x128.png) inside; */
	background: url(images/Feed-20x20.png) right center no-repeat;
	padding-right: 25px;
}
#Facebook{
	/*list-style: disc url(images/Feed-128x128.png) inside; */
	background: url(images/Facebook-20x20.png) right center no-repeat;
	padding-right: 25px;
}
#Twitter{
	/*list-style: disc url(images/Feed-128x128.png) inside; */
	background: url(images/Twitter-20x20.png) right center no-repeat;
	padding-right: 25px;
}
/*
Home Page Lower scection
*/
#home_bottom{
	background-color: #eae4db;
	color: #67462e;
	margin: 0px 10px;
	display: block;
	overflow: auto;
	padding: 0px 10px 10px;
	font-size: 14px;
}
#home_bottom h3{
	color: #67462e;
	font-size: 26px;
	font-weight: 300;
	margin: 5px 0px;
	/*text-shadow: 0.5px 1px 0px #f7e0b7;*/
}
#home_bottom #about{
	float: left;
	width: 316px;
	margin-right: 10px;
}
#home_bottom #about img{
	border: 4px solid #832c2c;
}
#home_bottom #mid{
	float: left;
	width: 316px;
	overflow: hidden;
}
#home_bottom #mid img{
	border: 4px solid #832c2c;
}
#home_bottom #social_media{
	float: left;
	width: 280px;
	margin-left: 15px;
}
#email_updates{
	color: #72302e;
	padding-top: 15px;
	font-size: 14px;
}
form#emailform{
	padding-top: 5px;
}
form#emailform #email_input{
	color: #fff;
	background-color: #b2ada7;
	border: 1px solid #939292;
	height: 23px;
	line-height: 23px;
	font-size: 12px;
	padding: 0px 0px;
	vertical-align: middle;
	font-family: Georgia, serif;
	margin: 0px;
	width: 198px;
}
form#emailform #email_submit{
	color: #808111;
	text-transform: uppercase;
	background-image: url(images/subscribe_button.jpg);
	border: 1px solid #939292;
	height: 25px;
	width:  80px;
	/* this line makes the image and the input text line up vertically */
	vertical-align: bottom;
	margin-left: -5px; padding: 0px;
}
.social_media ul{
/*	list-style-type: none; */
	list-style-position: outside;
	line-height: 24px;
	text-align: right;
}
.social_media a{
	color: #67462e;
	text-decoration: none;
}
.social_media a:hover{
	color: #72302e;
	text-decoration: underline;
}

/*
Sidebar styles
*/
#sidebar_border{
	border: 1px solid #67462e;
}
#sidebar{
	width: 298px;
	border: 1px solid white;
	background-color: #eae4db;
	float: right;
	margin-left: 10px;
	color: #67462e;
	font-size: 14px;
}
#sidebar ul#widgets{
	margin: 0; padding: 0;
	list-style: none;
}
#sidebar li#widgets{
	margin: 0; padding: 0;
	list-style: none;
}
#sidebar .separator{
	 margin: 0 10px;
}
#sidebar h3{
	font-weight: 300;
	margin: 0px 5px;
	padding: 5px 5px;
	font-size: 30px;
	display: block;
	line-height: 30px;
	/* true shadow implementation
	text-shadow: 0.5px 1px 0px #f7e0b7; */
}
#blogroll h2{
	margin: 10px;
	padding: 0px;
	font-weight: 400;
}
#blogroll ul{
	list-style: none;
	margin: 10px;
	padding: 0px;
}
#blogroll ul li a{
	text-decoration: none;
	color: #67462e;
}
#blogroll ul li a:hover{
	text-decoration: underline;
	color: #72302e;
}
#social_media_sidebar{
	float: left;
	width: 280px;
	margin-left: 0px;
}
form#emailform #email_input_sidebar{
	color: #fff;
	background-color: #b2ada7;
	border: 1px solid #939292;
	height: 23px;
	line-height: 23px;
	font-size: 12px;
	padding: 0px 0px;
	vertical-align: middle;
	font-family: Georgia, serif;
	margin: 0px;
	width: 188px;
}

/*
Footer styles
*/
#footer a{
	color: black;
}
#footer a:hover{
	text-decoration: underline;
}
#copyright{
	padding: 0 15px; margin: 0;
	float: left;
	width: 170px;
}
#footer_pages{
	padding: 0; margin: 0;
	float: left;
	width: 580px;
	text-align: center;
}
#credit{ 
	padding: 0; margin: 0;
	float: left;
	width: 190px;
	text-align: right;
}
#credit a{
	text-decoration: none;
	color: #808080 ;
}
#credit a:hover{
	text-decoration: underline;
	color: #72302e;
}
/*
Comments
*/
#comments_template{
	width: 628px;
	float: left;
	font-size: 14px;
	margin-top: 10px;
	padding: 10px;
	background: #EAE4DB;
	border-color: #e7e7e7;
	border-style: solid;
	border-width: 1px;
}
#comments_template a{
	color: #832c2c;
}
#comments_header{
	padding: 0; margin: 0;
	font-weight: 300;
}
#comments{
	list-style-position: inside;
	padding: 0; margin: 5px 0;
}
#comments li{
	border-color: #d8d8d8;
	border-style: solid;
	border-width: 1px;
	border-bottom: none;
	padding: 10px;
	background-color: #eeeeee;
	min-height: 60px;
	list-style: none;
}
#comments li.alt{
	border: 1px solid #d8d8d8;
	background-color: white;
}
#gravatar{
	float: left;	
	margin-right: 10px;
	margin-bottom: 10px;
}
#comments h4{
	padding: 0; margin: 0;
	font-weight: 600;
}
#respond{
	padding: 0; margin: 0;
	font-weight: 300;
}
.the_comment{
	padding-top: 8px;
}
#comment{
	width:  100%;
}
#comment_date{
	float:right;
}
#comment_date a{
	text-decoration: none;
}

/*
Author Page
*/
#author_avatar{
	width: 60px;
	height: 60px;
	border: 1px solid #b7b7b7;
	float: left;
	margin-right: 10px;
}
#author_title{
	padding-bottom: 10px; 
	margin: 0;
	font-size: 22px;
	font-weight: 100;
}
.red_color{
	color: #72302e;
}
.red_color a{
	color: #72302e;
	text-decoration: none;
}

/*
Search Page
*/
#search_content{
	border-color: #e7e7e7;
	border-style: solid;
	border-width: 1px;
	width: 628px;
	float: left;
	font-size: 14px;
	background-color: white;
	padding: 10px;
}
#search_recommendations{
	background-color: white;
	color: black;
	width: 628px;
	float: left;
	padding: 10px;
	font-size: 14px;
	border: 1px solid #e7e7e7;
	margin-top: 10px;
}
#search_recommendations a{
	color: #72302e;
}
#search_recommendations a:hover{
	color: #832c2c;
}
#search_recommendations h4{
	margin: 5px 0px;
	color: #67462e;
}
#search_recommendations h3{
	margin: 0;
	font-weight: 300;
}
#search_recommendations ul{
	list-style: none;
	padding: 0; margin: 0;
}
#search_recommendations li{
	margin-bottom: 5px;
}
#search_archives{
	float: left;
	width: 225px;
}
#search_recents{
	float: left;
	width: 225px;
}

/*
Blog Feed
*/
#posts_content{
	/*border-color: #e7e7e7; Changed by Chad on 9/21/09*/
        border-color: white;
	border-style: solid;
	border-width: 1px;
	width: 628px;
	float: left;
	font-size: 14px;
	background-color: #EAE4DB;
	/*background-color: white; Changed by Chad on 9/21/09*/
	padding: 10px;
	display: block;
        color: #67462E; /*Changed by Chad on 9/21/09*/
}
#posts_content h1{
	margin-bottom: 5px;
	margin-top: 0;
	padding: 0;
	font-weight: 300;
}
#posts_content a{
	color: #720d0d;
}
#posts_content a:hover{
	text-decoration: underline;
}
#posts_content small{
	color: #999999;
}
#posts_content .indented{
	padding-left: 30pt;
    padding-right: 30pt;
}
#post_header{
	margin-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
}
#comment_count{
	float: right;
	width: 84px;
	height: 71px;
	background-image: url(images/comment_bg.png);
	margin: 0; padding: 0;
	position: relative;
}
#comment_count #inner{
	position: absolute;
	top:  9px;
	left: 10px;
	text-align: center;
}
#comment_count #inner a{
	color: #555555;
}
.image_block{
	float: left;
	min-height: 100px;
	border: 1px solid #999999;
	margin-right: 10px;
	margin-bottom: 10px;
}
/*.image_block img{
	border: 1px solid #999999;
	margin: 5px;
}*/
.post_content{
	min-height: 100px;
	margin-top: 10px;
	overflow: auto;
	line-height: 20px;
}
.post_content p{
	margin: 0; padding: 0;
	text-indent: 30pt;
}
.post_separator{
	border-top-color: #999999;
	border-top:2px solid;
	padding-bottom: 7px;
}
#the_content{
	margin-bottom: 10px;
}
#after_post{
	padding-top: 5px;
}
#related_posts{
	margin-top: 10px;
	width: 50%;
	float: left;
}
#related_posts ol{
	margin: 2px;
}
#sociable{
	margin-top: 10px;
	width: 50%;
	float: left;
}


/*
	Sociable CSS
*/

div.sociable { 
	margin: 0px 0; 
}
.sociable_tagline{
	padding-bottom: 5px;
}
span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
}
.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 16px;
	display: inline;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
.s-indented p {
        text-indent: 50pt;
}
