/*
Theme Name: Maine Youth Camping Foundation
Version: 1.0
Description: This is a WordPress theme.
Author: David Mallon
Author URI: http://iknowwebdesign.com
Date: 09-23-2009


/*-----------Block Level Elements--------------*/

html, body
	{
	
	}

body
	{
	padding-top: 0;
	margin: 0;
	background-color: #FCFCFC;
	font-size: .8em;
	font-family: Trebuchet MS, Arial, Sans-Serif;
	color: #333;
	}

#header
	{
	margin: 0px;
	background-image: url('images/header_bkgd.gif');
	}

#header div.inner
	{
	width: 917px;
	height: 145px;
	margin: 0 auto;
	background-image: url('images/header_inner_bkgd.gif');
	}

#headerimg
	{
	
	}

.home_link
	{
	margin: 0;
	height: 106px;
	width: 625px;
	}

#headerimg h1 a
	{
	color: #FFFFFF;
	font-size: 1.6em;
	text-decoration: none;
	}

#headerimg h1
	{
	padding: 25px 0 0px 20px;
	margin: 0 0 0 0;
	}

.login
	{
	position: relative;
	top: -10px;
	left: 125px;
	}

.login_box
	{
	
	}

.login_close
	{
	color: red;
	}

#login_form
	{
	width: 175px;
	position: absolute;
	top: 90px;
	left: 725px;
	background-color: #DFDFDF;
	z-index: 4000;
	padding: 6px;
	border: 1px solid;
	
	}

#content div.inner
	{
	width: 917px;
	margin: 0 auto;
	
	background-image: url('images/content_inner_bkgd.gif');
	background-repeat: repeat y;
	}

.narrow_column
	{
	
	}

.has_right_sidebar #content
	{
	
	}

.narrow_column .page_content
	{
	float: left;
	width: 540px;
	margin: 15px 10px 25px 33px;
	padding-top: 0px;
	}



.has_left_sidebar .page_content
	{
	margin: 15px auto 0 auto;
	}

.has_right_sidebar .page_content
	{
	
	}

.wide_column .page_content
	{
	width: 750px;
	padding: 30px 0 0 0;
	margin: 0px 0 0 80px;
	}

.has_left_sidebar
	{
	background-image: url('images/page_bkgd_left.gif');
	background-repeat: repeat-y;
	}

.has_right_sidebar
	{
	background-image: url('images/page_bkgd_right.gif');
	background-repeat: repeat-y;
	background-position: 0px 50px;
	}

