@charset "utf-8";
/* CSS Document */
/*  
Theme Name: Conley Bottom Resort
Theme URI: http://www.conleybottom.com
Description: A custom theme for Conley Bottom Resort.
Version: 1.0
Author: The Center for Rural Development
Author URI: http://www.centertech.com/

*/

/*-----RESET CSS -----------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
/*table, caption, tbody, tfoot, thead, tr, th, td*/ {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*------------ BODY STYLES -------------------------------------------------------------------------*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 26px;
	background-color: #0a98d3;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #02486A;
}

/*------------- CONTAINERS -----------------------------------------------------------------------------*/

#wrapper{
	width: 100%;	
	height: 100%;
	text-align: center; /* centers content for IE */
	margin-left: auto; /* centers content for Mozilla */
	margin-right: auto; /* centers content for Mozilla */
	}

#header_wrapper{
	background-image: url(images/header.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height: 440px;
	width: 100%;
	}
	
#sub_header_wrapper{
	background-image: url(images/sub-header.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height: 206px;
	width: 100%;
	}

#content_wrapper{
	background-image: url(images/bkgd-gradient.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	
	overflow:auto; /* Bug fix so container will open */
	background-color: #ffffff;	
}

#column_wrapper{
	/*height: 100%;*/
	width: 930px;
	overflow: auto;
	padding: 15px 0px;
	
	text-align: center; /* centers content for IE */
	margin-left: auto; /* centers content for Mozilla */
	margin-right: auto; /* centers content for Mozilla */
}


#leftcolumn_wrapper{
	float: left;
	/*height: 1000px;*/
	width: 200px;
	margin: 0 0 0 25px;
	display: inline;	/* for IE6 */
}

#leftcolumn_widget_wrapper{
	text-align: left;
	}


#rightcolumn_wrapper{
	float: right;
	/*height: 100%*/;
	width: 675px;
	margin: 0 0 0 25px;
	text-align: left;
	color: #02486A;
	overflow:hidden; /* IE FIX */
}

.postmetadata{
	clear:both;
	font-size: 16px;}

#footer_wrapper{
	background-image: url(images/footer.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	overflow: auto;
	color: #ffffff;
	padding-top: 70px;
	text-align: center; /* centers content for IE */
	margin-left: auto; /* centers content for Mozilla */
	margin-right: auto; /* centers content for Mozilla */	
}

#footer_widget_wrapper{
	
	width: 930px;
	overflow: auto;
	padding-bottom: 50px;
	
	text-align: center; /* centers content for IE */
	margin-left: auto; /* centers content for Mozilla */
	margin-right: auto; /* centers content for Mozilla */
}

#footer_widget_wrapper div{
	float: left;
	width: 300px;
	padding: 0px 5px;
}

#footer_widget_wrapper div div{
	padding: 0px;	
}

#copyright_wrapper{
	font-size: 16px;	
	overflow: auto;
	}
	
#search{margin: 15px 0px;}

/*---- PARAGRAPH STYLES -----------------------------------------------------------*/


p
{
	margin: 15px 0px;
	padding: 0px;
	
}


/*---- HEADER STYLES ---------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6{
	font-style: italic;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 10px 0px;
}

h1 
{	
	font-size: 30px;
	line-height: 42px;
}


h2 
{	
	font-size: 28px;
	line-height: 40px;
}

h3 
{
	font-size: 26px;
	line-height: 38px;
}

h4 
{
	font-size: 24px;
	line-height: 32px;	
}

h5 
{
	font-size: 22px;
	line-height: 30px;	
}

h6 
{
	font-size: 20px;
	line-height: 28px;	
}


#rightcolumn_wrapper h1, 
#rightcolumn_wrapper h2,
#rightcolumn_wrapper h3,
#rightcolumn_wrapper h4, 
#rightcolumn_wrapper h5, 
#rightcolumn_wrapper h6{
	color: #e92226;

	}

#footer_wrapper h1, 
#footer_wrapper h2, 
#footer_wrapper h3, 
#footer_wrapper h4, 
#footer_wrapper h5, 
#footer_wrapper h6 {
	color: #ffffff;	
}

#footer_wrapper h2{font-size:24px;}

#sub_header_wrapper h1{
	margin: 0 0 0 -3000px;	
}

#header_wrapper h1{
	margin: 0 0 0 -3000px;
	height: 0px;	/* to make room for flash header */
	display: none;	/* to make room for flash header in IE6? */
}

#leftcolumn_widget_wrapper h2 {
	color: #0082BF;
	text-align:center;
	margin-top: 30px;
	font-size: 24px;
}

/*----- LINK STYLES ----------------------------------------------------------------*/

#rightcolumn_wrapper a:link
{ text-decoration: none; }

#rightcolumn_wrapper a:visited
{ text-decoration: none; }

#rightcolumn_wrapper a:hover
{ text-decoration: underline; }

#rightcolumn_wrapper a:active
{ text-decoration: none; }

#rightcolumn_wrapper h1 a:link,
#rightcolumn_wrapper h1 a:visited,
#rightcolumn_wrapper h1 a:hover,
#rightcolumn_wrapper h1 a:active{
	
	color: #e92226;}
	
#rightcolumn_wrapper h2 a:link,
#rightcolumn_wrapper h2 a:visited,
#rightcolumn_wrapper h2 a:hover,
#rightcolumn_wrapper h2 a:active{
	
	color: #e92226;}
	
	
