/*
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/
*/


.contact .comments_closed { display: none; }

body.custom {
    background: #111111; /*url('images/bg-top.gif') repeat-x top; #d7d6cc; #161617; e3eef4; d0f5fd; #44443f*/
/*font-family:Arial;*/
}

.custom #container {
   /*margin-top: 1.6em;*/
    margin-bottom: 2em;
padding:0px;
/*    padding: 0.4em;0.3em*/
/* background: #d0f5fd;*/
    /*border: 0.6em solid #000;ff9000;*/
}

.custom #page {
/*padding-top:0px;*/
    background: #fff; /*#ebebe3;*/
width: 1012px;
}

.custom #header  {
	background: url(images/header.jpg) no-repeat;
	margin:0; 
	width:1002px; 
	height:95px; 
border:none;
}

.custom #highlight {
	background-color:#fff881;
	border: #999999 solid thin;
	padding:7px;
}


.custom h2 .entry-title a:link, a:visited, a:active{
font-weight: bold;
color: #ff3100;
}

.custom h1 .entry-title{
font-weight: bold;
}



.custom h2 .entry-title a:hover{
text-decoration:underline;
color: #ff3100;
}


.custom h2{
font-weight: bold;
}


.custom h3{
color: #64af1b;
font-size: 24px;
font-style: italic;
}


.custom .yellowHighlight{
background:#ffcc00;
}

.custom #greyDashedBorder {
border: #999999 dashed 3px;
padding:2px;
width:195px;
}

.custom #optin h1{
font-size:30px;
font-family: Arial, Helvetica, sans-serif;
}

/*.custom #multimedia_box{
display:none;
}*/

.custom #sidebars{
border:none;
background:#f5f5f5;
}



/*.custom li.widget h3 {
background:#EEEEEE;
text-align:center;
font-family:Helvetica;
font-size:14px;
color:#000;
}

.custom .widget h3{
color:#000;
font-variant:small-caps;
text-transform: none;
width:155;
height:35;
}
*/

.custom .sidebar h3 { 
background:#EEEEEE;
text-align:center;
font-family:Helvetica;
font-size:14px;
text-transform: none;
font-variant:small-caps;
color:#000;
}

.searchResults #sidebars{
display:none;
}

.searchResults #header{
border:none;
}


/***********************   NAV BAR   ************************/
/*change the background color of everything on the nav bar except tabs*/
.custom ul#tabs { background: none; font-family:Arial; size:11px; margin:-44px 0px 0px 0px; padding-lef }
.custom ul#tabs{border:none; margin-bottom:10px;} /* background:#000000; a black bar behind all menu items   */

.custom ul#tabs li{ margin-left:0px; border:none; }/*space between nav items*/

/*.custom ul#tabs .rss a{background:#ff8400; border-right: #ebebe3 solid thin; border:none;}RSS color*/
/*.custom ul#tabs .rss a:hover{background:#ff8400; border:none;}*/

/*.custom ul#tabs li a { background:none;  color: #000;  border-right: #666 thin solid; }background: #6bc7ec; */

/*.custom ul#tabs li.current_page_item a { background: #ddddd3; color: #000; margin-left:0px; }background: #6bc7ec;*/

.custom ul#tabs li.current_page_item { margin-left:0px; }

/*.custom ul#tabs li a:hover { background: #171717; color: #fff; text-decoration:none; }*/


.custom ul#tabs li.home-item { background: url("http://prowebpreneur.com/wp-content/themes/thesis_151/custom/images/menu-home.gif") no-repeat; width:100px; height: 41px; text-indent:-9999px;}

.custom ul#tabs li.home-item a:hover { background: url("http://prowebpreneur.com/wp-content/themes/thesis_151/custom/images/menu-home-h.gif") no-repeat; width:100px; height: 41px; text-indent:-9999px;}

.custom ul#tabs li.page-item-1 { background: url("http://prowebpreneur.com/wp-content/themes/thesis_151/custom/images/menu-about.gif") no-repeat; width:100px; height: 41px; text-indent:-9999px;}

.custom ul#tabs li.page-item-1 a:hover { background: url("http://prowebpreneur.com/wp-content/themes/thesis_151/custom/images/menu-about-h.gif") no-repeat; width:100px; height: 41px; text-indent:-9999px;}

.custom ul#tabs li.page-item-2 { background: url("http://prowebpreneur.com/wp-content/themes/thesis_151/custom/images/menu-contact.gif") no-repeat; width:100px; height: 41px; text-indent:-9999px;}

.custom ul#tabs li.page-item-2 a:hover { background: url("http://prowebpreneur.com/wp-content/themes/thesis_151/custom/images/menu-contact-h.gif") no-repeat; width:100px; height: 41px; text-indent:-9999px;}

.custom ul#tabs li.rss { background: url("http://prowebpreneur.com/wp-content/themes/thesis_151/custom/images/menu-rss.gif") no-repeat; width:100px; height: 41px; text-indent:-9999px;}

.custom ul#tabs li.rss a:hover { background: url("http://prowebpreneur.com/wp-content/themes/thesis_151/custom/images/menu-rss-h.gif") no-repeat; width:100px; height: 41px; text-indent:-9999px;}

/* Change the home tab color 
.custom ul#tabs .home-item {
border-left: #666 solid thin; 
}*/



/* Change the about tab color */
/*.custom ul#tabs .page-item-1 {
	background: green;
}*/
/* Change the blogroll tab color */
/*.custom ul#tabs .page-item-2 {
	background: red;
}*/
/* Change the cv tab color */
/*.custom ul#tabs .page-item-3 {
	background: black;
}*/
/***********************   /NAV BAR   ************************/

.custom .to_comments .bracket{visibility:hidden}
.custom .to_comments span{font-size:1.2em; color:#fff;}
.custom .to_comments {background: #ff5a00; height:40px; line-height:40px;}

.custom .to_comments a:hover{text-decoration:none;}
.custom .format_text .to_comments{color:#fff;}


/*.custom #footer_area {background:#ff0; padding:0.5em 0; border-top:1px solid #bbd; }

.custom #footer {background:#ff0; margin:0; border:0;}*/
