/*  
Theme Name: Freedom Blog
Author URI: http://ithemes.com
Version: 1
Author: Cory Miller
The CSS, XHTML and design is released under GPL: 
http://www.opensource.org/licenses/gpl-license.php
*/


body {
	background: #ccc url(images/background.gif) top center repeat-y;
	color: #000000;
	font-family: Georgia, Times New Roman, Sans-Serif;
	font-size: 13px;
	margin: 0px 0px 0px 0px;
	}

body * {
	margin: 0px;
	padding: 0px;
	}

a, a:visited { 
	color: #006699;
	background: #fff;
	font-weight: bold;
	text-decoration: none;
	}
	
a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #000;
	}
	
#container { 
	width: 960px;
	background: #fff;
	text-align: left; 
	margin: 0px auto 0px; 
	overflow: hidden;
	}
	
* html #header {
	width: 960px;
	padding: 0px;
	}

/*************************************************************/
/* MASTHEAD BANNER at top of Page */

#header {
	/*
	Border attributes at very top of page */
	border-top: 1px solid #444;
	
	/*
	Set the height of the MASTHEAD Image */
	height: 240px;
	
	/*Insert MASTHEAD Image */
	background: #f37020 url(images/pagebits/Fr2005_1382w960.jpg) top center repeat-x;
	padding: 0px;
	text-align: center;
	margin: 0px auto 0px;
	clear: both;
	}	

/*This is the blog TITLE */
#header h1 {
	color: #FFF;
	background: transparent;
	font-size: 45px;
	font-family: Georgia, Times New Roman, Sans-Serif;
	font-weight: normal;
	margin: 15px 0px 0px 40px;
	padding-left: 40;
	letter-spacing: .2em;
	text-align: left;
	}

#header h1 a {
	color: #F20;
	background: transparent;
	text-decoration: none;
	font-weight: normal;
	}
	
#header h1 a:hover {
	color: #eeeeee;
	text-decoration: none;
	}

/* This is the blog SUBTITLE */
#header h2 {
	color: #fff;
	font-family: Georgia, Times New Roman, Sans-Serif;
	font-size: 22px;	
	font-style: normal;	
	font-weight: normal;
	text-align: left;
	position: relative;
	top: 0px;
	left: 45px;
	letter-spacing: 1px;
	}

#header h2 a {
	color: #fff;
	font-size: 20px;
	font-family: Georgia, Times New Roman, Sans-Serif;
	font-weight: normal;
	font-style: italic;
	}

#header h2 a:hover {
	color: #006699;
	text-decoration: none;
	}
	
#header img {
	margin: 0px;
	padding: 0px;
	}

/*************************************************************/
/* Style for the Horizontal MENU BAR beneath MASTHEAD */

#menu { 
	background: #000 url(images/menuback.gif) top center repeat-x;
	margin: 0px 0px 8px 0px;
	padding: 4px 0px 4px 0px;
	text-align: center;
	clear: both;
	}
	
#menu h2 {
	color: #fff;
	font-size: 15px; 
	font-family: Lucida Grande, Tahoma, Verdana;
	font-weight: normal;
	text-transform: uppercase;	
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
	
#menu li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
		
#menu ul {
	margin: 0px;
	padding: 4px;
	}
	
#menu ul li a {
	font-family: Lucida Grande, Tahoma, Verdana;
	font-weight: normal;
	font-size: 12px;
	background: transparent;
	color: #fff;
	padding: 2px 20px 2px 20px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	text-transform: uppercase;
	}

#menu ul li a:hover {
	color: #FF0000;
	/*
	background: #fff; */
	padding: 8px 20px 8px 20px;
	text-decoration: none;
	}

/*************************************************************/
/* Style for the MAIN (LEFT) COLUMN */

* html #content { 
	width: 500px;
	}
	
* html #content_box {
	width: 500px;
	}

#content { 
	display: block;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
	float: left; 
	padding: 0px;
	}

#content_box { 
	background: #fff;
	display: block;
	width: 545px; 
	margin: 0px;
	float: left; 
	padding: 20px 0px 30px 30px;
	}

/* Styles for the Post Header AUTHOR & DATE */
.toptags {
	color: #666666;
	background: #FFF;
	font-size: 11px;	
	font-family: Lucida Grande, Tahoma, Verdana;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0px 0px 5px 0px;
	padding: 5px 0px 5px 0px;
	line-height: 120%;
	text-align: center; 
	letter-spacing: 5px;
	/*
	this is the thin rule below AUTHOR & DATE */
	border-bottom: 1px dotted #666666;
	}

/* Styles for the CATEGORY TAGS below each post */
.tags {
	color: #666;
	/*
	BACKGROUND Shading of this horizontal TAG block */
	background: #FFF;
	font-size: 11px;	
	font-family: Lucida Grande, Tahoma, Verdana;
	font-weight: bold;
	text-transform: uppercase;
	margin: 10px 0px 0px 0px;
	padding: 10px;
	line-height: 120%;
	/*
	This is the Border at the bottom of a Post */
	border-bottom: 0px dotted #000000;
	text-align: center; 
	}
	
.tags a {
	color: #006699;
	/*
	Match the Color of the BACKGROUND in the .tags Style (above) */
	background: #FFF;
	font-size: 11px;	
	font-family: Lucida Grande, Tahoma, Verdana;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	line-height: 120%;
	}

.tags a:hover {
	color: #000000;
	/*
	Match the Color of the BACKGROUND in the .tags Style (above) */
	background: #FFFFFF;
	text-decoration: none;
	}	
	
	
#content p {
	margin: 0px;
	line-height: 20px;
	padding: 5px 0px 5px 0px;
	font-size: 14px;
	letter-spacing: .05em;
	}
	
