/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body&gt; tag 
will be appended with the "custom" class, like so: &lt;body class="custom">. You can use 
the "custom" class toverride *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; }	&lt;--- 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/
*/

body.custom {
   background: #ffffff;  
   font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", "Lucida", sans-serif;
   font-weight: normal;
}

.custom h1 {
   margin-top: 0em;
   margin-bottom: 1.3em;
   font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", "Lucida", sans-serif;   
   text-align: left; 
   font-size: 1.9em; 
   font-weight: bold;	
}

.custom h2 {
   margin-top: 0em;
   font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", "Lucida", sans-serif; 
   text-align: left;   
   text-align: left; 
   font-size: 1.2em; 
   font-weight: bold;	
}


.custom h3 {
   margin-top: .3em;
   margin-bottom: .8em;
   font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", "Lucida", sans-serif;   
   text-align: left; 
   font-size: 1.9em; 
   font-weight: bold;	
}

.custom p {
   font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", "Lucida", sans-serif;
   text-align: left; 
   line-height: 1.4em;
   font-size: 0.85em; 
   font-weight: normal;	
   color: #444444	
}

.custom li {
   font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", "Lucida", sans-serif;
   text-align: left; 
   font-size: 0.85em; 
   line-height: 1.55em;
   font-weight: normal;	
   color: #333333;	
}

.custom a, .custom a:visited { text-decoration: none; }	
.custom a:hover { color: #ff9900; }

.custom #container {
   margin-top: 2em;
   margin-bottom: 2em;
   padding: 0.0em;
   background: #ffffff;   
/*background: #FAF4E4;*/
   border: 0.0em;
}

.custom #page {
   /*background: #fff;*/
}

.custom #comments {
   display: none;
}

.custom #format_text {
   margin-left: 50px;
}

.custom .indented_text {
   margin-left: 30px; 
   margin-right: 50px;
   margin-top: -10px;
}



/*************  H E A D E R  *************/

.custom #header { border-bottom:none;
   height:95px;
   padding:0;
   background:url(http://www.quickreader.net/images/WEB.HEADER.QUICKREADER.png)
   center left no-repeat; 
}

.custom #header #logo { display:none; }

.custom #header #tagline { display:none; }

.custom .headline_area { display:none; }

.custom #page {
   background-color: transparent;
}

.custom .comments_closed { display:none; }

.custom #footer { text-align:center; }

/*************  W I D G E T S  *************/

.custom .widget_box{ 
   border:none;
   background-color: transparent;	padding:0;
   float:right
}

.custom .widget_widget_text { 
   border:none;
   margin-top: 0em;
   padding:0;
   background-color: transparent;	padding:0;
   float:right
}

.custom #video_box{ 
   border:none;
   padding:0;
   float:right
}

.custom .sidebar_1 { 
   border:none;
   background-color: transparent;	
   padding:0;
}

.custom .image_box {
   background: #FFFFFF;
}

.custom #image_box, .custom #custom_box { 
   background: #FFFFFF; 
   border-width: 0.0em;
   border: none;
   padding:0;
   float:right;
   margin-top: 5px;
   margin-bottom: 30px;
   margin-right: 0px;
}

.custom #image_box img { 
   border-width: 0.0em;
}

.custom #multimedia_box{ 
   background: #ffffff;
}



/*************  M E N U  *************/
.custom .menu {
   border:none;
   background-color: #151515;
   margin-bottom: 2.0em;
}

.custom .menu a {
   border:none;
   background-color: transparent;
}

.custom .menu {
   border:none;
}

.custom .menu a:hover {
   background-color: transparent;

}

.custom .menu a {
   border:none;
   background-color: transparent;
   text-decoration: none;
   letter-spacing: normal;
}
.custom .menu a:hover {
   background-color: transparent;
   text-decoration: none;
   color: #ff9900; 
}
.custom .menu .current {
   font-weight: bold;
}

.custom .menu .tab-home,
.custom .menu .tab-1,
.custom .menu .tab-2,
.custom .menu .tab-3,
.custom .menu .tab-4,
.custom .menu .tab-5,
.custom .menu .tab-6,
.custom .menu .tab-7, 
.custom .menu .tab-8,
.custom .menu .tab-9 {
   font-size: 1.0em;
}


/*
#footer1 div.col {
float: left;
margin: 5px 3px 0 0;
padding-left: 10px;
text-align: left;
width: 29em;
}
.footer2 .sidebar_list li.widget { display:block; float:middle; width:33%; }
.footer3 .sidebar_list li.widget { display:block; float:right; width:33%; }
*/


/*************  F O O T E R  *************/
#custom_footer {
   margin-top: 2.0em;
   display: block;
}

#custom_footer p {
   font-size: 1.35em;
}

#custom_footer a {
   color: #6677ee;
}

#custom_footer .header {
   clear: both;
   height: 0px;
   background-color: transparent;
   padding: 0px;
}

#custom_footer .left_col {  
   padding: 0px 5px 0px 0px;   
   float: left;
   width: 530px;
   background-color: transparent;
}

#custom_footer .middle_col{
   padding: 0px 250px 0px 265px;   
   margin: 0px;
   width: 260px;
   background-color: transparent;
}

#custom_footer .right_col {
   padding: 0px 0px 0px 5px;
   float: right;
   width: 300px;
   background-color: transparent;
}
#custom_footer .copyright {
   margin-top: 3em;
   font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", "Lucida", sans-serif;
   font-size: 1.1em; 
   font-weight: normal;	
   color: #444444
}

.custom .copyright a {
   text-decoration:none;
}

.custom .left_col .sidebar_list {
   /* background: #6677ee; */
}

.custom .left_col .sidebar_list h3 {
   color: #6677ee; 
}

.custom .left_col .sidebar_list p {
   font-size: 2.0em; 
}

.custom .middle_col .sidebar_list {
   background: transparent; /*#6677ee; */
}


.custom .sidebar_list {
   padding: 5px;	
}


