/*  
Theme Name: Wayne County
Theme URI: http://www.centertech.com/
Description: This is my theme for Wayne County, Kentucky.
Version: 1.0
Author: Gretchen Wheeler
Author URI: http://www.centertech.com/

*/

@charset "utf-8";
/* CSS Document */

/*---- PAGE ELEMENTS ----------------------------------------------------------------*/

body 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #104c61;
	margin: 0px;
	text-align: center;
	background-image: url(images/background.jpg);
	background-attachment: fixed;
	background-color: #A8E1FE;
	background-repeat: no-repeat;
	background-position: center bottom;			
}


/*----- WRAPPERS ------------------------------------------------------------------------------------------------*/

#wrapper /* contains everything */
{
	width: 1000px;
	height: 100%;
	text-align: center; /* centers content for IE */
	margin-left: auto; /* centers content for Mozilla */
	margin-right: auto; /* centers content for Mozilla */

}

#leftcolumn_wrapper /* contains logo, #leftcolumn_widget */
{
	float: left;
	width: 275px;
	margin-top: 30px;
	margin-bottom: 50px;
	
}

#leftcolumn_widget /* contains sidebar widgets */
{
	/*background-color: #6699FF;*/
	background-image: url(images/sidebar_background.png);
	background-repeat: repeat-y;
	border: 1px solid #4A7CB9;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 20px;
}


#leftcolumn_widget div
{
	color: #FFFFFF;
}

#rightcolumn_wrapper /* contains everything in the main content area  */
{
	float: right;
	width: 700px;
	margin-bottom: 50px;
}

#rightcolumn_header /* contains transparent header background and text graphic */
{
	background-image: url(images/content_bkg.png);
	background-repeat: repeat-y;
	height: 75px;
	
	padding-top: 73px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #83A5CF;
	border-bottom-color: #83A5CF;
	border-left-color: #83A5CF;
}

#rightcolumn_menu /* contains main navigation */
{
	height: 60px;
	width: 100%;
}

#rightcolumn_content_wrapper /* transparent background for main content area */
{
	background-image: url(images/content_bkg.png);
	background-repeat: repeat-y;
	
	height: 100%;
	border: 1px solid #83A5CF;
	
	padding: 20px;
	
}

#rightcolumn_rotating_image /* Rotating main image */
{
	background-color: #FFFFFF;
	border: 1px solid #83A5CF;
	padding: 15px;
	margin-bottom: 20px;
	text-align: left;
}

.rightcolumn_container /* white box for main content */
{
	background-color: #FFFFFF;
	border: 1px solid #83A5CF;
	padding: 15px;
	margin-bottom: 20px;
	text-align: left;
	background-image: url(images/container-background.jpg);
	background-repeat: repeat-x;
}

.rightcolumn_widget /* contains .rightcolumn_widget_right and .rightcolumn_widget_left  */
{
	text-align: left;
	height: 300px;
	clear: both;
	text-align: center;
	font-size: 18px;
}

.rightcolumn_widget_right /* rightside widget */
{
	background-color: #FFFFFF;
	border: 1px solid #83A5CF;
	padding: 15px;
	margin-bottom: 20px;
	background-image: url(images/container-background.jpg);
	background-repeat: repeat-x;
	float:right;
	width: 280px;
	height: 250px;
}

.rightcolumn_widget_left /* leftside widget */
{
	background-color: #FFFFFF;
	border: 1px solid #83A5CF;
	padding: 15px;
	margin-bottom: 20px;
	background-image: url(images/container-background.jpg);
	background-repeat: repeat-x;
	float:left;
	width: 280px;
	height: 250px;
}

.post 
{
	clear: both;
	margin-bottom: 15px;
	overflow: auto;
}


