/*  
Theme Name: vhcvlt
Theme URI: http://visualhardcore.com/cult/
Description: Scary silence.
Version: 0.2
Author: Dima Gagarin
Author URI: http://visualhardcore.com
License: Do what thou wilt shall be the whole of the Law.

Based on Upstart Blogger Modio
*/

/* @group Normalize */

/* Normalizes margin, padding */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

/* Normalizes font-size for headers */

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

/* Removes list-style from lists */

ol,ul {
	list-style: none;
}

/* Normalizes font-style and font-weight to normal */

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

/* Removes list-style from lists */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Removes border from fieldset and img */

fieldset,img {
	border: 0;
}

/* Left-aligns text in caption and th */

caption,th {
	text-align: left;
}

/* Removes quotation marks from q */

q:before, q:after {
	content: '';
}

/* @end */

/* @group Sticky Footer */

* {
	margin: 0;
}

html, body {
	min-height: 100%;
	width: 100%;
	height: 100%;
}

html>body{
	height: auto;
}

.texttemplate{
	padding-left: 150px;
}
/* @end */

/* @group Layout */

body {
	font-size: 62.5%;
	font-family: "Helvetica Neue", Helvetica, Arial, Sans-Serif;
	background: #000;
	color: #777;
	text-align: center;
	line-height: 150%;
}
.pagetitle{
	padding: 15px 0 15px 55px;
}
h3{
	font-size: 1.9em;
	line-height: 130%;
	padding: 15px 0 5px 0;
	color: #222;
}
/*
logotype & page nav in header
*/
#slidebox{
	position: fixed;
	background: #000;
	opacity: 0.6;
	z-index: 999;
	width: 100px;
	height: 120px;
	margin-top: 0;
	margin-left: 55px;
	padding: 7px;
}
#slidebox:hover{
	opacity: 0.9;
}
#slidebox #logotype{
	display: block;
	width: 100px;
	height:100px;
	background: url('http://visualhardcore.com/visual-hardcore-cult-logotype-red.png') left top no-repeat	;
}
#slidebox #pagenavigation{
	font-size: 220%;
}
.page {
	background-color: #000;
	padding: 0;
	margin: 0;
	color: #555;
	text-align: left;
	width: 95%;
	z-index: 666;
	position: absolute;
	left: 0;
	top: 0;
}

#content {
	position: relative;
	padding-bottom: 55px;
}
.post {
	margin-left: 55px;
	font-size: 1.2em;
	line-height: 150%;
	width: 100%
}

.entry p:first-child {
	font-size: 1.1em;
	font-weight: bold;
}

.entry p a:visited {
	color: #265090;
}

/* @end */

/* @group Headers */

h1, h2, h3 {
	font-weight: bold;
}
h1 {
	font-size: 4em;
	padding-top: 70px;
	margin: 0;
	line-height: 130%;
}
h2 {
	padding: 30px 0 0;
	font-size: 1.6em;
}
*/
/* @end */


/* @group Forms */

#searchform {
	margin: 10px 0;
	padding: 5px 0;
	text-align: left;
}

.search_input {
	margin-top: 5px;
	width: 300px;
}

.entry form {
	/* This is mainly for password protected posts, makes them look better. */
	text-align: center;
}

select {
	width: 130px;
}

.search_input,
#commentform input,
#commentform textarea{
	background: #111;
	color: #777;
	border: 2px solid #444;
	font-size: 1.7em;
	padding: 3px 1px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform textarea {
	width: 100%;
	padding: 2px;
}

#commentform #submit {
	background: transparent;
	margin: 0;
	float: right;
	border: 0;
}

.comments-link{
	color: #222 !important;
}
/* @end */

/* @group Comments */

/* Normal Bubble */

div.bubble {
	width: auto;
	margin-bottom: 24px;
}

div.bubble blockquote {
	margin: 0px;
	padding: 0px;
	border: 1px solid #333;
}

div.bubble blockquote p {
	margin: 10px;
	padding: 0px;
}

div.bubble cite {
	position: relative;
	margin: -6px;
	padding: 7px 0px 10px 15px;
	top: 5px;
	background: transparent url('images/tip.gif') no-repeat 20px 0;
	font-style: normal;
	font-size: 1.2em;
	display: block;
}

.alt {
	margin: 0;
	padding: 0;
}

#commentform p {
	padding: 5px 0;
	font-size: 1.2em;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}

/* @end */

/* @group Images */

p img {
	padding: 0;
	margin: 0;
	max-width: 100%;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

/* @end */

/* @group Miscellaneous */

* a {
	text-decoration: none;
}

code {
	font: 1.2em 'Courier New', Courier, Fixed;
	padding: 5px;
	margin-left: 10px;
	color: #2a910c;
	font-weight: bold;
	width: auto;
	height: auto;
	display: block;
	overflow: auto;
}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}

a{
	color: #4a9;
}

a:hover {
	color: #276;
}

acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	font-size: 1.2em;
	font-weight: normal;
}

.center {
	text-align: center;
}

em {
	font-style: italic;
}

hr {
	display: none;
}

a img {
	border: none;
}

small {
	font-size: 0.9em;
	line-height: 1.5em;
	font-weight: normal;
}

strong {
	font-weight: bold;
}

/* @end */
