/*
Theme Name: Kultur
Theme URI: http://eltipografico.com/
Description: <a href="http://eltipografico.com/">El Tipo Grafico</a>.
Version: 1.0
Author: Miguel García
Author URI: http://binarybonsai.com/
Tags: 
Text Domain: 

*/

/*
	Resetear CSS
*/
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, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
center, u, b, i {
     margin: 0;
     padding: 0;
     border: 0;
     outline: 0;
     font-weight: normal;
     font-style: normal;
     font-size: 100%;
     font-family: inherit;
     vertical-align: baseline;
}

body {
     line-height: 1;
}

:focus {
     outline: 0;
}

ol, ul {
     list-style: none;
}

table {
     border-collapse: collapse;
     border-spacing: 0;
}

blockquote:before, blockquote:after, q:before, q:after {
     content: "";
}

blockquote, q {
     quotes: "" "";
}

input, textarea {
     margin: 0;
     padding: 0;
}

hr {
     margin: 0;
     padding: 0;
     border: 0;
     color: #000;
     background-color: #000;
     height: 1px;
}


/* 
	Resetear CSS 
*/


body {
	font-family: Helvetica,Arial, Sans-serif;
	background: #EDEBE2 url(/img/layout/sombra.png) repeat-y top center;
	
}
hr {
	clear: both;
	visibility: hidden;
}
.clear {
	clear: both;
}

#contenedor {
	width: 870px;
	margin: 0 auto 20px auto;
	background-color: #EDEBE2;
	padding: 15px;
}

#logo {
	float: left;
	width: 200px;
}


#logo h1 {
    background-image: url(/img/layout/logo-kutxa-zirkuitua.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 45px;
	width: 133px;
	padding: 0 0 15px 0;
}

#logo h1 a {
    text-decoration: none;
	display: block;
    height: 45px;
	width: 133px;
}


#logo h1 a span {
    visibility: hidden;
}


#idiomas {
	float: right;
	text-align: right;
}

#idiomas a {
    text-decoration: none;
	display: block;
    height: 10px;
	float: right;
	background-position: right top;
	background-repeat: no-repeat;
}

#idiomas a span {
    visibility: hidden;
}

#idiomas a.eu {
	background-image: url(/img/layout/idiomas-eusk.png);
	width: 35px;
}
#idiomas a.es {
	background-image: url(/img/layout/idiomas-cast.png);
	width: 50px;  
}

#menu {
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
	clear: both;
	height: 30px;
	margin: 0;
}

#menu li {
    display: inline;
	float: left;
}


#menu a{
	text-decoration: none;
	display: block;
	float: left;
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
}

		#menu ul li.home {
		    background-image: url(/img/layout/menu/es/home.png);
			width: 53px;
			margin-right: 3px;
		}

        #menu ul li.home:hover {
		    background-position: 0px -30px;
		}
		
        #menu ul li.blog {
		    background-image: url(/img/layout/menu/es/blog.png);
			width: 49px;
			margin-right: 3px;
		}

        #menu ul li.blog:hover {
		    background-position: 0px -30px;
		}
		
        #menu ul li.programa {
		    background-image: url(/img/layout/menu/es/programa.png);
			width: 104px;
			margin-right: 3px;
		}

        #menu ul li.programa:hover {
		    background-position: 0px -30px;
		}
		
        #menu ul li.musica {
		    background-image: url(/img/layout/menu/es/musica.png);
			width: 75px;
			margin-right: 3px;
		}

        #menu ul li.musica:hover {
		    background-position: 0px -30px;
		}
		
        #menu ul li.exposiciones {
		    background-image: url(/img/layout/menu/es/exposiciones.png);
			width: 128px;
			margin-right: 3px;
		}
        #menu ul li.exposiciones:hover {
		    background-position: 0px -30px;
		}


        #menu ul li.cine {
		    background-image: url(/img/layout/menu/es/cine.png);
			width: 45px;
			margin-right: 3px;
		}
        #menu ul li.cine:hover {
		    background-position: 0px -30px;
		}

        #menu ul li.moda {
		    background-image: url(/img/layout/menu/es/moda.png);
			width: 58px;
			margin-right: 3px;
		}
        #menu ul li.moda:hover {
		    background-position: 0px -30px;
		}

        #menu ul li.talleres {
		    background-image: url(/img/layout/menu/es/talleres.png);
			width: 86px;
			margin-right: 3px;
		}
        #menu ul li.talleres:hover {
		    background-position: 0px -30px;
		}
				
        #menu ul li.newsletter {
		    background-image: url(/img/layout/menu/es/newsletter.png);
			width: 77px;
			margin-left: 220px;
			margin-right: 0px;
		}

        #menu ul li.newsletter:hover {
		    background-position: -77px top;
		}


#menu span{
	visibility: hidden;
}

#content {
	padding-top: 3em;
	float: left;
	width: 500px;
}

#content h2 {
	border-bottom: 1px solid #999;
	font-size: 2.5em;
}
#content h2 a {
	letter-spacing: -2pt;
	font-weight: bold;
	text-decoration: none;
}
#content h2 a:hover {
color: #00AEE8;
}

#content p.postmetadata{
	font-size: 0.7em;
	margin: 2px 0 0 0 ;
	padding: 4px 0;
	border-bottom: 1px solid #999;
}

#content .post {
	padding-bottom: 2em;
}


#content p {
	font-size: 0.8em;
	padding: 1em 0;
	line-height: 1.4em;
}
#content a {
	color: #333;
}

#content small {
	display: block;
	font-size: 0.9em;
	margin: 4px 0;
	padding: 4px 0;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
}

#content h3 {
	padding: 1em 0;
}


#sidebar {
	float: right;
	width: 250px;
padding-top: 4.5em;
}

#sidebar form {
padding: 1em 0;
}
#sidebar form label {
display: none;
}
#sidebar form #s {
border: 1px solid #333;
padding: 3px 5px;
background-color: #EDEBE2;

}

#sidebar ul {
	padding-bottom: 2em;
}

#sidebar ul li h2 {
	font-weight: bold;
	border-bottom: 1px solid #999;
}
#sidebar ul li ul {
	margin: 1em 0 1em 0;
	font-size: 0.8em;
}
#sidebar ul li ul li a {
	color: #333;
}



.commentlist li, #commentform input, #commentform textarea {
	font: 0.8em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

.slideshowlink, .piclenselink{
	display: none;
}
