﻿/*

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/

*/





/*OFFSET POST HEADLINES AND POST & RELATED CONTENT; STYLEs FOR HEADLINES; INCLUDES AN IE-ONLY RULE */




.custom #nav_area { background: #177cd8; }

.custom .headline_area h1, .headline_area h2 {

   font-family:"Papyrus","Helvetica","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,Helvetica,Arial,sans-serif;

   font-size:26px;

   font-weight:900;

   text-transform:none/*lowercase*/;

   }

/*---:[ header ]:---*/
.custom #header {display: block; width: 950px; height: 180px; background: url('images/planets logo.jpg') no-repeat; float:center; text-indent: -9999px; outline: none; }
.custom.ie .menu { width: auto; }
	.menu li ul { margin: 0 0 0 0em; border: none; }

.custom #header {
        padding-top: 0em;
        padding-bottom: 0em;
}


/*GENERAL CONTENT STYLES */


body.custom { background: #000000 url('images/archway bg.jpg') 90% 0 fixed; 

   }
.clear { clear: both }

.custom #container {
    background-color: #ffffff;
    margin-top: 5em;
    margin-bottom: 5em;
}

/*nav bar*/
.custom ul.menu {
background:/*#05396b*/#177cd8 none repeat scroll 0 0;
}/*preceeding text extended nav bar color to end of header*/
.custom ul.menu {border:0; }
   .custom ul.menu li {margin:0; border:0; background: /*#05396b*/#177cd8; color: #FFFFFF;}
   .custom ul.menu li.current_page_item, 
      .custom ul.menu li.current-cat {padding:0; border:0; background: #7364cd; color: #ffffff;}
   .custom ul.menu li a,
      .custom ul.menu li a:active {text-decoration:none; font-weight:bold; color: #FFFFff;}
      .custom ul.menu li a:visited {text-decoration:none; font-weight:bold; color: #FFFFff;}
      .custom ul.menu li a:hover {text-decoration:underline; font-weight: bold; color: #FFFFff;}
   .custom ul.menu li.current_page_item a {margin:0; border:0; background:#7364cd; color:#7364cd; font-weight: bold;}
   .custom ul.menu li.current-cat a {margin:0; border:0; background:#7364cd; color: #ffffff;}

/*---:[ core layout elements ]:---*/

.custom .format_text {

   font-family: Georgia;

   /*font-size:1.45em;

   line-height:1.571em;*/

   }

.custom #header, .custom .post, .custom .teasers_box, .custom #footer, .custom #footer a, .custom #footer a:active, .custom #archive_info, .custom .prev_next, .custom #comment_list, .custom #comment_list dd, .custom #commentform, .custom #sidebar_1, .custom #sidebar_2, .custom #comment_list dt.comment, .custom #comment_list dd.comment, .custom #comment_list dl .bypostauthor .format_text, .custom #trackback_list {
        border-bottom: 0px;
        border-top: 0px;
        border-right: 0px;
        border-left: 0px;
}

.custom #content_box {
        background: #f6f2e9;
}
.custom #column_wrap {
        background: #f6f2e9;
}
/*.custom #content_box {background: #f6f2e9; }*/
.custom #page {background: #f6f2e9;}
.custom #content {background-color:#ffffff;}


.custom h1.entry-title, .custom h2.entry-title, .custom h2.entry-title a {

   color:/*#333*/#177cd8;

   font-family:"Papyrus","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,Helvetica,Arial,sans-serif;

   font-size:20px;

   font-weight:700;

   text-transform:none/*lowercase*/;

   }

.imgtfe {
margin-left: 5px;
}

.custom .teasers_box h1.entry-title, .custom .teasers_box h2.entry-title, .custom .teasers_box h2.entry-title a, .custom .teasers_box h3.entry-title a {

   color:/*#333*/#177cd8;

   font-family:"Papyrus","Helvetica","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,Helvetica,Arial,sans-serif;

   font-size:16px;

   font-weight:700;

   text-transform:none/*lowercase*/;

   }



.custom h2.entry-title, .custom h2.entry-title a:hover {

   color:/*#237FA1*/#177cd8;

   text-decoration:none;

   }

.custom h3, .custom h3 a, .custom h4, .custom h4 a {
   font-weight: 700;
   color:/*#333*/#177cd8;
   font-family:"Papyrus","Helvetica","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,Helvetica,Arial,sans-serif;
   font-size:16px;
}

.custom .wp-caption.aligncenter {

   clear:none;

   }



.custom .wp-caption.alignright {

   clear:none;

   }



/* FOOTER STYLING */



.custom #footer, #footer a {
   color: #ffffff;
   background-color: #177cd8;

   border-top:0;

   }

.custom #wpadmin {

   float:right;

}



.custom li.widget {
   font-color: #177cd8;
   font-background: #c29c9b
   font-size:1.5em;
   line-height:1.375em;
}



.custom li.widget img {

   border-width:0em;

   margin:1px 0 2px;

   border-color:#c29c9b;

   border-style:dotted;

   }

.custom .sidebar h3 {
   color:/*#555555*/#177cd8;
   font-style: bold;
   font-size: 1.2em;
   font-weight: 700;
   font-family:"Papyrus","Helvetica","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,Helvetica,Arial,sans-serif;
   /*height: 55px; height: auto !important; min-height: 45px; border-bottom: 1px dotted #c29c9b; padding: 0.5em;*/
}

/*.custom #sidebars ul li {height: 35px; height: auto !important; min-height: 35px; border-top: 1px dotted #c29c9b; padding-top:0.4em;}
#recent-posts ul li {height: auto !important; min-height: 35px; border-top: 1px dotted #c29c9b;}
#random-posts ul li {height: auto !important; min-height: 35px; border-top: 1px dotted #c29c9b;}
#recent-posts li {line-height: 1.1em; overflow: hidden;}
#random-posts li {line-height: 1.1em; overflow: hidden;}*/

#recent-posts li {
 background: #ffffff;
 border: 1px solid #e8e3d9;
 line-height: 1.4em;
 -moz-border-radius: 5px;
 padding: 0.5em;
 -webkit-border-radius: 5px;
}

#random-posts li {
 background: #ffffff;
 border: 1px solid #e8e3d9;
 line-height: 1.4em;
 -moz-border-radius: 5px;
 padding: 0.5em;
 -webkit-border-radius: 5px;
}

