/*
Theme Name: Wkforce Blog Theme
Theme URI: http://www.wkforce.com
Description: The default WordPress theme for Wkforce.com.
Version: 1
Author: Jon Cazier
Author URI: http://3nhanced.com/
Tags: wkforce

	Wkforce Blog Theme v1.0
	 http://www.wkforce.com/blog

	This theme was designed and built by Jon Cazier,
	whose blog you will find at http://www.wkforce.com/blog

*/

@import url(http://www.wkforce.com/style.css);

#content h2 strong a {color: #084D8E; text-decoration: none;}
	#content h2 strong a:hover {color: #084D8E; text-decoration: underline;}
	
.post {background: url(images/longHorizontal.gif) no-repeat bottom; padding-bottom: 15px; margin-bottom: 15px;}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}

	.alignright {
		float: right;
		}
	
	.alignleft {
		float: left
		}
		
.imgLeft {margin: 10px 10px 10px 0;}

.imgRight {margin: 10px 10px 0 10px;}

#sidebar #navT2 ul ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font: normal 11px/17px Georgia, Palatino, Palatino Linotype, serif; color: #333;
	}
	
#sidebar #navT2 ul li {
	background: none;
	padding-left: 0px;
	}	
	
#sidebar #navT2 ul ul li {
	/*background: url(http://www.wkforce.com/img/bg_navT2_non.gif) no-repeat;*/
	background: url(http://www.wkforce.com/img/bg_navT2_list.gif) no-repeat;
	padding: 7px 0 6px 10px; 
	list-style: none; 
	width: 250px;
	}
	
#sidebar #navT2 ul ul li.bottom {
	display: block;
	padding: 7px 0 7px 10px;
	width: 250px;
	background: url(http://www.wkforce.com/img/bg_navT2_listB.gif) no-repeat;
	}