/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

/*PERSONAL CLASSES AND RULES*/
.linkList a
{
	float:right;
}
select
{
	margin:0 0 10px;
	width:203px;
	height:20px;
}
fieldset
{
	margin:10px;
	border:none;
}
fieldset div
{
	display:block;
	padding:5px;
}
div label
{
	margin:0px 5px 10px 50px;
	text-align:right;
	width:20%;
	float:left;
	font-weight:bold;
	color:Black;
}
div input[type=text],
div input[type=password]
{
	width:200px;
	height:20px;
	margin:0px 0px 10px 0px;
	-moz-border-radius: 5px;
	border:solid 1px #B8B8B8;
}
textarea
{
	width:200px;
	height:100px;
	margin:0px 0px 10px 0px;
	-moz-border-radius: 5px;
	border:solid 1px #B8B8B8;
}
.buttons
{
	margin-left:27.5%;
}
.buttons input
{
	-moz-border-radius: 5px;
	font-family:Courier New, monospace;
	font-weight:bold;
	background:url(/images/btnBrick.png);
}
div.validationErrors
{
	color:Red;
}
.formElements
{
	margin:0px 80px 0px 80px;
}
.headerText
{
	padding:10px 0px 10px 0px;
	text-align:center;
}
.statusMessage
{	
	padding:10px 0px 10px 0px;
	border:dashed 1px Red;
	font-weight:bold;	
	font-size:20px;
	margin:10px;
	text-align:center;
}

/*Validation CSS*/
div input.error
{
	border:solid 1px Red;
}
div label.error
{
	color:Red;
	margin:0px;
	width:190px;
	float:right;
	text-align:left;
}
.field-validation-error
{
	color:Red;
}
.instructionalText
{
	text-align:center;
	margin:5px 0px 5px 0px;
	color:#585858;
	
}
/*END PERSONAL CLASSES AND RULES*/


* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	background: url(../../images/BrickBackground.jpg);
	font: normal small Arial, Helvetica, sans-serif;
	/*color: #666666;*/
	
}

h1, h2, h3 {
	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	
}

h2 {
}

h3 {
	font-weight: bold;
}

p, blockquote, ul, ol {
}

p {
}

blockquote {
	padding-left: 3em;
	padding-right: 3em;
	background: url(images/img03.gif) no-repeat;
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #330010;
}

ul {
	margin-left: 3em;
}

ul li {
}


ol {
	margin-left: 3em;
}


ol li {
}

a {
	color: #0072BC;
}

a:hover {
	text-decoration: none;
	color: #0072BC;
}

img {
	border: none;
}








/* Boxed Style */

.boxed {
}

.boxed .title {
	height: 23px;
	padding: 15px 0 0 19px;
	background: #8CBEF5 url(images/img03.gif) repeat-x left bottom;
	border: 1px solid #4F9CEF;
	font-size: 1em;
	color: #FFFFFF;
}

.boxed .content {
	margin: 0 0 20px 0;
	padding: 20px;
	background: #DCEBFC;
}








/* Post */

.post {
	padding: 20px 20px 0 20px;
}

.post .title {
	margin-bottom: 0px;
	padding: 3px 0 15px 0;
	background: url(images/img04.gif) repeat-x left bottom;
	border-bottom: 2px solid #EEEEEE;
	font-size: 2em;
}

.post .date {
	float: right;
	padding: 10px 20px;
	font-size: x-small;
}

.post .date .month {
}

.post .date .day {
}

.post .date .year {
}

.post .meta {
	padding	: 10px 20px;
	font-size: x-small;
}

.post .meta p {
}

.post .story {
	clear: both;
	padding: 20px;
	border-top: 1px solid #EEEEEE;
}

.post .story p, .post .story blockquote, .post .story ul, .post .story ol {
	margin-bottom: 1.5em;
	line-height: 180%;
}

/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	background: #FFFFFF;
	border: 10px solid #330010;
}
#Logo {
	height: 250px;
}

/* Logo */
/*
#menulogo {
	height: 250px;
	width: 900px;
	background: url(images/menu1.jpg);
}

#eventlogo {
	height: 250px;
	width: 900px;
	background: url(images/fireworks1.jpg);

}

#cateringlogo {
	height: 250px;
	width: 900px;
	background: url(images/chefhat1.jpg);

}

#questionlogo {
	height: 250px;
	width: 900px;
	background: url(images/quest1.jpg);

}*/

#logo {
	height: 250px;
	width: 900px;
	background: url();
	/*background: url(images/img02.jpg);*/
}


#logo h1 {
	padding: 135px 0 0 380px;
	font-size: 2.4em;
	color: #FFFFFF;
}

#logo h2 {
	margin-top: -8px;
	padding: 0 0 0 410px;
	font-size: 1.3em;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}








/* Content */

#content {
}

#extra {
}

/* Content > Main */

#main {
}

#main a {
}

/* Content > Main > Welcome */

#welcome {
}

/* Content > Main > Example */

#example {
}

/* Content > Sidebar */

#sidebar {
}

#sidebar a {
}









/* Content > Menu */

#menu {
	height: 50px;
	background: #330010;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin-left: 20px;
	padding: 20px 0 2px 0;
	border-bottom: 4px solid #330010;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	border-bottom-color: #FFFFFF;
}

#menu .active a {
	border-bottom-color: #FFFFFF;
}

#menu .first a {
}

/* Footer */

#footer {
	clear: both;
	padding: 10px;
	border-top:solid 1px Gray;
	text-align:center;
	
}

#footer p {
	margin: 0;
	font-size: x-small;
	color: #999999;
}

#footer a {
	color: #999999;
}

/* Footer > Legal */

#legal {
}

/* Footer > Links */

#links {
}
