@import url(reset.css);

/*	COLORS
		green:					#819e33
		dark-gray:			#333
		med-dark-gray:	#444
		med-light_gray:	#888
		light-gray:			#ccc
		
		error-red:						#a80d0d
		error-red-border:			#d94646
		notice-green:					#819e33
		notice-green-border:	#add14b
		dark-green:						#356414
*/

body { color: #333; font: normal 14px/1.5 Georgia, "New York", "Times New Roman", serif; background: #222; }

h1, h2, h3, h4, h5, h6 { line-height: 1.5; }
h1 { font-size: 72px; }
h2 { font-size: 48px; }
h3 { font-size: 36px; }
h4 { font-size: 18px; }
h5 { font-size: 14px; }
h6 { font-size: 10px; }

a { color: #333; text-decoration: none; border-bottom: 1px dotted; }
a:hover { color: #819e33; }

b, strong { font-weight: bold; }
i, em { font-style: italic; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { border-bottom: 0; }

label { line-height: 1.5; }
input, textarea { font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif; }
input.text, input.password, textarea { padding: 2px 4px; border: 1px solid #819e33; }
textarea { padding: 2px; }

p { margin-bottom: 1em; }

blockquote {
	display: block;
	padding: 1px;
	margin: 1em 0 2em;
	border: 1px solid #ccc;
}
blockquote * { background: #eee; }
blockquote p { padding: 1em 1.5em; margin-bottom: 0; }
cite { color: #819e33; }
code, pre { font-family: "Courier New", Courier, monospace; }
code {
	display: block;
	padding: 0.5em;
	border: 2px solid #666;
	color: #0c0;
	background: #333;
	white-space: nowrap;
	overflow: auto;
}
sup, sub { font-size: 80%; line-height: 1; }
sup a, sub a { padding: 0 0.125em 0.25em 0.125em; }
sup { vertical-align: text-top; }
sub { vertical-align: text-bottom; }
ul, ol { padding: 1em 0 2em 1.5em; list-style-position: outside; }
ul ul, ul ol, ol ul, ol ol { padding-top: 0; padding-bottom: 0; }
ul { list-style-type: disc; }
ul ul { list-style-type: circle; }
ul ul ul { list-style-type: square; }
ul ul ul ul { list-style-type: circle; }
ul ul ul ul ul { list-style-type: disc; }
ol { list-style-type: decimal; }
ol ol { list-style-type: upper-alpha; }
ol ol ol { list-style-type: upper-roman; }
ol ol ol ol { list-style-type: lower-alpha; }
ol ol ol ol ol { list-style-type: lower-roman; }
p.footnote { margin-bottom: 0; font-size: 90%; font-style: italic; }
span.caps { color: #555; }

.author { color:#888; font-style:italic; }

.row { position: relative; clear: both; padding-bottom: 10px; }
.row.column { margin-right: 10px; }

img.with_border { padding: 2px; border: 1px solid #ccc; }

.clear { display: block; clear: both; height: 0; line-height: 0; overflow: hidden; }

#page { padding: 75px 0 20px; background: white; }

#footer {
	position: relative;
	height: 50px;
	padding: 2em 2em 1em;
	border-top: 3px solid #555;
	background-color: #222;
}
#footer a {
	border-bottom: 0;
	font-size: 11px;
	text-decoration: none;
	color: white;
}
#link_to_top {
	position: absolute;
	top: 0;
	left: 970px;
	display: block;
	padding: 6px 15px 8px;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	background: #555 none;
}
#footer #link_to_top:hover { background-color: #819e33; }
#footer #pledgie_badge {
	position: absolute;
	top: 5px;
	left: 15px;
	display: block;
	padding: 4px;
	background: transparent none;
}

#messages { position: absolute; top: 36px; left: 200px; }
p.error, p.notice { margin: 4px; padding: 5px 8px; border: 2px solid; color: white; }
p.error { border-color: #d94646; background-color: #a80d0d; }
p.notice { border-color: #add14b; background-color: #819e33; }

#container { margin: 20px; }

#site_id { position: absolute; top: 38px; left: 40px; }
#site_logo { width: 154px; height: 35px; border-width: 0; font-size: 30px; letter-spacing: 4px; }
#site_logo .image_replacing_text { background-image: url(/images/logos/dandn_blog_logo.png); }
a#site_logo:hover { color: white; border-width: 0; }
a#site_logo:hover .image_replacing_text { background-position: left bottom; }

.text_replaced_by_image {
	display: block;
	position: relative;
	color: white;
	overflow: hidden;
}
.image_replacing_text {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 5;
}

.column { float: left; }

.use_textile { font: italic 11px/1 Georgia, "Times New Roman", Times, serif; }
.use_textile a { border-width: 0; text-decoration: none; color: #369; }
.use_textile a:hover { border-bottom-width: 1px; }

.post_title {
	color: #444;
	font-family: Georgia, "New York", "Times New Roman", serif;
}
.post_meta { font: normal 12px/1 "Trebuchet MS", Helvetica, sans-serif; }
.post_meta h6, .post_meta h4 { line-height: 1.1; }
.post_meta_section {
	display: block;
	float: left;
	width: 91px;
	padding: 4px 0 0 8px;
	border-right: 1px solid #ccc;
	color: #888;
}
.post_meta_section h6 {
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.post_meta_section a { color: #333; text-decoration: none; }
.post_meta_section a h6 { color: #888; }
.post_meta_section a:hover, .post_meta_section a:hover * { color: #819e33; text-decoration: underline; }
.post_meta_section.post_date h4 { color: #333; }
.post_meta_section.post_date .day { letter-spacing: 1px; }
.number_of_comments {
	padding-left: 23px;
	letter-spacing: 1px;
	background: transparent url(/images/icons/comment_quote_right-gray.png) no-repeat left center;
}
.post_comments:hover .number_of_comments,
.number_of_comments:hover { background-image: url(/images/icons/comment_quote_right-green.png); }
.post_meta_section.post_tags { width: 242px; border-right-width: 0; }

#posts { min-width: 500px; }
#posts a.post { position: relative; display: block; width: 650px; padding-right: 37px; border-width: 0; }
#posts a.post:hover * { color: #819e33 }
#posts a.post span { display: block; }
#posts a.post span.caps { display: inline; }
#posts a.post .first_column { width: 176px; padding-right: 24px; text-align: right; }
#posts a.post .first_column img { width: 160px; margin: 14px 0 10px; }
#posts a.post .first_column img.with_border { width: 154px; }
#posts a.post .second_column { width: 450px; }
#posts a.post .second_column .post_title { font-size: 36px; line-height: 1.125; margin-top: 0.25em; }
#posts a.post .second_column .post_teaser { width: 450px; }
#posts a.post .comments_counter {
	position: absolute;
	top: -5px;
	right: 0;
	width: 42px;
	height: 33px;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	color: #bbb;
	background: transparent url(/images/icons/comment_quote_left-light_gray-large.png) no-repeat top center;
}
#posts a.post:hover .comments_counter { color: white; background-image: url(/images/icons/comment_quote_left-green-large.png); }

#post .first_column { width: 450px; margin: 0 30px 0 0; }
#post .first_column a { border-bottom-width: 0; }
#post .first_column img { width: 450px; margin: 4px 0 10px; }
#post .first_column img.with_border { width: 444px; }
#post .second_column { width: 450px; }
#post .post_title {
	min-width: 450px;
	margin-top: -67px;
	padding-left: 480px;
	border-bottom: 1px solid #ccc;
	line-height: 1.125;
}
#post .post_meta {
	min-width: 450px;
	margin: 2px 0 20px;
	padding-left: 480px;
	border-top: 1px solid #ccc;
}
#post .post_content { width: 930px; }
#post .first_paragraph { font-size: 18px; }

.post_body img, .post_teaser img { float: left; padding: 1px; border: 1px solid #ccc; margin: 0.125em 0.5em 0.125em 0; }

#post #post_comments {
	width: 450px;
	margin: 2em 0 0 420px;
	padding: 1em 10px 0 60px;
	border-top: 3px solid #333;
}
#post #post_comments a { color: #356414; text-decoration: none; border-bottom: 0; }
#post #post_comments a:hover { color: #819e33;}
#post #post_comments #comments .comment,
#post #post_comments #add_comment { position: relative; margin: 0 0 1em -1em; padding: 1em; }
#post #post_comments #comments .comment { margin-bottom: 1em; border-left: 2px solid #666; background: #eee none; }
#post #post_comments #comments .comment p { margin-bottom: 0; }
#post #post_comments #comments .comment .comment_created_at {
	position: absolute;
	top: 1em;
	right: 100%;
	padding-right: 8px;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	text-align: right;
	text-transform: uppercase;
}
#post #post_comments #comments .comment .comment_created_at span { display: block; line-height: 1; }
#post #post_comments #comments .comment .comment_created_at .month { font-size: 15px; padding-top: 3px; }
#post #post_comments #comments .comment .comment_created_at .day { font-size: 25px; }
#post #post_comments #comments .comment .comment_created_at .year { font-size: 12px; }
#post #post_comments #comments #add_a_comment { margin: -0.5em 0 0.75em; padding-left: 3px; }
#post #post_comments #add_comment {
	padding: 1em;
	border: 3px solid #888;
	background: #ccc none;
}
#post #post_comments #add_comment input.text,
#post #post_comments #add_comment textarea { width: 420px; font-size: 18px; }
#post #post_comments #add_comment input.text { padding: 4px; }
#post #post_comments #add_comment textarea { width: 424px; height: 150px; }
#post #post_comments #add_comment #comment_website { width: 360px; padding-left: 64px; }
#post #post_comments #add_comment #comment_website_http_label {
	position: absolute;
	top: 28px;
	left: 6px;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-size: 18px;
	line-height: 1;
	color: black;
	z-index: 2;
}

#post_column { width: 600px; overflow: hidden; }
#post_column form textarea { width: 590px; height: 310px; }
#post_images_column { width: 400px; padding-left: 25px; }

#post_photos img { display: block; clear: both; margin: 0 0 5px; }
