/*
Theme Name: Vector Blog
Theme URI: http://www.imprintevolve.com
Description: 
Version: 1.0
Author: Tom Korest
*/

/*-----------------------------------------------
	Reset Styles
-----------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*-----------------------------------------------
	Main Styles
-----------------------------------------------*/
html { min-height: 100%; }
body {
	min-height: 100%;
	background-color: #000000;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #FFF;
}
#wrapper {
	margin: 30px auto;
	width: 960px;
	height: 100%;
	position: relative;
	background-color: #000000;
}
#wrapper:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


/*-----------------------------------------------
	Homepage
-----------------------------------------------*/
#logo {
	margin-top: 120px;
	display: none;
}
#flash {
	margin-top: 120px;
}
#nav {
	display: none;
	position: absolute;
	top: 155px;
	right: 25px;
	width: 115px;
	text-indent: -9999px;
}
#nav li a {
	display: block;
}
#nav li.blog a {
	width: 70px;
	height: 36px;
	background: url('images/nav.png') no-repeat 0px 0px;
	margin-bottom: 7px;
}
#nav li.about a {
	width: 94px;
	height: 28px;
	background: url('images/nav.png') no-repeat 0px -43px;
	margin-bottom: 19px;
}
#nav li.contact a {
	width: 115px;
	height: 24px;
	background: url('images/nav.png') no-repeat 0px -90px;
}
#nav li.blog a:hover {
	background: url('images/nav.png') no-repeat -115px 0px;
}
#nav li.about a:hover {
	background: url('images/nav.png') no-repeat -115px -43px;
}
#nav li.contact a:hover {
	background: url('images/nav.png') no-repeat -115px -90px;
}
a:link, a:visited, a:active {
	color: #FFF;
}
a:hover {
	color: #999;
}


/*-----------------------------------------------
	Blog Styles
-----------------------------------------------*/
h1 a {
	width: 492px;
	height: 95px;
	display: block;
	background: url('images/logo-sm.png') no-repeat 0px 0px;
	text-indent: -9999px;
	position: relative;
	margin-left: 50px;
}
h1 span.blog {
	top: 24px;
	right: -125px;
	position: absolute;
	display: block;
	width: 117px;
	height: 60px;
	background: url('images/titles.png') no-repeat 0px 0px;	
}
h1 span.about {
	top: 26px;
	right: -167px;
	position: absolute;
	display: block;
	width: 157px;
	height: 46px;
	background: url('images/titles.png') no-repeat 0px -72px;	
}
h1 span.contact {
	top: 34px;
	right: -201px;
	position: absolute;
	display: block;
	width: 192px;
	height: 39px;
	background: url('images/titles.png') no-repeat 0px -151px;	
}
h2 {
	font-size: 18px;
	margin-bottom: 3px;
	text-transform: uppercase;
}
h2 a {
	color: #FFF;
	text-decoration: none;
}
h2 a:hover {
	color: #666;
}
h3 {
	font-size: 16px;
	margin-bottom: 3px;
	font-weight: bold;
}
h4 {
	font-size: 14px;
	margin-bottom: 3px;
	font-weight: bold;
}
h5, h6 {
	font-size: 12px;
	margin-bottom: 3px;
	font-weight: bold;
}
#primary {
	margin: 55px 0 0 80px;
	float: left;
	width: 510px;
}
#primary p, #primary ul {
	margin: 1.2em 0;
	line-height: 150%;
}
#primary h2 + p, #primary h3 + p, #primary h4 + p, #primary h5 + p, #primary h6 + p {
	margin-top: 0;
}
#primary h2 + ul, #primary h3 + ul, #primary h4 + ul, #primary h5 + ul, #primary h6 + ul {
	margin-top: 0;
}
#primary .meta + p, .meta + p, .meta + p {
	margin-top: 0;
}
#primary.about {
	font-size: 14px;
	width: 590px;
}
#primary.contact {
	font-size: 14px;
	width: 715px;
}
#primary.about p, #primary.contact p {
	margin-top: .3em;
}
#primary.about p + p, #primary.contact p + p {
	margin-top: 1.2em;
}
.entry {
	margin-bottom: 50px;
	overflow: auto;
}
strong, b {
	font-weight: bold;
}
i, em {
	font-style: italic;
}
.contact .entry {
	margin-bottom: 25px;
}
img.centered{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright{
	padding: 4px;
	margin: 3px 0 2px 10px;
	display: inline;
}
img.alignleft{
	padding: 4px;
	margin: 3px 10px 2px 0;
	display: inline;
}
.alignleft{
	float: left;
}
.alignright{
	float: right;
}
.entry .meta {
	font-weight: bold;
	font-size: 11px;
	margin-bottom: 10px;
	color: #666;
}
.navigation a {
	font-weight: bold;
	text-decoration: none;
}
#primary.contact form {
	margin-top: 25px;
}
#primary.contact form p {
	margin: .75em 0;
}
.contact label {
	display: block;
	font-size: 14px;
	color: #FFF;
	line-height: 20px;
}
.contact .text {
	width: 420px;
	border: 2px solid #FFF;
	padding: 3px 3px;
	font: normal 13px Arial, Helvetica, sans-serif;
}
.contact textarea {
	width: 550px;
	height: 150px;
	border: 2px solid #FFF;
	padding: 3px 3px;
	font: normal 13px Arial, Helvetica, sans-serif;
}
.contact .text:focus, .contact textarea:focus {
	border: 2px solid #666;
}
.contact .submit input {
	padding: 5px 10px;
	background: #FFF;
	border: 0;
	font: bold 14px Arial, Helvetica, sans-serif;
	width: 90px;
}
#contact-info {
	margin-top: 1.2em !important;
}
#sidebar {
 	margin: 54px 50px 0 30px;
	float: right;
	padding: 0 15px;
	width: 180px;
}
#social {
	width: 145px;
	margin: 0 auto 20px auto;
}
#social li {
	display: block;
	margin-bottom: 20px;
	text-indent: -9999px;
	padding: 0;
}
#social li a {
	display: block;
	width: 145px;
}
#social li.facebook a {
	height: 30px;
	background: #000 url('images/facebookbtn.png') no-repeat center 0px;	
}
#social li.twitter a {
	height: 36px;
	background: #000 url('images/twitterbtn.png') no-repeat center 0px;	
}
#social li.facebook a:hover {
	background: #000 url('images/facebookbtn.png') no-repeat center -30px;	
}
#social li.twitter a:hover {
	background: #000 url('images/twitterbtn.png') no-repeat center -36px;	
}
#logos {
	clear: both;
	width: 180px;
	margin: 20px auto 0 auto;
	position: relative;
}
#logos li {
	margin-bottom: 10px;
	width: 180px;
	display: table;
}
#logos li a {
	display: table-cell;
	background: #444;
	width: 180px;
	height: 75px;
	text-align: center;
	vertical-align: middle;
}
#logos li a:hover {
	background: #999;
}

#footer {
	width: 830px;
	clear: both;
	margin: 0 auto;
	padding-top: 20px;
	font-size: 11px;
	color: #444;
}
#footer .copyright {
	float: left;
	margin-left: 15px;
}
#footer ul {
	float: right;
}
#footer ul li {
	display: inline;
	margin-left: 10px;
}
#footer a {
	color: #666;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover {
	color: #FFF;
}
