/*
Theme Name: Voracity Solutions 1.0
Theme URI: http://www.voracitysolutions.com
Description: Voracity Solutions Blog Template
Tags: fixed-width, two-columns, right-sidebar
Version: 1.0
Author: Jon Edmiston
Author URI: http://www.voracitysolutions.com
	
*/







.description {
	clear: left;
	padding: 5px 0 5px 0;
	margin-left:45px;
	color:#DDD;
}
.post {
	position:relative;
	border-bottom:solid 1px #DDD;
	padding-bottom:20px;
	margin-bottom:20px;
	padding-left: 82px;
	margin-top: 35px;
}


.postNav {
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:solid 1px #DDD;
}

.entry-content, .entry-excerpt {
	clear: left;
}
.navigation {
  clear: both;
}
.avatar {
  float: right;
  margin: 0 0 3px 5px;
}
.entry-meta {
  margin: 0 0 10px 0;
}

.entry-filed {
	display:inline-block;
	background:#efefef;
	padding:3px 5px;
	font-size:11px;
	-moz-border-radius: 5px;  
	-webkit-border-radius: 5px;
}


.underpost {
	padding:5px 7px;
	margin-top:15px;
	font-size: 10px;
	background:#EFEFEF;
	-moz-border-radius: 5px;  
	-webkit-border-radius: 5px;
	line-height:140%;
}
#content .underpost a {
	text-decoration: underline;
}

a.more-link {
	color:#056C9F;
	text-decoration:none;
	font-style:italic;
	font-size:14px;
	font-weight:bold;
	margin-right:10px;
}


span.comments_link a {
	display:inline-block;
	padding:0 5px!important;
	color:#666;
	background:#EFEFEF;
	font-size:11px;
	border-bottom: 0;
	-moz-border-radius: 5px;  
	-webkit-border-radius: 5px;
}

.image {
	display:inline-block;
	width:510px;
	border:solid #000;
	border-width:1px 0;
	margin:15px 0 5px 0;
}
.image img {
	border:none;
	display:block;
}





#menu{
	padding: 0;
	white-space: nowrap;
	margin: 0;
	background:#1A1A1A;
	border-bottom:solid 5px #555;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	height:30px;
}
#menu li {
	padding:0;
	display: inline;
	list-style-type: none;
}
#menu li a:link, #menu li a:visited {
	display:inline-block;
	text-decoration: none;
	padding:0 15px;
	color:#FFF;
	border-right:solid 1px #555;
	height:30px;
	line-height:30px;
}



/* SIDEBAR
---------------------------------------*/
#sidebar {
	text-align:left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: .8em;
	margin-top: 40px;
}

#sidebar ul, #sidebar-small ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#sidebar li {
	padding-bottom:15px;
	list-style-type: none;
	margin-left: 10px;
}

#sidebar li li {
	background:none;
	padding-bottom:0;
	list-style-type: square;
	margin-left: 30px;
}

#sidebar li a {
	padding:3px 0;
}

#sidebar li a:hover {
	background: none;	
}

#sidebar li p a,
#sidebar li div a {
	display:inline;
	--border:none;
	padding:0;
	background:none;
	text-decoration: none;
	--color:#900;
}

* html #sidebar li li a {
	width:90%;
}
* html #sidebar li li li a {
	width:80%;
}

#sidebar li.cat-item a {
	--color:#056C9F;
}

#sidebar li li li a,
#sidebar li.cat-item li a {
	--color:#515151;
	font-size:11px;
}

#sidebar li.widget_recent_entries a,
#sidebar li.widget_recent_comments a {
	color:#515151;
	background:none;
	padding-left:0;
}
#sidebar li.widget_recent_comments li {

}
#sidebar li.widget_recent_comments li a {
	border:none;
}


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




.post h2 {
	font-size: 24px;
	margin: 0 0 10px 0;
	padding: 0;
	font-weight:normal;
	color: #575757;
}
.post h2 a {
	color:#575757;
	text-decoration:none;
	border-bottom: 0;
}

h1.pagetitle {
	font-size:26px;
	font-weight:normal;
	padding-bottom:20px;
	margin-bottom:20px;
	margin-top:0;
	border-bottom:solid 1px #DDD;
	font-style:italic;
	
}

.entry-date {
	position:absolute;
	top:0;
	left:0px;
	width: 60px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background:#056C9F url(images/dateBg.jpg) right bottom no-repeat;
	color: #FFF;
	text-align: center;
	padding:0 0 5px 0;
	-moz-border-radius: 5px;  
	-webkit-border-radius: 5px;
}
.entry-month {
	font-size: 19px;
	line-height:100%;
	
}
.entry-day {
	font-size: 28px;
	font-weight: bold;
	padding-top: 4px;
}

