/* 
YOUR CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/
h3.sub,h2.sub {margin: 0 0 10px 0;padding: 0 0 5px 0;font-size: 1.1em;font-weight: bold;line-height: 1em;letter-spacing: 2px; text-transform: lowercase; color: #4b364b;border-bottom: 1px solid #333;}

#category-section ul{list-style:none;margin:0;font-size:1em;padding:0;border-top:1px solid #333;}

#category-section ul li a, ul.txt li
{
height: 1%;
line-height: 1.2em;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #333;
display: block;
padding-top: 6px;
padding-right: 0pt;
padding-bottom: 6px;
padding-left: 8px;
margin-top: 0pt;
margin-right: 0pt;
margin-bottom: 0pt;
margin-left: 0pt;
}



#menu {
	margin: 0px;
	padding: 0px;
	position: absolute;
	right: 0px;
	top: 40px;
}

#menu li {
	display: inline;
	margin-left: -5px;
}

#menu a {
	text-decoration: none;
	color: #515151;
	font: 10px Verdana, Arial, sans-serif;
	letter-spacing: 2px;
	padding: 10px 15px 10px;
	background-image: url('images/menubkgd.png');
	border: 1px solid #000;
	border-bottom-style: none;
	border-top-style: none;
}

/* This Hover only works on unvisted links... */

#menu a:visited {
	color: #515151;
	background-image: url('images/menubkgd.png');
	border: 1px solid #000;
	border-bottom-style: none;
}

#menu a:hover {
	color: #4b364b;
	background-image: url('images/menubkgd-active.gif');
	border: 1px solid #000;
	border-bottom-style: none;
}

#menu a:active {
	color: #a2a2a2;
	background-image: url('images/menubkgd-active.gif');
	border: 1px solid #000;
	border-bottom-style: none;
}

#menu a.active {
	color: #a2a2a2;
	background-image: url('images/menubkgd-active.gif');
	border: 1px solid #000;
	border-bottom-style: none;
}


#footer
{
clear: both;
color: white;
margin-top: 40px;
padding-top: 40px;
background-color: #0e0e0e;
border-top-width: 1px;
border-top-style: dashed;
border-top-color: #2c2c2c;
}

#about_excerpt {
	float: left;
	width: 360px;
	margin-right: 40px;
	margin-left: 45px;
	padding-bottom: 12px;
}

#about_excerpt .textwidget {
font-size: 11px;
color: #645a69;
}

#about_excerpt h2 {
font-size: 12px;
}

#about_excerpt img {
	float: right;
	margin-right: 20px;
	margin-bottom: 20px;
	width: 225px;
	height: 150px;
	border: 3px solid #000;
	margin-left: 10px;
}

#about_excerpt a.post-edit-link {
	color: maroon;
}

#quick_links {
	float: left;
	width: 200px;
	padding-left: 20px;
	border-style: none;
	border-left: 1px dashed #1e1e1e;
}

#quick_links h2 {
font-size: 12px;
}

#quick_links ul {
	list-style: none;
}

#quick_links li {
	font-size: 11px;
	line-height: 20px;
	list-style-image: none;
}

#quick_links li a:hover {
	text-decoration: underline;
}


/* @end */



