body
{
	background-color: white;
	color: #404040;
	background-image: url(/images/bg-whitegraystrip.gif);
	background-repeat: repeat-y;
	background-position: left top;
	
	font-family:arial;
	font-size:0.9em;
	padding-top:0;
	margin-top:0;
}


a:link {color:#7D0E28; text-decoration:underline;}
a:visited { color:#50091A; text-decoration:underline; }	
a:hover { color: #999; text-decoration:underline; }


#content {
	/*border:1px solid black;*/
	margin-left:132px;
	color: #404040;
	margin-right: 238px;
}
h1, h2.pagetitle {
	text-transform:lowercase;
	font-size: 230%;
	font-family: arial, sans-serif;
	font-weight: normal;
}
h1 a:link { color: #404040;  }
h1 a:visited { color: #404040;  }
h1 a:hover { color: #999;  }

#content h2 { font-size:100%; font-weight:bold; font-family: arial, sans-serif; }
#nav
{
	background-color: #50091A;
	
	background-image: url(/images/stripend.gif);
	background-repeat: no-repeat;
	background-position: left;
	height:39px;
	margin-left:72px;
	padding-top:14px;
	padding-left:60px;
	margin-top:0;
	
	color:#B2ACAD;
}

#nav span {
	margin-right:16px;
	text-transform:lowercase;
}
#nav .notice {
	font-size: 8pt;
	color:#666;
}

#nav a:link { color:#B2ACAD; text-decoration:underline; }
#nav a:hover { color:#B2ACAD; text-decoration:underline; }
#nav a:visited { color:#B2ACAD; text-decoration:underline; }

#sidebar
{
	position: absolute;
	/*float: right;*/
	top: 0;
	right: 0;
	width: 246px;
	background-color: #50091A;
	background-image: url(/images/bg-sidebar.gif);
	background-repeat: repeat-y;
	/*height:100%;*/
	/*color:#B2ACAD;*/
	color:white;
	padding-bottom:0;
	
	font-size:80%;
}

#sidebar div.wrapper
{
	background-image: url(/images/corner-bottom-left.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#sidebar div.wrapper div.wrapper
{
	background-image: url(/images/corner-bottom-right.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	
	padding-left:30px;
	padding-right:15px;
	padding-top:10px;
	padding-bottom:10px;
}
#sidebar ul li {
	list-style-type: none;
	padding-left:0;
	margin-left:0;
}
#sidebar ul  {
	padding-left:0;
	margin-left:0;
}

#sidebar ul li  h2, #content h3 {
	font-family:"verdana", sans-serif;
	font-weight:normal;
	font-size:75%;
	letter-spacing:0.4em;
	text-transform:uppercase;
	margin-top:1.8em;
}
#sidebar a:link { color:#B2ACAD; text-decoration:underline; }
#sidebar a:hover { color:#B2ACAD; text-decoration:underline; }
#sidebar a:visited { color:#B2ACAD; text-decoration:underline; }

div.name {
	color: white;
	text-transform: uppercase;
	font-weight:normal;
	letter-spacing:0.3em;
	font-family:"verdana" ;
	text-align:center;
	margin-top:14px;
}

.portrait img {
	border:1px solid #404040;
	margin-top:77px;
}

/*** articles ***/

.article h2 {
	font-size:inherit;
}
.article p {
	margin-bottom:0.5em;
}

.article div, .article h2 span, .article h1 span {
	display:block;
	font-size:8pt;
	color:#999;
}

.postmetadata, .commentmetadata {
	font-size:8pt;
	color:#999;	
}
.postmetadata a, .commentmetadata a { color:#999; }
.article .entrytext, .article .entry { /* for blog */
	color:#404040;
	font-size:inherit;
}
.article {
	margin-bottom:2em;
}

.article em cite, .article em a { font-style:normal; }

.commentlist {
	font-size:85%;
}

#footer {
	font-size:8pt;
}

div.article img { float:left; padding-right: 10px; }
div.article {
	padding-top:20px;
	clear: both;
}

div.atriskinfo {
	text-align:center;
	color:white;
}