.entry-year {
	display: none;	
}

#respond {
	margin:0;
	padding: 20px 85px;
}

#respond p {
	font-size:12px;
	margin-bottom:10px;
}

#respond textarea {
	width:450px;
	height:150px;
}
#respond input, .commentsblock textarea {
	border:1px solid #d1d1d1;
	background:#FFF;
	padding:5px;
	font:normal 11px Tahoma, Arial, Helvetica, sans-serif;
}

#respond input.txt {
	width:250px;
	margin-right:10px;
}


#respond input#submit {
	display:inline-block;
	padding:5px 10px;
	border: #1a3969 1px solid;;
	background: #234f93;
	border:none;
	color:white;
	cursor:pointer;
	font-size:12px;
	-moz-border-radius: 5px;  
	-webkit-border-radius: 5px;
}

.commentauthor{
	display:block;
	font-size:11px;
}
ol.commentlist{
	color:#777;
	font-size:0.9em;
	list-style-type:none;
	margin:0;
	margin-top:15px;
	padding:0;
}
.commentlist li {
	margin-bottom:10px;
	padding:7px 10px 0px 10px;
	-moz-border-radius: 5px;  
	-webkit-border-radius: 5px;
}

.commentlist li p {
	padding-right:20px;
}

.commentlist li img {
	margin-top:4px;
	margin-bottom:10px;
}

.alt{
	background:#f3f5e9;
}
h3#comments{
font-size:16px;
margin-bottom:10px;
}

#respond {
	margin-bottom:10px;
}

.comment-author {
	font-size:14px;
}

.commentmetadata {
	display:block;
	margin:0;
	padding:0;
}
.commentmetadata,
.commentmetadata a {
	color:#555;
}

.commentsblock h3 {
	border:none!important;
}


blockquote {
	font-style: italic;
  	padding: 0 60px 0 60px;

}


.alignleft {
  float: left;
}
.alignright {
  float: right;
}
img.aligncenter, div.aligncenter {
	display: block;
	margin: 0 auto;
}
img.alignright, div.alignright {
	margin: 1px 0 2px 10px;
	display: inline;
}
img.alignleft, div.alignleft {
	margin: 1px 10px 2px 0;
	display: inline;
}

.wp-caption {
	background:#EFEFEF;
	padding:5px;
	width:auto!important;
	border:solid 1px #DDD;
	-moz-border-radius: 5px;  
	-webkit-border-radius: 5px;
}
p.wp-caption-text {
	font-size:11px;
	text-align:center;
	margin:5px 0 0 0;
	padding:0;
}

.wp-caption a {
	margin:0;
	padding:0;
}

.wp-caption img {
	margin:0;
	padding:0;
	border:solid 1px #DDD;
}


a.image:link, a.image:visited, a.image:hover {
	padding: 0;
}
a.image img {
	border: none;
}

/* SEARCH
------------------------------------*/

#searchform {
	float: right;
}

#searchform input.text {
	border:solid 1px #424141;
	background:#fff;
	font-size:11px;
	padding:4px;
	color:#555555;
	width:160px;
}

#searchform input.submit {
	display:inline-block;
	border: #1a3969 1px solid;;
	background: #234f93;
	font-size:12px;
	padding:3px;
	color:#DDD;
	cursor:pointer;
	-moz-border-radius: 5px;  
	-webkit-border-radius: 5px;
}


/* POST HEADINGS
------------------------------------*/
.post h2.singlePostTitle {
	font-size:30px;
}

.post h2.page {
	border-bottom:solid 1px #DDD;
	padding-bottom:15px;
	margin-bottom:20px;
}

#content .post .entry-text h1,
#content .post .entry-text h2,
#content .post .entry-text h3,
#content .post .entry-text h4,
#content .post .entry-text h5,
#content .post .entry-text h6 {
	margin: 0 0 10px 0;
	padding: 0;
	font-weight:normal;
}

#content .post .entry-text h1 {
	font-size: 28px;
}
#content .post .entry-text h2 {
	font-size: 26px;
}
#content .post .entry-text h3 {
	font-size: 24px;
}
#content .post .entry-text h4 {
	font-size: 22px;
}
#content .post .entry-text h5 {
	font-size: 20px;
}
#content .post .entry-text h6 {
	font-size: 18px;
}



/* CALENDAR
*******************************************************/
#calendar #calendar_wrap {
	border:solid #DDD;
	border-width:1px;
	background:#FFF;
	-moz-border-radius: 5px;  
	-webkit-border-radius: 5px;
}
#calendar table {
	width:100%;
}
#calendar table caption {
	border:solid #DDD;
	border-width:0px 0px 1px 0;
	padding:5px 0;
}

