/*
Theme Name: W2
Theme URI: http://williampeng.com
Version: 1.0
Author: William Peng
Author URI: http://williampeng.com/
*/

body {
	margin:0;
	font:13px/19px Helvetica, Arial, sans-serif;
	text-align:center;
	background: #fff url(http://williampeng.com/wp-content/themes/W2/aurora1.jpg) top center no-repeat;
	color:#444;
}

.wrap {
	width:942px;
	margin:0 auto;
	text-align:left;
}

#header {
}

#menu_bg {
	background: url(http://williampeng.com/wp-content/themes/W2/black65.png) repeat;
	width:100%;
	height:38px;
	position:relative;
	z-index:1;
}

#menu_border {
	background: url(http://williampeng.com/wp-content/themes/W2/black40.png) repeat;
	width:100%;
	height:5px;
	overflow:hidden;
	z-index:1;
}

#menutext {
	margin-top:-32px;
}

ul#menu_text {
	color:#fff;
	list-style-type:none;
	margin:0 0 0 12px;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:1px;
	padding:0;
}

ul#menu_text li {
	float:left;
	margin-right:25px;
	position:relative;
	z-index:2;
}

	ul#menu_text a {
		border:0;
	}

#whereami {
	color:#fff;
	height:38px;
	text-transform:uppercase;
	font-weight: bold;
}

	#whereami #first {
		background: url(http://williampeng.com/wp-content/themes/W2/black25.png) repeat;
		width:381px;
		height:7px;
		padding:10px 22px 16px 22px;
		float:left;
	}
	
		#whereami #first_border {
			background: url(http://williampeng.com/wp-content/themes/W2/black15.png) repeat;
			width:425px;
			height:5px;
			float:left;
			overflow:hidden;
		}
	
	#whereami #second {
		background: url(http://williampeng.com/wp-content/themes/W2/black25.png) repeat;
		width:213px;
		height:7px;
		padding:10px 22px 16px 22px;
		float:left;
		margin-left: 1px;
	}
	
		#whereami #second_border {
			background: url(http://williampeng.com/wp-content/themes/W2/black15.png) repeat;
			width:257px;
			height:5px;
			float:left;
			margin-left: 1px;
			overflow:hidden;
		}
	
	#whereami #third {
		background: url(http://williampeng.com/wp-content/themes/W2/black25.png) repeat;
		width:205px;
		height:7px;
		padding:10px 22px 16px 22px;
		float:left;
		margin-left: 1px;
	}
	
		#whereami #third_border {
			background: url(http://williampeng.com/wp-content/themes/W2/black15.png) repeat;
			width:249px;
			height:5px;
			float:left;
			overflow:hidden;
			margin-left: 1px;
		}
		
	#whereami #whole {
		background: url(http://williampeng.com/wp-content/themes/W2/black25.png) repeat;
		width:897px;
		height:7px;
		padding:10px 22px 16px 22px;
		float:left;
	}
	
		#whereami #whole_border {
			background: url(http://williampeng.com/wp-content/themes/W2/black15.png) repeat;
			width:941px;
			height:5px;
			float:left;
			overflow:hidden;
		}

