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

/*  EXPERIMENT */

.custom #header #logo a {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url("../custom/images/header-4.gif") no-repeat scroll 0 0;
display:block;
height:225px;
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:medium;
/*width:1049px;*/
}
.custom #header #logo, .custom #header #tagline {
text-indent:-9999px;
}
.custom #header #tagline {
height:0;
}
.custom #header {
padding:0;
}
body.custom {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background-color: #FFDB63;
background:url("../custom/images/BG9.jp") repeat-x scroll 50% 0 #FDDA66;
/*---------REPLACE IT WITH BG IMAGE #490000 none repeat scroll 0 0;---------*/
}
.custom #page {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FFFEF5 none repeat scroll 0 0;
}
.custom #content_box {
background-color:#E7E7E7;
}
.custom #content {
background-color:#FFFEF5;
}
.custom li.widget ul li {
border-bottom:1px dotted #CCCCCC;
margin-bottom:0;
padding:0.692em;
}
.custom li.widget ul li:hover {
background:none repeat scroll 0 0 #FFE27F;
}
.custom .entry-title {
color:#490000 !important;
font-size:3em !important;
}
.custom h2 {
color:#490000;
font-size:2em;
line-height:1;
padding:0.1em;
}
.custom .format_text .drop_cap {
color:#888888;
}
.custom .format_text h3 {
color:#490000 !important;
font-size:1.4em;
font-weight:bold;
line-height:0.9;
padding:0.09em;
}
.custom .comments_closed p {
display:none;
}
.custom .headline_area h1 {
color:#490000 !important;
font-size:3em !important;
}
.custom .title-avatar {
float:left;
margin-right:1.2em;
width:5em;
}
.custom .sidebar h3 {
-moz-border-radius:5px 5px 5px 5px;
background-color:#FDDA66;
color:#000000;
font-size:1.28em;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:small-caps;
font-weight:bold;
line-height:normal;
padding:0.5em;
text-align:left;
}
.custom #search_form {
float:right;
margin-right:0;
margin-top:-0.5em;
padding-top:3px;
}
.custom #search_form input[type="text"] {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#EEEEEE none repeat scroll 0 0;
font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;
font-size:1.6em;
width:180px;
}
.custom #search_form input[type="submit"] {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(/wp-content/themes/thesis/images/submit-bg.gif) repeat scroll 0 0;
border-color:#CCCCCC #999999 #999999 #CCCCCC;
border-width:1px;
color:#111111;
cursor:pointer;
font-size:1.2em;
font-weight:bold;
margin:0 3px 4px 0;
padding:0.28em 0.25em;
width:auto;
}
.custom blockquote {
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
-x-system-font:none;
color:#1C2639;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:1em;
font-size-adjust:none;
font-stretch:normal;
font-style:italic;
font-variant:normal;
font-weight:normal;
line-height:normal;
padding-bottom:0.5px;
padding-right:5px;
padding-top:10px;
}
.custom p.featuredtitle {
color:#676767;
font-size:1.2em;
font-weight:bold;
}
.custom #feature_box {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#E7E7E7 none repeat scroll 0 0;
border-bottom:1px solid #E1E1E0;
border-top:1px solid #E1E1E0;
overflow:hidden;
padding:22px 15px;
}
.custom #feature_box, #feature_box h2 {
color:#515151;
}
.custom #feature_box h2 {
font-family:Georgia,Arial,San-Serif;
font-size:22px;
margin:0 0 15px;
}
.custom #feature_box p {
font-family:Georgia,Arial,San-Serif;
font-size:14px;
}
.custom #feature_box a {
color:#490000;
font-weight:bold;
text-decoration:underline;
}
.custom #feature_box h2 a {
text-decoration:none;
}
.custom #feature_box a:hover {
color:#8F8F8F;
}
.custom #feature_box .featurereadmore {
padding:22px 0 0;
}
.custom #feature_box .featurereadmore a {
font-size:14px;
text-decoration:none;
}
.custom #feature_box .featurereadmore a:visited {
font-size:14px;
text-decoration:none;
}
.custom #feature_box .featurereadmore a:hover {
text-decoration:underline;
}
.custom ul#topnav {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#E4E4E4 none repeat scroll 0 0;
border-style:none;
float:left;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
width:100%;
}
.custom ul#topnav li {
float:right;
padding:3px 10px 3px 0;
}
.custom ul#topnav li a {
color:#5B4F48;
font-size:1.1em;
}
.custom ul#topnav li a:hover {
text-decoration:underline;
}
.postauthor {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#F5F5F5 none repeat scroll 0 0;
border-bottom:1px solid #E1E1E0;
border-top:1px solid #BCA02E;
overflow:hidden;
padding:1.5em;
}
.postauthor img {
border:5px solid #E2DEDE;
float:left;
margin-right:1.5em;
}
.postauthor h4 {
color:#666666;
font-size:2em;
margin-bottom:5px;
}
.postauthor p {
color:#515151;
font-size:13px;
margin-bottom:12px;
}
.custom .photo_left, .custom .photo_right {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#EEEEEE none repeat scroll 0 0;
border:0.071em solid #CCCCCC;
color:#888888;
margin-bottom:1.571em;
padding:0.714em;
}
.custom .photo_center {
clear:both;
color:#888888;
float:none;
margin-bottom:1.571em;
text-align:center;
}
.custom .photo_left {
clear:left;
float:left;
margin-right:1.571em;
text-align:left;
}
.custom .photo_right {
clear:right;
float:right;
margin-left:1.571em;
text-align:right;
}
.custom .photo_center img {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#EEEEEE none repeat scroll 0 0;
border:0.071em solid #CCCCCC;
margin-bottom:-2.714em;
padding:0.714em 0.714em 2.714em;
}
.custom .photo_center small a img {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent none repeat scroll 0 0;
border:medium none;
margin:0;
padding:0;
}
.custom .photo_center small a, .custom .photo_left small a, .custom .photo_right small a {
color:inherit;
text-decoration:none;
}
.custom dl#comment_list dt.bypostauthor, .custom dl#comment_list dd.bypostauthor > div {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#D8FCFC none repeat scroll 0 0;
padding-top:20px;
}
#foot {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#E7E7E7 none repeat scroll 0 0;
border:0.3em solid #BCA02E;
color:#490000;
font-size:12px;
margin:20px auto;
overflow:hidden;
padding:1.5em;
}
#foot a {
border-bottom:1px dashed #DBEDF9;
color:#490000;
text-decoration:none;
}
#foot a:hover {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#DBEDF9 none repeat scroll 0 0;
color:#3D3C3C;
}
#foot span.cat, #foot h3 {
color:#BCA02E;
font-size:16px;
font-weight:bold;
letter-spacing:1px;
text-transform:uppercase;
}
#foot h5 {
font-size:23px;
}
#foot ul li ul {
list-style-type:square;
margin-left:10px;
}
#foot ul.sidebar_list {
padding:1.8em 30px 0 0;
}
#foot li.widget .widget_box {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent none repeat scroll 0 0;
border:0 none;
}
#foot .textwidget p {
line-height:22px;
margin-bottom:11px;
}
#foot .col {
float:left;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
width:33.3%;
}
#cats {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#C0C0C0 none repeat scroll 0 0;
list-style-type:none;
margin-top:13px;
overflow:hidden;
padding:10px 0 7px 20px;
}
#cats li {
float:left;
font-size:1.2em;
line-height:1.8em;
margin:0 2px 5px 0;
width:165px;
}
#copyright {
border-top:1px dashed #3D3C3C;
color:#BCA02E;
font-size:13px;
letter-spacing:1.3px;
line-height:21px;
padding-top:10px;
}
#copyright p {
font-size:13px;
}
#copyright a {
border-bottom:1px dashed #DBEDF9;
color:#BCA02E;
text-decoration:none;
}
#copyright ul.sidebar_list, #copyright .textwidget, #copyright li.widget .widget_box, #copyright li.widget {
margin:0;
padding:0;
}
.custom .teaser {
border-top:1px dotted #BBBBBB;
margin-top:2em;
padding-top:2em;
text-align:justify;
width:100%;
}
.custom .teasers_box {
border-top:0 none;
padding-bottom:0;
padding-top:0;
}
li.lpbcWidgetPost {
float:left;
padding:0 0 1em 1em;
width:45%;
}
.custom .teasers_box .teaser a.teaser_link {
-moz-border-radius:4px 4px 4px 4px;
background:none repeat scroll 0 0 #FDDA66;
border-color:#FDDA66;
color:#000000;
padding:2px 5px;
text-decoration:none;
}
.custom a {
color:#000000;
}
.custom a:hover {
color:#000000;
background-color:#FDDA66;
}
.custom a:hover.more-link { 
text-decoration: underline; 
background: #FDDA66;
}

/*------------- FLOATING ICONS ON THE SIDE OF SCREEN----------------- */
.custom #bookmarks {background: transparent; width: 5.1em; position: fixed; top: 35%; right: 0.0%;}
.custom #bookmarks a {display: block; text-indent: -9999px; height: 5.1em;}

.custom #bookmarks #twitter {background: url("../custom/images/Twitter-48.png")}
.custom #bookmarks #rss {background: url("../custom/images/Rss-48.png")}
.custom #bookmarks #email {background: url("../custom/images/Mail-48.png")}
.custom #bookmarks #youtube {background: url("../custom/images/Youtube-48.png")}
.custom #bookmarks #facebook {background: url("../custom/images/Facebook-48.png")}