/*   
Theme Name: StyloGraff Theme
Theme URI: http://www.stylograff.com
Description: Theme de StyloGraff
Author: StyloGraff
Author URI: http://www.stylograff.com
Version: 1
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

body, html{
	  font-family: "Century Gothic", Helvetica;
	  background: #fada26;
}


#wrapper {background: #FFF;}


#header{
	height: 145px;
	width: 100%;
	background: url(images/header-bg.png) repeat-x;
}

.wrap{
  width: 960px; margin: 0px auto;	
}

	/* ---------------------------*/ 
	/* LOGO						  */

	#logo{
		padding: 30px 0 0 30px;
		height:93px;
		width: 400px;
		float: left;
	}


	#social{
		background: url(images/social.png) no-repeat;
		width: 224px;
		height: 40px;
		float: right;
		margin-right: 25px;
		margin-top: 45px;
	}
		
	#social .boton{
		display: inline-table;
		text-indent:-9000%;
		width: 40px;
		height: 40px;
	}

	/* ---------------------------*/ 
	/* NAVIGATION				  */
	
	#navbar{
		height:22px;
		width: 680px;
	  float: left;
	} 
	
		#navtabs { 
	    list-style: none; 
	    font-size: 14px; 
		} 
 
		#navtabs li { 
			display: inline;
			margin-left: 25px;
		} 
	 	 
		#navtabs li.last-active { 
			font-weight: bold;
		} 
	
	
		#navtabs li a { 
			text-decoration: none;
			text-align: center;
 	   color: #000; 
		} 

		#navtabs li a:hover{
			font-weight: bold;
		}



	/* ---------------------------*/ 
	/* FOOTER 					  */
		

	#footer{
		background: url(images/footer-bg.png) repeat-x #fada26;
		width: 100%;
		height: 28px;
		clear: both;
		padding-top: 10px;
	}


	#footer-contacto{
		background: url(images/footer-bg2.png) repeat-x #fada26;
		width: 100%;
		height: 200px;
		clear: both;
		padding-top: 10px;
	}
	
	#copy {
		float: right;
		margin-right: 20px;
		clear: both;
	}

	
	

#contacto-inicio{
	width: 100%;
	height: 142px;
	clear: both;
	color: #FFF;
	padding-left: 25px;
	padding-top: 30px;
	font-size: 14px;

}

#contacto-inicio p.titulo{
	margin-bottom: 15px;
	font-weight: bold;
}

	#contacto-inicio textarea {
		color: #FFF;
		width: 245px;
		max-height: 85px;
		max-width: 245px;
		height: 85px;
		border: none;
		-moz-border-radius: 10px;
		border-radius: 10px;
		background-color:rgba(100,100,100,0.5);
	}
	#contacto-inicio input {
		color: #FFF;
		margin-bottom: 20px;
		border: none;
		width: 245px;
		max-width: 245px;
		height: 18px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		background-color:rgba(100,100,100,0.5);
	}
	
	#contacto-inicio input[type=submit] { 
		width: 71px;
		height: 20px;
		background: transparent;
		margin-top: 67px;
		margin-left: -90px;
		position: absolute;
		color: #f4ce00;
		border: none;
		font-weight: bold;
		cursor: pointer;
	}

#contacto-inicio li span{
	float: left;
	margin-left: 185px;
	margin-top: -18px;
}

#contacto-inicio li{
	list-style: none;
	height: 18px;
	display: block;

}

#contacto-inicio li label{
	float: left;
	width: 175px;
}


.contact-left{
	float: left;
	width: 480px;
}

.contact-right{
	float: right;
	width: 480px;
}





	/* ----------------------------*/ 
	/* CONTENIDO PRINCIPAL		   */


#center{
	background: #fff;
	margin-top: 20px;
}


#content{
	width: 650px;
	padding: 20px;
}

img{
	border: none;
}

#center h2{
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 25px;
}

#center p{
	font-size: 13px;
	line-height: 16px;
	margin-bottom: 15px;
}


#center a{
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

#center a:hover{
	text-decoration: underline;
}

#center #welcome{
	width: 500px;
	padding: 15px;
	margin-right: 5px;
}

#center #welcome p{
	font-size: 16px;
	line-height: 28px;
}

#center #trabajos{
	width: 380px;
	padding: 15px;
	padding-left: 30px;
	padding-right: 0;
	margin-bottom: 30px;
}



.inline-block{
	display: inline-block;
	vertical-align: top;
}


