/*
Theme Name: GUCA Main
Theme URI: http://www.refueled.net/free-wordpress-themes/
Description: A simple, three column,  widget-ready WordPress theme.
Author: Refueled
Author URI: http://www.refueled.net
version: 2.0
Tags: fixed-width, three-columns, threaded-comments
*/


/* basics */

*{margin:0; padding:0;}

body 
	{
	background: #ddffec url(images/body.png) top center repeat-y;
	font-family: Lucida Sans;
	font-size:11px;
	}
	
h1 {font-size: 18pt; Lucida Sans; font-weight:100; padding-left: 10px; padding-top: 10px; line-height: 30pt;}
h2 {font: normal 13px; Lucida Sans;}
h3 {font-size: 12pt; margin-top:10px; color: #ffffff; font-weight: 100; Lucida Sans;}
h4 {font-size: 9pt; color: #ffffff; padding: 5px, 5px, 5px, 5px;}


/* images and misc. */

img{ border: none; padding: 6px; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px; }
img.right{ float: right; border: none; padding: 6px; }

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 0px solid #FFFFFF;
   text-align: center;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	margin:10px;
	font-family:"Courier New", Courier, monospace;}


/* links */

a{
	color:#016549;
	text-decoration:none;
	border: none;
	}

a:hover{text-decoration: underline;}



/* container */


#container {
	width:980px;
	margin:0 auto;
	padding-left:0px;
	padding-right:0px;
	padding-top: 0px;
	color:#333;
	background: url(images/body.png) top center repeat-y;
	}
	
/* header */

#header {
	background:url(images/header.jpg);
  	width:100%; 
	color:#ffffff; 
	height:200px;
	text-align: center;
	}

#header h1{
	font: normal 40px Lucida Sans;
	letter-spacing: 1px;
	margin: 45px 0 1px 0;	
	padding: 5px 5px;
	float: right;
	background:url(images/h1.png);
	}
	
#header h1:hover{
	background:url(images/h1hover.png);
	}
	
#header h1 a{color: #fff; text-decoration: none;}


#header h2{
	font:normal 13px Lucida Sans;
	font-style: italic;
	color: #fff;
	background:url(images/h2.png);
	letter-spacing: 1px;
	margin: 0;	
	padding: 8px 12px;
	float: right;
	clear:both;	
	}


/* main menu */


#menu {
	font: Lucida Sans;
	font size: 14pt;
	background: url(images/nav1.png);
	width:100%;
	height: 100% 
	border-top: 0px solid #fff;
	margin-bottom: 0px;
	overflow:hidden;
	border-bottom: 1px solid #016549;
	text-align: center;
}


#menu ul {
	margin: 0;
	padding: 0;
	text-align: left;
}

#menu ul li {
	list-style-type: none;
	float:left;
	margin: 0;
	padding: 0;
}

#menu ul li a {
	padding: 5px 13px;
	margin: 0;
	text-decoration: none;
	color: #fff;
	display:block;
	border-right:0px solid #fff;
}

#menu ul li a:hover {
	
	background: ;
	text-decoration: underline;
}

#menu ul li.current_page_item a { text-transform: uppercase;}

/* content */


#content {
	float: left;
	width: 580px;
	overflow: hidden;
	border-right: 1px solid #bfccbf;
	}
	
#content .title{
	font: bold 14px Lucida Sans;
	padding:6px;
	display: none;
	color:#FFFFFF;
	}

.post {
	margin: 0;
	padding:0px 0px 0px 0px;
	line-height: 14pt;
	}

.post h1{
	font: normal 28px Lucida Sans;
	line-height: 50px;
	color:#016549;
	margin: 10px 0 10px 0;
	}
	
.post h1 a{
	color: #016549;
	text-decoration: none;
	}
	
.post h1 a:hover{
	color: #016549;
	text-decoration: underline;
	}

.post h2{
	font: normal 14px Lucida Sans;
	text-align:justify;
	text-indent:20px;
	line-height: 125%;
	color:#016549;
	margin: 5px 0 10px 0;
	padding-left: 10px;
	padding-right: 10px;
	}
		
