
/*---------------------------------------------------------------------------*/
/*	--> P A G E   L A Y O U T   S T R U C T U R E
/*---------------------------------------------------------------------------*/

BODY {
	margin:0;
	padding:19px 0 0 0;
	background-image:url("../images/layout/background.png");
	background-repeat:repeat-x;
	background-position:center top;
	background-color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333333;
	line-height:130%;
}

DIV#container {
	width:520px;
	margin:0 auto;
	padding:94px 0 0 0;
	background-image:url("../images/layout/container.png");
	background-repeat:repeat-y;
	background-position:center;
	position:relative;
}


/*---------------------------------------------------------------------------*/
/*	--> H E A D E R   A N D   L O G O
/*---------------------------------------------------------------------------*/

DIV#header {
	position:absolute;
	left:0;
	top:0;
	width:520px;
	height:402px;
	background-image:url("../images/layout/header.png");
	background-repeat:no-repeat;
	background-position:center top;
}

DIV#header H1 {
	width:254px;
	height:53px;
	padding:0;
	margin:0;
	position:absolute;
	right:60px;
	top:25px;
}

DIV#header H1 A {
	background-image:url("../images/layout/logo.png");
	background-repeat:no-repeat;
	display:block;
	width:254px;
	height:53px;
}

DIV#header H1 A SPAN {
	display:none;
}


/*---------------------------------------------------------------------------*/
/*	--> M E N U
/*---------------------------------------------------------------------------*/

DIV#menu {
	position:relative;
	width:400px;
	margin:0 60px 30px 60px;
	padding:0;
	background-position:center bottom;
	background-repeat:no-repeat;
	overflow:hidden;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
}

DIV#menu DIV#menu_content {
	background-image:url("../images/layout/menu_background.png");
	background-position:bottom right;
	background-repeat:no-repeat;
	background-color:#EAEAEA;
	margin:0 auto;
	padding:20px;
	width:354px;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
}

DIV#menu DIV#menu_content H3.menu_title {
	margin:20px 0 0 0;
	padding:0;
	width:354px;
	height:32px;
	font-weight:normal;
	font-size:14px;
	line-height:14px;
	background-position:top left;
	background-repeat:no-repeat;
}

DIV#menu DIV#menu_content H3.menu_title SPAN {
	display:none;
}

DIV#menu DIV#menu_content H3.menu_title#navigation	{ background-image:url("../images/layout/titles/menu_title-navigation.gif"); }
DIV#menu DIV#menu_content H3.menu_title#archive		{ background-image:url("../images/layout/titles/menu_title-archive.gif"); }
DIV#menu DIV#menu_content H3.menu_title#recent_posts	{ background-image:url("../images/layout/titles/menu_title-recent_posts.gif"); }
DIV#menu DIV#menu_content H3.menu_title#contact_me	{ background-image:url("../images/layout/titles/menu_title-contact_me.gif"); }

DIV#menu DIV#menu_content P#archive_link {
	font-size:10px;
	line-height:10px;
	margin:2px 0 0 0;
	padding:0 0 0 10px;
}

DIV#menu DIV#menu_content OL {
	font-size:10px;
	line-height:14px;
	margin:0 0 0 22px;
	padding:0;
}

DIV#menu DIV#menu_content OL LI {
	margin:0;
	padding:0;
}

DIV#menu DIV#menu_content OL LI A {
}

DIV#menu DIV#menu_content OL LI A IMG.icon {
	display:inline;
	border:none;
}

DIV#menu DIV#menu_content FORM {
	margin:0;
	padding:0;
}

DIV#menu DIV#menu_content FORM TABLE {
	margin:0;
	padding:0;
	border-collapse:collapse;
}

DIV#menu DIV#menu_content FORM TABLE TR TH {
	margin:0;
	padding:0;
	text-align:left;
	font-size:10px;
	font-weight:bold;
}

DIV#menu DIV#menu_content FORM TABLE TR TD {
	margin:0;
	padding:0;
	text-align:left;
	font-weight:normal;
}

DIV#menu DIV#menu_content FORM TABLE TR TD INPUT.textbox {
	width:340px;
}

DIV#menu DIV#menu_content FORM TABLE TR TD TEXTAREA {
	width:340px;
	height:60px;
}


