body, #rbar, #lbar, #left {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#main, #navigation, #content, #left, #sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

#left, #right {
	top:200px;
}

#main, #banner, #searchbar {
	width:1004px;
}

#meta_content {
	padding-top:22px;
}

a {
	color: #000000;
}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	/*text-align:center;*/
	background-image: url(/wp-content/themes/snotmonkey/images/bgm.png);
	background-color: #000000;
	background-repeat:repeat-y;
	color: #000000;
}
	
#main {
	/*margin: 0px auto;*/
	
	text-align: left;
	/*background-color: #b1b1b1;*/
}

#logo {
	position: absolute;
	height: 31px;
	width: 253px;
	top: 169px;
	z-index:7;
}

#logoimg {
	padding-left:11px;
}

#banner {
	height: 200px;
	background-image: url(/images/rotate.php);
	background-repeat: no-repeat;
	z-index:5;
}



#searchbar {
	position: absolute;
	top: 175px;
	width:722px;
	text-align: right;
	z-index:6;
}

#left {
	position: absolute;
	width: 280px;
	text-align: left;
	background-image: url(/wp-content/themes/snotmonkey/images/bg.png);
	z-index:4;
}

#right {
	float: right;
	height: 800px;
	width: 724px;
	background-color: #d7d7d7;
}

#rbar, #lbar {
	height: 5px;
	font-size: 1px;	
}

#rbar {
	width: 724px;
	background-color: #7d7d7d;
}

#lbar {
	width: 280px;
	background-color: #000000;
}

#arrow {
	position: absolute;
	height: 116px;
	width: 169px;
	top: 13px;
	left: 7px;
	background-image: url(/wp-content/themes/snotmonkey/images/arrow.png);
	background-repeat: no-repeat;
}

#content {
	position: relative;
	width: 708px;
	padding: 8px;
	background-color: #d7d7d7;
}
#nav_meta {
margin-left:50px;
}
#navigation {
	position:relative;
	width: 280px;
}

/*	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 Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #navigation ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#navigation ul, #navigation ul ol {
	margin: 0;
	padding: 0;
	}

#navigation ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 10px;
	}

#navigation ul p, #navigation ul select {
	margin: 5px 0 8px;
	}

#navigation ul ul, #navigation ul ol {
	margin: 5px 0 0 10px;
	}

#navigation ul ul ul, #navigation ul ol {
	margin: 0 0 0 10px;
	}

ol li, #navigation ul ol li {
	list-style: decimal outside;
	}

#navigation ul ul li, #navigation ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 90%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


/* 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;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/

.postmetadata {
	clear: left;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 780px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#navigation h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#navigation h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #navigation h2, #wp-calendar caption, cite {
	text-decoration: none;
	}
	
.entry ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}

ul li {
	list-style-type: none;
	list-style-image: none;
}

ul, li {
	list-style: none;
} 

