/*   
Theme Name: Jill WhiteClear
Theme URI: http://blogates.com
Description: <b>Screen: 800X600+</b><br />A White fixed 2-column clean and simple layout
Author: Patrick Chia
Author URI: http://patrick.blogates.com/
Version: 1.0
.
This theme is licensed with the Blogates License from Creative Commons License.
http://Blogates.com/
.
*/
* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	font: normal 100%/130% "Arial", "Helvetica", "Georgia", Times, serif;
	color: #000000;
	background:#fff url(images/bg.png) repeat-x;
}

hr.clear
{
	clear: both;
	height: 1px;
	margin: -1px 0 0 0;
	padding: 0;
	border: none;
	visibility: hidden;
}
img { border: none; }

#wrapper {
	margin: 0 auto;
	/*background: url(images/bg-png) repeat-y top center;*/
	text-align: left;
  	width: 960px; 
	text-decoration: none;
}
	

/* Header */

#header {
	height: 120px;
	padding: 0 10px;
	width: 960px;
	voice-family: "\"}\""; 
  	voice-family:inherit;
  	width: 940px;
}

html>body #header {
  	width:940px;

}

h1#headtitle {
	padding-top: 50px;
	width: 430px;
	font-size: 38px;
	line-height: 90%;
        text-align: left;
	text-decoration: none;
	color: #ffffff;
	border: none;
}

h1 a:link, h1 a:visited {
	border: none;
	color: #ffffff;
}

h1 a:hover {
	color: #ffffff;
	border: none;
}

h2#description {
	width: 430px;
	font-size: 1em;
	padding-top: 5px;
        text-align: left;
	color: #666666;
}

/* Content */

#content {
	margin: 0 10px 10px;
}

/* Maintext and Entry */

#maintext {
	width: 720px;
	float: left;
	margin-top: 20px;
}

.postblock {
	margin-bottom: 10px;
	padding-bottom: 50px;
	border-bottom: 1px dotted #666666;
}

.postblock h3 {
	color: #666666;
}

.postblock h3 a:link, .postblock h3 a:visited {
	color: #808080;
	text-decoration: none;
        border: none;
}

.postblock h3 a:hover {
	color: #000000;
}

.postblock p a:link, .postblock p a:visited {
	color: #AA2727;
	text-decoration: none;
	border-bottom: 1px dotted #AA2727;
}

.postblock p a:hover {
	color: #FCB4B7;
	border-bottom-width: 0px;
}

#maintext h3 {
	font-size: 1.2em;
	margin: 0 0 10px;
}

#maintext h4 {
        font-size: 1.2em;
        margin: 10px 0;
}

p.date {
	font-size: 1em;
	margin: 0 0 10px;
}

#maintext p {
	margin: 0 0 10px;
}

#maintext ul, #maintext ol, #maintext blockquote {
	margin: 0 10px 0;
}

#maintext ul, #maintext ol {
	margin-bottom: 10px;
}

#maintext blockquote {
	font-size: 0.9em;
	background-color: #f0f0f0;
	padding: 10px 10px 5px 10px;
}

#maintext h2.pagetitle {
	font-size: 1.1em;
	margin-bottom: 20px;
}

p.postmetadata {
	font-size: 0.9em;
	margin: 0 0 10px;
}

p.navigation {
	font-size: 0.9em;
	text-align: left;
}

.navigation a:link, .navigation a:visited {
	color: #AA2727;
	text-decoration: none;
	border-bottom: 1px dotted #AA2727;
}

.navigation a:hover {
	color: #FCB4B7;
	border-bottom-width: 0px;
}

.left {
	float: left;
	margin-left: 10px;
}

.right {
	float: right;
	margin-right: 10px;
}

/* Sidebar */

#sidebar {
	float: left;
	margin-left: 25px;
	margin-top: 0px;
	padding-top: 10px;
	width: 180px;
	font-size: 1em;
	border-left: 1px dotted #666666;
}

#sidebar ul {
	margin: 0 25px 0;
        list-style-type: none;
}

#sidebar ul li h2 {
	margin: 25px 0 0;
	font-size: 1em;
}

#sidebar ul li ul {
	margin: 0 0px 5px;
}

#sidebar ul li ul li {
	margin-left: 0px;
}

#sidebar a:link, #sidebar a:visited {
	color: #AA2727;
	text-decoration: none;
	border-bottom: 1px dotted #AA2727;
}

#sidebar a:hover {
	color: #FCB4B7;
	border-bottom-width: 0px;
}

input#s {
	width: 150px;
	border: 1px solid #333;
	font-size: 1em;
}

input#searchsubmit {
	width: 80px;
	border: 1px solid #000;
	font-size: 0.9em;
	background-color: #666666;
	color: #fff;
}

/* Footer */

#footer {
	width: 940px;
	text-align: left;
	padding: 0 10px;
	height: 90px;
}

#footer p {
	font-size: 0.9em;
}

#footer a:link, #footer a:visited {
	color: #666666;
	text-decoration: none;
	border-bottom: 1px dotted #666666;
}

#footer a:hover {
	color: #000000;
	border-bottom-width: 0px;
}

/* Comment Form */

form input {
	border: 1px solid #333;
	background-color: #f0f0f0;
	border-width: 0 0 1px;
	font-size: 0.9em;
}

textarea#comment {
	width: 600px;
	border: 1px solid #333;
	background-color: #f0f0f0;
}

input#submit {
	background-color: #AA2727;
	color: #fff;
	width: 150px;
	border-width: 1px;
}

/* Not Found */

#error {
	text-align: center;
	color: #AA2727;
}
	
