/*
Theme Name: Simpleet
Description: Custom Blog Theme by Simpleet for Anwar
Version: 1.0
Author: Danny Foo

*/
html {
	font-size: 90%;
	font-family: Arial;
	margin: 0;
	padding: 0;

}

body {
	margin: 0;
	padding: 0;

	background-color: white;
	background-image: url('images/identity-bg.gif');
	background-repeat: repeat-x;
	background-position: top left;
}

ul {
	margin: 0.4em 0;
	padding: 0;
	padding-left: 1.5em;
	line-height: 1.4em;
	list-style: url('images/bullet.gif');
}


a {
	color: #0099cc;
	text-decoration: none;
}

a:hover {
	color: #ff6633;
	text-decoration: underline;
}

a:visited {
	/*color: #ff6633;*/
}

p,
span {
	line-height: 1.4em;
}

input.input-text {
	padding: 0.4em;
	background-color: white;
	border: 1px solid #cccccc;
}

input.input-text:focus {
	background-color: #ffffcc;
	border: 1px solid black;
}

input.input-button {
	padding: 0.24em;
}

#container,
#main-nav ul {
	width: 67.7em;
	margin: 0 auto;
}

#identity {
	height: 6.7em;
	margin-top: 1em;
	background-image: url('images/family.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
}

#identity h1 {
	margin: 0;
	padding: 0;
}

#identity h1 a {
	display: block;
	width: 185px;
	height: 60px;

	margin-left: 100px;

	font-size: 1px;
	text-indent: -9999em;

	background-image: url('images/logo.gif');
	background-repeat: no-repeat;
}

#identity span {
	display: block;
	margin-left: 100px;
	font-size: 0.9em;
}

#search-panel {
	position: relative;
	float: right;
	width: 18em;
	margin-top: -4.6em;
}

#search-panel fieldset {
	font-size: 0.9em;
	margin: 0;
	padding: 0.2em;
	border: 0;
}

#search-panel fieldset legend {
	color: black;
	padding: 0;
	text-transform: uppercase;
	font-weight: bold;
}

#search-panel fieldset .input-text {
	width: 14em;
}

#main-nav {
	position: absolute;
	top: 7em;
	left: 0;
	width: 100%;

	background-image: url('images/nav-bg.gif');
	background-repeat: repeat-x;
	background-position: 0 10px;
	border-bottom: 2px solid black;

	z-index: 10;
}

#main-nav ul {
	padding: 0;

	list-style: none;
}

#main-nav ul li {
	display: block;
	float: left;

	margin-right: 1em;

	font-size: 1.25em;
}

#main-nav ul li span {
	display: block;
	padding: 0.6em 1em;
	padding-top: 1.2em;
	color: white;
}

#main-nav ul li a {
	display: block;
	text-decoration: none;
}

#main-nav ul li.selected,
#main-nav ul li a:hover {
	background-image: url('images/nav-button-left.gif');
	background-repeat: no-repeat;
	background-position: top left;
}

#main-nav ul li.selected span,
#main-nav ul li a:hover span {
	background-image: url('images/nav-button-right.gif');
	background-repeat: no-repeat;
	background-position: top right;
}

#content {
	float: left;
	width: 46.5em;
}

#content,
#widgets {
	margin-top: 5em;
}

#content .post,
#content .prev-next-posts,
#content .related-posts,
#comments-list {
	float: left;
	width: 46.5em;
	margin-bottom: 1em;

	background-image: url('images/ribbon-line.gif');
	background-repeat: repeat-x;
	background-position: -2.4em 100% ;
}

#content .prev-next-posts,
#content .related-posts,
#comments-list {
	padding-bottom: 1.5em;
}

#content .post h2 {
	display: block;
	margin: 0;
	margin-bottom: 0.2em;
	padding: 0.2em 0;

	font-size: 1.8em;
	font-family: Times New Roman;
	font-weight: normal;

	color: #cc6600;

	border-bottom: 1px dotted black;
}

#content .post h2 a {
	color: #cc6600;
	text-decoration: none;
}

#content .post h2 a:hover {
	color: #0099cc;
}

#content .post .creation,
#content .post .categories,
#content .post .comment,
#content .post .edit-this {
	float: left;
	width: 11em;
	padding: 0.4em 0;
	font-size: 0.85em;
	border-bottom: 1px solid #c1e058;
}

#content .post small {
	font-size: 1em;
}

#content .post .creation .day,
#content .post .creation .date,
#content .post .creation .author {
	display: block;
	margin-bottom: 0.2em;
}

#content .post .creation .day {
	text-transform: uppercase;
	font-weight: bold;
}

#content .post .comment {
	text-indent: 20px;
	background-image: url('images/comment-icon.gif');
	background-repeat: no-repeat;
	background-position: center left;
}

#content .post .edit-this {
	text-indent: 20px;
	background-image: url('images/page_white_edit.png');
	background-repeat: no-repeat;
	background-position: center left;
}

