/*   
Theme Name: Matías Boero Lutz
Theme URI: http://www.matiasboerolutz.com
Description: Cinema for life
Author: Juanra Dikal
Author URI: juanelas@gmail.com
Version: 1.0
	
	This theme was designed and built by Juanra Dikal,

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

/* Begin Page Layout*/

#page
{
  width: 780px;
  border: 0px solid #555;
}

#header
{
  border: 0px solid #000;
}

#main
{
  float: left;
  overflow: hidden;
  width: 480px;
  border: 0px solid #000;
}

#menubar
{
  height: 80px;
  border: 0px solid #fff;
  overflow: hidden;
}

#sidebar
{
  float: right;
  width: 300px;
  border: 0px solid #000;
}

#footer
{
  clear: both;
  height: 20px;
  border: 0px solid #000;
}

/* End Page Layout */

/* Begin Body */
body
{
  background: #222;
  margin: 8px;
}

/*End Body */


/* Begin Page and General CSS options */
div#page
{
  background: #000;
  font-family: tahoma, helvetica, sans-serif;
  color: #fefefe;
  border: 1px solid #111;
}
#page img
{
  border: 0px white;
}
#page a {
  color: #818181;
  text-decoration: none;
}
#page a:hover {
  color: #f78b0c;
}
#page input {
  border: 1px solid #ccc;
  background: #222 !important;
  color: #fefefe;
}
#page input[type='button'] {
  background: #444 !important;
}
/* End Page and General CSS options */



/* Begin Header */
#header div.container
{
  background: #000;
}
#header div#header_title
{
  margin: 0px;
  padding-bottom: 8px;
}
#header div#title
{
  font-size: 2.8em;
  text-align: center;
  text-transform: lowercase;
  letter-spacing: -0.1em;
}
#header span.color1
{
  color: #f78b0c;
}
#header span.color2
{
  color: #fefefe;
}

#header a#blog_url
{
  color: #eeeeee;
  text-decoration: none;
}
#header div#header_title div#description
{
  color: #818181;
  font-size: 0.7em;
  line-height: 0.7em;
  text-align: center;
}
#header div#header_img
{
  height: 90px;
  width: 780px;
  border-top: 2px solid white;
  border-bottom: 2px solid white;
  background-image: url("images/header/header_img.jpg");
  background-position: center;
  background-repeat: no-repeat;
}

/* End Header */



/* Begin Menubar */
#menubar div.container
{
  min-width: 760px;
  height: 40px;
  padding: 20px 10px;
  margin: 0px;
  background-image: url("images/menubar/menubar_bg.gif");
  background-position: top center;
  background-repeat: repeat-x;
  overflow: hidden;
} 
#menubar a
{
  background: #111;
  float: left;
  line-height: 40px;
  padding: 0px 10px;
  margin: 0px;
  font-size: .7em;
  text-transform: uppercase;
  border-left: 3px solid #311b02;
  vertical-align: middle;
}
#menubar a.current-cat, #menubar a.current_page_item
{
  background: #000;
  color: #f78b0c;
}
#menubar a:hover
{
  background: #353535;
}

/* End Menubar */


/* Begin Sidebar */

#sidebar div.container
{
  padding-top: 0px;
  padding-right: 5px;
  font-size: .7em;
}
#sidebar div.title
{
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.2em;
  color: #f78b0c;
  background: #111;
  padding-left: 7px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-top: 8px;
}
#sidebar div.items
{
  padding: 0px;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  line-height: 1.3em;
}
#sidebar ul
{
  list-style-position: outside;
  list-style-type: none;
  padding: 0px;
  margin-top: 0px;
  margin-left: 20px;
  margin-right: 0px;
  margin-bottom: 0px;
  font-weight: normal;
}
#sidebar li.current-cat
{
  font-weight: bold;
}
#sidebar p {
  margin-left: 20px;
}
#sidebar input#search_button
{
  background: #444 !important;
}
/* End Sidebar */

/* Begin Main */

#main div.container
{
  margin-left: 10px;
  margin-right: 20px;
  margin-top: 8px;
  margin-bottom: 15px;
}
#main div.post
{
  margin-bottom: 30px;
  border-top: 15px solid #111;
}
#main div.post_title
{
  font-size: 1.5em;
}
#main div.post_by_author
{
  font-size: 0.6em;
}
#main div.post_content
{
  font-size: 0.7em;
  text-align: justify;
  margin-bottom: 20px;
}
#main div.action
{
  font-size: 0.7em;
  text-align: right;
  clear: both;
}
#main div.readmore
{
  text-align: right;
}
#main div.post_comment
{
  font-size: 0.7em;
  color: #eeeeee;
  text-align: justify;
  padding-left: 5px;
  padding-right: 5px;
}
#main cite
{
  font-size: 0.7em;
}
#main ul#commentlist
{
  list-style-position: outside;
  list-style-type: none;
  padding: 0px;
  margin-top: 15px;
  margin-left: 15px;
  margin-right: 0px;
  margin-bottom: 30px;
}
#main li.comment
{
  background: #111;
  border-bottom: 1px solid #666;
}
#main textarea#comment
{
  width: 90%;
  height: 100px;
  border: 1px solid #444;
  padding: 5px;
  background: #222;
  color: #fefefe;
  overflow: auto;
}
#main input#url, #main input#author, #main input#email
{
  width: 250px;
}
#main input#submit
{
  background: #444 !important;
}
#main a.a_title
{
  text-decoration: none;
  color: #fefefe;
  font-size: 0.8em;
  font-weight: bold;
}
#main label
{
  font-size: 0.7em;
}
#main .navigation {
  font-size: 0.8em;
  clear:both;
  padding:15px 0px;
  margin-bottom: 20px;
}
#main .prevpost{
  border:0px none;
  clear:none;
  float:left;
}
#main .nextpost{
  border:0px none;
  clear:none;
  float:right;
}
/* End Main */

/* Begin footer */
#footer div.container {
  height: 20px;
  border-top: 1px solid #111;
  text-align: center;
  vertical-align: middle;
  line-height: 20px;
  font-size: 0.6em;
  color: #818181;
}
/* End Footer */
