@charset "UTF-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:1em;
	vertical-align:baseline;
	background:transparent;
	}
body{
	line-height:1;
	}
ol, ul{
	list-style:none;
	}
blockquote,
q{
	quotes:none;
	}
blockquote:before,
blockquote:after,
q:before,
q:after{
	content:'';
	content:none;
	}			
:focus{
	outline:0;
	}			
ins{
	text-decoration:none;
	}
del{
	text-decoration:line-through;
	}
table{
	border-collapse:collapse;
	border-spacing:0;
	}
input[type=hidden]{
	visibility:hidden;
	}
	
	
/* slightly enhanced, universal clearfix hack */
.clearfix:after{
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
	}
.clearfix{
	display:inline-block;
	}

/* start commented backslash hack \*/
* html .clearfix{
	height:1%;
	}
.clearfix{
	display:block;
	}
/* stop commented backslash hack */	
	

/* Body
*********************************************************/
body{
	font:100% "Trebuchet MS", Helvetica, Arial, sans-serif;
	line-height:1.6;
	background:#d0d0d0 url(/template/theme/ashleytaylors/img/background.jpg) repeat-x 0 50%;
	}


/* Control Bar
*********************************************************/
#control{
	padding:0 10px;
	background:#000 url(/template/admin/img/header.jpg) repeat-x 0 50%;
	border-bottom:1px solid #666;
	height:40px;
	}
	#control ul{
		float:right;
		font-size:11px;
		list-style:none;
		}
		#control img{
			vertical-align: middle;
			}
		#control li{
			display:inline;
			margin-left:10px;
			color:#aaa;
			line-height:40px;
			}
			#control li.first{
				border-left:none;
				}
			#control a{
				color:#eee;
				text-decoration:none;
				}
				#control a:hover{
					color:#fff;
					text-decoration:underline;
					}
	#control ul.userinfo{
		float:left;
	}
	
/* Header
*********************************************************/
#header{
	width:940px;
	height:166px;
	padding:0;
	margin:0 auto;
	background-color:#0c0c0c;
	background-image:url('/template/theme/ashleytaylors/img/header-background.jpg');
	background-repeat:repeat-x;
	background-position:50% 0;
	color:#fff;
	}
	#header .container{
		padding:0;
		}
	#header div.logo{
		float:left;
		margin-left:30px;
		margin-top:30px;
		}
		
/* Content
*********************************************************/
#content{
	width:940px;
	margin:0 auto;
	clear:both;
	}
	#content .container{
		min-height:360px;
		padding:10px 0;
		background-color:#fff;
		}
	
#innercontent{
	width:880px;
	padding:10px 30px;
	line-height: 1.6em;
	font-size:0.8em;	
	}
	#innercontent h1,#innercontent h2,#innercontent h3,#innercontent h4,#innercontent h5,#innercontent h6{
		line-height:1.6em;
		}
	#innercontent h1{
		line-height:1em;
		margin-bottom:0.6em;
		font-size:2em;
		color:#bd0000;
		}
	#innercontent h2{
		margin-top:0.5em;
		font-size:1.5em;
		}
	#innercontent h3{
		margin-top:0.5em;
		font-size:1.3em;
		}
	#innercontent h4{
		margin-top:0.5em;
		font-size:1.1em;
		}
	#innercontent h5{
		margin-top:0.5em;
		font-size:1em;
		}
	#innercontent h6{
		margin-top:0.5em;
		font-size:1em;
		}
	#innercontent p{
		margin-bottom:1em;
		}
	#innercontent blockquote{
		padding-left:10px;
		margin:10px 20px 10px 10px;
		border-left:3px solid #ccc;
		}
	.cmscontent ul{
		list-style-type:disc;
		margin-left:30px;
		}
	.cmscontent ol{
		list-style-type:decimal;
		margin-left:30px;
		}
	.cmscontent img.alignleft, .cmscontent img.aligncenter, .cmscontent img.alignright{
		padding:5px;
		}	
	.cmscontent img.alignleft{
		float:left;
		margin:0 10px 10px 0;
		}
	.cmscontent img.aligncenter{
		margin:0 auto 10px auto;
		}
	.cmscontent img.alignright{
		float:right;
		margin:0 0 10px 10px;
		}
			
