/*
Theme Name: Virtual Software Theme
Theme URI: http://virtualsoftware.net
Description: A theme by <a href="http://www.little-jacket.com">Little Jacket</a>.
Version: 1
Author: Jamie Katz
Author URI: http://jamie-katz.com

*/



/*
body {
	font: 75%/150% "Trebuchet MS", Tahoma, Arial;
	color: #333333;
	background: #FFFFFF url(images/main-bg.gif);
	margin: 0px;
	padding: 0px 0px 40px;
}
a {
	color: #CC6600;
	text-decoration: none;
}
a:visited {
	color: #CC6633;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
p {
	padding: 0px 0px 15px;
	margin: 0px;
}
h1 {
	margin:0px;
	background: url(images/header-icon.gif) no-repeat;
	padding-left: 70px;
	height: 60px;
	font: bold 36px/100% "Trebuchet MS", Tahoma, Arial;
	color: #c9eefe;
}
h1 a{
	color: #c9eefe;
	text-decoration: none;
}
h1 a:visited{
	color: #c9eefe;
	text-decoration: none;
}
h1 a:hover{
	color: #ffffff;
	text-decoration: none;
}
h2 {
	color: #59770e;
	margin: 0px 0px 2px;
	border-bottom: 1px dotted #CCCCCC;
	letter-spacing: -1px;
	font: normal 190%/100% "Trebuchet MS", Tahoma, Arial;
	padding-bottom: 3px;
}
h2 a, h2 a:visited {
	color: #59770e;
	text-decoration: none;
}
h2 a:hover {
	color: #FF6600;
	text-decoration: none;
}
h3 {
	font: normal 140%/100% "Trebuchet MS", Tahoma, Arial;
	color: #758d38;
	margin: 10px 0px 5px;
}
form {
	margin:0px;
	padding:0px;
}
#page {
	margin: 0px auto;
	width: 760px;
	border-bottom: 5px solid #d5e6eb;
	border-left: 5px solid #d5e6eb;
	border-right: 5px solid #d5e6eb;
	background: #FFFFFF url(images/content-bg.gif) repeat-y;
}
#header {
	background: #0FACEA url(images/header-bg.jpg) no-repeat;
	height: 170px;
	border-bottom: 3px solid #59780a;
	position: relative;
}
#headerimg {
	position: relative;
	padding: 30px 0px 0px 40px;
	height: 60px;
}
#headerimg .description{
	position: absolute;
	left: 110px;
	bottom: 3px;
	color: #c9eefe;
	font-size: 14px;
}
#nav {
	list-style: none;
	margin: 0px;
	position: absolute;
	right: 10px;
	bottom: 0px;
}
#nav li {
	float: left;
	margin-left: 5px;
}
#nav a {
	color: #ffffff;
	text-decoration: none;
	background: #6b9a11 url(images/nav-button-bg.gif) repeat-x;
	padding: 5px 15px;
	font: bold 14px/100% Arial, Helvetica, sans-serif;
	border-top: 1px solid #AFCD69;
	border-left: 1px solid #AFCD69;
	border-right: 1px solid #AFCD69;
	display: block;
}
#nav a:visited {
	color: #ffffff;
	text-decoration: none;
}
#nav a:hover {
	color: #000000;
}
#content {
	padding: 10px 0px 30px 20px;
	float: left;
	width: 485px;
	overflow: hidden;
}
.post {
	clear:both;
	padding-top: 10px;
}
.post-date {
	width: 45px;
	height: 49px;
	float:left;
	background: url(images/date-bg.gif) no-repeat;
}
.post-month {
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	display:block;
	line-height: 11px;
	padding-top: 2px;
	margin-left: -3px;
}
.post-day {
	font-size: 18px;
	text-transform: uppercase;
	color: #999999;
	text-align: center;
	display:block;
	line-height: 18px;
	padding-top: 7px;
	margin-left: -3px;
}

.post-title {
	float: left;
	margin-left: 10px;
	width: 430px;
}

.entry {
	clear: both;
	padding-top: 10px;
}

.post-cat {
	background: url(images/mini-category.gif) no-repeat left center;
	padding-left: 18px;
	float:left;
	font-size: 95%;
	color: #999999;
}
.post-comments {
	background: url(images/mini-comments.gif) no-repeat left center;
	padding-left: 18px;
	float: right;
	font-size: 95%;
}
.post-calendar {
	background: url(images/mini-calendar.gif) no-repeat left center;
	padding-left: 18px;
	float: right;
	font-size: 95%;
	color: #999999;
}
.post-content {
	clear: both;
	padding-top: 10px;
}
.navigation {
	clear: both;
	padding: 10px 0px;
}
.navigation a, .navigation a:visited {
	color: #59770e;
}
.previous-entries {
	float: left;
	padding-left: 18px;
	background: url(images/mini-nav-left.gif) no-repeat left center;
}
.next-entries {
	float: right;
	padding-right: 18px;
	background: url(images/mini-nav-right.gif) no-repeat right center;
}
#comments, #respond {
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 5px;
}
.commentlist {
	margin: 10px 0px;
	padding-left: 20px;
	line-height: 130%;
}
.commentlist li{
	padding: 5px 10px;
	position: relative;
}
.commentlist .avatar {
	position: absolute;
	top: 5px;
	right: 5px;
	border: solid 1px #ededed;
	padding: 1px;
	background: #fff;
}
.commentlist .alt {
	background: #f1fedb;
}
.commentlist cite, .commentlist cite a, .commentlist cite a:visited {
	font-weight: bold;
	font-style: normal;
	font-size: 120%;
	color: #CC6600;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
#commentform {
	margin-top: 10px;
	font: 110% Arial, Helvetica, sans-serif;
}
#commentform p {
	padding: 6px 0px;
	margin: 0px;
}
#commentform label{
	font-weight: bold;
	color: #666666;
	font-size: 100%;
}
#commentform input{
	width: 153px;
	background:#f1fedb;
	border: 1px solid #bdd77f;
	padding: 3px;
	margin-top: 3px;
}
#commentform textarea{
	width: 478px;
	height: 115px;
	background:#f1fedb;
	border: 1px solid #bdd77f;
	padding: 2px;
	margin-top: 3px;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #ffffff;
}
#commentform #submit{
	background: url(images/btn-bg.gif) no-repeat;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border: none;
	float:right;
	width: 144px;
	height: 29px;
}
#sidebar {
	float: right;
	padding: 0px 10px 20px 0px;
	width: 220px;
}
#searchform {
	background: #bcd67e url(images/searchform-bg.gif) repeat-x;
	width: 220px;
	padding: 10px 10px 10px 10px;
	float:right;
}
#searchform #s {
	border:1px solid #203346;
	width: 135px;
	height: 22px;
	padding: 2px 5px 0px 5px;
	border: 1px solid #bed881;
	background: #e9facc;
	vertical-align: middle;
}
#searchform #searchsubmit {
	background: url(images/search-btn-bg.gif) no-repeat;
	border: none;
	width: 28px;
	height: 24px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	vertical-align: middle;
}
#searchform label {
	font-size: 11px;
	color: #41550e;
}
#sidebar h3 {
	font: normal 140%/100% "Trebuchet MS", Tahoma, Arial;
	color: #758d38;
	margin: 10px 0px 5px;
}
.ul-cat {
	list-style: none;
	margin:0px 0px 15px;
	padding:0px;
	border-bottom: 1px solid #dceeb7;
}
.ul-cat li{
	margin: 0px;
	padding: 2px 0px 2px 20px;
	border-top: 1px solid #dceeb7;
	background: url(images/mini-category.gif) no-repeat left center;
}
.ul-cat li a, .ul-cat li a:visited{
	color: #495233;
	text-decoration: none;
}
.ul-cat li a:hover{
	color: #FF6600;
	text-decoration: none;
}
.ul-archives {
	list-style: none;
	margin:0px 0px 15px;
	padding:0px;
	border-bottom: 1px solid #dceeb7;
}
.ul-archives li{
	margin: 0px;
	padding: 2px 0px 2px 20px;
	border-top: 1px solid #dceeb7;
	background: url(images/mini-monthly-archive.gif) no-repeat left center;
}
.ul-archives li a, .ul-archives li a:visited{
	color: #495233;
	text-decoration: none;
}
.ul-archives li a:hover{
	color: #FF6600;
	text-decoration: none;
}
#footer {
	clear: both;
	background: #048DB4 url(images/footer-bg.gif) no-repeat;
	color: #ACD7EE;
	font-size: 95%;
	line-height: 130%;
}
#footer a, #footer a:visited{
	color: #ffffff;
}
#footer .left-col{
	width: 240px;
	float: left;
	margin-left: 10px;
}
#footer .right-col{
	width: 220px;
	float: right;
	padding-right: 10px;
	padding-left: 10px;
	background: url(images/footer-right-bg.gif) no-repeat;
}
#footer h4 {
	font: normal 146%/100% "Trebuchet MS", Tahoma, Arial;
	color: #9cdbfb;
	margin: 10px 0px 5px;
}
.recent-comments {
	list-style: none;
	margin: 0px;
	padding: 0px;
	line-height: 110%;
}
.recent-comments li{
	background: url(images/mini-footer-comments.gif) no-repeat;
	padding: 0px 0px 10px 20px;
}
.recent-comments a{
	font-size: 105%;
	line-height: 130%;
	font-weight: bold;
}
.recent-posts {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 92%;
	line-height: 110%;
}
.recent-posts li{
	background: url(images/mini-footer-post.gif) no-repeat;
	padding: 0px 0px 10px 20px;
}
.recent-posts a{
	font-size: 115%;
	line-height: 130%;
	font-weight: bold;
}
#credits {
	margin: 0px auto;
	width: 760px;
	color: #7a9299;
	font-size: 85%;
	line-height: 120%;
}
#credits a, #credit a:visited{
	color: #048db4;
}
.rss {
	background: url(images/mini-rss.gif) no-repeat left center;
	padding-left: 18px;
	padding-bottom: 2px;
	margin-left: 10px;
}
.left {
	float: left;
}
img.left, a img.left {
	float:left;
	margin: 4px 10px 5px 0px;
	border: 1px solid #bdd77f;
	padding: 3px;
	background: #FFFFFF;
}
a:hover img.left{
	border-color: #FF6600;
	background: #FF6600;
}
.right {
	float: right;
}
img.right, a img.right {
	float:left;
	margin: 4px 10px 5px 0px;
	border: 1px solid #bdd77f;
	padding: 3px;
	background: #FFFFFF;
}
a:hover img.right{
	border-color: #FF6600;
	background: #FF6600;
}
.clear {
	clear:both;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}
img.img_border, a img.img_border {
	border: 1px solid #bdd77f;
	padding: 3px;
	background: #ffffff;
}
a:hover img.img_border{
	border-color: #FF6600;
	background: #FF6600;
}

*/


