/*
Theme Name: Sants-Coop
Description: personal Wordpress Theme based on <a href="http://blog.gooddesignweb.com/">Japan Style</a>
Version: 1.3
Author: Dnl-Sinsistema
Author URI: http://sinsistema.net
Tags: fixed for Wp 3.0 width, two columns, right sidebar, valid XHTML, valid CSS
*/

/* Reset
-------------------------------------------------------------------*/
* { padding: 0; margin: 0; }
ul li, ol li { list-style: none; list-style-position: inside; }
ol ol, ul ul, ol ul, ul ol { margin-left: 20px; margin-bottom: 0; }
img { border: none; float: left; vertical-align:bottom; }



/* Body
-------------------------------------------------------------------*/
body { 
        margin: 0 auto;
        font: 12px/18px Verdana, Helvetica, Arial, Geneva, sans-serif; 
	color: #333; 
	background: url(images/background.png) no-repeat center top; 
}

*:first-child+html body {background: #DED5BA url(images/bg.jpg) no-repeat center -8px;}

* html body {background: #DED5BA url(images/bg.jpg) no-repeat center -8px;}

h1, h2, h3, h4, h5, h6 { font-family: "Trebuchet MS", Helvetica, Arial, Geneva, Sans-Serif; color: #731429; }
h1 { font-size: 22px; line-height: 26px; margin-bottom: 10px; }
h2 { font-size: 12px; line-height: 24px; margin-bottom: 7px; font-weight: normal; }
h3 { font-size: 18px; line-height: 22px; margin-bottom: 5px; }
h4 { font-size: 16px; line-height: 20px; margin-bottom: 5px; }
h5 { font-size: 14px; line-height: 18px; margin-bottom: 5px; }
h6 { font-size: 12px; line-height: 16px; margin-bottom: 5px; }

h1 span { color: #999; }

a { color: #731429; text-decoration: none; }
a:hover { color: #731429; text-decoration: underline;}
a:visited { color: #731429; }

p { margin-bottom: 10px; }

input, textarea { font: 12px Verdana, Helvetica, Arial, Geneva, sans-serif; }

blockquote { 
	font: italic 12px Georgia, Serif; 
	padding: 5px 10px;
	margin-bottom: 20px;
	background: #e4ede2; 
}


/*COOPERATIVAS
---------------------------------------------------------------------*/

#cooppost {min-height: 150px;}
#coop img {border: none; margin: 0 15px 10px 5px}
#coopmeta {font-size: 10px; margin-top: 10px; }
#coopmetasingle {font-size: 11px; float: right; border:1px dotted #333333; margin: 20px; padding: 10px;}
#mapacoop {height: 410px; }

/*
.thumbcontainer {float: left; height: 100px; width: 100px; overflow: hidden;}
.thumbcontainer img {float: none; width: 100px;}
*/


/* Header
-------------------------------------------------------------------*/
#header { 
	width: 1060px; 
	height: 200px; 
        margin: 0 auto;
	
	position: relative; 
} 

#menuizq { float:left; width: 500px;}
#menucentre img { padding-right:25px; }
#menucentre { float: left; width: 180px;  }
#menuder { float:left; with: 100px; }


/* Container
-------------------------------------------------------------------*/
#wrapper { 
	width: 900px; 
	overflow: hidden; 

        margin: 0 auto; 
}



/* Navigation
-------------------------------------------------------------------*/
#nav { 
	width: 415px; 
	position: relative;
        left:412px;
        top:20px;
}
#nav ul { 
	margin-left: 10px; 
	position: absolute; 
	bottom: -1px; 
	overflow: hidden; 
	height: 45px; 
}
#nav ul li { 
	float: left; 
	margin-right: 3px; 
	padding-left: 3px; 
        font-weight: bold;
}
#nav ul li.current_page_item { 
        width: 85px;
        height: 45px;
}
#nav ul li a {
        text-transform: uppercase;
        width: 85px;
        height: 45px;
	display: block; 
	text-decoration: none; 
	color: #FFF; 
	line-height: 45px; 
	text-align: center;
}

#nav ul li a:hover { color: #555; }
#nav ul li.current_page_item a { color: #fff; }



/* Content
-------------------------------------------------------------------*/
#content { 
	width: 550px; 
	float: left; 
	padding: 15px;
}
#content .post { margin-bottom: 5px;  text-align: justify;}
#content .post p { margin-bottom: 5px;  }
#content .post h3 a { text-decoration: none; font-size: 20px;  padding-left: 20px;  }
#content .post-list li { list-style: none; }

/* TITULO POST */
#cooppost li {overflow: hidden; margin-bottom: 10px;}

