@charset "utf-8";
/*
Theme Name: Anderson Webs Theme	
Theme URI: http://www.andersonwebs.com/
Description: This theme is the default theme for Anderson Webs, it completely integrates the blog with the rest of the site in its entirity.
Version: 1.0.0
Author: Tyler Anderson
Tags: fixed width, two columns, standard header and footer
*/

html, body {
	position: relative;
	z-index: -2;
	
	margin: 0;
	padding: 0;
	background: #f0efed;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}

#header {
	position: relative;
	z-index: 1;
	
	height: 65px;
	width: 100%;
	background: #000000;
}

#home_link {
	float: left;
	height: 65px;
	width: 200px;
}

#home_link a, #home_link a:link, #home_link a:visited, #home_link a:hover, #home_link a:active {
	float: left;
	margin: 0;
	padding: 0;
	height: 65px;
	width: 200px;
	background-color: none;
	border: none;
}

/* Navigation */

#navigation {
	margin: auto;
	padding: 0;
	height: 65px;
	width: 960px;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	background: url(http://www.andersonwebs.com/images/main/logo.png) top left no-repeat;
}

#navigation ul {
	margin: 0 20px;
	padding: 0;
	height: 65px;
	list-style: none;
	float: right;
}

#navigation li {
	margin: 0;
	padding: 0;
	height: 65px;
	float: left;
	display: inline;
}

#navigation ul a {
	margin: 0;
	padding: 22px 20px 0 20px;
	height: 43px;
	float: left;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

#navigation ul a:link, #navigation ul a:visited {
	background: none;
}

#navigation ul a:hover, #navigation ul a:active {
	background: #07004F;
}

#current_home #lhome a:link, #current_home #lhome a:visited, #current_about #labout a:link, #current_about #labout a:visited, #current_contact #lcontact a:link, #current_contact #lcontact a:visited, #current_portfolio #lportfolio a:link, #current_portfolio #lportfolio a:visited, #current_plans #lplans a:link, #current_plans #lplans a:visited, #current_blog #lblog a:link, #current_blog #lblog a:visited {
	background: #4f0000;
}

#current_home #lhome a:hover, #current_home #lhome a:active, #current_about #labout a:hover, #current_about #labout a:active, #current_contact #lcontact a:hover, #current_contact #lcontact a:active, #current_portfolio #lportfolio a:hover, #current_portfolio #lportfolio a:active, #current_plans #lplans a:hover, #current_plans #lplans a:active, #current_blog #lblog a:hover, #current_blog #lblog a:active {
	background: #07004F;
}

/* End Navigation */

#top_fade {
	margin: 0;
	padding: 0;
	height: 25px;
	width: 100%;
	background: url(http://www.andersonwebs.com/images/main/below_header_fade.png) top repeat-x;
}

#page {	
	margin: -90px auto 0 auto;
	width: 960px;
	background: none;
	border-left: 1px solid #98968f;
	border-right: 1px solid #98968f;
}

#content_container {
	margin: auto;
	position: relative;
	padding: 90px 0 65px 0;
	width: 100%;
	text-align: left;
}

#content_container h1 {
	margin: 0;
	padding: 0;
	font-size: 36px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

#content_container p {
	padding: 0;
	margin: 15px 0;
}

#content_container #wordpress_logo {
        z-index: -1;           
	position: absolute;
	bottom: 91px;
	right: 306px;
	width: 100px;
	height: 100px;
	background: url(http://www.andersonwebs.com/images/main/blog/wordpress.gif) left top no-repeat;
}

/* Links */

#content_container a, #content_container a:link, #content_container a:visited {
	color: #666666;
	text-decoration: none;
	border-bottom: 1px dotted;
}

#content_container a:hover, #content_container a:active {
	color: #000066;
	text-decoration: none;
	border-bottom: 1px solid;
}

#content_container a.not_underlined, #content_container a:link.not_underlined, #content_container a:visited.not_underlined {
	color: #666666;
	text-decoration: none;
	border: none;
}

#content_container a:hover.not_underlined, #content_container a:active.not_underlined {
	color: #000066;
	text-decoration: none;
	border: none;
}

