/*
Theme Name: Alfons Tost Theme
Theme URI: http://www.alfonstost.com
Description: Un theme creado para la página www.alfonstost.com por Marcos de la Torre (Sicalipsis) y Naoise Golden (Wikaina)
Version: 1.0
*/

/*************************************
 +Hn
 *************************************/
 h1, h2, h3{
	font-family : 'Neuton', Georgia, Times New Roman, serif;
	letter-spacing : 0;
	text-transform : lowercase;
	color : #292929;
	font-weight : normal;
	font-size : 1.8em;
}
h2{
	text-align: right;
	margin: 5px 0 0 0;
	.margin-bottom: -7px; /*IE*/
	_margin-bottom: 0px; /*IE*/
	padding: 22px 0 0 0;
	.padding-bottom: 7px; /*IE*/
	_padding-bottom: 0px; /*IE*/
	height: 22px;
	color: #c5c6c8;
}
h2 a{
	color: #c5c6c8;
	text-decoration: none;
}
h2 a:hover{
	color: #68696b;
}
h2 span{
	color: #68696b;
}
h3{
	color: #68696b;
	font-size: 1.3em;
	margin-top: 6px;
	margin-bottom: 10px;
}
h4{
	font-size: 0.95em;
	margin: 5px 0px 5px 0px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}
/*************************************
 +Containers
 *************************************/
 /* mac hide \*/
html,body{
	margin:0px;
	padding:0px;
}
/* end hide*/
body{
	margin:0px;
	padding:0px;
	color:#68696b;
	font-family : 'Neuton', Georgia, Times New Roman, serif;
	font-size : 62.5%;
	line-height : 1.6em;
}
#container {
	/*margin: 60px auto auto auto;*/
	margin: 55px auto auto 0px;
	width: 960px;
	padding: 0px;
}
#nav{
	float: left;
	width: 210px;
	margin: 0px;
	padding: 0px;
}
#content{
	float: left;
	width: 700px;
	margin: 0px;
	padding: 0px;
}
.col150{ /*Se utiliza en bloques de texto como en about*/
	float: left;
	width: 150px;
	margin: 20px 0 0 25px;
	_margin-left: 20px;
	padding: 0px;
}
.col500{
	float: left;
	width: 500px;
	margin: 20px 0 0 25px;
	_margin-left: 13px;
	padding: 0px;
}
.col700{
	float: left;
	width: 700px;
	margin: 2px 0 0 25px;
	_margin-left: 10px;
	padding: 0px;
}
/*************************************
 +Header
 *************************************/
#header{
	margin: 0px;
	padding: 0px;
}
#header h1{
    text-indent: -9999px;
	margin: 0px;
	padding: 0px;
	width: 210px;
	height: 45px;
	display: block;
}
#header h1 a{
	background: url("images/logo.png") no-repeat top left;
	display: block;
	width: 210px;
	height: 45px;
}
#header h1 a:hover{
	text-decoration: none;
	background-position: bottom left;
}
#header .description {
	padding: 0px;
	display: none;
}
/*************************************
 +Navigation
 *************************************/
#nav ul{
	font-size: 1.6em;
	text-align:right;
	margin: 15px 0 0 0;
	text-transform: lowercase;
	list-style:none;
	padding: 0px;
	color: #c5c6c8;
}
#nav ul li.current-menu-item, #nav ul li.current-menu-item a{
	color: #68696b;
}
#nav ul li{
	margin: 0;
	line-height: 1.6em;
}
#nav ul li a{
	color: #c5c6c8;
	text-decoration: none;
}
#nav ul li a:hover{
	color: #68696b;
}
#nav ul li.menu-social{
	float: right;
	width: 32px;
	height: 32px;
	margin: 15px 0 0 5px;
}
#nav ul li.menu-social a{
	display: block;
	width: 32px;
	height: 32px;
	font-size: 0;
	zoom: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	filter: alpha(opacity=20);
	opacity: .2;
}
#nav ul li.menu-social a:hover{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: .5;
}
#nav ul li.menu-social.facebook a{
	background-image: url(../../uploads/facebook.png);
}
#nav ul li.menu-social.pinterest a{
	background-image: url(../../uploads/pinterest.png);
}
#nav ul li.menu-social.twitter a{
	background-image: url(../../uploads/twitter.png);
}
	
/*************************************
 +Content
 *************************************/
#content{
	color: #292929;
	font-size: 1.3em;
	text-align: justify;
}
#content p{
	margin: 0 0 5px 0;
}
#content p.date{
	color: #c5c6c8;
	font-style: italic;
	margin-bottom: 0;
}
ul.matriz150{ /*Se utiliza en las matrices de imgs*/
	float: left;
	margin: 0px;
	_margin-left: -25px; /*IE6*/
	padding: 0px;
	list-style-type: none;
	font-size : 0.85em;
}
	ul.matriz150 li{
		margin: 20px 0 0 25px;
		width: 150px;
		float: left;
	}
	ul.matriz150 li a{
		display: block;
		width: 150px;
	}
	ul.matriz150 li img{
		width: 150px;
		margin-bottom: 5px;
		display: block;
	}
.col150 ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
	.col150 ul li{
		margin-left: 0;
		text-align: right;
	}
#content a{
	color: #ff0044;
}
#content a:hover{
	text-decoration: none;
}
#content #contact p{
	text-align: right;
	margin: 0;
}
a img {
	border: none;
}
img {
	display: block;
	background: transparent url("images/progress.gif") no-repeat center center;
	margin-bottom: 10px;
}
/*************************************
 +Blog
 *************************************/
.entry{
	margin: -3px 0 40px 0;
}
.entry .entryheader{
	border-bottom: 1px solid #e2e2e3;
}
.entry .entryheader .date{
	color: #68696b;
}
.entry .entryheader .category a{
	color: #c5c6c8 !important;
	float: right;
	text-decoration:none;
}
.entry .entryheader .category a:hover{
	color: #ff0044 !important;
}
.entry h3{
	color: #ff0044;
}
#entrynavigation{
}
#entrynavigation #olderentries {
	float: left;
}
#entrynavigation #newerentries {
	float: right;
	margin-bottom: 25px;
}

/** añadido por naoise */
.widget_categories h3 {
	display:none;
}
#content #press {
	text-align: right;
}