
/*-----------Colour Pallet-------------	*/
/*	Background	#000000		*/
/*	Text		#555555		*/
/*	Links,etc.	#963D3D		*/
/*	Link background	#FCF8F8		*/
/*	Link underlines	#D69A9A		*/
/*	BQ Borders	#999999		*/
/*	Comment Boxes	#B87C7C		*/
/*	Comment Form	#B57575		*/
/*------------------------------------- */


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

BODY {
	position:relative;
	top:0;
	left:0;
	margin:0;
	padding:0;
	background-image:url("../images/layout/background.jpg");
	background-repeat:no-repeat;
	background-position:center top;
	background-attachment:fixed;
	font-size:12px;
	color:#555555;
	font-family:Arial, Helvetica, sans-serif;
	line-height:19px;
	text-align:left;
	background-color:#000000;
}

DIV#container {
	width:482px;
	margin:0 auto;
	padding:106px 0 0 0;
	position:relative;
	background-color:#FFFFFF;
	background-image:url("../images/layout/container.jpg");
	background-position:bottom right;
	background-repeat:no-repeat;
}



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

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

DIV#header H1 {
	width:171px;
	height:44px;
	padding:0;
	margin:0;
	position:absolute;
	right:55px;
	top:47px;
}

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

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



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

DIV#menu {
	position:relative;
	width:404px;
	margin:0 39px 30px 39px;
	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.jpg");
	background-position:bottom right;
	background-repeat:no-repeat;
	background-color:#F3F3F3;
	margin:0 4px;
	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_journal_entries	{ background-image:url("../images/layout/titles/menu_title-recent_journal_entries.gif"); }
DIV#menu DIV#menu_content H3.menu_title#recent_projects		{ background-image:url("../images/layout/titles/menu_title-recent_projects.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;
}

DIV#menu DIV#menu_content A#rss_link {
	float:right;
	position:relative;
}

DIV#menu DIV#menu_content A#rss_link IMG {
	margin:0;
	padding:0;
	height:14px;
	width:14px;
	display:block;
}

DIV#menu DIV#menu_content A#rss_link SPAN {
	display:none;
}



/*------------------------------------------------------------------------------*/
/*	--> 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 {
}



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

DIV#content {
	margin:0 0 -190px 0;
	padding:0 41px;
	width:400px;
	position:relative;
	z-index:10;
}


DIV#content P:hover A {
	border-bottom:1px dotted #D69A9A;
}

DIV#content A:hover {
	text-decoration:none !important;
	border-bottom:1px solid #D69A9A !important;
	background-color:#FCF8F8;
}

DIV#content DIV#comment_count {
	position:absolute;
	right:40px;
	top:-9px;
	width:78px;
	height:84px;
	background-image:url("../images/layout/comment_count.gif");
	background-repeat:no-repeat;
	background-position:top left;
	padding:0;
}

DIV#content DIV#comment_count A {
	color:#555555;
	width:78px;
	height:69px;
	text-align:center;
	padding:9px 0 0 0;
	font-size:24px;
	font-weight:normal;
	line-height:24px;
	text-decoration:none;
	display:block;
}

DIV#content DIV#comment_count A:hover {
	text-decoration:none;
	border-bottom:none !important;
	background-color:transparent !important;
}

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

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

DIV#content P#post_date {
	margin:0 0 10px 0;
	padding:2px 0 0 32px;
	background-image:url("../images/icons/calendar.gif");
	background-repeat:no-repeat;
	background-position:left center;
	font-style:italic;
	display:block;
	height:20px;
}

DIV#content P#post_date SPAN#post_text {
	display:none;
}

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

DIV#content H3#title-comments,
DIV#content DIV#add_a_comment_box {
	clear:both;
}

P#comment_count2,
P#spam_counter {
	font-size:10px;
	line-height:13px;
	text-align:right;
	margin:0;
	color:#999999;
	background-position:left center;
	background-repeat:no-repeat;
	float:right;
	clear:right;
}

P#comment_count2 SPAN,
P#spam_counter SPAN {
	color:#CBA0A0;
}

P#comment_count2 {
	background-image:url("../images/layout/icon-comments.gif");
	padding:0 8px 0 15px;
	margin-top:-6px;
}

P#spam_counter {
	background-image:url("../images/layout/icon-spam_caught.gif");
	padding:1px 8px 1px 18px;
}



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

DIV#content DIV#comments_box A:hover {
	background-color:transparent !important;
	border-bottom:none !important;
}

DIV#content OL#comments_list {
	clear:both;
	list-style-type:none;
	margin:0;
	padding:10px 0 0 0;
}

DIV#content OL#comments_list LI {
	padding:0 0 5px 0;
	margin:0 8px 35px 8px;
	background-color:#F8F8F8;
}

DIV#content OL#comments_list LI H5 {
	height:19px;
	color:#FFFFFF;
	font-weight:normal;
	line-height:19px;
	font-size:12px;
	margin:0 0 4px 0;
	background-image:url("../images/layout/star.gif");
	background-repeat:no-repeat;
	padding:0 0 0 25px;
	background-position:5px 0%;
	text-align:left;
}

DIV#content OL#comments_list LI.row_odd H5 {
	background-color:#C28F8F;
}

DIV#content OL#comments_list LI.row_even H5 {
	background-color:#B87C7C;
}

DIV#content OL#comments_list LI H5 STRONG {
	font-weight:bold;
}

DIV#content OL#comments_list LI H5 STRONG A {
	color:#FFFFFF;
}

DIV#content OL#comments_list LI P {
	margin:0;
	padding:0 5px;
}



/*------------------------------------------------------------------------------*/
/*	--> A D D   C O M M E N T   B O X					*/
/*------------------------------------------------------------------------------*/

