/*
Theme Name: Joseymar
Theme URI: http://www.joseymar.es/
Description: Tema personalizado para Jose y Mar.
Version: 1.0
Author: Cesar Alvarez
Author URI: http://www.manantialdigital.com/
*/


/* - general ---------- */

* {
	margin: 0;
	padding: 0;
}
	
body {
	margin: 0;
	padding: 0;
	color: #333;
	text-align: center;
	background: #fff;
	font: normal 11px Verdana, Arial, Helvetica, Sans-serif;
	text-align: center;
}

a {
	color: #b83b3b;
	text-decoration: none;
}
	
a:hover {
	color: #b83b3b;
	text-decoration: none;
}

h1 {
  display: none;
}

h2 {
	margin: 12px 0 15px 0;
  text-transform: uppercase;
	color: #b83b3b;
  font-size: 18px;
}

h3 {
	margin: 24px 0 10px 0;
  font-size: 18px;
}
	
p {
	padding: 0 1px 12px 1px;
}


/* - container --------------------- */
	
#container {
	background: #fff url('img/bg-header.jpg') center top no-repeat;
	width: 822px;
	\width: 842px;
	w\idth: 822px;
	margin: 25px auto;
	padding: 300px 0px 0px 0px;
}	


/* - content --------------------- */
	
#content { 
  background: #fff url('img/bg-content.gif') center repeat-y;
  width: 822px;
	\width: 842px;
	w\idth: 822px;
	/*padding-right: 2px;*/
	text-align: left;
}


/* - sidebar --------------------- */
	
#sidebar {
	float: left;
	width: 250px;
	margin: 20px 0 0 0;
	padding: 0 0 200px 0;
	text-align: left;
}

#sidebar img {

	margin-top: 40px;
	margin-left: 40px;
}

#sidebar ul {
	margin: 24px 12px 16px 0px;
	text-align: left;
	list-style-type: none;
}
  
#sidebar ul a {
	padding: 9px 10px 9px 43px;
	display: block;
	text-decoration: none;
	color: #424343;
	width: 151px;
	\width: 204px;
	w\idth: 151px;
  font-size: 13px;
  font-weight: bold;
}

#sidebar a.current, #sidebar a:hover {
	color: #b83b3b;
}


/* - main ----------------------- */
		
#main {
	width: 410px;
	float: left;
	padding: 10px 0 40px 13px;
	line-height: 170%;
}
	
#main ul {
	padding: 0 1px 12px 1px;
	margin-left: 0px;
	list-style-type: none;
}
	
#main ul li {
	background: url(img/bullet.gif) 0px 7px no-repeat;
	padding-left: 14px;
	padding-bottom: 10px;
}


/* - footer ----------------------- */
	
#footer {
	background: #fff url('img/bg-footer.gif') center top no-repeat;
	margin: 0;
	padding: 0;
  height: 98px;
}

#footer p {
  padding: 50px 0 0 150px;
}
	
#footer a {
	text-decoration: none;
}
	
#footer a:hover {
	text-decoration: none;
}
	

/* - clearfix ----------------------- */
	
.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

/*.clearfix {display: inline-table;}

Hides from IE-mac 
* html .clearfix {height: 1%;}
.clearfix {display: block;}
End hide from IE-mac */

.clearfix {display:inline-block; overflow: hidden;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

.floatclear {
overflow: hidden;
}

* html .floatclear {
	height: 1%;
}


