/*
Theme Name: YouMakeMedia.com Theme
Theme URI: http://www.youmakemedia.com
Description: YouMakeMedia.com theme
Author: Chris Van Patten
Author URI: http://www.vanpattenmedia.com/
Version: 1.0
Tags: vanpattenmedia custom youmakemedia
*/

@import url(http://cdn.vanpattenmedia.com/js/libs/formalize/css/formalize.css);

* { margin: 0px; padding: 0px; }
.clear { clear: both; }
a img { border: none; }

body {
	text-align: center;
	padding: 20px;
	font-family: "Palatino Linotype", "Book Antiqua", "Palatino", Georgia, serif;
}
			
ul, ol {
	margin: 10px 0 0 25px;
}

a {
	color: #0C2A7C;
	text-decoration: none;
}

a:hover {
	color: #44537C;
	text-decoration: underline;
}

/* Pay me baby */

#header-leader {
	margin: 0 0 20px;
	height: 90px;
}

/* Site structure */

#blog {
	margin: 0 auto 0 auto;
	width: 900px;
	text-align: left;
}

#left {
	width: 351px;
	margin-left: 32px;
	float: right;
	font-family: arial, tahoma, verdana, sans-serif
}

#right {
	width: 517px !important;
	float: left;
	margin: 14px 0 0;
}

#logo {
	background-image: url(images/logo.png);
	width: 351px;
	height: 54px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

/* Sidebar */

.left-side {
	width: 160px;
	float: right;
}

.right-side {
	width: 160px;
	float: left;
}

/* Google search */

#site-search {
	font: 12px arial, sans-serif;
	clear: both;
	margin-bottom: 25px;
	text-align: center;
}

#site-search label {
	position: relative; top: -2px;
	margin-right: 10px;
}

#site-search input[type=radio] {
	margin-left: 2px;
}

/* Sidebar content */

.content-side {
	padding-bottom: 0px;
	font-size: 13px;
	text-align: justify;
	margin-bottom: 22px !important;
	clear: both;
}

#left h3 {
	margin: 0 0 4px;
	border-bottom: 1px dotted #666;
	font-size: 18px;
	font-weight: normal;
}

.left-side ul li, .right-side ul li, .content-side ul li {
	list-style-type: none;
}

.content-side ul {
	margin: 0 !important;
}

.linkcat h2 {
	display: none;
}

.content-side img {
	border: 0px !important;
}

.content-side p {
	margin-top: 0px;
	line-height: 1.5em;
}

.content-side a div {
	cursor: pointer;
}

.featured li {
	font-size: 13px;
	color: #999;
	margin: 3px 0 14px;
	text-align: left;
}

.featured p {
	font-size: 13px;
	line-height: 18px;
	color: #888;
	margin: 3px 0 0;
	text-align: left;
}

/* Links posts */

.linkpost {
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-top: 2px solid #9F0F0F;
	border-left: 2px solid #9F0F0F;
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
	padding: 6px 10px;
	font: 11px/17px arial, sans-serif;
	background: #EFEFEF;
}

.linkpost p {
	font-size: 13px;
	line-height: 20px;
}

.linkpost blockquote {
	margin: 8px 10px 0 10px;
	padding: 0px;
	background: none;
	line-height: 18px;
}

.linkpost blockquote p {
	font-size: 13px !important;
}

.linkpost span {
	display: block;
	padding: 8px 0 0;
	text-align: right;
	color: #666;
}

/* Post */

.post {
	clear: both;
	margin: 0 0 35px;
}

.single .post {
	margin: 0 !important;
}

/* Post title, author, comment count, date */

h2 {
	font: 24px arial, sans-serif !important;
	display: block;
}

.title a {
	text-decoration: none;
	color: #6F0D0D;
}

.title a:hover {
	text-decoration: underline !important;
}

.meta {
	height: 20px;
	font: 13px arial, sans-serif;
	margin: 5px 0 0 0;
}

.author {
	float: left;
}

.time {
	float: right;
	width: 175px;
	text-align: right;
	color: #666;
	font-style: italic;
}

/* Post content */

.entry h2 {
	margin: 25px 0 12px;
	padding: 0 0 4px;
	border-bottom: 1px dotted #999;
	font-size: 20px !important;
	font-weight: normal;
}

.entry p { 
	margin: 18px 0 0;
	line-height: 24px;
	font-size: 15px;
	text-align: justify;
}

.entry p a img { border: 1px solid; }
	
blockquote {
	margin: 0 10px;
	padding-left: 30px;
	font-style: italic;
	line-height: 20px;
	background: url(images/quote.png) 0px 4px no-repeat;
}

