/*
Adhost Internet, 2006
*/

* {
	margin:0; padding: 0;
	font:1em 'Lucida Grande',  'Lucida Sans Unicode', Verdana, Sans-Serif;
}

/* ---------------------------------
- SITE WIDE -
--------------------------------- */

body {
	font-size:0.625em;
	_font-size:10px;
	text-align:center;
	background: url( images/bg_body.gif ) repeat-x top #E3F3FF;
	border-bottom:6px solid #E3F3FF;
}

h1, h2, h3, h4, h5, h6 {
	font-size:1.7em;
	font-weight:normal;
}

h2 {
border-bottom:3px dotted #E3F3FF;
color:#224466;

}


a {
	color:#333;
	text-decoration:none;
	border-bottom:1px dotted #99c;
}

a:hover {
	border:none;
	color:#0072BC;
}

a img {
	border:none;
}

strong, b {
	font-weight:bold;
}

em, i {
	font-style:italic;
}

.skipnav {
	position:absolute;
	top:-999px; left:-999px;
}

.i_left {
	float:left;
	margin:0 8px 8px 0;
	padding:4px;
	border:1px solid #eef;
}

.i_right {
	float:right;
	margin:0 0 8px 8px;
	padding:4px;
	border:1px solid #eef;
}

table, tr, td, th {
	margin:auto; padding:auto; border:auto;
}

td, th {
	padding:8px;
	vertical-align:top;
}

th {
	font-weight:bold;
	background:#eef;
}

td {
	border:1px solid #E3F3FF;
}


.wp-smiley {
	vertical-align:-30%;
}

/* ------
- FORMS -
------ */

input, textarea {
	padding:2px;
	border-width:1px;
}

input:focus, textarea:focus, .passwordPost label input:focus {
	background:#E3F3FF;
}



#sidebar input, #sidebar textarea {
	width:110px;

}

.button, .passwordPost input {
	background:#E3F3FF;
	border-color:#357 #002 #002 #357;
	color:#fff;
	padding:0; margin:0;
}

.passwordPost label input {
	background:#fff;
	border:1px solid #99c;
	border-color:#99c #eef #eef #99c;
	padding:2px;
}

input:hover, textarea:hover {
	background:#E3F3FF;
	cursor:text;
}

.button:hover, .passwordPost input:hover {
	background:#246;
	cursor:pointer;
}

.passwordPost label input:hover {
	background:#E3F3FF;
	cursor:text;
}

label:hover {
	cursor:pointer;
	color:#68f;
}

/* -------------
- PAGE LAYOUT -
------------- */

#wrapper {
	width:730px;
	margin:10px auto;
	padding:0;
	overflow:hidden;
	background:url(images/bg.jpg) no-repeat #fff;
	border:5px solid #CECECE;
	text-align:left;
}

.hid_1 #header { background:url(images/bg_1.jpg) no-repeat #fff; }


/* -------
- HEADER -
------- */

#header {
	display:block;
	height:140px;
	color:#fff;
	position:relative;
	margin:0px auto 0 auto;
	text-align:right;
	border-bottom:5px solid #E3F3FF;
}

#header h1 {
	font-size:2.2em;
	margin:0; padding:45px 95px 0 0;
}

#header p {
	padding:0 95px 0 0;
}

/* -----------
- NAVIGATION -
----------- */

ul#nav {
	position:absolute;
	bottom:0; left:0;
	margin:0 0 0 16px;
	list-style-type:none;
}

ul#nav li {
	list-style-type:none;
	float:left;
	margin:0 0.5em 0 0;
}

ul#nav li a {
	padding:10px 14px;
	border:none;
	color:#fff;
	background:#0072BC;
	border:1px solid #fff;
	border-bottom:none;
	display:block;
	white-space:nowrap;
	_width:1em;
}

ul#nav li a:hover {
	background:#246;
	text-decoration:none;
}

ul#nav .current_page_item a,
ul#nav .current_page_item a:hover {
	color:#335;
	background:#E3F3FF;
	text-decoration:none;
	border-color:#fff #fff #da0 #fff;
}

/* -------------
- MAIN CONTENT -
------------- */

#content {
	width:auto;
	font-size:1.2em;
	overflow:hidden;
	padding-right: 1em;
	border-left:12px solid #fff;
	border-bottom:20px solid #fff
}

#content ul {
list-style: none;
padding: 0;
margin: 0;
}
#content ul li {
padding:0 0 6px 15px;
background-image: url(images/diamond.gif);
background-repeat: no-repeat;
background-position:0 .2em;
}

#content ul li ul{
margin:0 0 0 -30px;
}


.leftAlign #content {
	float:right;
	border-right:12px solid #fff;
	border-bottom:20px solid #fff
}

#content p, #content li {
	color:#666;
}

#content p {
	margin:12px 0 0 4px;
	line-height:1.5em;
}

#content h2 {
	font-size:1.6em;
	margin:24px 0 4px 4px;
	
}

#content h2 em {
	font-size:0.7em;
	margin:0 0 0 1em;
	color:#99c;
 	font-style:normal;
}

#content h2 a {
	color:#333;
	border:none;
}

#content h2 a:hover {
	color:#68f;
}

#content h3 {
	font-size:1.4em;
	color:#aaa;
}

#content h4, #content h5, #content h6 {
	font-size:1.2em;
}

#content h3 a {
	color:#aaa;
}

#content ol, #content ul, #content dl {
	padding:0 0 0 40px;
	margin:12px 0;
}

#content dt {
	font-weight:bold;
}

.dark{
color:#224466;
}

