@import "m15layout.css";
@import "m15forms.css";
@import "m15nav.css";
@import "m15thickbox.css";
@import "m15ceebox-min.css";

/* 
	---------------------------------------------
	Title:	Manly 2015 screen styles
	Author: mark.boere@bluearcgroup.com
	---------------------------------------------
*/ 
/*
	Pixels to ems (based on 12px):
		10px = .83em, 11px = .91em, 13px = 1.08em, 14px = 1.16em, 15px = 1.25em
		16px = 1.3em, 17px = 1.41em, 18px = 1.5em, 19px = 1.58em, 20px = 1.6em
/*

/****************************************************************************************	
	[RESET]
*****************************************************************************************/

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, ins, kbd, q, s, samp,
small, strike, strong, tt, var, b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead, tr {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font: inherit;
}
table, th, td {
	font-size: 100%;
	font: inherit;
}
html, body, form, fieldset, a img {border: none;}
ul, ol {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/****************************************************************************************	
	[COMMON ELEMENTS - TYPE SELECTORS]
*****************************************************************************************/

body {
	background-color: #dcdddf;
	color: #555;
	font: 62.5%/1.5 Helvetica, Arial, sans-serif; /* Set to 10px */
}
a:link, a:visited {
	color: #7ea737;
	text-decoration: none;
}
a:hover, a:focus {text-decoration: underline;}
a:active {outline: none;}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption {
color: #aecc45;
	font: normal 1.5em "Trebuchet MS", Arial, Helvetica, sans-serif; /* 18px */
	text-align: left;
	padding-bottom: .5em;
	text-transform: uppercase
}
abbr {
	cursor: help;
	border-bottom: 1px dotted #000;
}
strong {font-weight: bold;}
em, i {font-style: italic;}
blockquote {
	border-left: 1px solid #e0e0e0;
	padding: 0 1.5em;
}
/* Headers */ 
h1, h2, h3, h4, h5, h6 {
	color: #aecc45;
	font: normal 2em "Trebuchet MS", Arial, Helvetica, sans-serif; /* 24px */
	line-height: 1.3;
	margin-bottom: .35em;
	text-transform: uppercase;
}
h2 {
	font-size: 1.5em; /* 18px */
	margin-bottom: .75em;
}  
h3, h4, h5, h6 {
	font-size: 1.3em; /* 16px */
	margin-bottom: .5em;
}
h4 {font-size: 1.16em;} /* 14px */
h5 {font-weight: bold;}
h5, h6 {font-size: 1em ;} /* 12px */
/* Margins */
p, ul, ol, dl, table {margin-bottom: 1.5em;} /* 18px */
table table, table p {margin: 0;}
/* Lists */
ol {
	list-style: decimal;
	margin-left: 2em;
}
ul li {
	background: url("../images/m15template/bullet.png") no-repeat 0 .65em;
	padding-left: 10px;
}
	/* Nested */
	ul ul, ul ol, ol ol, ol ul {margin: .75em 0 .75em 2em;}
	ul ul {margin-left: 1em;}
	ol ol {list-style: lower-alpha;}
	ol ol ol {list-style: lower-roman;}
