/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

html, body {
	min-width:100%;
	min-height:100%;
}

body {
	line-height: 1;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:20px;
	line-height:150%;
	background: rgb(252,255,244); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmZmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iI2RmZTVkNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiM2JlYWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(252,255,244,1) 0%, rgba(223,229,215,1) 40%, rgba(179,190,173,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,255,244,1)), color-stop(40%,rgba(223,229,215,1)), color-stop(100%,rgba(179,190,173,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(252,255,244,1) 0%,rgba(223,229,215,1) 40%,rgba(179,190,173,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(252,255,244,1) 0%,rgba(223,229,215,1) 40%,rgba(179,190,173,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(252,255,244,1) 0%,rgba(223,229,215,1) 40%,rgba(179,190,173,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(252,255,244,1) 0%,rgba(223,229,215,1) 40%,rgba(179,190,173,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 ); /* IE6-8 */

}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

#container-main {
	width:1000px;
	margin:0 auto;
}

#main {
	width:100%;
}

.container {
	max-width:800px;
	margin:0px auto;
}

#main a {
	color:#3A3B39;
	text-decoration:none;
	border-bottom:#3A3B39 1px solid;
	padding: 0 0 2px 0;
}

#main a.icon-link {
	text-decoration:none;
	border:none;
	padding:0;
}

#main a.icon-link:hover {
	opacity:0.7;
	filter:Alpha(opacity=70); /* IE8 and earlier */
}

p, table, ul, ol {
	margin: 0 0 20px 0;
}

.left {
	float:left;
}

.right {
	float:right;
}

.clear {
	clear:both;
}

#main, #right-side {
	margin: 30px 0;
	position:relative;
}

#right-side {
	font-size:15px;
	line-height:120%;
}

h1, h2, h3, h4, h5, h6 {
	line-height:100%;
	margin: 0 0 20px 0;
}

h1 {
	font-family: 'Fjalla One', sans-serif;
	font-weight: normal;
    text-transform: uppercase;
    line-height: 56px;
    font-size: 53px;
}

h2 {
	font-size:24px;
	font-family: 'PT Serif', serif;
	color:#C6491A;
}

h3 {
	font-size:21px;
	font-family: 'PT Serif', serif;
	color:#D3741C;
}

h4 {
	font-size:19px;
	font-family: 'PT Serif', serif;
	color:#929487;
}

h5 {
	font-size:18px;
	font-family: 'PT Serif', serif;
	color:#929487;
}

h6 {
	font-size:16px;
	font-family: 'PT Serif', serif;
	color:#929487;
}

a h6.news-title {
	font-size:17px;
	margin:0 0 5px 0;
}

#right-side a, a h6.news-title {
	color:#000000;
	text-decoration:none;
}

p.news-date { font-size:13px; }

#right-side p {
	margin: 0 0 5px 0;
}

.copyright {
	font-size:12px;
}

img.left {
	margin: 0 15px 15px 0;
}

ol {
	list-style:decimal;
	margin: 0 0 20px 20px;
}

hr {
	border:none;
	border:#000 dashed 1px;
	margin: 0 0 25px 0;
}

@media (max-width:1000px){

#container-main, .grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 {
	width:100% !important;
}

}