/*
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/
*/
body.custom {
    background: #ffffff url('images/bg.jpg') 50% 0 repeat-y;
}

.custom #container {
    margin-top: 2em;
    margin-bottom: 2em;
}

.custom #page {
    background: #fff;
}
.custom #feature_box {
border: 12px solid
margin-left: 2em;
margin-bottom: 2em;
height:380px;
}
.custom #header_area .page {
padding-top:0;
}
.custom #tagline {
text-align:right;
}
.custom #header #logo a {
color:#ffffff;
}
.custom #content_box {
background: #FFFFFF url(images/dot-ddd.gif) repeat-y scroll 61.4em 0;
}
.custom #left {
float:left;
}
.custom #right {
text-align:center;
padding-top:1.1em;
}
.custom #sidebars {
border:solid;
border-bottom:medium none;
border-color:#000000;
border-right:medium none;
border-style:none none none solid;
border-top:medium none;
width:21em;
}
.custom ul#tabs {border-bottom:none; border-left:none;}
	.custom ul#tabs li {margin-bottom:0; border:none; background:none;}
	.custom ul#tabs li.current_page_item, .custom ul#tabs li.current-cat {padding-bottom:0; background:none;}
	.custom ul#tabs li.rss {}
		.custom ul#tabs li a {}
		.custom ul#tabs li a:hover {text-decoration:none;}
		.custom ul#tabs li.current_page_item a, .custom ul#tabs li.current-cat a {}
.custom ul#tabs li.current_page_item a, .custom ul#tabs li.current-cat a {
	color:#FFFFFF;
	font-weight:bolder;
	text-decoration:none;
}
.custom ul#tabs li a {
color:#999999;
font-weight:bolder;
}
.custom .sidebar h3 {
border-bottom:0.1em solid #CCCCCC;
color:#666666;
}
.custom .li.widget ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
text-align:right;
}

/*movie review*/

.sr-review { /* post title */
	float: left; }

.sr-rating { /* star images */
	float: right; }

.sr-clear { /* clear the floats */
	clear: both; }
/*li#movie_review {
	font-size: 1.3em;
	line-height: 1.385em;
}
li.widget{
	margin-bottom: 0;
}
*/
/* No sidebars - custom pages */
.custom .no_sidebars {
	background:none;
}
.comments_closed p { display: none; } 
#archive_info p {display: none;}
/* picture rotator sidebar */
.widgettitle {
	font-family: Georgia,"Times New Roman",Times,serif;
	border-bottom:0.1em solid #CCCCCC;
	color:#666666;
	font-size:1em;
line-height:1.385em;
margin-bottom:0.692em;
font-variant:small-caps;
letter-spacing:2px;
}
.custom #middle{
	text-align: center;
	font-size: 16pt;
	padding-top:0.7em;
}
.custom #archive_info h1 {
display: none;
}
