/*
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: &lt;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 .adsense { margin: 1em auto; float: right}

.custom #sidebars { background:#EEEEEE none repeat scroll 0 0; }

.custom .sidebar h3 { background:#3dcaff none repeat scroll 0 0; color:#FFFFFF; padding:0.3em 0; text-align:center; text-shadow:1px 1px 1px #333333; }.custom div.promobox2 { border-top:6px solid #2361A1; border-bottom:6px solid #2361A1; background-color:#CCE1F5; color:#000; margin-bottom:0; padding:1em }	.custom div.promobox2 H3 { margin-top:0 }	.custom div.promobox2 a:hover img { border:3px solid #bebebe }	.custom div.promobox2 a img { border:3px solid #CCE1F5 }	.custom div.promobox2 img { padding:0 }	



li.widget ul li {
border-bottom:1px solid #DDDDDD;
display:block;
margin:0;
padding:0.5em;
}

li.widget ul li:hover {
background:#DDDDDD;
display:block;
margin:0;
padding:0.5em;
}

.custom li.widget { margin-bottom: 0.5em; }
.custom li.widget { line-height: 1.2em; }
.custom li.widget a:hover { color:#222222; background: none; }


.custom #header { border-bottom:none;
height:162px;
padding-top:0;
padding-bottom:0;
background:url(http://wiiaccessories.org/wp-content/uploads/2009/12/wii_accessories_header.jpg)
center left no-repeat; }

.custom #header { padding: 0; border-bottom: 0em; }
.custom #header #logo { display:none; }
.custom #header #tagline { display:none; }

.main_page div.headline_area h1 {display:none;}
.main_page div.headline_area h2 {display:none;}
.main_page headline_area {display:none;}
.main_page a {text-decoration:none;}
.main_page a.col_head {text-decoration:none; color: #ffffff; text-shadow:1px 1px 1px #333333;}


.games_page div.headline_area h1 {display:none;}
.games_page headline_area {display:none;}
.games_page a {text-decoration:none;}

.fit_page div.headline_area h1 {display:none;}
.fit_page headline_area {display:none;}
.fit_page a {text-decoration:none;}

.remotes_page div.headline_area h1 {display:none;}
.remotes_page headline_area {display:none;}
.remotes_page a {text-decoration:none;}

.remotes_page a.col_head {text-decoration:none; color: #ffffff; text-shadow:1px 1px 1px #333333;}


.product_page div.headline_area h1 {display:none;}
.product_page headline_area {display:none;}
.product_page a {text-decoration:none;}

.product_page a.col_head {text-decoration:none; color: #ffffff; text-shadow:1px 1px 1px #333333;}


.product_page2 a {text-decoration:none;}
.product_page2 a.col_head {text-decoration:none; color: #ffffff; text-shadow:1px 1px 1px #333333;}



.custom div.headline_area h1 { background:#3dcaff none repeat scroll 0 0; color:#FFFFFF; padding:0.1em 0; text-align:center; text-shadow:1px 1px 1px #333333; }

.wii_accessories div.headline_area { padding:0 0 0 0; margin-top: -1em;}
.wii_accessories div.headline_area h1 { background:#89ca3c none repeat scroll 0 0; color:#FFFFFF; padding:0.1em 0; text-align:center; text-shadow:1px 1px 1px #333333; }
.wii_accessories .sidebar h3 { background:#89ca3c none repeat scroll 0 0; color:#FFFFFF; padding:0.3em 0; text-align:center; text-shadow:1px 1px 1px #333333; }


/*.custom div.promobox2 { border-top:6px solid #2361A1; border-bottom:6px solid #2361A1; background-color:#CCE1F5; color:#000; margin-bottom:0; padding:1em }	.custom div.promobox2 H3 { margin-top:0 }	.custom div.promobox2 a:hover img { border:3px solid #bebebe }	.custom div.promobox2 a img { border:3px solid #CCE1F5 }	.custom div.promobox2 img { padding:0 }	*/
/*.custom #page { background: #dedede; }*/

.custom #content_box {background-color:#EEEEEE;}

/*.custom #content {background-color:#fff;} */

img.double-border {
	border: 3px solid #ddd;
	padding: 3px; /*Inner border size*/
	background: #fff; /*Inner border color*/
}



