* {margin:0px; padding:0px;}

html {}
body {
	background-color: #040309;
	color: #FFF;
	background-image: url(../images/bg.jpg);
	background-position: center top;
	text-align: center;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
}

h1 {}
h2 {
	margin-bottom: 10px;
}
h3 {}
h4 {}

p {
	margin-bottom: 10px;
}

a:link, a:active, a:visited {
	color: #66F;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

ul {
	margin-left: 20px;
	margin-bottom: 10px;
	list-style-type: square;
}
ul li {}
ul li a {
}
ul li a:hover {

}


div#container {
	text-align: left;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 50px;
}
div#wrapper {
	padding-top: 150px;
}
h1#masthead {
	margin: 0px;
	padding: 0px;
}
h1#masthead a {
	color: #1C123D;
	text-decoration: none;
	display: block;
	background-image: url(../images/header2.png);
	height: 204px;
	width: 480px;
	font-size: 1px;
	text-indent: -999em;
	position: absolute;
	z-index: 4;
}

h1#masthead a:focus {outline: 0;}


div#left {
	float: left;
	width: 640px;
	background-image: url(../images/bg-blogarea.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	min-height:580px;
	padding-top: 10px;
}

*html div#left {height:580px;}
div#leftwrapper {
	width:570px;
	padding-right: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #1E1E23;
	margin-bottom: 20px;
	padding-left: 60px;
}

div#left h2 {
	padding: 5px;
	background-image: url(../images/bg-h2.png);
	color: #06F;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 2.5em;
}

div#left h2 a {color:#06F;}

div#right {
	margin-left: 650px;
	padding-top: 10px;
}

div#right ul {
	color: #2D3336;
	margin-bottom:20px;
}
div#right ul li {}
div#right ul li a {
	color: #2D3336;
}
div#right ul li a:hover {
	text-decoration: none;
	background-color: #66F;
	color: #000;
}


div#footer {
	text-align: right;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	color: #232323;
	background-color: #000;
}
div#footer a {
	color: #666;
	text-decoration: underline;
}



h2#prevposts, h2#archiveposts, h2#linkspost {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 1px;
	display: block;
	text-indent: -999em;
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 0px;
	color:#000;
}

h2#prevposts {
	background-image: url(../images/bg-h2prevposts.png);
	width: 173px;
	height:42px;
}
h2#archiveposts {
	background-image: url(../images/bg-h2archives.png);
	width: 103px;
	height:36px;
}
h2#linkspost {
	background-image: url(../images/bg-h2links.png);
	width: 69px;
	height:31px;
	margin-bottom: 5px;
}
ul#linkslist {
	list-style-type: none;
	margin-left: 0px;
	background-color: #080808;
}
ul#linkslist li {
}
ul#linkslist li a {
	margin-bottom: 1px;
	background-color: #0F0F0F;
	display: block;
	padding: 3px;
}


ul#linkslist li a:hover {}


/* --- BEGIN TOP NAV CSS --- */
div#topnavwrapper {
	padding:0px;
	width: 320px;
	position: absolute;
	margin-top: 70px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 640px;
	z-index: 10;
}
ul#topnav {
	list-style-type: none;
	padding: 0px;
	margin:0px;
}
ul#topnav li {
	display: inline;
}

ul#topnav li a {
	display: block;
	float: left;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	font-size: 1.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #06F;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #32323B;
}

ul#topnav li a:link {}
ul#topnav li a:active {background-color:#333 !important; color:black !important;}
ul#topnav li a:hover, body#about li#navabo a {background-color: #03F; color:black !important;}
li#navmyf a {border-right:none !important;}
/* --- END TOP NAV CSS --- */


p#about {
	color: #333 !important;
	margin: 0px 10px 20px 10px !important;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

p#about a {color:#600 !important;}

.clearfloat {
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.skipnav {
	display: none;
}
.date {
	color: #FFF;
	background-color: #900;
	display: block;
	height: 40px;
	width: 40px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	position: absolute;
	z-index: 2;
	clip: rect(auto,auto,50px,auto);
	overflow: hidden;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-image: url(../images/bg-date.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.tendown {margin-bottom:10px;}
.gray {color:#666;}
.comment-link {
	color:#930 !important;
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
}
.morecontent {
	
}

.morecontent a {color: #666 !important;}

ul.aposts {
	list-style-type: none;
	margin-left: 5px;
	font-size:.8em;
}

ul.aposts li {}
ul.aposts li a {
	display:block;
	text-transform:uppercase;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #131313;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	background-image: url(../images/bullet-grey_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
}
ul.aposts li a:hover {}
p.blogger-labels {
	color:#1C1C1C;
	font-size:0.9em;
}
p.blogger-labels a {color:#1C1C1C; font-size:1em;}