/*
Theme Name: Will Roman
Theme URI: http://willroman.com/
Description: Developed by Will Roman.
Version: 1.5
Author: Will Roman
Author URI: http://willroman.com/
*/


/*~~~~~ Yahoo Reset ~~~~~~~~~~~
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/

* { zoom: 1; } /* IE 6 fix */
html{color:#262626;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#262626;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}


/* GLOBAL 
--------------------------------------------------------------------------------- */

body{
	color: #262626;
	font-family: 'Helvetica Neue','Helvetica Neue LT Pro',Helvetica,Arial,sans-serif;
	font-size: 13px;
	line-height: 18px;
	background: #fff;
	background-image: url(images/bg_tile.jpg);
	background-repeat: repeat-x;
}

/* Links */

a:link, a:visited{
	color: #262626;
	text-decoration: underline;
	
}

a:hover{
	color: #fff;
	background: #262626;
	text-decoration: underline;
}

a:active{
	color: #262626;
	text-decoration: underline;
}

/* Misc */

hr {
	margin: 40px 0 40px 0;
	height: 0;
	clear: both;
	border-width: 1px 0 0;
	border-top: none;
	border-bottom: 1px solid #e5e5e5;
}

a img {
	border: none;
}

/* self-clear floats */

.group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


/* FONTS
--------------------------------------------------------------------------------- */



/* HEADER 
--------------------------------------------------------------------------------- */

#header{
	margin: 0 auto;
	width: 900px;
	background-image: url(images/header.jpg) repeat-none;
}

#navigation{
	float: right;
	margin-top: 65px;
	font-size: 1.5em;
	font-family: 'HelveticaNeue-Light','Helvetica Neue Light','Helvetica Neue';
	font-weight: 200;
}

#navigation a:link, #navigation a:visited{
	color: #ee7000;
	background: none;
	text-decoration: none;
}

#navigation a:hover{
	color: #ee7000;
	text-decoration: underline;
}

#navigation a:active{
	color: #262626;
	text-decoration: underline;
}


/* STRUCTURE 
--------------------------------------------------------------------------------- */

#container{
	margin: 1em auto;
	padding: 0;
	width: 900px;
}

#primary{
	float: left;
	margin: 0 50px 0 0;
	padding: 0;
	width: 650px;
}

#secondary{
	width: 200px;
	float: left;
}


/* POST
--------------------------------------------------------------------------------- */

.post{
	margin-bottom: 3em;
}

.post h3{
	font-size: 2.45em;
	display: block;
	padding: 0 0 15px 0;
	border-bottom: 1px solid #b1b1b1;
}

.post h3 a:link, .post h3 a:visited{
	color: #ee7000;
	text-decoration: none;
	background: none;
}

.post h3 a:hover{
	color: #ee7000;
}

.post h3 a:active{
	color: #262626;
}

.post_content p{
	margin-bottom: 1em;
	line-height: 1.4em;
}

.post_content ul{
	padding-left: 2em;
	line-height: 1.5em;
	list-style-type: square;
	margin-bottom: 1em;
}

.post_content li{
	list-style-type: square;
}

.post_meta{
	color: #b1b1b1;
	border-right: 1px solid #b1b1b1;
	margin: 0 10px 1em 0;
	padding: 8px 10px 6px 0;
	float: left;
}

.post_meta_end{
	color: #b1b1b1;
	margin: 0 10px 1em 0;
	padding: 8px 10px 6px 0;
	float: left;
}

.post_meta_end a:link, .post_meta_end a:visited{
	color: #b1b1b1;
	background: none;
}

.post_more{
	text-align: right;
}

.post_more a:link, .post_more a:visited{
	text-decoration: none;
	background: none;
	margin: .5em 0 .5em 0;
	padding: .25em;
	background: #f4f4f4;
	border-bottom: 1px solid #e9e9e9;
	font-size: 1.25em;
}

.post_more a:hover{
	color: #262626;
	background: #e5e5e5;
}

blockquote{
	border-left:2px solid #e5e5e5;
	margin-left:1.5em;
	padding-left:10px;
	font-style: italic;
}

.post_image{
	padding: 5px;
	border:1px solid #e5e5e5;
	background: #f4f4f4;
}

blockquote.quote{
	font-size: 1.35em;
	line-height: 1.55em;
	letter-spacing: .10px;
}

cite.quote:before{content: "–"}

cite.quote{
	float: right;
	font-size: 1.25em;
	margin: -.75em 2em 0 0;
}


/* COMMENTS
--------------------------------------------------------------------------------- */

#comments_section{
	margin: 1em 0 1em 0;
}

h2#comments{
	margin: 2em 0 1em 0;
	font-style: italic;
}

ol#commentlist li{
	margin-bottom: 1em;
}

ol#commentlist li td{
	vertical-align: top;
	padding: 5px;
}

cite{
	color: #b1b1b1;
}

h2#postcomment{
	margin: 1em 0 0 0;
}

input#submit{
	margin: 1em 0 1em 0;
	text-decoration: none;
	background: none;
	padding: .25em;
	background: #f4f4f4;
	border-bottom: 1px solid #e9e9e9;
	font-size: 1.25em;
}


/* SIDE BAR 
--------------------------------------------------------------------------------- */

#profile{
	padding: 8px;
	background: #f4f4f4;
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #b1b1b1;
	line-height: 1.2em;
}

.profile_pic{
	float: left;
	margin-right: 8px;
	padding-bottom: 30px;
}

#current_city{
	font-size: 1.5em;
	font-family: 'HelveticaNeue-Light','Helvetica Neue Light','Helvetica Neue';
	font-weight: 200;
	margin: .75em;
}

#current_city p{
	margin-bottom: .2em;
}

#current_city a:link, #current_city a:visited{
	color: #ee7000;
	background: none;
	text-decoration: none;
}

#current_city a:hover{
	color: #ee7000;
	text-decoration: underline;
}

#current_city a:active{
	color: #262626;
	text-decoration: underline;
}

#past_cities{
	font-size: 1.25em;
	font-family: 'HelveticaNeue-Light','Helvetica Neue Light','Helvetica Neue';
	font-weight: 200;
	margin: .75em;
}

#past_cities p{
	margin-bottom: .2em;
}

#past_cities a:link, #past_cities a:visited{
	color: #b1b1b1;
	background: none;
	text-decoration: none;
}

#past_cities a:hover{
	text-decoration: underline;
}

#past_cities a:active{
	color: #262626;
	text-decoration: underline;
}

#past_cities li{
	color: #b1b1b1;
	background: none;
	text-decoration: none;
}


#twitter{
	margin: 3em 0 .75em 0;
	width: 200px;
}

#twitter_tweet {
	padding:.5em;
	background:#f4f4f4;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

p.twitter{
	top: 0;
	margin-top: -5px;
	height: 50px;
	background: url(images/twitter.png) no-repeat;
	padding: 5px 5px 0 0;
	text-align: right;
	color: #b1b1b1;
}

p.twitter a:link, p.twitter a:visited{
	color: #b1b1b1;
	background: none;
	text-decoration: none;
}

p.twitter a:hover{
	text-decoration: underline;
}

p.twitter a:active{
	color: #262626;
	text-decoration: underline;
}


/* MAIN STYLES
--------------------------------------------------------------------------------- */



/* SECONDARY STYLES 
--------------------------------------------------------------------------------- */

/* About */



/* FOOTER 
--------------------------------------------------------------------------------- */

#footer{
	clear: both;
	height: 100%;
	margin: 35px 0 0 0;
	padding: 15px;
	background: #f0f0f0;
	color: #B5B5B5;
	text-align: center;
}
