/*
Theme Name: Vessio
Theme URI: http://vessio.com/blog
Description: Custom WordPress theme designed for vessio.com.
Author: Mike Danna of Vessio
Author URI: http://vessio.com
*/

/*
	- GENERAL
	- BASIC LAYOUT
	- HEADINGS
	- HEADER
	- CONTENT
		+ CONTENT LEFT
		+ CONTENT RIGHT
	- COMMENTS
	- SEARCHFORM
	- FOOTERs
	- USEFUL

/*	##################################
   	GENERAL
	################################## */
body {
	margin: 0px;
	padding: 0px;
	color: #666666;
	font: 11px/18px "Verdana", Verdana Arial, sans-serif;
}

a {
	text-decoration: none;
	color: #428CE7;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	
}
a: hover {
	text-decoration: underline;
	color: #7DB0EE;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

p {
	margin: 0 0 20px 0;
}

ul, ol {
	margin-bottom: 20px;
}

blockquote {
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	border-left: 5px solid #f7f7f7;
}

/*	##################################
   	BASIC LAYOUT
	################################## */
	
#page {
	width: 952px;
	margin: 0 auto;
}
	
#header {
	position: relative;
	height: -5px;
	padding-top: 0px;

}

#content {
	background: #fff;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #e1e1e1;
	border-bottom-color: #e1e1e1;
	border-left-color: #e1e1e1;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}

#content-left {
	float: left;
	top:166px;
	width:665px;
	border-right: 1px solid #eeeeee;
	padding-right: 25px
}

#content-right {
	float: right;
	top:164px;
	width:235px;
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: 	#4A565E;
	margin-top: 25px;
	margin-right:10px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;

}

/*	##################################
   	HEADINGS
	################################## */
	#blogbreadcrumb {
position:absolute;
left: 0px;
top:128px;
width:880px;
height:auto;
z-index:1;
padding: 10px;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: normal;
color: #58728B;
text-align: right;
}
	
	#blogblogbreadcrumblinks {
	position:absolute;
	left: 0px;
	top:285px;
	width:880px;
	height:auto;
	z-index:1;
	padding: 10px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #58728B;
	text-align: right;
}
.blogbreadcrumblinks a:active {
	text-decoration: none;
	color: #3E84C0;
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
}		
.blogbreadcrumblinks a:visited {
	text-decoration: none;
	color: #3E84C0;
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.blogbreadcrumblinks a:link {
	text-decoration: none;
	color: #3E84C0;
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.blogbreadcrumblinks a:hover {
	text-decoration: underline;
	color: #6FA5D0;
	font-weight: normal;
	text-decoration: none;
	
		}
h1 {
	position: absolute;
	bottom: 80px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #595A60;
	text-transform: none;
}

h1 a {
	font-size: 16px;
	font-weight: bold;
	color: C2608F;
	text-transform: none;
	text-decoration: none;
}

h2 {
	margin: 0 0 20px 20px;
	font-size: 14px;
	font-weight: bold;
	color: C2608F;
	text-transform: none;
	text-decoration: none;
}

h3 {
margin: 0 0 20px 0;
font-family: verdana, Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: bold;
color: C2608F;
text-transform: none;
}

h3 a {
font-family: verdana, Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: bold;
color: C2608F;
text-decoration: none;
text-transform: none;
}
h3 a:link {
font-family: verdana, Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: bold;
color: C2608F;
text-decoration: none;
text-transform: none;

}

h3 a:visited {
font-family: verdana, Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: bold;
color: C2608F;
text-decoration: none;
text-transform: none;
}


h3 a:active {
font-family: verdana, Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: bold;
color: C2608F;
text-decoration: none;
text-transform: none;
}

h3 a:hover{
font-family: verdana, Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: bold;
color: C2608F;
text-decoration: none;
text-transform: none;
}
h4 {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: C2608F;
	text-transform: uppercase;
	margin-bottom: 2px;
}

/*	##################################
   	HEADER
	################################## */
#blogcontentheader {
position:absolute;
left: 0px;
top:85px;
width:880px;
height:auto;
z-index:1;
padding: 10px;
border-bottom-width: 4px;
border-bottom-style: solid;
border-bottom-color:#EBEBED;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: bold;
color: #AD1F1F;
text-transform: uppercase;
}

.boxrightlinks a:link {
	text-decoration: none;
	color: #7C8489;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}
.boxrightlinks a:visited {
	text-decoration: none;
	color: #7C8489;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}
.boxrightlinks a:hover {
	text-decoration: underline;
	color: #ACB1B5;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}
.boxrightlinks a:active {
	text-decoration: none;
	color: #7C8489;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

/*	##################################
   	CONTENT
	################################## */
	
/** box left */

.box-left {
	margin: 0 0 10px 10px;
}
	
.meta {
	clear: both;
	padding: 0px;
	color: #5e5e5e;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #B0B1B5;
	font-weight: bold;
}

.meta-date {
	padding: 0 10px 0 15px;
	background: url(img/meta.gif) no-repeat 0px 2px;
}

.meta-categories {
	padding: 0 10px 0 15px;
	background: url(img/meta.gif) no-repeat 0px 2px;
}

.meta-comments {
	padding: 0 10px 0 15px;
	background: url(img/meta.gif) no-repeat 0px 2px;}

p.tags {
	clear: both;
}

/** box right */

.box-right {
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0;
	padding-right: 10px;
	padding-left: 10px;
	
}

.box-right ul {
	margin: 0 0 5px 0;
	padding: 0px;
	list-style: none;
}

.box-right li {
	margin: 0px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color:#eeeeee;
}

.box-right li a {
	text-decoration: none;
}

/*	##################################
   	COMMENTS
	################################## */
	
#commentform label {
	display: block;
	margin: 0 0 5px 0;
}

#commentform input.text, #commentform textarea {
	width: 620px;
	margin: 0 0 10px 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#4A565E;
}

#commentform .text {
	height: 22px;
	padding: 6px 6px 0 6px;
	border: 1px solid #eeeeee;
	color: #5e5e5e;
	
}

#commentform textarea {
	height: 150px;
	padding: 6px 6px 0 6px;
	border: 1px solid #eeeeee;
	color: #5e5e5e;
}

#commentform .button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #C2608F;
	border: 1px solid #C2608F;
}

