/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */
* { margin: 0; padding: 0; }

body {
	background: #3B2609;
	background-image: url(../images/bg01.gif);
	background-repeat: no-repeat;
	background-position:top;
	font: 70%/1.5em Verdana, Arial, Helvetica, sans-serif;
	color: #333; 
	text-align: center;
	
}


/* links */
a, a:visited {
	text-decoration: none;
	color:#A0835F; 
	background: inherit;
}
a:hover {
	color: #FF6600;
	background: inherit;
}

/* headers */
h1, h2, h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: Bold; 		
}
h1 {
	font-size: 120%;	
}
h2 {
	font-size: 110%;
	text-transform: uppercase;
	color: #FF6600;
}
h3 {
	font-size: 125%;
	color:#7A6343; 
}

/* images */
img.float-right {
  margin: 5px 0px 10px 10px;  
}
img.float-left {
  margin: 5px 10px 10px 0px;
}

h1, h2, p {
	padding: 10px 10px 10px 10px;	
	margin: 0;
}

h3 {
	padding: 20px 0px 0px 10px;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
	color: #666666;	
}
ul span, ol span {
	color: #666666;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	float:right;
    width:45%;
	margin: 7px;
 	padding: 0 0 0 28px;  
   border: 1px solid #f2f2f2; 
  	background: #FAFAFA url(../images/quote.gif) no-repeat 5px 5px;    
}

/* form elements */
form {
	margin:10px;
	padding: 0 5px;
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	border:1px solid #999999;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #999999;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bolder 12px Arial, Sans-serif; 
	border: 1px solid #CCC; 
	padding: 2px 3px; 
	background: #FFF;
	color: #88ac0b;
}

/* newsletter */
form.newsletter {
	font-size:11px;
	position: absolute;
	top: 35px;
	right: 25px;
	background: transparent;
	border: none;
	width: 290px;
	vertical-align:middle;
}	
form.newsletter input.textbox {
	margin: 0; padding: 1px 2px;
	width: 130px;
	background: #FFF;
	color: #333; 
}
form.newsletter input.button {
	background: #CCC url(../images/headerbg.jpg) no-repeat;
	color: #333;
	border: none;	
	width: 220px; height: 21px;
}

.hor-line {
height: 1px;
color: #EFF0F1; /* only works in IE */
background-color: #EFF0F1; /* needed to color the HR in Firefox */
border: 0px; /* needed for Firefox so that it renders the 1px height correctly */

}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	

	width: 820px;
	background: #ffffff ;
	margin: 0 auto;
	text-align: left;
}
#content-wrap {
	background: #ffffff ;
 	background-repeat: no-repeat;
	clear: both;
	width: 760px;
	padding: 0; 
	margin: 0 auto;
}
#header {
	width: 820px;
	position: relative;
	height: 106px;
	background: #CCC url(../images/header.jpg) no-repeat center top;
	padding: 0;
	font-size: 14px;
	color: #FFF;
}
#header h1#logo-text {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 3.3em  Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: -2px;
	color: #FFF;
	text-transform: none;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 28px; left: 50px;	
}
#header h2#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: normal .8em Verdana, Arial, Helvetica, sans-serif;
	text-transform: none;
	color: #FFF;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 74px; left: 58px;		
}

/* Menu */
#menu {
	clear: both;	
	margin: 0; padding: 0 25px 0 0;
	background: url(../images/menu.jpg) no-repeat center top;	
	font: bold 12px/26px Verdana, Arial, Helvetica, sans-serif;
	height: 41px;
}
#menu ul {
	float: left;
	list-style: none;
	margin:0;
	padding-left:220px;
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	display: block;
	float: left;
	padding: 0px 13px;
	color: #FFF;
	text-decoration: none;
}
#menu ul li a:hover {
	
	color: #FFF;
	text-decoration:underline;
}
#menu ul li#current a {
	border-top-width: 1px;
	border-top-color: #B59C7C;
	border-top-style:solid;
	padding-bottom:10px;
	background-color: #FFF;
	color: #FF6600;
}

/* Main Column */
#main {
	float: right;
	width: 72%;
	padding: 0; margin: 0;
}
#main h1 {
	margin-top: 10px;
	font: Bold 145% Verdana, Arial, Helvetica, sans-serif;
	color: #FF6600;
	padding: 5px 0 5px 10px; 	
	border-bottom: 1px solid #EFF0F1;
	/*background: #FFF url(../images/square-green.png) no-repeat 3px 50%;*/	
}

