form, img, ul, ol, li, h1, h2, h3, h4, h5, h6, p {
	border: none;
	margin: 0;
	padding: 0;
}

body {
	margin-bottom: 20px;
	margin-top: 20px;
	text-align: center;
	font-size: 12px;
	font-family: Georgia, Verdana, sans-serif;
	background: url('http://www.jaredmoran.com/images/jm_bg.jpg') top left;
	color: #222222;
}

body a, a:visited {
	color: #60c0a8;
}

body a:hover {
	color: #444;
}

h1 {
	font-size: 22px;
	color: #bf3c16;
}

h2 {
	font-size: 18px;
	color: #222;
}

h3 {
	font-size: 14px;
	color: #547474;
	font-style: italic;
	font-family: "Lucida Grande", Helvetica;
	list-style: 
}

div#container {
	text-align:left;
	width:800px;
	margin:0 auto;
}

div#content{float:left;width:540px; margin-top: 8px;}
div#content p{line-height:1.4; margin: 4px 0px;}

/*------------------------------------- Header ---------------------------------------*/

div#header {
	height:75px;
	line-height:75px;
	margin:auto;
	padding-left:0px;
	text-align: left;
}

div#img-contain {
	float: left;
	width; 233px;
}

div#header ul#links { margin: 0; padding: 0; }

div#header ul#links li { display: inline; }

div#header ul#links li { list-style: none;}

div#header ul#links li a { height: 60px; float: left; overflow: hidden;}
div#header ul#links li a { background: url(http://www.jaredmoran.com/images/nav-links.gif) top left no-repeat;}

/* Nav elements */
div#header ul#links li#nav-blog 	a { width: 152px; background-position: 0 0; }
div#header ul#links li#nav-projects	a { width: 148px; background-position: -152px 0px; }
div#header ul#links li#nav-about	a { width: 100px; background-position: -300px 0px; }

/* Over States */
div#header ul#links li#nav-blog 	a:hover { width: 152px; background-position: 0px -60px; }
div#header ul#links li#nav-projects	a:hover { width: 148px; background-position: -152px -60px; }
div#header ul#links li#nav-about 	a:hover { width: 100px; background-position: -300px -60px; }

/* On States */
div#header .blog		ul#links li#nav-blog 		a { width: 152px; background-position: 0px -120px; }
div#header .projects 	ul#links li#nav-projects	a { width: 148px; background-position: -152px -120px; }
div#header .about		ul#links li#nav-about 		a { width: 100px; background-position: -300px -120px; }

/*------------------------------------- Post ---------------------------------------*/
div.post {
	position: relative; 
	width:500px; 
	min-height: 50px; 
	float: left; 
	background: url(http://www.jaredmoran.com/images/post-bg.png) top left repeat-y;
	padding: 20px 20px;
	margin-bottom: 15px;
}

div.post a, div.post a:visited {
	color: #111;
	background-color: #ddc15b;
	padding: 1px 3px;
	text-decoration: none;
	border-bottom: dotted 1px #769191;
}

div.post a:hover {
	background-color: #769191;
	color: #fff;
}


div.post blockquote {
	border-left: solid 2px #769191;
	padding-left: 2px;
}

div.post ul, div.post ol {
	padding-left: 20px;
}

div.post li {
	padding: 4px;
}

div.post-title{ 
	font-size: 28px;
	color: #bf3c16;
}

div.post-foot {
	clear: left;
	margin-top: 14px;
	padding: 3px;
	font-size: 10px;
}

div.post-foot a {
	background-color: #e1e1e1;
}


div.post p { padding: 2px 0;}

/*------------------------------------- Regular Block ---------------------------------------*/
div.post div.regular {
	min-height: 50px;
	
}

/*------------------------------------- Quote Block ---------------------------------------*/
div.post div.quote {
	font-size: 32px;
	line-height: 30px;
	letter-spacing: -1px;
}

div.post div.quote span.quote big.quote {
	font-size:        60px;
	line-height:      8px;
	vertical-align:   -20px;
	font-style: italic;
}

div.post div.quote span.source{
	padding-top: 8px;
	float: left;
	font-size: 12px;
	line-height: 12px;
}

/*------------------------------------- Conversation Block ---------------------------------------*/
div.post div.conversation ul {
	list-style-type:  none;
	margin:           0px;
	padding:          0px;
}

div.post div.conversation ul li {
	border-bottom:    dotted 1px #bf3c16;
	padding:          4px 0px;
}

div.post div.conversation ul li span.label {
	font-weight:      bold;
	color:            #111;
}

/*------------------------------------- Photo Block ---------------------------------------*/
div.photo {
	text-align: center;
}

div.caption {
	text-align: left;
	padding-top: 10px;
	clear: left;
}

/*------------------------------------- Audio Block ---------------------------------------*/

div .audio_player {
	padding: 4px 0;
}

/*------------------------------------- Post Date Block ---------------------------------------*/
div.post div.date{
	position: absolute; 
	left: -50px; 
	top: 10px;
	width: 50px;
	white-space: nowrap;
	text-transform: uppercase;
}

div.date-block{ 
	float: right;
	width: 50px;
	background: url(http://www.jaredmoran.com/images/date-bg.png) top left no-repeat;
	color: #FFF;
	font: Bold 11px Georgia, Verdana, Sans-Serif;
	text-align: center;
	line-height: 13px;
	padding: 10px 0px;
	letter-spacing: 0px;
	overflow: hidden;
}

div.post div.date-block a {
	color: #fff;
	background:none;
	border: none;
}

div.date-block span {
	color: #ddc15b; 
	font-size: 24px; 
	font-weight: bold;
}

/* ---------------------------------- Previous/Next block ------------------------- */

div.prevnext {
	position: relative;
	width: 500px;
	padding: 10px;
	margin: auto;
	font-weight: bold;
	font-size: 24px;
}

div.prevnext a, divprevnext a:visited {
	color: #ddc15b;
	text-decoration: none;
}

div.prevnext a:hover {
	color: #769191;
}

div.prevnext div.prev {
	width: 140px;
	float: left;
	text-align: left;
}

div.prevnext div.pages {
	width: 230px;
	float: left;
	color: #719191;
	text-align: center;
}

div.prevnext div.next {
	width: 110px;
	float: right;
	text-align: right;
}

/*------------------------------------- Projects ---------------------------------------*/
#projects .project
{
	display: block;
	float: left;
	text-decoration: none;
	border: none;
	width: 100%;
	margin: 20px 0px;
}

#projects img {
	float: left;
	padding: 2px;
	border: solid 1px #393126;
	margin-right: 28px;
}

#projects .project span.project-title {
	display: block;
	font-size: 24px;
	padding: 2px;
	color: #719191;
}

