
html {
height: 100%;
}

body {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #000000;
	margin-top: 0px;
	background-color: #000000;
		line-height: 1.7em;
}

#rap {
	position: relative;
	width: 800px;
	margin: 0 auto; 
	background-color: #000000;
	border:  10px  dotted #000000;
	overflow: hidden;
}

#header {
	background: url(http://www.faistonblog.com/avatars/champ.jpg) no-repeat bottom;
	height:200px;
}

.cmd-avatar {
	border:solid 4px #F1F1F1;
	}

#content-padding {
	padding-left:5px;
}

#content {
	background-color: #FFFFFF;
	width: 600px;
	margin-top: 0px;
	text-align: left;
	font-size: 100%;
	padding-bottom: 5px;
	margin-left: 200px;
}

#sidebar-padding {
	padding-left:5px;
}

#sidebar {
	position: absolute;
	left:0;
	width: 200px;
	background-color: #FFFFFF;
	font-size: 90%;
	text-align: left;
	padding-top: 5px;
	margin-bottom: 0px;
	line-height: 1.1em;
} 


#sidebar ul {
	list-style-type: none;
}

#sidebar li {
	list-style-image: url(images/bubble.png);
}

#sidebar a:link, #sidebar a:visited, #sidebar a:hover, #sidebar a:active {
	color : #000000;
}

#footer {
	background-color: #FFFFFF;
	width: 800px;
	font-size: 80%;
	padding-bottom:5px;
	padding-top:10px;
	bottom:0px;
}


#blogtitle {
	position: absolute;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 1.5em;
	font-weight:600;
	top:150px;
	left:5px;
	/*margin-top:-50px;
	margin-left:10px;*/
	/*text-align: left;*/

	
}

#blogtitle a:link, #blogtitle a:visited {
	color: #000000;
	background-color: #FFFFFF;
	text-decoration: none;
	border-bottom: none;
	font-weight:normal;
}

#blogtitle a:hover, #header a:active {
	text-decoration: underline;
	font-weight:normal;
	border-bottom: none;
}

h1, h3, h4 {
	font-family: "Lucida Sans Unicode", lucida, Verdana, sans-serif;
	font-weight: normal;
	letter-spacing: 1px;
}

img {
padding : 5px;
}

.cat-title {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 2em;
	border-bottom: solid #FF7F00;
	border-width: 1px;
}

.cat-title a:link, .cat-title a:visited {
	color: #FF7F00;
	text-decoration: none;
}

.cat-title a:hover, .cat-title a:active {
	color: #FF7F00;
}

h2 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 1.25em;
	width:90%;
	border-bottom: solid 1px #000000;
	border-left: solid 3px #000000;
	color: #4779DD;
	letter-spacing: 0.2em;
	font-variant: small-caps;
}

h2 a:link, h2 a:visited {
	color: #4779DD;
	text-decoration: none;
}

h2 a:hover, h2 a:active {
	color: #4779DD;
}

#informat {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 1.2em;
}

#informat a:link, #informat a:visited{
	color: #575757;
	text-decoration: underline;
}

#informat a:hover, #informat a:active{
	color: #575757;
	text-decoration: none;
}

.post-info {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size:  1.5em;
	text-align: left;
}

.post-info li{
	list-style-image: url(images/bubble.png);
}

.post-info a:link, .post-info a:visited {
	color: #000000;
	text-decoration: underline;
}

.post-info a:hover, .post-info a:active {
	text-decoration: underline;
}

.post-content {
	/*margin-left:10px;*/
	color: #000000;
	font-size: 1.2em;
}

a:link, a:visited {
	color: #000000;
	font-weight:bold;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

#commentwrapper {
	min-height:1000px;
}

#pagedecal {
	margin-left : 20px;
}