/***********************************************/
/* default.css                                 */
/***********************************************/

body{
	font-family: Arial, sans-serif;
	background-color: #333333;
	color: #FFFFFF;
	line-height: 1.166;	
	margin: 10px;
	padding: 0px;
}

a{
	font-weight: bold;
	text-decoration: none;
}

a:link{
	color:#9999CC;
}

a:hover{
	color:red;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#container{
	position: relative;
	width: 753px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	color: #FFFFFF;
	background-color: #000000;
}

#masthead{
	padding: 10px 0px 0px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
	height: 100px;
	background: url("../graphics/perpetium_balls.gif") no-repeat;
}

#navBar{
	float: left;
	width: 20%;
	margin: 0px;
	padding: 0px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

#headlines{
  	float:right;
	width: 20%;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-right: 10px;
}

#content{
	float: left;
  	width: 55%;
}



#header {
	width: 753px;
	height: 100px;
	background: #000 url("bg_header.gif") no-repeat 0px top;
}

#header h1 {
	position: absolute;
	left: 0px;
	width: 100px;
	height: 100px;
	background: url("../graphics/perpetium_balls.gif") no-repeat;
	text-indent: -1234em;
	cursor: pointer;
}


.links	{color: white; 
	font-size:11px;
}

a.links:hover{color:white;}
a:active {color:#9999CC;}
a:visited {color:#9999CC;}

p{
	font-size: medium;
	line-height: normal;
}

.date{
	color: white;
	font-size:11px;
	font-weight:bold;
}

.posts{
	color: white;
	font-size:12px;
}

.byline{
	font-family: Verdana, Arial, sans-serif;
	color: #999999;
	font-size:11px;
}

.log{
	font-size: 9px
}

.log_active{
	font-size: 9px;
	color: #FFFF9F
}

.subtitle{
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps
}

.header{
	font-size: 24px;
	color: #FFFFFF
}

.colofon{
	font-size: 9px;
	color: #FFFFFF
}

