@import "main.css";

/****************************************************************
	TEMPLATE STYLE SHEET
	By:Steven Waller
	Created: March 4, 2009
*****************************************************************/

/****************************************************************
	Guidelines
	.833em = 10px
	1em = 12px
	1.167em = 14px
	1.333em = 16px
	1.5em = 18px
	2em = 24px
	2.5em = 30px
	3em = 36px
*****************************************************************/

/* Reset
---------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, acronym, address, big, cite, blockquote, 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;
	vertical-align: baseline;
	background: transparent;
}
body {
	background: #777447 url(images/body-bg.gif);
	font-size: 75%;
	color:#000000; 
	font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans serif;
}

html>body {
	font-size: 12px; 
}

p {
	font-size:1em;
	margin-top: 1.5em;
	margin-bottom: 1.5em; 
	line-height: 1.5em;
}

ol, ul {
	list-style: none;
}


/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* GENERAL SELECTORS
---------------------------------------------------------------*/
blockquote {
	padding: 0 0 0 25px;
	margin-top: 15px;
	line-height: 1.5em;
	color: #333;
	background: #fff url(images/blockquote-bg.gif) no-repeat 0 0; 
}

.adminPageTabs blockquote {
	padding: 0;
	margin-top: 15px;
	line-height: 1.5em;
	color: #000;
	background: none; 
}

.blue { color: #142A5B; font-weight: bold;}
.black { color: #000; font-weight: bold; }
.red { color: #C00;  }

input, select, textarea, button {
	font:1em Arial, Helvetica, Verdana, sans-serif;
	}

hr {
	clear: both;
	border-color:#CCCCCC;
	border-style:solid;
	border-width:1px 0 0;
	margin-top:20px;
}

h1, h2, h3, h4 {
	color:#000000;
	margin:15px 0 10px 0;
	font-weight:bold;
	}
h1 {
	font-size:2em;
}

h2 {
	font-size:1.5em;
	font-weight: bold;
	color: #a44707;
	line-height: 1.286em;  		/* 15px */
	/*margin-top: 1.929em;*/		/* 23px */
	margin-bottom: 0.643em; 	/* 8px */
	}
h2.postTitle{
	font-weight:bold;
	font-size:20px;
}
.inner h2.postTitle a:link, .blogList h2.postTitle a:visited {
	color:#a44707;
	text-decoration:none;
}
.inner h2.postTitle a:hover{
	color:#954415;
}	
h3 {
	font-size:1.1667em;			/* 20px */
}
	
h4 {
	font-size:1.1em;
	color: #000;
	}
h5{
	font-size:1.0em;
	color:#000;
}

h2.cufon {
	color: #a44707;
	font-size: 2.1em;
	margin: 15px 15px 0px;
	padding-bottom: 10px;
	border-bottom: 1px solid #b2b19f;
}

h3.cufon {
	font-size: 2.0em;
}

h4.cufon {
	font-size: 1.8em;
}

h5.cufon {
	font-size: 1.5em;
}

ul {
	margin:10px 0 10px 20px;
	padding:0;
	}
li {
	padding:5px 0 5px 0;
	}
#MainContent li{
	list-style-type:disc;
	list-style-position:outside;
}
#MainContent .blogList li{
	list-style:none;
}
#MainContent .blogList li ul li{
	list-style-type:disc;
	list-style-position:outside;
}
#sidebar-inner .textElement li{
	list-style-type:disc;
	list-style-position:outside;
}
ol {
	margin:10px 0 10px 20px;
	padding:0;
	}
ol li {
	list-style: inside decimal;
	background:none;
	}
strong {
	font-weight:bold;
	}		
a:link, a:visited { 
	text-decoration:underline; 
	color: #142a5b; }
em { 
	font-style: italic; 
}	
a:hover, a:active { 
	text-decoration:none;
	color:#812e26;
	}	
button {
	text-transform:uppercase;
	color:#fff;
	}	
img, input, select, label {
	vertical-align:middle;
	}

img { border: 0 none; }

button {
	margin:0; 
	padding:0;
	border:none;
	text-align:center;
	text-transform:uppercase;
	background:transparent;
	cursor:pointer;
	}	
address span {
	display:block;
	margin:0 0 10px 0;
	}	

/*------------Floats and Clearing-----------*/
.clearRight { clear: right; }
.clearLeft { clear: left; }
.left { float: left; display: inline; }
.right { float: right; display: inline; }
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
/* Remove next/previous arrows from hero
-----------------------------------------*/

.sldw_prev a{
	display:none !important;}
	.sldw_next a{
		display:none !important;}