/*
Theme Name: BloatedFish.com
Description: Designed and coded by <a href="http://darrepangan.com/">Darren Pangan</a> for <a href="http://www.bloatedfish.com">BloatedFish.com</a>.
Author: Darren Pangan
Author URI: http://www.darrenpangan.com/
*/

* {
	margin: 0; padding: 0;
}
body {
	text-align: center;
	font: 12px Verdana;
	color: #4C4C4C;
	background: #ffffff url(images/body.gif) repeat-x 0 0;
}
a {
	text-decoration: none;
	color: #2D6F02;
}
a:hover {
	color: #ff0000;
}
img {
	border: 0;
}

.break {
	font-size: 0;
	width: 0; height: 0;
	clear: both;
}
.alignleft {
	float: left;
	margin: 4px 10px 5px 0;
}
.alignright {
	float: right;
	margin: 4px 0 5px 10px;
}
.hidden {
	display: none;
}

/** BEGIN wrapper **/
#wrapper {
	width: 940px;
	margin: auto auto;
	text-align: left;
	padding-top: 20px;
}
/** END wrapper **/

/** BEGIN content **/
#content {
	width: 580px;
	float: left;
}
	#logo {
		width: 420px;
		padding: 15px 0;
		height: 118px;
	}
		#logo h1 {
			font-size: 0;
			padding-bottom: 10px;
		}
		#logo h1 a {
			display: block;
			width: 420px; height: 75px;
			background: url(images/logo.gif) no-repeat 0 0;
			text-indent: -9999px;
			outline: none;
		}
	#description {
		background-color: #388B02;
		border: 1px solid #303030;
		color: #ffffff;
		font-size: 1.2em;
		font-weight: bold;
		padding: 2px 4px;
		float: right;
	}
	#navigation {
		list-style-type: none;
		border-width: 1px 0 1px 1px;
		border-style: solid;
		border-color: #e0e0e0;
		height: 27px;
		float: left;
		margin-bottom: 20px;
	}
		#navigation li {
			float: left;
			border-right: 1px solid #E0E0E0;
		}
		#navigation li a {
			background: url(images/navigation.gif) repeat-x 0 0;
			display: block;
			color: #000000;
			font-size: 0.9em;
			text-transform: uppercase;
		}
		#navigation li a:hover {
			background-image: url(images/active.gif);
			color: #000000;
		}
		#navigation li a strong {
			background: url(images/page.gif) no-repeat 10px 5px;
			display: block;
			padding: 7px 12px 7px 35px;
		}
		#navigation li.home a strong {
			background: url(images/home.gif) no-repeat 10px 6px;
		}
		#navigation li.rss a strong {
			background: url(images/rss.gif) no-repeat 10px 7px;
		}
	#content .post, #content .single {
		clear: both;
		padding-left: 10px;
	}
		#content .post img {
			float: left;
			padding: 3px;
			border: 1px solid #e0e0e0;
			margin: 6px 10px 5px 0;
			width: 50px;
		}
		#content .post h2, #content .single h2 {
			font-size: 2em;
			font-weight: normal;
			letter-spacing: -2px;
			margin-bottom: 10px;
		}
		#content .post .author a, #content .single .author a {
			font-size: 0.9em;
			font-weight: bold;
			padding: 2px 20px;
			background: url(images/author.gif) no-repeat 0 2px;
		}
		#content .post .date, #content .single .date {
			font-size: 0.9em;
			font-weight: bold;
			padding: 2px 20px;
			background: url(images/date.gif) no-repeat 0 2px;
		}
		#content .post p {
			line-height: 1.6em;
			margin-bottom: 8px;
		}
	#content .details {
		padding: 3px 8px;
		font-size: 0.9em;
		height: 14px;
		background-color: #eeeeee;
		border-width: 1px 0;
		border-style: dotted;
		border-color: #e0e0e0;
		margin-bottom: 20px;
		clear: both;
		margin-left: 10px;
	}
		#content .details a {
			font-weight: bold;
		}
		#content .details .l {
			float: left;
		}
		#content .details .r {
			float: right;
		}
	#content .postnav {
		font-size: 0.9em;
		font-weight: bold;
		padding: 10px 0 20px;
		text-align: center;
	}
		#content .postnav .old a {
			padding-left: 20px;
			background: url(images/left.gif) no-repeat 0 center;
			margin: 0 10px;
		}
		#content .postnav .new a {
			padding-right: 20px;
			background: url(images/right.gif) no-repeat right center;
			margin: 0 10px;
		}
	#content .featured {
		background-color: #f3f3f3;
		margin-left: 10px;
		padding: 10px 10px 5px 0;
		margin-bottom: 20px;
	}
/** END content **/

