/*  
Theme Name: blog (v)
Theme URI: http://wordpress.org/
Description: Version Industries Blog Theme.
Version: 1.0
Author: Caspar Newbolt
Author URI: http://versionindustries.com

	blog (v) v1.0
	 http://versionindustries.com/blog

	This theme was designed and built by Version Industries based on the simple & classy Kubrick Wordpress Theme.

*/



/* Begin Typography & Colors */
#header { /*background: transparent url('images/v_header.png') no-repeat top right;*/ }

#headerimg 	{ 
	margin: 7px 9px 0 0; 
	height: 83px; 
	width: 650px; 
	} 

#backdrop { /*background: transparent url('images/v_bgwide.jpg') repeat-y top center; height: 100%;*/ }

.alt {
	background-color: transparent;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

.clear { clear:both; }

a:hover { color:#fff; background-color: #333; text-decoration:none; }

/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0; 
	}


#header {
	background-color: transparent;
	margin: 0 0 0 2px; 
	padding: 0; 
	height: 83px; 
	width: 648px;
	}

#headerimg {
	margin: 0;
	height: 83px;
	width: 100%;
	}


.widecolumn {
	padding: 10px 0 60px 0;
	margin: 0 0 0 50px;
	width: 550px;
	}

.post {
	margin: 0 0 50px;
	}

.post hr {
	display: block;
	}
	
.post h3 a { font-weight:normal; font-style:italic; }

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 10px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}
/*
#footer {
	padding: 0;
	margin: 0 auto;
	height: 200px;
	width: 650px;
	clear: both;
	}
*/
#footer p {
	margin: 0;
	padding: 0 0 40px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin:0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: left;
}

#sidebar h2 {
	margin:0;
	padding:0;
	}

h3 {
	padding: 0;
	margin:0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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;
	text-transform: lowercase;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}
	
.entry p {
	margin: 0 0 0 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}


#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	padding: 0;
	}

#sidebar .categories ul li { margin-bottom:0; }
/* End Entry Lists */



/* Begin Form Elements */
#searchform { display:none;
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}


/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 20px 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}
	
ol.commentlist {
	margin: 15px 0;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
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;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	/*display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px; removed by carlos*/
	}
/* End Various Tags & Classes*/


/* Extra rules to make the blog look like the rest of the site */

.logo { margin:0; padding:20px 0; text-align:left; font-size:18px; }
.logo > a { display:inline-block; width:190px; }
.logo > a > span { /*text-decoration:underline;*/ color:#666; font-weight:bold; letter-spacing:2px; }
#logo_2 { font-weight:normal; font-style:italic; }
#logo_3 { font-size:20px; }

nav.main a { text-transform:uppercase; font-size:22px; padding-right:10px; font-weight:normal; }
nav.main a:before { content:"."; }

.image { margin-bottom:0px; }

.aktt_tweets ul li { margin-bottom:10px; }
.aktt_more_updates { text-transform:lowercase; }
/*
#footer-wrap { position:fixed; top: 20px; right: 20px; height:200px; width:220px; }
#footer-circle { bottom:0; right:0; position:absolute; cursor:move; }
#footer-holder { position:absolute; }
#footer { margin-top:65px; margin-left:52px; color:#fff; z-index:1; text-transform:uppercase; }
tr { display:inline; }
#row-one-right { padding-left:21px; }
#row-two-right { padding-left:27px; }
#row-three {  }
#row-four-left {  }
#row-four-right { padding-left:64px; }
#row-five {  }
*/

.entry { position:relative; }

/* "I've seen things you people wouldn't believe. Attack ships on fire off the shoulder of Orion. I watched c-beams ... glitter in the dark near Tanhauser Gate. All those ... moments will be lost ... in time, like tears ... in rain. Time ... to die." */
