/* @override http://localhost/chyrp/trunk/themes/default/stylesheets/screen.css */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

body {
	background-color: #FFF;
	font-family: Georgia;
	color: #111;
	text-align: left;
	font-family: "Lucida Grande", Verdana, Geneva, Arial, sans-serif;
	line-height: 19px;
	font-size: 12px;
}

div#body {
	text-align:left; /* reset text alignment */
	width:940px; /* or a percentage, or whatever */
	padding-top: 50px;
	margin:0 auto; /* for the rest */
	} 

blockquote {
	font: 15px normal "Palatino Linotype", Palatino, Georgia, "Times New Roman", Times, serif;
	color: #555;
	padding: 10px;
	padding-top: 0px;
	line-height: 23px;
}

a {
	color: #555;
}

a:hover {
	color: #E62A2B;
}
p {
	margin-bottom: 15px;
}

h1#title {
	margin-bottom: 2px;
}

h1#title a {
	font-size: 25px;
	color: #E62A2B;
	text-decoration: none;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #111;
	margin-bottom: 30px;
}

h2 {
	margin-bottom: 15px;
	font-size: 12px;
}
h2 a {
	border-bottom: 1px solid #222;
	color: #111;
	text-decoration: none;
}
h2 span {
	font-size: 10px;
	color: #555;
	margin-left: 10px;
}
h2 span a {
	color: #555;
	border-bottom: 1px solid #777;
}

h3 {
	font-weight: 105;
	margin-bottom: 15px;
	font-size: 13px;
	color: #333;
}

p#description {
	margin-bottom: 50px;
	color: #888888;
	font-size: 9pt;
}

/* ---- CONTENT ---- */

div#content {
	width: 690px;
	float: left;
}
div#content .post {
	margin-bottom: 30px;
	padding-bottom: 15px;
	border-bottom: 2px dotted #DDD;
}

.notice,
a.comment_delete_link,
a.comment_edit_link,
a.delete_link,
a.edit_link,
a.next_page,
a.prev_page,
a.next_post,
a.prev_post,
a.cancel,
a.logout {
	margin-bottom: 30px;
}

img#preview {
	margin-bottom: 15px;
	border: 5px solid #DDD;
}

div#content ol {
	margin-left: 30px;
	margin-bottom: 15px;
}

div#content li {
	margin-bottom: 10px;
}

div#content ul {
	margin-left: 30px;
	margin-bottom: 15px;
}

div.code {
	padding: 10px;
	background-color: #F2FDBD;
	font-family: "Consolas", "Lucida Sans Unicode", "Monaco", "Courier New", Courier, mono, serif;
}


/* ---- FORM ---- */


form p {
	clear: both;
}

form label {
	float: left;
	width: 200px;
	padding: 5px;
	padding-bottom: 4px;
	margin-right: 10px;
	border-bottom: 1px solid #DDD;
}

input[type="text"],
input[type="password"] {
	width: 200px;
	padding: 5px;
}
input[type="submit"] {
	margin-bottom: 15px;
	margin-top: 15px;
}

form button {
	margin-top: 15px;
	margin-bottom: 15px;
}

form#add_comment {
	clear: both;
	padding: 30px;
	border: 1px solid #DDD;
	border-top: 2px solid #DDD;
}
form#add_comment label {
	float: left;
	width: 170px;
	padding: 5px;
	padding-bottom: 4px;
	margin-right: 10px;
	border-bottom: 1px solid #DDD;
}
form#add_comment input[type="text"] {
	width: 170px;
	padding: 5px;
}
form#add_comment textarea {
	width: 365px;
	padding: 5px;
	margin-top: 5px;
}
form#add_comment button {
	margin-top: 15px;
	margin-bottom: 0px;
}


/* ---- SIDEBAR ---- */

div#content ol.comments {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border-top: 3px solid #DDD;
}
div#content ol.comments li {
	border-bottom: 1px solid #DDD;
	padding: 15px;
}
ol.comments li cite {
	font-style: normal;
	font-size: 10px;
	text-transform: uppercase;
}


/* ---- SIDEBAR ---- */


div#sidebar {
	width: 200px;
	float: left;
	text-align: right;
	margin-left: 50px;
}

div#sidebar p#navigation {
	font-size: 13px;
	text-transform: uppercase;
	margin-bottom: 30px;
}
div#sidebar p#links a {
	color: #000;
	text-decoration: none;
}
div#sidebar p#links a:hover {
	color: #E62A2B;
}


div#sidebar h1 {
	margin-bottom: 15px;
}

div#sidebar ul {
	margin-bottom: 30px;
	margin-left: 15px;
	list-style-type: none;
	text-decoration: none;
}

div#sidebar a {
	text-decoration: none;
}

div#sidebar ol {
	margin-bottom: 30px;
	margin-left: 30px;
}


/* ---- FOOTER ---- */

div#footer {
	color: #888888;
	font-size: 8pt;
	text-align: left;
	margin-top: 50px;
}


.clear {
	clear: both;
}
.right {
	float: right;
}
.left {
	float: left;
}

pre#geshi_code {
  padding: 7px 2px;
  overflow: auto;
  line-height: 11pt;
	border-style: dotted;
	border-width: 1px;
	max-height: 300px;
}
