/*  
Theme Name: Garden City Exchange
/*
menu bg green 0d4100
yellow: f7ce10
*/

* {
	padding: 0em;
	margin: 0em;
}
body {
	padding: 35px 0px 35px 0px;
	background: #141 url(images/bg.gif) repeat fixed;
	font-size: small;
	font-family:Verdana, Tahoma, Arial, Serif;
	color: #333;
	font-size:0.8em;
}

#sidebar #searchform {
	margin: 20px 0;
	text-align: right;
}
p {
	line-height: 1.5em;
	margin-bottom: 1.0em;
}
p.enlarge {
	padding-bottom: 1.5em;
	font-size: 1.2em;
}
a {
	color: #B96D00;
	text-decoration: none;
	/*border-bottom:#B96D00 1px dashed;*/
}
a:hover
{
text-decoration: underline;
/*border-bottom:#B96D00 1px solid;*/
}
h1,h2,h3,h4,h5,h6 
{
	font-family: Helvetica, sans-serif;
}
h2 {
	margin: 0 0 1em 0;
	padding: 0;
	color: #0d4100;
	font-size: 24px;
	font-style: italic;
}

h3,h4
{
display: inline;
font-weight: bold;
background-repeat: no-repeat;
background-position: left;
}
h3
{
font-size: 1.7em;
padding-left: 24px;
background-image: url(images/db2.gif);
}
.blogItem h3 {
	background-image: url(images/db2.gif);
	color: #0d4100;
}
.blogItem h3 a {
	color: #0d4100;
}


h4
{
font-size: 1.4em;
padding-left: 18px;
background-image: url(images/db2.gif);
}
h3 span
{
font-weight: normal;
font-size:60%;
color:#999;
}
h5 
{
	font-weight:normal;
	font-family:Verdana, Arial, Serif;
	font-size:1em;
}
#leftSide {
	float: left;
	width: 580px;
}
#rightSide {
	float: right;
	width: 250px;
}

.contentarea
{
padding-top: 1.3em;
}
dl {
	margin:1em 0px;
}
dt 
{
	font-weight:bold;
}
dd 
{
	margin:0.5em 1em;
	padding:0;
}
/*img
{
border: solid 1px #dcdcdc;
padding:3px;
}*/
img.left
{
position: relative;
float: left;
margin: 0em 1.8em 1.4em 0em;
}
img.right
{
position: relative;
float: right;
margin: 0em 0em 1.8em 1.8em;
}
img.profile
{
position: relative;
float: left;
margin: 0.5em;
padding:3px;
}
ul, ol 
{
	margin:1em;
	padding:0;
}
li 
{
	margin:0 1em;
	padding:0.15em;
}
#contentarea ul li 
{
	list-style-image: url(images/db3.gif);
}
blockquote 
{
    margin:20px 10px;    
    border-left:#ccc 2px solid;
}
fieldset 
{
	border:none;
}


.divider1
{
position: relative;
background: #fff url(images/border2.gif) repeat-x;
height: 14px;
margin: 2.0em 0em 1.5em 0em;
clear: both;
}
.post 
{
	/*border-bottom: solid 1px #eaeaea;*/
	margin: 2em 0;	
}
.post h4 a 
{
	text-decoration:none;
	color:#141;	
	border:none;
}

.post .details
{
position: relative;
top: -1.5em;
font-size: 0.86em;
color: #787878;
margin:0;
padding:0;
}
.post .details .user 
{
	background:url(images/user.png) no-repeat left center;
	padding-left:15px;
}
.post .details .date 
{
	background:url(images/date.gif) no-repeat left center;
	padding-left:15px;
	margin:0 0 0 1em;
}
#outer .post ul.controls
{
clear: both;
margin:0;
padding:1em 0;
background:#fcfcfc;
}

.post ul.controls li
{
display: inline;
font-size: 0.86em;
margin:0;
padding: 0em 1.0em 0em 15px;
}
.post ul.controls li.comments
{
	background: url(images/icon-comments.gif) no-repeat left center;
}

.post ul.controls li.more
{
	background: url(images/icon-more.gif) no-repeat left center;
}

.box
{
background: #FDFCF6 url(images/boxbg.gif) repeat-x;
padding: 1.5em;
/*border-top: solid 1px #E1D2BD;*/
border-bottom: solid 1px #E1D2BD;
margin-bottom: 1.0em;
text-align:left;
}