blockquote p {
	font-size: 16px !important;
	text-align: left !important;
}

.entry li {
	margin: 8px 0 0;
	text-align: justify;
	line-height: 24px;
	font-size: 15px;
}

/* Images */

.wp-caption {
	border: 1px solid #DDD;
	text-align: center;
	background: #FFF;
	margin: 10px auto;
	padding: 5px 0 0;
}

.wp-caption img {
	margin: 0px 5px;
}

.wp-caption-text {
	margin: 0 !important;
	font: 11px arial, sans-serif !important;
	line-height: 18px;
	text-align: left !important;
	padding: 2px 5px 5px;
}

.entry .alignleft {
	margin: 20px 15px 10px 0 !important;
	width: auto;
}

.entry .alignright {
	margin: 0px 0px 10px 15px !important;
	width: auto;
}

/* Below the post */

#postmetadata {
	margin: 30px 0 0;
	padding: 8px 12px 0;
	background: url(images/linkgrad.png) no-repeat;
}

#related {
	width: 300px;
	float: left;
}

#related h3 {
	font: 20px arial, sans-serif !important;
	border-bottom: none !important;
	color: #333;
	margin: 0 !important;
}

#related ol {
	color: #555;
	font: 14px arial, sans-serif;
}

#share {
	text-align: center;
	clear: both;
	padding: 0 0 15px;
}

#memememe {
	width: 180px;
	height: 150px;
	float: right;
	text-align: center;
	margin: 3px 0 0;
}

.post-metadata {
	text-align: left;
	font: 14px arial, sans-serif;
	line-height: 20px;
	padding: 20px 0 0;
	clear: both;
}

/* Post nav */

.navigation {
	font: 14px arial, sans-serif;
	margin: 0 0 25px;
}

.alignleft {
	float: left;
	width: 235px;
}

.alignright {
	float: right;
	width: 235px;
	text-align: right;
	clear: right;
}

/* Comments */

#comments h2 {
	margin: 0 0 8px 0;
	font-size: 20px !important;
}

.trackbacks, .comments {
	padding: 6px 12px;
	background: url(images/linkgrad.png) no-repeat;
}

.commentlist {
	margin: 0;
}

.commentlist li {
	list-style: none;
	padding: 8px;
	margin: 0 0 24px;
	border: 1px solid #D6D6D6;
	font-family: arial, sans-serif;
}

.commentdata {
	width: 100%;
	padding-bottom: 14px;
}

.commentauthor {
	float: left;
	font-size: 14px;
}

.commentdate {
	width: 214px;
	float: right;
	text-align: right;
	font-size: 13px;
	font-style: italic;
}

ol.commentlist li p {
	margin-bottom: 0px;
	clear: both;
	font-size: 13px;
	line-height: 1.5em;
	margin: 14px 0 0;
}

li.alt {
	background-color: #CCCCB5;
	border: 1px solid #AAAA98;
}

/* Post contents */

#postcomment {
	padding: 8px 12px 0;
	background: url(images/linkgrad.png) no-repeat;
	font: 12px arial, sans-serif;
}

#comment-formcontainer p {
	margin: 14px 0 0;
}

#comment-formcontainer label {
	float: left;
	display: block;
	width: 70px;
	padding: 4px 5px 0 0;
	text-align: right;
	font-size: 16px;
	color: #666;
}

#comment-formcontainer input {
	font: 18px arial, sans-serif;
	margin: 0 5px 0 0;
}

#comment-formcontainer textarea {
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	max-width: 418px;
	width: 418px;
	height: 120px;
	padding: 5px;
	font-size: 14px;
}

.comment {
	font-size: 14px;
	margin-bottom: 25px;
}

.edit {
	font-size: 14px !important;
	display: inline;
}

.moderation {
	background-image: url(images/error.png);
	background-repeat: no-repeat;
	height: 32px;
	border: 1px solid #FF2600;
	font-style: italic;
	padding-left: 32px;
	background-position: 8px 8px;
	background-color: #FFBEB5;
}

/* Footer */

#footer {
	margin: 40px 0 0;
	padding: 14px;
	border-top: 1px solid #999;
	color: #999;
	font: 12px arial, sans-serif;
	clear: both;
	min-width: 900px;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.c {
	border-top: 1px solid #8A837A;
	padding-top: 5px;
	font: 14px arial, sans-serif;
}

.feedtext {
	float: right; 
	width: 104px; 
	padding-top: 3px;
	text-align: left;
	font-size: 18px;
	line-height: 22px;
}
