/*
	Version: 8
	Author: Lucas Worcel
	Author URI: http://korochi.com/
	Tags: white, custom header, fixed width, two columns, widgets

	Korochi Industrias v8

	This theme was designed and built by Lucas Worcel.
	
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

body {
	color:#333;
	font:80% 'Helvetica', Helvetica, Arial, sans-serif;line-height:1.5;
	line-height: 18px;
	background-image: url('images/fondo.gif');
}

.logo {
	padding: 0 0 0 15px;
}

.container {background: #ffffff; margin: 30px auto 10px auto;}

#menu { 
	padding:0; 
	margin:0; 	
} 

#menu ul {
	margin: 0;
	padding: 0;
}

#menu li {
	display:inline;
	list-style-type:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;	
	padding-top:7px;
	padding-bottom:7px;
	padding-right:7px;
	margin-left:2px;
	margin-right:2px;
} 

#menu li a{
	text-decoration:none;
	color: #555;
}

#menu li a:hover{
	color: #09aff9;
	
}

h1 {
	font-size:26px; 
	color: #999;
}

h2 {
	font-size:24px;
}

h2 a:hover {
	color:#09aff9
}

h3 {
	font-size: 18px;
	letter-spacing: -1px;
	color: #555 !important;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 100%
}

h4 {
	font-size:12px;
	font-weight:bold
}

a {
	color:#555;
	text-decoration:none;
	font-weight:bold}

a:focus {
	color:#e01;
	border:none;
	outline:none
}

a:active {
	color:#e01;
	border:none;
	outline:none
}

a:hover {
	color:#09aff9;
	border:none;
	outline:none;
}

/*-----------------------------*/

ul.xoxo {
	list-style-type:none;
	margin:5px 0 0 0;
	padding: 0px;
}

ul.xoxo li {
	border-bottom: 1px dotted #333;
}

ul.archivos {
	list-style-type:none;
	margin:5px 0 0 0;
	padding: 0px;
}

ul.archivos li {
	list-style-type: none;
	border-bottom: 1px dotted #333;
}

p li.archivos {
	list-style-type:none;
}

ul.categorias {
	list-style-type:none;
	margin:5px 0 0 0;
	padding: 0px;
}

ul.categorias li {
	border-bottom: 1px dotted #555;
}

li.links {
	list-style-type:none;
	margin:5px 0 0 0;
	padding: 0px;
}

/*----------------------------*/

.posts {
	font-size: 32px;
	letter-spacing: -1px;
	color: #333 !important;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	line-height: 100%;
	margin: 0 0 30px 0;
	border-bottom: solid 1px #e1e1e1;
}

.posts a {
	font-weight: normal;
	text-decoration: underline;
}

.each-post {
	margin-bottom: 35px;
	padding-bottom: 0px;	
}


.postmetadata {
	font-size: 22px;
	text-transform: uppercase;
	color: #999 !important;
	font-weight: bold;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 100%;	
}

.postmetadata a {
	color: #999;
}

.postmetadata a:hover {
	color:  #03aaf1;
}


/*---------- Search -------------*/

#searchform {
  float:left;
  width:100%;
  margin:0 0 20px;
  padding:0 0 18px;
  -webkit-border-radius:2px;
  -moz-border-radius:2px;
  border-radius:2px;
  }
#searchform .inner {
  padding:0px;
  }
#searchform label {
  display:block;
  padding:0 0 2px;
  font-size:11px;
  line-height:13px;
  color:#999;
  }
#searchform .txt {
  float:left;
  width:110px;
  margin:0;
  padding:2px 5px;
  border:1px solid #ddd;
  border-top-color:#ccc;
  border-right-width:0;
  -moz-border-radius-topleft:2px;
  -webkit-border-top-left-radius:2px;
  border-top-left-radius:2px;
  -moz-border-radius-bottomleft:2px;
  -webkit-border-bottom-left-radius:2px;
  border-bottom-left-radius:2px;
  font:13px/20px "Helvetica Neue",Arial,Sans-serif;
  color:#333;
  }
#searchform .btn {
  background:url("images/magnifying_glass_12x12.png") no-repeat 55% 50%;
  float:left;
  width:20px;
  margin:0;
  padding:2px 0;
  border:1px solid #ddd;
  border-left-width:0;
  -moz-border-radius-topright:2px;
  -webkit-border-top-right-radius:2px;
  border-top-right-radius:2px;
  -moz-border-radius-bottomright:2px;
  -webkit-border-bottom-right-radius:2px;
  border-bottom-right-radius:2px;
  font:15px/20px "Helvetica Neue",Arial,Sans-serif;
  }
  
  /*-----------------AddToAny--------------------*/
  
  .addtoany_share_save_container{margin:16px 0; border-top: dotted 1px #999; text-align: right;}
  ul.addtoany_list{
  	display:inline;
  	list-style-type:none;
  	margin:0 !important;
  	padding:0 !important;
  	text-indent:0 !important;
  }
  ul.addtoany_list li{
  	background:none !important;
  	border:0;
  	display:inline !important;
  	line-height:32px;
  	list-style-type:none;
  	margin:0px !important;
  	padding:0px !important;
  }
  ul.addtoany_list li:before{content:"";}
  ul.addtoany_list li a{padding:0px 5px 0px 0px;}
  ul.addtoany_list img{
  	float:none;
  	border:0;
  	margin:0;
  	padding:0;
  	vertical-align:middle;
  }
  ul.addtoany_list a img{
  	opacity:.7;
  	filter:alpha(opacity=70);
  }
  ul.addtoany_list a:hover img, ul.addtoany_list a.addtoany_share_save img{
  	opacity:1;
  	filter:alpha(opacity=100);
  }
  a.addtoany_share_save img{border:0;width:auto;height:auto;}
  
.twbtn {
	height: 18px;
}  

.social {
	margin: 10px 0 5px 0;
}