/*
Theme Name: San Francisco
Theme URI: http://wordpress.org/
Description: Jamie's personal wordpress theme inspired by my move to San Francisco.
Version: 1
Author: Jamie Sinz
Author URI: http://jamiesinz.com/
Tags: simple, fixed sidebar, personal logo

*/

body { 
	color: #595959; 
	font: 67.5% helvetica, arial, sans-serif;  
}


/*---:[ global elements ]:---*/

a { 
	text-decoration: none; 
	color: black; 
}

a:visited { 
		color: #7f7f7f; 
}

a:hover { 
	color: #e90000; 
}
	
a img { 
	padding: 0px; 
	margin: .25em 0em; 
	border: none;
}

/*---:[ headlines ]:---*/

h1, h2, h3 { 
	font-family: Helvetica, Arial, sans-serif; 
	color: #000; 
}

h1 { 
	color: black; 
	text-transform: none; 
	font-style: normal; 
	font-weight: normal; 
	font-family: Baskerville, Georgia, "Times New Roman", Times, serif; 
	letter-spacing: 2px; 
	margin-top: .5em; 
	font-size: 2em; 
	margin-bottom: .2em; 
}

h2 {
	color: #262626;
	margin-top: 70px;
	margin-bottom: 0px;
	letter-spacing: 2px;
	font-style: normal;
	font-weight: normal;
	font-size: 4em;
	font-family: Baskerville, Georgia, "Times New Roman", Times, serif;
}

h3 {
	font-weight: normal;
	font-family: baskerville, Georgia, "Times New Roman", Times, serif;
	margin-top: 0px;
	color: #7f7f7f;
	margin-left: 20px;
	margin-bottom: 80px;
	letter-spacing: 1px;
	font-style: normal;
	font-size: 1em;
}

h4 {
	margin-top: 2px;
	color: #7f7f7f;
	letter-spacing: 1px;
	font-style: normal;
	font-weight: normal;
	font-size: .9em;
}

h5 { 
	margin-bottom: .25em; 
	margin-top: 2em; 
	color: black; 
	text-transform: none; 
	font-style: normal; 
	font-weight: normal; 
	font-family: Baskerville, Georgia, "Times New Roman", Times, serif; 
	letter-spacing: 1px; 
	font-size: 1.25em;  
}

/*---:[ core layout elements ]:---*/

#container { 
	margin-top: 0px; 
	margin-left: auto; 
	margin-bottom: 0; 
	margin-right: auto; 
	width: 880px; 
}

#content {  
	float: right;  
	width: 600px; 
}

#sidebar { 
	position: fixed; 
	float: left; 
	width: 280px; 
}

#footer { 
	border-top-color: #bfbfbf; 
	border-top-width: 1px; 
	border-top-style: dashed; 
	text-align: right; 
	color: #999999; 
	width: 600px; 
	font: normal 1em Helvetica, Arial, sans-serif; 
	float: left; clear: both; 
}
	

/*---:[ header styles ]:---*/

/*---:[ content styles ]:---*/
	
.hentry { 
	font-size: 1.1em; 
	text-align: justify; 
	word-spacing: 0px; 
	width: 600px; 
	line-height: 1.5em; 
	padding-bottom: 2em; 
}

.add_comment {
	font-size: 1.2em;
	text-transform: uppercase;
	font-family: Baskerville, Georgia, "Times New Roman", Times, serif;
}

.navigation { 
	font-variant: small-caps; 
	padding-bottom: .5em; 
	padding-top: 1em; 
	font-family: Helvetica, Arial, sans-serif; 
	width: 600px; 
	font-size: 1.2em; 
	float: left; 
}
	
.newer {  
	float: left; 
}
	
.older { 
	float: right; 
}

ul {
	margin-left: 0px;
	text-align: left; 
	list-style-type: none; 
	list-style: none; 
	line-height: 1.5em;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: .9em;
	font-family: Baskerville, Georgia, "Times New Roman", Times, serif;
}

/*---:[ sidebar styles ]:---*/

.sidebar_logo img {
	margin-right: 30px;
	float: right;
	margin-bottom: 30px;
	margin-left: 10px;
}

#sidebar ul { 
	text-align: right; 
	margin-right: 60px;  
}


#sidebar li.search {
	line-height: 1.5em;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: .9em;
	font-family: Baskerville, Georgia, "Times New Roman", Times, serif;
}		

/*---:[ comment styles ]:---*/

#comments { 
	width: 600px; 
	float: left; 
}

ul#comment_list { 
	border-top-color: #d8d8d8; 
	border-bottom-color: #d8d8d8; 
	border-top-width: 1px; 
	border-top-style: dotted; 
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	list-style: none; 
	float: left; 
}
		
ul#comment_list li.comment { 
	line-height: 1em; 
	letter-spacing: 0px; 
	font-family: Helvetica, Verdana, Arial, sans-serif; 
	text-transform: none; 
	padding-bottom: 1em; 
	padding-top: 1em; 
	float: left; 
	width: 562px; 
}
			
ul#comment_list li.trackback {  
	padding-top: 0.5em; 
	font-size: 1em; 
	width: 600px; 
}
				
.comment-meta { 
	line-height: 2em; 
	margin-bottom: 0.5em; 
	margin-right: 4px; 
	float: left; 
	width: 600px; 
}

.comment-meta a { 
	font-family: Helvetica, Arial, sans-serif; 
}
					
.comment-time { 
	display: block; 
	font: normal 75% Helvetica, Arial, sans-serif; 
	color: #888; 
}

.comment .entry  p { 
	font-size: 1.1em; 
	line-height: 1.5em; 
	text-align: justify; 
	margin-left: 0px; 
	margin-bottom: 0em; 
	margin-right: 0; 
	margin-top: 0; 
}

/*---:[ comment form ]:---*/
	
#comment_form { 
	width: 600px;
	margin-left: 38px; 
	float: left; 
}

.add-comment { 
	padding-bottom: 1em;
}

.add-comment label {   
	font: normal 1em Helvetica, Arial, sans-serif;  
}

.add-comment .text_input { 
	color: #888888;
	border-color: #888; 
	border-style: solid; 
	border-width: 1px; 
	width: 200px; 
	padding: 3px;  
	font: normal 1em helvetica, arial, sans-serif; 
}		

#comment_form .text_area { 
	line-height: 1.2em; 
	width: 550px;
	padding: 5px; 
}

#comment_form .text_input:focus { 
	border: 1px solid #000; 
	color: #000;
}

#comment_form .form_submit { 
	margin-top: 2em; 
	margin-bottom: 0em; 
	background-color: white; 
	font-family: Baskerville, Georgia, "Times New Roman", Times, serif; 
	float: left; 
	padding-left: 0.5em; 
	padding-bottom: .3em; 
	padding-right: 0.5em; 
	padding-top: .6em; 
	border: 1px solid #888;
	cursor: pointer;
}

/* Captions */

.wp-caption {
	border: none;
	text-align: left;
	margin: 0em 0em .5em 0em;
}

.wp-caption img {
	margin: 0;
	padding: 0px;
	border: 1px solid #D9D9D9;
}

.wp-caption p.wp-caption-text {
	font-family: baskerville, Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	line-height: 1.2em;
	padding: 0 4px 5px;
	margin: 3px 0 0 0;
    color: black;
    font-style: italic;

}

/* End captions */