/* Main Column */
#main-home {
	float: right;
	width: 100%;
	padding: 0; margin: 0;
}
#main-home h1 {
	margin-top: 10px;
	font: Bold 120% Verdana, Arial, Helvetica, sans-serif;
	color: #FF6600;
	padding: 5px 0 5px 10px; 	
	border-bottom: 1px solid #EFF0F1;
	/*background: #FFF url(../images/square-green.png) no-repeat 3px 50%;*/	
}

.post-footer {
	padding: 5px; margin: 10px 10px 0 10px;

	font-size: 95%;	
}

/*.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 20px 10px 0 10px;
	border: 1px solid #f2f2f2;
	font-size: 95%;	
}
*/
.post-footer .date {
	background: url(../images/clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(../images/comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .to-top {
	background: url(../images/to-top.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* Sidebar */	
#sidebar {
	float: left;
	width: 26.5%;
	padding: 0; margin: 28px 0px 0px 0px;	
}	
#sidebar h1{
	margin-top: 10px;
	padding: 5px 0 9px 10px; 
	font: bold 1.1em Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: url(../images/headerbg.gif);
	background-repeat: no-repeat;	
}

#sidebar h1 a{
	color: #FFFFFF;
	
}

#sidebar .left-box .sidemenu .menu-indent a{
	margin-left:15px;
	color:#A0835F;
	font-weight:normal;
	background-image:none;
	list-style-type:none;
	}
	
#sidebar .left-box .sidemenu .menu-indent a:hover{
	color:#FF6600;
	}
	
#sidebar ul.sidemenu li.menu-indent {
	background:none;
	background-image:none;
	padding: 2px 0 2px 20px;
	margin: 0 2px;	
}	

#sidebar .left-box .sidemenu .menu-indent-current a{
	margin-left:15px;
	color:#FF6600;
	font-weight:normal;
	background-image:none;
	list-style-type:none;
	}
	
#sidebar .left-box .sidemenu .menu-indent-current{
	color:#FF6600;
	font-weight:normal;
	background-image:none;
	list-style-type:none;
	}


	
#sidebar .left-box .sidemenu .menu-no-indent a{
	font-weight: bolder;
	color:#A0835F;
	}	
	
	
#sidebar .left-box .sidemenu .menu-no-indent a:hover{
	color:#FF6600;
	font-weight: bolder;
	}	

#sidebar .left-box .sidemenu .menu-no-indent-current a{
	color:#FF6600;
	font-weight: bolder;
	}	
		
	
	

#sidebar ul.sidemenu .inner-menu-text {
font-weight:normal;
font-size:.85em;
}



#sidebar .left-box .sidemenu .no-link {
	font-weight: bolder;
	color:#A0835F;
	}	

#sidebar .left-box {
	margin: 0 0 5px 0;	
}
#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 3px 0 8px 0; padding: 0;
	text-decoration: none;		
}
#sidebar ul.sidemenu li {
	background: url(../images/go.gif) no-repeat 5px 5px;	
	padding: 2px 0 2px 20px;
	margin: 0 2px;	
}

#sidebar ul.sidemenu a {
	font-weight: bolder;
	text-decoration: none;	
	background-image: none;	
}

/* Announcement */
#sidebar-announcement {
	float: left;
	width: 100%;
	padding: 0; margin: 0;
	
}	
#sidebar-announcement h1 {
	margin-top: 10px;
	padding: 5px 0 5px 10px; 
	font: bold 1.1em Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	background: #791111 url(../images/headerbg-announcement.gif) repeat-x left bottom;	
	border: 1px solid #660000;
}


#sidebar-announcement .left-box {
	border: 1px solid #660000; 
	margin: 0 0 5px 0;	
	background-color: #E2C6C6;
}

#sidebar-announcement .left-box a {
    color:#660000;
	text-decoration:underline;
}

#sidebar-announcement .left-box a:hover {
    color:#660000;
	text-decoration:none;
}

#sidebar-announcement ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 3px 0 8px 0; padding: 0;
	text-decoration: none;		
}
#sidebar-announcement ul.sidemenu li {
	border-bottom: 1px solid #660000;
	background: url(../images/go.gif) no-repeat 5px 5px;	
	padding: 2px 0 2px 20px;
	margin: 0 2px;	
}
#sidebar-announcement ul.sidemenu a {
	font-weight: bolder;
	text-decoration: none;	
	background-image: none;	
}


