/*
Theme Name: WordPress band by J.Duarte Design
Theme URI: http://www.jduartedesign.com
Description: Wordpress J.Duarte Design Theme
Author: Joao Duarte - J.Duarte Design
Author URI: http://jduartedesign.com
Version: 3.1
Tags: J.Duarte Design

License: NONE
License URI: http://none.at.all
*/

@import url(http://fonts.googleapis.com/css?family=Oswald);

@font-face { 
           font-family: 'dcc_sharp_distress_black_by_dccanim'; 
           src: url('images/fonts/dcc_sharp_distress_black_by_dccanim.eot'); 
           src: local("dcc_sharp_distress_black_by_dccanim"), url('images/fonts/dcc_sharp_distress_black_by_dccanim.ttf'); 
} 

@font-face { 
           font-family: News Cycle; 
           src: url('images/fonts/NewsCycle-Regular.eot'); 
           src: local("News Cycle"), url('images/fonts/NewsCycle-Regular.ttf'); 
}

/* Basics and Typography
-------------------------------------------------------------- */

body {
	background-color: #000000; 
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
	background-image:url(images/bg.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 14px !important;
 	font-family: Oswald, Geneva, Arial, Verdana, Helvetica, sans-serif;
	color:#ffffff;
	text-align: justify;
	font-weight: normal;
	text-shadow: 4px 4px 4px #000;
}

#titulo {
	font-size: 24px;
	color:#e0be2a;
	font-family: Oswald, Arial, Verdana, Helvetica, sans-serif;
	text-align: left;
	font-weight: bold;
	text-shadow: 4px 4px 4px #000;
        text-transform: uppercase;
}

#small {
        font-size: 11px;
        font-family:  Arial, Verdana, Helvetica, sans-serif;
        color:#e0be2a;
        font-weight: bold;
	text-shadow: 4px 4px 4px #000;
        text-transform: normal;
        margin: 0px 0px -15px 0px;
}

html>body {
	font-size: small;
}

a:link {
	color: #e0be2a;
	text-decoration: none;
}

a:visited {
	color: #e0be2a;
	text-decoration: none;
}

a:hover {
	color: #e0be2a;
	text-decoration: underline;
}

a:active {
	color: #e0be2a;
	text-decoration: none;
}

h1 {
font-family: Oswald, Geneva, Arial, Verdana, Helvetica, sans-serif;
font-size:44px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
font-weight: bold;
text-transform: uppercase;
}

h2 {
font-family: Oswald, Geneva, Arial, Verdana, Helvetica, sans-serif;
font-size:38px;
margin: 0px 0px -10px 0px;
padding: 0px 0px 0px 0px;
font-weight: bold;
text-transform: uppercase;
}

input, textarea, select {
	background-color: #FFF;
	color: #808080;
	font-size: 1em;
        font-family: Arial, Verdana, Helvetica, sans-serif;
}

blockquote {
	background-color: #F0E1E7;
	margin: 0 20px;
	padding: 0 20px;
	border-left: 1px dotted #C6849F;
	border-right: 1px dotted #C6849F;
}

code {
	font-family: monospace;
	color: #666;
}

form, img {
	margin: 0;
	padding: 0;
	border: 0;
}

#content p {
margin-bottom: 12px;
}











/* Layout
-------------------------------------------------------------- */

#wrapper {
	width: 1000px;
 	max-width: 1000px;
	margin: 0 auto;
	background: #transparent;
}

#header {
	width: 1000px;
 	max-width: 1000px;
}

#radio-player {
	position:absolute;
 	float:left;
	width:150px;
	height:214px;
	z-index:1;
 	margin: 420px 0px 0 305px;
}

html>body #content {
	width: 630px;
 	max-width: 630px;
	float: left;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 10px;
	background: url() no-repeat;
	voice-family: "\"}\""; 
	voice-family: inherit;
}

html>body #content-fullwidth {
	width: 960px;
 	max-width: 960px;
	float: left;
	padding: 10px 10px 10px 10px;
	margin: 10px 5px 10px 10px;
	background: url() no-repeat;
	voice-family: "\"}\""; 
	voice-family: inherit;
}

html>body #sidebar {
	width: 320px;
 	max-width: 320px;
	float: left;
	padding: 0px 0px 0px 10px;
	margin: -37px 0px 0px 10px;
}

#footer  {
 	witdh: 1000px;
 	max-width: 1000px;
	z-index: 11;
	clear: both;
 	background-repeat: no-repeat;
 	background-position: center;
	overflow: hidden;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#sidebar ul ul, #sidebar ol {
	margin: 1.2em 0 1.2em 1.3em;
text-align: center;
}

#sidebar ul ul {
	list-style-type: disc;
text-align: center;
}

#sidebar ul ul ul {
	margin-top: 0;
	margin-bottom: 0;
text-align: center;
}
	
#sidebar h3 {
 	font-family: Arial;
	font-size: 0px;
	color: transparent;
text-align: center;
}

* html #content, * html #sidebar {
	overflow: hidden; /* For IE */
}












/* Blog Styles
-------------------------------------------------------------- */

.posttitle {
	margin: 0 0 0.6em 0;
 	color: #9e2251;
	font-size: 10px;
	font-family: Arial;
}

.posttitle a {
	text-decoration: none;
}

.postmeta {
	margin: 0;
	padding: 0.2em 0 0 0;
}

.postmeta, .postfeedback {
	font-size: 0.92em;
	text-align: left;
}

.pagetitle {
	margin: 0.6em 0 1.2em 0;
}

.commentauthor {
	margin: 1.2em 0 0 0;
	border-bottom: 1px dotted #C6849F;
	font-size: 1.1em;
}

.commentauthor a {
	text-decoration: none;
}

.commentmeta {
	margin: 0;
	padding: 0.2em 0 0 0;
	font-size: 0.92em;
}

#comment {
	width: 98%;
}










/* WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
    border-style:hidden;
}

.aligncenter, div.aligncenter {
    display:block;
    margin: 5px auto 5px auto;
    border-style:hidden;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
    border-style:hidden;
}

.alignleft {
    float:left;
    margin: 20px 20px 20px 0;
    border-style:hidden;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
    border-style:hidden;
}

a img.alignright {
    float:right;
    margin: 0px 0 20px 20px;
    border-style:hidden;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
    border-style:hidden;
}

a img.alignleft {
    float:left;
    margin: 0px 20px 20px 0;
    border-style:hidden;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-style:hidden;
}

.wp-caption {
    background: #fff;
    border-style:hidden;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
    border-style:hidden;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
    border-style:hidden;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
    border-style:hidden;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin:0;
    max-width: 98.5%;
    padding:0;
    width: auto;
    border-style:hidden;
}

.wp-caption p.wp-caption-text {
    font-size:11px;
    line-height:17px;
    margin:0;
    padding:0 4px 5px;
    border-style:hidden;
}

.bordered {
    border-style:hidden;
}