 /*
	Theme Name: vdc_espace
	Theme URI: http://www.vidadeunconsultor.com
	Description: Theme created by Consultor Anonimo.
	Version: 1.0
	Author: Consultor Anonimo
	Author URI: http://www.vidadeunconsultor.com
*/

* {
margin:0;
padding:0;
border:1px;
}

body {
 font-family: Arial, Helvetica, sans-serif;
 background-color: #666666;
 background: url(images/background.jpg) repeat-y center;
 font-size: 12px;
}


/* Blog structure */

#wrapper {
	width: 960px;
	margin: auto;
}

#header {
	width: 970px;
	margin: auto;
}

#logo {
	margin: auto;
	height: 240px;
	width: 960px;
}

#navbar {
	width: 960px;
	margin: auto;
	height: 200px;
}

#block1 {
	width: 200px;
	height: 200px;
	margin: 0px 20px;
	float: left;
	background-color: #3366FF;
	display: inline;
}

#block2 {
	width: 200px;
	height: 200px;
	margin: 0px 20px;
	float: left;
	background-color: #668CFF;
	display: inline;

}

#block3 {
	width: 200px;
	height: 200px;
	margin: 0px 20px;
	float: left;
	background-color: #99B3FF;
	display: inline;

}

#block4 {
	width: 200px;
	height: 200px;
	margin: 0px 20px;
	float: left;
	background-color: #CCD9FF;
	display: inline;

}

#maincontents {
	width:970px;
	float: left;
}

#mainpost {
	width:870px;
	margin: auto;
}

#mainbanner {
	width:728px;
	float: left;
}

#mainsidebar {
	width:242px;
	float: right;
}

#faldon {
	width: 970px;
	height: 238px;
	float: left;
	background-color: #333333;
}
#footer {
	width: 960px;
	height: 58px;
	float: left;
}

/* Generales */

p {
	margin: 0px 0px 10px 0px;
	font-size: 12px;
}

h1 {
	margin: 20px 0px 10px 0px;
	font-size: 24px;
}



/* Clases */

.publicidad {
	padding: 5px;
	margin: 5px;
	background-color: #FFFFFF;
	float: left;
}


.fotoizquierda {
	margin: 0px 10px 10px 0px;
	float: left;
}

.fotoderecha {
	margin: 0px 0px 10px 10px;
	float:right;
}

.navbaroptions {
	font-size: 36px;
	font-color: #000000;
}

.post {
	margin: 20px;
}

.postheader {
	background: url(images/posttitlebullet.jpg) no-repeat left;
}

.posttitle {
	font-size: 26px;
	padding: 0px 0px 0px 40px;
}

.postsubtitle {
	font-size: 10px;
	padding: 0px 0px 0px 40px;
}

.postcontent {
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

.postpd {
	font-size: 10px;
	width:150px;
	float: right;
	padding: 0px 5px 0px 0px;
	margin: 0px 40px 10px 0px;
	text-align: right;
	border-top: 1px dotted #3366FF;
}





