/*
File:			custom.css
Description:	Custom styles for Thesis


*/

body.custom {
background:#0C0F08 url(images/fondo.jpg) no-repeat scroll 0 0;
}


.custom #header #logo a {
background:transparent url(images/logo.png) no-repeat scroll 0 0;
display:block;
height:150px;
outline-style:none;
width:900px;
}

.custom #header #logo, .custom #header #tagline {
text-indent:-9999px;
}


.custom #header #tagline {
height:0;
}

.custom #header {
border-bottom:medium none;
padding:0;
}

.custom #page {background:transparent none repeat scroll 0 0;}

.custom #content_box {
background:#fff none repeat scroll 0 0;
padding-bottom:0em;
}


.custom #feature_box {
  border: none;
  }

.custom #s { font-size:12px; position:relative; left: 70px; margin-top:.4em; margen-bottom:.4em; background:fff; color:#000000; padding:.5em; width:130px; }

.custom #footer {
	height: 150px;
	width: 906px;
	background: transparent;
padding-left:0em;

}

/*---------------------------------*/
/* WIDGETIZED FOOTER               */
/* Mike Nichols - October 17, 2009 */
/*---------------------------------*/

/* footer widget area setup */
#footer_setup {
	/* widgetized footer background (not footer background) */
	background: #DDDDDD;
	/* widget padding */
	padding: 16px;
	/* margin at bottom of widgets */
	margin-bottom: 25px;
	/* do not change this! */
	overflow: hidden;
}

/* widget item setup */
#footer_setup .footer_items {
	/* contents alignment */
	text-align: left;
	/* widget width */
	width: 230px;
	/* space between widgets */
	padding-right: 60px;
	/* text color */
	color: #2361A1;
	/* do not change these! */
	display: inline-block;
	float: left;
	height: 100%;
}

/* widget item headers*/
#footer_setup .footer_items h3 {
	/* font size */
	font-size: 1em;
	/* bold or not */
	font-weight: bold;
	/* uppercase or not */
	text-transform: uppercase;
	/* space out the letters*/
	letter-spacing: 0px;
	/* font color*/
	color: #000000;
	/* padding under header text */
	padding-bottom: 3px;
	/* border under header text */
	border-bottom: 3px solid #000000;
	/* distance between border and widget text */
	margin-bottom: 5px;
}

/* do not change these! */
#footer_setup .footer_items ul li { list-style: none; }
#footer_setup .footer_items ul { margin: 0px; padding: 0px; }

/* footer font styles */
.custom #footer a {
	font-size: .9em;
	border-bottom: none;
	/* default Thesis link color */
	color: #2361A1;
}
.custom #footer a:visited {
	text-decoration: none;
	/* default Thesis link color */
	color: #2361A1;
}
.custom #footer a:link {
	text-decoration: none;
	/* default Thesis link color */
	color: #2361A1;
}
.custom #footer a:hover {
	text-decoration: underline;
	/* default Thesis link color */
	color: #2361A1;
}