#content blockquote {
	margin:20px;
	padding:1px 10px 1px 70px;
	background:#eef url( images/bg_blockquote.gif ) top left no-repeat;
}

#content .info {
	color:#99c;
	font-size:1em;
	border-top:1px dotted #99c;
	font-style:normal;
	display:block;
	padding:4px 0;
}

#content .info a {
	color:#99c;
}

#content pre {
	background:#eef;
	padding:20px;
}


/* --------
- SIDEBAR -
-------- */

#navlist1
{
margin-left: 0;
padding-left: 0;
list-style: none;
}

#navlist1 li 
{
padding-left: 34px;
padding-right: 21px;
padding-bottom: 6px;
line-height: 16pt;
font-weight: bold;
background-image: url( images/spanish.jpg);
background-repeat: no-repeat;
background-position: 0 1.2em;
border-bottom:1px solid #fff;
}
#navlist1 li  a
{
border-bottom:0;
}
#navlist2 li  a:hover
{
border-bottom:0;
color:#0072BC;
}

#navlist2
{
margin-left: 0;
padding-left: 0;
list-style: none;
}

#navlist2 li 
{
padding-left: 34px;
padding-right: 21px;
padding-bottom: 6px;
line-height: 16pt;
font-weight: bold;
background-image: url( images/pdfnav.jpg);
background-repeat: no-repeat;
background-position: 0 1.2em;
border-bottom:1px solid #fff;
}
#navlist2 li  a
{
border-bottom:0;
}
#navlist2 li  a:hover
{
border-bottom:0;
color:#0072BC;
}


#navlist3
{
margin-left: 0;
padding-left: 0;
list-style: none;
}

#navlist3 li 
{
padding-left: 34px;
padding-right: 21px;
padding-bottom: 6px;
line-height: 16pt;
font-weight: bold;
background-image: url( images/logonav.jpg);
background-repeat: no-repeat;
background-position: 0 1.2em;
border-bottom:1px solid #fff;
}
#navlist3 li  a
{
border-bottom:0;
}

#navlist3 li  a:hover
{
border-bottom:0;
color:#0072BC;
}

#sidebar {
	width:184px;
	float:right;
	color:#99f;
	line-height:1.5em;
	margin:0 0 16px 0;
	overflow:hidden;
	border-right:12px solid #fff;
	background: url( images/sidebottom.jpg ) repeat-x bottom #EEEEFF;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 73px;
}

.leftAlign #sidebar {
	border-left:12px solid #fff;
	border-right:none;
	float:left;
}

#sidebar h2 {
	clear:both;
	padding:16px 0 4px 0;
	font-size:1.4em;
	color: #224466;
}
#sidebar table {
margin-left: 0;
margin-top: 9px;
}


#sidebar table td{
padding:0;
margin:0;
}


#sidebar .col {
	width:100px;
	margin:0 10px 0 0;
	float:left;
}



#sidebar p {
	font-size:1.2em;
	margin:6px 0;
}


#sidebar #about, #sidebar .widget_text {
	border:5px solid #eef;
	padding:10px;
	color:#666;
}

#sidebar .widget_text {
	margin:10px 0;
}

#sidebar #about h2, #sidebar .widget_text h2 {
	padding:0; margin:0;
}

#sidebar #about a {
	display:inline;
	color:#68f;
	text-decoration:underline;
}

#sidebar form .button {
	width:40px;
}

#sidebar #search {
	border:none;
	padding:15px;
	background:#fc0;
	margin:0 0 8px 0;
}

#sidebar #search p {
	font-size:1em;
	margin:0; padding:0;
}

#sidebar #subpages {
	list-style-type:none;
	margin:16px 0 0 0;
	border:5px solid #eef;
}

#sidebar #subpages a {
	border:none;
	display:block;
	font-size:1.2em;
	padding:8px;
}

#sidebar #subpages h2 {
	padding:8px; margin:0;
	color:#666;
	background:#fc0;
}

#search label {
	color:#333;
	margin:0 5px 0 0;
}

ul#feeds {
	clear:both;
	text-transform:uppercase;
	list-style-type:none;
	padding:8px;
	background:#eef;
	overflow:hidden;
	border-top:16px solid #fff;
	_height:1%;
	margin:0;
}

#feeds li {
	float:left;
	border:none;
	margin:0;
	clear:none;
}

#feeds h3 {
	font-size:1em;
	padding:4px;
	margin:3px;
}

#feeds a {
	display:block;
	padding:4px 4px 4px 24px;
	margin:3px;
	color:#99c;
	background: url( images/bg_feed.gif ) 3px center no-repeat;
}

#feeds a:hover {
	background-color:#fff;
}


/* -------
- FOOTER -
------- */

#footer {
	display:block;
	padding:1em 0 4em 8px;
	border-top:5px solid #E3F3FF;
	color:#676767;
	clear:both;
	background:#CECECE;
	list-style-type:none;
	_height:1%;
}

#footer li {
	float:left;
	padding:0 8px;
	border-right:1px solid #cce;
}

#footer li a {
	color:#0072BC;
	border-color:#99c;
}

#pageNav {
	clear:both;
	overflow:hidden;
	_height:1%;
	margin:32px 0 0 0;
	font-size:7pt;
	margin: 0px 21px 21px 21px;
	color:#999999;
}

#pageNav a {
	display:block;
	font-size:1.1em;
	width:8em;
	float:left;
	text-align:center;
	padding:0.5em;
	border:none;
	background:#fc0;
	margin:0 5px 0 0;
	font-weight:bold;
	text-decoration:underline;
}

#pageNav a:hover {
	color:#333;
	text-decoration:none;
}
