@import url("undohtml_ajc.css");

/* basic fonts and colours */

body { font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif; }
#content a, #main a:link, #footer a, #main a:link { color: #821b1b; }
#content a:visited, #footer a:visited { color: #6a1717; }
#content a:hover, #content a:active, #footer a:hover, #footer a:active {
	text-decoration: underline;
}
strong { font-weight: bold; }
em { font-style: italic; }

.hide { display: none; }

#sub ul:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html #sub ul {height: 1%;}
/* End hide from IE-mac */

/* Page Layout */

body { background: #3c3c3c; }

#container {
	width: 920px;
	margin: 0 auto;
	position: relative;
	background: #FFF;
}

/* navigation */
#header {
	float: right;
	position: relative;
}

#header a#skip { position: absolute; left: -200px; color: #FFF; }
#header a#skip:hover, #header a#skip:focus { color: #821b1b; }
#header h2 a, #header h2 a:link, #header h2 a:visited {
	position: absolute;
	left: -350px;
	top: 0;
	width: 350px;
	height: 43px;
	background: transparent url('/i/title.jpg') left bottom no-repeat ;
	text-indent: -9999em;
}
#header h2 a:hover, #header h2 a:active {
	background-position: top;
}
#header ul#nav li {
}
#header ul#nav li a {
	display: block;
	width: 175px;
	height: 30px;
	background: transparent url('/i/menu.jpg') left bottom no-repeat ;
	text-indent: -9999em;
	position: absolute;
	left: -350px;
	top: 42px;
}
#header ul#nav li a#n-arc {
	left: -175px;
	background: transparent url('/i/menu.jpg') right bottom no-repeat ;
}
#header ul#nav li a:hover, #header ul#nav li a:active {
	background-position: left top ;
}
#header ul#nav li a#n-arc:hover, #header ul#nav li a#n-arc:active {
	background-position: right top ;
}

#header ul#nav li a:link, #header ul#nav li a:visited {  }

#header ul#nav li a:hover, #header ul#nav li a:active {  }

/* main content */

#content {
	float: left;
	margin: 60px 0 0 60px;
	width: 380px;
	display: inline; /* to fix the double margin float bug */
}

/* titles */

#content h1 {
	display: block;
	font-size: 2em;
	line-height: 1em;
	margin-bottom: 1em;
}

/* content - main column */

#content p, #content li, #content dt, #content dd, #content blockquote p {
	font-size: 1.16667em;
	line-height: 1.42857em;
}
#content p, #content ul, #content ol, #content dl, #content blockquote {
	margin: 1.42857em 0;
}
#content ul, #content ol, #content dd  {
	padding-left: 1.42857em;
	display: block;
}
#content ul { list-style-type: square; }
#content ol{ list-style-type: decimal; }
#content blockquote {
	padding: 1.42857em;
	background: #DDD;
}
#content h1, #content h2 {
	font-weight: bold;
	text-transform: uppercase;
	color: #821b1b;
	font-size: 1.5em;
	line-height: 1.11111em;
	margin: 1.11111em 0;
}
#content h3, #content dt {
	font-weight: bold;
	text-transform: uppercase;
	color: #821b1b;
	font-size: 1.16667em;
	line-height: 1.42857em;
	margin: 1.42857em 0;
}
#content p.postedby {
	font-size: 1em;
	line-height: 2em;
}

/* comments form */

#content ol.comments li {
	font-size: 1em;
	line-height: 1.66667em;
	margin: 1em;
}
#content ol.comments li p, #content div#cpreview p {
	font-size: 1em;
	line-height: 1.66667em;
	margin: 0;
}
#content div#cpreview p {
}
div#cpreview {
	background: #eee;
	padding: 1.66667em;
	padding-top: 0;
	margin-left: -1.66667em;
}
div#cpreview h3 {
	padding-top: 1.42857em;
}

#content ol.comments li p.commentfrom {
	
}
#content #txpCommentInputForm dt, #content #txpCommentInputForm dd {
	font-size: 1em;
	line-height: 1.66667em;
	font-weight: normal;
	text-transform: none;
	margin: 0;
}
#content #txpCommentInputForm dl {
	padding: 0;
	margin: 0;
}
#content #txpCommentInputForm dd {
	padding-left: 0;
}
#content #txpCommentInputForm {
	margin: 3em 0;
}


/* sub */

#subcontent {
	float: right;
	margin: 0 -35px 60px 0;
	width: 300px;
	padding: 36em 95px 0 120px;
	background: transparent url('/i/head.jpg') top right no-repeat;
	z-index: 5;
}

#subcontent .flickr_badge_image {
	float: left;
	margin: 9px;
}

#subcontent .flickr_badge_image a {
	padding: 2px;
	border: 1px solid #FFF;
	display: block;
}
#subcontent .flickr_badge_image img {
	display: block;
}
#subcontent .flickr_badge_image a:hover, #subcontent .flickr_badge_image a:active {
	border-color: #821b1b;
}

#subcontent p.imagesource {
	clear: left;
	text-align: center;
}
#subcontent p.imagesource a {
	display: block;
	height: 30px;
	width: 82px;
	background: transparent url('/i/flickr.png') left bottom no-repeat ;
	text-indent: -9999em;
	margin: 0px auto;
	
}

/* footer */

#footer {
	clear: both;
	display: block;
	background: transparent url('/i/bottom.jpg') right bottom no-repeat ;
	padding: 3.33333em 94px;
	margin-right: -34px;
}

#footer p {
	font-size: 1em;
	line-height: 1.66667em;
	text-align: right;
	font-weight: bold;
}