/*---:[ multimedia box ]:---*/
/*.custom #multimedia_box { }*/

/*TEXT MESSAGE AREA ADJUSTMENT FOR CFORMSII PLUGIN*/



.custom .cform textarea, .cform input {

   width:235px;

   height:100%;

   }


/* ARCHIVE PAGE STYLING */



.custom .archive h3 {

   margin-top: 0;
   font-weight: 800;   
   font-family:"Papyrus","Helvetica","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,Helvetica,Arial,sans-serif;
   }



.custom .archive ul {

   font-size: .85em; 

   }



.custom .archivel { 

   float: left; 

   width: 40%;

   }



.custom .archiver { 

   float: right; 

   width: 60%;

   }


.custom .normalize {

   text-transform:none/*lowercase*/;

   }



.custom .normalize a {

   text-decoration:none;

   }



.custom .normalize a:hover {

   color:/*#333*/#333;

   text-decoration:none;

   }

#video_post .custom #sidebar_1 {display:none;}
#video_post .custom #sidebar_2 {display:none;}
#video_post .custom #content {width:100%;}
#video_post .custom #content_box { width: 100%; background: none; }
#video_post .custom #multimedia_box {display:none;}


/*COMMENT LIST STYLING, INCLUDES SPECIAL COLOR FOR ADMIN COMMENTS*/



.custom dl#comment_list dt .comment_author {

   font-family:"Helvetica","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,Helvetica,Arial,sans-serif;

   }



.custom dl#comment_list dt .comment_author {

   font-size:1.4em;

   line-height:1.375em;

   padding-right:0.688em;

   }

.custom a {outline: none;}

.custom input.form_submit {

   height:auto !important;

   }



.custom dl#comment_list .bypostauthor {

   background:#EEE none repeat scroll 0 0;

   }



.custom dl#comment_list dl dt.bypostauthor {

   border-top:1px dotted #BBBBBB;

   padding-top:1.2em;

   }



.custom dl#comment_list dl dd.bypostauthor {

   background:#EEE none repeat scroll 0 0;

   }



.custom dl#comment_list dd {

   padding-bottom:0.001em;

   }





/*COMMENTLUV STYLING*/



.custom .cluv {

   display:block; 

   padding:8px;

   border: 1px solid #E1E1E0; 

   background: #F5F5F5; 

   text-transform: none; 

   font-style: normal; 

   letter-spacing: 0; 

   -moz-border-radius: 5px; 

   -webkit-border-radius: 5px; 

   margin-top: 15px;

   }





/*IMAGE GRID TABLE-LIKE STYLING, INCLUDES STYLING FOR IE*/



/*.custom .grid {

   display: table;

   }



.custom .row {

   display: table-row;

   }



.custom .cell {

   display: table-cell;

   width: 125px;

   height: 125px;

   border: none;

   }



.custom ie .grid {

   display: table;

   }



.custom.ie .row {

   display: table-row;

   height: 100%;

   }



.custom.ie .cell {

   display: inline;

   width: 125px;

   height: 100%;

   border: none;

   } 
*/


/*hide comments are closed on this entry*/

.custom .comments_closed p { display: none; }


/*reduce space between widgets in sidebar*/

.custom li.widget {margin-bottom: 2em;}
.custom .comments_closed p {display: none ;}