﻿/*
File:			custom.css
Description:	Custom styles for Thesis
More Info:		http://diythemes.com/thesis/rtfm/custom-css/
*/

body {
    background: #fff;
}

body.custom {
    background: #FFFFFF;
}
.custom #container {
    margin-top: 2em;
    margin-bottom: 2em;
    padding: 0.3em;
    background: #FFFFFF;
    border: 0.4em solid #FFFFFF;

}

.custom #page {
    background: #fff;
}

.custom .format_text blockquote.left {
   border: 3px double #aaa;
   color: #111;
   background-color: #eee;
}

.custom .format_text blockquote.right {
   border: 3px double #aaa;
   color: #111;
   background-color: #eee;
}


/*side bar widget area link style */

.custom li.widget ul li{
background:#CFCFCF;
border: 0.1em solid #CC0000;
-moz-border-radius:4px;
padding:1em;
margin:1em;
}



.custom ul#tabs li.current-cat a, .custom ul#tabs li.current_page_item a {
  background-color: #cc0000;
  color: #cc0000;
}

.custom a {text-decoration: none; }
.custom #footer a { border-bottom: none; }

.custom .menu { padding: 0 1.1em; }


.custom .dropcap {
color: #B50000;
float: left;
font-size: 4.8em;
margin: .3em .2em .1em 0;
}


/*remove border from blockquote*/
.custom blockquote { border: none ;  }


/* Facebook comments */
.fb_comments { margin-top:20px; margin-bottom:20px; clear:both;}

.custom .format_text .drop_cap { color: #cc0000; float: 
left; } 


.custom .sidebar ul.sidebar_list {position: relative;}
.custom #header_widget_1 ul.sidebar_list li.widget {position: absolute; display: block; top:-5px; left:750px; width:411px; }