ul
	{
	list-style:none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

a img
	{
	border: none;
	}

a
	{
	outline: none;
	
	}

td
	{
	vertical-align:top;
	}

#footer
	{
	margin: 0px;
	padding: 0;
	background-image: url('images/footer_bkgd.jpg');
	height: 115px;
	clear: both;
	color: #222;
	}

#footer div.inner
	{
	width: 917px;
	background-image: url('images/footer_inner_bkgd.jpg');
	margin: 0px auto;
	height: 115px;
	}

#footer a
	{
	color: #666;
	text-decoration: none;
	}

#footer p.copyright
	{
	float: left;
	margin-left: 35px;
	padding-top: 25px;
	font-size: .9em;
	}

#footer p.iknow
	{
	float: right;
	margin-right: 35px;
	padding-top: 45px;
	font-size: .9em;
	}


/*-------------Text elements-------------*/

a
	{
	color: #003B92;
	}

p
	{
	margin: 0 0 15px 0;
	padding: 0;
	line-height: 175%;
	}

.hidden
	{
	position: absolute;
	left: -999em;
	}

/*-------------Headings-------------*/
h1, h2, h3, h4, h5, h6
	{
	color: #003B92;
	font-weight: normal;
	}
h1
	{
	color: #0D7550;
	font-size: 175%;
	margin: 0px 0px 15px 0px;	
	}

h1.post_title
	{
	margin-bottom: 5px;
	text-decoration: none;
	font-weight: bold;
	}

h2
	{
	font-size: 150%;
	
	}

h3
	{
	font-size: 130%
	}

h4
	{
	font-size: 110%
	}

h5
	{

	}

h6
	{
	font-size: 50%
	}


/*-------------Top Nav-------------*/

#topnav
	{
	position: relative;
	z-index: 3000;
	height: 34px;
	margin: 0px;
	}

#topnav ul
	{
	background-color: #99C97D;
	height: 34px;
	margin: 0 33px 0 33px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	}

#topnav ul li
	{
	float: left;
	display: inline;
	margin: 0px 0px 0px 0px;
	height: 34px;
	}

#topnav ul li a
	{
	font-size: 13px;
	font-weight: bold;
	height: 14px;
	color: #222;
	display: block;
	margin: 2px 0 0 0;
	padding: 5px 16px 11px 16px;
	text-decoration: none;
	border-right: 1px solid #E5E2D1;
	}

#topnav ul li ul
	{
	position: absolute;
	margin: 0px;
	border-left: 0px solid;
	width: 175px;
	visibility: hidden;
	background-color: #CeDEB9;
	padding: 0;
	}

#topnav ul li li
	{
	width: 175px;
	background-color: #CEDEB9;
	border-right: 0px solid #fff;
	}
	

#topnav li ul li a
	{
	height: 13px;
	display: block;
	color: #222;
	text-decoration: none;
	padding: 7px 0px 10px 10px;
	}

#topnav ul li a:hover
	{
	color: #FFF;
	background-color: #1b5e3d;
	}

#topnav ul li.current_page_item a
	{
	color: #FFF;
	background-color: #1b5e3d;
	}

#topnav ul li.current_page_item li a
	{
	background-color: #CEDEB9;
	color: #222;
	}

#topnav ul li.current_page_item li a:hover
	{
	color: #FFF;
	background-color: #1b5e3d;
	}


/*-------------The Post-------------*/

.post
	{
	
	}

.page_content
	{
	
	}

.post p
	{
	margin: 0px 0px 15px 0px;
	}

.post .entry
	{
	
	}

.post h2
	{
	border-bottom: 2px dotted #0D7550;
	margin:0 0 10px;
	padding:5px 0px 10px 0px;
	}

.entry h2
	{
	
	}

.post h3
	{
	margin: 5px 0px 5px 0px;
	}

.post h4
	{
	margin: 0px 0px 7px 0px;
	}

.post ul
	{
	margin: 0 0 1em 10px;
	padding-left: 10px;
	list-style: disc;
	}

.post li, .sidebar_post li
	{
	padding: 3px 0 3px 4px;
	list-style-position: outside;
	}

.postmetadata
	{
	font-size: 95%;
	color: #999;
	margin: 0;
	padding: 0;
	}

blockquote
	{
	width: 200px;
	float: right;
	margin: 0px 0px 0px 10px;
	padding-left: 30px;
	background-image: url('images/quotes.gif');
	background-repeat: no-repeat;
	color: #333;
	font-size: 125%;
	}

blockquote p
	{
	background-image: url('images/end_quotes.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
	padding-right: 15px;
	}

.post_date
	{
	font-size: 90%;
	margin: 5px 0px 0px 0px;
	color: #6BAB45;
	}

.text_highlight
	{
	color: #0D7550;
	font-weight: bold;
	}
	
/*--------------Home Page Styling------------*/
#home #header
	{
	
	}

#home #content div.inner
	{
	
	}

#home .has_left_sidebar
	{
	
	}

#home .has_right_sidebar
	{
	
	}

#home div.slideshow
	{
	border: 2px solid #ccc;
	width: 540px;
	height: 315px;
	margin-bottom: 15px;
	}

#home div.slideshow img
	{
	width: 540px;
	height: 315px;
	visibility: hidden;
	}




/*--------------Camp listing styles------------*/

#searchform
	{
	width: 100%;
	margin-bottom: 10px;
	}

#searchform label, #cat_form label
	{
	display: block;
	width: 100%;
	float: none;
	color: #0D7550;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 6px;
	font-family: arial, helvetica, sans-serif;
	}

input.search_field
	{ /* search box input field */
	float: left;
	border:0;
	margin:0;
	font-family:tahoma;
	font-size: 14px;
	padding: 6px 0px 0px 10px;
	height:30px;
	background: #ffffff url(images/search_box.gif) no-repeat top left;
	width: 176px;
	}

input.search_go
	{ /*search icon */
	float:left;
	border:0;
	padding:0;
	margin:0 0 0 5px;
	margin-top: -1px;
	height: 30px;
	width: 30px;
	background: url(images/search_icon.gif) no-repeat top left;
	cursor: pointer;
	}



#main_search_form
	{
	position: relative;
	width: 540px;
	padding: 0;
	margin-top: 0;
	}

ul.category_list
	{
	float: left;
	padding: 0;
	margin: 0 30px 0px 0;
	list-style-type: none;
	}

.category_list li
	{
	padding: 0;
	margin: 0 15px 5px 0;
	}

#j_cat_submit
	{
	margin: 10px 0 0 0;
	}

#sidebar_search_form
	{
	width: 282px;
	}

#sidebar_search_form .category_list li
	{
	width: 126px;
	float: left;
	display: inline;
	padding: 0;
	margin: 0 0px 5px 0;
	}

.list_head
	{
	color: #0D7550;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 6px;
	font-family: arial, helvetica, sans-serif;
	}

#sidebar .list_head
	{
	font-weight: bold;
	font-size: 16px;
	margin: 5px 0 3px 0;
	font-family: arial, helvetica, sans-serif;
	}

.category_list input
	{
	width: 15px;
	}

.category_list #j_cat_submit
	{
	display: block;
	margin: 0;
	width: 186px;
	clear: left;
	}

.removeFav
	{
	display: inline-block;
	width: 14px;
	height: 14px;
	background-image: url('images/delete_icon.gif');
	background-repeat: no-repeat;
	margin-right: 10px;
	}

.camp_details
	{
	color: #000;
	border: 1px solid #ccc;
	margin: 0px 0px 10px 0;
	padding: 5px 5px 5px 10px;
	background-color: #F7F8F2;
	}

.camp_details h4
	{
	color: #000;
	margin: 0 0 3px 0px;
	font-weight: bold;
	}

#sidebar .camp_address
	{
	width: 280px;
	color: #000;
	border: 1px solid #ccc;
	margin: 0px 0px 0px 0;
	background-color: #F7F8F2;
	}

.camp_address ul
	{
	list-style:none;
	margin: 5px;
	padding: 0px 0px 0px 0px;
	}

.addFav
	{
	width: 131px;
	height: 37px;
	}

.campImage
	{
	float: right;
	margin: 0px 0px 5px 12px;
	border: 1px solid #fff;
	}

/*-------------Budiness Members---------------*/
div.bm_list
	{
	margin: 0 0 10px 15px;
	}

.bm_list_item
	{
	padding: 6px;
	background-color: #F7F8F2;
	border: 1px solid #ccc;
	margin: 0px 0px 6px 0;
	}

div.bm_list .toggler h3
	{
	margin: 0 0 0 0;
	}

div.bm_list .toggler p
	{
	margin: 0 0 0 15px;
	font-weight: bold;
	}

div.bm_list div.entry
	{
	margin: 0 0 0 15px;
	}

/*-------------Camp Directory Page------------------*/

.directory_list
	{
	float: left;
	width: 20%;
	padding: 15px;
	}

.directory_list ul
	{
	margin: 0;
	padding: 0;
	list-style: none;
	}

.directory_list h3
	{
	text-align: center;
	border-bottom: 1px solid;
	color: #444;
	}

.directory_list a
	{
	text-decoration: none;
	}

/*-------------Restricted Page Login------------------*/

.restricted_login
	{
	width: 50%;
	float: right;
	}

.restricted_login h2
	{
	display: none;
	}

.restricted_login input.checkbox
	{
	width: 15px;
	}

.restricted_login p
	{
	margin: 0 0 5px 0;
	}

/*-------------Registration forms-------------------*/

#jmg_form label
	{
	float: none;
	display: block;
	
	}
	
#jmg_form ul
	{
	margin: 0;
	padding: 0;
	}

#jmg_form ul li
	{
	list-style: none;
	}

#jmg_form input
	{
	
	margin: 0 0 6px 0;
	}

.multi_line
	{
	float: left;
	margin-right: 20px;
	}

#label1
	{
	float: left;
	}

label span
	{
	color: #222;
	}

.notation
	{
	padding: 5px;
	background-color: #ccc;
	}

#JMGCampName
	{
	width: 300px;
	}

#CampState, #JMGState
	{
	width: 100px;
	}

#CampZip, #JMGAge, #JMGDateOfBirth, #JMGPostalCode, #JMGPastYears
	{
	width: 50px;
	}

#jmg_form legend
	{
	font-weight: bold;
	font-size: 150%;
	margin: 0 0 10px 0;
	}

#jmg_form fieldset
	{
	border: 1px solid #ccc;
	padding: 10px;
	}

form input, form textarea {
  border-color:#666666 #bbbbbb #bbbbbb #666666;
}

form .button {
  border-color:white #DCDCDC #DCDCDC white;
  background-color:#F0F0F0;
}

.alert
	{
	border: 3px solid red;
	font-weight: bold;
	padding: 10px;
	text-align: center;
	}

#jmg_form .radio
	{
	border: 0px solid;
	width: 20px;
	}

#jmg_form p.sub
	{
	font-weight: bold;
	color: #333;
	margin: 0 0 10px 0;
	}

.bulletlist
	{
	padding-left: 20px !important;
	margin-left: 20px !important;
	
	}
	
.bulletlist li
	{
	list-style-type: disc !important;
	}

#jmg_form .bulletlist
	{
	margin-right: 25px;
	}	

/*-------------Widgets and sidebars------------------*/

#sidebar
	{
	width: 282px;
	margin: 0 0 0 600px;
	padding-top: 15px;
	}

#sidebar .fancy
	{
	padding-top: 15px;
	background-image: url('images/sidebar_header_bkgd.gif');
	background-color: #F7F8F2;
	/*background-position: 0px 43px;*/
	background-repeat: no-repeat;
	
	}

.sidebar_post
	{
	margin: 0 0 10px; 0;
	}

.sidebar_post .sidebar_header
	{
	height: 20px;
	}

.fancy .sidebar_header
	{
	background-image: url('images/sidebar_header_bkgd.gif');
	background-repeat: no repeat;
	}

#sidebar h2
	{
	margin-bottom: 5px;
	}

.fancy h2
	{
	background-color:#FFFFFF;
	border: 1px solid #ddd;
	color:#0D7550;
	font-size:18px;
	margin:0 7px;
	padding:5px;
	text-align:center;
	}



.fancy .sidebar_header h2 span.beforex
	{
	background-image: url('images/sidebar_h2_before.gif');
	width: 5px;
	}


.fancy .sidebar_header h2 span.mainx
	{
	background-image: url('images/sidebar_h2_bkgd.gif');
	background-repeat: repeat-x;
	}

.fancy .sidebar_header h2 span.afterx
	{
	background-image: url('images/sidebar_h2_after.gif');
	width: 5px;
	}

.sidebar_post .entry
	{
	margin: 5px 0px 10px 5px;
	}

.fancy .entry
	{
	margin: 10px 10px 10px 15px;
	}

.fancy .sidebar_footer
	{
	background-image: url('images/sidebar_footer_bkgd.gif');
	background-repeat: no repeat;
	height: 15px;
	}

.left_sidebar
	{
	float: left;
	margin-left: 8px !important;
	}

.right_sidebar
	{
	margin-right: 33px;
	}

.widgettitle
	{
	margin: 0px 0px 5px 0px;
	}

.widgetized li ul
	{
	margin: 0px 0px 10px 0px;
	}

li.widget ul, li.widget select
	{
	margin: 0px 0px 10px 0px;
	}

li h2
	{
	margin: 0px 0px 5px 0px;
	}

#sidebar_right ul li ul
	{
	margin: 0px 0px 15px 0px;
	}

#sidebar .restricted_login
	{
	float: none;
	width: 100%;
	margin: 0 30px;
	}

#sidebar ul.sub_pages_nav
	{
	color: #000;
	border: 1px solid #ccc;
	margin: 0px 0px 10px 0;
	background-color: #fff;
	padding: 3px;
	}

#sidebar .sub_pages_nav .page_item a
	{
	color: #000;
	font-weight: bold;
	text-decoration: none;
	padding: 3px 5px 3px 15px;
	background-color: #e1ebf5;
	display: block;
	}

#sidebar .sub_pages_nav .page_item a:hover
	{
	background-color: #fff;
	}

#sidebar .sub_pages_nav current_page_item a
	{
	background-color: #fff;
	}
/*-------------Junior Maine Guide------------------*/

#junior-maine-guide #header div.inner
	{
	background-image: url('images/headerJMG_inner_bkgd.gif');
	}
	
/*-------------Comments (needs cleanup)------------------*/

#commentform, a.commentlink, .commentcount
	{
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	}

a.commentlink
	{
	
	padding-left:16px;
	background:url(images/comments.gif) center left no-repeat;
	}

.commentcount
	{
	
	color: #888;
	font-size: 90%;
	margin-left: 15px;
	}

#commentform
	{
	border: 0px solid;
	}

#comment
	{
	width: 450px;
	
	}

#comments h2 {margin-bottom:24px;}

#comments h2 a {color:#6C8C37;}

#comments li.comment {list-style-image:url(images/comments.gif);}

#comments li.trackback,#comments li.pingback {list-style-image:url(images/pingtrackback.gif);}

#commentform {background-color:#EDF3DE;}

#comments .header {background-color:#EDF3DE;}

#comments .header.alt {background-color:#E9F7F6;}

form p {border-color:white;}

form label { color:#0d7550;}

form em {color:#C8C8B4;}

form input {color:#414141;}



form {padding:6px 0;}

#commentform, #contactform {margin-bottom:18px;}

form fieldset {border:0 solid;} /* Opera */

#commentform form p {
  padding:6px 0;
  border-bottom:1px solid;
}

#commentform label {margin:0 15px 0 15px;}
#contactform label {margin:0 15px 0 0;}

form em {
  margin-left:5px;
  font-size:0.9em;
  font-style:normal;
}

form input, form textarea {
  padding:3px;
  width:200px;
  border:1px solid;
  font-family:Arial,Helvetica,sans-serif;
  font-size:0.9em;
}

form textarea {overflow:auto;}

#commentform input {width:200px;}
#commentform textarea {width:325px;}

form .button {
  width:90px !important;
  border-bottom:1px solid;
  font-weight:bold;
}

#commentform .button {margin-left:90px;}
#contactform .button {margin-left:75px;}

form .hiddenfield {display:none;}

form .info {padding-left:90px;}


/*-------------Other------------------*/

.clearboth
	{
	clear: both;
	height: 1px;
	}

.clearright
	{
	clear: right;
	}

.clearleft
	{
	clear: left;
	}

.floatleft
	{
	float: left;
	}

.floatright
	{
	float: right;
	}

.center
	{
	text-align: center;
	}

img.floatleft
	{
	margin-left: 1em;
	}

img.floatright
	{
	margin-left: 1em;
	}

.wp-caption
	{
	background-color: #eee;
	border: 1px solid#ccc;
	}

.wp-caption img
	{
	display: block;
	margin: 5px auto;
	}

.wp-caption p
	{
	margin: 5px;
	}

.block
	{
	display: block;
	}

img.bordered
	{
	border: 1px solid #222;
	padding: 3px;
	}

#show_hide span.toggler
	{
	cursor: pointer;
	}

#fckBody
	{
	background-color: #fff !important;
	background-image: url('');
	}