.post h3{
	background: #016549;
	font-style: normal;
	font-size: 13pt;
	font family: Lucida Sans;
	font: color #ffffff;
	border-bottom: 0px solid #016549;
	border-top: 0px solid #016549;
	padding: 5px 5px 5px 5px;
	}

.post h4{
	background: #016549;
	font-style: normal;
	font-size: 26pt;
	font family: Lucida Sans;
	font: color #ffffff;
	padding: 5px 5px 5px 10px;
	}


.post h5{
	font: bold 28px Lucida Handwriting;
	background: url(images/top2.jpg) repeat;
	vertical-align:text-bottom;
	line-height: 80px;
	color:#016549;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 10px;
	margin-left: 5px;
	margin-right: 5px;
	}
	
.post h5 a{
	color: #016549;
	text-decoration: none;
	}
	
.post h5 a:hover{
	color: #016549;
	text-decoration: underline;
	}

.post h6{
	font: normal 16px Lucida Handwriting;
	background: url(images/main.jpg) repeat;
	text-align:justify;
	text-indent:20px;
	line-height: 25px;
	color:#016549;
	margin-left: 5px;
	margin-right: 5px;;
	padding-left: 5px;
	padding-right: 10px;
	}
	
.post h7{
	font: normal 16px Lucida Handwriting;
	background: url(images/main.jpg) repeat;
	text-align:justify;
	line-height: 25px;
	color:#016549;
	margin-left: 10px;
	margin-right: 10px;;
	padding-left: 5px;
	padding-right: 10px;
	}


.post ul{
	margin:0px 0;
	padding 5px 5px 5px 5px	
}

.post li {list-style-type:circle; line-height: 25px; margin-left: 5px;}

.post div.Table_01 {
	position:inline;
	left:0px;
	top:0px;
	width:575px;
	height:465px;
}

.post div.events-billboard-01 {
	position:absolute;
	left:0px;
	top:0px;
	width:575px;
	height:15px;
}

.post div.events-billboard-02 {
	position:absolute;
	left:0px;
	top:15px;
	width:17px;
	height:450px;
}

div.events-billboard-03 {
	position:absolute;
	left:17px;
	top:15px;
	width:192px;
	height:188px;
}

div.events-billboard-04 {
	position:absolute;
	left:209px;
	top:15px;
	width:161px;
	height:188px;
}

div.events-billboard-05 {
	position:absolute;
	left:370px;
	top:15px;
	width:181px;
	height:188px;
}

.post div.events-billboard-06 {
	position:absolute;
	left:551px;
	top:15px;
	width:24px;
	height:450px;
}

.post div.events-billboard-03007 {
	position:absolute;
	left:17px;
	top:203px;
	width:193px;
	height:156px;
}

.post div.events-billboard-05008 {
	position:absolute;
	left:210px;
	top:203px;
	width:159px;
	height:156px;
}

.post div.events-billboard-09 {
	position:absolute;
	left:369px;
	top:203px;
	width:182px;
	height:156px;
}

div.events-billboard-10 {
	position:absolute;
	left:17px;
	top:359px;
	width:193px;
	height:106px;
}

.post div.events-billboard-03011 {
	position:absolute;
	left:210px;
	top:359px;
	width:160px;
	height:96px;
}

.post div.events-billboard-12 {
	position:absolute;
	left:370px;
	top:359px;
	width:181px;
	height:106px;
}

.post div.events-billboard-13 {
	position:absolute;
	left:210px;
	top:455px;
	width:160px;
	height:10px;
}

.entry p{margin:0px 0;}

.more-link{
	font: normal 12px Lucida Sans;
	padding:4px;
	margin:14px 0;
	background:#723710;
	color:#fff;
	text-decoration:none;
	display:block;
	width:112px;
	height:auto;
	text-align:center;
	}
	
.more-link:hover{
	background:#605140;
	color:#fff;
	text-decoration:underline;
	}

.spacer{
	width:450px;
	height:1px;
	background:#E5E4DA;
	margin:15px 0 0 15px;
	}
	
.recentposts{
	padding:15px;
	}
	
.repost{
	border-bottom:1px dotted #E5E4DA;
	padding: 0 0 16px 0;
	}
	
.repost h2{
	font: normal 12pt Lucida Sans;
	padding:0;
	color:#000;
	}
	
