/* @override http://avstardirect.com/css/reset.css */

.cake-sql-log{display: none;}

.cake-debug{
 display: none;
}

* {
	vertical-align: baseline;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	outline: 0;
	padding: 0;
	margin: 0;
	}
	
h1,h2,h3,h4,h5,p,a,li,ul,input, td, tr, table, form, textarea, label {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	line-height: 25px;
	color: #47483e;
	font-family: "Times New Roman";
}	
 
ul li{
	list-style-type: none;
	
}
 
fieldset {
	border-style: none;
}

h1{
	font-size: 35px;
	color: #6f6f5f;
 	text-transform: capitalize;
	margin-bottom: 20px;
}

h2{
	font-size: 25px;
	margin-bottom: 10px;
	color: #9b9c86;
}

h3 {
	font-size: 20px;
	color: #47483e;
	margin-bottom: 10px;
}


p{
	margin-bottom: 10px;
	color: #47483e;
	margin-left: 10px;
}

span.small {
	font-size: 18px;
}

ul {
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
}

a{
	text-decoration: underline;
	color: #5785d0;
}

a:hover {
	color: #727272;
}

input:focus{
	outline: 5px auto -webkit-focus-ring-color;
	outline-style: auto;
	outline-width: 5px;
	outline-color: -webkit-focus-ring-color;

}

a img{
	border: none;
}

input{
	height: 25px;
	border: 1px solid #a2a2a2;
	padding-left: 2px;
}

div.error-message{
	color: #a7171a;
}

div#authMessage.message{
	color: #a7171a;
}

div#flashMessage{
	font-size: 30px;
	background-color: #a6d181;
	width: auto;
	padding: 10px;
	-webkit-border-radius: 7px;
	-moz-border-radius:7px;
	-webkit-box-shadow: 0px 0px 3px #444;
	-moz-box-shadow: 0px 0px 3px #444;
	margin-bottom: 20px;
}

div#hiddenForm{
	display: none;
}

.button{
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-moz-box-shadow: 0px 0px 5px #555;
	-webkit-box-shadow: 0px 0px 5px #555;
	background-color: #5e2a00;
	color: #fff;
}

.center{
	text-align: center;
}

.bold{
	font-weight: bold;
}
table {
	border-collapse: collapse;
}

.shadow{
	-moz-box-shadow: 0px 0px 5px #555;
	-webkit-box-shadow: 0px 0px 5px #555;	
}

.slogan{
	color: #a4010b;
	font-size: 25px;
	line-height: 25px;
	width: 464px;
	margin-top: 10px;
}
