/*  

Theme Name: Fudoryu Dojo

Theme URI: http://wordpress.org/

Description: Bujinkan Fudoryu Dojo.

Version: 0.1

Author: Alejandro Cordara

Author URI: http://www.fudoryu.com.ar

*/



* {

	margin: 0;

	padding: 0;

	border: 0;

}



a, a:link, a:visited, a:active { text-decoration: none; color: #B26060; }

a:hover { text-decoration: underline; color: #126095; }



/* Begin Typography & Colors */

body {

	font-size: 62.5%; /* Resets 1em to 10px */

	font-family: Georgia, "Times New Roman", Times, serif;

	background: #F4ECD7 url('images/fondos/fondo_noche.jpg') center top no-repeat;

	color: #000;

	margin-bottom: 30px;

	}



#page {

	background: url('images/fondos/cuerpo.gif') repeat-y top center;

	width: 770px;

	margin: 0 auto;

	}



#header {

	background: url('images/fondos/header.jpg') no-repeat top center;

	height: auto;

	_height: 500px;

	min-height: 500px;

}



#headerimg 	{ 

	/* Acá va el flash con el head */

	height: 255px; 

	width: 727px; 

	padding-left: 21px;

	margin-bottom: 20px;

	} 



#content {

	font-size: 1.2em;

}



/* Columnas =================================================================================================*/

.narrowcolumn .entry, .widecolumn .entry {

	line-height: 1.4em;

	font-size: 1.05em;

	margin: 15px 0;

	}



.narrowcolumn .entry p, .widecolumn .entry p {

	margin: 15px 0;

}





.narrowcolumn {

	float: right;

	width: 460px;

	margin: 0 50px 0 0;

	_margin: 0 24px 0 0;

	}



.widecolumn {

	float: right;

	margin: 0 50px 0 0;

	_margin: 0 24px 0 0;

	width: 675px;

	line-height: 1.6em;

	}





.widecolumn .smallattachment {

	text-align: center;

	float: left;

	width: 128px;

	margin: 5px 5px 5px 0px;

}



.widecolumn .attachment {

	text-align: center;

	margin: 5px 0px;

}



.alt {

	background-color: #f8f8f8;

	border-top: 1px solid #ddd;

	border-bottom: 1px solid #ddd;

	}

	

.narrowcolumn .entry ul, .widecolumn .entry ul {

	list-style: disc outside

}



.narrowcolumn .entry ul li, .widecolumn .entry ul li{

	margin: 0 20px;

	color: #000;

}





/* POST ============================================================================================ */



.post {

	//margin-top: 50px;

	clear:both;

	text-align: justify;

	padding-bottom: 25px;

	margin-bottom: 25px;

	border-bottom: 1px solid #EFD7BB;

	}



.postmetadata {

	clear: left;

	align: center;

	text-align: center;

	margin-top: 20px;

}

.postmetadata a { color: #B26060; }





.post hr {

	display: block;

	}

	

.post h2 { color: #b26060; }



.post ul {

	list-style-type: disc;

	list-style-position: inside;

	color: #B26060;

}



/* Foot ============================================================================================ */



#footer {

	background: url(images/fondos/foot.gif) no-repeat center bottom;

	border: none;

	width: 770px;

	height: 119px;

	clear: both;

	}



small {

	font-size: 0.9em;

	line-height: 1.5em;

	}

	

#footer .info_wordpress {

	float: left;

	margin-left: 50px;

	margin-top: 20px;

}

	

#footer .firma {

	float: right;

	text-align: right;

	margin-right: 50px;

	margin-top: 20px;

}



#footer .linea_abajo {

	border-bottom: 1px solid #b26060;

	width: 670px;

	margin-left: 50px;

	margin-top: 15px;

}



#copyright {

	width: 700px;

	margin: 15px auto;

	color: #666666;

	text-align: center;

}

	

/* End Structure */



/* H1, etc ============================================================================================ */



h2.pagetitle {

	margin-top: 30px;

	text-align: center;

}



h1, h2, h3 {

	font-weight: bold;

	}



h1 { font-size: 4em; }



h2 { font-size: 1.6em; }



h3 { font-size: 1.3em; }



.entry h4, .entry h5 {

	margin: 15px 0;



	}



/* ======================================================================================================= */



.entry p a:visited {

	color: #b85b5a;

	}



.commentlist li, #commentform input, #commentform textarea {

	font: 0.9em Georgia, "Times New Roman", Times, serif;

	}



.commentlist li {

	font-weight: bold;

	}



.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 {

	

	}



.commentmetadata {

	font-weight: normal;

	}



code {

	font: 1.1em 'Courier New', Courier, Fixed;

	}



acronym, abbr, span.caps

{

	font-size: 0.9em;

	letter-spacing: .07em;

	}



#wp-calendar #prev a, #wp-calendar #next a {

	font-size: 9pt;

	}