#calendar table td {
	border:solid #DDD;
	border-width:0px 0px 0 0;
	text-align:center;
	background:#EFEFEF;
}
#calendar table td a {
	background:none!important;
	padding:0!important;
	border:none!important;
}










/* ------------------------------------ */
html {
	background: #bfbdbd;
}

body {
	background-color: #dfdfdf;
	text-align: center;
	margin: 0;
	margin: 0 auto 0 auto;
	background: #bfbdbd url('/images/sub-background.jpg') no-repeat top;
	line-height: 1.3em;
}

html,body {
	height:100%;
}

ul {
	padding: 0px 0 18px 0;	
}

li {
	list-style-type: square;
	margin-left: 38px;
}

p {
	padding: 8px 0 0 4px;	
}

.small {
	font-size: .8em;
	color: inherit;
}

#wrapper {
	margin: 0;
	width: 960px;
	margin: 0 auto 0 auto;
	border: #696868 solid 1px;
	min-height:100%;
}

* html #wrapper{height:100%;}

#link-home {
	width: 285px;
	height: 60px;
	float: left;
}

#navbar {
	margin: 36px 12px 0 450px;
}

#navbar li {
	float: left;
	padding: 0 10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
	border-left: #717272 1px solid;
	height: 23px;
	width: 95px;
	list-style: none;
}

#navbar li a {
	color: #ffffff;
	font-size: .8em;
}

#header {
	margin: 8px 0 0 0;
	height: 219px;
}

#content {
	overflow: auto;
	background: #bfbdbd url('/images/sub-content-background.gif');
	min-height: 500px;
}

#content-column-1 {
	float: left;
	width: 152px;
	background-color: #c4c4c4;
	min-height: 100px;
}

.quote-side {
	text-align: left;
	color: #7F7F7F;
	font-family: Verdana, Geneva, sans-serif;
	font-size: .8em;
	line-height: 1.3em;
	padding: 120px 8px 0 8px;
	background-image: url('/images/quote-open.png');
	background-position: 8px 90px;
	background-repeat: no-repeat;
}

.quote-side .author {
	display: block;
	color: #959595;
	padding: 22px 0 4px 0;
	background-image: url('/images/quote-close.png');
	background-position: 105px 8px;
	background-repeat: no-repeat;
}

.quote-side .author-title, .author-organization {
	color: #8d8c8c;
	font-style: italic;
	font-size: .8em;
	line-height: 1em;
}

#content-column-2 {
	float: left;
	width: 784px;
	color: #595959;
	background-color: #dfdfdf;
	text-align: left;
	font-family: 'Helvetica Neue',Helvetica,Sans-Serif;
	padding: 12px;
}

#content-column-2 img {
	margin-left: 20px;	
}

#subscribe-link {
	border-bottom: 0;
}

#subscribe-link:hover {
	background: inherit;	
}

#subscribe-link img {
	margin-left: 0;
}

#content-column-2 h2 {
	font-weight: bold;	
}

#content-column-2 p {
	padding: 20px 0;	
}

 a,a:visited {
	text-decoration: none;
	border-bottom: #595959 1px dotted;
	color: #595959;
}

 a:hover{
	text-decoration: none;
	background-color: #c6c6c6;
}

.pic-link, .pic-link:visited {
	border-bottom:0;	
}

.pic-link:hover {
	background-color: inherit;	
}

#content-column-2 h1 {
	font-weight: 600;
	font-size: 1.8em;
	color: #595959;
	letter-spacing: -0.02em;
	padding: 18px 0 6px 0;
}

#content-column-2 p {
	padding-bottom: 12px;	
}

#footer {
	margin: 8px 0 22px 0;	
	padding: 0 0 22px 0;	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #616161;
}

#footer a,a:visited {
	color: #444;
	display: inline;
	float:none;
}

.small-bar {
	overflow: auto;
}

.small-bar li {
	visibility: visible;
  	font-family: Verdana;
  	line-height: 1.3em;
  	font-size: .8em;
	list-style-type: none;
	margin: 0;
}

ul.small-bar li.first a {
	background-position: 0 0;
}

ul.small-bar li.first a:hover {
	background-position: 0 30px;
}

ul.small-bar li.last a {
	background-position: 320px 0;
	background-position: right top;
	border-right: 0;
}

ul.small-bar li.last a:hover {
	background-position: right bottom;
}

ul.small-bar li a {
	text-decoration: none;
	border-bottom: 0;
	display: block;
	height: 18px;
	float: left;
	padding: 6px 20px;
	background-image: url(/images/small-bar.png);
	background-position: -4px 0;
	color: #595959;
	border-right: #b2b2b2 1px solid;
}

.small-bar a:hover {
	text-decoration: none;
	color: #595959;
	background-position: -4px 30px;
}
