/*
Theme Name: mBishop Basics v2
Theme URI: http://orgasmicthemes.com/
Description: 3 column, with RHS widget sidebar
Version: 1.0
Tags: fixed width, three columns, widget ready, white, black, blue
Author: Orgasmic
Author URI: http://orgasmicthemes.com/
*/

body {
margin: 0;
padding: 0;  
color: #333;
text-align:center;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
background: #333;
}

#wrapper{
width: 960px;
margin: 0px auto;
padding: 0px;
text-align:left;
background: #ddd;
border-left: 2px solid #fff;
border-right: 2px solid #fff;
}

#header{
padding: 0;
height: 150px;
margin: 0;
border-bottom:2px solid #fff;
background: #000;
}	

#content{
clear:both;
padding: 0;
margin: 10px 10px;
}	

#main {
float:left; /* Change left or right to move post to other side of sidebar 2. */
width: 520px; 
padding: 0 0 10px 0;
}

#sidebar1 {
float:left;
width:200px;
padding: 0;
margin: 0 5px 0 5px;
}

#sidebar2 {
float: right;
width:200px;
padding: 0;
margin: 0 5px 0 5px;
}

#footer {
clear: both;
margin: 0;
padding: 0 10px 0 10px;
text-align: center;
}

#footer-inner{
background: #F0F9FF;
height: 45px;
border-top: 2px solid #aaa;
border-right: 2px solid #333;
border-bottom: 2px solid #333;
border-left: 2px solid #aaa;
background:#fff;
}

#footer-inner p{
padding:15px 0 20px 0;
margin:0;
font-size:11px;
color:#333;
}

#footer-inner p a {
color:#333;
}

#navigation{
padding: 5px 15px;
}

#navigation div.fleft{
float:left;
}

#navigation div.fright{ 
float:right;
}

#credit{
text-align:right;
font-size: 10px;
}

#credit p{
margin: 0px 10px;
padding: 3px;
color:#777;
}

#credit p a{
color: #777;
font-weight:100;
}

#credit p a:hover{
color: #777;
}

#subscribe{
text-align:center;
}

#subscribe p{
 margin: 5px 0;
}

/* ********** DEFAULT STYLES ********** */

p, h1, h2, h3, h4, h5, h6{
margin: 10px 0;
padding: 0;
}

h1{	font-size: 22px;}
h2{	font-size: 20px;}
h3{	font-size: 18px;}
h4{	font-size: 16px;}
h5{	font-size: 14px;}
h6{	font-size: 12px;}

a{
color:#00f;
font-weight:bold;
text-decoration:none;
}
a:hover{
color:#00f;
text-decoration:underline;
}

a img{
border:0px;
}

hr{
height:2px;
margin:5px 0;
border-bottom: 1px solid #ccc;
border-top: 1px solid #ccc;
}

form{
margin: 0;
padding:0;
}

fieldset{
padding:10px;
margin:0;
border:none;
}

legend{
font-weight:800;
}

code{
white-space: pre;
}

td{
vertical-align:top;
}

/* ********** PAGE TABS ********** */
/* Uncomment the Pages Navigation in both header templates to use */

#tabs{
padding: 0;
background:black;
}

#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;
border-right: 2px solid #fff;
font-size: 16px;
}

#tabs ul li a{
color: white;
}

#tabs ul li a:hover{
color:#ddd;
text-decoration:none;
}


/* ********** HEADER HEADINGS ********** */ 

/* This is for the single post page. Be sure the settings match for the main header. */
#header .blogtitle {
margin:  0;
padding: 15px 0 0 15px;
font-weight:bold;
font-size: 28px;
}

#header .blogtitle a {
font-weight:bold;
color: white;
text-decoration: none;
}
/* end of single post header */

/* This is for the main header. Be sure the settings match the single post header. */
#header h1{
margin:  0;
padding: 15px 0 0 15px;
font-weight:bold;
font-size: 28px;
}

#header h1 a{
font-weight:bold;
color: white;
text-decoration: none;
}
/* end of main header */

#header .description {
margin: 0;
padding: 10px 0 5px 17px;
font-weight:bold;
color: white;
font-size: 14px;
}

form#searchform2{
display: block;
margin: 3px 0px;
}

/* ********** POST STYLES ********** */

