/*
Theme Name: Darren Pangan Theme
Description: My personal website's unique and custom theme.
Author: Darren Pangan
Author URI: http://www.darrenpangan.com/
*/

/** BEGIN basic styles **/
* {
	margin: 0;
	padding: 0;
}
body {
	font: 12px Arial;
	text-align: center;
	color: #303030;
}
img {
	border: 0;
}
a {
	text-decoration: none;
	color: #035792;
}
a:hover {
	color: #ff0000 !important;
}
.break {
	clear: both;
}
/** END basic styles **/

/** BEGIN wrapper **/
#wrapper {
	width: 960px;
	margin: auto auto;
	text-align: left;
}
/** END wrapper **/

/** BEGIN header **/
#header {
	padding-top: 42px;
}
	#header h1 {
		font-size: 0;
		text-indent: -9999px;
		width: 323px; height: 65px;
		background: url(images/logo.gif) no-repeat 0 0;
		margin-bottom: 12px;
	}
	#header ul {
		background: url(images/navigation.gif) repeat-x 0 0;
		height: 30px;
		list-style-type: none;
		padding-top: 1px;
	}
	#header ul li {
		float: left;
		padding-right: 1px;
		background: url(images/divider.gif) no-repeat right 0;
	}
	#header ul li a {
		color: #ffffff;
		padding: 6px 15px 9px;
		display: block;
		float: left;
	}
	#header ul li a:hover {
		color: #ffffff !important;
		background: url(images/active.gif) repeat-x 0 -1px;
	}
	#header form {
		background: #ffffff url(images/search.gif) no-repeat 10px 12px;
		padding: 10px;
		border: 1px solid #04b2ff;
		float: left;
		margin: -2px 0 -52px 0;
		position: relative;
		left: 65px;
		z-index: 99;
		visibility: hidden;
	}
	#header form input {
		margin: 5px 4px 0 2px;
		border: 1px solid #ffffff;
		float: left;
		color: #93daf9;
	}
	#header form button {
		margin-left: 4px;
		text-indent: -9999px;
		width: 31px; height: 28px;
		border: 0;
		background-color: transparent;
	}
/** END header **/

/** BEGIN content **/
#content {
	float: left;
	width: 60%;
	line-height: 1.8em;
	padding: 10px 0;
	clear: both;
}
	.post {
		padding: 10px 0;
		margin: 0 15px 0 5px;
		border-bottom: 1px dotted #d1e9fa;
	}
	.post h2 {
		margin-bottom: 10px;
		font-size: 1.5em;
		font-weight: normal;
	}
	.post .thumb {
		float: left;
		margin: 6px 10px 10px 0;
		width: 75px;
	}
	.post p {
		margin-bottom: 10px;
		text-align: justify;
	}
	.post .details {
		margin-bottom: 0;
		font-size: 0.8em;
	}
	#postnav {
		padding-top: 10px;
		font-size: 0.8em;
		text-transform: uppercase;
		letter-spacing: 1px;
	}
	.alignleft {
		float: left;
		margin: 7px 10px 5px 0;
	}
	.alignright {
		float: right;
		margin: 7px 0 5px 10px;
	}
	.post h3 {
		margin-bottom: 5px;
		font-size: 1.2em;
	}
	.post p {
		text-align: justify;
		margin-bottom: 10px;
	}
	.post ul {
		list-style-type: none;
		margin-bottom: 10px;
	}
	.post ul li {
		padding: 2px 0 2px 12px;
		background: url(images/bullet.gif) no-repeat 0 10px;
	}
	.post ol {
		margin-bottom: 10px;
		padding-left: 20px;
	}
	.post ol li {
		padding: 2px 0;
	}
	#commentsection {
		padding: 10px 5px;
	}
	#commentsection h2, #commentsection h3 {
		font-size: 1.5em;
		font-weight: normal;
	}
	#commentsection h3 {
		margin: 15px 0 10px;
	}
	#commentsection .commentitems {
		margin-bottom: 10px;
	}	
	.commentdetails {
		float: left;
		padding-bottom: 5px;
	}
	.commentdetails p {
		margin-bottom: 2px !important;
	}
	.gravatar {
		float: right;
	}
	.comment1, .comment2 {
		border-bottom: 1px dotted #d1e9fa;
		padding: 15px 0 5px;
	}
	.comment1 p, .comment2 p {
		text-align: justify;
		margin-bottom: 10px;
	}
	.commentauthor {
		font-weight: bold;
		font-size: 1.2em;
	}
	.commentdate {
		font-size: 0.9em;
	}
	#commentsection input, #commentsection textarea, #commentsection button {
		margin: 2px 0;
	}
	.notfound {
		padding: 20px;
	}
	.notfound h2 {
		font-size: 1.5em;
		font-weight: normal;
		margin-bottom: 5px;
	}
	.title {
		font-size: 0.8em;
		font-weight: normal;
		letter-spacing: 1px;
		text-transform: uppercase;
		color: #c0c0c0;
	}
/** END content **/

/** BEGIN sidebar **/
#sidebar {
	float: right
	width: 40%;
	padding-top: 10px;
}
	#about {
		font-size: 0.9em;
		text-align: justify;
		line-height: 1.8em;
		padding: 0 4px;
		margin-bottom: 10px;
	}
	#sidebar h3, #sidebar h2 {
		font-size: 1.2em;
		padding: 5px 0;
		color: #035792;
		margin: 10px 4px 0;
	}
	#sidebar .thumb {
		float: left;
		margin: 3px 5px 5px 0;
	}
	.sidebar {
		float: left;
		width: 20%;
	}
	.sidebar h2 {
		border-bottom: 1px dotted #7ec9fa;
	}
	.sidebar ul {
		list-style-type: none;
		padding: 0 5px 10px;
	}
	.sidebar ul li {
		line-height: 1.6em;
		padding: 4px 0 4px 12px;
		background: url(images/bullet.gif) no-repeat 0 11px;
		border-bottom: 1px dotted #d1e9fa;
	}
	.sidebar ul li a {
		color: #303030;
	}
/** END sidebar **/

/** BEGIN footer **/
#footer {
	line-height: 1.6em;
	padding: 10px 0 30px;
	color: #035792;
	margin-top: 10px;
	border-top: 1px dotted #d1e9fa;
	letter-spacing: 1px;
}
	#footer a {
		font-weight: bold;
	}
	#copy {
		float: left;
	}
	#footer ul {
		list-style-type: none;
		padding: 4px 0;
	}
	#footer ul li {
		float: left;
		padding: 0 10px 0 10px;
		font-size: 0.8em;
		background: url(images/bullet.gif) no-repeat 0 6px;
	}
	#footer ul li a {
		font-weight: normal;
	}
	#links {
		float: right;
	}
/** END footer **/