.separador{
	height: 30px;
}


	#main {
		float:left;
		width:650px;
	}

	#main p{
		font-family: Verdana, Helvetica;
		font-size: 12px;
		text-align: justify;
		color: #636363;
	}
	
	#main p.more{
		text-align: right;
	}
	
	#main a{
		color: #636363;
	}




.quien-images{
	float: left;
	width: 130px;
	height: 330px;
	background: url(images/quienes-somos.png) no-repeat;
}


.quien-texto{
	float: left;
	width: 500px;	
	text-align: justify;
}

.sep{
	width: 300px;
	height: 40px;
}




#content h3{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 20px;
}

#content .que{
	float: left;			
	margin-left: 100px;
	list-style: none;
	margin-bottom: 30px;
}

#content .que li{
	display: block;
	font-size: 14px;
}

	/* Sección Que hacemos */

	
	#main.que{
		margin-left: -1px;
		padding-top: 25px;
	}
	
	#main.que .title{
		position: relative;	
		margin-left: 55px;
		width: 100px;
		margin-bottom: 20px;
	}

	
	#box.que {
		float: left;
		width: 600px;
		margin-bottom: 30px;
		height: 65px;

	}
	
	#box.que p.titulo {
		float: left;
		font-weight: bold;
		font-size: 12px;
	}
	
	#box.que ul.contenido{
		float: left;			
		margin-left: 200px;
		position: absolute;
		width: 350px;
		font-family: Verdana, Helvetica;
		font-size: 12px;
		color: #636363;
		list-style-type: none;
	}
	
	#box.que ul.contenido li{
		width: 170px;
		float: left;
				font-size: 12px;
	}
	
	
	
	/* Sección Trabajos */

	
	
	#pagination {
		position: relative;
		float: left;
		width: 600px;
		margin-top: 50px;
		text-align: left;
	}


	#pagination ul li{
		display: inline;
		list-style-type: none;

	}

	#pagination li{
		margin-right: 10px; 
	}

	#pagination a{
		border: none;
		text-decoration: none;
	}	
	
	#listado li.page_item{
		font-family: Verdana;
		color: #636363;
		list-style-type: circle;
	}
	
	#pagination img{
		border: solid 1px;
		-moz-border-radius: 5px;
		border-radius: 5px;

	}
	
	
#content .descripcion p{
	margin: 0;
}
	