/* Forms */
  p.success, p.error { color:#fff; padding:1px 4px; border:1px solid #000; background-color:#669900; margin:0px; }
  p.error { background-color:#bb0000; }
  p.success { text-align:center; }
  p.success span, p.success a, p.error a { color:#ffff7f; }
  p.success a:hover, p.success a:focus, p.success a:active, p.error a:hover, p.error a:focus, p.error a:active { background-color:#669900; color:#eee }
  p.error a:hover, p.error a:focus, p.error a:active { background-color:#bb0000; }


/* === form div and elements ======================================= */

#form-div { 

}

#form-div p.form-footer {
  margin : 0px 2px 0px 13px;
 }

#form-div p.form-footer a { 
  color : #A0835F; 
}

#form-div p.form-footer a:hover, #form-div p.form-footer a:focus, #form-div p.form-footer a:active { 
  color : #000; 
  text-decoration : none; 
}

#form-div p.form-footer a:focus, #form-div p.form-footer a:active { 
  background-color : #eee; 
}


/* === form div link styles ======================================== */

#form-div a { 
  color : #A0835F; 
}
  
#form-div a:hover, #form-div a:focus, #form-div a:active { 
  color : #000; 
  text-decoration : none; 
}

#form-div a:focus, #form-div a:active { 
  background-color : #eee; 
}


/* === success and error message/results box ======================= */

#form-div p.success, #form-div p.error, #form-div p.center { 
  color : #fff;
  /* color : #000; (lite colors option - uncomment to use) */
  padding : 1px 4px; 
  border : 1px solid #000; 
  background-color : #315C06;
  /* background-color : #d6e3ba; (lite colors option - uncomment to use) */
  margin : 10px 3px;
  text-align : center;
}

#form-div p.error { 
  background-color : #bb0000; 
  /* background-color : #edbaba; (lite colors option - uncomment to use) */
}

#form-div p.error a, #form-div p.success a {
  color : #ffffff;
}

#form-div p.center {
  text-align : center;
  background-color : #edbaba;
  color : #000;
  margin-top : -3px;
  padding : 0px 4px; 
}

#form-div p.error a:hover, #form-div p.error a:focus, #form-div p.error a:active, 
#form-div p.success a:hover, #form-div p.success a:focus, #form-div p.success a:active {
  color : #eee;
  background-color : #bb0000; 
}

#form-div p.success a:hover, #form-div p.success a:focus, #form-div p.success a:active {
  background-color : #A0835F; 
}


/* === structural form elements ==================================== */

form#gbcf-form { }

fieldset.main-set,
fieldset.req-set,
fieldset.opt-set { 
  border : 0px;
  padding : 0 0 0 10x;
}

/* === textural form elements ====================================== */

#form-div legend { 
  font-weight : bold;
}

#form-div legend span { }

legend.main-legend { 
  color : #777;
  font-size : 110%;
}

legend.req-legend,
legend.opt-legend { 
  color : #777;
}

legend.main-legend span { }
legend.main-legend { }

legend.req-legend span { }
legend.req-legend {
  margin-left : -2px;
}

legend.opt-legend span { }
legend.opt-legend { 
  margin-left : -2px;
}

label.req-label, label.opt-label {
  padding-top:15px;
  color : #A0835F;
}

label.opt-label.check {
  float : right;
  padding : 0;
  margin : 1px 4px;
  cursor : pointer;
}

label.opt-label.main-label {
  margin : 0 2px;
  font-weight : bold;
}

label.opt-label.main-label span {
  font-weight : normal;
  color : #666;
}

label.opt-label.main-label span.req, label span.req  {
  font-weight : bold;
  color : #c70000;
}

label.req-label.explain {
  color : #666;
  font-size : .8em;
}

label.req-label.explain:hover {
  color : #000;
}


/* Login */
input.input {
	font-size: 14px;
	padding: 8px 5px;
	font: normal 14px arial, helvetica, sans-serif;
	border: 1px solid #dcdcdc;
	color: #444;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-border-radius:4px;
}
input.input:focus {
	border: 1px solid #bfbfbf;
	outline: none;
}
input.button {
	padding: 0;
	vertical-align: middle;
}
input#username {
	width: 175px;
}
input#password {
	width: 175px;
	margin-right: 5px;
}


/* End Login */



/* Footer */	
#footer {
	color: #666666;
	background: #CCC url(../images/footer.gif) no-repeat center top;
	clear: both;
	width: 820px;
	height: 60px;
	text-align: center;	
	font-size: 92%;
}
#footer a { text-decoration: none; }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; margin-bottom:25px; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }
.gray { color: #CCC; }