/*--------------------------------------------------------------*/
/*	--> M A I N   N A V I G A T I O N
/*--------------------------------------------------------------*/

DIV#menu DIV#menu_content UL#main_navigation {
	padding:0 0 0 10px;
	margin:0;
	list-style-type:none;
}

DIV#menu DIV#menu_content UL#main_navigation LI {
	margin:0;
	padding:0;
}

DIV#menu DIV#menu_content UL#main_navigation LI A {
}

DIV#menu DIV#menu_content UL#main_navigation LI A:hover {
}

DIV#menu DIV#menu_content UL#main_navigation LI A SPAN {
}


/*---------------------------------------------------------------------------*/
/*	--> C O N T E N T
/*---------------------------------------------------------------------------*/

DIV#content {
	margin:0;
	padding:0 40px;
	width:440px;
	position:relative;
}

DIV#content H2 {
	font-size:18px;
	color:#333333;
	margin:0 0 15px 0;
	padding:0;
	font-weight:normal;
	line-height:19px;
}

DIV#content H3.subtitle {
	font-size:16px;
	line-height:18px;
	color:#333333;
	margin:20px 0 15px 0;
	padding:0;
	font-weight:normal;
	border-bottom:1px solid #999999;
}

DIV#content P#post_date {
	margin:0 0 10px 10px;
	padding:0 0 0 22px;
	background-image:url("../images/icons/table.gif");
	background-repeat:no-repeat;
	background-position:left center;
	font-style:italic;
}

DIV#content IMG.page_image {
	margin:10px 15px 10px 0;
	float:left;
	border:1px solid #999999;
}

DIV#content DIV#comment_count {
	position:absolute;
	right:40px;
	top:-15px;
	width:78px;
	height:69px;
	background-image:url("../images/layout/comment_count.gif");
	background-repeat:no-repeat;
	background-position:top left;
	text-align:center;
	padding:15px 0 0 0;
	font-size:24px;
	font-weight:normal;
	line-height:24px;
}

DIV#content DIV#comment_count SMALL {
	display:block;
	font-size:10px;
	line-height:10px;
	margin:0;
	padding:0;
}

DIV#content DIV#add_a_comment_box P#post_comments_introduction {
	font-size:11px;
	letter-spacing:1px;
	background-color:#EFEFEF;
	background-image:url("../images/layout/comment_background.gif");
	background-repeat:repeat;
	padding:5px;
}

DIV#content DIV#add_a_comment_box FORM#comment_form {
	margin:0 0 20px 0;
	padding:0;
}

DIV#content DIV#add_a_comment_box FORM#comment_form TABLE TR TH {
	width:80px;
	text-align:right;
	font-weight:normal;
	vertical-align:top;
}

DIV#content DIV#add_a_comment_box FORM#comment_form TABLE TR TD {
	width:300px;
	text-align:left;
}

DIV#content DIV#add_a_comment_box FORM#comment_form TABLE TR TD INPUT.textbox {
	width:300px;
}

DIV#content DIV#add_a_comment_box FORM#comment_form TABLE TR TD TEXTAREA.textbox {
	width:300px;
	height:150px;
}

DIV#content DIV#add_a_comment_box P#comment_preview_paragraph {
}

DIV#content DIV#add_a_comment_box P#comment_preview_paragraph SPAN {
	font-style:italic;
	color:#999999;
}

DIV#content OL#comments_list {
	margin:0 0 0 25px;
	padding:0;
	font-size:16px;
	line-height:16px;
	color:#CCCCCC;
}

DIV#content OL#comments_list LI {
	margin:0 0 15px 0;
	padding:10px 15px 15px 15px;
}

DIV#content OL#comments_list LI.row_odd {
	background-color:#EFEFEF;
	background-image:url("../images/layout/comment_background.gif");
	background-repeat:repeat;
	border:1px solid #DDDDDD;
}

DIV#content OL#comments_list LI H5 {
	font-size:14px;
	line-height:14px;
	font-weight:normal;
	color:#333333;
	padding:0;
	margin:0;
}

DIV#content OL#comments_list LI H5 IMG {
	display:inline;
	border:none;
}

DIV#content OL#comments_list LI P.comment {
	font-size:12px;
	line-height:14px;
	color:#333333;
	padding:0;
	margin:10px 0 0 0;
}

