/*
Theme Name: Left Sidebar - Custom
Theme URI: http://orgasmicthemes.com/
Description: 2 column, with widget ready sidebar
Version: 1.0
Tags: fixed width, two columns, widget ready, basic
Author: Orgasmic
Author URI: http://orgasmicthemes.com/
*/

/**************************************
****** Default Colors and Styles ******
**************************************/

body {
margin: 0;
padding: 0;  
color: #111;
text-align:center;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 100.1%;
background: #222 url("images/bodybg.gif");
}

p, h1, h2, h3, h4, h5, h6{
margin: 10px 0;
padding: 0;
}

h1, h2, h3, h4, h5, h6 {
font-family: 'Lucida Sans Unicode', 'Lucida Sans', sans-serif;
}

h1{ font-size: 190%;}
h2{	font-size: 110%;}
h3{	font-size: 120%;}
h4{	font-size: 110%;}
h5{	font-size: 100%;}
h6{	font-size: 90%;}

a{
	color:blue;
	font-weight:800;
	text-decoration:underline;
}

a:hover{
	color:#333;
	text-decoration:underline;
}

a img{
	border:0px;
}

hr{
	height:2px;
	margin:5px 0;
	border-bottom: 1px solid #8B8989;
	border-top: 1px solid #8B8989;
}

blockquote{
	background: #EBF7FF;
	padding: 5px 15px;
	margin: 3px 30px;
	border-left: 4px solid #8CD1FD;
	border-top: 1px solid #EBF7FF;
	border-right: 1px solid #EBF7FF;
	border-bottom: 1px solid #EBF7FF;

}

form{
	margin: 0;
	padding:0;
}

fieldset{
	padding:10px;
	margin:0;
	border:none;
}

legend{
	font-weight:800;
}

code{
	font-size: 90%;
	font-family: "Courier New", Courier, monospace;
	white-space: pre;
}

td{
	 vertical-align:top;
}

/******************************
****** COLORS AND IMAGES ******
******************************/

/* Main Content Area and Sidebar */
#wrapper2{
	background: #fff;
	border-left: 2px solid #ccc;
	border-right: 2px solid #ccc;
}

/* Header Colors and Images */
#header{
	border-bottom: 2px solid #fff;
}	

#sponsor{
    padding-top: 250px;
    text-align:center;
    font-size:24px;
    font-weight:bold;
    color: blue;
    text-decoration:underline;
}

/* Blog Title Link Color  */
/* Set Both to Same Value */
#header .blogtitle a {
	color: #000000;
}

#header h1 a{
	color: #000;
}

/* Blog Description */
#header .description {
	color: #000000;
}

h2#sectiontitle{
	color: #444;
	border-top: 1px solid #6e2338;
	background:#ffb6c1;
}

#superheader{
	background: url("images/superheaderbg.gif") top left repeat-x;
}	

/* Tabs for Pages */

#tabs{
	background: #222;
	border-bottom: 2px solid #fff;
}

#tabs ul li{
	border-right: 2px solid #fff;
}

#tabs ul li a{
	color: #fff;
}

#tabs ul li a:hover{
	color: #ddd;
}

/* Post Colors and Images */
.post {
	border: 2px solid #6e2338;
}

.entry {
	background: #ded8cc;
	border-top: 2px solid;
	border-right: 2px solid;
	border-bottom: 2px solid;
	border-left: 2px solid;
	border-color: #FFF #333 #333 #FFF;
}

.entry img{
	border: none;
}

/* Set both Post H1 and H2 settings the same */
.post h1 {
	border-top: 2px solid #fff;
	border-right: 2px solid #aaa;
	border-bottom: 2px solid #aaa;
	border-left: 2px solid #fff;
	background: #222;
}

.post h1 a{
	color: #fff;
}

.post h1 a:hover{
	color: #ddd;
}

.post h2 {
	border-top: 2px solid #fff;
	border-right: 2px solid #aaa;
	border-bottom: 2px solid #aaa;
	border-left: 2px solid #fff;
	background: #222;
}

.post h2 a{
	color: #fff;
}

.post h2 a:hover{
	color: #ddd;
}

.postmetadata {
	color: #fff;
	border-top: 2px solid #fff;
	border-right: 2px solid #aaa;
	border-bottom: 2px solid #aaa;
	border-left: 2px solid #fff;
	background: #222 ;
}

.postmetadata a {
	color: #fff;
}

/* Sidebar Colors and Images */
.menu ul li.widget ul{
	background: #ded8cc;
	border: 2px solid #6e2338;
}