#main {
	background:#fff url(http://williampeng.com/wp-content/themes/W2/main_bg1.jpg) top center no-repeat;
	width:100%;
	padding-top:2px;
}
	
	#main #first {
		width:425px;
		float:left;
	}
	
		.blogimage a:link, .blogimage a:visited {
			border:0;
		}

		.blogpost {
			padding:12px 22px 7px 22px;
		}
		
		.blogpost .date {
			text-transform: uppercase;
			font-weight: bold;
			color: #888;
			font-size: 12px;
		}
		
		.blogpost .divider {
			color:#bbb;
		}
		
		.blogpost .numcomments {
			text-transform: uppercase;
			font-weight: bold;
			font-size: 12px;
		}
		
			.blogpost .numcomments a:link, .blogpost .numcomments a:visited {
				border-bottom:1px dotted #ccc;
				color: #999;
			}
			
			.blogpost .numcomments a:hover {
				color:#777;
				border-bottom:1px dotted #999;
			}
		
		#olderposts {
			margin:0px 22px 15px 22px;
		}
		
			#olderposts h3 a:link, #olderposts h3 a:visited {
				color: #6c8ab0;
				font-size: 14px;
				margin:20px 0 10px 0;
				border-top:4px solid #ddd;
				border-bottom:0;
				width:100%;
				padding:7px 0;
				display:block;
			}
			
			#olderposts h3 a:hover {
				color:#3a6192;
				border-top:4px solid #ccc;
			}
	
	#main #second {
		float:left;
		width:225px;
		padding:20px 11px 15px 22px;
		line-height:17px;
		background:url(ls_border.jpg) top left no-repeat;
	}
	
		.lifestream_post {
			font-size: 11px;
			padding-bottom:6px;
			margin-bottom:6px;
		}
		
			.lifestream_post h3 {
				font-size: 15px;
				margin:0;
			}
			
				.lifestream_post h3 a:link, .lifestream_post h3 a:visited {
					color: #3a6192;
					border-bottom:0;
				}
				
				.lifestream_post h3 a:hover {
					color:#26466d;
				}
				
			.lifestream_post .date {
				text-transform: uppercase;
				color: #888;
			}
			
			.lifestream_post .divider {
				color:#bbb;
			}
		
		.lifestream_post object, .lifestream_post embed {
			width:275px;
			height:175px;
			margin-bottom:5px;
		}
		
		.lifestream_post .numcomments {
			text-transform: uppercase;
		}
		
			.lifestream_post .numcomments a:link {font-weight:normal;}
		
			.lifestream_post .numcomments a:link, .lifestream_post .numcomments a:visited {
				border-bottom:1px dotted #ccc;
				color: #999;
			}
			
			.lifestream_post .numcomments a:hover {
				color:#777;
				border-bottom:1px dotted #999;
			}
		
		.lifestream_post blockquote {
			margin-left:0;
			font-size:11px;
		}
		
		#main #second a:link img, #main #second a:visited img {
			border:3px solid #ddd;
			margin-bottom:5px;
		}
		
		#main #second a:hover img {
			border:3px solid #ccc;
		}

		.lifestream_quote {
			border-bottom:1px solid #ddd;
			font-size: 12px;
			padding-bottom:12px;
			margin-bottom:12px;
		}

		.lifestream_video {
		
		}
		
		.lifestream_post p {}
		
		#lifestreamall {
			margin:0 0 15px 0;
		}
		
			#lifestreamall h3 a:link, #lifestreamall h3 a:visited {
				color: #6c8ab0;
				font-size: 14px;
				margin:0 0 10px 0;
				border-top:4px solid #ddd;
				border-bottom:0;
				width:100%;
				padding:7px 0;
				display:block;
			}
			
			#lifestreamall h3 a:hover {
				color:#3a6192;
				border-top:4px solid #ccc;
			}
	
	#main #third {
		font-size:11px;
		line-height:17px;
		padding:20px 0 15px 22px;
		float:left;
		width:205px;
		background:url(ls_border.jpg) top left no-repeat;
	}
		
		ul.twitter {
			margin:0;
			padding:0;
		}
		
		#twitter_feed {
			font-size:11px;
			color:#666;
		}
		
			#twitter_feed h3 {
				color:#3a6192;
				font-size:16px;
				border-bottom:3px solid #ddd;
				padding-bottom:2px;
				margin:25px 0 12px 0;
			}
			
			#twitter_feed h3 .lighter {
				
			}
			
				#twitter_feed h3 .lighter a:link, #twitter_feed h3 .lighter a:visited {
					color:#aaa;
					font-weight: normal;
					padding-left:5px;
					font-size:12px;
				}
				
				#twitter_feed h3 .lighter a:hover {
					color:#666;
				}
		
		li.twitter-item {
			margin:0;
			padding:0;
		}
		
		p.twitter-message {
			margin:0 0 12px 0;
			overflow: hidden;
			position:relative;
		}
		
		.twitter_post {
			margin-bottom:17px;
			width:150px;
			position:relative;
		}
		
		a.twitter-link {
		
		}
		
		.twitter-timestamp {
			font-weight:bold;
			color: #3a6192;
			display:block;
		}
		
		#twitterall {
			margin:0 0 15px 0;
		}
		
			#twitterall h3 a:link, #twitterall h3 a:visited {
				color: #6c8ab0;
				font-size: 14px;
				margin:0 0 10px 0;
				border-top:4px solid #ddd;
				border-bottom:0;
				width:100%;
				padding:7px 0;
				display:block;
			}
			
			#twitterall h3 a:hover {
				color:#3a6192;
				border-top:4px solid #ccc;
			}
			
		#searchbox {
			margin-bottom:15px;
			width:205px;
		}
		
			#searchbox h3 {
				color:#3a6192;
				font-size:16px;
				border-bottom:3px solid #ddd;
				padding-bottom:2px;
				margin:0 0 12px 0;
			}
			
			#searchbox h3 .lighter {
				color:#aaa;
				font-weight: normal;
				padding-left:95px;
				font-size:12px;
			}
	
	#staticpad {
		padding:15px 22px;
	}
			
	.half {
		float:left;
		width:420px;
		margin:0 25px 0px 0;
	}
	
	.half_nolmargin {
		float:left;
		width:440px;
		margin:0 0px 0px 0;
	}
	
