@import url("../../rsc/css/basic.css");	/* Import basic styles */
@import url("/common/style.css");		/* Import codeka.com common styles */

#pageHeader
{
	position: absolute;
	top: 0pt;
	height: 100px;
	width: 100%;
	background: #010D55;
}

#pageHeaderLinks
{
	float: right;
	font-weight: bold;
	color: white;
	margin-top: 80px;
	margin-right: 3em;
}

#pageHeaderLinks a
{
	text-decoration: none;
	color: white;
}

#pageHeaderLinks a:hover
{
	text-decoration: underline;
}

.searchBox
{
	width: 100pt;
	display: inline;
}
.searchSubmit
{
	width: 50pt;
	display: inline;
}

#menu
{
	position: absolute;
	left: 0pt;
	top: 100px;
	width: 200pt;
}

.menuItem
{
	padding-bottom: 0.8em;
	text-align: center;
}

.menuItem ul
{
    text-align: left;
    /*margin-left: 2em;*/
}

.menuItem .bCalendarTable
{
	margin: 0 auto 0 auto;
}

.menuItemTitle
{
	border-top: 1.5pt dashed #000000;
	font-size: 12pt;
	color: #0000A0;
	padding: 0 0 0 1em;
	text-align: left;
}

.calendarTable
{
	width: 180pt;
	left: 10pt;
	position: relative;
}

.menuItemContent
{
	text-align: center;
}

.catBlogName
{
	display: none;
}

ul.catGroupStart
{
	list-style: none;
	margin-left: 1em;
	padding-left: 0;
}

div.menuItem a
{
	color: blue;
	text-decoration: none;
}

div.menuItem a:hover
{
	color: blue;
	text-decoration: underline;
}

div.menuItem a:visited
{
	color: blue;
}

#map
{
	margin-left: 10pt;
	width: 180pt;
	height: 180pt;
	border: none;
}

ul.archItems
{
	list-style: none;
	margin-left: 1em;
	padding-left: 0;
}

#posts
{
	position: absolute;
	top: 100px;
	left: 200pt;
	border-left: 1.5pt dashed;
	right: 0.5em;
	/* Damnit, even IE7 (beta 2) doesn't support min-height. Oh well. */
	min-height: 85em;
}

#debug_info
{
	position: absolute;
	top: 100em;
}

.postHeader
{
	padding: 0 0 0.9em 0;
	border-bottom: 1.5pt dashed;
	text-align: right;
	position: relative;
}

.postHeader *
{
	font-size: 0.9em;
}

.postHeader span.postHeaderSpan
{
	float: left;
	border: 1.5pt dashed;
	border-left: none;
	line-height: 1.4em;
	padding: 0.2em 0.2em;
	background: white;
}

.postHeader img
{
	border: 0;
}

.postContent,
.statbloc
{
	padding: 1em 0 3em 2em;
	line-height: 1.4;
}

#pageFooter
{
	clear: both;
	border-top: 0.2pt solid;
	right: 0pt;
	text-align: center;
	font-size: 0.75em;
}

#pageFooter img
{
	vertical-align: middle;
}

h3
{
	font-family: cambria, garamond, serif;
	font-weight: bold;
	font-size: 15pt;
	color: #0000a0;
}

h3 a,
h3 a:hover,
h3 a:visited
{
	text-decoration: none;
}

h3 a:link
{
	color: #0000A0;
}

caption.calendarCaption
{
}
caption.calendarCaption a
{
	text-decoration: none;
	color: #0000A0;
	font-weight: bold;
}
table.calendarTable td
{
	text-align: center;
}
table.calendarTable td a
{
	text-decoration: none;
}
table.calendarTable td.calendarTodayCell
{
	border: 0.5pt solid black;
}
table.calendarTable tfoot td
{
}
table.calendarTable tfoot a
{
	text-decoration: none;
	border: 0;
}
table.calendarTable tfoot a:hover
{
	background-color: #78a;
	color: #fff;
}
th.calendarHeaderCell
{
	color: #abc;
}
#calendarToday
{
	border: 1pt dashed;
}

.left
{
	float: left;
	padding: 0.3em 0.3em 0.3em 0.3em;
	clear: both;
}

.right
{
	float: right;
	padding: 0.3em 0.3em 0.3em 0.3em;
	clear: both;
}

.center
{
	text-align: center;
}

.middle
{
	text-align: abs-middle;
}

div.comment
{
	clear: both;
	margin-bottom: 1em;
}

div.commentTitle
{
	padding: 0 0 0.9em 0;
	border-bottom: 1.5pt dashed;
	text-align: right;
	position: relative;
	margin-top: 2em;
}

div.commentTitle *
{
	font-size: 0.9em;
}

div.commentTitle span.commentTitleSpan
{
	float: left;
	border: 1.5pt dashed;
	border-left: none;
	line-height: 1.4em;
	padding: 0.2em 0.2em;
	background: white;
}

table.commentBody
{
	clear: both;
	margin-left: 1em;
	width: 100%;
}

table.commentBody td.comment
{
	width: 80%;
}

table.commentBody td.profile
{
	width: 20%;
	border-left: 1px solid black;
}

table.commentBody td.profile div.details
{
	clear: both;
}

textarea.comment
{
	width: 100%;
}

.commentMainTitle
{
	font-weight: bold;
}

.trackbackUrl
{
	margin-left: 1em;
}

.feedbackRss
{
	float: right;
	margin-top: 0;
	margin-bottom: 0;
}

fieldset
{
	border: none;
}

fieldset div.label
{
	width: 100pt;
	float: left;
}

fieldset div.info
{
	margin-left: 100pt;
}

.dimmed
{
	color: #B0B0B0;
}

img.avatar
{
	float: left;
	margin: 0.25em 0.25em 0.25em 0.25em;
}

.hidden
{
	display: none;
}

.important
{
	color: #ff0000;
}
