/*  
Theme Name: Visionary Theme
Theme URI: http://www.visionaryweb.com
Description: The theme that oozes kickassery.
Version: 1.0
Author: S. Michael Munday
Author URI: 

USE PX FOR FONT SIZES! 

	Visionary v1.0

	This theme was designed and built by S. Michael Munday.

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Extras */
#body {
	font-family: "Trebuchet MS", Arial, Sans-serif;
	width: 100%;
}

.post-title a {
	font-weight: bold;
	/* font-size: medium; */
	color: #95BE62 !important;
	font-size: 15px; /*edit by Mike */
	padding-top: 10px;
}

.post-title:link, .post-link:visited, .post-link:hover, .post-link:active {
	font-weight: bolder;
	font-type: Arial;
	color: black;
	text-decoration: none;	
}


#body a:link, #body a:visited {
	font-weight: bolder;
	font-type: Arial;
	color: black;
	text-decoration: none;
}

#body a:hover {
	font-weight: bolder;
	font-type: Arial;
	color: #95BE62;	
	text-decoration: underline;
}

#body a: active {
	font-weight: bolder;
	font-type: Arial;
	color: #95BE62;
	text-decoration: none;
}

#leftsidemenu {
	align: center;
	vertical-align: top;
}

#middlecolumn {
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: top;
	/*width: 375px;*/
}

#rightsidemenu {
	vertical-align: top;
}

ol li {
	list-style: none;
}

.push {
	margin-left: 10px;
}

h2 a:link, h2 a:visited {
	font: bolder 16px Arial;
	color: black;
	text-decoration: none;
}

h2 a:hover {
	font: bolder 16px Arial;
	color: #95BE62;	
	text-decoration: underline;
}

h2 a:active {
	font: bolder 16px Arial;
	color: #95BE62;
	text-decoration: none;
}

#sidebar a:link, #sidebar a:visited {
	font: bolder 12px Arial;
	color: black;
	text-decoration: none;
}

#sidebar a:hover {
	font: bolder 12px Arial;
	color: #95BE62;	
	text-decoration: underline;
}

#sidebar a: active {
	font: bolder 12px Arial;
	color: #95BE62;
	text-decoration: none;
}

#sidebar ul {
	margin-top: 0px;
}

#sidebar ul ul {
	margin-top: 10px;
}


#sidebar ul li {
	list-style: none;
}

#sidebar ul li h2 {
	background-image: url(images/nav/menu_background.jpg);	
	background-repeat: no-repeat;
	width: 160px;
	height : 36px;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
	font-style:none;
	text-align: left;
	padding-left : 5px;
	padding-top : 0px;
	padding-bottom: 0px;
}

#sidebar ul ul li:before {
	font : bold 14px Arial, Helvetica, sans-serif;
	color : #95BE62;
	content: ". : ";
}

#sidebar ul ul {
	padding: 0px;
}

#sidebar ul ul li {
	width: 150px;
	border-bottom : 1px dotted Black;
	padding-left : 5px;
	padding-top : 0px;
	padding-bottom : 10px;
	text-align : left;
}

.post-info-bulk {
	font-size: 10px;
	line-height: 20px;
}

.post {
font-size: 12px;
}

.post-info {
	font-size: 10px;
}

.post-body TD {
	font-size: 12px;
	color: #000000;
}

.post-info td {
	padding-left: 5px;	
}

.post-date {
	padding: 10px;
	color: white;
	font-weight: bolder;
	background-color: rgb(133, 176, 83);
	text-align: center;
	font-size: 12px;
	width: 60px;
	height: 60px;
}


/* End Various Tags & Classes*/