/*
	CSS principal del sitio Yagarasu.com
		versión del 28 / 05 / 2010
		Por: Yagarasu (http://www.yagarasu.com)
*/

body {
	font-family: sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background: url('background.jpg') repeat-x;
}

a {
	color: #0071bc;
	text-decoration: none;
}
a:hover {
	color: 000;
}

#container {
	position: relative;
	min-height: 100%;
	width: 100%;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	background: url('footer.jpg') bottom repeat-x;
}

/* HEADER inicia */
#header {
	margin-left: auto;
	margin-right: auto;
	width: 850px;
	height: 345px;
	background: url('header.jpg') no-repeat;
}

#header ul {
	position: absolute;
	margin: 0px;
	top: 37px;
	padding: 0px;
	list-style: none;
}

#header ul li {
	display: inline;
	float: left;
	font-size: 14px;
}

#header ul li a {
	display: block;
	width: 100px;
	border-left: 3px solid #0071bc;
	padding-left: 5px;
	color: #FFF;
	letter-spacing: 3px;
}

#header ul li a:hover {
	border-left: 3px solid #FFF;
	color: #0071bc;
}
/* HEADER termina */

/* CONTENT inicia */
#content {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 850px;
}

#splash {
	position: absolute;
	top: -235px;
	left: 20px;
	width: 810px;
	height: 210px;
	background: #CCC;
	clear: both;
}

#sections {
	float: left;
	width: 330px;
}

#sections ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#sections ul li a {
	display: block;
	width: 330px;
	height: 110px;
	text-align: right;
	font-size: 25px;
	color: #000;
	
}

#sections ul li a:hover {
	color: #0071bc;
}

#sections ul li a span {
	position: relative;
	margin-left: 100px;
	margin-right: 20px;
	top: 25px;
}

#menu_blog a { background: url('mnuBlog.jpg') no-repeat; }
#menu_blog a:hover { background: url('mnuBlog_H.jpg') no-repeat; }
#menu_videolog a { background: url('mnuVideolog.jpg') no-repeat; }
#menu_videolog a:hover { background: url('mnuVideolog_H.jpg') no-repeat; }
#menu_galeria a { background: url('mnuGaleria.jpg') no-repeat; }
#menu_galeria a:hover { background: url('mnuGaleria_H.jpg') no-repeat; }
#menu_proyectos a { background: url('mnuProyectos.jpg') no-repeat; }
#menu_proyectos a:hover { background: url('mnuProyectos_H.jpg') no-repeat; }
#menu_diseno a { background: url('mnuDiseno.jpg') no-repeat; }
#menu_diseno a:hover { background: url('mnuDiseno_H.jpg') no-repeat; }
#menu_encuadernado a { background: url('mnuEncuadernado.jpg') no-repeat; }
#menu_encuadernado a:hover { background: url('mnuEncuadernado_H.jpg') no-repeat; }

#twitter {
	float: right;
	width: 200px;
	background: url('twitter_mid.jpg') repeat-y;
}

#twitter .head h1 { display: none; }

#twitter .head { background: url('twitter_top.jpg') no-repeat; height: 27px; }
#twitter .content { margin-left: 12px; }
#twitter .foot { background: url('twitter_bot.jpg') no-repeat; height: 17px; }

#intro {
	float: left;
	width: 300px;
	position: relative;
}
#intro * {
	margin: 0px;
	padding: 0px;
}

#intro h1 {
	display: none;
}

#intro p {
	margin: 0px 10px 0px 10px;
}

#intro .foot a {
	display: block;
	margin-right: 10px;
	position: relative;
	top: -15px;
	right: 15px;
	width: 100%;
	text-align: right;
}

#intro .head { background: url('intro_top.jpg') no-repeat; height: 25px; }
#intro .content { background: url('intro_mid.jpg') repeat-y; min-height: 150px;}
#intro .foot { background: url('intro_bot.jpg') no-repeat; height: 18px; }

#recentposts {
	float: left;
	width: 300px;
}

#recentposts * {
	margin: 0px;
	padding: 0px;
}

#recentposts h1 {
	display: none;
}

#recentposts .recentpost {
	margin: 0px 15px 0px 15px;
	padding: 10px 0px 10px 0px;
}

#recentposts .recentpost h2 {
	font-size: 14px;
	color: #666;
	border-bottom: 1px solid #ccc;
}

#recentposts .recentpost .recentpost_content { margin-top: 15px; }

#recentposts .head { background: url('postsr_top.jpg') no-repeat; height: 25px; }
#recentposts .content { background: url('intro_mid.jpg') repeat-y; min-height: 150px;}
#recentposts .foot { background: url('intro_bot.jpg') no-repeat; height: 18px; }

#recentposts .recentpost_readmore span { display: none; }
#recentposts .recentpost_readmore {
	margin-top: 20px;
	margin-left: auto;
	display: block;
	width: 130px;
	height: 40px;
	background: url('more_btn.jpg') top;
	
}
#recentposts .recentpost_readmore:hover { background-position: bottom; }

/* CONTENT termina */

/* FOOTER inicia */
#footer {
	margin-left: auto;
	margin-right: auto;
	width: 850px;
	clear: both;
	height: 130px;
	color: #FFF;
}

#socialnet {
	float: right;
	margin-right: 20px;
}

#socialnet ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#socialnet ul li {
	display: inline;
	float: right;
	margin: 3px;
}

#socialnet ul li a {
	display: block;	
	width: 50px;
	height: 50px;
}

#socialnet ul li span { display: none; }

#social_twitter a { background: url('btnTwitter.jpg'); }
#social_twitter a:hover { background: url('btnTwitter_H.jpg'); }
#social_deviantart a { background: url('btnDeviantart.jpg'); }
#social_deviantart a:hover { background: url('btnDeviantart_H.jpg'); }
#social_youtube a { background: url('btnYoutube.jpg'); }
#social_youtube a:hover { background: url('btnYoutube_H.jpg'); }

#socialnet h1 {
	font-size: 12px;
	text-align: right;
}

#copyleft {
	width: 630px;
	float: left;
	text-align: center;
}
#copyleft p {
	margin-left: 20px;
	margin-right: 20px;
}
/* FOOTER termina */
