/******************************************  
 CUSTOM STYLESHEET
*******************************************/

/*
* You can place your custom CSS statements in this file, after this message.
* It is better to write everything custom here
* because this file won't be replaced during updates.
* 
* Simply copy an existing style from style.css to this file, 
* and modify it to your liking.
660033 Maroon
f2f2f2 lt gray
*/

/***********Header*********/

}
#main-menu {
	background: #f2f2f2 /* url (images/back-menu-maroon.png)*/ repeat-x top left;	
}

#main-menu li {
	display: inline;
	float: left;
	font-size: 12px;
	font-weight: bold;
	margin-top: 0;
	padding: 0;
	position: relative;

header div.wrapper {
	padding-top: 20px;
	padding-bottom: 0px;
}
div.navigation .current, div.navigation a:hover { background-color: #A60936; }

/********** Search form in Main Menu ************/ 

#form-submit {
	float: left;
	display: inline-block;


/*********Submit Reply Button*************/

.button,
a.comment-reply-link,
input#searchsubmit,
#respond input#submit {
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	border: solid 1px #2b849e;
	cursor: pointer;            
	color: #fff;                
	display: inline;
	padding: 5px 10px;
	-webkit-border-radius: 2px; 
	-moz-border-radius: 2px;    
	border-radius: 2px;         
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-webkit-transition: 0.1s linear all;
	-moz-transition: 0.1s linear all;
	-ms-transition: 0.1s linear all;
	-o-transition: 0.1s linear all;
	transition: 0.1s linear all;
}


/******* Contact Sheet List Items ********/

span.wpcf7-list-item { display: block; }
