/*
	Author Name	: 	Michael Rassel	
	Author Site	: 	http://razworks.com
	Style Name	: 	Razworks ssg
					media copyright Razworks 2001-2007
					media copyright Michael Rassel 1994-2007
*/


body {
	background: #d5ccba url('bckgrnd.png') repeat-x;
	color: #000;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	margin: 0;
	}

#header {
	background: url('header.jpg') no-repeat;
	width: 950px;
	height: 200px;
	}

h1 {
	position: absolute;
	top: 25px;
	left: 50px;
	padding: 0;
	display:none;
	}

.description {
	position: absolute;
	top: 55px;
	left: 50px;
	margin: 0 !important;
	display:none;
	}

#page {
	padding: 0;
	width: 780px;
	_width: 756px;
	height:100%;
	background: url('page.png') no-repeat;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-style: none;
	border-bottom-color: none;
	border-top-style: none;
	border-top-color: #none;
	border-right-color: #030303;
	border-left-color: #030303;
	}

.primary {
	padding-left: 25px;
	}

ul.menu li a {
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 1em;
	font-weight: bold;
	background:  url('nav-button.png') repeat-x;
	color: #d4cbb8 !important;
	}

ul.menu li a:hover {
	background:  url('nav-button-hover.png') repeat-x;
	color: #000 !important;
	text-decoration: none;
	}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
	color: #d4cbb8 !important;
	background:  url('nav-button-bg.png') repeat-x;
	}
	
h2, h2 a, h2 a:hover, h2 a:visited,h2 span a, 
h2 span a:visited {display:none
}
	
 h3, h3 a, h3 a:hover, h3 a:visited, h4, h4 a, h4 a:hover, h4 a:visited {
	color: #000 !important;
	}


h3 span a,
h3 span a:visited {
	color: #000 !important;
	font-weight: normal !important;
	}

.primary .entry-meta a, .primary .entry-meta a:visited, /* The Metalink class takes care of the comments, edit, rss and trackback links next to the titles */
.secondary .metalink a, .secondary .metalink a:visited,
.secondary span a, .secondary span a:visited {
	color: #000;
	font-weight: normal;
	
	}
	
.counter a {
	color: #000;
	}
	
.commentlist li {
	color: #000;
	}

.commentlist li:hover {
	background: none;
	}
	
blockquote, #weightedcategories, .authorcomment {
	background: #111;
	border-color: #222;
	}
	
.primary img {
	border-color: #222;
	background: #111;
	}

.inputcontainer {
	margin-bottom: 6px;
	}

#footer {
	padding: 0;
	width: 100%;
	height:17px;
	background: url('footer.png') repeat-X;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-style: none;
	border-bottom-color: none;
	border-top-style: none;
	border-top-color: #none;
	border-right-color: #030303;
	border-left-color: #030303;
	}
	
	.footerlinks ul {text-transform:uppercase;
     display: inline;
     list-style-type: none;
     list-style-image:none;
     margin:0; }
.footerlinks li, .footerlinks li li, .footerlinks li li li {
     display: inline;
     padding: 0px 5px; }
	 
	 .footerlinks a {text-decoration:none;
     padding: 0px 3px;
     border-right: 1px solid black;}


/* Gray Color */
 small, .sidebar ul ul li, .sidebar ul ol li, .nocomments, ul#activity li small a, ul#activity li, .LSRow small, #searchcontrols small  {
	color: #000;
	}

a, a:visited, .sidebar a:visited {
	color: #000;
	}
	
.post p a:visited {
	color: #000;
	}

#af-ela-menu li {
	border: none;
	background: #000;
	}


#af-ela-menu, #af-ela-menu li {
	border-bottom: 1px solid #333;
	}

#af-ela-menu li.selected {
	background: #333;
	}

/* Hovering state of the table items */
#af-ela-year li:hover, #af-ela-month li:hover, #af-ela-post li:hover, #af-ela-category li:hover {
	background: #222;
	border-top: 1px solid #444;
	border-bottom: 1px solid #444;
	}

/* Active or hovered item in list */
#af-ela-year li.selected, #af-ela-month li.selected, #af-ela-post li.selected, #af-ela-category li.selected, #af-ela-post li:hover {
	background: #222;
	border-top: 1px solid #444;
	border-bottom: 1px solid #444;
	}

#af-ela-post {
	border-left: 1px solid #333;
	border-right: none;
	}

/* Rolling Archives Slider */
#current-content #pagetrack,
#dynamic-content #nested_pagetrack {
	margin: 0 auto;
	width: 218px;
	height: 18px;
	background: url('sliderbgleft.png') no-repeat center left;
}

#current-content #pagetrackend,
#dynamic-content #nested_pagetrackend {
	height: 18px;
	background: url('sliderbgright.png') no-repeat center right;
	}

#current-content #pagehandle,
#dynamic-content #nested_pagehandle {
	width: 18px;
	height: 18px;
	background: url('sliderhandle.png') no-repeat center center;
	cursor: e-resize;
}

img.alignright-bdr, img[align="right"] {
	padding: 4px;
	margin: 0;
	display: inline;
	border:#4e6bbb 5px ;
	}

img.alignleft-bdr, img[align="left"] {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	border:#4e6bbb 5px;
	}