﻿/* Box Model */

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #dff0ff;
	font-family: "Gill Sans", "Gill Sans MT", Sans-serif;
	font-size: 12pt;
	color: #333333;
}

#container {
	width: 974px;
	margin: 10px auto 0 auto;
	display: block;
	min-height: 100%;
}

#head {
	background: url(../img/headerback.png) no-repeat top;
	padding: 10px;
	height: 80px;
	color: #fff;
}
#head ul {
	list-style-type: none;
}
#head .logo {
	float: left;
	width: 300px;
}
#head #loginbox {
	float: right;
	position: relative;
	top: -25px;
}

h1 {
	font-size:70px;
}

#loginbox{
	display:none;
}
#loginbox input {
	margin: 0;
	padding: 0;
}

#bodyone {
	padding: 10px;
	background-color: #fff;
	height: 100%;
	min-height: 100%;
}

#content {
	width: 100%;
	float: left;
	height: 100%;
	text-align: left;
	background-color: #FFFFFF;
}

#sidebar {
	width: 230px;
	float: right;
	background-color:#ffffff;
	display:none;
}

#margins {
	width:954px;
	padding:10px;
	min-height:100%;
	background-color:fuchsia;
}

#foot {
	clear: both;
	background: url(../img/footbg.png) no-repeat bottom;
	height: 50px;
	text-align: right;
	width: 974px;
	padding: 0 auto;
	margin:0 auto 0 auto;
	
}
#foot p {
	padding: 10px;
	color: #fff;
}

/* Sidebar */

#sidebar h2 {
	background: #005998 url(../img/boxbg.png) no-repeat top;
	padding-left: 10px;
	color: #fff;
}

.sidebar-box {
	margin-bottom: 20px;
	background: #fff url(../img/boxbodybg.png) repeat-y top;
}
.sidebar-box ul {
	padding-left: 10px;
	padding-bottom: 30px;
	background: url(../img/boxbgbottom.png) no-repeat bottom;
}


/* Navigation tabs */
#tabs {
	background: #005998;
	display:none;
}
#tabs ul,#tabs li {
	display: inline;
	list-style-type: none;
}
#tabs a {
	padding: 0 30px;
}


/* Typography */
p {
	margin-bottom: 1.5ex;
}
ul {	
	list-style-position:inside;
}
img {
	border: none;
}


/* Links */
#head a{
	color: #fff;
	text-decoration: none;
}
#head a:hover,#head a:focus {
	text-decoration: underline;
}
#head a:visited {
	color: #ccc;
}

#body a{
	color: #005998;
	text-decoration: none;
}
#body a:hover,#head a:focus{
	text-decoration: underline;
}
#body a:visited {
	color: #437598;
}

#foot a{
	color: #fff;
	text-decoration: underline;
}
#foot a:hover,#foot a:focus {
	text-decoration: none;
}
#foot a:visited {
	color: #ccc;
}

#tabs a,#tabs a:hover{
	text-decoration: none;
	color: #fff;
}
#tabs a:hover{
	background-color: #434343;
	color: #fff;
}


/* Forms */
#submitacomment {
	margin-top: 20px;
	display:none;
}

form div {  /*Go to nextline in long labels */
    clear: left;    
}

fieldset {
    margin: 0.5ex 0; padding: 0.5ex;
    border: 1px solid #000;
}

legend {
	border: 1px solid #000;
	background-color: #eee;
}

label {
    text-align: left;
    float: left;
	display: block;
}
.required {
	font-weight: bold;
}

#body input[type=text],#body textarea,#body input[type=file],#body select {
  margin-bottom:1.5ex;
  display: block;
  clear: left;
}

.magglass {		/* Put magnifying glass image in search bar */
	background: #fff url(../img/search.gif) no-repeat right;
	height: 18px;
}



/*Comments*/
.comments-left {
	width: 49%;
	float: left;
	display:none;
}

.comments-right {
	width: 50%;
	float: right;
	display:none;
}


/* Frontpage */
#fpcontainer{
	position: relative;
	left: 20px;
	text-align: center;
}
.fpbox {
	text-align: left;
	display:inline-block;
	width: 250px;
	padding-left: 55px;
	background-position: left;
	background-repeat: no-repeat;
	height: 300px;
}
.fpbox li {
	list-style-position:inside;
}
.featured {
	display: inline-block;
	width: 180px;
	line-height: 120%;
	margin-bottom: 20px;
}

/* Safari hacks */
@media screen and (-webkit-min-device-pixel-ratio:0){
	#head #loginbox{
		position: static;
	}
}

.printlink {
	display:none;
}