/* NEW CONTENT */

/* CSS Document */

/* RESET STYLSHEET */
* {
	margin: 0;
	padding: 0;
	border: none;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/* END RESET */


body {
	background:url(images/vs-blog-bg.gif) center top repeat-y #d4d4d5;
	text-align:left;
	margin:0;
	padding:0;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#6f7072;
}
#wrapper {
	margin:0 auto;
	padding:0;
	border:none;
	width:816px;
	clear:none;
}
#header {
	width:100%;
	height:82px;
	background:#fff;
	clear:none;
	margin:10px 0 0 0;
	padding:0;
	position:relative;
}
#logoHolder {
	position:relative;
	left:0;
	margin:0;
	padding:0;
	border:none;
	height:82px;
}
#rightSideHeader {
	margin:0;
	padding:0;
	position:absolute;
	right:0;
	top:0;
	border:none;
	width:169px;
	clear:none;
}
#icons {
	width:100%;
	margin:0;
	padding:0;
	height:47px;
}
#icons img {
	float:right;
	margin:0 0 0 10px;
	padding:0;
	border:none;
}
#searchForm {
	height:35px;
	width:169px;
	margin:0;
	padding:0;
	border:none;
}
.searchBox {
	width:100px;
	height:20px;
	border:1px solid #6f7072;
	background:#fff;
	color:#6f7072;
	font-size:12px;
	padding:0 3px;
	margin:0;
}
.searchButton {
	background:#98c55e;
	color:#fff;
	float:right;
	height:22px;
	width:55px;
}
#content {
	width:637px;
	border:1px solid #6f7072;
	margin:5px 0 0 0;
	padding:0;
	float:left;
}
#contentHeader {
	font-size:12px;
	color:#fff;
	padding:5px 0 3px 10px;
	margin:0;
	background:#07487d;
	font-weight:normal;
	text-transform:none;
	text-decoration:none;
	width:627px;
}
#post {
	width:607px;
	background:url(images/post-bottom-bar.gif) bottom left no-repeat;
	margin:20px 0 0 10px;
	padding:0 0 10px 0;
	float:left;
}
#post h1 {
	font-size:16px;
	font-weight:bold;
	border-bottom:1px solid #07487d;
	margin:0;
	padding:0 0 3px 0;
	text-transform:uppercase;
}
#post h1 a {
	color:#07487d;
	text-decoration:none;
}
#post h1 a:hover {
	color:#6caedf;
	text-decoration:none;
	text-transform:uppercase;
}	
#post h2 {
	font-size:10px;
	font-weight:normal;
	color:#69934a;
	margin:0;
	padding:0;
	text-transform:uppercase;
}
#post h3 {
	font-size:11px;
	font-weight:normal;
	color:#07487d;
	text-transform:uppercase;
	margin:5px 0 0 0;
	padding:0;
}
#post h3 a {
	color:#6f7072;
	text-decoration:none;
	text-transform:none;
}
#post h3 a:hover {
	color:#98c55e;
	text-decoration:none;
	text-transform:none;
}
#post p {
	font-size:12px;
	color:#6f7072;
	margin:10px 0 0 0;
	padding:0 0 10px 0;
}
#post a {
	
	color:#07487d;
	text-decoration:none;
}
#post a:hover {
	color:#69934a;
	text-transform:none;
}
#post img {
	float:left;
	margin:0 5px 5px 0;
	padding:0;
	border:none;
	display:block;
}
#post img a {
	border:none;
	display:block;
}
#navigation {
	width:607px;
	height:30px;
	margin:10px 0 0 0;
	padding:0;
	border:none;
	float:left;
	clear:none;
}
.olderPost {
	float: left;
	padding:0 0 0 18px;
	margin:0 0 0 100px;
	background: url(images/older-arrow.gif) no-repeat left center;
	color:#98c55e;
	text-decoration:none;
}
.newerPost {
	float: right;
	padding:0 18px 0 0;
	margin:0 100px 0 0;
	background: url(images/newer-arrow.gif) no-repeat right center;
	color:#98c55e;
	text-decoration:none;
}
.olderPost a, .newerPost a {
	color:#98c55e;
	text-decoration:none;
}
.olderPost a:hover, .newerPost a:hover {
	color:#07487d;
	text-decoration:none;
}
#notFound {
	width:637px;
	margin:50px 0 50px 0;
	padding:0;
}
#notFound h5 {
	margin:30px 0 0 0;
	padding:0 0 0 10px;
	font-size:16px;
	color:#07487d;
}

