/* 
    Document   : base
    Created on : Dec 24, 2009, 11:08:18 AM
    Author     : andrewmccarron
    Description:
        Base CSS styles
*/

body{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 80%;
	margin: 0;
	color:#545454;
}
h1{
	font-size: 140%;
}
h2{
	font-size: 130%;
}
h3{
	font-size: 125%;
}
h4{
	font-size: 120%;
}
h5{
	font-size: 110%;
}
p{
	line-height:1.5em;
}

a:link, a:visited{
	color:#6EBBD9;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

fieldset{
	border:0;
}

/*Admin specific*/
.sysmessage {
	margin: 40px auto;
	width:450px;
	padding:5px;
}

.warning{
	background: #FEF1EC;
	border: solid 1px #CD0A0A;
	color: #CD0A0A;
}
.success{
	background: #DFEFFC;
	border: solid 1px #2E6E9E;
	color: #2E6E9E;
}

.adminbutton{
	cursor:pointer;
	float:right;
	line-height:1.4em;
	margin:0.5em 0.4em 0.5em 0;
	overflow:visible;
	padding:0.2em 0.6em 0.3em;
	width:auto;
	border-width: 1px;
	border-color: #ccc;
	border-style: solid;
	font-size:1em;
}
a.adminbutton{
	text-decoration: none;
	color:#000;
}
.confirm{
	background-color: #F6F6F6;
}
.confirm:hover{
	background-color: #fff0A5;
}
.ui-icon{
	height:16px;
	width:16px;
}
.ui-icon-alert {
	background-image: url(/images/ui-icons.png);
	background-position:0 -144px;
}
.ui-icon-tick {
	background-image: url(/images/ui-icons.png);
	background-position:-64px -144px;
}
.admintable{
	width:600px;
	display:block;
	border-collapse: collapse;
}


.defaultform{
    width:500px;
	margin:0 auto;
}


.defaultform .text, .defaultform .textarea,.defaultform .select, .defaultform .radio, .defaultform .checkbox, .defaultform .submit,  .defaultform .password, .defaultform .cblabel, .defaultform .file, .defaultform .mceEditor
{
    color: #333;
	float:left;
	clear:right;
}

.defaultform label{
    color: #333;
	float:left;
	width:150px;
	text-align:right;
	clear:left;
	margin-right:5px;
}

.defaultform .mceEditor{
	width:600px;
}

.defaultform .submit{
	margin-left: 155px;
}

.left{
	float:left;
}
.small{
	font-size: 80%;
}
.rowon{
	background: #EEE;
	border-bottom:1px solid;
	border-top:1px solid;
}
table{
	border-collapse: collapse;
}
table th{
	background-color:#ccc;
	font-weight:normal;
        text-align:center;
}
table.admin{
    text-align:center;
    clear:both;
}

table.admin th{
	font-weight: normal;
	border-bottom: 1px solid #000;
}
table.admin caption{
	font-weight: bold;
	font-size: 1.1em;
}

#news_dl dt{
	font-weight: bold;
}

#news_dl dd{
	margin: 0;
}

.news_snippet_dl dt{
	font-weight:bold;
}
.news_snippet_dl dd{
	margin: 0;
}

.fullwidth{
	margin:0;
	width:100%;
        clear:both;
}

.center{
	text-align:center;
}

.cellborders_on td,.cellborders_on th{
	border:1px solid #ccc;
	vertical-align:middle;
}

.nofloat{
    float:none;
}
.eventon{
	background-color: #a5c6ef;
}
.nodate{
	background-color: #ddd;
}
.currentdate{
	border:3px solid red;
}

.breadcrumbs {
	font-size:0.8em;
}
.breadcrumbs li{
	display:inline;
}
.breadcrumbs ul{
	margin: 0 0 1em 0;
}
#wrapper{
	width:1008px;
	margin: 0 auto;
	background-image: url(/images/background.png);
	background-repeat: repeat-y;
}
#header{
	width:960px;
	margin:0 auto;
	height:315px;
	background-image: url(/images/header.jpg);
	background-position: top left;
}
#contentarea{
	width:920px;
	margin:0 20px;
}
#container{
	width:952px;
	margin:0 auto;
}
#footer{
	height:30px;
	background-image: url(/images/footerbg.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	clear:both;
}

#bodytext{
	width:500px;
	float:left;
}

#hpform{
	width:380px;
	float:left;
	padding: 0 20px;
	margin:20px 0;
	background-color: #6EBBD9;
}
#hpform label{
	display: block;
}

#hpform input[type="text"]{
	width:362px;
}

#hpform textarea{
	width:365px;
}

#hpform .submit{
	border:1px solid #000;
	padding:5px;
}

#maincontent{
	margin-top:31px;
	padding-right:32px;
}

#snippet_1 p{
	margin:10px 12px 0 12px;
}
.logos{
	clear:both;
}