/* About Page */
#headshot{
	float:left;
	width:100px;
}

#about_blurb{
	float:left;
	font-size:14px;
	width:500px;
	margin-right:15px;
	padding-right:15px;
	border-right:1px solid #ddd;
}

#socialnets{
	float:left;
	font-size:12px;
	color:#666;
	width:260px;
	height:80px;
}

	#socialnets a:link, #socialnets a:visited {
		color:#666;
		border-bottom: 1px dotted #bbb;
	}
	
	#socialnets a:hover {
		color:#333;
		border-bottom: 1px dotted #888;
	}

	#socialnets h4 {
		margin:0 0 4px 0;
	}

	#socialnets ul {
		list-style-type:none;
		margin:0;
		padding:0;
	}
	
	#socialnets li {
		float:left;
		margin: 1px 13px 3px 0;
	}

.about_aside {
	margin:5px 0;
	border-left:5px solid #dde2e9;
	padding-left:10px;
	font-size:12px;
	color: #6f89a9;
}

/* Single Blog Post */

#singleblog_wrap {
	float:left;
	width:490px;
	padding-right:25px;
	margin-right:25px;
	border-right:1px solid #eee;
}

	#singleblog_wrap object, #singleblog_wrap embed {
		width:430px;
		height:320px;
		margin-bottom:5px;
	}
	
	#singleblog_wrap h3 {
		color:#3a6192;
	}

#singleblog_meta {
	float:left;
	width:349px;
	margin-top:8px;
}

	#singleblog_meta .date {
		color: #555;
		font-size:17px;
	}
	
	#singleblog_meta .time {
		color: #888;
		font-size:17px;
	}
	
	#singleblog_meta .divider {
		font-size:17px;
		color:#ddd;
	}
	
	#singleblog_meta .numcomments {
			font-size: 17px;
		}
		
			#singleblog_meta .numcomments a:link, #singleblog_meta .numcomments a:visited, #singleblog_meta .numcomments a:active {
				border-bottom:0;
				color: #aaa;
				font-weight: normal;
			font-size: 17px;
			}
			
			#singleblog_meta .numcomments a:hover {
				color:#777;
				border-bottom:0;
				font-weight: normal;
			font-size: 17px;
			}
			
			

	#singleblog_meta img {
		border:5px solid #ddd;
	}
	
	#singleblog_meta #cattags {
		margin-top:7px;
	}
	
	.post_category a:link, .post_category a:visited {
		text-transform: uppercase;
		font-size:11px;
		background:#3a6192;
		border:0;
		color:#fff;
		padding:2px 6px;
		margin-right:4px;
		float:left;
	}
	
	.post_category a:hover {
		background:#294f7f;
		float:left;
		margin-right:4px;
	}
	
	.post_category {
		float:left;
		margin-bottom:5px;
	}
	
	.tag a:link, .tag a:visited {
		background:#999;
		border:0;
		color:#fff;
		font-weight: normal;
		padding:2px 6px;
		text-transform: uppercase;
		font-size:11px;
		float:left;
		margin-right:5px;
		margin-bottom:5px;
	}
	
	.tag a:hover {
		background:#777;
		float:left;
		margin-right:5px;
		margin-bottom:5px;
	}
	