DIV#add_a_comment_box A:hover {
	background-color:transparent !important;
}

DIV#add_a_comment_box P#post_comments_introduction {
	font-size:10px;
	line-height:16px;
	width:380px;
	margin:8px 10px;
	padding:0;
}

FORM#comment_form {
	margin:0;
	padding:0;
}

FORM#comment_form TABLE  {
	border-collapse:collapse;
	width:374px;
	margin:8px 13px;
}

FORM#comment_form TABLE TBODY TR TH {
	font-weight:normal;
	color:#B57575;
	text-align:right;
	padding:2px 4px 0 0;
	vertical-align:top;
	font-size:11px;
}

FORM#comment_form TABLE TBODY TR TD {
	padding:1px 0 0 0;
	text-align:left;
}

FORM#comment_form TABLE TBODY TR TD INPUT.textbox {
	width:285px;
	height:14px;
	border:1px solid #B57575;
	margin:0;
	padding:3px 5px;
}

FORM#comment_form TABLE TBODY TR TD TEXTAREA {
	width:285px;
	height:150px;
	border:1px solid #B57575;
	margin:0;
	padding:3px 5px;
}

FORM#comment_form TABLE TFOOT TR TD {
	text-align:right;
	position:relative
}

FORM#comment_form TABLE TFOOT TR TD INPUT {
	height:19px;
	border:1px solid #B57575;
	margin:0;
	background-color:#FFFFFF;
	position:relative;
	top:-25px;
	right:14px;
}

FORM#comment_form TABLE THEAD TR TD {
	border:1px solid #CC0000;
	background-color:#F9F0C3;
	background-image:url("../images/icons/errorsign.gif");
	background-repeat:no-repeat;
	background-position:5px 50%;
	padding:5px 10px 5px 50px;
	font-weight:normal;
}

FORM#comment_form TABLE THEAD TR TD UL {
	margin:0 0 0 15px;
	padding:0;
}

FORM#comment_form TABLE THEAD TR TD UL LI {
	margin:0;
	padding:0;
	color:#CC0000;
}



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

DIV#content H2.title,
DIV#content H3.title  {
	display:block;
	width:400px;
	height:32px;
	padding:0;
	background-repeat:no-repeat;
	background-position:left top;
}

DIV#content H2.title  {
	margin:0 0 5px 0;
}

DIV#content H3.title  {
	margin:40px 0 5px 0;
}

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

