/*
THEME NAME: Thematic
THEME URI: http://themeshaper.com/thematic/
DESCRIPTION: The ultimate in SEO-ready themes, Thematic is a highly extensible, WordPress Theme Framework featuring 13 widget-ready areas, drop-down menus, grid-based layout samples, plugin integration, shortcodes for your footer, &amp; a whole lot more. Perfect for any blog and <strong><em>the</em></strong> starting point for theme development.
VERSION: 0.9.5.1
AUTHOR: Ian Stewart
AUTHOR URI: http://themeshaper.com/
TAGS: white, three-columns, two-columns, fixed-width, theme-options, left-sidebar, right-sidebar, threaded-comments, sticky-post, microformats
.
The Thematic Theme is copyright Ian Stewart http://themeshaper.com/
This work, like WordPress, is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/

/* Reset browser defaults */
@import url('library/styles/reset.css');

/* Apply basic typography styles */
@import url('library/styles/typography.css');

/* Apply a basic layout */
@import url('library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('library/styles/images.css');

/* Apply default theme styles and colors */
@import url('library/styles/default.css');

/* Prepare theme for plugins */
@import url('library/styles/plugins.css');

/* -------------------------------------------------------------- 
   
   Default styles for Images
   
   I've duplicated these styles here from images.css in
   order to get Thematic through the auto-checker at the
   official WordPress Themes directory.
   
   When the directory can hunt though css files linked
   through @import the styles below will no longer be
   neccesary and will be removed.
   
   Cheers. --Ian Stewart
  
-------------------------------------------------------------- */   

.entry-content img {
    margin: 0 0 18px 0;
    max-width:100%;
}
.alignleft,
img.alignleft {
	float: left;
    margin-right:20px;
}
.alignright,
img.alignright {
	display: block;
	float: right;
    margin-left:20px;
}
.aligncenter,
img.aligncenter {
	margin-left:auto;
	margin-right:auto;
	display: block;
	clear: both;
}
.wp-caption {
	text-align: center;
	margin-bottom:18px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	margin: 0;
	padding:5px;
}
.gallery img {
    margin:0;
}
.wp-smiley { /* Prevent the smileys from breaking line-height */
	max-height:12px;
	margin:0 !important;
}

/* ----
Site header styles
-----------------------------------*/
	
	
p {margin: 0 0 .75em 0; font-size:12px; font-family:"Helvetica Neue",Helvetica Neue,Helvetica,Arial,sans; font-weight:400; font-style:normal; line-height:1.5em;}	

h1 {font-size:2.4em; font-family:"Helvetica Neue",Helvetica Neue,Helvetica,Arial,sans; font-weight:800; font-style:normal; /*text-transform:capitalize;*/ line-height:100%;}

h3 {font-size: 14px; font-family:"Helvetica Neue",Helvetica Neue,Helvetica,Arial,sans; font-weight:600; font-style:normal; text-transform:uppercase; letter-spacing: .25em; line-height: 100%; margin: 12px 0 2px 0; clear: both;}

h4 {font-size:1.25em; font-family:"Helvetica Neue",Helvetica Neue,Helvetica,Arial,sans; font-weight:800; font-style:normal; line-height:1em}

h5 {font-size:.6em; font-family:"Helvetica Neue",Helvetica Neue,Helvetica,Arial,sans; font-weight:800; font-style:normal; text-transform:uppercase; letter-spacing: .25em; line-height:0; margin: 20px 0 5px 0;}


#siteheader {
	background: #aa0000;
	width: 100%;
	min-width: 100%;
	height: 60px;
	margin: 0;
	padding: 5px 0 0 0;
	}

	
.header {
	width: 960px; 
	mnin-width: 960px;
	height: 50px; 
	min-height: 50px; 
	padding: 0; 
	margin: 0 auto; 
	text-align: center;
	}
	
.header2 {
	width: 100%; 
	height: 50px; 
	min-height: 50px; 
	padding: 0; 
	margin: 0 auto; 
	text-align: center;
	}
	
.indexheader {
	height: 200px; 
	min-height: 200px; 
	padding: 0; 
	position: fixed;
	top: 180px;
	left: 80px;
	text-align: left;
	}	

/* NEW DROP MENU STYLES */

/* 
	LEVEL ONE
*/

#topnav	{ 
	padding: 0; 
	margin: 0; 
	float: right;
	vertical-align: bottom;
	text-align: left;
	}

#topnav h2 {
	color: #333;
	}	
#topnav h3 {
	color: #FFFFFF;
	}

ul.dropdown {
	display: block;
	position: relative; 
	padding: 0; 
	margin: 4px 0; 
	list-style-type: none; 
	z-index: 999;
	}