/** BEGIN sidebar **/
#sidebar {
	width: 320px;
	float: right;
	padding-top: 330px;
	background: url(images/sidebar.gif) no-repeat 0 10px;
}
	#sidebar .buffer {
		background-color: #EEEEEE;
		border-width: 1px ;
		border-style: solid;
		border-color: #E0E0E0;
		padding: 10px 18px 30px;
	}
		#sidebar h2 {
			font-weight: normal;
			font-size: 1.5em;
			color: #000000;
			margin-bottom: 10px;
		}
		#sidebar ul {
			list-style-type: none;
			border-top: 1px dotted #a6a6a6;
			padding-bottom: 15px;
		}
			#sidebar ul li {
				line-height: 1.6em;
				font-size: 13px;
				padding: 1px 0 1px 16px;
				background: url(images/bullet.gif) no-repeat 0 8px;
				border-bottom: 1px dotted #A6A6A6;
			}
			#sidebar ul li a {
				color: #000000;
			}
			#sidebar ul li a:hover {
				color: #ff0000;
			}
			#sidebar ul li ul {
				padding-bottom: 0;
				border-top: 0;
			}
				#sidebar ul li ul li {
					border-top: 1px dotted #a6a6a6;
					border-bottom: 0;
				}
		#sidebar form {
			padding-bottom: 15px;
			background: url(images/search.gif) no-repeat 0 0;
		}
			#sidebar form input {
				border: 1px solid #ffffff;
				font-size: 1em;
				font-family: Verdana;
				margin: 4px 10px 0 2px;
				float: left;
				width: 215px;
			}
			#sidebar form button {
				text-indent: -9999px;
				border: 0;
				background-color: transparent;
				width: 52px; height: 23px;
			}
/** END sidebar **/

/** BEGIN footer **/
#footer {
	clear: both;
	background: #3F9C01 url(images/footer.gif) repeat-x 0 0;
	color: #ffffff;
	padding: 20px 0 30px;
	font-size: 0.9em;
}
/** END footer **/

/** BEGIN miscellaneous **/
.title {
	font-size: 0.9em;
	padding: 3px 5px 3px 10px;
	margin: 10px 0 0 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: right;
	background-color: #388B02;
	color: #ffffff;
	border-width: 1px 0;
	border-style: solid;
	border-color: #303030;
}
.single {
	
}
	.single p {
		line-height: 1.6em;
		margin-bottom: 8px;
	}
	.single ul {
		margin: 0 0 8px 16px;
	}
	.single ol {
		margin: 0 0 8px 20px;
	}
	.single li {
		line-height: 1.6em;
		padding: 1px 0;
	}
	.single blockquote {
		padding: 8px 8px 0;
		background-color: #eeeeee;
		border-width: 1px 0;
		border-style: solid;
		border-color: #e0e0e0;
		margin-bottom: 8px;
	}
	.single h3 {
		font-size: 1.5em;
		font-weight: normal;
		margin-bottom: 5px;
	}
.notfound h2 {
	font-size: 1.8em;
	font-family: Verdana;
	font-weight: normal;
	margin-bottom: 10px;
}
.ad468x15 {
	padding: 0 0 15px 10px;
}
.single .ad468x15 {
	padding: 10px 0 15px 0;
	margin-left: -5px;
}
.ad468x60 {
	padding: 0 0 10px 10px;
}
/** END miscellaneous **/

/** BEGIN comments **/
#comments {
	clear: both;
	padding-top: 10px;
}
	#comments h2 {
		margin: 10px 0;
		font-size: 1.4em;
		font-weight: normal;
	}
	#comments p {
		margin-bottom: 10px;
		line-height: 1.5em;
	}
	#comments form {
		padding: 10px;
	}
		#comments form input, textarea {
			border: 1px solid #cccccc;
			font-size: 0.9em;
			font-family: Verdana;
			padding: 4px 4px 4px 20px;
			background-position: 4px 4px;
			background-repeat: no-repeat;
		}
		#comments form input {
			width: 260px;
			border: 1px solid #cccccc;
		}
		#comments form textarea {
			width: 350px;
			padding: 4px 4px !important;
			border: 1px solid #cccccc;
		}
		#comments form button {
			border: 1px solid #909090;
			background-color: #cccccc;
			font-size: 0.9em;
			font-family: Verdana;
			width: 120px; height: 23px;
		}
		#comments form input.user {
			background-image: url(images/user.gif);
		}
		#comments form input.email {
			background-image: url(images/email.gif);
		}
		#comments form input.world {
			background-image: url(images/world.gif);
		}
	#comments form p {
		margin-bottom: 5px;
		font-size: 0.9em;
		font-family: Verdana;
	}
	#comments .author {
		margin-bottom: 5px !important;
		font-weight: bold;
	}
	#comments .date {
		font-size: 0.8em;
		margin-bottom: 5px;
		color: #909090;
	}
	#comments .required {
		color: #ff0000;
	}
	#respond {
		padding-top: 20px;
	}
	#comments .comment1 {
		border-width: 1px 0;
		border-style: dotted;
		border-color: #cccccc;
		background-color: #ffffff;
		padding: 10px;
		margin-bottom: 10px;
	}
	#comments .comment2 {
		padding: 10px;	
	}
	
	#comments .gravatar {
		float: right;
	}
/** END comments **/
