/*
THEME NAME: SPY-White
THEME URI: http://shaunyasaki.com
DESCRIPTION: A classy theme for a classy man.
VERSION: 1.0
AUTHOR: <a href="www.axisds.com" target="_blank">Burke Shartsis</a>
AUTHOR URI:http://axisds.com
*/

*{
	margin:0;
	padding:0;
	}
	
body{font-family:Helvetica, Arial, sans-serif;}
	
a:link, a:visited, a img{
	color:#686868;
	text-decoration:none;
	border-style:none;
	}

a:hover{
	color:#000000;
	}

#blog-title{
	position:absolute;
	height:30px;
	width:100%;
	text-indent:-1000em;
	background:url(http://shaunyasaki.com/core/themes/Shaun-Yasaki/gfx/logo.jpg) no-repeat #000000;
	overflow:hidden;
	}

#menu{
	height:30px;
	background:#000000;
	left:175px;
	position:absolute;
	z-index:1;
	}
	
	#menu .page_item{
		display:block;
		float:left;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		padding:3px;
		margin:5px;
		height:.8em;
		line-height:10px;
	}
	
	#menu .page_item a{
		font-size:11px;
		color:#ffffff;
		font-weight:bold;
		}
		
	#menu .page_item:hover, #menu .page_item a:hover{
		background-color:#ffffff;
		color:#999999;
		}
	
	.current_page_item{background-color:#555555;}

#container{
	width:800px;
	padding:40px 0 0 10px;
	}
	
#content{
	width:590px;
	float:left;
	margin-top:-7px;
	}

	.post{clear:both;}
		.nav-next{float:right;}
		.nav-previous{float:left;}

	.entry-title a{
		color:#000000;
		padding-right:7px;
		float:left;
		}
		.entry-title a:hover{color:#686868;}
		
	.entry-date{
		padding-top:1.2em;
		font-size:.7em;
		color:#999999;
		}
		
	.entry-content{color:#444444;clear:both;}
	
	.entry-meta{
		background:#efefef;
		padding:3px;
		margin-bottom:10px;
		font-size:.9em;
		}
		.tag-links{font-size:.7em;}
.sidebar{
	width:200px;
	margin-left:590px;
	}
	.sidebar li{list-style-type:none;padding-left:10px;}

/*Random Formatting*/
p{margin-bottom:10px;}
.alignleft{float:left;margin-right:10px;}
.alignright{float:right;margin-left:10px;}
.aligncenter{display:block;margin:0 auto;}
.center {text-align: center;}
.hidden {display: none;}
blockquote cite {margin: 5px 0 0;display: block;}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

/*comments*/
.comments{clear:both;}
.comments li{margin-bottom:10px;}
#respond{padding:8px 10px 10px 10px;background:#dfdfdf;}
.form-submit{margin-top:10px;}