/*
File:			custom.css
Description:	Custom styles for Thesis
*/

/*-- General Page Elements --*/
body.custom { 
	background-image: url(http://75.125.243.85/blog/wp-content/uploads/bg-pattern.jpg); 
}
.custom #container { 
	margin-top: 0em; margin-bottom: 2em; padding: 0em; background: #33332f;
	border:solid  #105b2e;
	border-width: 5px 5px 5px 5px; 
}
.custom #page { 
	background: #c6d8ce;
}
.custom #header {
	padding-bottom:0;
	padding-top:0;
	clear:both;
	border-bottom:3px double #c6d8ce;	
}
.custom h1, h2 {
font-size:1.9em;
line-height:1.364em;
}


/*-- Navigation --*/
.custom ul#tabs {
	border-color:#a3bbae;
	border-style:solid;
	border-width:0 0 1px 1px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
.custom ul#tabs li { 
	margin-bottom: -0.1em; 
	background: #c6d8ce; 
	border: 1px solid #a3bbae; 
	border-left: 0; 
	float: left; 
	}
.custom ul#tabs li.current_page_item, ul#tabs li.current-cat { 
	padding-bottom: 0.1em; background: #ffffff; border-bottom: 0; 
}
.custom ul#tabs li.rss {
	background: #c6d8ce;
	float:right;
	padding-right:2px;
	border-width:0 0 0 0;
}



/*-- Main Content Area --*/	
.custom #content_box{
	background:#ffffff 51.3em 0;
	width:100%;
	}
.custom #custom_box {
	background:#efefe0 none repeat scroll 0 0;
	border-bottom:1px solid #efefe0;
}


/*-- Footer --*/
.custom #footer {
	background: #EF712C;
	border-top:3px double #105b2e;
	clear:both;
	color:#105b2e;
	text-align:right;
}
.custom #footer a {
	color:#105b2e;
	border-bottom:none;
	text-decoration:underline;
}
.custom #footer a:hover {
	color:#3a3a3a;
	text-decoration:none;
}



/*-- Sidebar Elements --*/
.custom li.widget .widget_box {
	background:#c6d8ce none repeat scroll 0 0;
	border-color:#000000;
	border-style:solid;
}
.custom #sidebars {
	background:#ffffff;
	border-color:#c6d8ce;
	border-style:solid;border:0 none;
	float:right;	
}
.custom .sidebar h1 {
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:2em;
	color:#105b2e;
	font-variant:small-caps;
	letter-spacing:2px;
	line-height:1.429em;
	margin-bottom:0.571em;
}
.custom .sidebar h3 {
	font-family:Georgia,"Times New Roman",Times,serif;
	color:#105b2e;
	border-bottom:1px dotted #DDDDDD;
	font-size:1.4em;
	font-variant:small-caps;
	letter-spacing:2px;
	line-height:1.429em;
	margin-bottom:0.571em;
}
.custom .sidebar input, textarea {
	background:#C6D8CE none repeat scroll 0 0;
	border-color:#105b2e;
	border-style:solid;
	border-width:1px;
	color:#444444;
	font-size:1em;
}
.custom .no_sidebars {
	background:#efefe0 none repeat scroll 0 0 !important;
}
.custom .sidebar input[type="text"], .sidebar input[type="submit"] {
	font-family:Georgia,"Times New Roman",Times,serif;
	color:#000000;
	padding:5px 20px 5px 5px;
}
.custom .sidebar input:focus, textarea:focus {
	background:#FFFFFF none repeat scroll 0 0;
	border-color:#777777 #CCCCCC #CCCCCC #777777;
}
.custom div.kd_ads_block {
display:block;
margin:0 auto;
width: 99%;
overflow:hidden;
}

/*-- Video & Image Boxes --*/
.custom #video_box {
background:#ffffff none repeat scroll 0 0;
}
.custom #image_box {
background:#ffffff none repeat scroll 0 0;
border-bottom:1px solid #c6d8ce;
}
.custom #multimedia_box {
width:99%;
}
.custom #image_box img {
border-width:0.1em;
padding:0.1em;
margin-left:auto;
margin-right:auto;
width:99%;
}

/*-- Text & Links --*/	
.custom h4 {
	font-family:Georgia,"Times New Roman",Times,serif;
	border-bottom:1px dotted #DDDDDD;
	font-size:1.4em;
	font-variant:small-caps;
	letter-spacing:2px;
	line-height:1.429em;
	margin-bottom:0.571em;
}
.custom a {
	color:#EF712C;
	text-decoration:none;
}
.custom a:hover {
	color:#3a3a3a;
	text-decoration:none;
}
.custom	h2 a:hover {
	color:#44443f;
}
.custom .headline_meta {
color:#a3bbae;
font-style:italic;
}
.custom .format_text .to_comments span.bracket {
color:#a3bbae;
}



/*-- Comments Section --*/	
.format_text .to_comments a {
color:#EF712C;
text-decoration:none;
}
.format_text .to_comments a:hover {
color:#3a3a3a;
text-decoration:underline;
}
.custom .wp-caption {
background-color:#E0EFE7;
border-color:#000000;
border-style:solid;
font-style:italic;
text-align:center;
border-width:0.071em;
padding:5px;
}
.custom dl#comment_list .bypostauthor {
background:#DFDBC3 none repeat scroll 0 0;
}
.custom dl#comment_list {
border-top:1px dotted #44443f;
}

#idc-container-parent #idc-container {
margin-left:10px;
padding:1%;
width:95%;
}
.custom .quotescollection_randomquote {
width:50%;
}



/*-- Forms --*/
.custom input.form_submit {
background:#EF712C;
border-color:#CCCCCC #999999 #999999 #CCCCCC;
border-style:double;
border-width:3px;
color:#111111;
cursor:pointer;
font-weight:bold;
overflow:visible;
width:auto !important;
}

