body {
	margin: 0px;
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-size: 14px;
	font-weight:normal;
	color: #363636;
	background-image: url('../images/soft-stream.jpg');
	background-attachment: fixed;
}

a { text-decoration: none; color: #363636; }
a:hover { text-decoration: underline; color: #7308A5; }
h1 { font-size: 26px; font-weight: normal; color: #363636; margin-bottom: 0.4em; }
h2 { font-size: 16px; margin-bottom: 5px; color: #363636; }
h3 { font-size: 13px; margin: 0px; color: #363636; }
p, li { font-size: 14px; line-height : 1.5em; margin-top: 0em; }
img { border: 0px; }
hr { color: #999999; }

#page {
	width: 970px;
	height: 100%;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('../images/shadows.png');
	background-repeat: repeat-y;
}

#header {
	width: 100%;
	position: relative;
	padding-bottom: 2px;
	margin-top: 0px;
	border-bottom: 2px solid;
}

#tagline {
	font-size: 14px;
	font-weight: lighter; 
	font-style: italic;
	color: #636363;
	position: absolute;
	right: 2px;
	bottom: 5px;
}

#navbar {
	width: 100%;
	height: 35px;
	background-image: url('../images/navbar2.png');
	margin-bottom: 10px;
}

.nav {
	width: 192px;
	height: 23px;
	display: inline-block;
	text-align: center;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #666666;
	padding-top: 5px;
}

.navl {
	width: 193px;
	height: 23px;
	display: inline-block;
	text-align: center;
	border-right: 1px solid #666666;
	padding-top: 5px;
}

.navr {
	width: 193px;
	height: 23px;
	display: inline-block;
	text-align: center;
	border-left: 1px solid #cccccc;
	padding-top: 5px;
}

.nav a, .navl a, .navr a {
	font-size: 14px; 
	font-weight: bold; 
	text-decoration: none;
	color: #363636;
}

.nav a:hover, .navl a:hover, .navr a:hover {
	color: #7308A5;
}

#main {
	position: relative;
	background-image: url('../images/faux2.png');
	background-repeat: repeat-y;
	background-color: #ffffff;
}

#leftcol {
	width: 174px;
	display: inline-block;
	text-align: left;
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;
}

#content {
	width: 542px;
	display: inline-block;
	text-align: left;
	vertical-align: top;
	margin-left: 20px;
	margin-right: 20px;
}

#poster {
	text-align: center;
}

.author {  
	font-size: 12px;
}

.date { 
	font-size: 12px; 
	color: gray; 
	margin-bottom: 1em;
}

#content a { 
	text-decoration: none; 
	color: #7308A5;
}

#content a:hover { 
	text-decoration: underline; 
	color: #7308A5;
}

.label { 
	font-size: 13px; 
	font-weight: bold; 
	text-align: left; 
	margin-bottom: 0px;
}

.alert { 
	font-size: 13px; 
	font-weight: bold; 
	color: red;
}

.confirm { 
	font-size: 13px; 
	font-weight: bold; 
	color: #FF9E00; 
}

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

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

#rightcol {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 174px;
	display: inline-block;
	text-align: left;
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;
}

.sidebar-header {
	font-size: 14px; 
	font-weight: bold;
	margin-bottom: 10px;
	display: inline-block;
}

.article { 
	font-size: 13px; 
	margin-bottom: 10px;
}

.published {
	font-size: 11px; 
	color: gray;
}

.archive-header {
	font-size: 13px; 
	font-weight: bold;
	margin-bottom: 10px;
	display: inline-block;
}

.archive {
	display: none;
	margin-left: 10px;
}

#spacing {
	height: 75px;
}

#clock {
	width: 100%;
	text-align: center;
	padding-bottom: 10px;
	border-bottom: 1px solid #999999;
	margin-bottom: 10px;
}

#date {
	display: block;
	font-size: 12px;
}

#place {
	display: block;
	font-size: 13px;
	font-weight: bold;
}

#news {
	width: 100%;
	height: 500px;
	background: #ffffff;
}

.newsitem {
	font-size: 12px;
	margin-bottom: 10px;
}

.newsdate {
	color: gray;
	display: block;
}

#poweredby {
	display: block;
	text-align: right;
	vertical-align: middle;
	font-size: 10px;
	color: gray;
}

#bing {
	vertical-align: middle;
}

#footer {
	text-align: center;
	font-size: 12px; 
	color: gray;
	margin-top: 10px;
}

.form-field {
	display: table-row;
}

.form-label {
	display: table-cell;
	font-weight: bold;
	text-align: right;
}

.form-value {
	display: table-cell;
}

.form-value input {
	width: 200px;
}

.small { 
	font-size: 12px;
}

.example {
	font-size: 12px;
	color: gray;
}

.pull-quote {
	font-size: 20px; 
	font-style: italic; 
	width: 180px; 
	margin-left: 20px; 
	padding: 20px; 
	background-image: url(/images/quotes.png); 
	background-repeat: 	no-repeat;
}


