
/***********************************************************

	Hoja de estilos: Estilos globales
	Autor: Leo Pecina  //  www.studio33.com.mx
	
************************************************************/



/* --------------------------------------------------------
			Importar archivos
---------------------------------------------------------- */

/* Elimina estilos del navegador */
@import url(reset.css);

/* Importar estilos de composición */
@import url(composition.css);



/* --------------------------------------------------------
			Estilos globales
---------------------------------------------------------- */



body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	background-color: #573e28;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
p {
	font-size:14px;
	line-height:1.6em;
	padding: 0 0 17px 0;
}
h1 {
	font-size:24px;
	line-height:1.6em;
	letter-spacing:-1px;
	font-weight: bold;
	color: #c92d15;
}
h2 {
	font-size:36px;
	line-height:1.6em;
	letter-spacing:-1px;
	font-weight: bold;
	color: #666;
}
h3 {
	font-size:18px;
	line-height:1.6em;
	letter-spacing:-1px;
	font-weight: bold;
	color: #666;
}


/* --------------------------------------------------------
			header
---------------------------------------------------------- */

div#header div#menu {
	padding:208px 0 0 120px;
}



/* --------------------------------------------------------
			content
---------------------------------------------------------- */

div#content div#page {
	width:590px;
	background-image: url(../images/page_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float:left;
	padding:40px 30px 0 131px;
}
div#content div#board {
	width:381px;
	height:550px;
	background-image: url(../images/board_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	float:left;
}
div#content div#board div#date {
	padding:7px 0 0 65px;
}
div#content div#board img#poster {
	padding:7px 0 0 40px;
}
div#content div#board p {
	padding:0 0 0 80px;
}
div#content div#board p a {
	color:#fdd036;
	text-decoration:none;
}
div#content div#board p a:hover {
	color:#fff;
	text-decoration:underline;
}



/* --------------------------------------------------------
			footer
---------------------------------------------------------- */



