/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }				<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/
body { background: #fff url('http://culturalfolktours.com/images/bg_strip.gif') repeat-x; background-attachment: fixed; }
.custom #page { padding: 0 0 0 0; width: 947px; margin-top: 0px; }

.custom #custom_box { background-color: #cde3ea; }

.custom #image_box, .custom #video_box, .custom #custom_box {
margin-top:-4px;
padding:1.1em;
}

.custom .headline_area h1, .custom .headline_area h2, .custom .headline_area .entry-title h2 { color: #4f83b2; font-weight: bold; }

.custom ul#tabs li a { font-size: 1.6em; padding: 0.545em 0.818em; color: #fff; font-weight: bold; z-index: 1000; }
.custom ul#tabs li a:hover { color: #f7ea9c; text-decoration: underline; }

.custom ul#tabs li ul {display:none; position:absolute; list-style:none;}
	.custom ul#tabs li ul li {float:none;}

.custom .search_form .search_button { border: 5px; }
	
.custom ul#tabs li:hover ul {display:block; background: #4f83b2;}
.custom ul#tabs li:hover ul li a {cursor: pointer; font-size: 11px;}
.custom ul#tabs li:hover ul li a:hover {text-decoration: underline; color: #f7ea9c;}

.custom #footer { background: #4f83b2; color: #fff;} 

.custom #shadow { margin: 0 auto; padding-left: 8px; width: 963px; background: url('http://culturalfolktours.com/images/shadow.png') repeat-y; }

.custom #container { width: 963px; }

#footercolumns {padding:15px 0 0 22px;}
#footercolumns .block {float:left; text-align: left; width:30%; margin:0 0 35px 2.5%; font-family:Georgia, "Times New Roman", Times, serif; border: 0px solid red; line-height: 1.8em; font-size: 1.1em;}
#footercolumns .block a { color: #fff; }
#footercolumns .block a:hover { color: #f7ea9c; }
#footercolumns .block h3 { font-size: 1.8em; margin-bottom: 15px;} 
#footercolumns .block ul li { font-size: 1.2em; line-height: 1.8em; } 

#footercolumns .first, * html #footercolumns .first{clear:both; margin:0}

#footercolumns .first { padding-right: 15px;}

.custom #footer a {color: #F90;}

   #flickr {
   width:254px;
   height:354px;
   margin: 0;
   }
   
   
   #flickr a img {
float:left;
margin:0 0px 10px 10px;
background:#CDE3EA;
padding:4px;
width:65px;
height:65px;
}

.custom #yoastbreadcrumb { padding: 10px 0 0 15px;	}


.custom #events-calendar h3 { text-align: left;}

.custom .format_text { margin-left: 15px;}
.custom #content_box { background: url('http://culturalfolktours.com/images/bg_content_strip.gif') repeat-y}

span.wpcf7-checkbox input { padding: 0px; width: 15px; margin: 0px;}