.repost h2 a{
	color:#000;
	}
	
.repost h2 a:hover{
	color:#723710;
	}
	
.repost h3{
	font: normal 8pt Lucida Sans;
	padding:0;
	color:#000;
	}
	
.repost ul {margin:15px 25px;}

.repost li {list-style-type:square; line-height: 14pt;}


.postmetadata{
	font: Lucida Sans 10pt normal;
	clear: both;
	background:#ffffff;
	padding:6px;
	margin-top: 16px;
	border-top: double 1px #016549;
	border-right: double 1px #016549;
	border-left: double 1px #016549;
	border-bottom: solid 1px #016549;
	}

.repostmetadata{
	font: normal 8pt Lucida Sans;
	padding:8px 0 0 0;
	color:#000;
	line-height:14pt;
	}
	

.navigation {
	font-size:14pt;
	float:left;
	width:100%;
	}
	
.alignleft a{
	float:left; 
	margin:25px 0;
	font: normal 10pt Lucida Sans;
	padding:4px 6px;
	background:#723710;
	color:#fff;
	text-decoration:none;
	}
	
.alignleft a:hover{
	background:#605140;
	color:#fff;
	text-decoration:none;
	}
	
.alignright a{
	float:right; 
	margin:25px 0;
	font: normal 10pt Lucida Sans;
	padding:4px 6px;
	background:#723710;
	color:#fff;
	text-decoration:none;
	}

.alignright a:hover{
	background:#605140;
	color:#fff;
	text-decoration:none;
	}

.notfound{padding: 25px; font-size: 14pt; font-weight: 200;}


/* left sidebar */

#left {
	font: normal 13px Lucida Sans #016549;
	width: 220px;
	float:left;
	margin: 0 0 0 0;
	padding: 5px 5px 10px 0;
	overflow:hidden;
	border-left: 0px solid #bfccbf;
	border-right: 0px solid #016549;
	border-top: 0px solid #016549 ;
	}

#left h2{
	font: normal 14px Lucida Sans #016549;
	border-top: 0px solid #016549;
	margin-left: 0px; 
	padding:5px 0 0 5px;
	display:block;
	color:#002b1f;
	text-transform: uppercase;
}

#left p {margin:0; padding: 5px 0px 0px 5px; }
#left .textwidget{margin:0; padding: 5px 5px 5px 5px; }

#left img {padding: 0; margin: 0;}

#left ul {
	margin:0px 0;
	padding:5px 0 0 5px;
	list-style-type: none;
	}

#left ul li {
	margin: 0;
	padding: 5px 0 0 5px;
	line-height: 14pt;
	list-style-type: none;
	color:#002b1f;
	}

#left ul ul {
	margin: 0px 0;
	padding: 0;
}

#left ul ul li {
	list-style-type: none;
	color:#002b1f;
	margin:0;
	padding:0;
	}

#left ul ul ul{
	margin: 0;
	padding: 0;
}

#left ul ul ul li{
	padding: 5px 0 0 5px;
	list-style-type: square;
	color:#002b1f;
}



/* right sidebar */

#right{
	font: normal 13px Lucida Sans;
	width: 150px;
	float:right;
	margin: 0 0 0 0;
	padding: 5px 5px 10px 0;
	overflow:hidden;
	}

#right h2{
	font: normal 14px Lucida Sans;
	padding:0px 0;
	display:block;
	color:#6B6455;
	text-transform: uppercase;
	border-bottom:0px solid #002b1f;
}

#right p {margin:0; padding: 0 6px 0 12px;}
#right .textwidget{margin:0; padding: 0 6px 0 12px;}

#right img {padding: 0; margin: 0;}

#right ul {
	margin:10px 0;
	padding:0;
	list-style-type: none;
	}

#right ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	color:#D6D3C4;
	}

#right ul ul {
	margin: 12px 0;
	padding: 0;
}

#right ul ul li {
	list-style-type: none;
	color:#D6D3C4;
	margin:0;
	padding:0;
	}

#right ul ul ul{
	margin: 0;
	padding: 12px 0;
}

#right ul ul ul li{
	padding: 0;
	list-style-type: none;
	color:#D6D3C4;
}



