/*
Theme Name: CVB Theme
Theme URI: http://www.visitjeffersoncity.com/
Description:  Custom theme for CVB
Version: 1.0
Author: Charlie Triplett
Author URI: http://triplettdesign.com/
*/

body {
	text-align: center;
	font-family: arial;
	margin: 0px 0 50px 0;
	background: #5f4927;
	font-size: 90%;
	}

/*//////////Removes all padding and margin */	
* { 
	margin: 0; 
	padding: 0; 
}

/*//////////Prevents IE6-7 from adding 2px margin to the bottom of images */	
img {border:none; vertical-align:bottom;} 

table {
	border: none;
	}

td {
		border-bottom: 1px dotted #cccccc;
	}
	
	

/*//////////Clears a br character left and right */	
.clear:after {
	  content: "."; 
	  display: block; 
	  height: 0; 
	  clear: both; 
	  visibility: hidden;
}


a { color: #000000; }

a:hover {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #000000;
}

/*//////////  column for side bars left of main_content */	

#sidebar {
	width: 250px;
	background: #D2A51B;
	float:left;
	margin: 0px 0 0 0px;
	padding: 0px 0 10px 10px;
	display:inline;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

}

#sidebar h3 {
	padding: 12px 0 7px 0px;
	margin: 0;
	color: #663300;
	font-weight: bold;
	background: none;

	}

		#sidebar ul {
			list-style: none;
			padding: 0 0px 0 0px;
			margin: 0 0 0 0px;
		}
		
		#sidebar li {
			padding: 0 0 0px 0;
		}
				
		#sidebar li ul li {
			list-style: disc;
			padding: 0 0 0 10px;
			margin: 0 0 0 20px;
		}

		#sidebar .widget {
			background: #cccccc;
			padding: 20px;
			margin: 30px 0 0 0;
		}
			

#sidebar a {
	width: 100%;
	display: block;
	text-decoration: none;
	padding: 5px 0 4px 10px;
	margin: 0 10px 0 -10px;
	color: #663300;
	border-top: 1px dotted #ffcc33;
	}

#sidebar a:hover {
	width: 100%;
	display: block;
	text-decoration: none;
	background: #e3c56a;	
	}

#sidebar .current-cat a  {
	font-weight: bold;
	color: #663300;
	background: #ffffff;
}

#sidebar .current-cat a  {
	padding: 5px 0px 4px 10px;
}

#sidebar .current-cat a:hover  {
	background: #ffffcc;	
}

#sidebar .current-cat li {
	list-style: none;
 	margin: 0 0 0 10px;
	padding: 0;
	}
	
#sidebar .current-cat ul {
 	margin: 0;
	padding: 0;
	}

#sidebar .children {
	display: none;

}

#sidebar .current-cat .children {
	display: block;

}

#container {
	margin: 0 auto;
	clear: both;
	text-align:left;
	background: #F6C420 url(images/background-scruff.gif);
	width: 960px;
	padding: 0 28px 0 28px;
}
.skip {
	position: absolute;
}

#header_container {
	position:relative;
	text-align:left;
	height: 240px;
	margin: 0px auto;
	width: 960px;
}

#header {
}

/*//////////Controls  modal box overlay */	

#mbox{background-color:#ffffff; padding:7px; border:1px #cccccc;cursor:pointer}
#mbm{font-family:trebuchet ms;font-weight:bold;float:right;padding-bottom:5px;}
#ol{background-image: url(images/overlay.png);}

* html #ol{background-image:none;     filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/overlay.png", sizingMethod="scale");}
                  
			
/*//////////Controls  Name in header of  pages */	
			
			#site_name a {
				position: absolute;
				width: 500px;
				height: 200px;
				top: 10px;
				text-decoration: none;
				margin-left: 30px;
				color: #222222;
				font-weight:normal;
				text-indent:-99999px;
				font-size: 100%;
				}

			#site_name a:hover {
				color: #ffffff;
				}
	
			#site_name h2 {
				display: block;
				}
	
	

