/* ---------------------- LAYOUT ----------------------------- */
* {
	padding: 0;
	margin: 0;
}

#wrap {
	margin: 0 auto;
	padding: 0;
	width: 700px;
}
#header {
	height: 0;
}
#header h1 {
	text-indent: -9000px;
}

#nav {
	position: absolute;
	top: 0;
	background-image: url(../images/sb_logo.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 85px;
	height: 54px;
}

#nav ul {
	width: 700px;
	overflow: hidden;
}
#nav li {
	display: inline;
}
#nav a {
	display: block;
	float: left;
	padding: 0 20px 0 0;
}
#flashwarning {
	padding: 50px 20px;
	margin-bottom: 30px;
}
#flashcontent {
	margin-bottom: 30px;
}
#gallery #flashcontent {
	margin-top: 10px;
}
#content {
	margin-top: 138px;
	min-height: 300px;
}
#welcome {
	float:left;
	width: 450px;
}
#recent_news {
	margin-left: 500px;
}
#friend_links, #leftcol {
	float:left;
	width:325px;
}
#gallery_links {
	width:332px;
	margin-left: 365px;
}
#rightcol {
	float:right;
	width:318px;
	margin: 0;
}
#news_column {
	float: left;
	width: 470px;
}
#news_archive {
	margin-left: 540px;
	padding-top: 3em;
}

#footer {
	clear:both;
	width:700px;
	background:transparent url(../images/footer_bg.gif) no-repeat top right;
	padding-top: 72px;
}
body#default #footer {
	padding-top: 52px;
	background:transparent url(../images/footer_bg_home.gif) no-repeat top right;
}
body#default #copyright {
	float: right;
	width: 500px;
}
#design {
  padding: 4em 0 2em 0;
}

body#default #design {
	float: left;
	width:195px;
	padding: 0;
}

.float-left {
	float: left;
	margin: 5px 20px 10px 0;
}
.float-right {
	float: right;
	margin: 5px 0 10px 20px;
}

.clear {
	clear: both;
}

/* ---------------------- COLOUR ----------------------------- */
body {
	background-color: #fff;
	color:#999;
}
a:link {
	color:#666 ;
}
a:visited {
	color: #666;
}
a:hover {
	color: #f00;
}
a:active {
	color: #f00;
}

h1, h2 {
	color: #666;
}
h3 {
	color: #7f7f7f;
}

.active a {
	color: #f00;
}
#flashwarning {
	background-color:#f1f1f1;
	color:#999;
}
#footer, #footer a {
  color:#999;
}

#design, #design a {
  color: #ccc;
}

body#bio img {
	border:#ccc solid 2px;
}

/* ---------------------- TYPOGRAPHY ----------------------------- */

body {
	text-align: center;
	font: small/1.3em Arial, Helvetica, sans-serif;
}
.uppercase {
	text-transform: uppercase;
}

h1, h2, h3, h4, legend, #nav {
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1, h2, h3, h4 {
	text-transform: uppercase;
	padding: .6em 0;
}

h1 {
	font-size: 140%;
}
h2, legend {
	font-size: 120%;
}
h3 {
	font-size: 110%;
}
h4 {
	font-size: 100%;
}
p, dd, #recent_news  {
	font-size: 90%;
}
ul, ol {
	padding-left: 20px;
}

p, blockquote {
	padding: 0 0 1em 0;
}

blockquote {
	font-style: italic;
	margin: 1em 2em;
	float: right;
	width: 350px;
}

dt {
	padding-bottom: .3em;
}

.date, dt {
	font-weight: bold;
	color:#ccc;
}
.date, #news_archive dt {
	text-transform: uppercase;
}
#recent_news.date, dd {
	padding-left: 20px;
	margin-bottom: 1em;
}

.emdash, dt {
	padding-left: 20px;
	background:transparent url(../images/dash.gif) no-repeat left top;
}
.emdash {
	margin-right: 20px;
}
a {
	text-decoration: none;
	border-bottom:#ccc dotted 1px;
}

a:hover {
	border-bottom:#f00 dotted 1px;
}

hr {
	display: none;
}
#nav ul {
	padding-left: 0;
}
#nav a {
	font-size: 100%;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: none;
}
#content {
	text-align: left;
}

#footer {
	text-align: right;
}
#design {
	text-align: left;
}

#design a {
	font-weight: normal;
}

/* ---------------------- FORM ----------------------------- */

legend {
	text-transform: uppercase;
	font-weight: bold;
	color:#666;
}
label {
	display: block;
	margin-top: 1em;
	padding-left: 20px;
	background:transparent url(../images/dash.gif) no-repeat left 45%;
}
fieldset {
	border: none;
}

input.zemText, input.zemTextarea, textarea, select, #news_archive input[type="text"] {
	border: none;
	border-left:2px solid #ccc;
	background-color:#f1f1f1;
	width: 100%;
	padding: .2em;
}
.zemText, .zemTextarea, .zemSelect, #news_archive input {
	font: 100% Arial, Helvetica, sans-serif;
	color:#666;
	line-height:150%;
}
.zemSubmit {
	margin:1em 0 0 0;
	padding: 2px 10px 2px 20px;
	font: 120% Georgia, "Times New Roman", Times, serif;
	border: 0;
	cursor: pointer;
	text-transform: uppercase;
	float: right;
	color:#f2f2f2;
	background:#666 url(../images/dash.gif) no-repeat left 50%;
}
body#news input[type="submit"] {
	margin:.5em 0 1em 0;
	padding: 2px 10px 2px 20px;
	font: 100% Georgia, "Times New Roman", Times, serif;
	border:0;
	cursor: pointer;
	text-transform: uppercase;
	color:#f2f2f2;
	background:#666 url(../images/dash.gif) no-repeat left 50%;
}
.zemSubmit:hover, body#news input[type="submit"]:hover {
	color: #fff;
}
.required {
	margin: 2em 0;
	color:#ccc;
}

.zemError {
	padding: 20px 0;
}
.zemError strong {
	color:#666;
}
.zemError li {
	list-style:none;
	font: 100%/1.5 Arial, Helvetica, sans-serif;
	background:transparent url(../images/dash.gif) no-repeat left 50%;
	padding-left: 20px;
}
.zemThanks {
	font: 120%/1.5 Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 5em 0 10em 0;
}