.commentlist {
	margin: 0px;
	padding: 0px;
	color: #5e5e5e;
	

}

.commentlist .quote {
	background-color: #FDFDFD;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	border: 1px solid #eeeeee;
}

.commentlist li {
	margin: 10px 0 0 0;
	padding: 0px;
	color: #61636B;
	
}

.commentlist cite {
	display: block;
	font-style: normal;
	margin-bottom: 5px;
	margin-top:5px;
	
}

.avatar {
	float: left;
	margin: 0 10px 5px 0;
	padding-left:5px;
}

/*	##################################
   	SEARCHFORM
	################################## */
	
#searchform #search {
	float: left;
	width: 100px;
	height: 23px;
	padding: 3px 36px 0 3px;
	border: 1px solid #eeeeee;
	color: #5e5e5e;
}

#searchform .button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #EAECEE;
	background-color: #94A0AA;
	border: 1px solid #FFFFFF;
	padding: 5px;
	height: auto;
	width: 35px;
}

/*	##################################
   	FOOTER
	################################## */

#footer {
	width: 952px;
	text-align: center;
	background-color: #00AB69;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #004F31;
	border-bottom-color: #004F31;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;

}

#footer p {
	margin: 0 0 10px 0;
}

#legal {
	float: left;
	width: 400px;
}

#webdemar {
	float: right;
	width: 400px;
	text-align: right;
}

/*	##################################
   	USEFUL
	################################## */

.clear {
	clear:both;
}

/** WORDPRESS CSS */

.aligncenter,
div.aligncenter {
   	display: block;
   	margin: 0 auto;
}

.aligncenter {
	margin-bottom: 20px!important;
}

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

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

.wp-caption {
	margin-bottom: 20px;
	padding-top: 4px;
   	border: 1px solid #ccc;
   	text-align: center;
   	background-color: #f7f7f7;
}

.wp-caption img {
   	float: none;
   	margin: 0px;
   	padding: 0px;
   	border: none;
}

.wp-caption p.wp-caption-text {
   	padding: 0px;
  	margin: 0px;
}

/** WIDGETS CSS */

#calendar_wrap table {
	width: 100%;
}

#calendar_wrap td {
	text-align: center;
}

#wp-calendar caption {
	margin: 0 0 10px 0;
	background: #dedede;
}
