/*  

Theme Name: Churras

Theme URI: 

Description: Based on demar by Simon Rikmus.

Author: Daniel Quevedo

Author URI: 

Tags: simple, clean, widgets, widget-ready, two columns, fixed width, valid CSS, valid XHTML

Version: 0.9.1

*/



/*

	- GENERAL

	- BASIC LAYOUT

	- HEADINGS

	- HEADER

	- CONTENT

		+ CONTENT LEFT

		+ CONTENT RIGHT

		+ SEARCH FORM

	- COMMENTS

	- FOOTER

	- USEFUL



/*	##################################

   	GENERAL

	################################## */

@import "events-calendar-custom.css"; 	

body {

	margin: 0px;

	padding: 0px;

	background: url(img/body-bg.jpg) repeat-x top center #000;

	font:11px/16px Georgia, Verdana, Tahoma;

	color:#fff;

}



a {

	color:#DFA11B;

}



blockquote {

	margin:0 0 0 20px;

	padding: 0 0 0 20px;

	border-left: 5px solid #c7532d;

}



img {

	border: none;

}



/*	##################################

   	BASIC LAYOUT

	################################## */

	

#page {

	width: 100%;

	margin: 0 auto;

}



#header, #header-obentou, #content, #mainMenu {
	width: 1000px;
}
	

#header {

	position: relative;

	height: 264px;

	margin: 0 auto;

	background: url(img/header.jpg) no-repeat top center;

}

#header-obentou {

	position: relative;

	height: 264px;

	margin: 0 auto;

	background: url(img/header-obentou.jpg) no-repeat top center;

}


#content {

	margin: 0px auto;

	padding: 30px 0px 20px 0px;

	background: #000 /*url(img/page-bg.jpg) repeat-y center top*/;

}



#content-left {

	float: left;

	margin-left: 30px;

	width: 510px;

}



#content-left p{

	font-size: 14px;

	line-height: 25px;

	width: 430px;

	padding-bottom: 10px;

}

#content-left table{
  margin-left:30px;

}

#content-left td{
  border-top: 1px dotted white;
}



#content-right {

	background: url(img/side-bg.jpg) repeat-y;

	float: right;

	margin-right: 20px;

	width: 260px;

	height: 900px;

	padding: 5px 20px;

}



#content-right h4{

color: #000;

}





#cardapio{
  width: 100%;
  text-align:center;
  list-style: none;
  padding-top: 5px;
  margin: 0 auto;
  border-top: 1px dotted black;
}



#cardapio li{

display: inline;

padding: 0px 10px;

text-decoration: none;

}



#cardapio li a{

text-decoration: none;

}



#cardapio li a:hover{

color:#fff;

}





#footer {



}







/*	##################################

   	NAVIGATION: MAIN MENU 

	################################## */		



#mainMenu{

	height: 33px;

	background: url(img/menubg.jpg) repeat-x;

	padding-top: 20px;

	padding-bottom:0px;

	margin: 0px auto 0px auto;

}



ul#navlist

{

text-align: center;

margin-top: auto;

margin-left: 0;

padding-left: 0;

white-space: nowrap;

}



#navlist li

{

display: inline;

list-style-type: none;

}



#navlist a { 

padding: 0px 10px; }



#navlist a:link, #navlist a:visited

{

font-size: 20px;

color: #E9901C;

font-weight: bold;

text-decoration: none;

font-variant: small-caps;

}



#navlist a:hover

{

color: #fff;

text-decoration: none;

}





/*	##################################

   	HEADINGS

	################################## */

	

h1 {

	position: absolute;

	top: 80px;

	left: 0px;

	margin: 0px;

	padding: 0px;

	font:bold italic 24px/24px Georgia, "Times New Roman", Times, serif;

}



h1 a {

	color:#fff;

	text-decoration: none;

}



h2#blog-description {

	position: relative;

	top: 105px;

	left: 0px;

	margin: 0px;

	padding: 0px;

	font:normal 11px/11px Georgia, Verdana, Tahoma;

	color: #c7532d;

}



h2 {

	margin:0 0 20px 0;

	padding: 0px;

	font:normal 14px/14px Georgia, Verdana, Tahoma;

}



h3 {

	margin: 0 0 30px 0;

	font:bold 28px/28px Georgia, Verdana, Tahoma;

	font-variant: small-caps;

	color: #DFA11B;

	border-bottom: 1px dotted #DFA11B;

	padding-bottom: 10px;

}



