/*
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/
	
	Carbohydrate Guide
*/

/*--Site links--*/
.custom a { color: #0000FF; text-decoration: underline; font-size: 12px; }
.custom a:hover { color: #0000FF; text-decoration: underline; }
.custom a:visited {color: #0000FF; text-decoration: none; }

/*--Sidebar links--*/
.custom .sidebar a, a:visited {color: #ffffff ; text-decoration: underline; font-size: 12px;}
.custom .sidebar a:hover { color: #ffffff; text-decoration: underline; font-size: 12px;}

body.custom { background:#d3d3d3;
 }

#header { background: #000000;  border-bottom: 1px solid #6e6d6d; width: 76.15em; height: 51px; clear: both;  border-left: 1px solid #3d3d3d;
 border-right: 1px solid #3d3d3d; border-top: 1px solid #3d3d3d; margin-left: .15em; }

/*--Background  color Outside of Content--*/

#image_box { padding: 1.1em; background: #fff; border-bottom: 0px solid #ddd; }
#image_box img { display: block; padding: 0.1em; background: #fff; border: 0.1em solid #bbb; }

.comments_closed p { display: none; }

/*--Eliminates Vertical line at left of sidebar--*/
.custom #content_box { background: none; }

/*--Eliminates Vertical line in Sidebars--*/
#sidebars {
border-style:none;
margin-top:-1.9em;
}

#sidebar_1 {
border-color:#fff;
border-style:none;
}

#tabs {
border-color:#DDDDDD;
border-style:solid;
border-width:0 0 1px 1px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}

.table_border {
border:1px solid #000000;
}

.table_spacing { padding: 10px 10px 10px 10px;
text-align: justify; }

 /*---:[ #header styles ]:---*/
#header #logo { margin-left: .2em; font-weight: bold; letter-spacing: .05em; }
	#header #logo a { color: #fff600; text-decoration:none; font-size:1.0em;}
	#header #logo a:hover { color: #fff600; font-size:1.0em;}
#header #tagline { margin-left: .7em; font-weight: normal; color: #e7e7e7; }
#header #tagline {
font-size:1.2em;
line-height:1.429em;
}

.home { color: #000000;
width: 79.0em; 
     font-size: 12px !important;
	line-height: 25px !important;
 background: #000000;
 border-top: 1px solid #000000;
 border-left: 1px solid #000000;
 border-right: 1px solid #000000;
 margin-left: .13em;
}

.popcam { color: #000000;
width: 65.3em; 
     font-size: 12px !important;
	line-height: 22px !important;
	padding-top: 2px;
 background: #000000;
 border-left: 1px solid #3d3d3d;
 border-right: 1px solid #3d3d3d;
  border-bottom: 1px solid #3d3d3d;
  margin-left: .13em;
}
.update { color: #ffffff;
     font-size: 11px !important;
  margin-left: 57em;
}

.googletopad { color: #1b4e7d;
width: 75.0em; 
	line-height: 5px !important;
 background: #1b4e7d;
  margin-left: .13em;
 padding-bottom:2px;
}

/*--Lined Ad Box--*/
.adbox {
padding: .4em 0em 0em .4em;
width: 24.0em;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
border-right: 1px solid #ddd;
border-left: 1px solid #ddd;

}

/*--Spacing Between Title & Ads--*/
.custom .headline_area {margin-bottom: 0.5em;}

.custom .rightwrapper a, a:visited {color: #FFFFFF; text-decoration: underline; font-size: 11px;}
.custom .rightwrapper {font-weight: normal; font-size: 11px;}
.custom .visitors {font-weight: normal; font-size: 11px; letter-spacing: .05em;}
.custom .rightwrapper a:hover { color: #FFFFFF; text-decoration: underline; font-size: 11px;}

 /*--Content Border--*/
.custom #container {
    margin-top: .2524em;
    margin-bottom: 1em;
    padding: 0.1em;
}
/*---:[ space at bottom of sidebar sections ]:---*/
.custom li.widget { margin-bottom: 1.4em; }


/*--Thin Inside Border Around content--*/
.custom #page { padding: 1em .9em; background: #566930; border: 1px solid #000000; border-top: 1px solid #000000; border-bottom: 1px solid #000000;}

/*---:[ nav menu styles ]:---*/
#tabs { list-style: none; border: 1px solid #ddd; border-width: 0 0 0px 0px; }
	#tabs li { margin-bottom: -0.1em; background: #efefef; border: 1px solid #ddd; border-left: 0; float: left; }
	#tabs .current_page_item, #tabs .current-cat { padding-bottom: 0.1em; background: #fff; border-bottom: 0; }
		#tabs a { display: block; line-height: 1em; color: #111; text-transform: uppercase; letter-spacing: 2px; }
		#tabs a:hover { color: #111; text-decoration: underline; }
		#tabs .current_page_item a, #tabs .current-cat a { cursor: text; }
		#tabs .current_page_item a:hover, #tabs .current-cat a:hover { text-decoration: none; }
	#tabs .rss { padding-right: 0; background: none; border: none; float: right; }
		#tabs .rss a { padding-right: 16px; background: url('images/icon-rss.gif') 100% 50% no-repeat; }
		
		#sidebar_2 ul.sidebar_list {
padding-right:1em;
}

.custom li.widget {
margin-bottom:.9em;
padding-bottom:.5em;
width:99%;
padding-top:1em;
padding-left:.8em;
background: #566930;

}


#content {
margin-top:.3em;
float:left;
margin-left:.2em;
width:60.4em;
background: #eaeaea;
}

