/*margins keep the site liquid and centered - do not change them in the body and "hold" id tags*/
body {
	background-image: url(http://expurgate.nu/weblog/archives/images/expurgate_back.gif);
	background-repeat: repeat-y;
	background-position: top center;
	background-color: #333;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
	/*layout - margins important. width declared at 798 because Opera sucks*/
#hold {
	width: 798px;
	margin: 0px auto;
	}
#masthead {
	background-image: url(http://expurgate.nu/weblog/archives/images/masthead.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: top center;
	height: 199px;
}
#exp {
 	text-align: right;
	font-size: 24px;
	font-weight: 500;
	margin: 0;
	padding: 0 130px 0 0;
	color: #DEF2FF;
	}
#canv {
	height: auto;
	margin: 120px 0 0 0;
	border-top: 20px solid #fff;
	background-image: url(http://expurgate.nu/weblog/archives/images/expurgate_back.gif);
	background-repeat: repeat-y;
	background-position: top center;
        color: #3D3D3D;
        line-height: 17px;
	}
	
	/*top and masthead*/
.top {
	text-align: left;
	background-color: #EEF8FF;
	}
.top-liner {
	background-color: #EEF9FF;
	height: 10px;
	}
#state {
	text-align: right;
	font-size: 10px;
	color: #767691;
	padding: 2px 4px 0 0;
	}
	
	/*left column styles*/
.left {
	text-align: left;
	width: 185px;
	float: left;
	margin: 0px 0 0 0;
	padding: 0 0 0 10px;
	}
	.left-cont {
	font-size: 12px;
	padding: 0 0 0 2px;
	margin: 10px 0 20px 0;
	}
	.left-title {
	font-size: 11px;
	color: #4F78C4;
	margin: 0 0 0 0;
	padding: 5px 0 5px 5px;
	border-top: 1px solid #C0D6FF;
	background-color: #C0D6FF;
	}

	/*blog styles*/
.center-blog {
	font-size: 13px;
	text-align: left;
	width: 385px;
	float: left;
	padding: 0;
	margin: 0px 18px 0 1px;
	border-top: 1px solid #ededed;
	}
	.center-post {
	padding: 8px;
	}
	.title {
	font-size: 24px;
	color: #333;
	margin: 0 0 5px 0;
	}
	.date {
	font-size: 12px;
	color: #666;
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
	}
	p.comm {
	clear: both;
	width: 360px;
	font-size: 10px;
	text-align: right;
                     color: #999;
	padding: 0 5px 0 0;
	margin: 0 0 30px 0;
	background-color: #EDEDED;
	}

	/*right column styles*/
.right {
	text-align:left;
	width:190px;
	float:left;
	margin-top: -30px;
	}
	.right-cont {
	height: auto;
	font-size: 12px;
	background-color: #EDEDED;
	margin: 0 0 40px 0;
	}
	.right-title {
	font-size: 18px;
	color: #333;
	border-bottom: 1px solid #ff9900;
	border-left: 1px solid #B1B1B1;
	padding: 0px 0 5px 5px;
	margin:0 0 0 0;
	}
	.no-list {
	border-left: 1px solid #B1B1B1;
	border-bottom: 1px dotted #333;
	padding: 5px;
	}
	
	/*list hover styles*/
	.navcontainer ul {
	margin-bottom: 50px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-left: 1px solid #B1B1B1;
	background-color: #fff;
	}
	.navcontainer a {
	display: block;
	color: #494949;
	background-color: transparent;
	width: 180px;
	padding: 5px 5px 5px 5px;
	text-decoration: none;
	border-bottom: 1px dotted #333;
	}
	.navcontainer a:hover {
	background-color: #ededed;
	color: #333;
	}
	
	/*footer and credit styles*/
	.sm {
	margin: 0 0 20px 0;
	}
	.ftr {
	clear: both;
	width: 798px;
	font-size: 12px;
	padding: 10px 0 10px 0;
	border-top: 2px solid #ff9900;
	background-color: #fff;
	}
	.btm {
	height: 25px;
	font-size: 12px;
	text-align: right;
	padding: 10px 10px 10px 0;
	background-image: url(http://expurgate.nu/weblog/archives/images/bear_bottom.gif);
	background-position: 100px 5px;
	background-repeat:  no-repeat;
	background-color: #EEF9FF;
	}
	
	/*basic elements*/
	p {
	line-height: 15px;
	}
	blockquote {
	border-left: 5px solid #ededed;
	background-color: #fff;
	padding: 2px;
	}
	img {
	display: block;
	}
	h1,h2,h3,h4,h5,h6 {
	font-weight: 600;
	}
	/* blue and red classes incase you want to post IM conversations.
	Example 
	<b class="red">me:</b>
	<b class="blue">them:</b>
	*/
	.blue {
	font-weight: bold;
	color: #0000FF;
	}
	.red {
	font-weight: bold;
	color: #FF0000;
	}
	.black {
	font-size: 12px;
	font-weight: bold;
	}
	.orange {
	color:#FF9900;
	}
	.pink {
	color: #FF1C92;
	}
	.agua {
	color: #3993FF;
	}
	.lb {
	color: #F7F9FB;
	}

	
	/*generic links*/
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #666666;
	border-bottom: 1px solid #ff9900;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
}

	/*comment trackback links*/
a.commentary:link {
	color:#999;
	text-decoration: none;
}
a.commentary:visited {
	color: #999;
}
a.commentary:hover {
	color: #333;
	text-decoration: none;
	border-bottom: none;
	background-color: #F7F9FB;

}
a.commentary:active {
	color: #FFFFFF;
	text-decoration: none;
}	

	/*ftr links*/
a.foot:link {
	color:#999;
	text-decoration: none;
}
a.foot:visited {
	color: #999;
}
a.foot:hover {
	color: #333;
	text-decoration: none;
	border-bottom: none;

}
a.foot:active {
	color: #FFFFFF;
	text-decoration: none;
}	