body {
	background-color: #636161;
	margin: 0;
	font-size: 12px;
	font-family: Lucida Sans Unicode;
/*	text-align: center;  IE Fix */
	color: #eeeee9;
}
a {
	color: #999;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #ccc;
}
a.small {
	text-decoration: none;
	font-weight: bold;
}

/*------------------------------------------------------------*
**  header - HEIGHT: modify both #header and #logo
**------------------------------------------------------------*/	
#header {
	width: 100%;
	margin-top: 10px;
	background-color: #000;
}
#navcontainer {
	height: 170px;
	width: 770px;
	margin: 0 auto;
	overflow: hidden;
}
.logo {
	margin-top: auto;
	margin-bottom: auto;
}

.header-nologo {
	width: 100%;
	height: 119px;
	background-color: #000;
	text-align: center;
	margin: 0;
	border-top: 1px none #000;
}
.navcontainer-nologo {
	padding: 5px 0 10px 0;
	text-align: center;
	margin: 0;
	border-bottom: 2px solid #000;
	color: #ccc;
	background-color: #636161;
}
/*------------------------------------------------------------*
**  container
**------------------------------------------------------------*/	
#container {
	width: 90%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	overflow: hidden;
}

#main {
	width: 100%;
	float: left;
	position: relative;
	text-align: left;
	background: #636161;
}

#sidebar {
	width: 20%;
	padding-right: 30px;
	float: right;
	text-align: left;
	clear: both;
	margin-bottom: 5px;
	overflow: hidden;
}
.sidebar_contentbox {
	margin-top: 10px;
	width: 100%;
	background: #1d1d19 url(http://www.lahaine.org/wapa/wp-images/cboxbg-black.gif) right 0 no-repeat;
	padding: 5px 5px 10px 10px;
	overflow: hidden;
}

#col_center{
	width: 70%;
	padding-left: 5px;
	float: left;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.col_center_content {
	margin-top: 10px;
	margin-left: 8px;
	width: 100%;
	padding: 10px;
	background: #1d1d19 url(http://www.lahaine.org/wapa/wp-images/col_left_content-black.gif) left 0 no-repeat;
}

.post {
	padding: 5px;
	overflow: hidden;
	}

/*------------------------------------------------------------*
**  styles
**------------------------------------------------------------*/	
h1 {
	font-size: 1.9em;
	background-color: #636161;
	color: #eeeee9;
	margin: 0px;
	padding-left: 10px;
	padding-bottom: 3px;
	font-weight: normal;
}

h2 {
	font-size: 1.5em;
	line-height: 1em;
	font-weight: normal;
	margin: 5px 0 5px 0;
	padding-top: 5px;
} /* banner */

#main h2 {
	font-size: 1.5em;
	line-height: 1em;
	font-weight: normal;
	margin: 15px 0 8px 0;
	padding-top: 5px;
	border-top: 2px solid #636161;
} /* principal title */

h3 {
	font-size: 1.2em;
	line-height: 1em;
	font-weight: normal;
	padding: 5px 0 10px 0;
} /* other titles */

h4 {
	font-size: 1.15em;
	line-height: 1.2em;
	font-weight: normal;
} /* author, category... */

#sidebar h2 {
	font-size: 1.2em;
	margin: 5px 0 0;
	padding: 0;
	border: none;
	font-weight: bold;
	}

#sidebar ul {
	margin: 0;
	padding: 8px 0 5px 11px;
	list-style-image: none;
	}

#sidebar li {
	list-style-image: url(http://www.lahaine.org/wapa/wp-images/flecha1.gif);
	}

p {
	max-width: 100%;
	line-height: 1.4em;
}

.small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.50em;
	font-weight: normal;
	padding: 3px 0 3px 5px;
	display: inline;
} /* author, category... */

.tit_banner {
	font-size: 2.2em;
	line-height: normal;
	font-weight: bold;
	padding-top: 40px;
}

.entrytext {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1.15em;
	line-height: normal;
	}

.firma_art {
	font-size: 0.9em;
	font-weight: bold;
	font-style: normal;
	padding: 0 0 5px 0;
}

.pret_art {
	font-size: 105%;
	padding-bottom: 5px;
	margin: 4px 3px 2px 4px;
	display: block;
	line-height: 1.5em;
}

.imgp {
	margin: 3px;
}
.counter-inv {
	color: #000;
}
.counter-vis {
	font-size: 0.90em;
	font-weight: normal;
	margin: 20px auto;
	padding: 2px 5px 2px 5px;
	background-color: #1d1d19;
	width: 100px;
	text-align: center;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 40px;
	}

hr {
	margin-top: 15px;
	margin-bottom: 15px;
	}

/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/		
#footer {
	width: 100%;
	margin-top: 10px;
	background-color: #000;
	clear: both;
}

.footersep {
	font-size: 0.9em;
	float: left;
	width: 49%;
	padding: 3px 0;
	margin: 8px 2px 5px 0;
	text-align: center;
	display: block;
}

/*------------------------------------------------------------*
**  Images
**------------------------------------------------------------*/		
p img {
	padding: 0;
	max-width: 100%;
	}

a img {
	border: none;
	}

/*	Using 'class="der"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="cent',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img.cent {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.der {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.izq {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.der {
	float: right;
	}
	
.izq {
	float: left;
	}

.imgp {
	margin: 3px;
}
/* End Images */


/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 115px;
	padding: 2px;
	}

#sidebar form {
	margin: 0;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}
/* End Form Elements */


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
/*	margin: 10px auto 0; lh v32. */
	margin: 10px auto 0 2px;
	width: 155px;
	}

#wp-calendar caption, cite {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.2em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	margin: 10px auto 0 auto; /*lh v3.2 */
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff;
	}

#wp-calendar a {
	text-decoration: underline;
	display: block;
	color: #999;
	}

#wp-calendar a:hover {
	text-decoration: line-through;
	color: #666;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}
/* End Calendar */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}
