/*
Theme Name: VMG
Theme URI: http://vmgcinemtaic.com
Description: The Wordpress theme for VMG Cinematic.
Version: 1.0
Author: Nick Haffie-Emslie
Author URI: http://vmgcinematic.com
Tags: white, custom header, fixed width, two columns, widgets

	Based on the default Wordpress theme (Kubric)
	
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* Begin Typography */
body, p, ol, ul, li {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	line-height: 1.7em;
	} 

p, ol, ul {
	margin-bottom: 12px;
	}

ol, ul {
	margin-left: 24px;
	}

blockquote {
	margin: 0px 36px;
	padding: 0px 12px;
	font-style: italic;
	border-left: 2px solid #CCC;
	}

.post ol {
	list-style-type: decimal;
	margin-left: 36px;
	}

.post ul {
	list-style-type: square;
	margin-left: 36px;
	}


/* Begin Layout */
.leftColLg {
	width: 750px;
	}

.post {
	float: left;
	width: 100%;
	clear: both;
	}

.postMeta {
	float: left;
	width: 176px;
	margin-right: 24px;
	}

.postContent, div#comments {
	float: left;
	width: 550px;
	}

#sidebar {
	width: 176px;
	float: left;
	}

.navigation {
	width: 550px;
	margin: 0px 0px 24px 200px;
	}
/* End Layout */


/* Begin Misc */
small {
	line-height: 1.4em;
	font-size: 10px;
	}

em {
	font-style: roman;
	font-weight: normal;
	font-color: #F00;
	}

strong {
	font-style: roman;
	font-weight: bold;
	font-color: #F00;
	}

a, a:visited {
	font-weight: normal;
	}

/* End Misc */


/* Begin sidebar */
#sidebar {
	font-size: 12px;
	border-bottom: 2px solid #000;
	}

#sidebar a {
	border: none;
	font-weight: bold;
	color: #000;
	}

#sidebar a:hover, #sidebar a:active {
	border-bottom: 1px dotted #000;
	color: #000;
	}

#sidebar ul {
	list-style-type: none;
	list-style-position: outside;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
	}

#sidebar ul li {
	padding: 6px 0px 24px 0px;
	border-top: 1px dotted #999;
	}
	
#sidebar ul li ul, #sidebar ul li ul li {
	padding: 0px;
	border: none;
	}
	
#sidebar h2 {
	padding-bottom: 12px;
	font-size: 18px;
	}
	
#sidebar li.search {
	border: 0px;
	padding: 0px;
	margin: 0px;
	}

#sidebar input.submit {
	padding: 0px;
	}

#rss {
	margin: 6px 0px;
	}
	
#rss ul {
	list-style-type: none;
	}
	
#rss li {
	display: inline;
	margin-right: 6px;
	}
	
/* End sidebar*/


/* Begin prev/next naviagtion */
.navigation {
	font-size: 10px;
	}
/* End prev/next navigation */


/* Begin Post */
.post {
	margin-bottom: 48px;
	}
	
.postMeta {
	text-align: right;
	padding-top: 6px;
	border-top: 1px dotted #999;
	}

.postHeader {
	padding-top: 6px;
	border-top: 1px dotted #999;
	width: 100%;
	margin-bottom: 12px;
	}

.postDate {
	font-family: "Arial Black", Helvetica, sans-serif;
	font-size: 40px;
	line-height: 0.66em;
	letter-spacing: -0.07em;
	text-align: center;
	float: right;
	width: 52px;
	color: #F00;
	height: 100%;
	margin: 0px 0px 24px 12px;
	}

.postDate span {
	display: block;
	font-size: 24px;
	color: #000;
	text-transform: uppercase;
	}

.postInfo {
	width: 112px;
	font-size: 10px;
	color: #666;
	}

.postInfo a, .postInfo a:visited {
	border: none;
	}

.postInfo a:hover, .postInfo a:active {
	border-bottom: 1px dotted #F00;
	}

.postInfo ul {
	margin: 0px;
	}

.postInfo li {
	list-style-type: none;
	font-size: 10px;
	line-height: 1.2em;
	margin-bottom: 12px;
	}

.postHeader h2 {
	padding: 0px;
	margin: 0px 0px 6px 0px;
	}

.postHeader h2 a {
	text-decoration: none;
	font-weight: bold;
	border: none;
	color: #000;
	}

.postFooter {
	font-size: 10px;
	}
	
.stico_default {
	background: none;
	}
	
a.stbutton, a.stbutton:visited, a.stbutton:hover {
	border: none;
	display: block;
	}

.stbuttontext {
	font-size: 10px;
	border-bottom: 1px dotted #f00;
	margin-bottom: 4px;
	}
/* End Post */


/* Begin entry */
.entry img, .entry object {
	padding: 3px;
	border: 1px solid #CCC;
	}

.entry .alignleft, .entry .alignleft {
	float: left;
	margin: 0px 12px 6px 0px;
	}

.entry .alignright, .entry .alignright {
	float: right;
	margin: 0px 0px 6px 12px;
	}
	
.entry .noborder {
	border: none;
	}

/* End entry */


/* Begin Comments */
div#comments {
	border-top: 1px dotted #999;
	padding-top: 6px;
	}

#comments h3, .post h3, h3#respond {
	padding-bottom: 12px;
	font-size: 18px;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;	
	clear:both;
	}

h3#commentHeading {
	display: block;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;	
	text-align: right;
	padding-top: 6px;
	border-top: 1px dotted #999;
	float: left;
	width: 176px;
	margin-right: 24px;

	}

.commentinfo {
	margin-bottom: 6px;
	}

#commentform {
	margin: 6px;
	}

#commentform p {
	margin: 6px 0px;
	}

#commentform input.text, #commentform textarea {
	background-color: #EEEEEE;
	border: 1px solid #CCC;
	padding: 1px;
	margin: 0px;
	}

#connetform textarea {
	width: 480px;
	}

.commentlist li {
	width: 480px;
	list-style-type: none;
	list-style-position: outside;
	margin: 12px 0px;
	padding: 6px;
	border-top: 1px dotted #999;
	background-color: #fcfcfc;
	}

.commentlist li.alt {
	background-color: #ffffff;
	}

.commentlist small {
	float: right;
	}

.commentlist cite, .commentlist cite a, .commentlist cite a:visited {
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	color: #000;
	}
	
.commentmetadata {
	color: #666;
	}
/* End comments */
