@charset "UTF-8";

/* A variation on Eric Meyer's CSS Reset: b
   This is disbaled because the Blueprint framework already has it.
   You should enable it if you aren't using Blueprint.*/

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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse:collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
abbr,acronym {
	border:0;
}

/* Below are the CSS styles that aren't included with Blueprint. It's a good idea to keep them whether or not you use it unless you know what you're doing. */
@font-face { font-family: Rockwell; src: url('../rockwell.ttf'); }
@font-face { font-family: Oswald; src: url('../oswald.ttf'); }

html {
	margin: 0 0;
	height: 100%;
}

body {
	font-family: Rockwell, Arial, sans-serif;	
	margin: 0 auto;
	padding: 0;
	height: 100%;
}

#outerbeforecontent, #outerfootertop, #outerfooterbottom {
	margin-top: 10px;
}

#wrapper {
	width: 100%;
	height: 100%;
	padding: 0px 0px;
}

#outercontainer {
	width: 1020px;
	margin: 0px auto;
	padding: 0;
}

#outertopbar {
	height: 60px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	line-height: 60px;
}

#sitename a {
	text-decoration: none;
	font: Rockwell, Arial, sans-serif;
	font-weight: bold;
	font-size: 2em;
}

#topmenu .container {
	margin-left: 95px;
}

.joomla-header {
    height: 410px; 
    margin:0; 
    padding:0; 
}

#header {
	height: 410px;
}

h1.pagetitle {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 20px;
	margin-bottom: 6px;
}
#pagetitle-container {
	padding: 23px 0 32px 0;
	text-align: center;	
}

.pagedesc {
	font-size: 14px;
	font-family: 'Rockwell', sans-serif, arial;
	font-weight: 300;
	margin-bottom: 0px;
}

#beforecontent hr {
	margin: 0px;
}

#main {
	overflow: auto;
	font-size: 1.0em;
	padding: 0px 0px 40px 0px;
	min-height: 400px;
}

#outercontent {
	padding: 35px 0px 0px 0px;
	height: 100%;
}

#content-container {
	margin: 45px 20px 45px 20px;
}

#footer-top {
	padding-top: 45px;
	padding-bottom: 0px;
}

#footer-top .module hr
{
	width: 80%;
	margin-right: 20%;
}

#footer-top .grid_12 {
	padding-bottom: 30px;	
}

#footer-bottom {
	height: 60px;
	font-size: .9em;
	line-height: 60px;
}

#left-column, #right-column {
	height: 100%;
}

/* Text styles */
h1{
	font-family: 'Rockwell', sans-serif, arial;
}
h2,h3,h4,h5 {
	font-family: 'Oswald', sans-serif, arial;
}

h1, h2 {
margin-bottom: 20px;
}

h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}

h3 {
	font-size: 1.8em;
}

h4 {
}

p, ul, ol, blockquote {
margin-bottom: 20px;
}

.blog-featured h2 { 
	font-size: 1.5em;
	margin-bottom:0em; 
}
p.readmore {
	text-indent:0;
	font-size: .9em;
}

.sidebar {
	height: 100%;		
}

.sidebar-element {
	height: 100%;
    height: auto !important;
    min-height: 100%;
	padding: 15px 20px 0px 20px;
}	

.sidebar-element h3 {
	height: 40px;
}

/* Menu functions */


/* Article functions */
ul.actions {
	clear:both;
	margin-top: -50px;
	float:right;
}
ul.actions li {
	list-style-type: none;
	float:right;
	margin-left: 10px;
}

/* Login styles */
p#form-login-username label,
p#form-login-password label {
	width: 160px;
	display:block;
}
p#form-login-remember label {
	font-size: .9em;
	font-weight: normal;
	line-height: 25px;
}
p#form-login-remember input {
	float:left;
	margin-right: 5px;
}
form#form-login ul {
	margin: 0;
	padding: 0;
}
form#form-login ul li {
	list-style-type: none;
	margin-left: 20px;
	font-size: .9em;
}

/* Images styles */
#content img {
	border: 3px solid #7ba344;
}

#content .actions img {
	border: none;
}

/* Blog specific */
.blog h2 a {
	color: #81aa48;
	text-decoration: none;
}

/* Buttons */
input.button  {
	width: 100px;
	height: 30px;
	border: none;
	color: #fff;
	font-size: 0.8em;
	text-align: left;
	padding-left: 10px;
	text-shadow: 0.1em 0.1em 0.05em #7c7c7c;
}

.button.submit {
	width: 100px;
	height: 30px;
	background: #c6d4e1;
	/*background: url(../images/button_submit.png) no-repeat left top;*/
}

.button:hover.submit {
		width: 100px;
	height: 30px;
	background: #44749d;
	/*background: url(../images/button_submit.png) no-repeat right top;*/
}

.button:active.submit {
	width: 100px;
	height: 30px;
	background: url(../images/button_submit.png) no-repeat center top;
}


.button .more {
	
}
