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

.custom div.welcome_box {
width: 90%;
padding: 0.571em 0.786em;
margin-left: 1em;
margin-right: 1em;
margin-bottom: 1em;
margin-top: 1em;
margin-bottom: 0em;
padding-bottom: 0em;
}


.custom a:hover { color: #CA0002; }

.custom #page {
    background: #fff;
}

body.custom {
	background: #487eaa none no-repeat scroll right top;
}

.custom #header_area div.page {
	background-color: white;
	padding: 0;
	width: 999px;
}


.custom #header #logo a { display: block; height: 72px; width: 450px; background: url('images/World-Mint-Coins-Logo.jpg') no-repeat; outline: none; }
.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }


.custom div#header {
	border-style: none;
	margin: -10px 0 -10px 0;
	padding: 0 0px 0px 0;
}

.custom #s { font-size:12px; position:relative; float:right; margin-top:-4.5em; margin-right: 25px; background:#fff; color:#000; padding:0.5em; width:300px; }
.custom #s_page { font-size:12px; float:left; margin-top:1em; background:#fff; color:#000; padding:0.5em; width:600px; }

.custom #video_box {background:#FFFFFF none repeat scroll 0 0;padding:1em;}

.custom #content_area div.page {
	background-color: white;
}

.custom #footer_area div.page {
	background-color: white;
}

.custom p.wp-caption-text {
	font-style: italic;
	font-size: .75em;
	color: gray;
}

.custom #container {
 margin-top: 1em;
 margin-bottom: 1em;
	background-position: left bottom;
	background-repeat: no-repeat;
	background-attachment: fixed;
}




.custom #content h2 {
	line-height: 1em;
	letter-spacing: -1px;
	margin-bottom: 10px;
	color: gray;
	font-size: 1.75em;
}

.custom div.headline_area h1 {
	letter-spacing: -1px;
	font-weight: bold;
	font-size: 2.75em;
}

.custom #content h2.entry-title {
	letter-spacing: -1px;
	font-weight: bold;
	font-size: 2.75em;
}

.custom .sidebar h3 {
	letter-spacing: 0;
	font: normal bold 1.5em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}




/*---:[ WordPress Image Captions ]:---*/
.format_text .alignleft { margin: 0 1.571em 1.571em 0; float: left; clear: left; }
.format_text .alignright { margin: 0 0 1.571em 1.571em; float: right; clear: right; }
.format_text .aligncenter { display: block; margin: 0 auto 1.571em auto; float: none; clear: both; }
.format_text .alignnone { display: block; margin: 0 auto 1.571em 0; clear: both; }
.format_text .wp-caption { background-color: #f3f3f3; border: 0.071em solid #ccc; text-align: center; padding: 0.714em; }
.format_text .wp-caption p { font-size: smaller; font-style: italic; margin-bottom: 0; }



.table_specs {
	border: 1px solid #C9EFF5;
	background-color: #E7F8FB;
	width: 100%;
}

.custom ul#tabs {
	margin-top: 20px;
	padding: 0;
	border-style: none;
	border-top: 1px none silver;
	border-right: 1px none silver;
	height: 26px;
	font: 1.1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background: #e7e7e7 none repeat-x left top;
	border-bottom: 1px solid silver;
}

.custom ul#tabs li {
	border-style: none;
	padding: 0;
}

#tabs li.page_item.page-item-528 a {
	background-color: #993300;
	color: white;
}

#tabs li.page_item.page-item-6 a {
	background-color: #487eaa;
	color: white;
}

#tabs li.page_item.page-item-178 a {
	background-color: #FFCC00;
	color: white;
}

#tabs li.page_item.page-item-886 a {
	background-color: #8CA144;
	color: white;
}

#tabs li.page_item.page-item-460 a {
	background-color: #CC9933;
	color: white;
}

#tabs li.page_item.page-item-1000 a {
	background-color: #CC6600;
	color: white;
}


.custom ul#tabs li.rss a { padding-right: 23px;
	background: url(images/icon-rss.gif) no-repeat 97% 50%;
	color: black;
}

.custom ul#tabs li.rss a:hover {
	background: url(images/icon-rss.gif) no-repeat 97% 50%;
	color: white;
}



.custom ul#tabs li a:hover {
	background-color: #5f5e5f;
	color: white;
	text-decoration: none;
	background-image: none;
}

.custom ul#tabs li.page_item a:hover {
	background-color: #5f5e5f;
	background-image: none;
}

.custom #tabs li.current_page_item a {
	color: black;
	background-color: white;
	font-weight: bold;
	background-image: none;
	border-right: 1px solid silver;
	border-bottom-style: none;
	border-top: 1px solid silver;
	border-left: 1px solid silver;
}


#tabs li.page_item.page-item-528.current_page_item a, #tabs li.page_item.page-item-6.current_page_item a, #tabs li.page_item.page-item-178.current_page_item a, #tabs li.page_item.page-item-886.current_page_item a, #tabs li.page_item.page-item-460.current_page_item a, #tabs li.page_item.page-item-2.current_page_item a {
	background-color: white;
	color: black;
	font-weight: normal;
	font-style: normal;
}




ul#tabs li.current_page_item, ul#tabs li.current-cat { padding-bottom: 0.1em; background: #fff; border-bottom: 0; }

ul#tabs li li.current_page_item, ul#tabs li li.current-cat { background: #efefef; padding-bottom: 0em; }

ul#tabs li li.current_page_item a, ul#tabs li li.current-cat a { text-decoration:underline; }
	
ul#tabs li a {
	color: black;
	text-decoration: none;
	margin: 0;
	padding: 7px 10px;
	background: #f3cf79 none repeat-x;
	border-bottom: 0px solid silver;
}

ul#tabs li a:hover { color: #111; text-decoration:underline; }

ul#tabs li li:hover { background-color:#fff;}
	
ul#tabs li.current_page_item a, ul#tabs li.current-cat a { cursor: default; }

ul#tabs li.current_page_item li a, ul#tabs li.current-cat li a { cursor:pointer; }

ul#tabs li li.current_page_item  a:hover, ul#tabs li li.current-cat  a:hover { text-decoration:underline; }
		
ul#tabs li.current_page_item a:hover, ul#tabs li.current-cat a:hover { text-decoration: none; }
	
ul#tabs li.rss { padding-right: 0; background: none; border: none; float: right; }
		
ul#tabs li.rss a { padding-right: 16px; background: url('images/icon-rss.gif') 100% 50% no-repeat; }

ul#tabs li ul { list-style:none; position:absolute; left:-9999px;  border:1px solid #ddd; border-top:0; float:left; background-color:#efefef; overflow:hidden;}

ul#tabs li:hover ul { left:auto; display:inline-block; margin:0; padding:0; width:205px;}

ul#tabs li ul li { margin:0; padding:0; float:left; display:block; clear:both; border:0;}

ul#tabs li ul li a { width:400%;}

ul#tabs li ul li a:hover { color: #111; text-decoration: underline; background-color:#efefef; }

ul#tabs li ul li + li { border-top:0px solid #ddd; }