#projects .project span.description {
	display: block;
}

#projects p {
	margin: 8px;
}

#projects .outtie {
	font-size: 10px;
}

#projects a {
	background-color: #fff;
}

#projects a:hover {
	background-color: #719191;
}

/*------------------------------------- Sidebar Navigation ---------------------------------------*/
div#navigation{
	float:right;
	width:233px; 
	margin-top: 8px;
	color: #eee;
	padding: 0px 8px;
}

div#navigation p {
	padding: 18px 12px 0px 12px;
	line-height: 16px;
}

div#navigation ul#links { margin: 0; padding: 0; }

div#navigation ul#links li { list-style: none; display: inline; }

div#navigation ul { list-style: none; margin: 0; padding: 0 12px;}
div#navigation a, div#navigation a:visited { color: #ddc15b; text-decoration: none; }
div#navigation a:hover { background-color: #719191; color: #fff; text-decoration: none; }

div#navigation ul.tumblr-links li a {
	font-size: 20px;
	color: #222;
	display: block;
	padding: 4px 8px;
}

div#navigation ul.tumblr-links li a:hover {
	color: #fff;
}

div#navigation ul.tumblr-links li a {
	background: url(http://www.jaredmoran.com/images/date-bg.png) top left;
	border-bottom: solid 1px #222
}

/*------------------------------------- Flickr badge ---------------------------------------*/
.flickr {
	margin: 0 auto;
	margin-bottom: 10px;
	padding: 15px 20px;
}

.flickr a, .flickr a:visited {
	float: left;
	margin: 5px;
	padding: 4px;
	border: 1px solid #769191;
}

.flickr a:hover {
background-color: #222;
}

/*------------------------------------- Tumblr badge ---------------------------------------*/
div#navigation .tumblr-badge {
	clear: both;
	padding-top: 40px;
	text-align: center;
}

div#navigation .tumblr-badge a, div#navigation .tumblr-badge a:visited  { color: #ddc15b; text-decoration: none; }
div#navigation .tumblr-badge a:hover { color: #fff; text-decoration: none; }


/*------------------------------------- Footer ---------------------------------------*/
div#footer{
	clear:both;
	width:100%;
	color: #EEE;
	padding-top: 40px;
	text-align: left;
	font-size: 10px;
}

div#footer p {
	margin:0;
	padding:5px 10px;
}

/*------------------------------------- Disqus ---------------------------------------*/

.dsq-comment-count {
	clear: left;
	float: left;
	margin-top: 8px;
}

.dsq-header-meta, .dsq-comment-header {
	color: #fff;
}

.dsq-comment-message {
	color: #ddc15b;
}

/*------------------------------------- Notes ---------------------------------------*/
.post a.notes {
	float: left;
	margin: 24px 0 0 0;
	background: none;
	color: #bf3c16;
	clear: left;
}

ol.notes {
	list-style-type: none;
	clear: left;
	float: left;
	margin: 8px 0;
}

ol.notes li.note a {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
}

ol.notes li.note img.avatar {
	vertical-align: -4px;
	margin-right: 4px;
	width: 16px;
	height: 16px;
}

ol.notes li.note span.action a {
	color: #111;
	background-color: #ddc15b;
	padding: 1px 3px;
	text-decoration: none;
	border-bottom: dotted 1px #769191;
}

code {
	font-size: 10px;
	overflow: visible;
	background-color: #eee;
	display: block;
	padding: 4px;
}

/* --- disqus --- */
#disqus_thread { clear: left; }