#content .post .content {
	float: right;
	width: 36em;
	margin-left: 1em;
	margin-bottom: 1em;
}

#content .post .content.archives {
	float: left;
	width: 44em;
	margin-left: 1em;
	margin-bottom: 1em;
}

#content .post .content.archives h3 {
	margin: 0;
	font-size: 1.8em;
	font-family: Times New Roman;
	font-weight: normal;

	color: #cc6600;
}

#content .post .content .options {
	padding: 0.4em;
	border-top: 1px solid #c1e058;
}

#content .post .content .options a {
	padding-left: 24px;
	background-position: middle left;
	background-repeat: no-repeat;
}

#content .post .content .options a.wp-email {
	background-image: url('images/email-icon.gif');
}

#content .post .content .options a.wp-print {
	margin-left: 1em;
	background-image: url('images/print-icon.gif');
}

#content .prev-next-posts span,
#content .related-posts h3 {
	display: block;
	float: left;
	width: 12.5em;
	font-size: 0.85em;
	text-transform: uppercase;
	font-weight: bold;

	clear: left;
}

#content .prev-next-posts a {
	display: block;
	float: left;
	clear: right;
	width: 30em;
}

#content .prev-next-posts a,
#content .prev-next-posts span {
	margin-bottom: 0.4em;
}

#content .related-posts h3 {
	margin: 0;
	margin-bottom: 0.4em;
	padding: 0;
}

#content .related-posts ul {
	float: left;
	width: 30em;
	margin: 0;
	padding: 0;
}


#comments-list {
	width: 54.5em;
	font-size: 0.85em;
	line-height: 1.6em;
}

#comments-list h3 {
	margin: 0;
	padding: 0;

	font-size: 1.8em;
	font-family: Times New Roman;
	font-weight: normal;

	color: #cc6600;
}

#comments-list .comment {
	float: left;
	width: 54.5em;
	margin-top: 1em;
	margin-bottom: 1em;

	clear: both;
}

#comments-list .comment .number {
	position: absolute;
	font-weight: bold;

	width: 12.5em;
	padding-bottom: 22px;

	background-image: url('images/comment-triangle.gif');
	background-repeat: no-repeat;
	background-position: bottom right;

	z-index: 5;
}

#comments-list .comment.alternate .number {
	background-image: url('images/comment-triangle2.gif');
}

#comments-list .comment .details {
	float: left;
	width: 10em;
	padding-top: 2.2em;
	margin-bottom: 1em;
}

#comments-list .comment .message {
	position: relative;
	float: right;
	width: 40em;
	border: 1px solid #c1e058;
	background-color: #f5f5f5;

	padding: 1em;

	z-index: 4;
	clear: right;
}

#comments-list .comment .message .status {
	margin-top: 0.6em;
	padding: 0.2em;
	text-align: center;
	background-color: #FFFFCC;
	border: 1px solid #cccccc;
}

#comments-list .comment.alternate .message {
	background-color: white;
}

#comments-list .comment .message p {
	padding: 0;
	margin: 0;
}

#comments-list p.nocomments {
	text-align: center;
}

#comment-form h4{
	font-size: 0.85m;
	font-weight: bold;
	color: black;
	padding: 0;
	margin: 1em 0;
}

#comment-form .subscribe-to-comments {
	display: block;
	float: left;
	width: 40em;
}

#comment-form .subscribe-to-comments input {
	float: left;
	clear: left;
	margin-top: 0.5em;
}

#comment-form .subscribe-to-comments label {
	display: block;
	float: left;
	width: 30em;
	padding: 0;
	margin-left: 0.2em;
	clear: right;
}

.form-ui{
	color: black;
	background-color: transparent;
}

.form-row{
	clear: left;
	margin-bottom: .6em;
}

.form-ui label{
	clear: left;
	float: left;
	width: 6em;
	line-height: 2em;
}

.form-ui input.input-text,
.form-ui textarea{
	border: 1px solid #cccccc;
	color: black;
	background-color: white;
	font-size: 1em;
	padding: 0.4em;
}

.form-ui input.input-text:hover,
.form-ui input.input-text:focus,
.form-ui textarea:hover,
.form-ui textarea:focus,
/* Emulating Safari's behaviour */
.form-ui label:hover+input.input-text,
.form-ui label:hover+textarea{
	border-color: black;
	background-color: #ffffcc;
}

.form-ui  input.input-text{
	width: 300px;
}

.form-ui  textarea{
	width: 500px;
	height: 200px;
}

.form-ui  input.input-button{
	padding: 3px 40px;
	margin-left: 6em;
}

#widgets {
	float: right;
	width: 20em;
	line-height: 1.6em;
}

#widgets a {
	font-weight: bold;
}

#widgets .panel {
	font-size: 0.85em;
	margin-bottom: 1em;
	background-image: url('images/panel-grey-bottom-right.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
}