/*////////// Navigation */	

			#nav {
				clear:both;
				width: 960px;
				float: left;
				margin: 0;
				padding: 0 0 0 0;
		}
			
						#nav a {
							height: 42px;
							width: 116px;
							border: 0px solid #000000;
							display: block;
							border-right: 4px solid #000000;
							border-top: 2px solid #000000;
							border-bottom: 2px solid #000000;
							text-indent: -999999px;
						}
			
						#nav ul {
							list-style: none;
							padding: 0;
							margin: 0;
						}
			
						#nav li {
							float: left;
							margin: 0;
							padding: 0;
							position: relative;
						}
	
					#nav .page-item a:hover {
							color: #ffffff;
						}
				

					/*////////// Navigation for individual pages */	
						/*////////// 覧覧覧覧覧覧覧 */
						 #nav .page-item-1 a { 
							background: url(images/buttons/nav-home.png) top left no-repeat;
						}
						
						#nav li.current_page_item.page-item-1 a {
							background: url(images/buttons/nav-home.png) bottom left no-repeat;
						}
					
					
						/*////////// 覧覧覧覧覧覧覧 */
						 #nav .page-item-2 a { 
							background: url(images/buttons/nav-guide.png) top left no-repeat;
						}
						
						#nav li.current_page_item.page-item-2 a {
							background: url(images/buttons/nav-guide.png) bottom left no-repeat;
						}

						/*////////// 覧覧覧覧覧覧覧 */
						 #nav .page-item-4 a { 
							background: url(images/buttons/nav-meeting.png) top left no-repeat;
						}
						
						#nav li.current_page_item.page-item-4 a {
							background: url(images/buttons/nav-meeting.png) bottom left no-repeat;
						}
						
						/*////////// 覧覧覧覧覧覧覧 */

						 #nav .page-item-6 a { 
							background: url(images/buttons/nav-sports.png) top left no-repeat;
						}
						
						#nav li.current_page_item.page-item-6 a {
							background: url(images/buttons/nav-sports.png) bottom left no-repeat;
						}
						
						/*////////// 覧覧覧覧覧覧覧 */

						 #nav .page-item-8 a { 
							background: url(images/buttons/nav-event.png) top left no-repeat;
						}
						
						#nav li.current_page_item.page-item-8 a {
							background: url(images/buttons/nav-event.png) bottom left no-repeat;
						}

						/*////////// 覧覧覧覧覧覧覧 */

						 #nav .page-item-10 a { 
							background: url(images/buttons/nav-media.png) top left no-repeat;
						}
						
						#nav li.current_page_item.page-item-10 a {
							background: url(images/buttons/nav-media.png) bottom left no-repeat;
						}
						
						/*////////// 覧覧覧覧覧覧覧 */

						 #nav .page-item-12 a { 
							background: url(images/buttons/nav-about.png) top left no-repeat;
						}
						
						#nav li.current_page_item.page-item-12 a {
							background: url(images/buttons/nav-about.png) bottom left no-repeat;
						}

						/*////////// 覧覧覧覧覧覧覧 */

						 #nav .page-item-81 a { 
							background: url(images/buttons/nav-contact.png) top left no-repeat;
							border-right: none;
						}
						
						
						#nav li.current_page_item.page-item-81 a {
							background: url(images/buttons/nav-contact.png) bottom left no-repeat;
							border-right: none;
						}


#breadcrumbs {
	list-style: none;
	font-size: 70%;
	margin: 10px 0 0 0;
}

#breadcrumbs li {
	float: left;
	display: block;
	margin: 0 3px 0 0;
}

#breadcrumbs a {
	color: #555555;
}


#breadcrumbs .current a {
	text-decoration: none;
}


/*////////// Search Box within Sections */	

			#search_box {
				position: absolute;
				width: 300px;
				height: 25px;
				top: 200px;
				text-decoration: none;
				margin-left: 630px;
				color: #222222;
				font-weight:normal;
				font-size: 100%;
			}

/*//////////Features on home page within Sections */	
#feature_container {

	margin: 0px;
	padding: 0 0 7px 0;
	clear: both;
	}
	
		#feature_container:after {
			content: "."; 
			display: block; 
			height: 0px; 
			clear: both; 
			visibility: hidden;
		}
		
		
	#main_content  #feature_container img {
			float: left;
			padding: 3px;
			margin: 0 0 0 0; 
		}
		
	.feature_content {
		float: left;
		width: 300px;
		margin: 0 0 0 0px;
	}
		
	
		.feature_content h2 a {
			color: #222222;
			font-weight: bold;
			text-decoration: none;
			margin: 0;
			padding: 0;
		}
		
		.feature_content h2 a:hover {
			color: #222222;
	}
		
		.date {
			font-size: 86%;
			color: #cccccc;
			margin: 0;
			padding: 0;
		}

/*////////// Social Media Box for home page */	

#home-widget-container {
	width: 350px;
	float: left;
	margin: 0 15px 0 0;
}

