/* Global Reset
----------------------------------------------- */

@import url(/assets/reset.css);

/* The Rest...
----------------------------------------------- */

body {
	font-size: 16px;
	line-height: 140%;
	/**font-family: times,Times New Roman,times-roman,georgia,serif;**/
	font-family: "Georgia",serif;
	color: #444444;
}
#notice {
	background-color: #FFE5E5;
	padding: 5px;
	color: red;
	text-align: center;
	font-size: 12px;
}
a {
	
}
a:hover {
	border-bottom: 1px solid #CCCCCC;
}
p {
	margin: 10px 0 10px 0;
}
#content ul {
	margin: 20px;
}
#content blockquote {
	margin: 20px;
	font-style: italic;
	font-size: 20px;
}
#sidebar p {
	margin: 10px;
	font-size: 14px;
}

#sidebar ul, #sidebar dl {
	margin: 10px;
}
#sidebar ul li, #sidebar dl dt {
	font-size: 14px;
	margin: 10px 0 0 0;
}
#sidebar dl dd {
	font-size: 14px;
	margin: 0;
}

div.codeblock {
	background-color: #FCF9EA; */#FFFFCC*/
	padding: 10px;
	font-size: 12px;
	margin: 0 0 0 -80px;
	overflow: hidden;
}
div.codeblock:hover {
	overflow: visible;
}
div.codeblock code {
	padding: 5px 10px 5px 10px;
	display: block;
}
#content img, #content object {
	background-color: #FCF9EA;
	margin: 0 0 0 -80px;
}

#content #comment_form img {
	margin: 0;
}

#header {
	width: auto;
	height: 50px;
	border-bottom: 1px solid #EFEFEF;
	}
	#header ul {
		width: 940px;
		margin: 0 auto 0 auto;
		}
	#header ul li {
		float: left;
		width: 140px;
		height: 45px;
		font-size: 16px;
		line-height: 45px;
		margin: 0 20px 0 0;
		border-top: 5px solid #E5E5E5;
		font-family: Helvetica,Arial,sans-serif;
		}
		#header ul li#recently {
			margin: 0 20px 0 80px;
		}
	#header ul li a {
		display: block;
		padding: 0 10px 0 10px;
		color: black;
		text-transform: lowercase;
		}
	#header ul #search {
		width: 120px;
		padding: 0 10px 0 10px;
		margin: 0 100px 0 0;
		}
	#header ul #search input {
		width: 120px;
		border: none;
		font-size: 16px;
		font-family: Helvetica,Arial,sans-serif;
		}
	#header ul #search input:focus {
		background-color: #FFFFCC;
		}
	#header ul #search input:hover {
		background-color: #FFFFCC;
		}
	#header ul #about {
		width: 300px;
		margin: 0;
		}
		
		#header ul li a:hover {
			border-bottom: none;
		}
		
		body.recently #header ul #recently {
			border-top: 5px solid #BFBFBF;
			border-bottom: 1px solid #BFBFBF;
			background-color: #BFBFBF;
		}
		body.recently #header ul #recently a {
			color: white;
		}
		body.archives #header ul #archives {
			border-top: 5px solid #BFBFBF;
			border-bottom: 1px solid #BFBFBF;
			background-color: #BFBFBF;
		}
		body.archives #header ul #archives a {
			color: white;
		}
		body.about #header ul #about {
			border-top: 5px solid #BFBFBF;
			border-bottom: 1px solid #BFBFBF;
			background-color: #BFBFBF;
		}
		body.about #header ul #about a {
			color: white;
		}
		
		
#brand {
	width: 940px;
	margin: 0 auto 0 auto;
	}
	#brand h1 {
		margin: 35px 10px 35px 650px;
		height: 48px;
		font-size: 16px;
		line-height: 100%;
		}
	#brand h1 img {
		float: left;
		margin: 0 10px 0 0;
		}
	#brand h1 a {
		color: #CCCCCC;
		display: block;
		}
		#brand h1 a.text {
		padding: 7px 0;
		height: 34px;
		}
	#brand h1 a:hover {
		border: none;
		color: #666666;
		}
		#brand h1 a:hover span {
		color: #CCCCCC;
		}
	#brand h1 a span {
		font-weight: normal;
		}

#page {
	clear: both;
	width: 940px;
	margin: 0 auto 0 auto;
	}

#page #content {
	width: 460px;
	margin: -87px 0 120px 80px;
	float: left;
	}
	#page #content .entry h2, #page #content .entrylist h2 {
		font-size: 30px;
		line-height: 120%;
		font-family: Helvetica,Arial,sans-serif;
		margin: 25px 0 25px -80px;
	}
	#page #content .entry h2 a.title {
		color: black;
		border-bottom: 1px solid #EFEFEF;
	}
	#page #content .entry h2 a.title:hover {
		background-color: #F0FFD9;
	}
	#page #content .entry h2 .comment_invite {
		background-image:url(/assets/comment_invite.gif);
		background-repeat:no-repeat;
		position: absolute;
		margin: 3px 0 0 -20px;
	}
	#page #content .entry h2 .comment_invite a {
		font-size: 11px;
		font-weight:normal;
		width: 27px;
		line-height: 24px;
		border-bottom: none;
		color: blue;
		text-align: center;
		display: block;
		color: #666666;
	}
	#page #content .entry h2 .comment_invite a:hover {
		color: blue;
	}
	#page #content .entry h2 span.posted {
		color: #CCCCCC;
		margin: 0 30px 0 0;
	}
	
body.search #page #content .entrylist h2 span.count {
	color: #CCCCCC;
}
.hilite {
	background-color: #F0FFD9;
	font-style: italic;
}

.comment {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom:1px solid #EFEFEF;
	clear: both;
}
	
#page #sidebar {
	width: 300px;
	margin: 0 0 20px 100px;
	float: left;
	}
	#page #sidebar h3 {
		clear: both;
		font-size: 14px;
		font-family: Helvetica,Arial,sans-serif;
		padding: 10px 10px 5px 10px;
		border-bottom: 1px solid #BFBFBF;
	}
	#page #sidebar h3 a {
		float: right;
		font-weight: normal;
		font-size: 12px;
	}
	#page #sidebar div.tweet {
		margin: 20px 10px 20px 10px;
		font-size: 22px;
	}
	#page #sidebar h3.feeds {
		background-image: url("/assets/icon_rss.gif");
		background-repeat: no-repeat;
		background-position: 10px 12px;
		padding: 10px 10px 5px 30px;
	}
	
.categories {
	border-top: 1px solid #EFEFEF;
	margin: 20px 0 0 0;
	padding: 20px 0 20px 0;
	font-size: 14px;
}

	
.paginate {
	border-top: 1px solid #EFEFEF;
	margin: 20px 0 0 0;
	padding: 20px 0 0 0;
}
	
	
body.search #page #content ul {
	margin: 20px 0 0 0;
}
body.search #page #content ul li {
	margin: 0 0 20px 0;
}

a.flickr_img, a.dribbble_img {
	float: left;
	margin: 20px 0 20px 10px;
}
a.flickr_img:hover, a.dribbble_img:hover {
	border-bottom: none;
}

#footer {
	clear: both;
	margin: 20px 0 0 0;
	padding: 20px 0 20px 0;
	border-top: 1px solid #EFEFEF;
	text-align: center;
	font-size: 12px;
	}
	
#google_translate_element {
	margin: 10px;
	}