#general_meta {
	border-top:1px solid #eee;
	margin-top:20px;
	color:#777;
}
	
	#general_meta a:link, #general_meta a:visited {
		color:#666;
		font-weight: normal;
	}

	#general_meta h3 {
		font-size: 16px;
		margin-top:20px;
		margin-bottom:5px;
		color:#3a6192;
	}
	
	ol#related_posts {
		margin-top:0;
		padding-left:19px;
	}
	
		ol#related_posts li {
			margin-left:0;
		}
		
	#categories_list {
		margin-bottom:40px;
	}
		
		li.cat-item {
			float:left;
			display:block;
			width:115px;
		}
	
	#tag_cloud {
		margin-top:0;
	}
	
		#tag_cloud a:link, #tag_cloud a:visited {
			border:0;
			text-decoration: none;
		}
		
		#tag_cloud a:hover {
			color:#222;
		}
		
	ul#month_archives {
		margin-left:0;
		padding-left:15px;
		margin-top:0;
	}
	
/* All Blog Posts Page */
.blogpost_sm {
	width:200px;
	font-size:12px;
	float:left;
	margin-left:20px;
}

.blogpost_sm .date {
	text-transform: uppercase;
	font-weight: bold;
	color: #888;
	font-size: 10px;
}

.blogpost_sm .divider {
	color:#bbb;
}

.blogpost_sm .numcomments {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
}

	.blogpost_sm .numcomments a:link, .blogpost_sm .numcomments a:visited {
		border-bottom:1px dotted #ccc;
		color: #999;
	}
	
	.blogpost_sm .numcomments a:hover {
		color:#777;
		border-bottom:1px dotted #999;
	}
	
.blogpost_sm h3 {
	font-size: 14px;
	margin:7px 0 2px 0;
}

	.blogpost_sm h3 a:link, .blogpost_sm h3 a:visited {
		color: #3a6192;
		border-bottom:0;
	}
	
	.blogpost_sm h3 a:hover {
		color:#26466d;
	}
	
/* Archive Page Listing */
.blogpost_m {
	width:275px;
	font-size:12px;
	float:left;
	margin-left:20px;
}

.blogpost_m .date {
	text-transform: uppercase;
	font-weight: bold;
	color: #888;
	font-size: 10px;
}

.blogpost_m .divider {
	color:#bbb;
}

.blogpost_m .numcomments {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
}

	.blogpost_m .numcomments a:link, .blogpost_m .numcomments a:visited {
		border-bottom:1px dotted #ccc;
		color: #999;
	}
	
	.blogpost_m .numcomments a:hover {
		color:#777;
		border-bottom:1px dotted #999;
	}
	
.blogpost_m h3 {
	font-size: 14px;
	margin:7px 0 2px 0;
}

	.blogpost_m h3 a:link, .blogpost_m h3 a:visited {
		color: #3a6192;
		border-bottom:0;
	}
	
	.blogpost_m h3 a:hover {
		color:#26466d;
	}

/* Footer */
#footer {
	width:100%;
	background:#333;
	border-top:5px solid #222;
	padding:15px 0;
	color:#bbb;
	text-align:left;
	font-size:12px;
}

	.wrap2 {
		width:942px;
		margin:0 auto;
		padding-left:42px;
		text-align:left;
	}
	
	#footer #monogram {
		float:left;
		margin-right:25px;
	}
	
	#footer_mono {
		width:27px;
		height:18px;
	}
	
	#footer #copyright {
		float:left;
		margin-right:400px;
	}
	
	#footer #menu {
		float:left;
	}
	
	#footer a:link, #footer a:visited {
		color:#bbb;
		border-bottom: 1px dotted #666;
		font-weight:normal;
	}
	
	#footer a:hover {
		color:#fff;
		border-bottom: 1px dotted #999;
	}

