/* 
Theme Name: Wooliet Theme Revision II
Theme URI: http://www.wooliet.com
Description: Woolie T Theme for Wordpress install at wooliet.com
Version: 0.2
Author: William King
*/ 

html
{
	height: 100%;
}

body
{
	font-size: 14px;
	font: Georgia,Verdana,Tahoma,Arial,sans-serif;
	height: 100%;
	background: #FFFFFF url("images/header_bg.png") repeat-x scroll top left
}

body a, 
body a:visited
{
	text-decoration: none;
}

body a:hover { background-color: yellow; }

body h1 /* Site Title */
{
	font-size: 3.0em;
}

body h2 /* Post Title */
{
	font: Georgia,Verdana,Tahoma,Arial,sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	margin-left: 5px;
}

body h2 a
{
	color: #669966;
}
body h2 a:visited
{
	color: #669966;
}

.monospace { font-family: 'Courier New'; }

.post_container
{
	zoom: 1; /* IE fix; don't remove */
	border: thin solid #F0F0F0;
	border-bottom: none;
	padding: 0px 5px 15px 5px;
	margin-bottom: 10px;
	background: white url("images/post_footer_bg.png") repeat-x scroll bottom left;
}

.post_content a
{
	color: black;
	background: #F0F0F0;
}
.post_content a:visited
{
	color: black;
}

.post_header
{
	border-bottom: thin dotted #F0F0F0;
	padding: 2px 0 2px 0;	
	margin: 0 -5px 0 -5px;
}

.post_time
{
	font-size: .75em;
	color: gray;	
	margin-left: 5px;
}

.post_footer
{
	zoom: 1; /* IE fix; don't remove */
	font-size: .75em;
	padding: 0 5px 3px 5px;	
	margin: 25px -5px 0 -5px;
}

