/*   
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: 760px; 
	text-decoration: none;
}

/* Header */
#header {
	height: 120px;
	padding: 0 10px;
	width: 760px;
	voice-family: "\"}\""; 
  	voice-family:inherit;
  	width: 740px;
}

html>body #header {
  	width:740px;

}

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: 520px;
	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 blockquote.white {
	background-color: #fff;
}

#maintext .quoteattrib {
	margin-top: -0.3em;
	margin-left: 1em;
	padding-right: 1em;
	/* padding-bottom: 0.5em; */
	float: right;
	font-size: smaller;
	font-style: italic;
	font-variant: small-caps;
}

#maintext blockquote.alt1 {
	background: url(images/quote-icon.jpg) no-repeat left top;
	color:#555;
	margin: 1em;
	padding-left: 38px;
	font-size: 1.5em/1.6em;
}

#maintext blockquote.alt2small {
	background: url(images/quote-small-close.gif) no-repeat right bottom;
	color:#333;
	font: 1.2em/1.4em Georgia, "Times New Roman", Times, serif;
	margin: 1em;
	padding-right: 18px;
	padding-left: 18px;
	text-indent: -18px;
}
#maintext blockquote.alt2small:first-letter {
	background: url(images/quote-small-open.gif) no-repeat left top;
	font: 1.4em Georgia, "Times New Roman", Times, serif;
	padding-left: 18px;
}

#maintext blockquote.alt2large {
	background: url(images/quote-dark-shaded-right.png) no-repeat right bottom;
	color:#222;
	font: 1.7em/1.3em Georgia, "Times New Roman", Times, serif;
	margin: 0.3em 0 1em 0;
	padding-right: 50px;
	padding-left: 50px;
	text-indent: -50px;
}
#maintext blockquote.alt2large:first-letter {
	background: url(images/quote-dark-shaded-left.png) no-repeat left top;
	padding-left: 50px;
	font: bolder 1.7em Georgia, "Times New Roman", Times, serif;
}

/* From http://wprocks.com/wordpress-tips/how-to-have-a-stylish-blockquote-as-in-magazines/ (modified)
 */
#maintext blockquote.magazinequote {
	float:right;
	font-family:Georgia, Arial, Serif;
	font-size:1.2em;
	background:none;
	width:170px;
	border-top:#FCB4B7 5px solid;
	border-bottom:#FCB4B7 5px solid;
	margin:1em;
	padding: 0.75em 0.5em 0.5em 0.5em;
	color:#AA2727;
}

#maintext h2.pagetitle {
	font-size: 1.2em;
	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 * ul.firestats_sidebox li {
	width: 175px;
	margin: 0;
	padding: 0;
	line-height: 115%;
	font-size: .8em;
}

#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: 175px;
	border: 1px solid #333;
	font-size: 1em;
}

input#searchsubmit {
	/* Currently not being used ~ searchform.php
	   See http://wordpress.org/support/topic/118084
	   Instead search widget just uses input type=submit, ~ input#submit below.
	*/
	width: 80px;
	border: 1px solid #000;
	margin: 0 0 10px;
	font-size: 0.8em;
	background-color: #ffffff; /*#666666;*/
	color: #fff;
}

/* Footer */
#footer {
	width: 740px;
	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: #fff; /* #f0f0f0; */
	border-width: 0 0 1px;
	font-size: 0.9em;
}

textarea#comment {
	width: 400px;
	border: 1px solid #333;
	background-color: #f0f0f0;
}

input#submit {
	/* This is also not being used right now with search widget code */
	background-color: #000; /*#AA2727;*/
	color: #fff;
	width: 150px;
	border-width: 10px;
}

/* Not Found */
#error {
	text-align: center;
	color: #AA2727;
}
