/*
Theme Name: FRC-OmNomM-1
Theme URI: http://dnfrc.org
Description: Based on Omnommonster
Version: 1
Author: Jessica Haas
Tags: fixed width, three columns, widgets, orange


/*-----------Block Level Elements---------------------------------------------*/

body {
	background: #6A2B2D;
	background-image: url(./images/bg3.png); 
	background-attachment: fixed;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
}

#page {
	width: 1024px;
	margin: 0 auto;
	background: #E1C16A;
	padding: 0;
	height: 100%;
}

#header {
	width: 1024px;
	height: 180px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF; 
}

#header a, a:active, a:hover, a:visited {
	font-weight: bold;
	color: #FFFFFF; 
}

#headerimg {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	width: 280px;
	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: 512px;
	border-top: 4px solid #CC6635;
	border-right: 4px solid #CC6635;
	border-left: 4px solid #CC6635;
	border-bottom: 4px solid #CC6635;
	background: #FFFFFF;
}

#content {
	margin-left: auto;
	margin-right: auto;
	width: 500px;
	background: #FFFFFF;
	padding: 0 5px 0 5px;
	padding-bottom: 50px;
}

.content a {
	#6A2B2D;
}

#sidebar-lt {
	float: left;
	width: 248px;
	margin-top: 5px;
}

#sidebar-rt {
	float: right;
	padding-right: 5px;
	width: 248px;
	margin-top: 5px;
}


#footer {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	width: 100%;
	text-align: center;	
	background: #6A2B2D;
	color: #FFFFFF;
}

/*-------------Headings------------------------------------*/

h1 {
	color: #006666;
}

h1 a {
	color: #CC6635;
}

h2 {
	color: #006666;
}

h3 {
	color: #006666;
}

h4 {
	color: #006666;
}

h5 {
	color: 006666;
}

/*-------------The Post------------------------------------*/



h2 a:hover, h2 a:visited, h2 a {
	color: #CC6635;
	font-weight: bold;
	text-decoration: none;
}

.post {
	padding: 10px;
	text-align: justify;
	color: #000000;
}

.post p {
	color: #000000;
}

.post h3 {
	color: #000000;
}

.post a {
	color: #CC6635;
	font-weight: bold;
}

.post ul {
	margin: 7px;
	padding: 0px;
}

.post li {
	color: #000000;
}

.post ol {
	color: #000000;
}

.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: #FFFFFF;
	padding: 2px;
}

cite {

}

a img {
	border: 0;
}

acronym, abbr {

}

/*--------------Sidebar-------------------------------------------*/

.widget {
	background: #CC6635;
	margin-bottom: 10px;
	padding-bottom: 5px;
	
}

#sidebar-lt ul, #sidebar-rt ul {
	
	padding-left: 7px;
}

#sidebar-lt ul h2, #sidebar-rt ul h2, .widget-title {
	background: #6A2B2D;
	height: 21px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px;
}

#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 {
	padding-left: 7px;
	padding-right: 7px;
}

#sidebar-lt a, #sidebar-rt a {
	color: #E1C16A;
	font-weight: bold;
	text-decoration: none;
}

#sidebar-lt a:hover, #sidebar-rt a:hover {
	color: #6A2B2D;
	font-weight: bold;
	text-decoration: underline;
}

#sidebar-lt a:visited, #sidebar-lt a:visited {
	color: #E1C16A;
	font-weight: bold;
	text-decoration: none;
}



/*--------------Footer---------------------------------------*/

#footer a {
	color: #E1C16A;
	font-weight: bold;
	text-decoration: none;
}

#footer a:hover {
	color: #CC6635;
	font-weight: bold;
	text-decoration: underline;
}

#footer a:visited {
	color: #E1C16A;
	font-weight: bold;
	text-decoration: none;
}




/*--------------Comments---------------------------------------*/

ol.commentlist, .replytext, small {
	color: #000000;
}

ol.commentlist li {
	color: #000000;
}


ol.commentlist li.alt {
	color: #000000;
	background: #FFFFFF;
}

ol.commentlist a, .replytext a {
	color: #006666;
	font-weight: bold;

}

small.commentmetadata {
	color: #000000;
}

.avatar {
	float: right;
	margin-right: 5px;
	padding: 2px;
}

/*--------------Search Form-----------------------------------*/

#searchform {
	padding: 5px;
}

#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----------------------------------*/




/*-------------Other---------------------------------*/

hr {
	display: none;
}

img#wpstats {
	display:none
}