#wp-calendar a {

	text-decoration: none;

	}



#wp-calendar caption {

	font: bold 1.3em Georgia, "Times New Roman", Times, serif;

	text-align: center;

	}



#wp-calendar th {

	font-style: normal;

	text-transform: capitalize;

	}

/* End Typography & Colors */





/* Begin Images */

p img {

	padding: 0;

	max-width: 100%;

	}



/*	Using 'class="alignright"' on an image will (who would've

	thought?!) align the image to the right. And using 'class="centered',

	will of course center the image. This is much better than using

	align="center", being much more futureproof (and valid) */



img.centered {

	display: block;

	margin-left: auto;

	margin-right: auto;

	}



img.alignright {

	padding: 4px;

	margin: 0 0 2px 7px;

	display: inline;

	}



img.alignleft {

	padding: 4px;

	margin: 0 7px 2px 0;

	display: inline;

	}



.alignright {

	float: right;

	}



.alignleft {

	float: left

	}

/* End Images */







/* Begin Lists



	Special stylized non-IE bullets

	Do not work in Internet Explorer, which merely default to normal bullets. */



/*html>body .entry ul {

	list-style: none;

	padding-left: 10px;

	text-indent: -10px;

	} */



ol { margin: 5px 0; }



ol li {

	list-style: decimal inside;

	padding: 0 0 0 10px;

	}

	

/* End Entry Lists */







/* Begin Form Elements */

.narrowcolumn #searchform {

	margin: 15px;

}



.narrowcolumn #searchform #s {

	border: solid 1px #6E2512;

	background: #AA563F;

	padding: 1px 5px;

	color: #FFFFFF

}



.narrowcolumn #searchform #searchsubmit {

	background: #6E2512;

	color: #FFF;

	padding: 1px 5px;

}



#searchform {

	text-align: center;

	}



.entry form { /* This is mainly for password protected posts, makes them look better. */

	text-align:center;

	}



select {

	width: 130px;

	}



#commentform input {

	width: 170px;

	}



#commentform textarea {

	width: 100%;

	padding: 2px;

	}



#commentform #submit {

	float: right;

	}

/* End Form Elements */







/* Begin Comments*/

.alt {

	}



.commentlist {

	padding: 0;

	text-align: justify;

	}



.commentlist li {

	list-style: none;

	}



.nocomments {

	text-align: center;

	}



.commentmetadata {

	display: block;

	}

/* End Comments */







/* Begin Sidebar ============================================================================================ */

#sidebar {

	font: 1em Georgia, "Times New Roman", Times, serif;

	width: 200px;

	float: left;

	margin-left: 45px;

	_margin-left: 22px;

	}

	

#sidebar h2 {

	margin: 10px 0 5px 0;

	padding: 0;

	font-size: 1.4em;

	}



#sidebar ul { list-style: none; }



#sidebar ul li ul { margin-bottom: 20px; }



/* items de las categorias */

#sidebar ul li ul li{

	background: url('images/bullets/cuadradito_rojo.gif') no-repeat 10px 6px;

	padding-left: 15px;

}



#sidebar ul li ul li, #sidebar ul li ul li a {

	color: #b26060;

	font-size: 1.1em;

}



#sidebar .sideBarBanners {

text-align: center;

}



#sidebar .sideBarBanners img{

	margin: 10px 0;

}



/* ============================================================================================ */



/* Deshabilitar Los estilos del plugin de Ajax-calendar */



/* Begin Calendar */

#wp-calendar {

	empty-cells: show;

	}



#wp-calendar tbody td {

	background-color: #F6E6CD;

	border: 1px solid #FFF;

	padding: 0;

	width: 20px;

	height: 20px;

	font-family: Arial;

	font-size: 9px;

}



#wp-calendar tbody td.pad {

	background-color: #f5ecde;

}



#wp-calendar tbody a {

	font-weight: bold;

	background-color: #EAC4B1;

	padding: 3px 0;

}



#wp-calendar #next a {

	text-align: right;

font-size: 14px;

	}



#wp-calendar #prev a {

	text-align: left;

font-size: 11px;

	}



#wp-calendar a {

	display: block;

	}



#wp-calendar caption {

	text-align: left;

	font-size: 11px;

	}



#wp-calendar td {

	padding: 3px 0;

	text-align: center;

	}



#wp-calendar td.pad:hover { /* Doesn't work in IE */

	background-color: #fff; }



#wp-calendar #tfoot,#wp-calendar #thead {

background-color: #f5ecde;

}



#wp-calendar-split {

	font-size: 9px;

	width: 140px;

	background-color: #f5ecde;

	}



/* End Calendar */







/* Begin Various Tags & Classes */

acronym, abbr, span.caps {

	cursor: help;

	}



acronym, abbr {

	border-bottom: 1px dashed #999;

	}



