/*
Theme Name: Easy
Theme URI: http://www.andrewgene.com
Description: Scratch
Author: Andrew Gene
Tags:none
*/
* {
	margin:0;
	padding:0;
	list-style:none;
	text-decoration:none;
	}
body {
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	margin:20px 0 0 0;
	color:#333333;
	background:url(images/body_tile.gif) repeat-x top #F1F1F1;
	}
#container {
	width:980px;
	margin:0 auto;
	text-align:left;
	}
#page_nav li {
	display:inline;
	line-height:30px;
	margin:0 20px 0 0;
	font-size:20px;
}
#page_nav {
	width:916px;
	height:30px;
}
.back a {
	font-size:14px;
}
/* header rules */

#header {
	position:relative;
	width:980px;
	height:75px;
	
}
.main_title {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:40px;
	font-weight:100;
}
.main_desc {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:100;
	color:#282821;
}

#searchbar {
	position:absolute;
	left:795px;
	top:85px;
	}
#searchbar input {
	
	}
.rss {
	position:absolute;
	top:0px;
	right:5px;
	text-indent:-1000em;
	margin:1px 0 0 0;
}
.rss a {
	display:block;
	width:35px;
	height:35px;
	background:url(images/rss.gif) no-repeat top;
}
abbr {
	border:none;
}

/*end of header rules*/


#page_nav a:link, #page_nav a:active, #page_nav a:visited {
	color:#FFFFFF;
}
#page_nav a:hover {
	color:#282821;
}


/*content rules*/

#content {
	margin:20px 0 0 0;
	}
	
.cat_title {
	font-family:Tahoma, Geneva, sans-serif;
}

.cat_desc {
	margin:5px 0 10px 0;
	font-size:18px;
	font-style:italic;
	width:780px;
	height:28px;
	line-height:25px;
	background:url(images/desc_bkg.png) no-repeat top;
	display:block;
	color:#FFF;
	text-indent:10px;
}

.left_column_wrapper {
	width:780px;
	text-align:center;
	float:left;
}
.left_column {
	width:780px;
	margin:0 auto;
	text-align:left;
}
.right_column_wrapper {
	width:200px;
	text-align:center;
	float:right;
}
.right_column {
	width:130px;
	margin:0 auto;
	text-align:left;
	font-size:16px;
}
#sidebar {
	margin:30px 0 0 0;
}
#sidebar ul {
	margin:0 0 20px 0;
	font-size:18px;
	font-family:Tahoma, Geneva, sans-serif;
	font-family:
}
#sidebar ul li {
	line-height:30px;
}
#sidebar ul li ul li {
	line-height:18px;
	font-style:italic;
}

#sidebar a:link, #sidebar a:active, #sidebar a:visited {
	line-height:20px;
	font-size:14px;
}

.post {
	width:738px;
	float:left;
	padding:20px;
	background-color:#FFF;
	margin:0 0 15px 0;
	border:1px solid #CCC;
}
.post p {
	width:740px;
	margin:5px 0 20px 0;
	line-height:20px;
	float:left;
}
.postmetadata {
	width:740px;
	float:left;
	margin:5px 0 4px 0;
	}

.post_title {
	background:url(images/header.png) no-repeat top left;
	height:40px;
	width:500px;
	line-height:40px;
	float:left;
	text-indent:35px;
	margin:0 0 15px -35px;
	font-size:24px;
}

.post_title a:link, .post_title a:visited, .post_title a:active {
	color:#CCC;
	font-style:italic;
	font-weight:normal;
}

.post_date {
	background:#1c1813;
	height:40px;
	width:150px;
	text-indent:15px;
	line-height:40px;
	float:right;
	background:url(images/date.gif) no-repeat top left;
	color:#F1F1F1;
	font-style:italic;
	margin:0 0 15px 0;
	font-weight:normal;
	font-size:20px;
}
img {
	border:1px solid #A8A8A8;
	outline:none;
}

p a:link, p a:active, p a:visited {
	color:#333;
	font-style:italic;
}
p a:hover {
	text-decoration:underline;
}

#post a:link, #post li a:active, #post li a:visited {
	color:#333;
	font-style:italic;
	text-decoration:underline;
}
#post li a:hover {
	text-decoration:none;
}

.disc li {
	list-style:disc;
	line-height:20px;
	margin:0 0 0 13px;
	}
/*end of content rules*/

/*comment rules*/
#respond {
	width:740px;
	float:left;
}
#respond textarea {
	width:738px;
	margin:10px 0 10px 0;
	}
/*end of comment rules*/

#footer {
	width:950px;
	float:left;
	margin:20px 0 0 0;
}
.copyright {
	font-size:10px;
	float:right;
}
#footer_nav {
	font-size:10px;
}


.clear {
	clear:both;
}
h1  {
	font-weight:100;
	}
.italic {
	font-style:italic;
}
a:link, a:active, a:visited {
	color:#282821;
}
a:hover {
	color:#FF8100;
}
