/*
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: #44443f;
}

.custom #container {
    margin-top: 2em;
    margin-bottom: 2em;
    padding: 0.3em;
    background: #33332f;
    border: 0.4em solid #3e3e3a;
}

.custom #page {
    background: #fff;
}

/* This is the custom header graphic CSS changes */

.custom #header #logo a { display: block; height: 140px; width: 990px; background: url('images/senukereviewlogo.jpg') no-repeat; outline: none; }
.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }
.custom #header #tagline { height: 0; }
.custom #header { padding: 0; }

.custom .comments_closed { display: none; }


/* This is my Custom CSS for our default_page landing page */

.default_page #header { padding: 0; border-bottom: 0em; }
.default_page #header #logo a { display: block; height: 70px; width: 600px; background: url('images/senukereviewlogo_small.jpg') no-repeat; outline: none; border-bottom: 0em; }
.default_page #footer { border-top: 0em; }
.default_page #sidebars { display: none; border: none; }
.default_page #tabs {display:none;}
.default_page #content_box { background:none; }
.default_page .comments_closed { display: none; }
/*.default_page #header #logo { display: none; }
.default_page #header #tagline { display: none; } */
.default_page #content { margin: 0 auto; float: none; }

/* Custom stylings for our default_page */
.default_page #content h2, .default_page #content h1 { font-size:3em; text-align:center; font-weight:bold; }
.default_page #content h3 {font-size:1.5em; font-weight:bold; }
.default_page #container { width:990px; margin-top: 1em; border: none; }

.default_page #left_column { width:65%; float: left;}
.default_page #right_column { width:30%; float: right; padding: 0px; }
.default_page #bottom { width: 95%; float: bottom; padding: 0px; }
.default_page #bottom p {display: 0; }

.default_page #box { background: #CADEF4; border: .25em solid #93B4D9; font-size: 1em; text-align: center; } 
.default_page #box img {padding-top: 2em; cursor: pointer; }
.default_page #box p {margin: 0em; padding: 0 1em 2em 1em; font-weight: bold;}

.default_page #right_column h3 {font-size: 1em; font-weight: bold; color: #1d78c1; }
.default_page #right_column p {font-size: .9em; line-height: 1.0em; }
.default_page #right_column a {padding-top: 0em; }

.default_page a { color: #111; }
.default_page a:hover { color: ; background: #f2e127; }
.default_page #page { background: #fff; }
body.default_page { background: #33332f; }

/* FEATURE_PAGE DEFAULT STYLING  */

.feature_page #header { padding: 0; border-bottom: 0em; }
.feature_page #header #logo a { display: block; height: 70px; width: 600px; background: url('images/senukereviewlogo_small.jpg') no-repeat; outline: none; border-bottom: 0em; }
.feature_page #footer { border-top: 0em; }
.feature_page #sidebars { display: none; border: none; }
.feature_page #tabs {display:none;}
.feature_page #content_box { background:none; }
.feature_page .comments_closed { display: none; }
.feature_page #content { margin: 0 auto; float: none; }
.feature_page #inner_left { width: 250px; float: left; }
.feature_page #inner_right { width: 500px; float: right; }

/* Custom stylings for our feature */
.feature_page #content h2, .feature_page #content h1 { font-size:3em; text-align:center; font-weight:bold; }
.feature_page #content h3 {font-size:1.5em; font-weight:bold; }
.feature_page #container { width:990px; margin-top: 1em; border: none; }

.feature_page #left_column { width:25%; float: left; padding: 0px; vertical-align: top;}
.feature_page #right_column { width:75%; float: right; vertical-align: top;}
.feature_page #bottom { width: 95%; float: bottom; padding: 0px; }
.feature_page #bottom p {display: 0; }

.feature_page #box { background: #CADEF4; border: .25em solid #93B4D9; font-size: 1em; text-align: center; } 
.feature_page #box img {padding-top: 2em; cursor: pointer; }
.feature_page #box p {margin: 0em; padding: 0 1em 2em 1em; font-weight: bold;}
.feature_page table td {vertical-align: top; font-size: .8em; padding: .25em; padding-top: .75em; margin: .5em; }
.feature_page table td img {text-align: center; }
.feature_page table td p {padding: .5em; }

.feature_page #left_column h3 {font-size: 1em; font-weight: bold; color: #1d78c1; }
.feature_page #left_column p {font-size: .9em; line-height: 1.0em; }
.feature_page #left_column a {padding-top: 0em; }

.feature_page #right_column h3 {margin-top: 0px;}

.default_page a { color: #111; }
.default_page a:hover { color: ; background: #f2e127; }
.default_page #page { background: #fff; }
body.feature_page { background: #33332f; }


/* Test Page 3 Styling */


.test_page_3 #header { padding: 0; border-bottom: 0em; }
.test_page_3 #footer { border-top: 0em; }
.test_page_3 #sidebars { display: none; border: none; }
.test_page_3 #tabs {display:none;}
.test_page_3 #content_box { background:none; }
.test_page_3 .comments_closed { display: none; }
.test_page_3 #header #logo { display: none; }
.test_page_3 #header #tagline { display: none; } */
.test_page_3 #content { margin: 0 auto; float: none; }