DIV#content H2.title SPAN,
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"); }
DIV#content H2.title#title-bookmarks		{ background-image:url("../images/layout/titles/title-bookmarks.gif"); }
DIV#content H2.title#title-about_me		{ background-image:url("../images/layout/titles/title-about_me.gif"); }
DIV#content H2.title#title-archive		{ background-image:url("../images/layout/titles/title-archive.gif"); }
DIV#content H2.title#title-projects		{ background-image:url("../images/layout/titles/title-projects.gif"); }



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

DIV#footer {
	clear:both;
	width:482px;
	padding:190px 0 5px 0;
	margin:0;
}

DIV#footer P {
	color:#CCCCCC;
}

DIV#footer P A {
	color:#DFC5C5;
}

DIV#footer P:hover {
	color:#555555;
}

DIV#footer P:hover A {
	color:#963D3D;
}

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

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



/*------------------------------------------------------------------------------*/
/*	--> 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;
}



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

A {
	color:#963D3D;
	text-decoration:none;
}

A:hover {
	text-decoration:underline;
}

A IMG {
	border:none;
}

PRE {
	display:block;
	white-space:pre;
	overflow:auto;
	margin:10px 0;
	padding:5px 10px;
	width:378px;
	color:#963D3D;
	font-family:"Courier New", Courier, monospace;
	font-size:11px;
	background-color:#FCF8F8;
}

IMG.gravatar {
	float:right;
	margin:0 0 10px 10px;
}

.nonCSS {
	display:none;
}

P {
	line-height:22px;
	font-size:12px;
	margin:6px 0 20px 0;
	padding:0;
	color:#555555;
}

SPAN.line-through {
	text-decoration:line-through;
}

SPAN.underline {
	text-decoration:underline;
}

SPAN.mandatory {
	color:#CC0000;
}

SPAN.transcript {
	color:#963D3D;
	font-style:italic;
}

UL.no_list {
	list-style-type:none;
	margin:10px 0 20px 0;
}

IMG {
	display:block;
}

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

LI {
	margin:0 0 0 5px;
	padding:1px 0;
	font-size:12px;
	line-height:19px;
}

OL {
	margin:0;
	padding:0 0 10px 15px;
}

.row_error {
	color:#CC3300;
}

.row_even {
	background-color:#EAEAEA;
}

INPUT.textbox {
	border:1px solid #B57575;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#666666;
	padding:3px 3px 0 3px;
}

TEXTAREA {
	border:1px solid #B57575;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#666666;
	padding:3px 3px 0 3px;
}

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

ABBR {
	border-bottom:1px dotted #963D3D;
	cursor:help;
}

SMALL {
	font-size:11px;
}

BLOCKQUOTE {
	margin:10px 30px 15px 30px;
	padding:5px 10px;
	background-image:url("../images/layout/quote_background.gif");
	background-repeat:repeat;
	clear:both;
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
}

BLOCKQUOTE P {
	margin:0;
	padding:0;
	line-height:18px;
}

BLOCKQUOTE P CITE {
	display:block;
	text-align:right;
}



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

P#administrator_mode {
	position:absolute;
	left:2px;
	top:1px;
	color:#333333;
	font-size:9px;
	line-height:9px;
	height:9px;
	margin:0;
	padding:0;
}

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

IMG.comments_icon {
	display:inline;
}

TABLE.article_table {
	margin:0 0 25px 0;
	padding:0;
	border-collapse:collapse;
}

TABLE.article_table TR TH {
	vertical-align:top;
	padding:0 7px 0 0;
	text-align:right;
	font-size:10px;
}

TABLE.article_table TR TD {
	padding-bottom:7px;
}

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

DIV#content OL#archive_list LI {
	margin:0;
	padding:3px 0;
}

TABLE#statistics_table {
	margin:15px 0;
	border-collapse:collapse;
}

TABLE#statistics_table THEAD TR TH {
	background-color:#B87C7C;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	padding:2px 4px;
}

TABLE#statistics_table TBODY TR TH {
	white-space:nowrap;
}

TABLE#statistics_table TBODY TR TH,
TABLE#statistics_table TBODY TR TD {
	padding:2px 4px;
	font-weight:normal;
}

TABLE#statistics_table THEAD TR TD,
TABLE#statistics_table TBODY TR TD {
	border-left:1px solid #999999;
}