ul.linklist
{
list-style: none;
}

ul.linklist li
{
line-height: 2.0em;
}

#outer
{
z-index: 2;
position: relative;
/*
	The width value below controls the overall width of the design. By default it's set to 82%
	(so it'll take up 82% of the browser window's width). You can set it to a different percentage
	value (70%, 90%, etc.) or even a pixel value (760px, 800px, etc.) to enforce a fixed width.
*/
width: 900px;
border: solid 7px #fff;
background-color: #fff;
margin: 0 auto;
}

#header
{
position: relative;
width: 100%;
height: 9em;
background: #115200 url(images/logoMain.jpg);
margin-bottom: 0px;
}

#headercontent
{
position: absolute;
bottom: 0em;
padding: 0em 2.0em 1.3em 2.0em;
}

/*
#headercontent h1
{
font-weight: normal;
font-size: 2.5em;
}
#headercontent h1 a:link, #headercontent h1 a:visited
{
	color:#9F9030;
	text-decoration:none;
	border:none;
}
#headercontent h1 a:hover, #headercontent h1 a:active
{
	text-decoration:none;
	color:#fff;
	border:none;
}
#headercontent h2
{
font-size: 1.0em;
font-weight: normal;
color: #aaa;
}
*/
#search
{
position: absolute;
top: 5.5em;
right: 2.0em;
padding-right: 0.0em;
color:#aaa;
}

#search input.text
{
margin-right: 0.5em;
vertical-align: middle;
border: solid 1px #F7CE10;
padding: 0.1em;
width: 10.0em;
background:#fff url(images/button_bg.gif) repeat-x top;
}

#search input.submit
{
background: #0C3902;
border: solid 1px #F7CE10;
font-weight: bold;
padding: 0.25em;
font-size: 0.8em;
color: #F2F3DE;
vertical-align: middle;
}

/* cforms plugin styling */
p.cf-sb {
	text-align:center;
	padding: 0!important;
	margin: 0;
}
.sendbutton {
	font-weight: bold;
}
p.linklove, p.linklove a, p.linklove a:visited {
	margin-top: 40px!important;
	color: #fff!important;
}



#headerpic
{
position: relative;
height: 149px;
/*background: #fff url(images/fall_leaves.jpg) repeat-x bottom left;*/
margin-bottom: 0px;
}



#menu ul
{
/*padding:1em 0 0 0;
margin:0;*/
}

#menu ul li
{
position: relative;
display: inline;
padding:0;
margin:0;
}

/*#menu ul li a:link, #menu ul li a:visited
{
	color: #fff;
	padding: 0.5em 1.0em 0.9em 1.0em;
	text-decoration: none;	
	border:none;
}

#menu ul li a:hover, #menu ul li a:active, #menu ul li.current_page_item a
{
	background: #177700 url(images/menuactive.jpg) repeat-x top left;	
	border:none;
}*/

#menubottom
{
background: #fff url(images/border1.gif) repeat-x;
height: 14px;
margin-bottom: 0.0em;
}

#content
{
padding: 0 2.0em;
}

#primarycontainer
{
float: left;
margin-right: -18.0em;
width: 100%;
}

#primarycontent
{
margin: 1.5em 22em 0 0;
}

#sidebar
{
margin: 0;
float: right;
width: 18.0em;

}
#sidebar ul
{
	list-style:none;
	margin:0.5em 0 0;
	background: #FDFCF6 url(images/boxbg.gif) repeat-x;
	padding: 1.5em;
	border-top: solid 1px #E1D2BD;
	border-bottom: solid 1px #E1D2BD;
	margin-bottom: 1.0em;
	
}
#sidebar ul li {
	list-style-image: none;
}
#sidebar li 
{
	margin:.5em 0;
	padding:0.5em;
}
#sidebar li li 
{
	margin:0;
	padding:0.5em;
	background:none;
}
#sidebar li li li
{
	margin:0;
	padding:0.5em 1em;
}
#sidebar ul.feeds li 
{
	background:url(images/feed.png) no-repeat left center;
	margin:1em 0;
	padding:0 1.5em;	
}
#footer
{
position: relative;
clear: both;
padding-top: 5em;
padding-bottom: 1em;
background: #fff url(images/border2.gif) repeat-x 0 2.5em;
font-size: 0.86em;
text-align: center;
}