#cooppost li h4 { width: 550px; margin-bottom:15px; padding-top:5px; border-top: 1px solid #C9CACC; border-bottom: 1px solid #7f1323 ; }
#titulo h3 { width: 550px; margin-bottom:15px; padding-top:5px; border-top: 1px solid #C9CACC; border-bottom: 1px solid #7f1323 ; }
#titulo h3 a { text-decoration: none; font-size: 20px;  padding-left: 20px;  }

#content .post-info-titulo { clear: both; font-size: 11px; color: #909090; margin-bottom: 5px; text-align: letf; }
#content .post-info-titulo a { color: #909090; text-decoration:none;}
#content .post-info-titulo a:hover { color: #B85208; text-decoration:none;}

#content .post .post-info { 
	border-top: 2px solid #333 ;
	clear: both; 
	font-size: 11px; 
	color: #777; 
	padding: 0px 5px 5px 0px; 
	margin-bottom: 10px; 
    text-align: right; }
#content .post .post-info a { color: #333; text-decoration:none; }
#content .post .post-info a:hover { color: #555; text-decoration:none; }





#content #pages { text-align: center; font-size: 10px ; }
#content #pages a { color: #414d4c; text-decoration: none; }
#content #pages a:hover { color: #fff; }

#content ul, ol, dl { margin-bottom: 20px; }
#content ul { 
	list-style: disc;
	list-style-position: inside; 
}
#content ol { 
	list-style: decimal; 
	list-style-position: inside; 
}
#content dl dt { 
	font-weight: bold;
}
#content dl dd { 
	font-style: italic;
	margin: 0 0 5px 20px;
	color: #555;
}

.aligncenter { margin-left: auto; margin-right: auto; }
.alignleft { float: left; margin: 5px 15px 10px 0; }
.alignright { float: right; margin: 5px 0 10px 15px; }



/* Sidebar-------------------------------------------------*/

#sidebar { 
	width: 300px;
	float: right;
	font-size: 11px; 
	color: #555;
}

#sidebar h3 { 
        font: normal 18px Verdana, Arial, Sans-Serif; 
        color: #444; 
        background: url(images/sidetitle_bg.gif) no-repeat;
        padding-left: 23px;
}

#sidebar a { color: #38463e; text-decoration: none; }
#sidebar a:hover { color: #38463e; }

#sidebar .block {
	background-color: #ffffff;
	width: 205px;
	padding: 15px; 
	border-bottom: 1px solid #bfccbf; 
	overflow: hidden;
	color: #555;
}
#sidebar .block li { 
	background: url(images/arrow.gif) no-repeat 2px 8px; 
	padding-left: 12px;
}
#sidebar .block a:hover { color: #777; }

/* Calendar */ 
#sidebar .block #calendar_wrap a { }
#sidebar .block #calendar_wrap .pad { background: none; }
#sidebar .block #calendar_wrap #prev { background: none; }
#sidebar .block #calendar_wrap #next { background: none; }
#sidebar .block #calendar_wrap table { width: 100%; margin: 0;padding: 0;}
#sidebar .block #calendar_wrap table th { width: 14.2%; }
#sidebar .block #calendar_wrap table td { width: 14.2%; background: #d6ded4; text-align: center; color: #888; }

/* MEMORIA */ 
#memoria { background-image: url(images/memoria.png); background-repeat: no-repeat; float:left; 
		margin-left:10px;
		padding: 63px 0px 0px 105px;
		width:290px; height:100px;
 		}
#memoria a { color: #7f1323; font-weight: bold; font-stretch:ultra-condensed;}
#memoria li { list-style:disc ; color: #7f1323; }

/* RECURSOS */ 
#recursos { background-image: url(images/recursos.png); background-repeat: no-repeat; float:left; 
			padding: 63px 0px 0px 115px;
		width:180px; height:80px;
 		}
#recursos a { color: #7f1323; font-weight: bold; font-stretch:ultra-condensed;}
#recursos li { list-style:disc ; color: #7f1323; }

/* AGENDA */ 
#agenda { 		}

/* ANUNCIS */ 
#anuncis { background-image: url(images/anuncis.png); background-repeat: no-repeat; float:left; 
			padding: 40px 0px 0px 115px;
		width:290px; height:40px;
 		}
#anuncis a { color: #7f1323; font-weight: bold; font-stretch:ultra-condensed;}
#anuncis li { list-style:disc ; color: #7f1323; }

/* COMUNICACIO */ 
#comunicacio { background-image: url(images/comunicacio.png); background-repeat: no-repeat; float:left; 
			padding: 45px 0px 0px 140px;
			margin-left:-25px;
		width:290px; height:43px;
 		}
#comunicacio a { color: #7f1323; font-weight: bold; font-stretch:ultra-condensed;}
#comunicacio li { list-style:disc ; color: #7f1323; }

