/* Whole page
   -------------------------------------------- */


body {
	background-image: url("images/shade.gif");
	background-attachment: fixed;
	background-position: bottom;
	background-repeat: repeat-x;
	font-size:11px;
}
	 
#contentArea {
	margin-right: 20em;
	margin-left: 40px;
	background-color: #fff;
	padding: 0.5em;
	margin-top: 160px;
	margin-bottom: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px #eee solid;
}

#contentArea ul li {
	list-style-type: disc;
	color: #000000;
}

#contentArea ol li {
	list-style-type: lower-roman;
	color: #000000;
}

#contentArea h2 {
	text-decoration: none;
	font-weight: bold;
	margin-bottom: 0.33em;
	color: #B54141;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#contentArea h1 {
	text-decoration: none;
	font-weight: bold;
	margin-bottom: 0.33em;
	color: #B54141;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#rap a:link, #rap a:visited {
	border: 0px;
	color: #B54141;
	text-decoration: none;
}

#headTitle {
	position: absolute;
	top: 40px;
	left: 0px;
	background-image: url("images/graphic.jpg");
	background-position: top right;
	background-repeat: no-repeat;
	width:80%;
	margin: 0;
	height: 150px;
	text-decoration: none;
	border-style:none;
	padding-left: 45px;
	color: #B54141;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 3em;
}

#headTitle a:link, #header a:visited, #header h2{
	border: 0px;
}

#headTitle a:hover {
	border: 0px;
	background-color: #eee;
}

#strapline {
	position: absolute;
	top: 145px;
	left: 0px;
	width:55%;
	margin: 0;
	height: 30px;
	
	padding-left: 55px;
	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color:#cccccc;
	font-style:italic;
	font-size: 1.2em;
}

* html #strapline { /* make IE put it in the right place */
	top: 160px;
}

/* Content & menu
   -------------------------------------------- */

#menuholder {
	width: 14em;
	position: absolute;
	float: right;
	top: 200px;
	right: 5em;
	
	font-size: 90%;
}
* html #menuholder { /* make IE put it in the right place */
	right: 5em;
}


#sitemenu ul {
	margin-top: 0;
	padding-left: 0;
	margin-left: 0;
	list-style: none;	

	color: #B54141;
	/*text-indent: 1000em;*/

}

#sitemenu a:link, #sitemenu a:visited {
	display: block;
	width: 100%;
	color: #000000;
	padding: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
}

#sitemenu li a:hover {
	margin-top: 2px;
	margin-bottom: -1px; 
	background-color: #eee;
	border-bottom: 1px solid #B54141;
}

#sitemenu td a:hover {
	margin-top: 2px;
	margin-bottom: 1px;
	background-color: #eee;
	border-bottom: 1px solid #B54141;
}

#sitemenu a:hover {
	margin-top: 2px;
	margin-bottom: -1px;
	background-color: #eee;
	border-bottom: 1px solid #B54141;
}

#sitemenu ul ul {
	margin-left: 0;
	list-style: none;
	list-style-position: inherit;
	padding-left: 0;
	text-indent: 0;
	color: black;
}

.sitemenuTitle {
	font-weight: bold;
	margin-top: 1.45em;
	margin-bottom: 5px;
	color: #B54141;
	font-family: Arial, Helvetica, sans-serif;
}

#sitemenu form{
	margin: 0;	 
}
#sitemenu form br {
	display:none;
}

input {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	background: #fff;
	border: 1px solid #999;
}

#xtrabox {
	font-size:11px;
}

#xtrabox a:link, #xtrabox a:visited {
	border: 0px;
}

#xtrabox a:hover {
	border: 0px;
}

/* Post
   -------------------------------------------- */


h2 {
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom: 0.33em;
	color: #B54141;
}

h3 {
	display: block;

	padding: 2px 0px 0px 0px;
	border-bottom: 1px solid #ccc;
	font-size: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ccc;
	margin-bottom: 25px;
	margin-top: 70px;

}

.storytitle {
	margin-top: 0.25em;
}

