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

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }	<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/
/*custom nav menu*/
.nav{
border-bottom:1px dotted #900;
list-style:none;
font-size:10pt;
line-height:120%;
font-weight:100;
margin-right:20px;
margin-top:0px;
padding-bottom:1px;
background:#000;
float:right;
width:500px;
font-family: Verdana;
vertical-align:middle;
}
.nav ul{
margin:0px 5px 0px 0px;padding:0px; float:right; width:100%;
}
.nav li.noline{
border:0;
}
.nav li{
border-right:1px solid #555;
float:right;
display:block;
padding-left:30px;
margin-left:0px;
}
.nav li a{
	color:#ccc;
	text-decoration:none;
	display:block;
	text-transform:uppercase;
	padding:5px 0px 5px 5px;
	margin:0px;
	font-family: Verdana;
}
.nav li a span{
color:#ccc;
text-transform:lowercase;
display:block;
font-size:9px;
font-family: Verdana;
}
.nav li a:hover, .nav li a:hover span{
	background:#000;
	color:#333!important;
	font-family: Verdana;
	vertical-align:middle;
}
* html .nav li a:hover{
background:#333;color:#000;
}
.nav li.lastnav{
border-left:1px solid #000;
border-right:none;
float:left;
display:block;
}
.nav li.lastnav a:hover, .nav li.lastnav a:hover span{
background:#000;
}
.clear {
clear:both;
height:0.001em;
margin:0px;
padding:0px;
display:block;
}


/* Remove padding around the Navigation Bar */
.custom #header_area .page {
  padding:0em;
  width:980px;
  margin:0 auto;
}
/*remove front page padding*/

.custom #post-148 {
	padding-top:5px;
}
/* Give a Background to the Navigation Bar */
.custom .menu {
  background-color:#000;
  border-bottom:none;
  padding:0em;
  margin:0 auto;
 
}
.custom .headline_area {
        display:none;
}            

/* custom-home */

#custom-wrapper {

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

#hero {
	width:100%;
	margin: 0 auto;
}
#main-body-section {
	width:100%;
	margin: 0 auto;
	padding:5px;
	text-align: left;
	color:#CCC;
}
#main-body-section h1{
	margin-bottom:3px;
	vertical-align:baseline;
	color:#FFF;
}
#main-body-section h2{
		font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#999;
	margin-bottom:10px;
	vertical-align: top;
	margin-top: 5px;
	font-weight:lighter;

}

.three-column ul  {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0px;
	}

.three-column li {
	background: url(http://charleschung.com/wp-content/themes/thesis_17/custom/images/arrow-bullet.gif) left center no-repeat;
	background-position:left;
	padding-left: 15px;
	margin-top:5px;
	margin-bottom: 3px;
	style:none;
	line-height:16px;
	}

.three-column {
	width:280px;
	float:left;
	padding:20px;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: 12px;
	border-left: dotted thin #666;
	margin-top: 5px;
}
.three-column-noborder {
	width:280px;
	float:left;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: 12px;
	padding: 20px;
}
#footer {
	width:980px;
	margin: 0 auto;
	background-color:#333;
}
body {
	background-color: #000;
}
p { margin-top:0px;}


/* Logo */				

.custom #header {  border-bottom:0px dotted #0000;
					padding:10px 0px 5px 0px;
					background-color:#000;}

.custom #logo {background-image: url('images/logo.png'); background-repeat: no-repeat; float:left; width: 170px; height: 22px; text-indent: -9999px; background-position:0 0 0px 0; margin:5px; }
.custom #logo a {width: 170px; height: 22px; display: block; outline: none; float:left}


/* Feature Box Styling */
/*.custom #feature_box {
	background:#000;
	background-image: url('images/starter.jpg');
	background-repeat:no-repeat;
	height:400px;
	
}*/
/*hide header*/

.main .headline_area {display:none;}


/* Nav Search */
.custom ul.menu li.nav_right {
  float:right;
  font-size:14px;
  height: 55px;
  letter-spacing:1px;
  overflow:hidden;
  text-transform: uppercase;
  background-color:#333;
  padding:5px;
}

.custom ul.menu li.search {
  background-color: #000;
  border-bottom:none;
  height:45px;
  margin-top:6px;
  color:#FFF;
  font-size:15px;
  letter-spacing:1px;
  padding:5px 10px 0px 22px;
  text-transform: uppercase;
  width:175px;
}

/* CUSTOM.CSS */

.custom #footer {
border-top:1px solid #1a1a1a;
background: #000;
padding:0em;
text-align:center;
}
.custom #footer a{
border-bottom: 1px none #cccccc;
}

/* footer widget area setup */
#footer_setup {
background: #000;
padding:1.5em;
margin-bottom: 25px;
overflow: hidden;
}

/* widget item setup */
#footer_setup .footer_items {
	text-align: left;
	width: 24.5%;
	padding-right: 0px;
	color: #999;
	font-size:9px;
	display: inline-block;
	float: left;
	height: 100%;
}

/* widget item headers */
#footer_setup .footer_items h3 {
font-size: 1.5em;
font-weight: bold;
text-transform: uppercase;
letter-spacing: 0px;
color: #ffffff;
padding-bottom: 3px;
border-bottom: 3px none #ffdf00;
margin-bottom: 5px;
}

/* do not change these! */
#footer_setup .footer_items ul li { list-style:none;
font-size:1.4em;
line-height:1.5em;
}
#footer_setup .footer_items ul { margin: 1em; padding: 0px; }

.custom .to_comments {
	display:none;
}