/*
 * Global settings
 */
body {
	background-color: #3C464D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0px;
}

a {
	color: #5382A1;
	text-decoration: none;
}

table {
	border-spacing: 0px;
	border-collapse: collapse;
}

img {
	border:none;
	vertical-align:middle;
}

h1,h2,h3,h4,h5,h6,p,ol,ul,dl,pre,address,blockquote {
	margin-top: 6px;
	margin-bottom: 9px;
}

/*
 * Basic table layout 
 */

table.layout {
	margin-top: 6px;
	background-color: #EDEFF2;
}

div.masthead {
	position: relative;
	width: 990px;
	height: 96px;
	background-image: url('/ahl/resource/masthead_ahl.png');
}

td.subnav_left {
	width: 32px;
	height: 23px;
	background-image: url('/fishworks/resource/theme/subnav_l.png');
}

td.subnav {
	width: 926px;
	background-image: url('/fishworks/resource/theme/subnav_c.png');
}

td.subnav_right {
	width: 32px;
	height: 23px;
	background-image: url('/fishworks/resource/theme/subnav_r.png');
}

td.content_left {
	width: 32px;
	background-image: url('/fishworks/resource/theme/content_l.png');
	background-repeat: repeat-y;
}

td.content {
	width: 926px;
}

td.content_right {
	width: 32px;
	background-image: url('/fishworks/resource/theme/content_r.png');
	background-repeat: repeat-y;
}

td.footer {
	width: 990px;
	height: 27px;
	background-image: url('/fishworks/resource/theme/bottom.png');
}

/*
 * Blog title, description, and about text.
 */
span.blogname {
	position: absolute;
	bottom: 8px;
	right: 32px;
	font-size: 18px;
	font-weight: bold;
	color: #FFCF40;
}

span.blogdesc {
	position: absolute;
	top: 18px;
	right: 32px;
	color: #FFFFFF;
	font-size: 11px;
}

div.aboutheader {
	width: 100%;
	margin-top: 8px;
	margin-bottom: 18px;
	font-size: 11px;
	color: #707277;
}

div.blogabout {
	float: left;
	width: 60%;
}

div.next-previous {
	float: right;
}

div.next-previous p {
	margin-top: 0px;
	margin-bottom: 0px;
}

/*
 * Category subnav
 */

ul.categories {
	float: right;
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
	margin-top: -2px;
	margin-bottom: 0px;
}

ul.categories li {
	display:inline;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-left: 12px;
	font-size: 11px;
	font-weight: bold;
}

ul.categories li a {
	color: #707277;
}

ul.categories li a:hover {
	color: #80A8C2;
}

ul.categories li.selected {
	color: #5382A1;
	cursor: pointer;
}

ul.categories li.selected img {
	position: relative;
	top: -1px;
	margin-right: 2px;
}

/*
 * Prev/Next page
 */

div.next-previous a {
	color: #707277;
}

/*
 * Entries/sidebar layout
 */

div.container {
	overflow: hidden;
}

div.entries {
	width: 737px;
	padding-bottom: 18px;
	float: left;
}

div.sidebar {
	width: 171px;
	margin-left: 18px;
	float: left;
}

/*
 * Entry settings
 */

div.entryheader {
	position: relative;
}

div.entryheader > h3 {
	font-size: 15px;
	padding-bottom: 2px;
	border-bottom: 2px;
	border-bottom-style: solid;
	border-color: #707277;
	margin-bottom: 0px;
}

div.entryheader a {
	color: #000000;
}

span.daytime {
	position: absolute;
	font-size: 11px;
	bottom: 5px;
	right: 0px;
	color: #707277;	
}

div.entrybody {
	line-height:140%;
}

div.entrybody p + p {
//	text-indent: 24px;
}

div.entrybody a img {
	border: thin solid;
}

div.entrybody blockquote {
	font-size: 13px;
	font-style: italic;
	border-left: 6px double #BDBEC0;
	padding-left: 18px;
	padding-right: 36px;
	margin-left: 0px;
	margin-right: 0px;
}

div.entry div.entryfooter {
	margin-top:12px;
	margin-bottom:18px;
	font-size:11px;
	color:#707277;
	clear:both;
}

div.entrybody pre {
	overflow-x:auto;
	overflow-y:hidden;
	width:100%;
}

div.entrybody img {
	max-width: 100%;
}

div.entrybody img[align=left]{
	float: left;
	margin: 0px 9px 6px 0px;
}

div.entrybody img[align=right]{
	float: right;
	margin: 0px 0px 6px 9px;
}

div.entrybody .rightaside {
	float: right;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.2;
	max-width: 35%;
	margin: 0px 0px 0px 9px;
}

