.archive-list{
	list-style:none;
}
.categories-list-bit{
	list-style:none;
}
sidebar > li{
	list-style:none;
}
.webappicon{
	width:70px;
	height:70px;
	float:left;
	padding-right:10px;
}
.webapp{
	clear:both;
	padding-top:4px;
	padding-bottom:9px;
	text-align: justify;
}
.categories{
	list-style:none;
}
h3.webapphead{
	padding-bottom:10px;
}
h3 > a{
	text-decoration:none;
}
.entryfooter{
	clear:both;
}
#commentform{
	display:none;
}
#trackbacklink{
	display:none;
}
.bpad{
	clear:both;
	height:30px;
}
img{
	border:0;
}
.comment{
	border-left:3px outset #efe7df;
	padding-left:4px;
}
.dropquote {
	border-style:solid;
	border-color:#efe7df;
	border-right:2px;
	border-left:2px;
	padding-top:2px;
	padding-bottom:2px;
	font-weight:bold;
	float: right;
	width: 200px;
	height: auto;
	margin-left: 8px;
	font-size:14pt;
}
#tagcloud a {
	font-size: 12px !important;
}
body{
	background-image:url('resources/bg2.png');
	margin:0 0 0 0;
	color:#ffffff;
}
.header{
	min-width:850px;
	width:100%;
	height:195px;
	/*
	background-color:#31241D;
	*/
	background-color:#21150D;
}
.logo{
	padding:10px 0px 10px 10px;
}
.navbartop{
	position:absolute;
	bottom:0px;
	right:0px;
	padding:10px 10px 0px 0px;
	color:#FFFFFF;
	font-family:helvetica;
	font-variant:small-caps;
}
.header2{
	width:750px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}
.bodysection{
	width:850px;
	margin-left:auto;
	margin-right:auto;
	padding-top:45px;
}
.mainbody{
	width:600px;
	background-image:url('resources/blogbg1.png');
	float:left;
	padding:15px;
	color:#FFFFFF;
	font-family:tahoma;
}
.sidebar{
	width:200px;
	float:right;
	background-image:url('resources/blogbg1.png');
	color:#FFFFFF;
	padding:10px;
	font-family:tahoma;
	font-size:12px;
	text-align:right;
}
.entrytext > p.dropcap:first-letter{
	font-family:Zapfino,"Monotype Corsiva","Brush Script MT",cursive;
	font-size:14pt;
	float:left;
	margin-bottom:-25px;
	margin-top:-10px;
	margin-right:20px;
}
p{
	text-align:justify;
	margin-bottom:2px;
	margin-top:10px;
}
.lookgoodbar{
	background-image:url('resources/saver.png');
	height:10px;
	width:100%;
	min-width:850px;
}
a{
	color:#ffffff;
}
a:hover{
	color:#dddddd;
}
.date{
	color:#BBBBBB;
	font-size:10px;
	background-image:url('resources/blogbg1.png');
	padding:2px;
}
.timestamp{
	color:#BBBBBB;
	font-size:10px;
}
h1{
	font-weight:100;
	padding-right:5px;
	text-decoration:none;
	clear: both;
	list-style:none;
}
h2{
	font-weight:100;
	padding-right:5px;
	text-decoration:none;
	clear: both;
	list-style:none;
}
h2 > a{
	text-decoration:none;
}
h3{
	font-weight:100;
	padding-right:5px;
	text-decoration:none;
	text-align:right;
	list-style:none;
}
.formlabel{
	font-size:11px;
	color:#BBBBBB;
}
.commentfield{
	font-size: 11px;
	opacity: 0.7;
	background-image:url('resources/blogbg1.png');
	border: 1px solid #BBBBBB;
	color:#FFFFFF;
}
.submitbutton{
	text-align:right;
}
.postfooter{
	margin-top:23px;
	border-top:1px solid white;
	border-bottom:1px solid white;
	padding-bottom:6px;
	padding-top:4px;
	font-size:11px;
	margin-right:5px;
	margin-left:5px;
}
.postfooter > a{
	text-decoration:none;
	font-size:16px;
}
.pagetitle{
	text-align:right;
}

.navigation{
	margin-top:20px;
}


/*  Begin WordPress Bits */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}
/* End Various Tags & Classes*/