#rightcolumn_wrapper h3 a:link,
#rightcolumn_wrapper h3 a:visited,
#rightcolumn_wrapper h3 a:hover,
#rightcolumn_wrapper h3 a:active{
	
	color: #e92226;}
	
#rightcolumn_wrapper h4 a:link,
#rightcolumn_wrapper h4 a:visited,
#rightcolumn_wrapper h4 a:hover,
#rightcolumn_wrapper h4 a:active{
	
	color: #e92226;}

#rightcolumn_wrapper h5 a:link,
#rightcolumn_wrapper h5 a:visited,
#rightcolumn_wrapper h5 a:hover,
#rightcolumn_wrapper h5 a:active{
	
	color: #e92226;}
	
#rightcolumn_wrapper h6 a:link,
#rightcolumn_wrapper h6 a:visited,
#rightcolumn_wrapper h6 a:hover,
#rightcolumn_wrapper h6 a:active{
	
	color: #e92226;}
	
#footer_wrapper a:link{
	color: #FFF;
	text-decoration: none;
}
	
#footer_wrapper	a:visited{
	color: #FFF;
	text-decoration: none;
}
#footer_wrapper a:hover{
	text-decoration: underline;
}
#footer_wrapper a:active{
	text-decoration: none;
}

/*----------- LIST STYLES ---------------------------------------------------------*/

ol, ul {
	text-align: left;
	padding: 0px 0px 0px 15px;
	}

#leftcolumn_widget_wrapper li{ list-style-type: none; }

#rightcolumn_wrapper li{
	list-style-type: disc;
}

#rightcolumn_wrapper ul li#linkcat-2 {list-style-type:none;}

/*----------- TABLE STYLES ---------------------------------------------------------*/


table#wp-calendar 
{
	width:100%;	
}

#wp-calendar caption, #wp-calendar th, #wp-calendar td {text-align: center;}

table, caption, tbody, tfoot, thead, tr, th, td{}

#rightcolumn_wrapper table {
	width:98%;
	text-align:left;
	margin: 15px 0px;
}

#rightcolumn_wrapper table.ec3_schedule {
	width: auto;
	
}

#rightcolumn_wrapper  td{
	padding:5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #3399CC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}

#rightcolumn_wrapper table.ec3_schedule td {
	border: none;
}

#rightcolumn_wrapper thead{
	background-color: #D7EAFF;
}



/*----------- IMAGE STYLES --------------------------------------------------------*/
	
a img
{
	border: 0px;
	text-decoration: none;
}

.alignleft 
{ 
	float:left; 
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.alignright 
{
	float: right; 
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
}

.border
{
	border: 3px solid #39C;
}

img.attachment-post-thumbnail, 
img.attachment-single-post-thumbnail{
	float: left;
	border: 2px solid #018ACF;
	margin: 5px 15px 5px 0px;
	}
	
	/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 99%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 14px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 14px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #ffffff;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 560px !important; /* prevent too-wide images from breaking layout */
	/*padding: 4px;*/
	/*text-align: center;*/
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #02486A;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}

html body div#wrapper div#content_wrapper div#column_wrapper div#leftcolumn_wrapper div#leftcolumn_widget_wrapper div#recent-flickr-photos.widget div#wfm-recent-widget a.flickr-image img{
	margin:0px 3px 3px 0px;
	padding: 2px;
	background-color: #018ACF;
	}

/*---- MENU ------------------------------------------------------------------------*/

#menu {
	/*background: #333;*/
	/*float: left;*/
	/*width: 12em;*/
	list-style: none;
	margin: 0;
	padding: 0;
	
	text-align: left;
	
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #39C;
}


#menu ul /* added for wp menu fix */
{ 
	margin:0;
	padding:0px;
	list-style: none;
}

#menu li { display: inline-block; } 	/* for IE6 */

#menu li {
	/*font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;*/
	margin: 0;
	padding: 0;
	
	position: relative; /* added for child menu */
	display: block; /* for non-IE6 */
}

#menu li a{
		display: inline-block;
		/* To fix gap between items LTE IE7 */
		/* See http://www.456bereastreet.com/archive/200610/closing_the_gap_between_list_items_in_ie/ */
		/* Must be declared separate from other li a rules */
	}

#menu li a {
	/*color: #ccc;*/
	/*padding: 8px 12px;*/
	background: url("images/menu_icon.gif") left center no-repeat;
	display: block;
	margin: 0;
	padding: 3px 5px 3px 35px;
	color: #e92226;
	font-weight:bold;
	text-decoration: none;
	
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #39C;
	}
	
#menu li a:hover {
	background: #fff url("images/menu_icon_over.gif") left center no-repeat;
	/*color: #fff;*/
	/*padding-bottom: 8px;*/
}

/* CHILD AND GRANDCHILD LEVEL MENU */

#menu li ul {
	position: absolute; /* necessary for fly-out */
	top: 0px;
	left: 199px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	background-color: #b8dcee;
	width: 100%;
	display: none; /* hide children on hover */
	
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #39C;

	}

#menu li ul li ul {
	border-top: none;
}

#menu li ul li.sfhover ul,
#menu li ul li:hover ul {
	border-top: 1px dotted #39C;
}

#menu li.sfhover ul,
#menu li:hover ul /* shows children on hover */
{ 
	display: block; 
}

/* GRANDCHILD MENU */

#menu li li li /* hides grandchildren */
{
	display: none;
}

#menu li li.sfhover li,
#menu li li:hover li /* shows grandchildren on hover */
{
	display: block;	
}
	
/*-------- COMMENTS STYLES -------------------------------------------------*/

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}
