/*  
Theme Name: blakeurmos.com Theme
Theme URI: http://blakeurmos.com
Description: WordPress Theme for blakeurmos.com
Version: 1.0
Author: Blake Urmos
Author URI: http://blakeurmos.com

*/

body,h1,h2,h3,h4,h5,h6,blockquote,p {
	margin: 0;
	padding: 0;
}
.alignleft {float:left;}
body {
	margin: 10;
	font-family: Arial,Helvetica,Georgia,Sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	background: #ffffff;
	color: #000000;
}

h1 {
	font-family:Georgia,Sans-serif;
	font-size: 24px;
	padding: 0 0 10px 0;
}

a:link, a:visited {
	text-decoration: underline;
	color: #336699;

}

a:visited {
	text-decoration: underline;
	color: #336699;
}

a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
p {
	padding: 10px 0 0 0;
}

#wrapper {
	margin: 0 auto 0 auto;
	width: 728px;
	text-align: left;
}

/* Header */

#header {
	margin: 3px auto 0 auto;
	float: left;
	width: 728px;
	text-align: center;
}
#header h1 {
	font-size: 175%;
	font-weight: bold;
	color: white;
	font-family: "Myriad Pro", Helvetica, Arial, sans-serif;  
	text-transform: uppercase;
	top: 20px;

        padding-left: 30px;
}
#header h2 {  
	color: #6ec9cc;  
	font-family: "Myriad Pro", Helvetica, Arial, sans-serif;  
	font-size: 82%;  
	letter-spacing: 8px;  
	text-transform: uppercase;
	top: 40px;
        padding-left: 31px;
}  
.text_header {
	position: absolute;
}
.banner_image {
	width: 728px;
	height: 90px;
	background-image: url('images/banner.png');
}
/* Navigation */

#nav {
	height:25px;
	border:1px solid #ccc;
	background:#eee;
	margin:1em 0;
	padding:0;
}

#nav li {
	list-style:none;
	float:left;
	border-right:1px solid #ccc;
	line-height:25px;
	padding:0 10px;
}

/* Post */

#container {
	float: left;
	width: 470px;
}

.post {
	border: 1px solid #ccc;
	padding: 18px;
	margin: 0 0 18px 0;
}

.post h2 {
	font-family: Georgia,Sans-serif;
	font-size: 18px;
}

.entry {
	line-height: 18px;
}
.entry img {
	
	padding: 5px;
	margin: 0 10px 10px 0;
	
}
.gallery-icon img {
        border: none;
}
/* Meta Data */

p.postmetadata {
	margin: 10px 0 0 0;
}

/* Navigation */

.navigation {
	padding: 10px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

/* Sidebar */

.sidebar {
	float: left;
	width: 240px;
	margin: 0 0 0 6px;
}
.sidebar ul{
	list-style-type: none;
	margin: 0;
	padding: 0 10px 0 10px;
}

.sidebar ul li{
	padding: 0 0 10px 0;
}

.sidebar ul li h2 {
	font-family: Georgia,Sans-serif;
	font-size: 14px;
}

.sidebar ul ul li {
	padding: 0;
	line-height: 24px;
}
#follow {
	width: 240px;
	border: 1px solid #ccc;
	text-align: center;

}
#follow img {
	margin:0;
	padding: 10px 5px 10px 5px;
}
#follow a {
	display:inline-block;
}
/* Footer */

#footer {
	clear: both;
	float: left;
	width: 728px;
	padding: 10px 0 0 0;
	text-align: center;
	border-top: 1px solid #ccc;
}

#footer p {
	line-height: 18px;
}

/* Comments Template */

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

