/*
Theme Name: X
Theme URI: http://visionaryscope.com
Description: Simple, clean, sexy and fast. No distractions, just pure productivity. 
Version: 0.9
Author: Visionary Scope
Author URI: http://visionaryscope.com
Tags: clean, basic, minimal
*/

/* Standard HTML elements */
body {
	font: 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background-color: #262a2d;
}

a {
	text-decoration: underline;
	color: #fff;
}

a:active {
	text-decoration: underline;
	color: #fff;
}

a:visited {
	text-decoration: underline;
	color: #fff;
}

a:hover {
	text-decoration: underline;
	color: #bb2426;
}

h1 {
	font-size: 24px;
	color: #c3cad8;
	border-bottom: 1px solid #33373e;
	font-weight: normal;
	font-style: normal;
}

h2 {
	font-size: 18px;
	color: #c3cad8;
	border-bottom: 1px solid #33373e;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 10px;
}

h3 {
	font-size: 16px;
	color: #c3cad8;
	border-bottom: 1px dotted #33373e;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 10px;
}

blockquote p {
	font: italic 16px Georgia, "Times New Roman", Times, serif;
	margin-left: auto;
	margin-right: auto;
	width: 400px;
	padding-left: 20px;
	border-left: 5px solid #505358;
}

/* Header area */
#header {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 10px 5px 10px 15px;
	color: #747a8c;
	text-align: center;
}

	#header h1 {
		font-size: 30px;
		border-bottom-style: none;
	}

	#header h1 a {
		color: #ccd6f1;
		text-decoration: none;
		font-weight: normal;
		font-style: normal;
		border-bottom-style: none;
	}

/* Navigation menu (below header) */
#navigation {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	background-color: #1a1c1e;
	padding: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

	#navigation ul {
		display: inline;
	margin-left: 10px;
	margin-right: 10px;
}

	#navigation ul li {
		list-style-type: none;
		display: inline;
		font-size: 16px;
	margin-right: 20px;
}

	#navigation a {
		text-decoration: none;
		color: #fff;
}

#navigation a:hover {
	color: #bb2426;
}

/* Container (of content and sidebar) */
#container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}

/* Content (posts etc.) */
#content {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	float: left;
	background-color: #1a1c1e;
	padding: 20px;
	/* Following adds rounded edges... */
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

/* Sidebar */
#sidebar {
	width: 200px;
	float: right;
	background-color: #1a1c1e;
	padding: 5px 15px 15px;
	/* Following adds rounded edges... */
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	color: #5d6165;
	}

	#sidebar a {
	color: #fefefe;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #bb2426;
}
	
	#sidebar h2 {
	margin-bottom: 10px;
	margin-top: 15px;
	border-bottom: 1px solid #363840;
	color: #676a72;
	font-size: 16px;
	}
	
	#sidebar p {
	color: #b3b3b3;
	font-size: 12px;
}
	
	#searchform label {
	display:  none;
	color: #fefefe;
	font-size: 14px;
}

	#searchform input {
	width: 130px;
}

	#searchform input#searchsubmit{
	width: 55px;
}

/* Post elements */
.post {
	margin-bottom: 35px;
	color: #d8d8d8;
	font-size: 13px;
}

	.post h2 {
		font-size: 22px;
}

	.post h2 a {
		font-size: 22px;
		text-decoration: none;
	color: #c3cad8;
}

	.post h2 a:hover {
		font-size: 22px;
		text-decoration: none;
	color: #bb2426;
}

	.post p {
		margin-bottom: 10px;
	}

	.post ul {
		padding-left: 50px;
		margin-bottom: 10px;
	}

	.post ul li {
		list-style-type: disc;
	}
	
	h2.page {
	margin-bottom: 10px;
}

/* WP caption for posts, pages and galleries) */
.wp-caption {
	background-color: #f2f2f2;
	border-width: 5px;
	border-color: #cbcbcb;
	margin-bottom: 10px;
	margin-top: 10px;
}

	.wp-caption img {
		border: 1px solid #b1b1b1;
	}

	.wp-caption p {
		margin-top: 10px;
		padding-bottom: 0;
		margin-bottom: 0;
		color: #7f7f7f;
		font-size: 11px;
		font-style: italic;
	}

/* Align center */
.aligncenter {
	margin-left: auto;
	margin-right: auto;
}

/* META elements (for posts, pages, archives etc) */
.meta1 {
	font-size: 11px;
	font-style: italic;
	color: #72767f;
	margin-bottom: 5px;
}

.meta2 {
	font-size: 11px;
	color: #676a72;
	margin-top: 15px;
}

.meta2 a {
	color: #fff;
}

.meta2 a:hover {
	text-decoration: underline;
	color: #bb2426;
}

/* Scroller */
.scroller {
	font-size: 14px;
}

/* Widgets (sidebar) */
.widget h2 {
	margin-bottom: 10px;
	border-bottom: 1px solid #d8d8d8;
}

.widget p {
	margin-bottom: 10px;
	color: #656565;
}

.widget select {
	margin-bottom: 10px;
}

/* Info and comments (for posts and pages) */
.info1 {
	font-size: 11px;
	color: #999;
}

#comments {
	color: #b3b3b3;
	width: 380px;
	margin: 5px auto 15px;
	padding: 20px;
	background-color: #34363a;
	/* Following adds rounded edges... */
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#comments h3 {
	font-size: 16px;
	margin-bottom: 10px;
	padding: 0;
	border-bottom-style: none;
}

#comments p {
	margin-bottom: 10px;
}

#comments textarea {
	width: 380px;
	margin-bottom: 10px;
}

#comments li {
	background-color: #4a4f5a;
	padding: 10px;
	margin-bottom: 10px;
	/* Following adds rounded edges... */
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #f1f1f1;
}

/* Archive view */
#archive {

	margin-left: auto;
	margin-right: auto;
}

	#archive h3 {
		border-bottom: 1px solid #53565d;
	}

	#archive p {
		margin-bottom: 10px;
		color: #d8d8d8;
	}

	#archive h3 a {
		font-size: 22px;
		text-decoration: none;
	} 

/* Footer */
#footer {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	padding-top: 30px;
	font-size: 11px;
	font-style: italic;
	color: #5c6065;
	text-align: center;
	padding-bottom: 5px;
}

#footer a {
	color: #66788c;
}

/* Advanced & fixes (shouldn't need changing) */
.aligncenter { display:block; margin:0 auto }
.alignleft { float:left }
.alignright { float:right }
.wp-caption { border:1px solid #666; text-align:center; background:#ccc; padding:10px; margin:10px }
br.dirtyLittleTrick { clear:both; display:block; height:1px; margin:-1px 0 0 0 }
div { position:relative }
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}
strong { font-weight: bold }
em { font-style: italic }
a img { border:none } 