ul.dropdown li { 
	font-size: 14px; 
	font-family:"Helvetica Neue",Helvetica Neue,Helvetica,Arial,sans; 
	font-weight: 200; 
	font-style: normal; 
	text-transform:uppercase;  
	line-height: 14px;
	float: left; 
	zoom: 1; 
	text-align: left;
	}

ul.dropdown a:hover {
	color: #000; }

ul.dropdown a:active {
	 color: #ffa500; 
	font-weight; 200;
	}

ul.dropdown li a { 
	display: block;
	padding: 0 0 4px 0; 
	margin: 4px 15px 4px 0; 
	/* border-right: 1px solid #333; */ 
	color: #FFF; 
	font-weight; 200;
	letter-spacing: .15em; 
	}

ul.dropdown li.hover, ul.dropdown li:hover {
	 /* background: #F3D673; */
	 color: #FFF; 
	 position: relative;
	 }

ul.dropdown li.hover a { 
	color: #FFF; 
	border-bottom: 1px dotted #FFF; 
	}


/* 
	LEVEL TWO
*/
ul.dropdown ul { 
	width: 100px;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: -40px;
	list-style-type: none;
	}

ul.dropdown ul li {
	font-weight: normal;
	background: transparent url(/images/dropmenu-bg-1.png) top left;
	color: #FFF;
	padding: 4px;
	border-bottom: 1px solid #FFF;
	float: none;
	height: 20px;
	width: 100px;
	}
									
/* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a {
	font-size: .75em;
	padding: 4px 0 4px 0;
	margin: 0;
	border-right: none;
	width: 100%;
	display: inline-block;
	} 

ul.dropdown ul li.hover, ul.dropdown ul li :hover {
	color: #C00;
	background-color: #000;
	border: none;
	} 

ul.dropdown ul li.hover a {
	color: #C00;
	border: none;
	}

/* 
	LEVEL THREE
*/
ul.dropdown ul ul {
	left: 100%;
	top: 0;
	list-style-type: none;
	}

ul.dropdown li:hover > ul {
	visibility: visible;
	}

.info {
	border-top: 2px solid #333;
	font-size: .6em; 
	color: #333; 
	text-align: center; 
	letter-spacing: .1em;
	margin: 0;
	padding: 5px 0 0 0;
	}
	

#midsection1 {
	width: 280px;
	min-width: 280px;
	margin: 0 0 0 330px;
	padding: 0 10px;
	float: left;
	}
	
#midsection2 {
	width: 280px;
	min-width: 280px;
	margin: 0;
	padding: 0 10px;
	float: right;
	}

#midsection3 {
	width: 400px;
	min-width: 400px;
	height: 500px;
	min-height: 500px;
	margin: 0;
	padding: 0 10px;
	position: relative;
	left: 400px;
	}

#midsection5 {
	width: 280px;
	min-width: 280px;
	height: 1500px;
	min-height: 1500px;
	margin: 0 0 100px 330px;
	padding: 0 10px;
	float: left;
	}
	
#midsection img {
	margin-top: .5em;
	}


#sitefooter {
	background: #aa0000;
	width: 100%;
	min-width: 960px;
	height: 100%;
	min-height: 90px;
	margin: 0;
	padding: 0;
	}


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

#midsection	li { 
	display: inline-block;
		}	

.faq {
	margin: 0 0 .75em 0; 
	font-size: .65em; 
	font-family:"Helvetica Neue",Helvetica Neue,Helvetica,Arial,sans; 
	font-weight:200; 
	font-style:normal; 
	line-height:1.3em;
	}	

.faq strong {
	font-weight: 800;
	font-style:bold;
	}
	

dl {
	font-size:.6em;
	font-family:"Helvetica Neue",Helvetica Neue,Helvetica,Arial,sans; 
	font-weight:200; 
	font-style:normal; 
	line-height:1.3em;
	margin: 0;
	padding: 0 0 0 10px;
	}

dt {
	font-weight: 600;
	font-weight: bold;
	margin-top: 10px;
	}

dd {
	text-indent: 0;
	padding: 0;
	margin: 0;
	}		
	
/* TWITTER TOLLS
------------------------------------ */

.aktt_tweets {
	background-color: #DDD; 
	font-size:.9em;
	line-height:1.5em;
	font-weight: 400;
	margin: 0 0 22px 0;
	padding: 5px 0 5px 0;
	}

.aside .aktt_tweets ul {
	margin: 0;
	padding: 0;
	}
	
.aside .aktt_tweets li {
	background-color: #FFF;
	border: 1px solid rgb(204, 204, 204);
	margin: 5px 5px 10px 5px;
	padding: 5px;
	vertical-align: middle;
	}

#todays-events, #upcoming-events {
	margin: 5px;
	}	

#todays-events h3, #upcoming-events h3 {
	color: #aa0000;
	}
