/*
Theme Name: File.vg
Theme URI: http://file.vg
Description: File.vg theme
Version: 1.0
Author: File.vg
Author URI: http://file.vg
Tags: filing
*/
body {
	text-align: center;
	background: #2f2f2f;
	color: #999;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 24px;
	border-top: 6px solid #f3f3f3;
}
div#wrapper {
	text-align: left;
	margin: auto;
	width: 800px;
}
a {
	color: #eee;
}
a:hover {
	color: #fff;
}
p {
	margin: 0 0 24px;
}
input[type="submit"] {
	border: 1px solid #777;
	padding: 1px;
	background-color: #f2f2f2;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	margin-bottom: 3px;
}
input[type="text"] {
	border: 1px solid #777;
	padding: 2px;
	background-color: #f2f2f2;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	margin-bottom: 3px;
	width: 195px;
}
h1, h2, h3, h4 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
}
div#header {
	border-bottom: 1px solid #484848;
}
h1 {
	font-size: 55px;
	color: #fff;
	letter-spacing: -6px;
	line-height: 125px;
	text-transform: uppercase;
}
h1 a {
	text-decoration: none;
	color: #fff;
}
h1 a:hover {
	text-decoration: none;
	color: #999;
}
div#header h2, ul#navigation {
	margin: 0 0 6px 3px;
}
.pages {
	padding:0 0 30px 0;
}
ul#navigation {
	display: block;
	width: 450px;
	float: left;
}
ul#navigation li {
	display: inline;
}
ul#navigation li a {
	font-family: Verdana, Times, 'Times New Roman', serif;
	text-decoration: none;
	color: #999;
	font-size: 14px;
	font-weight: bold;
	margin: 0 24px 0 0;
	text-transform: uppercase;
}
ul#navigation li a:hover {
	color: #fff;
}
div#search {
	display: block;
	width: 260px;
	float: right;
}
span.f {
	font-style: italic;
}
div#content {
	margin: 45px 0 0 0;
}
div.thumbnail a {
	width: 515px;
	float: left;
	border-top: 7px solid #cfcfcf;
}
div.headright {
	float: right;
	display: block;
}
div.thumbnail a:hover {
	border-top: 7px solid #fff;
}
div.entry {
	width: 250px;
	float: right;
	margin-right: 10px;
}
div#content h2 {
	font-size: 24px;
	color: #fff;
	line-height: 32px;
	margin-bottom: 5px;
}
div#content h2 a {
	text-decoration: none;
	color: #fff;
}
p.comment-link {
	margin: 0;
}
p.comment-link a {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #808080;
	text-decoration: none;
	font-size: 16px;
	line-height: 36px;
}
p.comment-link a:hover {
	color: #fff;
}
div#footer p {
	font-weight: bold;
	line-height: 55px;
	border-top: 1px solid #484848;
	font-size: 14px;
	color: #666;
	text-transform: uppercase;
}
div#footer p a {
	color: #777;
	text-decoration: none;
}
div#footer p a:hover {
	color: #fff;
}
div.post {
	margin: 0 0 40px;
}
h3#comments, h3#respond {
	color: #fff;
	line-height: 64px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
}
div.author {
	width: 250px;
	float: left;
}
div.author cite {
	font-size: 16px;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	margin: 0 0 0 12px;
}
div.author img {
	position: relative;
	top: 10px;
}
div.comment {
	width: 500px;
	float: right;
	padding: 18px 0 0 0;
}
ol.commentlist {
	border-top: 1px solid #333;
	margin: 0 0 48px;
}
ol.commentlist li {
	border-bottom: 1px solid #333;
	padding: 12px 0 0;
}
div.alignleft {
	display: block;
	width: 40%;
	float: left;
	padding-left: 20px;
}
div.alignright {
	display: block;
	width: 40%;
	float: right;
	text-align: right;
	padding-right: 20px;
}
div.alignleft a, div.alignright a {
	font-family: Verdana, Times, 'Times New Roman', serif;
	font-size: 14px;
	text-decoration: none;
	color: #777;
	font-weight: bold;
	text-transform: uppercase;
}
div.alignleft a:hover, div.alignright a:hover {
	color: #fff;
}