/*
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 .sidebar ul.sidebar_list { text-align: center; }

body {
 background:#eeeeee url(http://indiepreneur.org/wp-content/uploads/2009/07/indiepreneur-background.png) no-repeat scroll 0 0;
 color: #444444;
 font-size: 62.5%;
 }

#archive_info {display:none;}

               

                 /*---:[ core layout elements ]:---*/


#header { 
border-bottom: 3px double #2361a1; clear: both; }


.custom #header { 
height:120px;
padding-top:0;
padding-bottom:0;
background:url(http://indiepreneur.org/wp-content/uploads/2009/07/indiepreneur-logo.png)
center no-repeat; #5abce3; }

.custom #header #logo { display:none; }


.post_box, .teasers_box {
 border-top: 1px dotted #2361a1;
 clear: both;
 }




#sidebars {
 background: #eeeeee;
 border-style: solid;
 border-color: #fff;
 }
		


#sidebar_1 {
 border-style: dotted;
 border-color: #012c3f;
 }



#footer {
 color: #012c3f;
 border-top: 3px double #2361a1;
 text-align: right;
 clear: both;
 }




                  /*---:[ global elements ]:---*/




a {
 color: #2361a1;
 text-decoration: none;
 }



a:hover {
 text-decoration: underline;
 }


blockquote {
 border-left: 3px solid #2361a1;
 color: #929292;
 }


pre {
 background: #eeeeee;
 border: 1px solid #2361a1;
 overflow: auto;
 clear: both;
 }



               
                                   /*---:[ form inputs ]:---*/


input, textarea {
 font-size: 1em;
 color: #012c3f;
 background: #eeeeee;
 border: 1px solid #2361a1;
 border-right-color: #2361a1;
 border-bottom-color: #2361a1;
 }


input:focus, textarea:focus {
 background: #eeeeee;
 border-color: #2361a1;
 border-right-color: #2361a1;
 border-bottom-color: #2361a1;
 }


input.form_submit {
 font-weight: bold;
 color: #012c3f;
 border: 3px double #2361a1;
 border-top-color: #2361a1;
 border-left-color: #2361a1;
 cursor: pointer;
 width: auto !important;
 overflow: visible;
 }



#commentform input.form_submit {  border-width: 3px;
 }



input.form_submit:hover {
 color: #2688af;
 }





                                        /*---:[ image captioning ]:---*/



.wp-caption {
 border-style: none;
 border-color: #eeeeee;
 background-color: #eeeeee;
 text-align: center;
 font-style: italic;
 }




                                     /*---:[ headlines and bylines ]:---*/



h1, h2, h3, h6 {
 font-weight: normal;
 color: #2361a1;
}



.format_text h2.top, .format_text h3.top {
 margin-top: 0 !important;
 }



.sidebar h3 {
 font-variant: small-caps;
 letter-spacing: 2px;
 color: #012c3f;
 }




h2 a {
 color: #2361a1;
 }
	

h2 a:hover {
  color: #012c3f;

 }





           /*---:[ headline meta data (includes bylines) ]:---*/


.headline_meta {
 font-style: italic;
 color: #2361a1;
 }
	


.headline_meta a {
 color: #2361a1;
 border-bottom: 1px solid #2361a1;
 }



.headline_meta a:hover {
 color: #012c3f;
 }


                        /*---:[ nav menu styles ]:---*/

 

.custom ul#tabs li ul {
display:none;
 position:absolute;
 list-style:none;
}

.custom ul#tabs li ul li {
float:none;
}

.custom ul#tabs li:hover ul {
display:block;
color: #2361a1;
text-decoration: underline;
background: #fff;
}

.custom ul#tabs {
 margin-bottom:-1px;
} /* Fix for IE6 */


#tabs {
 list-style: none;
 border: 0px solid #fff;
 border-width: 0 0 1px 1px;
 }
	


#tabs li {
 margin-bottom: -0.1em;
 background: #fff;
 border: 0px solid #fff;
 border-left: 0;
 float: left;
 }
	


#tabs .current_page_item, #tabs .current-cat {
 padding-bottom: 0.1em;
 background: #eeeeee;
 border-bottom: 0;
 }
		


#tabs a {
 display: block;
 line-height: 1em;
 color: #2361a1;
 text-transform: uppercase;
 letter-spacing: 2px;
 }
		


#tabs a:hover {
 text-decoration: underline;
 }
		

#tabs .current_page_item a, #tabs .current-cat a {
 cursor: text;
 }
		


