/*
Theme Name: Morning Noon Night
Theme URI: http://www.morningnoonnight.ca
Morning Noon Night
Version: 1.0.0
Tags: rad
Author: Dale Harrison
Author URI: http://www.daleharrison.ca
*/

/* @group Body */

body {
	font: 13px/22px Georgia, "Times New Roman", Times, serif;
	background: #fff;
	color: #333;
	margin: 0;
	padding: 0;
}

* {
	margin: 0;
	padding: 0;
}

a, img, input, textarea {
	outline: none;
	border: none;
}

/* @end */

/* @group Header */

#header {
	width: 1064px;
	height: 110px;
	margin: 40px 0 20px;
}

#header .description {
	float: right;
	color: #333;
	margin: 45px 0 0;
}

#header h1 {
	display: none;
}

#wrapper {
	width: 1064px;
	margin: 0 auto;
}

/* @end */

/* @group Content */

#content {
	width: 642px;
	padding: 10px 30px 20px;
	overflow: hidden;
	float: left;
}

.hidden {
	display: none;
}

a {
	color: #d8c02d;
	text-decoration: none;
}

a.rss {
	display: block;
	padding-left: 18px; 
	background: url(images/rss.gif) no-repeat 0 50%;
}

a.email {
	display: block;
	padding-left: 18px; 
	background: url(images/email.gif) no-repeat 0 50%;
}

a.twitter {
	display: block;
	padding-left: 18px; 
	background: url(images/twitter.gif) no-repeat 0 50%;
}

a.home {
	display: block;
	padding-left: 18px; 
	background: url(images/home.gif) no-repeat 0 50%;
}

a.youtube {
	display: block;
	padding-left: 18px; 
	background: url(images/youtube.gif) no-repeat 0 50%;
}

a:hover {
	text-decoration: underline;
}

p, pre, blockquote, address, ul, ol, .button { 
	margin: 15px 0;
}

p, pre, blockquote, address, ul, ol { 
	padding: 0;
}

.contact-form .form-input { 
	margin-bottom: 15px;
}

h1, h2, h3, h4, h5, h6 { 
	font-style: italic;
	font-weight: normal;
	margin: 10px 0;
	padding: 0;
}

.post h1, .post h2, .post h3, .post h4, .post h5, .post h6, h2.pagetitle { 
	text-align: center;
}

h2.pagetitle {
	font-size: 24px;
	font-style: normal;
	margin-bottom: 30px;
}

h2 {
	font-size: 22px;
}

h2 a {
	color: #000;
	text-decoration: none;
	border: none;
}

h3 {
	font-size: 20px;
}

h3#comments {
	margin-top: 20px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
}


ul { 
	list-style-position: outside;
	list-style-type: circle;
}

ol { 
	list-style-position: inside;
}

ul li {
	margin: 0 0 0 31px;
	padding: 0 0 0 8px;
}

ol li {
	margin: 0 0 0 15px;
	padding: 0;
}

blockquote {
	margin: 15px 20px;
	border: 1px solid #000;
	padding: 0 15px;
}

pre {
	font: 13px/22px Georgia, "Times New Roman", Times, serif;
	overflow-x: scroll;
}

address {
	font-style: italic;
}

hr {
	width: 100%;
	display: block;
	clear: both;
	border: none;
	color: #fff;
}

li.pagenav {
	list-style-type: none;
}

.post {
	text-align: justify;
	overflow: hidden;
	margin-bottom: 20px;
}

.post img, .post object {
	background: #000;
	border: 1px solid #000;
	display: block;
}

.post a:hover img {
	border: 1px solid #d8c02d;
}

.post img {
	display: block;
}

.post img.ajax-loader {
	margin: 0;
	background: transparent;
	border: none;
}

.post .info {
	clear: both;
	padding: 5px 3px;
}

.date {
	text-align: center;
	margin: 0 0 15px 0;
}

.post small, .post .info {
	color: #888;
	font-size: 12px;
	margin-top: 0;
}

/* @end */

/* @group Sidebar */

.sidebar {
	width: 181px;
	float: left;
	padding: 20px 0;
	font-size: 12px;
}

.sidebar h2 {
	color: #333;
	font-size: 14px;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-style: normal;
}

#searchform label {
	display: none;
}

.sidebar ul {
	list-style: none;
}

.sidebar ul, .sidebar form {
	overflow: hidden;
	margin: 0 0 30px;
}

.sidebar li {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
}

.sidebar p {
	margin: 0 0 30px;
}

.sidebar #s {
	width: 110px;
}

/* @end */

/* @group Forms */

fieldset {
	border: none;
}

input, textarea {
	background: #fff;
	border: 1px solid #000;
	font: 13px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding: 3px;
	color: #333;
}

input:focus, textarea:focus {
	border: 1px solid #d8c02d;
}

#searchsubmit, #submit, .button {
	border-color: #000;
	background: #000;
	color: #fff;
}

#searchsubmit:hover, #submit:hover, #searchsubmit:active, #submit:active, .button:hover, .button:active {
	cursor: pointer;
	background: #d8c02d;
	border-color: #d8c02d;
}

#commentform textarea, .wpcf7-form textarea {
	width: 480px;
}

#commentform #email, #commentform #author, #commentform #url, .wpcf7-form .your-name input, .wpcf7-form .your-email input, .wpcf7-form .your-subject input {
	width: 350px;
}

/* @end */

/* @group Comments */

.commentlist cite {
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
}

.commentlist p.commentmetadata {
	margin: 0;
	font-size: 11px;
}

.commentlist li {
	margin-bottom: 10px;
	padding: 0;
}

.commentlist p {
	margin: 5px 0;
}

#commentform {
	width: 350px;
	text-align: left;
	margin: 0 0 15px 0;
}

#gravatar {
	align: right;
}

/* @end */

/* @group WordPress Styles */

.post img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.post img.alignleft {
	float: left;
	margin: 5px 10px 0 0;
}

.post img.alignright {
	float: right;
	margin: 5px 0 0 10px;
}

.navigation {
	text-align: center;
}

.wp-caption {
	border: 1px solid #000;
	text-align: center;
	background-color: #f3f3f3;
	padding: 4px 0 0 0;
	margin: 10px;
}

.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}

.wp-caption-dd {
	font-size: 11px;
	margin: 0;
	padding: 0 4px 5px;
}

/* @end */

/* @group Footer */

#footer {
	padding: 0;
	clear: both;
}

#footer p {
	margin: 5px 0 30px;
	font-size: 11px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#footer p, #footer a, #footer a:hover {
	color: #888;
}

/* @end */