.container form.standard{
	width:100%;
	margin:0 0 15px;
	float:left;
	position:relative;
	}
	.container form.standard fieldset{
		padding:33px 10px 28px;
		background:#fff;
		border:1px solid #ddd;
		display:block;
		}
	.container form.standard legend{
		font-weight:bold;
		font-size:1.5em;
		display:none;
		}
	.container form.standard .error{
		display:block;
		background:#ffc;
		border:1px solid #fcc;
		color:red;
		text-align:center;
		padding:5px 0;
		margin:0 0 25px;
		}
	.container form.standard p{
		clear:both !important;
		width:100% !important;
		font-size:100% !important;
		margin:0 0 16px !important;
		float:left;
		}
	.container form.standard .text input,
	.container form.standard .text textarea{
		display:block;
		float:left;
		width:60%;
		padding:5px;
		margin:0;
		background:#eee;
		border:1px solid #ddd;
		color:#666;
		}
		.container form.standard .text input:hover,
		.container form.standard .text textarea:hover,
		.container form.standard .text input:focus,
		.container form.standard .text textarea:focus{
			color:#000;
			background:#fff;
			}
		
	.container form.standard .text label,
	.container form.standard .submit label,
	.container form.standard .select label{
		float:left;
		padding:0 5px;
		display:block;
		text-align:right;
		width:20%;
		line-height:1.3;
		padding:5px;
		font-size:82.5%;
		color:#333;
		}
		.container form.standard label.required:before{
			content:"* ";
			color:#f00;
			font-weight:bold;
			}
	.container form.standard .forgot{
		display:block;
		float:right;
		text-align:right;
		width:160px;
		font-size:12px;
		color:#666;
		margin:-3px 18% 12px 0;
		}
	.container form.standard .submit input{
		display:block;
		float:left;
		padding:5px 10px;
		border:none;
		font-weight:bold;
		text-transform:lowercase;
		background:#999;
		color:#fff;
		cursor:pointer;
		}
		.container form.standard .submit input:hover{
			background:#333;
			}
	.container form.standard .check input{
		display:block;
		clear:both;
		float:left;
		margin:0 5px 15px 21%;
		}
	.container form.standard .check label{
		display:block;
		float:left;
		margin:-3px 0 0 0;
		font-size:14px;
		line-height:20px;
		}
		
/* Footer
*********************************************************/
#footer{
	background-color:#0c0c0c;
	background-image:url('/template/theme/ashleytaylors/img/footer-background.jpg');
	background-repeat:repeat-x;
	background-position:50% 0;
	color:#666;
	width:940px;
	height:59px;
	margin:0 auto;
	clear:both;
	font-size:0.8em;	
	}
	#footer .container{
		padding:20px 30px;
		}
	#footer p.copyright{
		float:left;
		}
	#footer p.credit{
		float:right;
		}
	#footer a{
		color:#666;
	}
	#footer a:hover{
		color:#aaa;
	}
		

/* Responsive
*********************************************************/

input[type=submit],
input[type=button] {
	-webkit-appearance: none;
}

@media screen and (max-width: 940px) {
	
	/* Global */

	html,
	body,
	#header,
	#content,
	#footer {
		width: 100%;
	}

	#innercontent {
		width: 100%;
		box-sizing: border-box;
	}


	/* Header */
	#header {
		height: 116px;
		background-position: left bottom;
	}

	#header div.logo {
		max-width: 100vw;
		margin-right: 30px;
		box-sizing: border-box;
	}

	#header div.logo img {
		max-width: 100%;
		height: auto;
	}

}



@media screen and (max-width: 730px) {

	/* Footer */
	#footer {
		height: auto;
		font-size: 11px;
	}

	#footer p.credit,
	#footer p.copyright {
		float: none;
	}

	#footer p + p {
		margin: 6px 0 0;
	}

}


@media screen and (max-width: 500px) {

	.container form.standard .text label,
	.container form.standard .submit label,
	.container form.standard .select label {
		float: none;
		width: 100%;
		text-align: left;
		box-sizing:  border-box;
		font-weight: 700;
		padding: 0 0 5px;
	}

	.container form.standard .submit label {
		display: none;
	}

	.container form.standard .text input,
	.container form.standard .text select,
	.container form.standard .text textarea {
		width: 100%;
		box-sizing:  border-box;
	}

	.container form.standard .check input {
		margin-left: 0;
	}

}
