/*
Theme Name: deFusion
Theme URI: http://webdemar.com/demo/?wptheme=deFusion
Description: Clean and easy customizable WordPress theme by <a href="http://webdemar.com">webdemar</a>
Version: 0.8.4
Author: webdemar
Author URI: http://webdemar.com
Tags: simple, clean, widgets, widget ready, two columns, fixed width, valid CSS, valid XHTML
*/

/*
	- GENERAL
	- BASIC LAYOUT
	- HEADINGS
	- HEADER
	- CONTENT
		+ CONTENT LEFT
		+ CONTENT RIGHT
	- COMMENTS
	- SEARCHFORM
	- FOOTER
	- USEFUL

/*	##################################
   	GENERAL
	################################## */
	
body {
	margin: 0px;
	padding: 0px;
	background: #aeaeae url(img/backstripe.png) repeat left top;
	color: white;
	font: 11px "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;

}

a {
background-color: black;
	color: white;
	outline: none;
}
a:hover {
background-color: #118c5b;
	color: white;
	outline: none;


}

p {
	margin: 0 0 15px 0;
}

ul, ol {
	margin-bottom: 15px;
}

blockquote {
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	border-left: 1px solid #f7f7f7;
}

/*	##################################
   	BASIC LAYOUT
	################################## */
	
#page {
	width: 700px;
	margin: 0;
}
	
#header {
background: black;

	position: relative;
	height: 150px;
}

#content {
	padding: 0px 0 0 0;
	
        width: 1000px;
}

#content-left {
        background: black;
        overflow: hidden;
	float: left;
	width: 700px;
}

#content-right {

       padding: 0px 0 0px 0;
	float: left;
	width: 300px;

}

#footer {
background: black;
	position: relative;
	height: 50px;
}

/*	##################################
   	HEADINGS
	################################## */
	
h1 {
	position: relative;
	bottom: 0px;
	left: 0px;
	margin: 0px;
	padding: 20px 0px 0 10px;
	line-height: 0;
	font-size: 12px;
	font-weight: normal;
letter-spacing: 2px;
}

h1 a {
	color: white;
	text-decoration: none;
}



/*
titulo das categorias a esquerda
*/

h2 {
font-size: 11px;
	margin: 0 0 10px 10px;
color: #118c5b;

}



h2#blog-description {
	position: absolute;
	bottom: 60px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-weight: normal;


}


/*
titulo dos posts posição total
*/

h3 {
	margin: 1px 0 00px 0px;
	font-size: 11px;
	font-weight: normal;
}



/*
titulo dos posts
*/

h3 a {
background-color: white;
color: black;
	text-decoration: none;
text-transform: uppercase;
letter-spacing: 2px;

}

h3 a:hover {
	text-decoration: none;
}



/*
titulo dos menus
*/

h4 {
	margin: 0 0 0px 0;
	font-size: 11px;
        letter-spacing: 2px;
        text-decoration: none;
        text-transform: uppercase;


}

h4 a {
	margin: 0 0 0px 0;
	font-size: 11px;
        letter-spacing: 2px;
text-decoration: none;
        text-transform: uppercase;
}

/*
titulo dos menus hilite preto
*/

h4 span {
	background: black;
}


h5 {
	margin: 0 0 0px 0;
	font-size: 11px;
        letter-spacing: 2px;
        text-decoration: none;
color: black;
background-color: white;
        text-transform: uppercase;
}




/*	##################################
   	HEADER
	################################## */
	
#top-nav {
	position: absolute;
	top: 10px;
	right: 0px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#top-nav li {
	float: left;
	margin: 0 0 0 10px;
}

#top-nav li#rss {
	padding: 0 0 0 15px;
	background: url(img/rss-icon.gif) no-repeat left center;
}

/*	##################################
   	CONTENT
	################################## */
	
/** box left */

.box-left {
        
	width: 680px;
	margin: 0px 0px 50px 10px;
}
	
.meta {

	clear: both;
	padding: 0px;
	
	color: #838383;
}

.meta-date {
background-color: white;
	padding: 0 0px 0 0px;
	
}

.meta-categories {

	padding: 0 0px 0 0px;	
}