div.entrybody .leftaside {
	float: left;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.2;
	max-width: 35%;
	margin: 0px 9px 0px 0px;
}

/*
 * Sidebar layout.
 */

div.navhead {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	margin-bottom: 3px;
	border-color: #707277;
}

div.navhead h3 {
	font-size: 15px;
	margin-bottom: 2px;
	color: #707277;
}

div.navbody ul {
	list-style: none;
	margin-left: 0px;
	margin-top: 0px;
	padding-left: 0px;
	font-size: 11px;
}

div.navbody li {
	margin-bottom: 3px;
}


div.navsect {
	margin-bottom: 18px;
}


/*
 * Old CSS from previous theme - may or may not be interesting
 */

div.pagewrap{
	min-width:550px;
	max-width:960px;
	margin:auto;
}




/* calendar ----------------------------------------------- */

.hCalendarDay{

	text-align : center;
	font-size: small;
}
th.hCalendarDayNameRow {
	text-align : center;
	font-size : small;
	font-weight : bold;
}
td.hCalendarDayCurrent {
	text-align : center;
	font-size : small;
	font-weight: bold;
}
td.hCalendarDayLinked {
	text-align : center;
	font-size : small;
	font-weight: bold;
}

/* comments ----------------------------------------------- */

div.comment{
	line-height:140%;
	background:transparent url("/fishworks/resource/images/comment-bubble.gif") no-repeat 0px 2px;
	padding:0px 60px;
	margin:10px 0px 30px 0px;
}

div.comments-head{
	margin:10px 0px;
	font-weight:bold;
	font-size:15px;
}

div.comments-form{
	background:#eee;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	padding:5px 20px;
	margin:10px 0px 50px;
}

div.comments-form ul{
	list-style:none;
	margin-left:0;
	padding-left:0;
}

div.comments-form ul li{
	list-style:none;
	margin:10px 0px;
	padding:0;
}

div.comments-form ul li label{
	display:block;
	font-weight:bold;
	margin:3px 0px;
}

div.comments-form ul li label.choice{
	display:inline;
}

div.comments-form ul li input.text{
	width:70%;
}

div.comments-form ul li textarea.textarea{
	width:95%;
}

div.comments-form span.status {
	display: block;
	background: white;
	color: green;
	border: 1px solid green;
	margin: 10px 0px;
	padding: 10px;
	font-size: 18px;
	font-weight: bold;
}

span.error {
	display: block;
	background: white;
	color: #c00;
	border: 1px solid #c00;
	margin: 10px 0px;
	padding: 10px;
	font-size: 18px;
	font-weight: bold;
}

p.comment-details {
	color: #999;
}
.comments-syntax-indicator {
	font-weight: bold;
}
.comments-syntax-indicator span.enabled {
	background: transparent;
	color: green;
	font-style: italic;
}
.comments-syntax-indicator span.disabled {
	background: transparent;
	color: red;
	font-style: italic;
}



/*-------------------------------------------------------------
Base styles
--------------------------------------------------------------*/



/********************/
/* CalendarTag.java */
/********************/
table.hCalendarTable {
	text-align : center;
	width: 171px;
	background-position: center;
}
td.hCalendarMonthYearRow {
	font-weight: bold;
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #707277;
	text-align: left;
}
.hCalendarNavBar {
	font-weight: bold;
	text-align: left;

}
th.hCalendarDayNameRow {
	text-align: center;
	font-size: 9px;
	color: #707277;
}
tr.hCalendarNextPrev {
	text-align: left;
	font-size: x-small;
}
td.hCalendarDayNotInMonth {
	font-size: x-small;
}
td.hCalendarDayCurrent {
	text-align: center;
	font-size: x-small;
	font-weight: bolder;
}
td.hCalendarDayLinked {

	text-align: center;
	font-size: x-small;
	font-weight: bolder;
}
div.hCalendarDayTitle {
	color: #707277;
	font-size: .9em;
	text-align: center;
}
td.hCalendarDay {
	 text-align: center;
	 font-size: x-small;
}
.hCalendarTitle {
	text-align: center;
	font-weight: bolder ;
}
.hCalendarDay {
	text-align: center;
	font-size: 9px;
	border-width: thin;
}
.hCalendarDayCurrent {
	text-align: center;
	font-size: 9px;
	font-weight: bolder;
	background: #FFFFFF;
}
.hCalendarDayNameRow {
	text-align: center;
	font-weight: bolder;
	font-size: 9px;
}
.hCalendarDayLinked {
	font-weight: bolder;
	text-align: center;
	font-size: 9px;
	border-width: thin;
}
.hCalendarDayNotInMonth {
	text-align: center;
	font-size: 9px;
}
.hCalendarNextPrev {
	text-align: left;
	font-size: small;
	font-weight: bold;
	font-style: normal;
}

