/*
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-image:url(images/border_pagetop.gif);
background-position:left top;
background-repeat:repeat-x;
padding-top:50px;
}
.custom #header #logo a, #header #logo a:visited, #logo img {
color:#606060;
text-decoration:none;
}
.custom #header #logo a:hover {
color:#5486CA;
}
.custom #header h1, #header p#tagline {
color:#606060;
}
.custom #header {
border-bottom:3px double #DDDDDD;
clear:both;
padding:0;
text-align:left;
width:95.9em;
}
.custom #header h1, #header p#tagline {
border:0 solid green;
color:#888888;
font-size:1.4em;
font-weight:normal;
line-height:1em;
}
.custom #header div#tagline-graphic {
border:0 solid pink;
color:#888888;
float:right;
font-size:1.4em;
font-weight:bold;
line-height:1em;
margin:150px 15px 0 0;
}
.custom #header #mytagline {
border:0 solid purple;
color:#75A2DD;
font-size:1.1em;
letter-spacing:1px;
line-height:1em;
padding:105px 20px 0 0;
text-align:right;
text-transform:uppercase;
}
.custom ul#tabs li {
color:#75A2DD;
}
.custom ul#tabs li.current_page_item {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FFFFFF none repeat scroll 0 0;
border-bottom-color:#FFFFFF;
}
.custom ul#tabs li.rss {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent none repeat scroll 0 0;
border:medium none;
float:right;
padding-right:0;
}
.custom ul#tabs li a, ul#tabs li a:visited {
color:#75A2DD;
text-decoration:none;
}
.custom ul#tabs li a:hover {
color:#2361A1;
text-decoration:underline;
}
.custom ul#tabs li.current_page_item a, ul#tabs li.current_page_item a:visited {
cursor:default;
}
.custom ul#tabs li.current_page_item a:hover {
text-decoration:none;
}
.custom ul#tabs li.rss a {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(images/icon-rss.gif) no-repeat scroll 100% 50%;
padding-right:16px;
}
.custom #emailrss a {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(images/emailrss.gif) no-repeat scroll 100% 50%;
color:#75A2DD;
font-size:1.1em;
letter-spacing:2px;
line-height:1em;
padding-right:18px;
text-decoration:none;
text-transform:uppercase;
}
.custom #emailrss a:hover {
color:#2361A1;
text-decoration:underline;
}
.custom #nextpost {
color:#808080;
float:right;
}
.custom #prevpost {
color:#808080;
float:left;
}
.custom #nextpost a {
color:#75A2DD;
text-decoration:none;
}
.custom #prevpost a {
color:#75A2DD;
text-decoration:none;
}
.custom #nextpost a:hover {
color:#2361A1;
text-decoration:underline;
}
.custom #prevpost a:hover {
color:#2361A1;
text-decoration:underline;
}
.custom h1 {
color:#505050;
padding-top:0.4em;
}
.custom h2 {
color:#606060;
}
.custom h2 a, h2 a:visited {
color:#606060;
}
.custom h2 a:hover {
color:#2361A1;
}
.custom #respond {
color:#606060;
}
.custom li#samsarin-php-4 {
background-attachment:scroll;
background-color:#E3F0F2;
background-image:none;
background-repeat:repeat;
border:0.07692em solid #ADDDE6;
line-height:1.38462em;
padding:0.84615em;
text-align:left;
width:13.6154em;
}
.custom li#samsarin-php-4 a {
font-weight:normal;
}
.custom li#samsarin-php-4 p {
color:#404040;
text-align:left;
}
.custom li#samsarin-php-2 h2 {
text-align:center;
}
p.login_alert {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#F5F5F5 none repeat scroll 0 0;
border:1px solid #DDDDDD;
margin-bottom:2.75em;
padding:0.5em 0.6875em;
}
#comment_form {
border-top:1px dotted #BBBBBB;
padding:1.1em 2.2em 3em 1.1em;
}
#comment_form p {
font-size:1.4em;
line-height:1.57143em;
margin-bottom:1em;
}
#comment_form label {
padding-left:0.78571em;
}
.custom #comment_form textarea {
border-width:0.07143em;
color:#2361A1;
height:15.8571em;
padding:0.28571em;
width:33.5714em;
}
#comment_form p.allowed {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#F9F7E4 none repeat scroll 0 0;
border-color:-moz-use-text-color #BBBBBB #BBBBBB;
border-style:none dotted dotted;
border-width:0 0.08333em 0.08333em;
color:#807E70;
font-size:1.2em;
line-height:1.66667em;
margin-bottom:1.16667em;
padding:0.66667em 0.91667em;
width:38em;
}
#comment_form .form_submit {
font-size:1.14286em;
padding:0.3125em 0.25em;
}
#comment_form p.subscribe-to-comments {
font-size:1.4em;
}
#comment_form p.subscribe-to-comments label {
font-size:1em;
}
.custom div.paypal {
background-color:#FFFFFF;
border:medium none;
margin-left:auto;
margin-right:auto;
width:122px;
}
.custom .paypal input {
background-color:#FFFFFF;
border:medium none;
width:122px;
}
.custom .paypal input:focus {
background-color:#EEEEEE;
border:medium none;
}
.custom #footer {
border-top:3px solid #DDDDDD;
text-align:center;
}
#footer {
font-family:Verdana,sans-serif;
font-size:1.2em;
line-height:1.667em;
padding-top:0.917em;
}
#footer {
border-top:3px double #DDDDDD;
clear:both;
color:#DDDDDD;
text-align:right;
}
.format_text .to_comments {
font-size:0.857em;
line-height:1.833em;
margin-bottom:1.833em;
display:none;
}
.centralproducts {
background-color:#FFFFFF;
border:1px solid #46B9EE;
display:inline-block;
float:left;
height:auto;
margin:5px;
overflow:hidden;
padding:5px;
width:98%;
}
.custom .banner1 {
float:left;
margin-left:33px;
}
.custom ul#tabs li a:hover {
color:#2361A1;
text-decoration:none;
}