/* CSS Document */

/*
	Theme Name: 3-Column Framework templates
	Theme URI: http://www.bluelimemedia.com
	Description: 3 Column
	Version: 3.0
	Author: Christine Rondeau
	Author URI: http://www.bluelimemedia.com
*/

/*----Global Reset Courtesy of Eric Meyer----*/
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;
}
.hide {display:none;}

/* Images
----------------------------------------------*/
.alignright {float:right; padding:0 0 10px 10px;}
.alignleft {float:left; padding:0 10px 10px 0;}
.aligncenter {margin: 0 auto 0 auto;}
a img {border:0;}

.wp-caption {
      text-align:center;  
      font-size:10px;
}
.wp-caption p.wp-caption-text {font-size:10px;}

/* Main Layout
-----------------------------------------------*/

body {
	margin: 0px; padding: 0px;
	background:#ffffff;
	color: #666666;
	font: 11px/16px Verdana, Arial, Helvetica, sans-serif;
}
hr {
	color:cccccc;
}

#wrap {
	position:relative;
	width: 985px;
	margin: 0px auto 0px auto; padding:0;
	background:#FFF;
}


/* Header Area 
-----------------------------------------------------------*/
#header {
	float:left;
	width:985px; height:180px;
	padding:0 10px 10px 10px;
	background:url(images/header.gif) 50% top  no-repeat;
}

#logo a {
	display:block;
	width: 100px; height: 80px;
	float:left;
	margin:20px 0 0 60px;
}

#tagline {
	width:400px;
	float:right; text-align:right;
	font-size: 14px;
	color:#5C5C5C;
	padding:130px 40px 0 0;
}


/* Top Navigation 
-----------------------------------------------------------*/

#top_nav {
	float:left;
	width:940px;
	padding:0 10px;
	font-size:13px;
}
#top_nav ul {
	list-style-type:none;
}
#top_nav ul li {
	display:inline;
	padding:5px 10px;
}
#top_nav ul li a {
	font-weight:normal;
	color:#99cc00;
	text-decoration:none;
	text-transform:uppercase;
}

#top_nav ul li a:hover, #top_nav ul li.current_page_item a {
	color:#000;
}


/* Main Body Content Area 
-----------------------------------------------------------*/

#main {
	float:left;
	width:985px;
	padding:0px;
}

#content {
	float: left; 
	width:515px;
	padding: 30px 30px;
	background:#FAFCFB;
}


/* Main body content formatting
--------------------------------------------------------------*/

.entry {padding:0 0 30px 0;}
.entry p {padding:6px 0;}
.entry a {color:#666;}
.entry a:hover {color:#000;}
.entry ul, .entry ol {	margin: 5px 20px; padding:5px 20px;}

h1, h1 a {
	margin:0 0 8px 0;
        font-family:Georgia, Tahoma, Verdana, Arial, Serif;
	font-weight:normal;
	font-size:20px; line-height:1;
	color:#336699;
}

h2 { 
	margin:0 0 8px 0;
	font-family:Georgia, Tahoma, Verdana, Arial, Serif;
	font-weight:normal;
	color:#cc3300;
	font-size:18px;line-height:1;
}

h3 { 
	font-family: Georgia, Tahoma, Verdana, Arial, Serif;
	font-size: 14px;
	line-height: 14px;
	font-weight:normal;
	color: #cc3300;
}

h4 { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight:normal;
	color: #666666;
}h5 { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 21px;
	font-weight:normal;
	color: #ff00cc;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { text-decoration:none; }

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {text-decoration:none; }

blockquote{
	color: #CCC;
	border-left:5px solid #CCC;
	padding:10px 20px 10px 20px; margin-left:20px;
	font-size:14px;
}

a:link, a:visited {
	color: #336699;
	text-decoration:underline;

}
a:hover,a:active 
{
	color:#960;
	text-decoration:none;
}

.entrymeta {
	margin:10px 0; padding:6px;
	color: #999;
	border:solid 1px #CCC;
}
.entrymeta p {padding:3px 0; font-size:11px;}

.post-navigation {padding:10px 0;}

.navigation-previous {
	float:left;
	width:50%;
	text-align:left;
}

.navigation-next {
	float:right;
	width:50%;
	text-align:right;
}


/* Sidebar Area 
-------------------------------------------*/

#sidebar {
	float:left;
	width:200px;
	padding: 20px 10px 0px 0px;
}

#sidebar2 {
	float:right;
	width:200px;
	padding: 20px 0px 0px 0px;
}

#sidebar ul, #sidebar2 ul {list-style: none;}
#sidebar ul ul, #sidebar2 ul ul {margin-bottom:30px;}
#sidebar ul li, #sidebar2 ul li {padding:5px 10px;}

#sidebar a, #sidebar2 a {
	color: #10552A;
	text-decoration: none;
}

#sidebar a:hover, #sidebar2 a:hover {color: #000;}

#search {margin: 8px 0 15px 0;}


/* Footer area
------------------------------------------------------------*/

#footer {
	clear: both;
	text-align: center;
	width:985px;
	border-top: 1px solid #D7E3DC;
	margin:0 auto 0 auto;
}
#footer p {	
	font-size:10px; 
	padding:10px;
}
#footer a {
	text-decoration:none;
	color:#666;
}

#footer a:hover {
	text-decoration:underline;
	color:#666;
}

/* Comments													
-----------------------------------------------------*/
h3#comments { margin:30px 0 10px 0; }
		
		
.avatar {
		float: left;
		display:block;
		padding: 0 20px 10px 0px;
	}
			
.commentlist {padding: 20px 0px;}
.commentlist p {padding:6px 0;}
.commentlist a {color:#666;}
.commentlist a:hover {color:#000;}		
.commentmetadata {margin-top: 0;}
ol.commentlist, ol.commentlist li {	list-style: none;}
ol.commentlist li {padding:10px 0; border-bottom:1px solid #e6e6e6;}
#commentform {padding:20px 0;}
#commentform p {margin-bottom:10px;}

#commentform input, #commentform textarea {
		width:147px;
		border:1px solid #e6e6e6;
		background:#f9f9f9;
		font-size:11px;
		padding:2px 3px 3px;
	}

#commentform textarea {width:450px;}
#commentform #submit {
		width:150px;
		border:none;
		background:#343434;
		padding:0;
		color:#fff;
		font-size:12px;
		cursor:pointer;
		padding:2px 0 3px;
	}