.landing-photo img {
	border: 1px solid #cccccc;
	background: #ffffff;
	padding: 7px;
	margin: 0 0 10px -8px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
 }


#social-media {
	width: 340px;
	padding: 0 0 10px 0;
	margin: 0 0 0 0;
	float: left;
	color:  #534741;
	}
	
	#social-media li {
		float: left;
		display: block;
		margin: 0 20px 0 0;
	}

#landing-social-media {
	width: 340px;
	margin: 0px auto;
	padding: 0 0 10px 0;
	
	}
	
	#landing-social-media li {
		display: block;
		margin: 0 20px 10px 0;
		padding: 0;
		float: left;
	}



#home-buttons {
	width:900px;
	padding: 0 0 0 0;
	margin: 0 0 0 -7px;
	float: left;
	color:  #534741;
	}
	
	#home-buttons a {
		text-decoration: none;
	}
	
	#home-buttons ul {
		list-style: none;
	}

	#home-buttons li {
		float: left;
		display: block;
	}

#wowgit {
	float: left;
	width: 320px;
	height: 390px;
	margin: 0 0 0 -20px;
	}

/*////////// Category for Locations */	

#categories {
	float: left;
	width: 269px;
	background: #cccccc;
	margin: 0 30px 0 0;
	padding: 0 0 0 0;
	border-bottom: 1px solid #eeeeee;
}
	
	#categories a {
		font-weight:bold;
		display: block;
		width: 100%;
		padding: 7px 0 7px 20px;
		margin: 0 0 0 -20px;
		text-decoration:none;
	}
	#categories a:hover {
			background: #333333;
	}



		#main_content .archive_list {
			list-style: none;
			margin: 10px 10px 0 0; 
			padding: 10px 0 0 0;
		}
			
		#main_content .archive_list h4 {
			margin: 0px 0px 10px -5px;
			padding: 7px 0 7px 5px;
			background: #F6C420;
			border: none;
			font-size: 130%;
		}
			
		#main_content .archive_list img {
			float: right;
			margin: 0px 0px 0px 0;
			padding: 3px;
			border: 1px solid #cccccc;
		}

		#main_content .archive_list ul {
			list-style: none;
			line-height: 80%;
		}


/*////////// Main Content */	

#main_content_container {
	clear: both;
	margin: 0px 0 0 0px;
	padding: 20px 0 20px 30px;
	background:	url(images/parchmentyellow.jpg);
	width: 930px;
	}
	#main_content_container:after {
		  content: ".";  
		  display: block; 
		  height: 0; 
		  clear: both; 
		  visibility: hidden;
	}
	
#main_content {
	width: 560px;
	float: left;
	background: #ffffff;
	float:left;
	margin: 0px 0px 0 30px;
	padding: 0px 15px 30px 30px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

}

#main_content_landing {
	width: 850px;
	background: #ffffff;
	float:left;
	margin: 0px 0px 20px 0;
	padding: 10px 20px 12px 30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}


#landing_title {
	float: left;
	width: 590px;
}

#landing_title h1 {
	margin: 10px 0 0 0;
}

		#main_content_landing h3 {
			padding: 5px 0px 6px 10px;
			color: #333333;
			background: #eeeeee;
			margin: 0 0 7px -10px;
		}



#main_content_home {
	width: 510px;
	background: #D2A51B;
	float:left;
	margin: 0px 0px 0 0;
	padding: 30px 0px 12px 30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
}


#main_content_home img, #main_content_landing img {
	border: 1px solid #cccccc;
	background: #eeeeee;
	margin: 10px 0 0 10px;
	padding: 7px;
		-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

}



#main_content img {
	padding: 3px;
	border: 3px solid #eeeeee;	
}

.post {
}

#main_content .address {
	font-size: 86%;
	width: 530px;
	margin: 10px 0 20px 0px;
	padding: 5px 0 5px 10px;
	background: #eeeeee;
	clear: both;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
}

#main_content .address img {
	border: none;
	padding: 0;
	margin: 0;
}


#main_content .address ul {
	margin: 0;
	}

#main_content .address li {
	list-style: none;
	padding: 5px 0 5px 0px;
	margin: 0;
}

#main_content .address ul:after {
	  content: "."; 
	  display: block; 
	  height: 0; 
	  clear: both; 
	  visibility: hidden;
}


.left_column {
	float: left;
	width: 45%;
	margin: 0 30px 0 0;
}

.right_column {
	float: left;
	width: 45%;
}