#footer
{
	color: #ffffff;
	clear: both;
	min-height: 100px;

	text-shadow: 1px 1px 0px #113542;
	filter: dropshadow(color=#113542, offx=1, offy=1);
}

/* ------- MAIN NAVIGATION ------------------------------------------------------------------------------------ */

.menu
{
	border:none;
	border:0px;
	margin:0px;
	padding:0px;
	/*font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;*/
}

.menu ul
{
	/*background:#333333;*/
	/*height:35px;*/
	list-style:none;
	margin:0;
	padding:0;
}

	.menu li
	{
		float:left;
		padding:0px;
	}
		
	.menu li a
	
	{
	background:/*#333333*/ url("images/menu/line.jpg") bottom right no-repeat;
	color:#104c61;
	display:block;
	font-weight:normal;
	line-height:60px;
	margin:0px;
	padding:0px 12px;
	text-align:center;
	text-decoration:none;
	font-size:15px;
		}
	
		.menu li a:hover, .menu ul li:hover a, .menu ul li.sfHover a
		{
			background: /*#2580a2*/ url("images/menu/rollover1.png") bottom center no-repeat;
			color:#FFFFFF;
			text-decoration:none;
			}

	.menu li ul
	{
	/*background:#333333;*/
	background-image: url(images/sidebar_background.png);
	background-repeat: repeat-y;
	display:none;
	height:auto;
	padding:0px;
	margin:0px;
	border:0px;
	position:absolute;
	width:200px;
	z-index:200;
	background-position: center;		
	/*top:1em;
	/*left:0;*/
		}
		
	.menu li:hover ul, .menu li.sfHover ul
	{
		display:block;
		
		}
	
	.menu li li 
	{
	/*background:url('images/sub_sep.gif') bottom left no-repeat;*/
	display:block;
	float:none;
	margin:0px;
	padding:0px;
	width:200px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DCE6F1;
		}
	
	.menu li:hover li a, .menu li.sfHover li a
	{
		background:none;
		
		}
	
	.menu li ul a
	{
		display:block;
		height:40px;
		line-height: 40px;
		font-size:14px;
		font-style:normal;
		margin:0px;
		padding:0px 10px 0px 15px;
		text-align:left;
		}
	
		.menu li ul a:hover, .menu li ul li:hover a, .menu li ul li.sfHover a
		{
			background:/*#2580a2*/ url('images/menu/rollover2.png') center left no-repeat;
			border:0px;
			color:#ffffff;
			text-decoration:none;
			}

	.menu p
	{
		clear:left;
		}	


/*------ HEADERS -----------------------------------------------------------------*/

h1 
{
	color: #014056;
	font-weight: normal;
	font-size: 26px;
	margin-top: 5px;
	margin-bottom: 15px;
	line-height: normal;

}
	
h2
{
	color: #014056;
	font-weight: normal;
	font-size: 24px;
	margin-top: 5px;
	margin-bottom: 15px;
	line-height: normal;
}

h3
{
	color: #014056;
	font-weight: normal;
	font-size: 22px;
	margin-top: 5px;
	margin-bottom: 12px;
	line-height: normal;
}

h4
{
	color: #014056;
	font-weight: normal;
	font-size: 20px;
	margin-top: 5px;
	margin-bottom: 10px;
	line-height: normal;
}

h5
{
	color: #014056;
	font-weight: normal;
	font-size: 18px;
	margin-top: 5px;
	margin-bottom: 10px;
	line-height: normal;
}

h6
{
	color: #014056;
	font-weight: normal;
	font-size: 16px;
	margin-top: 5px;
	margin-bottom: 10px;
	line-height: normal;
}


#leftcolumn_widget h2 /* styles the h2 in #leftcolumn_widget */
{
	background-color: #8FC5F9;
	background-image: url(images/widget_header.jpg);
	background-repeat: repeat-x;
	height: 30px;
	font-size: 18px;
	line-height: 28px;
	font-weight: normal;
	color: #012b3a;
	margin: 15px 0px 15px 0px;
	padding: 0px 5px 0px 5px;
}

.rightcolumn_widget h1
{
	margin: 0px;
}


/*----- PARAGRAPH ------------------------------------------------------------------------------------------------*/

p
{
	/*margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;	*/
	margin-top: 5px;
	margin-bottom: 20px;
}

#leftcolumn_widget p
{
	color: #FFFFFF;
	/*margin: 10px 5px 10px 5px;*/
}


/*----- IMAGES --------------------------------------------------------------------------------------------------*/

a img
{
	border: 0px;
	text-decoration: none;
}


.leftimg /* Left align images */
{
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.rightimg /* Right align images */
{
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
}

.alignleft 
{ 
	float:left; 
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.alignright 
{
	float: right; 
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
}


/*---- LIST STYLES -------------------------------------------------------------------------------*/

#leftcolumn_widget ul
{
	color: #FFFFFF;
	/*text-align: left;*/
	padding: 0px;
	margin: 0px 20px;	      
}

#leftcolumn_widget li
{
    margin: 3px 0px;
}

#leftcolumn_widget li ul
{
    margin: 0px 10px;
}

.rightcolumn_widget ul
{
	text-align: left;
}


/*------ LINK STYLES --------------------------------------------------------------------------------------------*/

#leftcolumn_widget a:link, #footer a:link /* styles leftcolumn widget links */
{
	color: #FFFFFF;
	text-decoration: none;
}

#leftcolumn_widget a:visited, #footer a:visited
{
	color: #FFFFFF;	
	text-decoration: none;
}

#leftcolumn_widget a:hover, #footer a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}

#leftcolumn_widget a:active, #footer a:active
{
	color: #FFFFFF;
	text-decoration: none;	
}


.rightcolumn_widget a:link /* styles rightcolumn widget links */
{
	color: #104c61;
	text-decoration: none;
}

.rightcolumn_widget a:visited
{
	text-decoration: none;
}

.rightcolumn_widget a:hover{
	text-decoration: underline;
	font-weight: bold;
}

.rightcolumn_widget a:active
{
	color: #104c61;
	text-decoration: none;
}



/* ----- WORDPRESS WIDGET SPECIFIC STYLES ------------------------------------------------------------------------------- */


#searchform /* Search box widget */
{ 
	text-align:center;
	margin: 0px;
	padding: 0px;
}

#searchform label /* Search box label text */
{
	display: none;
}

#wp-calendar table /* Calendar widget */
{
	margin: 0 auto;
	width: 85%;
	text-align: center;
	color: #ffffff;
}

#aktt_tweet_form fieldset /* Twitter widget fieldset */
{ 
	border: none;
}

#aktt_tweet_posted_msg /* Twitter widget extra statement */
{
	display: none;
}

.textwidget /* Any textwidget */
{
	margin: 5px;
}

#text-18 /* Know Before You Go spotlight */
{
	background-image: url(images/mail.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 250px;
}

#text-19 /* Vacation Planner spotlight */
{
	background-image: url(images/lightbulb.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 250px;
}

#text-20 /* Fun Facts spotlight */
{
	background-image: url(images/fun-facts.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 250px;
}

#text-23 img /* Social Media Icons */
{
		padding-left: 10px;
}

.wp-caption-text{
	color: #666666;
	font-size: 12px;
}
/* fun facts blockquote */
div#testimonials-4.widget div#sfstest-sidebar blockquote{padding:0px; margin:0px; font-size:16px; font-weight:bold;}
