/*
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: white;
	background-image: url(./images/Saints_Background.gif); 
	font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
	font-size: 14px; 
}

Body a:hover, Body a:visited, Body a {
	/*color: #e51837;*/
	text-decoration: none;
}


#page {
	width: 920px;
	margin: 0 auto;
	background: #FFF;
	padding: 0;
	min-height: 1100px;
}

#header {
	width: 650px;
	height: 20px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(./images/Saints_Header_White.gif); 
	background-repeat: no-repeat;
	background-position: top center;
        text-align: center;
}

#headerimg {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	width: 450px;
	text-align: center;
	padding-top: 10px;
}

.description {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	width: 450px;
	text-align: center;
}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 550px;
	border-top: 0px solid #000;
	border-right: 0px solid #000;
	border-left: 0px solid #000;
	background: #FFF;
	background-image: url(./images/Saints_Post_White.gif); 
	background-repeat: repeat-x;
	background-position: top center;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

#content {
	margin-left: auto;
	margin-right: auto;
	width: 550px;
        height: 100%;
	background: #FFF;
	padding: 0 0px 0 0px;
	border-bottom: 0px solid #000;
	background-image: url(./images/Saints_Post_White.gif); 
	background-repeat: repeat-x;
	background-position: bottom center;
	color: #ffffff;
}

.content a {
	color: #e51837;
        text-decoration: none;
}


#sidebar-lt {
	float: left;
	width: 160px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

#sidebar-rt {
	float: right;
	width: 160px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}


#footer {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
        padding-top: 40px;
	width: 550px;
	text-align: center;
        font-size: 10px;
}

/*-------------Headings-------------*/

h1 {
	color: #e51837;
}

h1 a {
	color: #e51837;
}

h2 {
	color: #e51837;
}

h3 {
	color: #e51837;
}

h4 {
	color: #e51837;
}

h5 {
	color: #e51837;
}

/*-------------The Post-------------*/



h2 a:hover, h2 a:visited, h2 a {
	/*color: #e51837;*/
	text-decoration: none;
}

.post {
	padding: 0px;
	text-align: justify;
	color: white;
}

.post p {
	color: #000;
}

.post h3 {
	color: #000;
}

.post a {
	color: #e51837;
}

.post ul {
	margin: 7px;
	padding: 0px;
}

.post li {
	color: white;
}

.post ol {
	color: white;
}

.entry {

}

.entrytext .postmetadata {
	font-size: small;
}

.postmetadata alt {
	font-size: small;
}

.postmetadata a {
	text-decoration: none;
}

.navigation {

}

.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;
        padding-bottom: 5px;  
}

acronym, abbr {

}

/*--------------Sidebar------------*/

.widget {
	background: #ffffff;
	margin-top: 5px;
	border: 0;
}

#sidebar-lt ul, #sidebar-rt ul {
	margin: 0px;
	padding-left: 0px;
        border: 0;

}

#sidebar-lt ul h2, .widget-title {
	background: #FFF;
	color: #E51837;
	border-bottom: none;
	padding-left: 10px;
        border: 0;
}

#sidebar-rt ul h2, .widget-title {
	background: #FFF;
	color: #E51837;
	border-bottom: none;
	padding-left: 0px;
        text-decoration: none;
        border: 0;
}

#sidebar-lt ul h3, .widget-title {
	background: #FFF;
	color: #E51837;
	border-bottom: none;
	padding-left: 10px;
        border: 0;
}

#sidebar-rt ul h3, .widget-title {
	background: #FFF;
	color: #E51837;
	border-bottom: none;
	padding-left: 0px;
        border: 0;
}

#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: 0px;
	padding-right: 0px;
        
}

#sidebar-lt a, #sidebar-rt a {
	color: #E51837;
        text-decoration: none;
        
}

#sidebar-lt a:hover, #sidebar-rt a:hover {
	color: #E51837;
	text-decoration: none;
        
}

#sidebar-lt a:visited, #sidebar-lt a:visited {
	color: #E51837;
	text-decoration: none;
        
}



/*--------------Comments--------------*/

ol.commentlist, .replytext, small {
	color: white;
}

ol.commentlist li {
	color: white;
}


ol.commentlist li.alt {
	color: white;
	background: #404040;
}

ol.commentlist a, .replytext a {
	color: #ffc0c0;


}

small.commentmetadata {
	color: #ff0000;
}

.avatar {
	float: right;
	margin-right: 5px;
	padding: 2px;
}

/*--------------Search Form-------------*/

#searchform {
	padding: 0px;
}

#searchform input {
	width: 98%;
	margin-left: auto;
	margin-right: auto;
}

#searchform #s {

}


/*-------------Calendar-----------------*/

#wp-calendar {
	width: 100%;
}

#wp-calendar th {

}

#wp-calendar a {

}

#prev a, #next a {

}

#wp-calendar caption {

}

/*-------------Images------------------*/

img { 
       border: 0;
} 


/*-------------Other------------------*/

hr {
	display: none;
}

img#wpstats {
	display:none
}