/* End Links */

#content {
	margin: 0;
	padding: 10px 20px 20px 20px;
	width: 620px;
	background: url(http://www.andersonwebs.com/images/main/content_divider.png) right top no-repeat;
}

#content div.division {
	margin: 0 0 0 -20px;
  	height: 1px;
	width: 639px;
  	background: url(http://www.andersonwebs.com/images/main/content_division.png) right no-repeat;
}

#right_bar {
	position: absolute;
	margin: 0 0 0 660px;
	padding: 10px 20px 55px 20px;
	width: 260px;
}

#right_bar div.division {
	position: relative;
	left: -20px;
  	height: 1px;
	width: 300px;
  	background: url(http://www.andersonwebs.com/images/main/right_bar_division.png) left no-repeat;
}

#bottom_fade {
	position: relative;
	z-index: -1;
	
	margin: -90px 0 0 0;
	padding: 0;
	height: 25px;
	width: 100%;
	background: url(http://www.andersonwebs.com/images/main/above_footer_fade.png) top repeat-x;
}

#footer {
	position: relative;
	z-index: 1;
	
	margin: 0;
	padding: 0;
	height: 65px;
	width: 100%;
	background: #000000;
}

#footer_navigation {
	margin: auto;
	padding: 0;
	height: 65px;
	width: 960px;
}

#footer_navigation ul {
	position: relative;
	top: 20px;
	left: 20px;
	margin: 0;
	padding: 0;
	height: 25px;
	list-style: none;
	float: left;
}

#footer_navigation li {
	margin: 0 10px 0 0;
	padding: 0;
	height: 25px;
	float: left;
	display: inline;
}

#footer_navigation a {
	float: left;
}

#footer_navigation a:link.e-mail, #footer_navigation a:visited.e-mail {
	height: 25px;
	width: 50px;
	background: url(http://www.andersonwebs.com/images/main/footer/e-mail_button.png) no-repeat;
}

#footer_navigation a:hover.e-mail, #footer_navigation a:active.e-mail {
	height: 25px;
	width: 50px;
	background: url(http://www.andersonwebs.com/images/main/footer/e-mail_button_hover.png) no-repeat;
}

#footer_navigation a:link.rss, #footer_navigation a:visited.rss {
	height: 25px;
	width: 24px;
	background: url(http://www.andersonwebs.com/images/main/footer/rss_button.png) no-repeat;
}

#footer_navigation a:hover.rss, #footer_navigation a:active.rss {
	height: 25px;
	width: 24px;
	background: url(http://www.andersonwebs.com/images/main/footer/rss_button_hover.png) no-repeat;
}

/* Blog Specific Styles */

/* Information within the header of each post */

.storycontent h2 {
	margin: 0;
	padding: 0 0 10px 0;
	color: #000000;
	border-bottom: 1px dashed #98968F;
}

.date {
	position: relative;
	width: 620px;
	margin: 0 0 15px 0;
}

div.view_post {
	position: absolute;
	top: 0;
	right: 0;
}

/* End of header information */

/* Meta Data - Data below post */

.meta {
	position: relative;
	width: 620px;
}

#posting_author {
	position: absolute;
	top: 0;
	right: 0;
	color: #666666;
}

#allowed_tags {
	display: block;
	padding: 10px;
	margin: 0 0 10px 0;
	width: 561px;
	font-size: smaller;
	border: 1px solid #000000;
}

#allowed_tags #indent {
	padding: 0 0 0 10px;
	margin: 0;
}

/* Meta Data Ends */

/* Post Style */

.float_right {
	float: right;
}

.float_left {
	float: left;
}

/* End Post Style */

/* Styles that apply to the sidebar */

#menu ul li {
	font: normal 150% 'Geeza Pro', Tahoma, 'Times New Roman', Times, serif;
	list-style-type: none;
}

#menu ul ul{
	padding: 10px 0 10px 10px;
	margin: 0;
}

#menu ul ul li {
	padding: 0;
	margin: 0;
	font-size: 16px;
	list-style: url(http://www.andersonwebs.com/images/main/blog/arrow.gif);
}

/* End sidebar styles */