h3 a {

	text-decoration: none;

}



h3 a:hover {

	text-decoration: underline;

}



h4 {

	margin: 0 0 10px 0;

}



/*	##################################

   	HEADER

	################################## */



/*	##################################

   	CONTENT

	################################## */

	

/** box left */



.box-left {

	margin: 0px 0px 15px 0px;

	clear: both;

}

	

.meta {

	font:italic 10px/10px Georgia, Verdana, Tahoma;

}



.meta-date {

	padding: 0 0 0 15px;

	background: url(img/bg-date.gif) no-repeat 0px 1px;

}



.meta-categories {

	padding: 0 0 0 15px;

	background: url(img/bg-cats.gif) no-repeat 0px 1px;

}



.meta-comments {

	padding: 0 0 0 15px;

	background: url(img/bg-comments.gif) no-repeat 0px 1px;

}



.box-left img {

	float: left;

	margin: 5px 10px 5px 0;

}





/** wordpress css */



.wp-caption {

   border: 1px solid #ddd;

   text-align: center;

   background-color: #f3f3f3;

   padding-top: 4px;

   margin: 10px;

}



.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;

}



/** box right */



.box-right {

	margin: 10px 0 0px 0;

	clear: both;

}



.box-right ul {

	margin: 0px;

	padding: 0px;

	list-style: none;

}



.box-right li {

	display: inline; /* white space bug IE6 */

}



li.cat-item ul.children {

	margin: 0px;

	padding: 0px;

}



li.cat-item ul.children li {

	margin: 0px;

	padding: 0px;

}



.box-right li a {

	display: block;

	margin: 0px;

	padding: 5px;

	border-bottom: 1px dotted #ddd;

	text-decoration: none;

}



li.cat-item ul.children li a {

	padding: 5px 5px 5px 20px;

}



li.cat-item ul.children li ul.children li a {

	padding: 5px 5px 5px 40px;

}



.box-right li a:hover {

	background: #f7f7f7;

}



.box-right .page_item a, .box-right .current_page_item a {

	background: transparent;

	width: auto;

	height: auto;

	color:#c7532d;

	font-weight: normal;

	text-align: inherit;

}



/** search form */



#search {

	width: 150px;

	padding: 5px;

	color: #ccc;

	border: 1px solid #B1A79A

}



#search-submit {

	width: auto;

	margin: 0;

	padding: 5px;

	background: #363636;

	color: #fff;

	border: 0;

}



/** wp-calendar */



#calendar_wrap {

	margin: 0px;

}



#wp-calendar {

	width: 100%;

}



#wp-calendar th {

	text-align: left;

}



/*	##################################

   	COMMENTS

	################################## */

	

h4#comments, h4#respond {

	margin:0 0 20px 0;

}	

	

.comment {

	margin:0 0 20px 0;

	padding: 10px;

	background: #f7f7f7;

	border-top: 1px solid #ccc;

}



.avatar {

	float: left;

	margin:0 10px 0 0!important;

}



.comment-details {

	margin: 0 0 10px 0;

}



.comment-text p {

	margin: 0px;

	padding: 0px;

}



/** comment form */



#commentform label {

	display: block;

	margin: 0 0 5px 0;

}



input.text {

	width: 390px;

	margin: 0 0 10px 0;

	padding: 5px;

	border: 1px solid #f2f2f2;

}



textarea {

	width: 410px;

	height: 100px;

	margin: 0;

	padding: 5px;

	border: 1px solid #f2f2f2;

}



input.submit {

	width: auto;

	margin: 0;

	padding: 5px;

	background: #363636;

	color: #fff;

	border: 0;

}





/*	##################################

   	FOOTER

	################################## */

	

#footer-wrap {

	background: #000;

	width: 900px;

	margin: 0 auto;

	border: 1px solid #333;

}



#footer {

	width: 780px;

	margin: 0 auto;

	padding: 20px 0;

	font:normal 10px/10px Georgia, Verdana, Tahoma;

	color: #fff;

}



#footer a {

	color:#fff;

}



#legal {

	float: left;

	width: 540px;

}



#webdemar {

	float: right;

	width: 220px;

	text-align: right;

}



/*	##################################

   	USEFUL

	################################## */

	

.aligncenter, div.aligncenter {

   display: block;

   margin-left: auto;

   margin-right: auto;

}



.alignleft {

  	float: left;

}



.alignright {

   float: right;

}



.clear {

	clear:both;

}