#map {
	margin: 20px 0 10px 0;
}


		h1 {
			font-weight: normal;
			padding: 0 5px 20px 0px;
			margin: 20px 0 0 0px;
			color: #000000;
			line-height: 80%;
			font-family: georgia;
		}

		h2 {
			font-weight: normal;
			padding: 0px 0px 7px 10px;
			margin: 0px 0 10px -10px;
			color: #000000;
		}

		h3 {
			padding: 5px 0px 6px 10px;
			color: #ffffff;
			background: #5f4927;
			margin: 0 0 7px -10px;
		}
		h4  {
			color: #000000;
			padding: 3px 0 4px 10px;
			margin: 0px 0 6px -10px;		
			border-bottom: 1px solid #cccccc;
			background: #D2A51B;
			font-family: georgia;
		}
		
		
		h5 {
			color: #000000;
			padding: 3px 0 3px 10px;
			margin: 7px 0 10px -10px;		
		}
	
		p {
			padding: 0px 0px 12px 0px;
			line-height: 144%;
		}
	
		ul {
			padding: 0px 0px 10px 0px;
		}
		
		
		li {
			padding: 0px 0px 7px 0px;
			margin: 0 0 0 0px;
 		}
		
		li ul {
			padding: 10px 0px 0px 20px;
		}
		
		.prev_next {
				border-top: 3px dashed #cccccc;
				border-bottom: 3px dashed #cccccc;
				background: #eeeeee;
				list-style: none;
				margin: 10px 0 0 0;
				font-weight: bold;
			}

			.prev_next li {
				margin: 0px;
				padding: 0px;
			}

/*/////////////////////////////Styles for the Gallery Images */
	.gallery {
		margin: auto;
		clear: both;
}
		
	.gallery-item {
		float: left;
		margin-top: 10px;
		text-align: center;
		}
	.gallery img {
		margin: 3px;
	}
	.gallery img:hover {
		margin: 3px;
	}

	.gallery-caption {
		margin-left: 0;
		font-size: 80%;
	}

.wp-caption-text {
	font-size: 86%;
}

.previous img {
	float: left;
	padding: 0 0 0 30px;
	background: url(../images/buttons/previous_arrow.gif) center left no-repeat;
	border: 7px solid #cccccc;
	margin: 0 30px 0 0;
}

.previous img:hover {
	padding: 0 0 0 30px;
	float: left;
	background: url(../images/buttons/previous_arrow.gif) center left no-repeat;
	border: 7px dashed #eeeeee;
}

.next img {
	float: left;
	padding: 0 30px 0 0;
	background: url(../images/buttons/next_arrow.gif) center right no-repeat;
	border: 7px solid #cccccc;
}

.next img:hover {
	padding: 0 30px 0 0;
	float: left;
	border: 7px dashed #eeeeee;
	background: url(../images/buttons/next_arrow.gif) center right no-repeat;
}

/*////////////////////// Photo Alignment ///////*/
.alignright {
	float: right;
	padding: 0 0 18px 0;
	margin: 0 10px 18px 20px;
	
}

.alignleft {
	float: left;
	padding: 0 0 18px 0;
	margin: 0 20px 0 0;
}


/*//////////Blockquote Style */	

		blockquote {
			font-family:georgia;
			color: #333333;
			background: #ffffff url("../images/accents/quotes.gif") top left no-repeat;
			padding: 0 0 0 20px;
			margin: 0 0px 10px 0px;
		}

/*//////////Horizontal List */	

		#horizontal_list strong {
			padding: 0 5px 0 0; /*Pads the Letters in topics */	
			}
		
			#horizontal_list ul {
				padding: 0 0 10px 0;
				display:inline;
				}
			
			#horizontal_list li {
				float: left;
				list-style: none;
				line-height: 120%;
				padding: 0 0 10px 0;
				margin: 0px;
			}
	
			#horizontal_list a {
				padding: 3px;
				margin: 3px 1px 10px 1px;
				background: #eeeeee;
				border: 1px solid silver;
				font-size: 90%;
				text-decoration: none;
				display:inline;
				}
	
			#horizontal_list a:hover {
				color: #ffffff;
				background: #000000;
			}

/*////////// footer */	

#footer {
	width: 930px;
	height: 75px;
	padding: 20px 0 10px 30px;
	text-align: left;
	clear: both;
	color: #222222;
	font-size: 80%;
	background: 	#D2A51B url(images/footer.gif) bottom center no-repeat;
}

	#footer a {
		color: #ffffff;
	}


#email_opt_in {
	width: 500px;
	float: left;
}

#main_content .visitmo img {
	float: right;
	border: none;
	}