#content .trabajos-portada img{

	margin-right: 30px;
	margin-bottom: 40px;
			border: solid 1px;
		-moz-border-radius: 10px;
		border-radius: 10px;
}	
	
	
	/* Sección Contacto */

	#main.contacto{

	}
	
	#main img.title{
		float: left;
		position: absolute;
		margin-top: 20px;
		margin-left: 60px;
	}
	

	
	.contacto {
		font-size: 14px;
		font-family: Verdana, Helvetica;
		color: #000;		
	}
	
	
	.contacto textarea {
		border: none;
		width: 295px;
		max-height: 200px;
		max-width: 295px;
		height: 200px;
		border: solid 1px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
	.contacto input {
		margin-bottom: 20px;
		border: none;
		width: 295px;
		max-width: 295px;
		height: 18px;
		border: solid 1px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
	
	.contacto .texto-info p {
		text-align: right;
		margin-right: 10px;
		font-family: Verdana, Helvetica;
		font-size: 11px;
		clear: left;
	}
	
	.contacto input[type=submit] { 
		width: 71px;
		height: 18px;
		margin-top: 30px;
		margin-left: 230px;
		background: #fff;
		border: solid 1px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}

.contacto li span{
	float: left;
	margin-left: 335px;
	margin-top: -20px;
}

.contacto li{
	list-style: none;
	height: 20px;
	display: block;
	margin-bottom: 40px;
}

.contacto li label{
	float: left;
}

	/* Blog */



	
	.post{
		width: 650px;
		margin-top: 10px;
	}	

.blog h1{
	color: #636363;
	font-size: 18px;
	font-weight: bold;
	margin: 25px;
}


	.post h2 {
		color: #636363;
		font-family: Verdana, Helvetica;
		font-size: 16px;	
		margin-left: 100px;
		padding-left: 30px;	
		margin-bottom: 10px;
	}
	
	.post h2 a{
		text-decoration: none;
	}
	
	.post img {
		margin-left: 100px;
	}

	.post a{
		color: #636363;
	}
		
	.entry {
		padding-left: 30px;
		padding-right: 30px;
		color: #636363;
		font-family: Verdana, Helvetica;
		font-size: 12px;
		text-align: justify;
		margin-bottom: 20px;
	}
	
	.entry li{
		margin-left: 30px;
	}
	
	.entry p{
		margin-bottom: 10px;
	}

	.blog p.wp-caption-text{
		font-size: 10px;
		margin-bottom: 20px;
		color: #9f9f9f;
		text-align: left;
		padding-left: 100px;
		width: 500px;

	}
	
	.blog p.fecha{
		font-size: 12px;
		font-family: Verdana, Helvetica;
		font-weight: bold;
		text-align: left;
	}

	/* Meta */

	.blog p.info{
		font-size: 10px;
		font-family: Verdana, Helvetica;
		color: #9f9f9f;
		text-align: left;
	}
		
	.blog p.fondo{
		padding-top: 80px;
		font-size: 12px;
		font-weight: bold;
		font-family: Verdana, Helvetica;
		text-align: left;
		margin-bottom: -10px;
	}

	.blog p.fondo a{
		text-decoration: none;
	}
	
		
	.blog span.fondo{
		font-size: 20px;
		font-weight: bold;
		font-family: Verdana, Helvetica;
		text-align: left;
	}	
	
	
	.meta {
		background-color: #f5d425; 
		-moz-border-radius-topleft: 10px;
		-moz-border-radius-bottomright: 10px; 
		-webkit-border-top-left-radius: 10px; 
		-webkit-border-bottom-right-radius: 10px; 
		padding-top: 10px;
		padding-left: 5px;
		padding-right: 5px;
		padding-bottom: 10px;
		float: left;
		position: absolute;
		width: 90px;
		height: auto;
		min-height: 140px;
	}
	
	
	#abajo{
		margin-left: 2px;
		float:left;
		width:645px;
	}


	.blog blockquote p {
		padding-left: 60px;
		font-style: italic;
		color: #9f9f9f;
		background: url(images/blockquote.png) no-repeat left top;
	}


	pre{
		border: #f5d425 5px solid;
		width: 450px;
		padding-right: 30px;
		padding-top: 50px;
		padding-left: 50px;
		padding-bottom: 10px;
		background: #f5f0d6 url(images/code.png) no-repeat left top;
		margin-bottom: 10px;
	}

	.entry code{
			font-family: 'Lucida Console', Monaco, monospace;
		color: #767676;
		font-size: 14px;

	}
	
	/* Comentarios */
	
	#respond{
		margin-left: 30px;
		padding-left: 30px;
		padding-right: 30px;
		color: #636363;
		font-family: Verdana, Helvetica;
		font-size: 12px;
		text-align: justify;
	}
	
	#respond p{
		padding-right: 30px;
	}
	
	#respond h2{
		font-size: 14px;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	
	#comments{
		margin-left: 30px;
		padding-left: 30px;
		padding-right: 30px;
		color: #636363;
		font-family: Verdana, Helvetica;
		font-size: 14px;
		text-align: justify;
		margin-bottom: 20px;
	}
	
	.pingback{
		margin-left: 30px;
		padding-left: 30px;
		padding-right: 30px;
	}
	
	
	#respond input {
		margin-bottom: 20px;
		border: none;
		width: 195px;
		max-width: 195px;
		height: 18px;
		padding-left: 5px;
		background: #FFF;
		border: solid 1px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
	
	#respond input[type=submit] {
		width: 71px;
		height: 18px;
		margin-top: 10px;
		margin-right: 12px;
		margin-bottom: 40px;
		border: solid 1px;
		-moz-border-radius: 5px;
		border-radius: 5px;

	}
	
	#respond textarea {
		border: none;
		width: 353px;
		max-height: 160px;
		max-width: 353px;
		height: 160px;
		padding: 5px 5px 5px 5px;
		border: solid 1px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
	
	


	/* ---------------------------*/ 
	/* COLUMN RIGHT 	  */

	#sidebar{ 
		position: relative;
		float: right;
		margin-top: 20px;
		margin-bottom: 15px;
		width:242px;
		padding-right: 20px;
	}
	
	#sidebar p{
		font-family: Verdana, Helvetica;
		font-size: 14px;
		text-align: left;
		color: #636363;
		margin-bottom: 5px;
	}
		
	#sidebar ul{
		list-style-type: none;
	}
	
	#sidebar li{
		font-family: Verdana, Helvetica;
		color: #636363;
		list-style-type: none;
	}
		
	
	.bloque{
		margin-bottom: 20px;
	}
	
	.badge {
		width: 240px;
		border: solid 1px #A9A9A9;
	}
	
	.badge img {
		margin: 5px 5px 5px 5px;
		border: none;
	}
	
	.aktt_tweets {
		font-family: Verdana, Helvetica;
		font-size: 12px;
		text-align: left;
		color: #636363;
		margin: 10px 10px 10px 10px;
	}
	
	
	
	#sidebar h2 {
		font-family: Verdana, Helvetica;
		font-size: 18px;
		font-weight: bold;
		color: #636363;
	}
	
	#sidebar p {
		font-family: Verdana,Helvetica;
		font-size: 14px;
		color: #636363;
	}
	
	#sidebar a {
		font-family: Verdana,Helvetica;
		text-align: left;
		color: #636363;		
	}
	
	#sidebar a:hover {
		color: black;
	}
	

	.bloque li{
		margin-bottom: 10px;
	}
	#sidebar .bloque li a{
		color: #33ccff;
	}

	#sidebar .bloque a.aktt_tweet_time {
		font-weight: lighter;
		color: #9f9f9f;
	}
	
	
	.buscar input.cuadro{
		background: url(images/buscar.png) no-repeat left top;
		border: none;
		width: 158px;
		height: 18px;
	}
	