.post{
margin: 0 5px 10px 0;
padding: 5px;
background: #fff;
border-top: 2px solid #aaa;
border-right: 2px solid #333;
border-bottom: 2px solid #333;
border-left: 2px solid #aaa;
}

.entry{
margin: 0;
padding: 0 10px 8px 10px;
}

.entry a {
	color: blue;
}

.entry img{
padding: 3px;
border: 2px solid #8B8989;
}

/* Settings for single post page. Should match main post page settings. */
.post h1 {
color: black;
font-size: 22px;
padding: 2px 0 4px 2px;
margin: 0 0 15px 0;
border-top: 2px solid #aaa;
border-right: 2px solid #333;
border-bottom: 2px solid #333;
border-left: 2px solid #aaa;
background:#ddd;
}

.post h1 a{
color: black;
text-decoration:none;
}

.post h1 a:hover{
text-decoration:none;
color: black;
}
/* end of single post settings */

/* Main post page settings. Should match single post settings. */
.post h2 {
color: black;
font-size: 22px;
padding: 2px 0 4px 2px;
margin: 0 0 15px 0;
border-top: 2px solid #aaa;
border-right: 2px solid #333;
border-bottom: 2px solid #333;
border-left: 2px solid #aaa;
background:#ddd;
}

.post h2 a{
color: black;
text-decoration:none;
}

.post h2 a:hover{
text-decoration:none;
color: black;
}
/* end of main post page settings */

.postmetadata{
padding: 1px 0 1px 5px;
margin: 0 10px;
}

.postmetadata p{
font-size:10px;
border-top: 1px solid #333;
line-height: 15px;
padding: 0;
margin: 3px 10px 0 10px;
}

/* ********** Comments ********** */

h3#comments, h3#postcomment{
font-size: 12px;
}	

ol#commentlist{
padding: 0 0 0 20px;
font-size: 10px;
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:11px;
}

ul#commentlist li div.gravatar {
width:40px;
float:left;
text-align: center;
padding: 5px 0 0 5px;
}

ul#commentlist li div.gravatar img{
border: 1px solid #333;
}

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{
background: #F0F9FF;
margin:0 0 0 5px;
padding: 3px 8px;
border-top: 1px solid #8CD1FD; 
}

/* ********** SIDEBAR STYLES ********** */

.menu{
padding:0;
font-size:12px;
}

.menu a{
font-weight: 100;
}

.menu a:hover{
text-decoration:none;
}

.menu ul{
margin:0;
padding:0 0 0 0px;
list-style-type:none;
}

.menu ul li.widget{
padding:5px;
margin:0 0 7px 0px;
border-top: 2px solid #aaa;
border-right: 2px solid #333;
border-bottom: 2px solid #333;
border-left: 2px solid #aaa;
background:#fff;
}

.menu ul li.widget ul{
margin: 0;
padding:0;
color:#333;
}

.menu ul li.widget ul a{
color:#333;
}

.menu ul li.widget ul a:hover{
display:block;
background:#ddd;
}

.menu ul li.widget ul li{
padding: 2px 0 2px 12px;
margin:0;
border-bottom: 1px dotted #777;
}

.menu ul li.widget ul li ul{
}

.menu ul li.widget ul li ul li{
border-top: 1px solid #333;
border-bottom: none !important;
padding: 0 0 0 11px;
}

.menu ul li.widget h3{
font-size:16px;
padding:2px 0 3px 5px;
margin:0;
color: #222;
font-weight: bold;
font-variant:small-caps;
border-top: 2px solid #aaa;
border-right: 2px solid #333;
border-bottom: 2px solid #333;
border-left: 2px solid #aaa;
background:#ddd;
letter-spacing:1px;
}

.menu ul li h3 a{
color: #333;
font-weight: 800;
}
.menu ul li h3 a:hover{
color: #333;
text-decoration: none;
}

.menu form{
display:block;
margin:0px;
padding:4px;
}

.menu input{
margin:3px 0;
font-size:12px;
}

li.widget .textwidget, li.widget #search {
padding: 2px 5px;
}

/* ********** 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;
}

/* ********** MISC STYLES ********** */

.aligncenter, div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

.alignleft {
float: left;
}

.alignright {
float: right;
}

.wp-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #f3f3f3;
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: 11px;
line-height: 17px;
padding: 0
}