blockquote {

	border-left: 5px solid #ddd;

	}



blockquote cite {

	display: block;

	}



.center {

	text-align: center;

	}



hr {

	display: none;

	}



a img {

	border: none;

	}



.navigation {

	display: block;

	text-align: center;

	margin-bottom: 60px;

	}

	



/* End Various Tags & Classes*/



/* Estilos Announcement ================================================================================== */


.miAnuncio {

	background-image: url(images/tit_proximamente_es.gif);

}

/*#idiomaen .miAnuncio {

	background-image: url(images/tit_proximamente_en.gif);

}*/



.miAnuncio {

	background-position: top left;

	background-repeat: repeat-x;

	margin-bottom: 20px;

	border: 1px solid #EAC4B1;

	padding: 30px 15px 15px 15px;

	background-color: #F6E6CD;

}



.miAnuncio .titulo {

	font-weight: bold;

	color: #ac2b03;

}



.miAnuncio ul {

	border-top: #f4cb7b 1px solid;

	list-style-position: inside;

	list-style-type: square;

	margin-top: 5px;

	color: #b26060;

	padding: 5px 0;

}



.miAnuncio .texto {



}



/* Estilos de Enlaces ==================================================================================== */

.misEnlaces h3 a{

	font-size: 11px;

	font-weight: normal;

	color: #000;

	font-weight: bold;

}



.misEnlaces div ul li {

	margin-left: 5px;

}



/* Estilos de Boletines ==================================================================================== */



.boletin_actual td {

	background:  url(images/boletines_pergamino.gif) no-repeat top left;

	padding-left: 60px !important;

	padding-top: 25px;

}



.boletin_actual h3 {

	margin-top: 10px;

	margin-bottom: 25px;

}



#content h2 a {

	background:  url(images/bullets/shurikens.gif) no-repeat 0 4px;

	padding-left: 23px;

}



/* Cosa de idiomas ==================================================================================== */



#idiomaes .cartelProximamente, #idiomaen .cartelProximamente {

	width: 100%;

	padding: 40px 0;

	color: #FFF;

}



#idiomaes .cartelProximamente {

	background: url(images/proximamente_es.gif) no-repeat center center;	

}



#idiomaen .cartelProximamente {

	background: url(images/proximamente_en.gif) no-repeat center center;

}



/* Datos de contacto ==================================================================================== */



.datosContacto {

	margin-top: 10px;

	padding: 2px 0 15px 10px;

	background-color: #f4ecd7;

}



.datosContacto p {

	margin-top: 5px;

	padding-left: 23px;

	font-size: 11px;

	font-weight: bold;

}



.datosContacto p.mail {

	background: url('images/iconos/sobre.gif') no-repeat left center;

}



.datosContacto p.telefono {

	background: url('images/iconos/telefono.gif') no-repeat left center;

}



/* Enlaces ====================================================================================================== */





.misEnlaces{

	margin-top: 10px;

	padding: 2px 0 5px 10px;

	background-color: #f4ecd7;

}



.misEnlaces h2 {

	cursor: hand;

	cursor: pointer;

}



.misEnlaces #listaEnlaces .tituloEnlace {

	font-size: 11px;

	font-weight: bold;

	margin-top: 10px;

}



.misEnlaces #listaEnlaces {

	padding-left: 10px;

	padding-bottom: 10px;

}



.misEnlaces #listaEnlaces ul {

	margin: 0 10px 0 15px;

	padding: 0;

	list-style: disc;

}



.misEnlaces #listaEnlaces ul li {

	margin: 0;

	padding: 0;

	font-size: 10px;

}



/* Fudoshop ========================================================= */





.FudoShopProducto {

	border-bottom: 1px solid #efd7bb;

	font-size: 11px;

	line-height: 12px;

}



.FudoShopProducto td {

	padding-top: 5px;

	padding-bottom: 5px;

}



.FudoShopProducto .foto {

	padding-right: 14px;

	width: 160px;

	font-size: 9px;

}



blockquote.aclaracionFudoShop {

	border: none;

	background-color: #f4ecd7;

	margin: 10px 0;

	padding: 10px 15px;

}



/* Newsletter ============================== */

#formNewsletter {

	background-color:#F6E6CD;

	border:1px solid #EAC4B1;

	margin-left:20px;

	padding:6px 8px;

	width:140px;

}

#formNewsletter .copete {

	font-size:11px;

	padding-top:5px;

}

#formNewsletter .campo {

	padding:5px;

}



#formNewsletter .campo input{

	background-color: #dbbe8b;

	color: #5e4212;

	padding: 2px 4px;

	font-size: 10px;

}



#formNewsletter .pie{



}

#formNewsletter .enviar{

background-color:#7e3723;

color: #FFF;



}

/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.

	It won't be a stylish marriage, I can't afford a carriage.

	But you'll look sweet upon the seat of a bicycle built for two." */