.menu ul li.widget ul li{
	border: 1px solid;
	border-color: #FFF #6e2338 #6e2338 #FFF;
}

.menu ul li.widget ul li a:hover{
	border-color: #ded8cc;
	color: #ffb6c1;
	background: #6e2338;
}

.menu ul li.widget ul li ul li{
	border-top: 1px solid;
	border-bottom: none !important;
}

.menu ul li.widget h3{
	color: #000;
	border-top: 2px solid #6e2338;
	border-bottom: 1px solid #6e2338;
	background: #fff;
}

.menu ul li h3 a{
	color: #023A5E;
}
.menu ul li h3 a:hover{
	color: #023A5E;
	background: #EEE9E9;
}

/* Comments Colors */
ul#commentlist li{
	border: 4px solid white;
}

ul#commentlist li div.gravatar img{
	border: 2px solid #ddd;
}

ul#commentlist li div.commenttext div.commentwrapper{
	background: #fff;
	border-bottom: 1px solid #6e2338; 
	border-top: 1px solid #6e2338; 
}

/* Footer Colors */
#footer {
	background: #fff;
}

#footer-inner {
	color: #fff;
	background: #222;
	border-top: 1px solid #6E2338;
	border-bottom: 1px solid #6E2338;
}

#footer-inner a {
	color: #fff;
}

#footer-bar {
	background: url("images/superheaderbg.gif") bottom left repeat-x;
}	

/* Credit Colors */
#credit p {
	color: #aaa;
}

#credit p a{
	color: #aaa;
}

#credit p a:hover{
	color: #ccc;
}

/* Captions Colors */
.wp-caption {
   border: 1px solid #ddd;
   background-color: #f3f3f3;
}

/************************
***** END OF COLORS *****
************************/

/*******************
****** STYLES ******
*******************/

/* Main Wrapper to center whole blog */
#wrapper{
	width: 997px;
	margin: 0px auto;
	padding: 0px;
}

/* Wrapper for Header, Main Content, Sidebar and Footer */
#wrapper2{
	width: 996px;
	text-align:left;
	font-size: 78%;
	line-height:18px;
}

/* Header */
#header{
	padding: 0  0 0px 0;
	height: 281px;
	margin: 0 0 0px 0;
}	

#superheader{
	padding: 0;
	margin: 0;
	height: 10px;
}	

/* Blog Title and Description Wrapper */
/* Set this to adjust for your Header Image */
#header #head-wrap {
	float: left;
	width: 980px;
	margin: 0 0 0 10px;
}

/* Blog Title for Single Post Page */
/* Set both to same values         */
#header .blogtitle {
    margin-left:5px;
    margin-top:-35px;
	float: left;
	padding: 15px 0 0 10;
	font-size: 2px;
	font-family: Times New Roman;
}

#header h1{
    margin-left:15px;
    margin-top:-25px;
	float: left;
	padding: 15px 0 0 10;
	font-size: 2px;
	font-family: Times New Roman;
    color: #000;
}

/* Blog Title Link for Single Post Page */
/* Set both to same values              */
#header .blogtitle a {
	font-weight:bold;
	text-decoration: none;
}

#header h1 a{
	font-weight:bold;
	text-decoration: none;
}

/* Blog Description */
#header .description {
	float: left;
	width: 995px;
    margin-left:130px;
	margin-top: -45px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 15px 0 0 20px;
	font-size: 1px;
	text-align: left;
    color:#000;
}

h2#sectiontitle{
	font-size:150%;
	font-weight: 100;
	padding:6px 6px 6px 10px;
	margin:8px 10px 5px 0px;
}
/* End of Header */

/* Tabs for Pages */

#tabs{
	padding: 0;
}

#tabs ul{
	margin: 0;
	padding:3px 0;
	list-style-type:none;
}

#tabs ul li{
	margin: 10px 0 3px 15px;
	padding: 6px 15px 6px 0px;
	display:inline;
	font-size: 90%;
	font-family: Tahoma, Arial, sans-serif;
}

#tabs ul li a:hover{
	text-decoration: overline;
	border-bottom: 1px solid;
}

/* Main Content Area and Sidebar Styles*/
#content{
	clear:both;
	padding: 0;
	margin: 15px 20px;
}	

#main {
	width: 675px; 
	float: right;
	margin: 0;
	padding: 0;
	overflow: hidden;
    font-size:12px;
}

/* Post Styles */
.post{
	margin: 0 0 10px 0;
	padding: 0;
}

.entry{
	margin: 0;
	padding: 0 10px 0 10px;
}

.entry img{
	padding: 3px;
}

