/*
Theme Name: Les Tarraules
Theme URI: http://www.inklude.com
Description: Based in WordPress Classic for www.lestarraules.com
Version: 1.0
Author: Inklude
*/

/*
 * COLORES
 * azul: #619ce6
 * amarillo: #ecc53d
 * verde: #86c04f
 * rojo: #cc0000
 * */

/*genéricos*/
*{
	margin: 0;
	padding: 0;
	border: 0;
	
}
body {
	background: #f8f8f8;
	color: #695b5b;
	font: normal 11px Arial, Helvetica, sans-serif;

}

img{border: 0px;}

ul{margin:10px 0px;}
li{list-style-type:none; margin-bottom: 2px; margin-right: 5px;}
li:before{content:"* ";display:inline;}

h1{}
h2{
	font-size: 12px;
	font-weight: bold;	
	margin-bottom: 3px;
	padding-top: 10px;
}
h3{	
	font-size: 12px;
	font-weight: normal;	
	margin-bottom: 3px;
}
h4{
	font-size: 11px;
	font-weight: normal;
	margin-bottom: 3px;	
}
h5{
	font-size: 11px;
	font-weight: normal;
	margin-bottom: 3px;	
}

p{padding: 5px 0px 0px 0px;}

.txt_b{color:#619ce6;}
.txt_y{color:#ecc53d;}
.txt_g{color:#86c04f;}
.txt_r{color:#cc0000;}

.bg_b{background-color:#619ce6;}
.bg_y{background-color:#ecc53d;}
.bg_g{background-color:#86c04f;}
.bg_r{background-color:#cc0000;}

/*maqueta*/
#canvas{
	width: 975px;
	background: #fff;
	margin: 0 auto;
}

#header{
	width: 975px;
}

#content{
	width: 945px;
	padding: 0px 15px 15px 15px;
}

#col_1{
	width: 305px;
	float: left;
	margin-right: 15px;
}

#col_2{
	width: 305px;
	float: left;
}

#col_3{
	width: 305px;
	float: left;
	margin-left: 15px;
}

#int_cabecera{padding-bottom: 20px;}

#int_lista{
	width: 305px;
	float: left;
	margin-right: 15px;
}

#int_galeria{
	width: 625px;
	float: left;
}


#footer{
	clear:both;
	width: 975px;
	padding: 10px 15px;
}
.col_header{
	height: 160px;
	overflow: auto;
}



/*listados de posts*/
.item {
	float: left;
	width: 145px;
	padding: 10px 0px;
	border-bottom: solid 1px #cccccc;
}

.item_izq{
	margin-right: 15px;
}

.item_first_b{border-top: solid 1px #619ce6;}
.item_first_y{border-top: solid 1px #ecc53d;}
.item_first_g{border-top: solid 1px #86c04f;}

.item_full {
	float: left;
	width: 305px;
	margin: 10px 0px;
	padding: 10px 0px;
	/*border-bottom: solid 1px #cccccc;*/
}

.item_off {
	color: #cccccc !important;
}

/*enlaces de mas info*/
a.masinfo{
	display:block;
	float: right;
	padding: 2px 3px;
	color: #FFF;
	text-decoration: none;
}
a.masinfo:hover{color: #000;}

small a{text-decoration: none;}
small a:hover{text-decoration: underline;}

/*galerias de fotos*/
#int_galeria img{float:left; padding: 0px; margin-top: 10px; margin-left: 0px; margin-right: 0px; margin-bottom: 0px;}
#int_galeria img.img_izq{margin-right: 15px;}
#int_galeria img.img_der{margin-right: 0px;}

/* classes used by the_meta() */
/*
ul.post-meta {
	list-style: none;
}

ul.post-meta span.post-meta-key {
	font-weight: bold;
}

.credit {
	background: #90a090;
	border-top: 3px double #aba;
	color: #fff;
	font-size: 11px;
	margin: 10px 0 0 0;
	padding: 3px;
	text-align: center;
}

.credit a:link, .credit a:hover {
	color: #fff;
}

.feedback {
	color: #ccc;
	text-align: right;
	clear: both;
}

.meta {
	font-size: .75em;
}

.meta li, ul.post-meta li {
	display: inline;
}

.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

.meta, .meta a {
	color: #808080;
	font-weight: normal;
	letter-spacing: 0;
}

.storytitle {
	margin: 0;
}

.storytitle a {
	text-decoration: none;
}

#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #fff;
	border: 1px solid #333;
	padding: .2em;
}

#commentform textarea {
	width: 100%;
}

#commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 110%;
	list-style-type: none;
}

#commentlist li .avatar {
	float: right;
	margin-right: 25px;
	border: 1px dotted #ccc;
	padding: 2px;
}
*/