/* comments */



.commsection{
  margin: 10px 0 15px 15px;
  padding:0 8px;
  width:425px;
  border:1px solid #bfccbf;
  }

#commentssection{
	padding: 0;
	margin: 0;
	}

#commentssection h3{
	font-family: Lucida Sans;
	font-size: 15px;
	font-style: normal;
	color: #000;
	}

#commentssection .respond{
	font-family: Lucida Sans;
	font-size: 14px;
	font-style: normal;
	color: #000;
	}

#commentform{
	margin: 8px 0 8px 0;
	padding:8px;
	background:#FAFAF5;
	}

#commentform .respond{
	font-family: Lucida Sans;
	font-size: 12px;
	font-style: normal;
	color: #000;
	margin: 0 0 8px 0;
	}

#commentform p{
	color: #000;
	font-size: 8pt;
	}

#commentform label{
	color: #000;
	font-size: 8pt;
	}

#commentform .formwhite{
	margin: 0 2px;
	padding:2px;
	background:#723710;
	color:#fff;
	}

#commentform a{color: #016549; text-decoration: none; border-bottom: 0px dotted #465D71;line-height: 14pt;}

#commentform h3{
	font-family: Lucida Sans;
	font-size: 10pt;
	color: #016549;
	}

#commentbox{
	width:98%;
	margin:5px 0;
	}

#author, #email, #url, #commentbox{
	background: #fff;
	font-family: Lucida Sans;
	font-size: 8pt;
	margin:5px 6px 2px 0;
	border: none; 
	padding: 4px;
	border:1px solid #C9C9C9;
	}

#submit{
	font-family: Lucida Sans;
	font-size: 8pt;
	margin:5px 6px 0 0;
	border: none; 
	padding: 4px;
	margin:5px 5px 0 0;
	font-weight:300;
	background:#016549;
	color:#fff;
	}

#submit:hover{background: #02b081; color:#fff; border:none;}

ol.commentlist {list-style-type: none;}

ol.commentlist li {
	background: #fff;
	margin:0 0 14px 0;;
	padding:0;
	list-style-type:none;
	}

ol.commentlist li p {margin: 8px 0 8px 0; padding: 0 12px 0 0; font: normal 8pt Lucida Sans; color:#016549; }

ol.commentlist li img {float:left; margin: 0 4px 0 0; padding:0;}

.commentmetadata{
  overflow:hidden;
  font-family: Lucida Sans;
  font-size: 8pt;
  line-height: 15pt;
  margin: 0 0 12px 0;
  }

.commentmetadata img{
	float: left;
	padding:0;
	margin: 4px 12px 4px 4px;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	}

cite {
	font-family: Lucida Sans;
	font-size: 8pt;
	font-style: normal;
	text-transform: lowercase;
	}

cite a{border-bottom: 0px dotted #000;}

.commentinfo{background:#fafaf5; margin:14px 0 0 0; padding:0;}

.children{
	margin:0;
	padding: 0;
}

.commentlist li ul li { 
	margin-left:14px;

	}
	
.reply a{font-style:italic;}


/* search */

#searchform{
	padding: 10px 0 6px 0;
	font-family: Lucida Sans;
	}

#searchform input#s{
	padding: 4px;
	margin: o;
	border-top:1px solid #029169;
	border-bottom:1px solid #029169;
	border-left:1px solid #029169;
	border-right:1px solid #029169;
	background:#ffffff;
	color:#605140;
	width: 140px;
	text-transform:lowercase;
	}
	
#searchform input#s:hover{
	background:#029169;
	font-color: #ffffff;
	}
	
#searchform input#s:focus{
	background:#ffffff;
	}



/* footer */

#footer {
	border-top: solid 1px #bfccbf;
	clear: both;
	width:100%;
	margin: 0;
	padding:0;
	overflow:hidden;
	}
	
#footer p.fleft{padding:10px 27px;margin: 0; color: #016549; line-height: 14pt; width: 50%; float: left;}
#footer p.fright{padding:10px 27px;margin: 0; color: #016549; line-height: 14pt; width: 30%; float: right; text-align: right;}
#footer a{color: #016549;text-decoration: none;}
#footer a:hover{text-decoration: underline;}