#widgets .panel .header {
	padding: 0;
	padding-left: 1em;
	background-image: url('images/panel-grey-top-left.gif');
	background-repeat: no-repeat;
	background-position: top left;
}

#widgets .panel .header h3 {
	font-size: 1.1em;
	margin: 0;
	padding-top: 0.4em;

	text-transform: uppercase;

	background-image: url('images/panel-grey-top-right.gif');
	background-repeat: no-repeat;
	background-position: top right;
}

#widgets .panel .content {
	padding: 1em;
	padding-top: 0;

	background-image: url('images/panel-grey-bottom-left.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
}

#widgets .panel .content ul {
	padding: 0;
	padding-top: 0.4em;

	list-style: none;
	list-style-image: none;

	border-top: 2px solid #cccccc;
}

#subscription.panel {
	background-image: url('images/panel-blue-bottom-right.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
}

#subscription.panel .header {
	margin: 0;
	padding: 0;

	font-size: 1px;
	text-indent: -99999em;
	background-image: url('images/panel-blue-top-left.gif');
	background-repeat: no-repeat;
	background-position: top left;
}

#subscription.panel .header h3 {
	margin: 0;
	padding: 0;
	background-image: url('images/panel-blue-top-right.gif');
	background-repeat: no-repeat;
	background-position: top right;
}

#subscription.panel .content {
	background-image: url('images/panel-blue-bottom-left.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
}

#subscription .rss {
	margin: 0;
	padding: 0.6em;
	padding-bottom: 1em;
	padding-left: 55px;
	background-image: url('images/rss-icon.gif');
	background-repeat: no-repeat;

	border-bottom: 1px dotted black;
}

#subscription .rss p {
	margin: 0;
	padding: 0;
}

#subscription p.rss-help {
	margin: 0;
	padding: 0.4em 0;
	padding-left: 20px;
	background-image: url('images/green-arrow.gif');
	background-repeat: no-repeat;
	background-position: center left;


	border-bottom: 2px solid #36c3e0;
}

#subscription .email fieldset {
	margin: 0;
	margin-top: 0.4em;
	padding: 0;
	padding-top: 0.4em;
	border: none;
}

#subscription .email fieldset legend {
	font-weight: bold;
}

#subscription .email fieldset .input-text {
	width: 18.7em;
}

#subscription .email fieldset .input-button {
	margin-top: 0.4em;
	float: right;
}

#most-read.panel {
	background-image: url('images/panel-yellow-bottom-right.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
}

#most-read.panel .header {
	background-image: url('images/panel-yellow-top-left.gif');
	background-repeat: no-repeat;
	background-position: top left;
}

#most-read.panel .header h3 {
	background-image: url('images/panel-yellow-top-right.gif');
	background-repeat: no-repeat;
	background-position: top right;
}

#most-read.panel .content {
	background-image: url('images/panel-yellow-bottom-left.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
}

#most-recent.panel {
	background-image: url('images/panel-green-bottom-right.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
}

#most-recent.panel .header {
	background-image: url('images/panel-green-top-left.gif');
	background-repeat: no-repeat;
	background-position: top left;
}

#most-recent.panel .header h3 {
	background-image: url('images/panel-green-top-right.gif');
	background-repeat: no-repeat;
	background-position: top right;
}

#most-recent.panel .content {
	background-image: url('images/panel-green-bottom-left.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
}


#footer {
	width: 100%;
	float: left;
}

#categories {
	float: left;
	width: 44.5em;
	padding: 1em;
	border-top: 2px solid #36c3e0;

	background-color: #e4f4fa;
}

#categories h3,
#about-panel h3 {
	margin: 0;
	padding: 0;
	padding-bottom: 0.4em;

	font-size: 0.85em;
	text-transform: uppercase;
}

#categories h3 {
	border-bottom: 1px solid #36c3e0;
}


#about-panel h3 {
	border-bottom: 1px solid #cccccc;
}

#categories ul {
	padding: 0;
	font-size: 0.85em;
	list-style: none;
}

#categories ul li {
	display: block;
	float: left;

	width: 31%;
	margin-right: 1em;

	font-weight: bold;

	border-bottom: 1px dotted black;
}

#categories ul li a,
#widgets .panel .content ul li a {
	display: block;
	padding: 0.4em;
}

#widgets .panel .content ul li a {
	padding-left: 1.6em;

	background-image: url('images/bullet.gif');
	background-repeat: no-repeat;
	background-position: 0.4em 0.8em;
	border-bottom: 1px dotted black;
}

#categories ul li a:hover,
#widgets .panel .content ul li a:hover  {
	color: #0099cc;
	background-color: white;
	text-decoration: none;
}

#about-panel {
	float: right;
	width: 19.19em;

	padding: 1em;

	border-top: 2px solid #cccccc;
	background-color: #f5f5f5;
}

#about-panel p {
	font-size: 0.85em;
}

div.clear { clear: both; }