#tabs .current_page_item a:hover, #tabs .current-cat a:hover {
 text-decoration: none;
 }
	

#tabs .rss {
 padding-right: 0;
 background: none;
 border: none;
 float: right;
 }
		


#tabs .rss a {
 padding-right: 16px;
 background: url('images/icon-rss.gif') 100% 50% no-repeat;
 }






                     /*---:[ #header styles ]:---*/


#header #logo {

 font-weight: bold;
 }
	

#header #logo a {
 color: #012c3f;
 }
	


#header #logo a:hover {
 color: #012c3f;
 }



#header #tagline {
 font-weight: normal;
 color: #2688af;
 }



                       /*---:[ content styles ]:---*/



.format_text a {
 text-decoration: underline;
 }



.format_text a:hover {
 text-decoration: none;
 }


.format_text p.note {
 background: #eeeeee;
 border: 1px solid #2361a1;
 }


.format_text p.alert {
 background: #eeeeee;
 border: 1px solid #2361a1;
 }



.format_text .drop_cap {
 color: #2361a1;
 float: left;  }



.format_text ul {
 list-style: square;
 }

	

.format_text dt {
 font-weight: bold;
 }




                       /*---:[ after-post elements ]:---*/



.format_text .to_comments span.bracket {
 color: #5abce3;
 }




                    /* Category Nav Menu */

ul#cat_tabs {
 list-style: none;
 border: 1px solid #fff;
 border-width: 0 0 1px 1px;
 }

  ul#cat_tabs li {
 margin-bottom: -0.1em;
 background: #eeeeee;
 border: 1px solid #fff;
 border-left: 0;
 float: left;
 }

  ul#cat_tabs li.current_page_item, ul#tabs li.current-cat {
 padding-bottom: 0.1em;
 background: #8bdefe;
 border-bottom: 0;
 }

ul#cat_tabs li a {
 display: block;
 line-height: 1em;
 color: #25abce3;
 text-transform: uppercase;
 letter-spacing: 2px;
 padding:0.545em 0.818em;
 }


ul#cat_tabs li a:hover {
 color: #012c3f;
 text-decoration: underline;
 }


ul#cat_tabs li ul {
position:absolute;
 display:none;
 list-style:none;
}


ul#cat_tabs li:hover ul {
display:block;
}


ul#cat_tabs li ul li {
float:none;
}

ul#cat_tabs:after {
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
 }






          /*---:[ feature box ]:---*/




#feature_box {
 background: #eeeeee;
 border-bottom: 2px solid #2361a1;
 }



              /*---:[ archive information block]:---*/



#archive_info {
 border-bottom: 2px solid #2361a1;
 }
	


            /*---:[ navigation links ]:---*/

.prev_next {
 text-transform: uppercase;
 letter-spacing: 2px;
 border-top: 0px solid #5ABCE3; color: #2688af;
 clear: both;
 }



            /*---:[ custom box styles ]:---*/
	

#custom_box {
 background: #eeeeee;
 border-bottom: 0px solid #5abce3;
 }




                           /*---:[ widget box styles ]:---*/
		
li#text-4.widget {
background:#eeeeee;

padding:0.192em;
}


li.widget .widget_box {
border-width:0.077em;
padding:0.692em;
}

li.widget .widget_box {
background:#eeeeee none repeat scroll 0 0;
border-color:#fff;
border-style:solid;
}
	






                          /*---:[ sidebar styles ]:---*/



.custom .sidebar h3 { text-align: center; }




               /*---:[ multimedia box ]:---*/



#multimedia_box {
 width: 100%;
 }
	


#image_box {
 background: #eeeeee;
 border-bottom: 1px solid #fff;
 }
		


#image_box img {
 display: block;
 background: #eeeeee;
 border-style: solid;
 border-color: #2361a1;
 }


 
                                    /*---:[content area ]:---*/







                 /*---:[comments area ]:---*/

.custom .comments_closed p {
  display: none;
}






                   /*---[text in feature box]---*/


custom .textbox {

font-size: 2em;
width: 100%;
text-align: center;
padding: 2em 0 2em 0;
}



                     /*---[Custom Feature Box]---*/

.custom #feature_box {

background: #eeeeee;
border: 0px solid #5abce3;
/*border: 5px solid #A52A2A;*/
width:520px;
height:100px;
margin-top: 10px;
}



    /*---:[ author comment and alternating comment colors ]:---*/
	

/*

dl#comment_list .bypostauthor { 
background: #cbefff; }

dl#comment_list .even {
 background: #cbefff;
 }
	
