/******************************************
** from general.css
******************************************/

body {
	background: #FFFFFF;
	color: #000944;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 95%;
	line-height: 95%;
}

/* Headlines */
h1, h2, h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-variant: small-caps; 
	border-bottom: 1px dotted #000944;
}

h1 {
	font-size: 2.5em;
	line-height: 2.5em;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 10px;
}

h2 {
	font-size: 2.2em;
	line-height: 2.2em;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 10px;
}

h2 a, h2 a:visited {
	text-decoration: none;
}

h3 {
	font-size: 1.8em;
	line-height: 1.8em;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 10px;
}

h4 {
	font-size: 1.3em;
	line-height: 1.3em;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 10px;
}

h5 {
	font-size: 1.3em;
	line-height: 1.3em;
	margin-bottom: 15px;
	margin-top: 10px;
}

/* Links */
a {
	color: #CF3813;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* Paragraphs */
p {
	font-size: 1em;
	line-height: 1.4em;
	margin-bottom: 15px;
	margin-top: 15px;
}

acronym, abbr {
	cursor: help; 
	border-bottom: 1px dashed #000944; 
}

/* Images */
img {
	border: none;
	margin: 5px;
}

img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignleft, img[align="left"] {
	float:left;
	margin-right: 10px;
}

img.alignright, img[align="right"] {
	float:right;
	margin-left: 10px;
}

/* code and pre */
pre { 
	padding: 10px; 
	font-size: 1em;
	line-height: 1.4em;
	text-align: left;
	border: 1px dashed #000944;
	color: #000944;
}

code {
}

blockquote {
	margin-left: 30px;
	margin-bottom: 5px;
}

/* Tables */

/* Forms */

/* Lists */
ol, ul, dl {
	margin-bottom: 5px;	
	margin-top: 5px;
	font-size: 1em;
	line-height: 1.4em;
}

li, dt, dd {
	margin-left: 10px;
	margin-bottom: 5px;
	font-size: 1em;
}

dt {
	font-weight: bold;
	margin-bottom: 15px;
}

dd {
	margin-bottom: 15px;
}

/* Other divs */
.clear {
	clear: both;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.center {
	margin-right: auto;
	margin-left: auto;
}

/******************************************
** from structure.css
******************************************/
#page {
	margin: 10px auto;
}

#header {
	display: none;
}

#wrapper {
	background: #FFFFFF;
}

#content {
}

#sidebar {
	display: none;
}

#footer {
	margin: 0px auto;
}

/******************************************
** from comments.css
******************************************/
#comments, #respond, .commentlist, #commentform {
	display: none;
}

/******************************************
** from entries.css
******************************************/
.entry {
	padding: 0;
	margin: 20px 0px 20px 10px;
}

.entry-header {
	position: relative;
	height: 50px;
	margin: 0;
	color: #CC0000;
	border-bottom: 1px dashed #CC0000;
}

.entry-header h2 {
	margin: 0;
	padding: 0;
	line-height: 0.9em;
	border: none;
}

.entry-header div, .entry-footer div {
	margin: 0;
	position: absolute;
	bottom: 8px;
}

.entry-header div.right, .entry-footer div.right {
	right: 20px;
	float: right;
}

.entry-header div.left, .entry-footer div.left {
	left: 20px;
	float: left;
}

.entry-content {
	margin: 0 20px;
}

.entry-footer {
	position: relative;
	height: 30px;
	margin: 0;
	border-top: 1px dashed #CC0000;
	border-bottom: 2px solid #000944;
	color: #CC0000;
}

.entry-footer a, .entry-header a {
	color: #CC0000;
}

/*
* Entries navigation
*/
.navigation {
	clear: both;
	margin: 10px;
}

.navigation a, .navigation a:visited {
}

.previous-entries a {
	float: left;
}

.next-entries a {
	float: right;
}

/******************************************
** from posts.css
******************************************/

/*
* Styling of individual posts
*/
.post {
	clear:both;
	margin: 0px 10px;
}

/*
* Tables in post content
*/
.post table {
	border-width: 1px;
	border-style: solid;
	border-collapse: collapse;
	border-color: #ccc;
	width: 100%;
	clear: both;
	margin: 10px 0px;
}

.post table a {
	text-decoration: none;
}

.post table abbr {
	white-space: nowrap;
}

.post table td, .post table th {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	font-size: 11px;
	vertical-align: text-top;
}

.post table td {
	padding: 7px 15px 9px 10px;
	vertical-align: top;
}

.post table th {
	padding: 9px 15px 6px 10px;
	text-align: left;
	line-height: 1.3em;
	background: #464646;
	color: #D7D7D7;
}

/******************************************
** from footer.css
******************************************/
#footer, #footer h1 {
	color: #CC0000;
	font-size: 1em;
	line-height: 1.4em;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

#footer .alignright, #footer .alignleft, #footer .center {
	margin: 5px;
}

#footer .alignright { 
	text-align: right;
}

#footer .alignleft {
	text-align: left;
}

#footer .center {
	text-align: center;
}

#footer a, #footer a:visited {
	color: #CC0000;
	text-decoration: none;
	font-weight: normal;
}
	
#footer a:hover {
	color: #CC0000;
	text-decoration: underline;
	font-weight: normal;
}

#footer img, #footer a {
	margin: 0;
	padding: 0;
}

