/*
Theme Name: pabloFabregat Theme
Theme URI: http://www.pablofabregat.com.ar/
Description: Versión 1 del template para pablofabregat.com.ar
Version: 1
Author: Pablo Fabregat | Silvestre Herrera
Author URI: http://www.pablofabregat.com.ar/
Tags: widgets

	pabloFabregat Theme
	 http://www.pablofabregat.com.ar

	Este tema está arrancado desde Kubrick hecho por Michael Heilemann,
	del css ya no hay nada, solo parte del código.

	http://www.opensource.org/licenses/gpl-license.php
*/

@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	margin-top: 50px;
	font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #2e3436;/*888a85;*/
	font-size: 14px;
	}

body a {
	color: #729fcf;
	text-decoration:none;
	}

body a:hover {
	color: #9fd768;
	}


#page {
	width:	735px;
	margin: 0px auto;
}

.header {
	background: url(images/logo.png) no-repeat 15px 0px;
	height: 110px;
	padding: 46px 0px 10px 0px;
}

#headerSeccion {
	height: 110px;
}

	#headerSeccion a, #headerSeccion a:active, #headerSeccion a:hover, #headerSeccion a:visited 
		 {
		border: none;
	}
	.headerProyectos { 	background: url(images/header_proyectos.png) no-repeat; }
	.headerContacto { 	background: url(images/header_contacto.png) no-repeat; }
	.headerPortfolio { 	background: url(images/header_portfolio.png) no-repeat; }	
	.headerCV { 	background: url(images/header_cv.png) no-repeat; }
	.linkHeader {  cursor:pointer; position: relative; top: 55px; height: 31px; float: left;} 
	
	#linkProyectos { left: 167px; width: 202px; }
	#linkPortfolio { left: 172px; width: 108px; }
	#linkContacto { left: 177px; width: 125px; }
	#linkCV { left: 182px; width: 108px; }
	
.search {
	background-image:url(images/searchBg.png);
	background-repeat:no-repeat;
	width:312px;
	height:55px;
	position:relative;		
	top:237px;				
	left:13px;				
	}
	
.postsContainer {
	margin-top: 30px;
	padding: 0px 0px 0px 20px;
	text-align: justify;
	}
	


.sidebar {
	}

#sidebar_content {

	}

#footer {
	text-align: center;
	padding: 0px;
	font-size: 10px;
}
/********************************************/
/*					posts					*/
/********************************************/

.post, #commentDiv {
		margin: 0px auto 30px auto;
		width: 643px;
	}
	.post h2 {
		margin: 0px;
		font-size: 20px;
		font-family: Verdana ,"Trebuchet MS", Arial, Helvetica, sans-serif;		
		text-transform: uppercase;
		font-weight: bold;
	}
	.post h2 a, .post h2 a:visited{
		color: #da5959;	
	}
	
	.post h2 a:hover {
		color: #729fcf;	
	}


/*// entry */
.entry { padding: 0px 10px 0px 10px; }

.postmetadata { font-size: 10px; color: #888a85; } 

.navigation { clear: both; height: 20px; }
.alignleft { float: left; }
.alignright { float: right; }

/*
COMENTARIOS
*/
#commentDiv input, #commentDiv textarea {
	border: 1px solid gray;
	font-size: 0.8em;
	background-color: #fff;
}

#commentDiv input:focus, #commentDiv textarea:focus {
	border: 1px solid gray;
	background-color: #494949;
	color: #fff;
	font-weight: bold;
}


/****************************************************/
/* Portfolio 										*/
/****************************************************/
.imgPortfolio {
	background: transparent url(images/portBack.png) no-repeat;
	width: 602px;
	height: 302px;
	margin:	-12px auto -22px;
	padding: 12px;
}

.imgPortfolio img{
	width: 579px;
	height: 281px;
	margin: 0px auto;
}



/*download button*/
.download {
		background: #EFEFEF url('images/download.png')  left no-repeat;
		border: 1px solid #cacaca; 
		width: 25%;
		margin: 0px auto;
		padding: 10px 10px 10px 128px;
		text-align: right;
	}
		.download p {
			text-align: center;			
		}