.left{
	float: left;
}

.right{
	float: right;
}


.post-edit-link{
padding-left: 30px;
}



ul, ol { margin: 0 0 10px 0; }


	
ol.commentlist { list-style: none;
width: 600px;
margin-left: 31px;
font-family: Verdana, Helvetica; 
}
ol.commentlist li { }
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor { }
ol.commentlist li.byuser { }
ol.commentlist li.comment-author-admin { }
ol.commentlist li.comment { padding: 10px 30px 10px 30px; }
ol.commentlist li.comment div.comment-author a {font-weight: bold; }
ol.commentlist li.comment div.vcard { }
ol.commentlist li.comment div.vcard cite.fn { font-style: normal; }
ol.commentlist li.comment div.vcard cite.fn a.url { }
ol.commentlist li.comment div.vcard img.avatar { float:right; margin: 0 0 10px 10px; border: 1px solid #e0e1e0;}
ol.commentlist li.comment div.vcard img.avatar-32 { }
ol.commentlist li.comment div.vcard img.photo { }
ol.commentlist li.comment div.vcard span.says { }
ol.commentlist li.comment div.commentmetadata { }
ol.commentlist li.comment div.comment-meta { font-size: 10px; }
ol.commentlist li.comment div.comment-meta a { color: #ccc; }
ol.commentlist li.comment p { margin-top: 10px; }
ol.commentlist li.comment ul { }
ol.commentlist li.comment div.reply { font-size: 11px; }
ol.commentlist li.comment div.reply a { font-weight: bold; }
ol.commentlist li.comment ul.children { list-style: none; margin: 10px 0 0; }
ol.commentlist li.comment ul.children li { }
ol.commentlist li.comment ul.children li.alt { }
ol.commentlist li.comment ul.children li.bypostauthor { }
ol.commentlist li.comment ul.children li.byuser { }
ol.commentlist li.comment ul.children li.comment { }
ol.commentlist li.comment ul.children li.comment-author-admin { }
ol.commentlist li.comment ul.children li.depth-2 { border-left: 5px solid #555; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-3 { border-left: 5px solid #999; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-4 { border-left: 5px solid #bbb; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-5 { }
ol.commentlist li.comment ul.children li.odd { }
ol.commentlist li.even {  }
ol.commentlist li.odd { }
ol.commentlist li.parent { border-left: 5px solid #111; }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even { }
ol.commentlist li.thread-odd { }




@media print {

.do-not-print { display: none; }
#comments { page-break-before: always; }

body { width: 100% !important; margin: 0 !important; padding: 0 !important; line-height: 1.4; word-spacing: 1.1pt; letter-spacing: 0.2pt; font-family: Garamond,"Times New Roman", serif; color: #000; background: none; font-size: 12pt; }
h1,h2,h3,h4,h5,h6 { font-family: Helvetica, Arial, sans-serif; }
h1 { font-size: 19pt; }
h2 { font-size:17pt; }
h3 { font-size:15pt; }
h4,h5,h6 { font-size:12pt; }
code { font: 10pt Courier, monospace; } 
blockquote { margin: 1.3em; padding: 1em; }
img { display: block; margin: 1em 0; }
a img { border: none; }
table { margin: 1px; text-align:left; }
th { border-bottom: 1px solid #333;  font-weight: bold; }
td { border-bottom: 1px solid #333; }
th, td { padding: 4px 10px 4px 0; }
caption { background: #fff; margin-bottom: 2em; text-align: left; }
thead { display: table-header-group; }
tr { page-break-inside: avoid; } 
a { text-decoration: none; color: black; }
	
} /* END print media */
