/*
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 coentrylor 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/


*/

#header {
 border: none;
 background-image: url(images/logo2010.jpg);
 background-repeat: no-repeat;
 height: 169px;
 padding: 0;
 position: relative;
}

.custom #header #logo a {
 text-indent: -9999px;
 width: 450px;
 height: 169px;
 display: block;
 float: left;
}

.custom #header #socialicons {	
margin: 0;
padding: 0;
position: absolute; top: 30px; left: 650px;
display: block;
}

.custom #container {
margin-top: 0;
margin-bottom: 2em;
background: #fff;
border: 0.1em solid #d22929;
padding: 0;

}

ul.related_post {
	
list-style-type: none;
margin: 0;
padding: 0;
}





/*START BACKGROUND*/

body.custom { 
background: #fff url('images/www.jpg') 50% 0 repeat; 
}
/*END BACKGROUND*/



.custom h2 { color: #644322; font-weight: bold; margin-top: 5px; font-size: 16px; }


/*sidebar heading style*/
.custom h3 { 
border: 1px solid #000;
padding-left: 3px;
font-size: 22px;
color: #fff;
font-weight: bold;
background-color: #d29c1a;
height: 33px;
font-face: Verdana;
font-variant: normal ; 

}

#feature_box { 
display: block; 
margin-top: 15px; 
padding: 0px; 
border: none; 
background-color: #d22929; 
height: 32px;
position: relative; 
}

.custom .entry-title, .custom .entry-title a { 
color: #000; 
font-weight: normal;
line-height: 22px; 
margin-bottom: 2px; 
font-size: 16px; 
text-decoration: none; 
font-family: Verdana;}

#catmenu ul {margin-top: 2px; padding: 0; list-style-type: none; list-style-image: none; position: absolute; top: 2px; left: 5px; display: block; width: 960px;}

#catmenu li {display: inline; padding-right: 20px; }

#catmenu ul li a {text-decoration:none; padding: 0px; color: #ffffff; font-size: 18px; font-family: Verdana, Arial, Helvetica, sans-serif;}

#catmenu ul li a:hover {color: #fff; background-color: #d22929;  text-decoration: underline;}

.related_posts ul {
list-style: none;

}


#subscriptionbox { 
position: absolute; top: 108px; left: 646px;
margin-top: 0px; 
width: 300px; 
height: 75px; 
background: url('images/emailUpdates.png') 50% 0 no-repeat; 

}

#feedburnercount  { 
position: absolute; left: 207px; top: 5px;  

}

#emailform { 
position: absolute; top: 41px; left: 9px; 

}

.custom #footer {
background-color: #EED9a8;
clear:both;
color:#000;
text-align:right;

}

.custom #footer a {
color: #d22929;
text-decoration: underline;
}

.custom #footer a:hover {	
text-decoration: none;
}

.custom #footer a:hover {
color: #000;
text-decoration: none;

}



.smalltext  {
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	margin-bottom: 13px;
}




.custom dl#comment_list dt .comment_author {

font-size:1.6em;

line-height:1.375em;

padding-right:0.688em;

color: #000;

}



.custom dl#comment_list dt {

padding-top:1.8em;

color: #0000CC;

}



.custom dl#comment_list dt, dl#trackback_list dt {

padding-left:.5em;

padding-right:1.1em;}


/*START COMMENTS*/



/*LINE NEXT TO REPLY IN COMMENTS*/

.custom dl#comment_list dl dt.bypostauthor, dl#comment_list dl dd.bypostauthor > .format_text { border-color: #000; }





/*BG COLOR OF LISA'S COMMENTS*/

.custom dl#comment_list .bypostauthor { background: #E5E5E5; }





/*THE REPLY LINK IN COMMENTS SECTION*/

.custom dl#comment_list dd p.reply a { color: #000; text-transform: uppercase; letter-spacing: 1px; text-decoration: none; }

.custom dl#comment_list dd p.reply a:hover { text-decoration: underline; }



/*END COMMENTS*/


{

margin: 0;

padding: 0;

}




.advertisehere  {
margin-top: 0;
text-align: center;
margin-bottom: 2px;
font-size: 9px;
font-family: Verdana;
}

#oiolinks  {
width: 385px;
border-bottom: 3px solid #000;
border-right: 3px solid #000;
padding-top: 50px;
background-image: url('http://blog.2createawebsite.com/wp-content/themes/thesis/custom/images/sponsors.gif');
background-repeat: no-repeat;

}

#oiolinks ul li {

padding-left: 20px;
list-style: none;
font-size: 14px;
line-height: 15px;
text-align: left;
padding-top: 8px; 
padding-bottom: 4px;
}

#oiolinks ul li a {

	text-decoration: underline;
	line-height: 8px; 
	color: #644322;

}

 

#oiolinks ul li a:hover {

	text-decoration: none;

	color: #d22929;

}



.normaltext  {

font-size: 14px;

font-family:Verdana, Arial, Helvetica, sans-serif;

color: #000;

padding-bottom: 10px;



}

.authorbox  {

width: 490;
border: 1px solid #d22929;
padding: 7px;
background-color: #eed9a8;
line-height: 16px;
font-size: .8em;
display: block;
align: left;
margin-bottom: 12px;
}

/*MAKES MENU BACKGROUND COLOR RED*/

.custom .menu {
background-color: #d22929;
}





/*LINE NEXT TO REPLY IN COMMENTS*/

.custom dl#comment_list dl dt.bypostauthor, dl#comment_list dl dd.bypostauthor > .format_text { border-color: #000; }





/*BG COLOR OF LISA'S COMMENTS*/

.custom dl#comment_list .bypostauthor { background: #eed9a8; }


.custom_Twitter_ID {
font-family: Verdana;
color: 000;
font-size: 14px;
}

.custom dl#comment_list dt .comment_author {

font-size:1.6em;

line-height:1.375em;

padding-right:0.688em;

color: #000;

}



.custom dl#comment_list dt {

padding-top:1.8em;
font-size: 10px;
font-weight: bold;
color: #644322;

}

#adhere {
margin: 0;
text-align: center; 

}

#adhere a {
font-size: .7em;

}

/* BULLETS IN POSTS */

ul.body { list-style-image: url("images/arrowBullet.gif"); 
margin: 0;
padding: 0;
} 

ul.body li  {	
margin: 0 0 0 40px;
font-size: .9em;
}

ul.square { list-style-type: square; 
margin: 5 0 10 10px;
padding: 0;
}

ul.square li { 
line-height: 17px;
margin-bottom: 10px;
font-size: 1em;
}



/*Twitter Badge*/



#twitter_div {

width: 390px;
}

#twitter_div ul li {

font-size: .9em;
list-style: none;
text-align: left;
line-height: 18px; 
}


/*FEEDBURNER LINK STYLE*/

div.feedburnerFeedBlock ul {
margin-left:0;
padding-left:0;
list-style-type: none
}

div.feedburnerFeedBlock li a {
font-size: 14px;
}

div.feedburnerFeedBlock {
border:0px solid #d22929;
background-color:none;
padding:0px;
}



 