/* Set both Post H1 and H2 setting the same */
.post h1 {
	font-size: 150%;
	font-weight:100;
	padding: 2px 0 5px 5px;
	margin: 0;
}

.post h1 a{
	text-decoration:none;
	font-weight:100;
}

.post h1 a:hover{
	text-decoration:none;
}

.post h2 {
	font-size: 150%;
	font-weight:100;
	padding: 2px 0 5px 5px;
	margin: 0;
}

.post h2 a{
	text-decoration:none;
	font-weight:100;
}

.post h2 a:hover{
	text-decoration:none;
}

.postmetadata{
	font-size:80%;
	padding: 1px 0 1px 5px;
	margin: 0;
}

.postmetadata p{
	line-height: 15px;
	padding: 0;
	margin: 3px 0;
}

/* Comments */
h3#comments, h3#postcomment{
	font-size: 100%;
	font-family:verdana, sans-serif;
}	

ol#commentlist{
	padding: 0 0 0 20px;
	font-size: 90%;
	list-style-type:none;
}

ol#commentlist li{
	padding: 2px 10px;
	margin: 0;
}

ol#commentlist li p.commentheader{
	margin: 3px 0 0px 0;
	padding: 1px 5px;
}

ul#commentlist{
	padding: 0;
	margin:0;
	list-style-type:none;
}

ul#commentlist li{
	display: block;
	padding: 0;
	margin: 0 15px;
	font-size:90%;
}

ul#commentlist li div.gravatar {
	width:40px;
	float:left;
	text-align: center;
	padding: 5px 0 0 5px;
}

ul#commentlist li p.commentauthor {
	padding: 0;
	margin: 0 0 2px 0;
	overflow:hidden;
}

ul#commentlist li p.commentheader{
	margin: 0 0 10px 0;
	padding: 0px;
}

ul#commentlist li div.commenttext{
	padding: 0 0 0 0px;
	margin:5px 10px 5px 60px;
}

ul#commentlist li div.commenttext div.commentwrapper{
	margin:0 0 0 5px;
	padding: 3px 8px;
}

/* Sidebar Styles */
#sidebar {
    width:240px;
    float:left;
	padding: 0;
	margin: 0px 0px 0px 5px;
}

.menu{
	padding:0;
	font-size:100%;
}

.menu a{
	font-weight: 100;
}

.menu a:hover{
	text-decoration:none;
}

.menu ul{
	margin:0;
	padding:0;
	list-style-type:none;
}

.menu ul li.widget{
	padding:2px;
	margin:3px 0 7px 0px;
}

.menu ul li.widget ul{
	padding: 1px;
	margin: 0px;
	font: bold 10px Verdana, sans-serif;
}

.menu ul li.widget ul li{
	padding: 2px 0 2px 12px;
	margin:0;
}

.menu ul li.widget ul li a{
	display: block;
	text-decoration: none;
}

.menu ul li.widget ul li ul li{
	padding: 0 0 0 10px;
}

.menu ul li.widget h3{
	font-size:120%;
	padding:2px 0 3px 5px;
	margin:0 0 3px 0;
	font-weight: 800;
	font-family: arial, verdana, sans-serif;
	font-variant:small-caps;
	letter-spacing:2px;
}

.menu ul li h3 a{
	font-weight: 800;
}
.menu ul li h3 a:hover{
	text-decoration: none;
}

.menu form{
	display:block;
	margin:0px;
	padding:4px;
}

.menu input{
	margin:3px 0;
	font-size:90%;
}

li.widget .textwidget, li.widget #search {
	padding: 2px 5px;
}

/* Footer */
#footer {
	clear: both;
	margin: 0;
	padding: 10px 10px 0 10px;
	text-align: center;
	font-size: 85%;
}

#footer-bar {
	padding: 0;
	margin: 0;
	height: 23px;
}	

#footer-inner{
	height: 45px;
}

#footer-inner p{
	padding:15px 0 20px 0;
	margin:0;
}

#navigation{
	padding: 5px 15px;
}

#navigation div.fleft{
	float:left;
}

#navigation div.fright{ 
	float:right;
}

/* Misc Settings */

#credit{
	width: 760px;
	text-align:right;
	font-size: 80%;
}

#credit p{
	margin: 0px 10px;
	padding: 3px;
	}
	
#credit p a{
	font-weight:100;
}

#subscribe{
	text-align:center;
}

#subscribe p{
	 margin: 5px 0;
}

form#searchform2{
	display: block;
	margin: 3px 0px;
}

/* Calendar Styles */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

#footer a{
	font-weight: 100;
}

.aligncenter, div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

/* Captions */
.wp-caption {
   text-align: center;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 10px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}
