/*
Theme Name: Wes Lowrey Default
Theme URI: http://weslowrey.com/
Description: The default WordPress theme for Wes Lowrey's blog.
Version: 1.0
Author: Adam Campbell
Author URI: http://4c.ca/
*/

* {
	outline: none;
}

body {
	background: url(images/bg-body.png) repeat-x 0 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, dt, ol, p, ul {
	margin: 0 0 1em;
	padding: 0;
}

button, label, input, select, textarea {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*
----------------------------------
General Layout
----------------------------------
*/

#container {
	background: url(images/bg-container.jpg) no-repeat 60px 0;
	border-right: 1px solid #e6e6e6;
	min-height: 750px;
	height: auto !important;
	height: 750px;
	width: 900px;
}

#header {
	display: block;
	float: left;
	margin-left: 60px;
	width: 240px;
}

	#headerimg {
		display: block;
		padding: 20px;
		text-align: center;
	}

#content {
	display: block;
	margin-left: 360px;
	padding-top: 30px;
	padding-bottom: 20px;
}

/*
----------------------------------
General Typography
----------------------------------
*/

a { text-decoration: none; }
a:link,
a:visited { color: #d65344; }
a:hover { border-bottom: 1px solid #ddd; color: #444 }

address {
	color: #888;
	font-size: 1.1em;
	font-style: normal;
	line-height: 1.3em;
	margin: 100px 60px 0 0;
	text-align: right;
}

blockquote {
	display: block;
	position: absolute;
	right: 0;
	top: 280px;
	width: 120px;
}

	blockquote p {
		color: #999;
		font-size: 1.1em;
		font-style: italic;
		text-align: left;
	}

h1 {
	margin: 0;
}

	h1 a {
		border: 0 !important;
		display: block;
	}

	h1 a img {
		border: 0;
	}
	
h2 {
	color: #888;
	font-size: 1em;
	font-weight: normal;
	line-height: 1em;
	margin: 0 0 70px;
	text-transform: uppercase;
}

	.page h2 {
		margin-bottom: 100px;
	}
	
	h2 a,
	h2 strong {
		color: #d65344;
		font-family: "Goudy Old Style", "Times New Roman", Times, Georgia, serif;
		font-weight: normal;
		letter-spacing: 1px;
		margin-left: 7px;
		text-decoration: none;
	}
	
h3 {
	color: #aaa;
	font-size: 1em;
	font-weight: normal;
	margin: 0 0 20px;
	text-transform: uppercase;
}	

h4 {
	font-family: "Goudy Old Style", "Times New Roman", Times, Georgia, serif;
	font-size: 1.4em;
	font-weight: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
}

p {
	color: #222;
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size: 1.2em;
	line-height: 1.6em;
	text-align: justify;
}

/*
----------------------------------
Navigation
----------------------------------
*/

#nav {
	margin: 25px 0 0 20px;
	padding: 0;
	width: 160px;
}

#nav li {
	color: #aaa;
	font-size: 1.1em;
	line-height: 2.3em;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: right;
	text-transform: uppercase;
}

	#nav li ul li {
		font-size: 1em;
		line-height: 1.2em;
		text-transform: none;
	}
	
#nav li a:link,
#nav li a:visited {
	color: #555;
}

/*
----------------------------------
Posts
----------------------------------
*/

.post {
	border-bottom: 1px solid #ddd;
	margin-bottom: 40px;
	position: relative;
	width: 520px;
}

.entry {
	padding-bottom: 20px;
	width: 380px;
}

	.entry img {
		border: 0;
		display: block;
		margin: 0 auto 60px;
	}

	p.firstline:first-line {
		color: #222;
		display: block;
		font-size: 1.5em;
		letter-spacing: 2px;
		margin: 0 0 10px;
		text-transform: uppercase;
	}
	
.postmetadata {
	color: #888;
	font-size: 1.2em;
	line-height: 1.4em;
}

	.alt { font-size: 1.1em; }
	
/*
----------------------------------
Comments
----------------------------------
*/

form p {
	font-size: 1.1em;
	text-align: left;
}

label {
	color: #888;
	display: block;
	font-size: 0.9em;
	text-transform: uppercase;
}

.tb,
textarea {
	border-top: 1px solid #999;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #bbb;
	font-size: 1em;
	padding: 4px;
}

	textarea { height: 120px; width: 90%; }
	
.commentlist {
	margin: 0 0 15px;
	padding: 0;
}

.commentlist dt {
	clear: left;
	float: left;
	font-size: 1em;
	line-height: 1.3em;
	width: 120px;
}

.commentlist dd {
	border-bottom: 1px solid #ddd;
	color: #222;
	display: block;
	margin-right: 30px;
	margin-left: 150px;
	min-height: 80px;
	height: auto !important;
	height: 80px;
}

dt cite {
	display: block;
	font-family: "Goudy Old Style", "Times New Roman", Times, Georgia, serif;
	font-size: 1.4em;
	font-style: normal;
	margin: 0 0 10px;
}

.commentmetadata {
	color: #888;
	display: block;
	font-size: 1em;
}

.moderateme {
	color: red;
	display: block;
	font-size: 1.1em;
	font-style: normal;
	margin: 0 0 5px;
}
	
	
/*
----------------------------------
Footer
----------------------------------
*/

#footer {
	background: url(images/icon-lv.png) no-repeat 910px 10px;
	border-top: 1px solid #e6e6e6;
	height: 40px;
	width: 100%;
}

#footer-inner {
	border-right: 1px solid #e6e6e6;
	padding: 20px 20px 100px 60px;
	width: 820px;
}

#footer a {
	color: #888;
	text-decoration: none;
}

#footer p {
	color: #bbb;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	line-height: 1.4em;
}

	.footer-left {
		float: left;
		text-align: right;
		width: 180px;
	}
	
	.footer-right {
		float: right;
		width: 250px;
		text-align: right;
	}
		





	