/* 
WOO 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.

*/

body { color: black;}


body{
	background-color: #f5f5f5;
}

body {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 20px;

.logo { margin: 30px 0; }

#cat_nav { height: 36px; }
#cat_nav li { height: 36px; }
#cat_nav li a { height: 26px; }

.credits { float: right; padding-right: 10px; padding-top: 9px; }
.credits a { color: #727272; }
.credits a:hover { text-decoration: none; }

#archivebox { background-color: #eeeeee; border:1px solid #dddddd; }


/* 1.2 Hyperlinks */


a:link {color: #91c433; text-decoration: none}
a:visited {color: #91c433; text-decoration: none}
a:active {color: #c32c85; text-decoration: underlined}
a:hover {color: #c32c85; text decoration: underlined}


/* Images in h5 */

a img {
	border: none;
}

h5 {
	margin: 10px;
	padding: 0;
	line-height: 1.3em;
        font-family: Arial, sans-serif;
	font-size: 0.85em;
	font-weight: normal;
	text-align: center;
}

h5 img {
	padding: 5px;
	background-color: white;
	border: 1px solid silver;
}
	
h5.right {
	margin: 2px 0 2px 10px;
	text-align: center;
	font-weight: normal;
	float: right;
	}
	
h5.left {
	margin: 2px 10px 2px 0;
	text-align: center;
	font-weight: normal;
	float: left;
	}
	
h5.center {
	text-align: center;
	font-weight: normal;
	}
	
h5.center img {
	margin: 0 auto;
	}
	
h5 a {
	text-decoration: none !important;
	color: #696969;
	}

h5 a:link {
	text-decoration: none !important;
	color: #696969;
	}
	
h5 a.hide-link:hover, h5 a.hide-link:focus, h5 a.hide-link:active, h5 a.hide-link:visited {
	text-decoration: none !important;
	color: #696969;
}

h5.noborder img {
	border: none;
}

img.noborder {
	border: none;
}

.noborder {
	border: none;

} 

#sidebar {font-family: Arial, sans-serif;
}

#sidebar ul li a {
 color:#333333;
font-size: 13px;
 font-weight:normal;
 font-family: Helvetica, Arial, sans-serif;
}

.post ul li {
background:none;
list-style:circle;
padding-left:0px;
}

.post ol {
list-style:decimal outside none;
}

.about p a{
color:#91c433;
}

#footer {
background-color:#91c433;
}


#page_nav {
background-color:#000000;
}

#page_nav a {
    color: #000000;
}

#cat_nav li a span {
    clear: both;
    font-family: Arial, sans-serif;
    font-size: 11px;
    text-transform: lowercase;
}



#body {
    font-family: Arial,sans-serif;
    font-size: 13px;
    line-height: 20px;
}


#h1, h2, h3, h4, h5 {
    color: #333333;
    font-family: Helvetica, Arial,sans-serif;
    font-weight: bold;
    margin-bottom: 20px;
}



