/*   
Theme Name: Magnet Theme
Theme URI: 
Description: Use this theme to start your Thematic Child Theme development.
Author: Chino
Author URI: 
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* Reset browser defaults */
@import url(../thematic/library/styles/reset.css);

/* Apply basic typography styles */
@import url(../thematic/library/styles/typography.css);

/* Apply a basic layout */
@import url(../thematic/library/layouts/2c-r-fixed.css);

/* Apply basic image styles */
@import url(../thematic/library/styles/images.css);

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url(../thematic/library/styles/default.css);

/* Prepare theme for plugins */
@import url(../thematic/library/styles/plugins.css);

/*imagen fondo*/
#wrapper {
	background-image:url(images/bgseptiembre.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center top;
	} 


/*logo magnet en título y descrición fuera
*/
#branding {
	padding:44px 0 22px;
	}

#blog-title a  { background: url(images/magnetclub.gif) no-repeat center top; text-indent: -9000px; display: block; width: 191px; height: 111px }

#blog-description {
	font-style:normal;
	}

/*fuentes por defecto
*/
body, input, textarea {
	font-family: Helvetica, Arial, sans-serif;
	font-size:15px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:22px;
	}

/*margen inferior de los widgets de la barra lateral
*/.xoxo li {
	margin-bottom:15px;
}

/*cabecera eventos
*/
#titulo-eventos	{color: #666;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-style: italic;
	font-variant: normal;
	font-weight: normal;
	line-height: 22px;
}

/*longitud formulario lista
*/
#nombrelista	{ width:260px
}


/*colocación menú principal
*/.sf-menu {
border-right:1px solid #CCCCCC;
float:right;
}

/*Imágenes insertadas fijar ancho
*/
.ancho100	{
	width:100%;
	height:auto
}

/*color links
*/
a:link	{color:#555
}

a:active, a:hover	{color:ff4b33
}

a:visited	{color:#999
}

ul	{list-style:none;
	margin-left:0;
}

/*contenido del ancho del reproductor de youtube
*/
div#content	{
	width:570px
}