DIV#content FORM#comment_form TABLE TR TD#submit_comment_button {
	text-align:right;
	padding:0;
}

DIV#content OL#archive_list {
	list-style-type:none;
	margin:0;
	padding:0;
}

DIV#content OL#archive_list LI IMG {
	display:inline;
	border:none;
	margin:0;
	padding:0;
}

DIV#content DL {
	margin:0;
	padding:0;
}

DIV#content DL DT {
	padding:0;
	margin:10px 0 3px 0;
}

DIV#content DL DD {
	margin:0;
	padding:0 0 10px 40px;
	border-bottom:1px solid #EAEAEA;
}


/*--------------------------------------------------------------*/
/*	--> T I T L E S
/*--------------------------------------------------------------*/

DIV#content H3.title {
	display:block;
	width:440px;
	height:32px;
	margin:25px 0 5px 0;
	padding:0;
	background-repeat:no-repeat;
	background-position:left top;
}

DIV#content H3.title SPAN {
	display:none;
}

DIV#content H3.title#title-comments		{ background-image:url("../images/layout/titles/title-comments.gif"); }
DIV#content H3.title#title-post_a_comment	{ background-image:url("../images/layout/titles/title-post_a_comment.gif"); }
DIV#content H3.title#title-live_preview		{ background-image:url("../images/layout/titles/title-live_preview.gif"); }


/*---------------------------------------------------------------------------*/
/*	--> F O O T E R ,  P A G E   B O T T O M
/*---------------------------------------------------------------------------*/

DIV#footer {
	clear:both;
	background-image:url("../images/layout/footer.png");
	background-position:center bottom;
	background-repeat:no-repeat;
	width:520px;
	height:15px;
	padding:15px 0 10px 0;
	margin:0;
}

DIV#footer P,
DIV#footer P A {
	line-height:15px;
	font-size:10px;
	text-align:center;
	margin:0;
	padding:0;
}

DIV#footer P A IMG {
	border:none;
	display:inline;
}

DIV#page_bottom {
	text-align:center;
	width:520px;
	margin:0 auto;
	padding:0;
}

DIV#page_bottom P {
	font-size:10px;
	color:#999999;
	margin:2px 0 0 0;
	padding:0;
}

DIV#page_bottom P A {
	color:#CCCCCC;
}


/*--------------------------------------------------------------*/
/*	--> C O N T A C T   F O R M
/*--------------------------------------------------------------*/

DIV#contact_form_container {
	position:relative;
	height:230px;
}

DIV#contact_form_container IMG#contact_form_loading_icon {
	position:absolute;
	right:0;
	top:0;
}


/*--------------------------------------------------------------*/
/*	--> M I S C E L L E N E O U S
/*--------------------------------------------------------------*/

A {
	color:#006699;
	text-decoration:none;
}

A:hover {
	text-decoration:underline;
}

.nonCSS {
	display:none;
}

P {
	line-height:130%;
	font-size:13px;
	margin:6px 0 15px 0;
	padding:0;
	color:#333333;
}

IMG {
	display:block;
}

UL {
	margin:0;
	padding:0 0 0 15px;
}

LI {
	margin:0;
	padding:5px 0;
}

.row_error {
	color:#CC3300;
}

INPUT.textbox {
	background-image:url("../images/layout/vertical_fade.png");
	background-position:top;
	background-repeat:repeat-x;
	border:1px solid #666666;
	font-family:"Comic Sans MS", "Comic Sans", Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:3px;
}

TEXTAREA.textbox {
	background-image:url("../images/layout/vertical_fade.png");
	background-position:top;
	background-repeat:repeat-x;
	border:1px solid #666666;
	font-family:"Comic Sans MS", "Comic Sans", Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:3px;
}

INPUT.button {
	margin:5px 0 0 0;
}

ABBR {
	border-bottom:1px dotted #006699;
}

SMALL {
	font-size:11px;
}

BLOCKQUOTE {
	margin:10px 30px;
	padding:5px 10px;
	background-color:#ECF4FD;
	clear:both;
}

BLOCKQUOTE P {
	margin:0;
	padding:0;
}

TABLE#access_keys TH {
	text-align:left;
	padding:0 15px 0 0;
}