#commentList {

}
#commentForm {
	width:637px;
	margin:0;
	padding:0;
	border:none;
	float:left;
	background:url(images/post-bottom-bar.gif) top left no-repeat;
}
#commentForm h1 {
	font-size:12px;
	color:#98c55e;
	text-transform:uppercase;
	font-weight:normal;
	padding:0 0 0 10px;
	margin:10px 0 0 0;
	text-decoration:none;
	border:none;
}
.commentText {
	border:1px solid #6f7072;
	background:#ececed;
	color:#6f7072;
	width:200px;
	height:20px;
	padding:3px;
	margin:10px 10px 0 10px;
}
.commentTextArea {
	border:1px solid #6f7072;
	background:#ececed;
	color:#6f7072;
	width:310px;
	height:70px;
	padding:3px;
	margin:10px 10px 0 10px;
}
.commentButton {
	background:#98c55e;
	color:#fff;
	width:55px;
	height:22px;
	margin:10px 0 0 10px;
}
#sidebar {
	width:167px;
	border:1px solid #6f7072;
	float:right;
	margin:5px 0 0 0;
	padding:0 0 10px 0;
}
#sidebar h1 {
	text-transform:uppercase;
	font-size:13px;
	color:#6f7072;
	margin:10px 0 3px 15px;
	padding:0 0 3px 0;
	background:url(images/sidebar-underline.gif) bottom left no-repeat;
	width:130px;
}
#sidebar ul li {
	font-size:11px;
	color:#6f7072;
	margin:0 0 0 15px;
	padding:2px 0;
	line-height:16px;
	border-bottom:1px solid #bcbcbc;
	width:130px;
	list-style:none;
}
#sidebar ul li a {
	text-decoration:none;
}
#sidebar ul li a:hover {
	color:#69934a;
	text-decoration:none;
}
#sidebar p {
	margin:10px 0 0 15px;
	padding:0;
	font-size:12px;
	line-height:16px;
}
#sidebar p a {
	color:#6f7072;
	text-decoration:none;
}
#sidebar p a:hover {
	color:#69934a;
	text-decoration:none;
}
#sidebarHeader {
	font-size:11px;
	color:#fff;
	padding:5px 0 3px 10px;
	margin:0;
	background:#98c55e;
	font-weight:normal;
	text-transform:uppercase;
	text-decoration:none;
	width:157px;
	height:16px;
}
#sidebarHeader a {
	color:#fff;
	text-decoration:none;
}
#sidebarHeader a:hover {
	color:#ececed;
	text-decoration:none;
}
#footer {
	width:639px;
	margin:5px 0 20px 0;
	padding:0;
	float:left;
	font-size:10px;
}
#footer a {
	color:#6f7072;
	text-decoration:none;
}
#footer a:hover {
	color:#98c55e;
	text-decoration:none;
}


