/* @override http://localhost:8888/daniel/wp-content/themes/zerocine/style.css */

/*
Theme Name: zerocine custom
Theme URI: http://zerocine.com
Description: custom theme for zerocine.com/danielgorrell.com
Author: chris palmatier
Author URI: http://chrispalmatier.com
Version: 1.0
*/

/** structcha (in order of appearance, more or less) **/

/** body and id's **/

body {
	padding: 0;
	margin: 0;
	background: #fff no-repeat fixed;
	}

#page {
	width: 860px;
	padding: 0;
	margin: 0 auto 0 20px;
	}

#head {
	width: 640px;
	margin-top: 30px;
	margin-bottom: 20px;
	clear: both;
	}

#menu {
	width: 180px;
	float: left;
	padding: 10px 0 10px 0;
	margin-top: 17px;
	}

#content {
	width: 600px;
	padding: 5px 20px;
	float: right;
	background: #fff;
	}

/* default wordpress stuff */

.post {
	margin-bottom: 25px;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	}

.center {
	text-align: center;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

/* clearfix a la positioniseverything */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

.clearfix {
	display: inline-block;
	}

/* hides from IE-mac \*/

* html .clearfix {
	height: 1%;
	}

.clearfix {
	display: block;
	}

/* end IE-mac hide */

/* my classes */

.contentwrap {
	width: 840px;
	padding: 0;
	margin: 0;
	clear: both;
	background: transparent;
	}

/** lists **/

div#menu ul {
	list-style-type: none;
	text-align: right;
	display: inline;
	width: 160px;
	margin: 0;
	padding: 0;
	}

div#menu ul li ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	}

#menu ul li a {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	background-color: transparent;
	}

#menu ul li a:hover {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #f00;
	text-decoration: underline;
	}

#menu ul li.current-cat a, #menu ul li.current_page_item a {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	background-color: transparent;
	color: #f00;
	}

#menu ul li.current-cat a:hover, #menu ul li.current_page_item a:hover {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #f00;
	text-decoration: underline;
	background-color: transparent;
	}

/** type **/

/* regular */

#page {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	}

#content div.post div.entry p {
	font-size: 14px;
	line-height: 17px;
	color: #494949;
	margin-top: 10px;
	}

#content div.post div.entry p a {
	color: #333;
	text-decoration: none;
	}

#content div.post div.entry p a:hover {
	text-decoration: underline;
	}

#head h1 {
	display: inline;
	color: #f00;
	font-size: 28px;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
	padding: 10px 20px;
	background: transparent;
	}

#menu ul li a {
	color: #444;
	font-size: 14px;
	line-height: 20px;
	}

#content div.post h2 {
	font-size: 36px;
	color: #333;
	margin-top: 6px;
	margin-bottom: 6px;
	}

#content div.post h2 a {
	color: #111;
	text-decoration: none;
	}

#content div.post h2 a:hover {
	text-decoration: underline;
	}

/* special */

#head h1 a {
	background: transparent;
	text-decoration: none;
	color: #f00;
	}

#head h1 a:hover {
	text-decoration: underline;
	}

#head h1 span.red {
	color: #f00;
	}

p.postmetadata {
	font-size: 12px;
	color: #aaa;
	display: block;
	padding-top: 6px;
	margin-top: 6px;
	border-top: 1px dotted #dadada;
	}

p.postmetadata a {
	color: #777;
	text-decoration: none;
	}

p.postmetadata a:hover {
	text-decoration: underline;
	}

/* images */

div.entry img {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	}
	
/* Remove Firefox dotted lines on clicked links */

a:focus {
	-moz-outline: none -moz-mac-focusring;
	}	