/*
Theme Name: BaseFL
Theme URI: http://desigadaptations.com/themes/
Description: A minimalist 2-column, left menu, fixed theme built for rapid development
Author: Charity Ondriezek
Author URI: http://designadaptations.com


/* -------------------------------------------------
     BASIC FORMATTING 
------------------------------------------------- */


*{margin:0; padding:0;}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:70%;
	line-height:2em;
	background:#333;}
	
h1 {font-size: 1.8em;}
h2 {font-size: 1.2em; margin-top:10px;}
h3 {font-size: 1.2em; margin-top:10px;}
h4 {font-size: 1em;}

a{
	color:#666;
	text-decoration:none;}
	
a:visited, a:active{color:#999;}
a:hover{color:#333;}

img{padding:5px;}
img a{border:none;}

ul{margin:5px 0 5px 20px;}
ol{margin:5px 0 5px 20px;}

blockquote{
	border-top:dotted 1px #ccc;
	border-bottom:dotted 1px #ccc;
	margin:10px 5%;
	padding:5px;}

code{
	margin:10px;
	font-family:"Courier New", Courier, monospace;}

hr {}

acronym, abbr {}

/* -------------------------------------------------
     WRAP
------------------------------------------------- */
#pagewrap {
	width: 920px;
	margin: 0 auto;
	background:#fff;
	color:#333;
	border:solid 1px #ccc;}
	
/* -------------------------------------------------
     HEADER
------------------------------------------------- */


#header {
	background: #EFEFEF url(images/header_pic3.jpg) top left no-repeat;	
	width: 920px; height: 200px;
	margin: 0px 0px 0px 0px;
	border-top: 3px solid #333333;
        
        padding: 0px 0px 0px 0px;
	
	}


/* -------------------------------------------------
     MAIN CONTENT
------------------------------------------------- */
#contentwrap{width: 100%;}

#content {
	float: right;
	width: 685px;
	font-size:1.2em;
	border-left:dashed 1px #8E8D8B;}

#content h2.archivetitle{color: #004F00; margin-left:5px;}

.post {
	margin:10px;
	padding:10px;}

.post h2 {color: #004F00;}

.post h2 a{color: #004F00; text-decoration:none;}

.post a{color: #004F00; text-decoration:underline;}

.post ul {}

.post li {}

.entry p{margin:1em 0;}

.postmetadata{
	background:#ececec;
	padding:5px;
	border-top:solid 1px #ccc;
	border-bottom:solid 1px #ccc;}
	
.postmetadata alt {}
.postmetadata a {}

/* for previous & next entry links */
.navigation {
	padding:2px;
	font-size:.9em;
	float:left;
	width:98%;}
	
	.alignleft {float:left;}
	.alignright {float:right;}

.pagetitle {}

/* -------------------------------------------------
     SIDEBAR
------------------------------------------------- */

#sidebar {
	width: 200px;
	float:left;
	margin:1em;
	font-size:1.2em;
        }

#sidebar h2{color: #004F00; margin-top:10px;}

#sidebar p {margin:1em 0;}

#sidebar a {color: #333;}
#sidebar a:hover {color: #004F00;}
#sidebar a:visited {}

#sidebar ul {
	margin:0;
	padding:0;
	list-style:none;}

#sidebar ul li {background: url(images/tool-bull.gif) no-repeat 0 0.2em;
                padding: 0 0 0 18px;
                    }

#sidebar ul ul {}

#sidebar ul ul li {}

/* -------------------------------------------------
     COMMENT FORM
------------------------------------------------- */

#commentform{
	margin:10px;
	padding:10px;}
	
#commentbox{
	width:75%;
	min-width:400px;
	margin:5px 5px 0 0;}

#author, #email, #url{margin:5px 5px 0 0;}

#submit{margin:5px 5px 0 0;}

/* -------------------------------------------------
     COMMENTS
------------------------------------------------- */

#comments{
	margin:10px;
	padding:10px;}
	
ol.commentlist {}

ol.commentlist li {
	background: #ececec;
	margin:10px 0;
	padding:5px 0 5px 10px;
	border-top:solid 1px #ccc;
	border-bottom:solid 1px #ccc;}

ol.commentlist li.alt {}

ol.commentlist a {}

cite {}

small.commentmetadata {}

/* -------------------------------------------------
     SEARCH
------------------------------------------------- */

#searchform {margin:.5em 0 1em 0;}

#searchform input {}

#searchform #s {}

/* -------------------------------------------------
     FOOTER
------------------------------------------------- */

#footer {
	clear: both;
	width: 100%;
        text-align: center;
	margin-top:15px;
	border-top:solid 3px #333;}
	
#footer p{padding:5px 1%;}

/* -------------------------------------------------
	 CLEARS (if needed with further customizations)
------------------------------------------------- */

.clear{clear:both;}
.clearfix{display:inline-block;}

.noborder{border:none !important; vertical-align:middle;}

.left{float:left; border:none !important; margin:5px;}
.right{float:right; border:none !important; margin:5px;}

/* -------------------------------------------------
     MISC
------------------------------------------------- */
.feed {background: url(images/feed.gif)  no-repeat;
	
	padding: 0 0 0 22px;
}