﻿/*
Theme Name: Professional Visual Studio
Theme URI: http://professionalvisualstudio.com/
Description: Custom one-off theme for the ProVS site
Version: 1.0
Author: Dave Gardner

*/
@import url("../../../../styles/css/base.css"); /* Default CSS */

.postdate {
	background:transparent url(images/cal.png) no-repeat scroll 0%;
	color:#FFF;
	font-family:Arial,Helvetica,sans-serif;
	text-align:center;
	margin:0px;
	height:67px;
	width:59px;
	margin-top:10px;
	float:left;
}
.postdate .day {
	padding-top:18px;
	font-size:30px;
	font-weight:bold;
}
.postdate .month {
	padding-top:4px;
	font-size:13px;
	text-transform:uppercase;
}
.postdate .year {
	display:none;
}

.postheader {
	width:450px;
	padding-top:2px;
	padding-left:10px;
	float:left;
}
.posttitle {
	margin:0;
	padding:10px 0px 5px 0px;
}
.posttitle a {
	color:#A00;
	text-decoration: none;
}
.postcontent {
	clear:both;
	padding-top:10px;
}
.postmeta {
	color: #888;
	font-size:0.9em;
}
.postmeta a {
	color: #888;
	text-decoration:none;
}
.archive-header {
	clear:both;
	padding-top:10px;
}
.archive-post {
	clear:both;
	padding-left:15px;
	padding-bottom:7px;	
}
.archive-title {
	float:left;
}
.archive-meta {
	float:right;
}
.navigation {
	clear:both;
}
#blog-sidebar li {
	margin-left:0px;
}
#blog-sidebar li {
	list-style:none;
	padding-left:0px;
}
#blog-sidebar li.rss {
	list-style-position:inside;
	list-style-image:url('images/feed.png');
	padding-bottom:4px;
}
#blog-sidebar li.rss a {
	text-decoration:none;
	margin-left:4px;
}

#comments-list {
	padding-top:20px;
}
.comment-id {
	min-width:20px;
	float:left;
}
.comment-id a {
	color:inherit;
	text-decoration:none;
}
.comment-edit a {
	color:inherit;
	text-decoration:none;
}
.comment-entry {
	border:1px #ccc dotted;
	background-color:#f3f3ef;
	padding:10px 10px 0px 10px;
	margin-bottom:10px;
}
.comment-entry-alt {
	background-color:#fff;
	padding:10px 10px 0px 10px;
	margin-bottom:10px;
}
.comment-entry-reg {
	border:1px #ccc dotted;
	background-color:#ffd89f;
	padding:10px 10px 0px 10px;
	margin-bottom:10px;
}
.comment-meta {
	width:100%;
	font-size:0.9em;
	font-variant:small-caps;
	font-weight:bold;
}
.comment-author {
	float:left;
}
.comment-time {
	float:right;
}
.comment-text {
	clear:both;
	border-top:0px #FD0 dotted;
	padding-top:5px;
	padding-left:20px;
}
#comment-form #author, #comment-form #email, #comment-form #url, #comment-form textarea {
	background: #fff;
	border: 1px solid #999;
	padding: .2em;
}
#comment-form textarea {
	width: 100%;
}


.search-header {
	color:#333;
	font-weight:bold;	
	font-family:'Lucida Grande',LucidaGrande,Lucida,Helvetica,Arial,sans-serif;
	font-size:1.5em;
	padding-bottom:20px;
}
.search-term {
	font-size:0.9em;
	color:#888;
}
.search-count {
	font-size:1.0em;
	font-weight:bold;
	color:#333;
	padding-bottom:10px;
}
.search-form {
	padding-top:10px;
}

.small {
	font-size:0.75em;
}

#sb-widget {
	padding-left:0px;
	margin-bottom:20px;
}

#category-cloud {
	color:#444;
	font-family:'Lucida Grande',LucidaGrande,Lucida,Helvetica,Arial,sans-serif;
	font-size:1.3em;
	font-weight:bold;
	list-style: none;
	padding-left:0px;
	margin-left:0px;
}
#category-cloud .catcloud  {
	padding-top:10px;
	padding-bottom:10px;
	font-size:0.85em;
}
#category-cloud .catcloud a {
	text-decoration:none;
	color:#666;
	font-weight:normal;
}

.contact-label{
	width:150px;
	padding-bottom:11px;
	float:left;
}
.contact-field{
	padding-bottom:11px;
	float:right;
}
.contact-field input{
	width:350px;
}
.contact-field textarea{
	width:351px;
	height:150px;
}
.contact-submit {
	width:250px;
	padding-top:7px;
	text-align:right;
	float:right;
}
#wpcf_your_shp {
        display:none;
}

/* classes used by the_meta() */
ul.post-meta {
	list-style: none;
}

ul.post-meta span.post-meta-key {
	font-weight: bold;
}

.credit {
	background: #90a090;
	border-top: double 3px #aba;
	color: #fff;
	font-size: 11px;
	margin: 10px 0 0 0;
	padding: 3px;
	text-align: center;
}

.credit a:link, .credit a:hover {
	color: #fff;
}

.feedback {
	color: #ccc;
	text-align: right;
	clear: both;
}

.meta {
	font-size: .75em;
}

.meta li, ul.post-meta li {
	display: inline;
}

.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

.meta, .meta a {
	color: #808080;
	font-weight: normal;
	letter-spacing: 0;
}