/*--Sidebar Headings & Underlines colors--*/
.custom .sidebar h3 { font-variant: normal;
letter-spacing:0px; 
color: #000000;
font-weight: bold;
font-size: 14px;
}


li.widget ul li {
list-style-image:bullet;
background: #566930;
padding: 4px 0px 8px 8px;
margin: 0px 0px 0px 0px;
list-style-position:outside;
list-style-type:none;
}

/* Position the Search Box */

.custom #s { font-size:12px; position:relative; float:right; margin-top: -11px; background:#000; color:#fff; padding:0.5em; width:200px;}

/* Style the First (or Only) Post */
.custom .post.top {
   background:#FFFFFF none repeat scroll 0 0;
   border:1px solid #000000 !important;
   margin:0em;
   padding:1em 1em 0 1em;
   margin-bottom:1.2em;
}

/* Style Remaining Posts (in a Multi-Post Listing) */
.custom .post.post_box {
   background:#FFFFFF none repeat scroll 0 0;
   border:1px solid #000000;
   margin:0em;
   padding:1em 1em 0 1em;
   margin-bottom:1.2em;
}

/* Style the First (or Only) Post */
.custom .post_box.top {
   background:#fff none repeat scroll 0 0;
   border:1px solid #000000 !important;
   margin:0em;
   padding:1em 1em 0 1em;
   }


/* Style Comments */
.custom #comments {
   background:#566930 none repeat scroll 0 0;
   border:1px solid #566930;
   margin:0em;
   padding:0em 0em 0 0em;
   
}

/*--Image Frame--*/
.custom .format_text img.frame { background: #ffffff; padding: .9em;}
.custom .format_text img.frame { border: 1px solid #c0c0c0;}
.custom .format_text img.frame1 { background: #ffffff; border: 1px solid #c0c0c0;}

ul.postTabs li a {
text-decoration: underline;
font-weight: bold !important;
background:url(http://www.laptopreviewsrated.com/images/SidebarHeading.png) repeat-x;
border:1px solid #ddd !important;
font-size: 12px !important;
letter-spacing: .07em;
cursor:pointer;
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:medium;
padding:0.2em 0.3em !important;
text-decoration:none;
}
ul.postTabs li a:hover {text-decoration:underline;

}

/*--H2 Heading Box--*/
.custom .format_text h2 { color: #000000;
width: 40.1em; 
	padding: 0px 0px 0px 8px !important;
     font-size: 14px !important;
	 font-weight: bold !important;
	line-height: 20px !important;
	 margin-top: 12px !important;
	 margin-bottom: 12px;
 background: url(http://www.laptopreviewsrated.com/images/SidebarHeading.png) repeat-x;
 border-top: 2px solid #f2f2f2;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}

/*--Space Below Read More--*/
.readmore {
margin-bottom:1.5em;

}

/*---:[ footer styles ]:---*/


.prev_next {
padding-bottom:0em;
padding-top:0em;
}

/*---:[ footer styles ]:---*/
#footer a { color: #000000; border-bottom: 0px solid #1b4e7d; }
#footer a:hover { color: #FFFFFF; }

#footer { color: #000000; border-top: 0px double #ddd; text-align: right; clear: both; font-size: 12px;}

.headline_area h1, .headline_area h2 {
font: "Helvetica Neue", Helvetica, Arial, sans-serif;
text-decoration: underline;
color: #0000FF;
font-size:2.2em;
line-height:1.364em;
font-weight: bold
}

/*---:[ DropCaps ]:---*/ 
.dropcaps {
color:#a39f92;
float:left;
font-family:Georgia,Times New Roman,Serif;
font-size:38px;
font-weight:bold;
line-height:26px;
padding:4px 3px 0 0;
}

li.widget {
font-size:1.3em;
line-height:1.3em;
}

element.style {
height:0em;
}

.ie ul#tabs { height: 0%; }