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

body.custom { background: #fff url(images/background5.jpg) top center repeat-x;}

.custom #header {border-bottom-style: none; border-bottom-color: none;}
.custom #header #logo a, .custom #header #logo a:active {
	color: #fff;
	border-bottom: none;
display: block; height: 120px; /*background: url(images/header.png) no-repeat;*/ outline: none; border-top: 0;
}
.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }
.custom #header #tagline { height: 0; }
.custom #header { border: 0; padding: 5px 0 0 0; }

.custom #tabs li.current_page_item a{
	color: #fff;
}
.custom #tabs a:hover, .custom #tabs li.current_page_item a:hover {
	color: #000;
	text-decoration: none;
}
/* NAV */

.custom #tabs {
	background: none;
	border: none;
	padding-left: 60px;
	margin: -15px auto 5px;
	width: 840px;
}
.custom #tabs li {
	border: none;
	background: none;
	width: auto;
	margin: 0 18px 0 18px;
	text-align: left;
}
.custom #tabs li.current_page_item {
	background: none;
}
.custom #tabs a, .custom #tabs a:active {
	letter-spacing: normal;
	color: #fff;
	margin-left: 1.2em;
	text-transform: none;
	padding: 0px;
	padding-bottom: 5px;
	font-family: Georgia, serif;
	font-variant: small-caps;
	line-height: normal;
}

/* MISC */

.custom .bracket { display: none; }
.custom .rss { display: none; }
.custom .to_comments span { font-size: inherit; color: black; font-weight: bold; }
.custom #sidebars { background: none; border-style: solid; margin: -65px 0 10px 0; border-color: #26646c;  }
.custom #sidebar_1 { border-style: none; }
.custom #text-4 .widget widget_text { padding-bottom: -20px; }
.custom .comments_closed { display: none; }
.custom #post-103 ul li { list-style: none; }
.custom #footer { font-size: 12px; }
.custom #footer a { color: #333; border-bottom: none; }
.custom #footer a:hover { color: #222; text-decoration: underline; }


/*---:[ custom Social icon styles ]:---*/
ul#tabs2 { position:relative; bottom:125px;
margin: 0 0 0 8px; border: 0; list-style: none; }
ul#tabs2 li { 
background: none; border: 0; color: #fff; float: right; }
ul#tabs2 li.current_page_item, ul#tabs li.current-cat { background: none;}
ul#tabs2 li a { 
margin: 0px 0 0 4px; display: block; line-height: 1em; color: #111; text-transform: uppercase; letter-spacing: 2px; }
ul#tabs2 li a:hover { 
background: none; color: #111; text-decoration: underline; }
ul#tabs2 li.current_page_item { font-size: 1.2em; 
margin: 10px 0 0 0; cursor: default; color: #111; text-transform: uppercase; letter-spacing: 2px; }
ul#tabs2 li.icon { margin-top: -55px; }
ul#tabs2 li.rss { height: 64px; width: 64px; }
/* 404 Page */
.custom div#errorpage h2 {
margin-top:0px;
 
}
.custom div#errorpage {
	padding:10px;
	float:left;
}
.custom div#errorpage img {
	float:left;
	width:100px;
	padding:10px;
}
.custom div#errorpage p {
	padding:15px 0px;
	margin:0px;
}
.custom div#errorpage #error-inside{
margin-left:130px;
}