/* Headers */
h1 {
	margin:85px 315px 70px 9px;
	float:left;
}

h2 {
	float:left;
	margin:97px 0 70px 9px;
}

h3 {
	font-size: 19px;
	margin:7px 0 2px 0;
}

	h3 a:link, h3 a:visited {
		color: #3a6192;
		border-bottom:0;
	}
	
	h3 a:hover {
		color:#26466d;
	}
	
h3.statictitle {
	font-size: 20px;
	margin:7px 0 10px 0;
	color:#ee5900;
}

h3.uppercase {
	font-size: 16px;
	margin:7px 0 2px 0;
	text-transform: uppercase;
	color:#3a6192;
}

h4 {
	font-size:14px;
	font-weight: bold;
	margin:20px 0 3px 0;
	color:#333;
}

h5 {
	color: #3a6192;
	font-size: 12px;
	margin:0;
}

	h5 a:link, h5 a:visited {
		color: #3a6192;
		border-bottom:0;
	}
	
	h5 a:hover {
		border-bottom: 1px dotted #aaa;
		color:#26466d;
	}

/* Link styles */
a img {
	border:0;
}

a:link, a:visited {
	font-weight:bold;
	color:#444;
	text-decoration: none;
	border-bottom:1px dotted #999;
}

a:hover {
	color:#000;
	border-bottom: 1px dotted #555;
}


/* Clear */
.clear {clear:both;}

/* HR */
.full_hr {
	width:100%;
	background:#ddd;
	height:1px;
	overflow:hidden;
	margin:20px 0 15px 0;
}

/* Generic */
img.ico {vertical-align:top;margin-right:6px;}

blockquote {
	font-size:12px;
	color:#666;
	border-left:5px solid #eee;
	padding-left:10px;
	margin-left:10px;
}

/* IE PNG Fix */
img, div {behavior:url(http://williampeng.com/wp-content/themes/W2/iepngfix.htc)}



#wrap3 {
	width:100%;
	background:#eee;
	padding:10px 0 5px 0;
	border-top:3px solid #ddd;
}

/* Album CSS */
#music_wrap {
	/*float:left;
	width:550px;*/
	margin-top:15px;
}

	#music_wrap h3 {
		color:#3a6192;
		font-size:16px;
		border-bottom:3px solid #ddd;
		padding-bottom:2px;
		margin:25px 0 12px 0;
	}
	
	#music_wrap h3 .lighter {
	}
	
			#music_wrap h3 .lighter a:link, #music_wrap h3 .lighter a:visited {
				color:#aaa;
				font-weight: normal;
				padding-left:5px;
				font-size:12px;
			}
			
			#music_wrap h3 .lighter a:hover {
				color:#666;
			}

ul.music, ul.music li, ul.music li a, ul.music li img {
	margin:0;
	padding:0;
	list-style:none;
	border:0;
	text-decoration:none;
}

ul.music li {
	margin:5px 12px 0 0px;
	float:left;
	position:relative;
}

ul.music li a {
	display:block;
	position:relative;
	background:url(http://williampeng.com/wp-content/themes/W2/album_overlays/vinyl.png) 0 0 no-repeat;
	float:left;
	width:90px;
	height:82px;
	text-indent:-1000em;
	overflow:hidden;
	z-index:1;
}

ul.music li img{
	position:absolute;
	width:72px;
	height:72px;
	left:0px;
	top:1px;
}

ul.music li{
	background:url(http://williampeng.com/wp-content/themes/W2/album_overlays/blank_insert.gif) 2px 1px no-repeat;
}

img {
	-ms-interpolation-mode:bicubic;
}

ul.music li.vinyl a{
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://williampeng.com/wp-content/themes/W2/album_overlays/vinyl.png', sizingMethod='crop');
}


#disqus_thread {margin-top:20px;padding-top:10px;border-top:1px solid #eee;}
h3#dsq-add-new-comment {color:#3a6192;}