.post-categories {
	display: inline;
	margin: 0;
	padding: 0;
}
.post-categories li {
	display: inline;
	margin: 0 3px 0 0;
	padding: 0;
}

.postmeta {
	font-size: 0.85em;
	color: #666;
	margin-top: 0;
}	

.postentry {
	font-size: 1em;
	line-height: 1.45em;
}

.postfeedback {
	margin-bottom: 3em;
	border-bottom: 1px solid #ccc; 
	padding-bottom: 3px;
}

.posttitle {
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom: 0.33em;
	color: #B54141;
}

.postentry a:link, a:visited {
	text-decoration: none;
	color: #B54141;
	border: 1px solid white;
}

.postentry a:hover {
	background-color: #eee;
	border: 1px solid #ccc;
}

.posttitle a:link, a:visited {
	text-decoration: none;
	color: #B54141;
	border: 1px solid white;
}

.posttitle a:hover {
	background-color: #eee;
	border: 1px solid #ccc;
}

.postmeta a:link, a:visited {
	text-decoration: none;
	color: #B54141;
	border: 1px solid white;
}

.postmeta a:hover {
	background-color: #eee;
	border: 1px solid #ccc;
}

.postfeedback a:link, a:visited {
	text-decoration: none;
	color: #B54141;
	border: 1px solid white;
}

.postfeedback a:hover {
	background-color: #eee;
	border: 1px solid #ccc;
}

/* Credit
   -------------------------------------------- */
	 
p.credit {	
	margin-right: 20em;
	margin-left: 40px;
	padding: 0.5em;
	font-size: 90%;
}
p.credit a:visited, p.credit a:link {
	border: 0px;
}

/* News
	------------------------------------------- */

.newsSection {
	margin-top: 1em;
	font-size: 1em;
	line-height: 1.45em;
}

/* Basic typography
   -------------------------------------------- */

body {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 80%;
}

p, td, th, li {
	font-size: 1em;
	line-height: 1.45em;
}

a:link, a:visited {
	color: #000000;
	border: 0px;
}

.featureitem a:link, a:visited {
	text-decoration: none;
	color: #B54141;
	border: 1px solid white;
}

.featureitem a:hover {
	background-color: #eee;
	border: 1px solid #ccc;
}


.featureitem {
	margin-bottom: 3em;
	border-bottom: 1px solid #ccc; 
	padding-bottom: 10px;
	line-height: 1.65em;
}

#footnote {
	margin-top: 35px;
	margin-left: -5px;
}

#footnote a:hover {
	background-color: #eee;
}

/* Directory Elements
   -------------------------------------------- */

.navpath {
	font-size: 10px;
	color: #666;
	padding-bottom: 6px;
	padding-top: 6px;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

#dform textarea {
	width: 250px;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	background: #fff;
	border: 1px solid #999;
}

#dform input {
	width: 250px;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	background: #fff;
	border: 1px solid #999;
}

#smalltext {
	font-size: 11px;
	line-height: 1em;
}

.linktitle {
	font-weight: bold;
	line-height: 1.4em;
}

.linkdescription {
	display: block;
	line-height: 1em;
	margin-bottom: 25px;
}

.categories {
	font-weight: normal;
}

.submaincat {
	color: #cccccc;
}

.submaincat a:link, .submaincat a:visited {
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px;
	border-bottom-color:#CCCCCC;
	color: #999999;
}

/* Others
   -------------------------------------------- */

.G-Right {
	float: right;
	margin-left: 10px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-top: 80px;

}

.G-RightTop {
	float: right;
	margin-left: 10px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-top: 0px;

}

ol#comments li p {
	font-size: 100%;
}

#commentform input {
	width: 150px;
	background: #fff;
	border: 1px solid #999;
}

#commentform textarea {
	width: 100%;
	background: #fff;
	border: 1px solid #999;
}

.prevnext {
	color: #999999;
	margin: 25px,25px,25px,25px;
}

.prevnext a:link, a:visited {
	text-decoration: none;
	color: #B54141;
	border: 1px solid white;
}

.prevnext a:hover {
	background-color: #eee;
	border: 1px solid #ccc;
}