#footer .left
{
position: absolute;
left: 2em;
bottom: 1.2em;
}

#footer .right
{
position: absolute;
right: 2.0em;
bottom: 1.2em;
}
/*comments and their styles*/
#comments, #respond{
	margin: 2em 0 0 5px;
}
#commentform 
{
	margin:10px;
	padding:10px;
}
#outer .commentlist {
	margin: 0;
	padding: 0;
}
.commentlist li 
{
	list-style:none;
	margin: 2em 0;
	padding: 0.5em;			
	border-bottom:#ddd 1px dashed;
	background:#fcfcfc url(images/border2.gif) repeat-x top;
}
.commentlist li p 
{
    margin:0 1em;
}
.commentlist li .cmtinfo 
{
	font-family:Trebuchet MS,Verdana, Tahoma, Serif;
	font-size:0.9em;		
	padding:5px;
	margin-bottom: 10px;
	position:relative;	
}
.commentlist li .cmtinfo em 
{
	margin:0;
	padding:0 1em;
	text-align:right;
	font-style:normal;			
	color:#999;	
}
.commentlist li cite 
{
	font-style:normal;
	font-weight:bold;
}

.commentlist li.alt
{
	background:#fcfcf9 url(images/border2.gif) repeat-x top;
}

textarea{
	width: 90%;
	padding:5px;
	height: 10em;
	border: 1px solid #ccc;	
	background:#f9f9f9 url(images/button_bg.gif) repeat-x top;
	font:1em Verdana, Arial, Serif;
}
#outer input.text 
{
	background:#f9f9f9 url(images/button_bg.gif) repeat-x top;
	border:#ccc 1px solid;
	padding:2px;
	font:1em Verdana, Arial, Serif;
}
.post h5 em
{
	font-style:normal;
	float:right;
	font-weight:normal;
}
#header, #content, #sidebar, #footer, .widget {
    overflow: hidden;
}

.clear {
	clear: both;
}

.partnerlinks img {
	margin: 30px;
	float: left;
}
a img {
	border: none;
}


/* NAVIGATION */

#mainmenuwrap {
	width: 100%;
	background: #115200 url(images/navigationBg.jpg) repeat-x top left;
}
#mainmenu {
	margin: 0 auto;
	width: 900px;
	text-align: left;
}
ul#nav{
	margin: 0 0 0 20px;
	height: 45px;
}

ul#nav li{
	margin: 0;
	padding: 12px 20px 0 0;
	display:inline;
	font-size:15px;
	font-weight:normal;
	padding-top: 12px;
	height:35px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}

ul#nav li a:link,
ul#nav li a:visited{text-decoration: none;color: #fff; font-weight: bold;}
ul#nav li a:hover {color: #f7ce10; text-decoration: underline;}

/* DROPDOWN STYLING */
#nav, #nav ul{
/* removed z-index becuase it dominating shadow box z-index: 9999;*/
margin:0;
padding:0;
list-style-type:none;
list-style-position:outside;
position:relative;
line-height:1.5em; 
}

#nav a{
display:block;
float:none;
}

#nav li{
float:left;
position:relative;
}

/* Sets the position of the main dropdown */
#nav ul {
position:absolute;
top:1.8em;
z-index:99;
}

/*#nav .more{background: white url(arrow.gif) no-repeat right !important;}*/

#nav li ul{
	border-top: 1px #333 solid;
}

/* Clear the bullet and adjust padding on each drop element */
#nav li ul li{
background: black; 
float: left;
clear: both;
height: auto;
padding: 10px 0 10px 0;
border: 1px #333 solid;
border-top: 0;
/*filter:alpha(opacity=90);
opacity:0.9;*/
}

/* Fix the width on all drop links */
#nav li ul a{
width:12em;
height:auto;
z-index:99;
padding-left: 12px;
}

/* The Link Hover Color */
#nav li ul a:hover{color: #db0000;}

#nav ul ul{
top:auto;
z-index:99;
}	

/* Styles the second level dropdown */
#nav li ul ul {
left:12em; /* Slide the 2nd level menu over to the right */
margin:-36px 0 0 12px; /* Adjust the positioning to accomadate the padding on the 1st level. */
z-index:99;
}

/* Add a border to the top of the second level */
#nav .topli{
border-top: 1px black solid !important;
background: #ddd;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
display:none;
z-index:99;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
display:block;
z-index:99;
}