.post_cats a,
.post_cats a:visited {color: #669966; font-weight: bold;}

.post_cats
{
	float: right;
	text-align: right;
	padding: 0 5px 0 0;
}

/* comment count appearing at foot of post
   that's NOT on a 'single' post page */
.pos_comments_front
{
	float: left;
	text-align: left;
}

.pos_comments_front a,
.pos_comments_front a:visited {color: black; }

.post_comments
{
	zoom: 1; /* IE fix; don't remove */
	margin-top: 10px;
	padding-top: 10px;
	border-top: thin solid #F0F0F0;
}

.comment_container
{
	border: thin solid #F0F0F0;
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 3px;
	background: #FAFAFA;
}

.comment_header
{
	background-color: #E0E0E0;
	vertical-align: middle;
}

.comment_author
{
	display: inline;
	padding-left: 5px;
	font-size: 1.10em;
	
}

.comment_author a,
.comment_author a:visited
{
	color: black;
}

.comment_author a:hover { color: black; }

.comment_link
{
	display: inline;
	background-color: white;
	font-size: 1.25em;
	font-weight: bold;
	text-align: center;
	padding: 0px 3px 0px 3px;
}

.comment_time
{
	border-bottom: thin dashed #F0F0F0;
	margin-left: 15px;	
	padding: 2px 0px 2px 0px;
}

.comment_content
{
	padding-left: 5px;
	padding-right: 5px;
}

.comment_form
{
	margin-top: 25px;
	margin-bottom: 10px;
	padding: 5px;
	border: thin solid #F5F5F5;
}

/** quotes within posts */
blockquote
{
	border-left: thin dashed #A0A0A0;
	padding-left: 10px;
	margin-left: 12px;
}

#viewing
{
	text-align: right;
	color: #A0A0A0;
}

/* http://www.search-this.com/2007/02/05/css-min-height-explained/ */
/**** HOLDS EVERYTHING (except footer) ****/
.site_container
{
	margin: 0pt auto;
	min-height: 100%;
	padding: 0pt 10px 0 0;
	width: 1000px;
}


/*********** HEADER ***********/

#page_header
{
	position: relative;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	/*margin-bottom: 5px;*/
	color: #F0F0F0;
}


#page_header a
{
	color: #F0F0F0;
}

#page_header a:visited
{
	color: #F0F0F0;
}

#page_header a:hover
{
	background-color: #669966;
}

#header_nav
{
	padding: 0px 3px 0px 3px;
	text-align: center;
	margin-bottom: 25px;
}

#header_nav ul
{
	margin: 0px 0px 0px 0px;
	text-align: left;
	padding: 0px 0px 0px 0px;
}

#header_nav li
{
	display: inline;
	font-size: 1.25em;
	margin: 0px 0px 0px 15px;
	padding: 5px 15px 5px 15px;
	border-right: thin solid #909090;
	border-left: thin solid #909090;
	width: 180px;
}

#header_nav hr
{
	color: #F0F0F0;
	background-color: #F0F0F0;
	height: 1px;
	border: 0;
}

#header_nav a,
#header_nav a:visited
{
	color: #505050;
}

#prev_next_links
{
	text-align: center;
}

#prev_next_links hr
{
	color: #F0F0F0;
 	background-color: #F0F0F0;
	height: 1px;	
	width: 50%;
}

#prev_next_links a {color: black;}

#prev_next_links a:visited{	color: black;}

/*********** FOOTER ***********/

#page_footer
{
	position: relative;
	height: 50px;
	width: 100%;
	text-align: center;
	background: #669966 none repeat scroll 0% 50%;
	margin-top: -30px;
	padding: 7px 0pt;
}

/******** CONTENT *********/

.page_content
{
	position: relative:
	witdh: 100%;
	padding-bottom: 80px;
	margin-left: 0px;
	overflow: hidden;
}

/** COLUMNS **/


.columns
{
	position: relative;
	padding: 0px 0px 0px 0px;
	height: 100%;
	width: 100%;
}

.left_column
{
	width: 125px;
	float: left;
	margin-right: 25px;
}

.left_column_archives
{
	width: 200px;	
}

.center_column
{
	display: inline;
	float: left;
	margin-right: 15px;
	width: 600px;
}

.right_column
{
	float: left;
	width: 300px;
}

/** SIDEBAR **/

.sidebar_item
{
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 25px 0px;
	float: right;
	display: inline;
}

.sidebar_title
{
	background-color: #669966;
	color: #F0F0F0;
	width: 100%;
	font-size: 1.25em;
	padding-left: 10px;
}

.sidebar_item ul
{
	list-style: none;
}

/* Feeds */

.wooliet_feed
{
}

.wooliet_feed li
{
	display: inline;
	padding: 15px;	
	background: url(images/rss.png) no-repeat left center;
}

.wooliet_feed a,
.wooliet_feed a:visited
{
	color: #CC9500;
}

/* Search Form */
.wooliet_search
{
	border: none;
	text-align: left;
}

.searchbox
{
	color: #669966;
	font-weight: bold;
	border: thin solid #ABBBAB;
	text-align: right;
}

.searchbutton
{
	background: #669966;
	color: #F0F0F0;
	border: thin solid #ABBBAB;
}

/** Categories **/
.widget_categories
{
	margin-top: 15px;
}

.widget_categories ul
{
	padding: 0 0 0 0;
	margin: 5px 0px 5px 25px;	
}

.widget_categories li
{
	display: inline;
	padding: 0 2px 0 2px;
	font-size: .85em;
	font-family: 'Courier New';
}

.widget_categories a,
.widget_categories a:visited {color: black}

.wooliet_widget_recentPosts a,
.wooliet_widget_recentPosts a:visited {color: black}

.wooliet_widget_recentPosts li
{
	margin-bottom: 5px;
	font-size: .85em;
	font-family: 'Courier New';	
}

/*** Archive **/

.archive_table
{
	margin-bottom: 50px;
	margin-left: 50px;
	width: 100%;
}

.archive_table a,
.archive_table a:visited {color: black}

.archive_table td
{
	padding: 2px 2px 2px 2px;
}

.archive_table tr
{
}

.year
{
	padding: 5px 5px 5px 25px; 
	font-size: 1.75em;
	text-align: left;
	background-color: #669966;
	color: #F0F0F0;
}

.month
{
	text-align: right;
	font-weight: bold;
	vertical-align: top;
	border: none;
	border-bottom: thin solid #669966;	
	border-left: thin solid #669966;	
	border-top: thin solid #669966;	
}

.month-newyear
{
	border-top: none;
}

.month-empty
{
	border: none;
	border-right: thin solid #669966;	
}

.day
{
	text-align: right;
	vertical-align: top;
	background-color: #F0F0F0;
}

.day-empty
{
	background-color: #F0F0F0;
}

.archive_title
{
	vertical-align: top;
	border: thin solid #F0F0F0;
}


/** Links **/

#wooliet_links li
{
	display: inline;
	font-size: .85em;
}

#wooliet_links ul
{
	padding: 0 0 0 0;
	margin: 5px 0px 5px 25px;
}

#wooliet_links a,
#wooliet_links a:visited {color: black}

.link_cat_title
{
	margin-left: 15px;
	margin-top: 3px;
	padding-left: 5px;
	background-color: #F0F0F0;
	color: #669966;
}

#project-wonderful-right
{
}

#paypal_button
{
	padding: 3px 3px 3px 3px;
	border: thin solid #F0F0F0;
	text-align: center;
	background-color: #FFFFCC;
	color: #669966;
	font-weight: bolder;
	font-size: 1.25em; 
}

#conde_hire
{
	padding: 2px;
	text-align: center;
	background-color: #CCE4EA;
}
#conde_hire:hover
{
	background-color: #99ABB0;
}
	#conde_hire a
	{
		display: block;
		width: 295px;
		height: 85px;
	}
	#conde_hire a,
	#conde_hire a:hover
	{
		text-decoration: none;
		background-color: none;
	}

	#conde_hire img
	{
		border: none;
	}

/* at the bottom to overwrite text set elswhere: LEAVE */
.comment_field{text-align: left;}

.extra_wide{ width: 500px; }

.left_column_archives .widget_categories li
{
	display: block;
	margin-bottom: 5px;
}


/*** IMAGES ****/
.alignright
{
	float: right;
	margin: 2px 2px 2px 2px;
}

.aligncenter
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}