/*
Theme Name: OmNomMonster
Theme URI: http://omnomnomnom.sneakykitty.com
Description: OM NOM NOM NOM!
Version: 1.2
Author: Lindsay Carruth
Tags: fixed width, three columns, pink, widgets


/*-----------Block Level Elements--------------*/

Body {
	background: #161616; 
	font-family: Trebuchet MS, Arial, Helvetica, Georgia, sans-serif;
	font-size: 12px;
}

#page {
	width: 920;
	margin: 0 auto;
	background: #161616;
	padding: 0;
	height: 100%;
}

#header {
	width: 650px;
	height: 130px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(./images/both-eyes.gif); 
	background-repeat: no-repeat;
	background-position: top center;
}
#header .home {
	display: block;
	height: 170px;
	text-indent: -9999px;
	overflow: hidden;
}

#headerimg {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1px;
	width: 700;
	text-align: center;
	padding-top: 10px;
}

.description {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1px;
	width: 600px;
	text-align: center;
}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	margin-top: 3px;
	margin-bottom: 30px;
	width: 450px;
	border-top: 2px solid #161616;
	border-right: 2px solid #161616;
	border-left: 2px solid #161616;
	background: #202020;
	background-image: url(./images/teeth-upper.png);
	background-repeat: repeat-x;
	background-position: top center;
	padding-top: 200px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

#content {
	margin-left: auto;
	margin-right: auto;
	width: 440px;
	background: #202020;
	padding: 0 3px 0 3px;
	border-bottom: 0px solid #ababab;
	padding-bottom: 70px;
	background-image: url(./images/teeth-lower.png); 
	background-repeat: repeat-x;
	background-position: bottom center;
	color: #FFFDD8;
}

.content a {
	#303030;
}

#sidebar-lt {
	float: left;
	width: 200px;
	margin-top: 10px;
	margin-left: 70px;
	margin-right: 0px;
}

#sidebar-lt .page_item a {
	overflow: hidden;
	display: block;
	height: 31px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: top left;
}

#sidebar-rt {
	float: right;
	width: 170px;
	margin-top: 10px;
	margin-right: 35px;
	margin-left: 0px;
}


#footer {
	margin-left: auto;
	margin-right: auto;
	margin-top: 3px;
	margin-bottom: 0px;
	padding-bottom: 70px;
        background-#202020;
        background-repeat: repeat-x;
	width: 450px;
        text-align: center
}

/*-------------Headings-------------*/

h1 {
	color: #FF21C8;
}

h1 a {
	color: #FF21C8;
}

h2 {
	color: #FF21C8;
}

h3 {
	color: #FF21C8;
}

h4 {
	color: #FF21C8;
}

h5 {
	color: #FF21C8;
}

/*-------------The Post-------------*/



h2 a:hover, h2 a:visited, h2 a {
	color: #FF21C8;
}

.post {
	padding: 10px;
	text-align: justify;
	color: #FFFDD8;
}

.post p {
	color: #FFFDD8;
}

.post h3 {
	color: #FFFDD8;
}

.post a {
	color: #FFFDD8;
}

.post ul {
	margin: 0px;
	padding: 0px;
}

.post li {
	color: #FFFDD8;
}

.post ol {
	color: #FFFDD8;
}

.entry {

}

.entrytext .postmetadata {
	font-size: small;
}

.postmetadata alt {
	font-size: small;
}

.postmetadata a {
	text-decoration: none;
}

.navigation {
        color: #FFFDD8;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;	
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.pagetitle {
	font-size: medium;
}

blockquote {
	background: #404040;
	padding: 2px;
}

cite {

}

a img {
	border: 0;
}

acronym, abbr {

}

/*--------------Sidebar------------*/

.widget {
	background: #161616;
	margin-top: 3px;
	border: 1px solid #161616;
}

#sidebar-lt ul, #sidebar-rt ul {
	margin: 1px;
	padding-left: 7px;
}

#sidebar-lt ul h2, #sidebar-rt ul h2, .widget-title {
	background: #161616;
	color: #ff02cc;
	border-bottom: 1px solid #161616;
	padding-left: 7px;
}

#sidebar-lt ul li, #sidebar-rt ul li {
	list-style-type: none;
	list-style-image: none;
}

#sidebar-lt ul ul, #sidebar-rt ul ul {

}

#sidebar-lt ul ul li, #sidebar-rt ul ul li {

}

#sidebar-lt ul ul ul, #sidebar-rt ul ul ul {

}

#sidebar-lt p, #sidebar-rt p, .textwidget {
	text-align: left;
	padding-left: 7px;
	padding-right: 7px;
}

#sidebar-lt a, #sidebar-rt a {
	color: #67c4d1;
	text-decoration: none;
}

#sidebar-lt a:hover, #sidebar-rt a:hover {
	color: #67c4d1;
	text-decoration: none;
}

#sidebar-lt a:visited, #sidebar-lt a:visited {
	color: #67c4d1;
	text-decoration: none;
}



/*--------------Comments--------------*/

ol.commentlist, .replytext, small {
	color: #FFFDD8;
}


ol.commentlist li {
	color: #FFFDD8;
}


ol.commentlist li.alt {
	color: white;
	background: #4c4c4c;
}

ol.commentlist a, .replytext a {
	color: #67c4d1;


}

small.commentmetadata {
	color: #4c4c4c;
}

.avatar {
	float: right;
	margin-right: 5px;
	padding: 2px;
}

/*--------------Search Form-------------*/

#searchform {
	padding: 5px;
}

#searchform input {
	width: 98%;
	margin-left: auto;
	margin-right: auto;
       text-align: center;
}

#searchform #s {

}


/*-------------Calendar-----------------*/

#wp-calendar {
	width: 100%;
}

#wp-calendar th {

}

#wp-calendar a {

}

#prev a, #next a {

}

#wp-calendar caption {

}

/*-------------Images------------------*/




/*-------------Other------------------*/

hr {
	display: none;
}

img#wpstats {
	display:none
}