#content p img {
	border: none;
	float: left;
	padding: 0px 10px 10px 0px;
	}

/* HEADLINE Section at top of each Post */
#content h1 {
	background: #FFF;
	color: #111111;
	font-size: 29px;
	font-family: Georgia, Arial, Helvetica;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	
	/*
	This is the border at TOP of each TITLE HEADER block in MAIN COLUMN */
	border-top: 4px solid #666666;
	
	/*
	This is the border at BOTTOM of each TITLE HEADER block in MAIN COLUMN */
	border-bottom: 0px solid #666666;
	
	text-align: center; 
	letter-spacing: 2px;
	}
	
#content h1 a {
	color: #111111;
	background: #fff;
	font-weight: normal;
	text-decoration: none;
	}

#content h1 a:hover {
	color: #300;
	text-decoration: none;
	background: #fff;
	}

#content h2 {
	color: #006699;
	font-size: 18px;	
	font-family: Georgia, Times New Roman, Sans-Serif;
	font-weight: normal;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	line-height: 120%;
	}
	
#content h2 a {
	color: #006699;
	font-size: 18px;	
	margin: 0px;
	padding: 0px 0px 5px 0px;
	font-weight: bold;
	text-decoration: none;
	}

#content h2 a:hover {
	color: #000;
	background: none;
	text-decoration: none;
	}

#content h3 {
	color: #006699;
	font-size: 14px;
	font-family: Georgia, Times New Roman, Sans-Serif;
	font-weight: normal;
	margin-bottom: 0px;
	line-height: 120%;
	}
	
#content h3 a {
	color: #006699;
	text-decoration: none;
	}

#content h3 a:hover {
	color: #000000;
	background: #ffffff;
	text-decoration: none;
	}

#content ol {
	list-style-type: decimal;
	line-height: 18px;
	margin: 0px;
	padding: 0px 0px 10px 30px;
	}
	
#content ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}
	
#content li {
	margin: 0px;
	padding: 0px;
	}
	
#content ul li {
	list-style: square inside;
	margin: 0px 0px 0px 10px;
	padding: 5px 0px 0px 0px;
	}
	
#content ul li a {
	color: #666666;
	text-decoration: none;
	}

#content ul li a:hover {
	color: #000000;
	text-decoration: none;
	}

blockquote {
	margin: 15px;
	padding: 15px;
	font-style: italic;
	color: #333333;
	background: #dddddd;
	}
	
.postspace {
	width: 440px;
	height: 5px;
	margin: 0px;
	padding: 0px;
	}
	
.postspace2 {
	width: 440px;
	height: 0px;
	margin: 0px;
	padding: 0px;
	}
	
.postspace3 {
	width: 440px;
	height: 15px;
	margin: 0px;
	padding: 0px;
	}

/*************************************************************/

/* Start the SIDEBAR */
#sidebar { 
	display: block;
	background: transparent;
	color: #000000;
	width: 320px;
	float: right; 
	margin: 20px 0px 20px 20px;
	padding: 0px 30px 20px 0px;
	text-align: left;
	}

* html #sidebar {
	width: 310px;
	margin: 20px 20px 20px 25px;
	}

#sidebar p, #sidebar .textwidget {
	margin: 0px;
	line-height: 17px;
	padding: 5px 0px 16px 0px;
	}

#sidebar h2 {
	background: #fff;
	color: #666;
	font-size: 11px;	
	font-family: Lucida Grande, Tahoma, Verdana;
	font-weight: normal;
	text-transform: uppercase;
	list-style: none;
	padding: 10px 0px 10px;
	margin: 10px 0px 5px 0px;
	text-align: center;
	letter-spacing: 5px;
	/*
	Horizontal Rule at top of each SIDEBAR Section */
	border-top: 4px solid #666;
	/*
	Horizontal Rule at bottom of each SIDEBAR Section */
	border-bottom: 1px dotted #666;
	}

#sidebar ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 16px 0px;
	}
	
#sidebar li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#sidebar ul li {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 6px 0px 6px 20px;
	border-bottom: 1px dotted #666;
	}
#sidebar ul li a {
	color: #333;
	font-weight: normal;
	text-decoration: none;
	}

#sidebar ul li a:hover {
	color: #006699;
	text-decoration: none;
	}
	
#sidebar ul li ul li {
	list-style: none;
	margin: 0px;
	padding: 6px 0px 0px 10px;
	}

/*************************************************************/

/* FOOTER Styles */
#footer { 
	color: #fff;
	font-family: Georgia, Times New Roman, Sans-Serif;
	font-weight: normal;
	font-size: 11px;
	background: #F00;
	padding: 20px 20px 20px 20px;
	text-align: center;
	clear: both;
	border-top: 5px solid #333;
	text-transform: uppercase;
	letter-spacing: 3px;
	}
	
#footer a {
	color: #fff;
	background: #F00;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #333;
	text-decoration: none;
	}

/*************************************************************/

/* COMMENT Styles */
.thecomments {
	float: right;
	display:inline;
	text-align:center;
	height:70px;
	margin:	8px 0px 8px;
	padding:5px;
	font-size: 11px;	
	font-family: Lucida Grande, Tahoma, Verdana;
	font-weight: normal;
	text-transform: uppercase;
	}

.thecomments span {
	font-size:34px;
	font-weight:bold;
	}
	
.thecomments div {
	margin: 0px;
	font-size:15px;
	font-weight:bold;
	}

A.commentlink:link {
	color:#006699;
	background: #fff;
	text-decoration:none;
	}

A.commentlink:visited {
	color:#006699;
	background: #fff;
	text-decoration:none;
	}
				   
A.commentlink:hover {
	color:#000;
	text-decoration:none;
	}

