/*
Theme Name: fb
Theme URI: 
Version: 1.3
Description: fb for Fuerzabruta miami
Author: 
Tags: black, one-column, fixed-width, dark
For the WordPress community (GPL), enjoy!

For WordPress 2.7+ :)
*/




body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size:smaller;
}
body {
	background-color: #000;
	background-image: url(../../../../images/bg.jpg);
	background-repeat: no-repeat;
	background-position:top center;
	color:#FFF;
	margin:0px;
	padding:0px;
}
a {color:#F03; text-decoration:none;}
a:hover {color:#F90;}

#violator {
	position:fixed;
	right:0;
	top:0;
	visibility:hidden;
}

#header {
	margin:0 auto;
	width:980px;
	height:229px;
	background-image: url(../../../../images/bg_header.jpg);
	background-repeat: no-repeat;
	background-position:top center;
}
#nav {
	position:absolute;
	top:110px;
}
#nav a {
	position:absolute;
	height:37px;
	top: 62px;
}
#nav a:hover {background-position: 0 -37px;}

#nav a.glounge {height:44px;}
#nav a.middle {height:300;}
#nav a.glounge:hover  {background-position: 0 -44px;}



#bodywrapper {position:relative; margin:20px auto; width:980px; overflow:hidden; }

#content {
	margin:auto;
	width: 600px;
}
.press p {margin-bottom:10px; margin-left:40px;margin-right:50px;}
.press .author {color:#999; font-size:smaller;}
.press h2 {margin-top:30px;}
.pub {font-style:italic; color:#36C;}
.press img {margin-left:10px; margin-right:10px; border:0px;}
#content h1 {
	text-align:center;
	font-size:18px;
	color:#66F;
	margin-bottom:20px;}
	








blockquote {
padding:0 0 0 20px;
color:#aaa;
}

blockquote a{
color:#999;
}

.publication{
font-size:small;
font-style:normal;
font-style:italic;
color:#3366FF !important;
}
.author {color:#808080;font-size:small;}

code{
background:#efefef;
color:#000;
}

ul{
list-style:square;
}

/* Headers */


h2{
font-size:20px;
margin:5px 0 0px 0;
text-align:justify;
color:#c00;
}

h2 a{
color:#c00;
text-decoration:none;
}

h2 a:hover{
color:#c40;
}

h3{
text-align:justify;
font-size:12px;
color:#c00;
margin-top:5px;
}

h4{
text-align:center;
font-size:12px;
color:#c00;
}

/* Blog Contents */

#wrapper{
margin:0 auto;
}


/* Navigation */


#nav{
padding:3px;
}

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:red; 
text-decoration:none;
}





/* Posts */

#main{
float:left;
width:685px;
}

.post{
padding:5px;
text-align:justify;
}

.main{
text-align:justify;
border-bottom:1px solid #bbb;
}

.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-left:10px;
padding-right:10px;
border:0px;
}


img.wp-smiley{
padding:0px;
border:0px;
}

img.wp-smiley:hover{
padding:0px;
border:0px;
}


.meta{
font-size:9px;
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:9px;
text-align:center;
float:left;
margin:10px 0 0 0;
padding:10px 0 10px 0;
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;
   color:#777;
   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 4px 5px;
   margin: 0;
}

