/*

This custom theme for Buskers Bounty designed by Shy Mukerjee (shymukerjee.com)

It is loosely based on Shaibanii's Capricorn theme, the details of which are below:

 * Theme Name: Capricorn
 * Theme URI: http://www.random-is.me/themes/
 * Version: 1.3
 * Description: Capricorn is a light simple one cloumn theme, designed for people with simple taste.
 * Author: <a href="http://shaibanii.com">Shaibanii</a>
 * Tags: white, black, one-column, fixed-width, light
 * For the WordPress community (GPL), enjoy!
 * by Shaibanii - Random-is.me
 *
 * For WordPress 2.7+ :)
 * 
*/
a {
color:#ccc;
}

a:hover {
color:#eee;
}

img
{  border-style: none;
   filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(...);
}

body{
background-color:black;
color:white;
font: Verdana, Arial, Helvetica, sans-serif;
padding:0;
margin:0;
background-image:url('/media/bg4.png');
background-repeat: no-repeat;
background-position: top center; 
}

h1{
font-size:26pt;
color:#ccc;
font-family:"Helvetica 65 Medium", Helvetica, Arial, sans-serif;
text-align:center;
text-transform:lowercase;
}

h1 a, h1 a:hover{
color:#eee;
text-decoration:none;
}


h2{
font-size:20pt;
margin:5px 0 7px 0;
text-align:justify;
color:#ccc;
}

h2 a{
color:#ccc;
text-decoration:none;
}

h2 a:hover{
color:#eee;
}

h3{
text-align:justify;
font-size:18pt;
color:#ccc;
}

h4{
text-align:center;
font-size:16pt;
color:#ccc;
}

ul{
list-style:square;
}

/* Headers */



/* Blog Contents */

#wrapper{
width:950px;
margin:0 auto;
padding:0;
}


/* Navigation */


#nav{
padding:0px;
marign:0px;
}

img.nav { border: 0; }

ul.nav{
width:500px;
list-style:none;
margin:0;
}

ul.nav li {
display:inline;  
}

ul.nav li a {
display:inline;
padding:20px 4px 20px 4px; 
width:92px;
height:auto;
color:#aa2812; 
text-align:center; 
font-family:Helvetica;
font-size:12px;
text-transform:lowercase;
text-decoration:none;
}

ul.nav li a:hover {
color:#000; 
text-decoration:none;
}





/* Posts */

#main{
float:left;
width:685px;
}

.post{
padding:5px;
text-align:justify;
}

.main{
text-align:left;
}

.main p{
line-height:18px;
margin:0 0 15px 0;
}

.main ol{
line-height:18px;
margin:0 0 15px 30px;
}

.main ul{
line-height:18px;
margin:0 0 15px 30px;
}

.main li{
margin:0 0 5px 0;
}


.main img{
padding:0px;
border:0;
}

.main img:hover{
padding:0;
border:0;
background:#666;
}

img.wp-smiley{
padding:0px;
border:0px;
}

img.wp-smiley:hover{
padding:0px;
border:0px;
}


.meta{
font-size:10pt;
line-height:15px;
display:inline;
color:#333;
padding:5px;
margin:0 0 30px 0;
}

.navigation{
font-size:11px;
}

/* Comments */

.gravatar{
float:left;
padding:2px;
border:1px solid #999;
margin:5px;
}

.gravatar:hover{
padding:2px;
border:1px solid #444;
}

.alt{
color:#777;
}

ol#comments{
text-align:justify;
}

.gravatar{
float:right;
border:1px solid #222;
}


/* Forms */

input, textarea, select, button{
background:#fafafa;
border:1px solid #efefef;
color:#666;
padding:2px;
margin:3px 0 5px 0;
font:10px "Lucida Grande", "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
}

input:focus{
border:1px solid #555;
}

/* Footer */

#footer{
font-size:10pt;
text-align:center;
float:left;
margin:50px 0 0 0;
padding:10px 0 10px 0;
border-top:1px solid #999;
width:100%
}

#footer a{
color:#999999;
}

#footer a:hover{
color:#777;
}




/* Others */

.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: 11pt;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}


/*** Buskerfly Productions header ***/
#header-wrap {
	background:#e6e6e6 url(http://www.buskerflyproductions.com/wp-content/themes/buskerfly/images/bg-top.jpg) repeat-x scroll top center;	
	left: 0px;
	position: absolute;
	top: 0px;
	width: 100%;
}
#header {
    z-index:2;
	width:940px;
	margin:0 auto;
	position:relative;
}
#branding {
	height:88px;
    padding:0;
}
#blog-title {
    font-family:Arial,sans-serif;
    font-size:34px;
    font-weight:bold;
    line-height:40px;
}
#blog-title a {
    color:#000;
    text-decoration:none;
	text-indent:-9999px;
	width:623px;
	height:78px;
	margin:0 auto;
	background:transparent url(http://www.buskerflyproductions.com/wp-content/themes/buskerfly/images/logo.jpg) no-repeat scroll top center;
	display:block;
}
#blog-title a:active,
#blog-title a:hover {
    color: #FF4B33;
}
#blog-description {
	display:none;
}
.top-links {
	position:absolute;
	top:0;
}
#top-link-left {
	left:0;
}
#top-link-right {
	right:0;
}
#wrapper {
	padding-top:96px !important;
}