#comments, #respond {
	border-bottom: 1px solid #07487d;
	padding-bottom: 5px;
}
.commentlist {
	margin: 10px 0px;
	padding-left: 20px;
	line-height: 130%;
}
.commentlist li{
	padding: 5px 10px;
	position: relative;
}
.commentlist .avatar {
	position: absolute;
	top: 5px;
	right: 5px;
	border: solid 1px #ededed;
	padding: 1px;
	background: #fff;
}
.commentlist .alt {
	background: #f1fedb;
}
.commentlist cite, .commentlist cite a, .commentlist cite a:visited {
	font-weight: bold;
	font-style: normal;
	font-size: 120%;
	color: #CC6600;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
#commentform {
	margin-top: 10px;
	font: 110% Arial, Helvetica, sans-serif;
}
#commentform p {
	padding: 6px 0px;
	margin: 0px;
}
#commentform label{
	font-weight: bold;
	color: #666666;
	font-size: 100%;
}
#commentform input{
	width: 153px;
	background:#f1fedb;
	border: 1px solid #bdd77f;
	padding: 3px;
	margin-top: 3px;
}
#commentform textarea{
	width: 478px;
	height: 115px;
	background:#f1fedb;
	border: 1px solid #bdd77f;
	padding: 2px;
	margin-top: 3px;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #ffffff;
}
#commentform #submit{
	background: url(images/btn-bg.gif) no-repeat;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border: none;
	float:right;
	width: 144px;
	height: 29px;
}
