/*
Theme Name: Blank 1 sidebar - left (theme development)
Theme URI: http://wordpress.org/
Description: 
Version: 1.0
Author: Anna
Author URI: 
Tags: empty, clean, development, design

	Based on Kubrick v1.5
	 http://binarybonsai.com/kubrick/
	The Kubrick theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

/* -- just some ugly styling to make it easier to get started, can safely be removed */


/* - BASIC STUFF - */
body {
	color:#cdccca;
	padding:0;
	background-color: #f2f4f3;
	background-image: url(images/ftop.jpg);
	background-repeat:  repeat-x;
	background-position: top;
	margin-top: 20;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 11pt;
}
a {
	text-decoration:none;
	color: #fdc50b;
}
a:hover {
	text-decoration:none;
	color: #666666;
}
.additional-meta {font-size: xx-small}
blockquote {font-style:oblique}

/* -- LISTS -- */
ul {margin:0;padding:0;}
ul li {	margin-left:5px;padding:0;}
li {list-style-type:none;}
.disc {list-style-type:disc}
/* lists inside posts */
.entry-content ul ol {margin-left:0;}
.entry-content ul li {margin-left:10px; list-style:disc; list-style-position:outside}
.entry-content ul li ol {margin-left:10px;}
.entry-content ol li {margin-left:5px; list-style: decimal; list-style-position:outside}
.entry-content ol li li {margin-left:5px;}

/* -- HEADINGS -- */
h1,h2,h3,h4,h5,h6 {margin:0;padding:0;}
h2.entry-title {font-size:180%;}
h2#comments{margin:20px auto 10px;font-size:140%;}
/* headings inside posts */
.entry-content h3 {
	font-size:140%;
	padding-bottom: 15px;
}
.entry-content h4 {
	font-size:120%;

}
.entry-content h5 {font-size:100%;}
.entry-content h6 {font-size:90%;}

/* -- MAIN DIV'S -- */
#wrapper {
	float:none;
	clear:both;
	padding:0;
	width:1000px;
	background-color: #2f3031;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/wrapper.jpg);
	background-repeat: repeat-y;
}
#header {
	height:375px;
	text-align:center;
	padding-top: 13px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: right;
	width: 752px;
	margin: 0;
}
#header h1 {
	text-align:center;
	visibility: hidden;
}
#header h2 {
	text-align:center;
	visibility: hidden;
}


#footer {
	height:30px;
	overflow:hidden;
	width: 980px;
	background-image: url(images/pie.jpg);
	background-repeat: repeat-x;
	color: #bdb9b9;
	padding-top: 10px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-position: top;
}

/* -- POSTS -- */
.post-index {margin:0 0 10px;}
#post-single {margin:0 0 20px;}
.posts-wrap {
	float:right;
	clear:none;
	width:683px;
	padding-top: 20px;
	padding-right: 35px;
	padding-bottom: 20px;
	padding-left: 35px;
}

/* -- SIDEBARS --*/
.sidebar-wrap {
	overflow:hidden;
	width:245px;
	background-color: #2f3031;
	margin-top: -388px;
	float: left;
	background-image: url(images/f-logo.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.block-1 {
	padding-left: 12px;

}



.sidebar {
	width:245px;
	clear:none;
	background-image: url(images/sidebar.jpg);
	background-repeat:  repeat-y;
	background-position: top;
}
.menu a {
	background-image: url(images/Iconito.jpg);
	background-repeat: no-repeat;
	background-position: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9c9b9b;
	text-decoration: none;
	display: block;
	height: 24px;
	background-color: #2f3031;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #444546;
	padding-top: 12px;
	padding-left: 30px;
	text-transform: uppercase;
	font-weight: bold;
	margin-left: -29px;
}
.menu a:hover {
	background-image: url(images/Iconito2.jpg);
	background-repeat: no-repeat;
	background-position: 15px;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	display: block;
	height: 24px;
	background-color: #fdc50b;
	padding-top: 12px;
	padding-left: 30px;
	text-transform: uppercase;
	font-weight: bold;
}
.direccion {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #fdc50b;
	background-color: #2F3031;
	padding-top: 60px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

/* -- 404-PAGE --*/
.error404 {margin:0;width:100%;}
.error404 h1,.error404 h2 {margin: 10px auto;}

/* -- COMMENTS -- */
div.comments-wrap {margin:15px auto; padding:0;}
li.comment,li.trackback, li.pingback {margin: 10px auto;}
ul.children {margin-left:10px;}
ul.commentlist, ul.pinglist {margin:10px 0;}
div.reply {}
textarea#comment {overflow:auto}

/* -- ALIGNMENTS --*/
img.alignright {float:right;clear:none;margin:0 0 1em 1em}
img.alignleft {float:left;clear:none;margin:0 1em 1em 0}
img.aligncenter {display: block; margin:1em auto; text-align:center}
img.alignnone {margin:0 0.5em 0 0;}

/* -- NAVIGATION --*/
div.navigation {width:100%;height:auto;float:left;clear:both;padding: 10px 0px;}
.navigation-index {}
.nav-next {float:right;clear:none;width:48%; text-align:right;}
.nav-prev {float:left;clear:none;width:48%; text-align:left;}
h2 {
	font-size:16px;
	color: #FDC50C;
	text-transform: uppercase;
}
h3 {
	font-size:13px;
	color: #FDC50C;
	text-transform: uppercase;
}
.linklove {
	visibility: hidden;
}
.adress {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FDC50C;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-left: 0px;
	line-height: 20px;
}