/* ENLACES */  
#enlaces { background-image: url(images/enlaces.png); background-repeat: no-repeat; float:left; 
		margin-left:15px;
		padding: 45px 0px 0px 105px;
		width:180px;
 		}
#enlaces a { color: #7f1323; font-weight: bold; font-stretch:ultra-condensed;}
#enlaces li { list-style:disc ; color: #7f1323; }

/* Search
-------------------------------------------------------------------*/
#search {
	
}

#search input { border: 0; }

#search #s { 
	width: 150px;
        height: 26px;
	padding: 3px 0 4px 5px;
	margin-right: -4px;
	vertical-align: top;
	line-height: 0;
	font: normal 12px Verdana;
	vertical-align: top;
	color: #333;
	background: url(images/search_bg.jpg) no-repeat;
}
#search #searchsubmit { 
	width: 56px; 
	height: 26px;
        text-align: center;
	background: url(images/searchbt_bg.jpg) no-repeat;
        font-weight: bold;
}
.bt{
        cursor: pointer;
}



/* Comments
-------------------------------------------------------------------*/
.comments-title { 
	text-align: center; 
	font: bold 17px "Trebuchet MS", Helvetica, Arial, Geneva; 
	color: #414d4c; 
}
#comments .comment { 
	background: #E7E8EB; 
	margin-bottom: 10px; 
	overflow: hidden; 
	width: 550px; 
	padding-bottom: 5px; 
}
#comments .comment .comment-avatar { 
	float: left; 
	width: 50px; 
	padding: 5px 7px; 
}

#comments .comment .comment-content { 
	float: left; 
	padding: 10px 15px; 
	margin: 5px 5px 0 0; 
	width: 450px; 
	background: #F7F8F9; 
}
#comments .comment .comment-content a { color: #444; }


#comments .comment .comment-info { 
	font-size: 11px;
	color: #777;
	margin-bottom: 5px; 
}
#comments .comment .comment-info span {
	font: bold 16px "Trebuchet MS", Helvetica, Arial, Geneva;  	
	padding-right: 10px; 
	margin-bottom: 5px;
}
#comments .comment .comment-info a { 
	color: #444; 
	text-decoration: none;
}




/* Comment Form
-------------------------------------------------------------------*/
#commentform { 
	background: #F7F8F9; 
	border: 5px solid #E7E8EB; 
	padding: 10px; 
	color: #555; 
}
#commentform p { margin-bottom: 7px; }
#commentform textarea { 
	width: 515px; 
	border: 1px solid #aaa; 
	height: 120px;
}
#commentform input.text { 
	width: 150px; 
	border: 1px solid #aaa; 
	margin-right: 5px; 
	padding: 3px 3px; 
}
#commentform input#submit {
        width: 148px;
        height: 30px;
        background: url(images/submit_bg.gif) no-repeat;
        text-align: center;
        border: none;
}




/* Footer
-------------------------------------------------------------------*/

#footer { 
	width: 1060px; 
	margin-top:30px;
    height: 100px;
	position: relative; 
}

.rss {
        float: right;
	width: 200px; 
        height: 73px;
}

#footer-inner {

        clear: both;
        text-align: left ; 
	width: 900px; 
	margin-left:200px;
	
        padding-top: 10px; 
}
#footer p { 
	color: #909090;
	font-size: 10px; 
	margin: 0; 
}
#footer a { color: #D4AF94; font-size: 10px;  }



/* Search
-------------------------------------------------------------------*/

	
	
#search { 
		height:70px;
		width:70px; 
		background-image: url(images/cercar.png) ; background-repeat:no-repeat; 
		color:#FFFFFF; padding: 10PX 0px 0px 45px; float:left; with: 50px; margin:110px 0 0 -12px;}

#search input {}

#search input { background: #ffffff; 
	font-size:11px; 
	color:#7f1323; 
	font-family:Tahoma, arial, verdana, courier; 
	vertical-align:middle; 
	border: 1px solid #D8D9DA;
	width:65px;height:20px;
	}
#search .input { 
 	height:21px; 
	background:none; 
	border:none; 
	vertical-align:middle; 
	margin:0; 
	padding:0; 
	margin-left: 8px; 
	margin-right: 2px; }
	
	
#menucoop {width: 600px; height: 100px; font-size: 9px; float: left; list-style: none; list-style-type: none; text-align:center; line-height: 15px; margin-bottom:15px;argin-left:-10px;}
#menucoop a {text-decoration: none; }
#menucoop a:hover {background-color: #f7ede6; }
#menucoop ul { list-style-type:none; padding-right: 10px; }
#menucoop li { float:left; margin-right:5px; padding-right: 10px; }

.contenidocoop {overflow: hidden;}



