/*
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 #logo {background-image: url('http://gidibao.net/wp-content/uploads/2010/06/body-header-logo.png'); background-repeat: no-repeat; width: 600px; height: 100px; text-indent: -9999px; }
.custom #logo a {width: 600px; height: 100px; display: block; outline: none;}

.custom #header {
   border-color: #A5887C;
   border-style: double;
   clear: both;
}

.custom .format_text {
   font-size: 1.4em;
   line-height: 1.571em;
   text-align: justify;
}

.custom .teaser .format_teaser {
   font-size: 1.2em;
   line-height: 1.5em;
   text-align: justify;
}

.custom .avatar img {
   margin: 0 px 1px 0;
   padding: 3px;
   border: solid 1px #ddd;
   background-color: #f3f3f3;
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
   -moz-box-shadow: 1px 1px 2px #000000;
}

.custom .wp-caption {
   background-color: #92A998;
   border: solid 1px #4B5F51;
   font-style: italic;
   text-align: center;
} 

.custom dl#comment_list .bypostauthor {
   background: none repeat scroll 0 0 #EEE7CD;
} 

.custom dl#comment_list dd {
   border-bottom: 3px solid #DFD7BD;
}   

/* rounded corners */

.custom #page {
-moz-border-radius: 20px; -webkit-border-radius: 20px;
}

.custom #container {
   -moz-border-radius: 20px; -webkit-border-radius: 20px;
   -moz-box-shadow: 2px 2px 10px #000000;
   background: none repeat scroll 0 #f8f8ec;
   border-color: #f8f8ec;
   margin-top: 2em;
   margin-bottom: 2em;
   padding: 1px;
}

/* custom author image */
.custom .postauthor img { 
-moz-border-radius: 3px 3px 3px 3px;
-moz-box-shadow: 1px 1px 2px #000000;
background-color: #f3f3f3;
border: 1px solid #dddddd;
padding: 3px;
float: left;
margin-right: 1.5em;
}

/* author */
.postauthor {background: #F5F5F5; border: 1px solid #e1e1e0; -moz-border-radius: 10px 10px 10px 10px; -moz-box-shadow: 1px 1px 2px #000000; overflow: hidden; padding: 1.5em;}
.postauthor img {border: 1px solid #e2dede; float: left; margin-right: 1.5em;}
.postauthor h4 {color: #666; font-size: 2em; margin-bottom: 5px;}
.postauthor p {color: #515151; font-size: 13px; margin-bottom: 12px;}
.postauthor p.hlight {font-size: 11px; text-transform: uppercase; text-align: justify;}
.postauthor p.hlight span {color: #CB3131; font-size: 13px; font-style: italic; font-weight: bold; letter-spacing: 0.8px;}

/* off-set icons */
.custom #feedback { background: transparent; width: 4.8em; position: fixed; top: 30%; left: 0.25%; }

.custom #feedback a { display: block; text-indent: -9999px; height: 48px; outline: none; }

.custom #feedback #twitter { background: url('http://gidibao.info/wp-content/uploads/2010/06/tt.png') no-repeat 0 -48px; }
	.custom #feedback #twitter:hover { background-position: 0 0; }

.custom #feedback #facebook { background: url('http://gidibao.info/wp-content/uploads/2010/06/fb.png') no-repeat 0 -48px; }
	.custom #feedback #facebook:hover { background-position: 0 0; }

.custom #feedback #contact { background: url('http://gidibao.info/wp-content/uploads/2010/06/newsletter.png') no-repeat 0 -48px; }
	.custom #feedback #contact:hover { background-position: 0 0; }

.custom #feedback #paypal { background: url('http://gidibao.info/wp-content/uploads/2010/06/paypal.png') no-repeat 0 -48px; }
	.custom #feedback #paypal:hover { background-position: 0 0; }

.custom #feedback #friendfeed { background: url('http://gidibao.info/wp-content/uploads/2010/06/ff.png') no-repeat 0 -48px; }
	.custom #feedback #friendfeed:hover { background-position: 0 0; }

.custom #feedback #rss { background: url('http://gidibao.info/wp-content/uploads/2010/06/rsst.png') no-repeat 0 -48px; }
	.custom #feedback #rss:hover { background-position: 0 0; }

.custom #feedback #email { background: url('http://gidibao.info/wp-content/uploads/2010/06/fm.png') no-repeat 0 -48px; }
	.custom #feedback #email:hover { background-position: 0 0; }

/* NUMBERED PAGE NAV */
.page-nav { font-size: 1.35em; font-weight: bold; margin: 1em 0; padding: 0; overflow: hidden; }
.page-nav-intro { float: left; padding: .3em .5em; margin: 0 1em 1em 0; background: #92A998; border: .1em solid #7F6027; color: #D6C8C2; }
.page-number { float: left; padding: .3em .5em; margin: 0 .2em; background: #E3DAB9; border: .1em solid #7F6027;  }
.current-page-number { float: left; padding: .3em .5em; margin: 0 .2em; background: #b1ccb8; border: .1em solid #7F6027; color: #fecb89;}
.elipses { float: left; padding: .3em .2em; color: #FEC57F;}

.custom .dwl {
   margin: 0 px 1px 0;
   padding: 3px;
   border: solid 1px #7F6027;
   background-color: #FFFFFF;
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
   -moz-box-shadow: 1px 1px 2px #000;
}

.custom #sidebars {
   border-color: #F7901B;
}

.custom #footer {
   border-color: #A5887C;
}

.custom blockquote { color: indianRed; padding-top: 15px; padding-bottom: 0.5px; padding-right: 15px;
font: italic 1.2em Georgia, "Times New Roman", Times, serif; -moz-border-radius: 5px;
-webkit-border-radius: 5px; -moz-box-shadow: 1px 1px 20px #92A998; border: 1px solid #A5887C;

}
.custom blockquote { background: url("images/bg.gif") repeat scroll 0 0 transparent; text-align: justify; }