.meta-categories a {

	color: #838383;
text-decoration: none;
}

.meta-categories a:hover {

	color: white;
text-decoration: none;
}



.meta-comments {

	padding: 0 10px 0 15px;
	
}


.meta-comments a {

	color: #838383;
text-decoration: none;
	
}

.meta-comments a:hover {

	color: white;
text-decoration: none;
	
}

p.tags {
	clear: both;
}

/** box right */

.box-right {
	margin: 0 0px 15px 0;
	padding: 0px;
text-decoration: none;
	
}



.box-right ul {
	margin: 0 0 0px 0;
	padding: 0px;
	list-style: none;

}

.box-right li {
	margin: 0px;
	padding: 0px;
text-decoration: none;
	
}

.box-right li a {
	text-decoration: none;

}

.box-right li a:hover {
	text-decoration: none;
}
/*	##################################
   	COMMENTS
	################################## */
	
#commentform label {
	display: block;
	margin: 0 0 5px 0;
}

#commentform input.text, #commentform textarea {
	width: 665px;
border: 0px solid #dadada;
	margin: 0 0 10px 0;
background:white; 

}

#commentform input.text:hover,
#commentform textarea:hover
	{
	background:#118c5b; 
}

#commentform input.text:focus,
#commentform textarea:focus
	{
	background:#d8faec; 
}


#commentform .text {
	height: 22px;
	padding: 6px 6px 0 6px;
	background: #fff ;
	
	color: #5e5e5e;
}





#commentform textarea {
	height: 150px;
	padding: 6px 6px 0 6px;
	background: #fff ;
	border: 0px solid #dadada;
	color: #5e5e5e;
}

#commentform .button {
	width: 100px;
	height: 20px;
	margin: 0px;
	padding: 0 10px;
	background: white;
	border: none;
	color: black;
text-transform: uppercase;
}

.commentlist {
	margin: 0px;
	padding: 0px;
	list-style: none;
}




.commentlist .quote {


	padding: 10px;
color: #838383;
	

}

.commentlist li {
	margin: 20px 0 0 0;
	padding: 0px;
	
	color: #fff;


}



.commentlist cite {

	display: block;
	font-style: normal;
}





.avatar {

	float: left;
	margin: 0 20px 10px 0;
}

/*	##################################
   	SEARCHFORM
	################################## */
	
#searchform #search {
	float: left;
	width: 146px;
	height: 22px;
	padding: 6px 6px 0 6px;
	
	border: 1px solid #dadada;
	color: #5e5e5e;
}

#searchform .button {
	width: auto;
	height: 30px;
	margin: 0px;
	padding: 0 10px;
	background: #4a4f54;
	border: none;
	color: #fff;
}

/*	##################################
   	FOOTER
	################################## */

#footer {
	width: 700px;
	margin: 0 auto;
	padding: 20px 0;
}

#footer p {
	margin: 0 0 10px 0;
}

#legal {
	float: left;
	width: 400px;
}

#webdemar {
	float: right;
	width: 400px;
	text-align: right;
}

/*	##################################
   	USEFUL
	################################## */

.clear {
	clear:both;
}

/** WORDPRESS CSS */

.aligncenter,
div.aligncenter {
   	display: block;
   	margin: 0 auto;
}

.aligncenter {
	margin-bottom: 20px!important;
}

.alignleft {
   	float: left;
   	margin: 0 20px 20px 0;
}

.alignright {
   	float: right;
   	margin: 0 0 20px 20px;
}

.wp-caption {
	margin-bottom: 20px;
	padding-top: 4px;
   	border: 0px solid #ccc;
   	text-align: center;
   	background-color: #f7f7f7;
}

.wp-caption img {
   	float: none;
   	margin: 0px;
   	padding: 0px;
   	border: none;
}

.wp-caption p.wp-caption-text {
   	padding: 0px;
  	margin: 0px;
}

/** WIDGETS CSS */

#calendar_wrap table {
	width: 100%;
}

#calendar_wrap td {
	text-align: center;
}

#wp-calendar caption {
	margin: 0 0 10px 0;
	background: #dedede;
}