@font-face {
	font-family: News Cycle;
	src: url('../fonts/NewsCycle-Regular.eot');
	src: local("News Cycle"), url('../fonts/NewsCycle-Regular.ttf');
}

html {
	height: 100%;
}

* {
	margin: 0;
	padding: 0;
}

/* tell the browser to render HTML 5 elements as block */
article, aside, figure, footer, header, nav, section {
	display: block;
}

body {
	font: normal .85em arial, sans-serif;
	background: #F2F2F2;
	color: #444;
	padding-bottom: 40px;
}

p, .ptext {
	font: normal 1.3em "News Cycle", arial, sans-serif;
	padding: 0 0 20px 0;
	line-height: 1.5em;
	text-shadow: #FFF 1px 1px;
}

img {
	border: 0;
}

h1, h2, h3, h4, h5, h6 {
	font: normal 400% arial, sans-serif;
	color: #222;
	margin: 0 0 15px 0;
	padding: 15px 0 5px 0;
}

h1 {
	text-shadow: 1px 1px #FFF;
}

h2 {
	font: normal 280% arial, sans-serif;
	color: #222;
	margin: 0;
	padding: 0 0 8px 0;
	text-shadow: 1px 1px #FFF;
}

h3 {
	font: normal 125% 'trebuchet ms', arial, sans-serif;
}

h4, h5, h6 {
	margin: 0;
	padding: 0 0 5px 0;
	font: normal 110% arial, sans-serif;
	color: #999;
	line-height: 1.5em;
}

h5, h6 {
	font: italic 95% arial, sans-serif;
	color: #888;
	padding-bottom: 15px;
}

h6 {
	color: #362C20;
}

a, a:hover {
	outline: none;
	color: #000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: #666;
}

.detailslink {
	color: #C2714F;
}

.detailslink:hover {
	color: #F6C5AF;
}

ol {
	margin: 8px 0 22px 20px;
}

ol li {
	margin: 0 0 11px 0;
}

.left {
	float: left;
	width: auto;
	margin-right: 10px;
}

.right {
	float: right;
	width: auto;
	margin-left: 10px;
}

.center {
	display: block;
	text-align: center;
	margin: 20px auto;
}

#main, header, #logo, nav, #site_content, footer {
	margin-left: auto;
	margin-right: auto;
}

#main {
	width: 950px;
	margin: 20px auto 0 auto;
}

header {
	width: 950px;
	height: 105px;
}

header table tr td {
	background: inherit;
	border: none;
	padding: 0;
}

#logo {
	background: transparent;
	text-align: left;
	margin-left: 0;
	margin-right: 0;
}

#logo h1 {
	font: normal 440% arial, sans-serif;
	color: #222;
	padding-top: 0;
	margin-bottom: 0;
}

#logo h1 a {
	color: #999;
	text-decoration: none;
}

#logo h1 a:hover {
	color: #222;
	text-decoration: none;
}

.loginlink, .loggedin, .logofflink {
	color: #999;
	font-size: 0.65em;
}

#site_content {
	width: 950px;
	overflow: hidden;
	margin: 4px auto 0 auto;
	padding: 0;
	border-top: 0;
	border-bottom: 0;
}

#sidebar_container {
	float: right;
	width: 250px;
	padding: 16px 0 0 0;
}

.sidebar {
	float: right;
	width: 200px;
	margin: 0 0 17px 0;
	padding: 20px 15px 5px 13px;
}

.sidebar h3 {
	padding: 0 15px 0px 0;
	font: 400% arial, sans-serif;
	text-shadow: #FFF 1px 1px;
	margin: 0 1px;
	color: #222;
}

.sidebar_item, .content_item {
	padding: 15px 0;
}

#content {
	text-align: justify;
	width: 670px;
	padding: 20px 0 5px 0;
	margin: 0;
	float: left;
}

footer {
	width: 950px;
	font: normal 80% 'News Cycle', arial, sans-serif;
	height: 40px;
	padding: 20px 0 5px 0;
	text-align: center;
	color: #222;
	background: #FFF;
	margin-top: 20px;
}

footer p {
	padding: 0 0 10px 0;
}

footer a, footer a:hover {
	color: #222;
	text-decoration: underline;
}

footer a:hover {
	color: #CCC;
	text-decoration: none;
}

/* form styling */
.form_settings {
	margin: 0;
}

.form_settings p {
	padding: 0 0 10px 0;
}

.form_settings span {
	padding: 5px 0;
	float: left;
	width: 170px;
	text-align: left;
}

.form_settings input, .form_settings textarea {
	padding: 4px;
	width: 252px;
	font: 100% arial, sans-serif;
	border: 1px solid #666;
	background: transparent;
}

.form_settings .submit {
	font: 140% 'News Cycle', arial, sans-serif;
	border: 0;
	width: 100px;
	margin: 0 0 0 162px;
	height: 30px;
	padding: 0 0 6px 0;
	cursor: pointer;
	border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	background: #444;
	text-shadow: 1px 1px #000;
	color: #FFF;
	line-height: 15px;
}

.form_settings textarea, .form_settings select {
	font: 100% 'trebuchet ms', arial, sans-serif;
	border: 1px solid #666;
	border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	width: 250px;
	overflow: auto;
}

.form_settings select {
	width: 260px;
}

.form_settings .checkbox {
	margin: 4px 0;
	padding: 0;
	width: 14px;
	border: 0;
	background: none;
}

table {
	margin: 10px 0 30px 0;
}

table tr th, table tr td {
	background: #BBB;
	color: #FFF;
	padding: 7px 4px;
}

table tr td {
	background: #DDD;
	color: #47433F;
	border-top: 1px solid #FFF;
	vertical-align: top;
}

table.noformat {
	margin: 0;
}

table.noformat tr td {
	background: inherit;
	border: none;
	padding: 0;
}

ul img {
	border: none;
}

#slideshow-caption {
	width: 200px;
	height: 90px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 500;
}

#slideshow-caption .slideshow-caption-container {
	padding: 38px 25px 0 25px;
	z-index: 1000;
}

#slideshow-caption p {
	padding: 0;
	font: normal 100% 'News Cycle', arial, sans-serif;
	color: #222;
}

nav {
	height: 80px;
	width: 100%;
	margin: 1px auto 0 auto;
	padding: 0 0 10px 0;
}

.lavalamp-object {
	background-color:#FFF;
	height: 60px;
}

/* from here: http://www.gmarwaha.com/blog/2007/08/23/lavalamp-for-jquery-lovers */
.lava-lamp {
	position: relative;
	height: 40px;
	padding: 15px 5px 15px 0;
	margin: 10px 0 0 0;
	overflow: hidden;
	float: right;
}

.lava-lamp li {
	float: left;
	list-style: none;
	padding: 0 0;
}

.lava-lamp li a {
	font: normal 100% 'News Cycle', sans-serif;
	text-shadow: 1px 1px #FFF;
	text-decoration: none;
	color: #222;
	outline: none;
	text-align: center;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	line-height: 35px;
	padding: 5px 3px;
	position: relative;
	overflow: hidden;
	margin: auto 10px;
}

.lava-lamp li a:hover, .lava-lamp li a:active, .lava-lamp li a:visited {
	border: none;
}

.err, .success {
	margin-bottom: 10px;
	color: white;
}

.err {
	background-color: #990000;
}

.success {
	background-color: #339933;
}

.err ul, .success ul {
	list-style-type: none;
}

.err ul li, .success ul li {
	margin: 0 0 0 0;
	padding: 5px 0 5px 28px;
	line-height: 1.5em;
}

.selfimage {
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}

.facepic {
	width: 200px;
}

ul.my {
	margin: 2px 0 22px 30px;
}

.sidebar ul {
	margin: 2px 0 5px 0px;
}

ul.my li {
	font: normal 1.3em "News Cycle", arial, sans-serif;
	margin: 0 0 0 0;
	padding: 0 0 4px 5px;
}

/* styling for the slideshow on the homepage */
ul.slideshow {
	width: 200px;
	height: 260px;
	overflow: hidden;
	position: relative;
	margin: 0;
	padding: 0;
}

ul.slideshow li {
	position: absolute;
	margin: 0;
	padding: 0;
	left: 0;
	right: 0;
	list-style: none;
}

ul.slideshow li.show {
	z-index: 500;
}

.loginform {
	margin: 0 auto;
	width: 200px;
}

.logincontainer {
	padding: 5px;
}

.loginbuttoncontainer {
	padding-top: 15 px;
}

.logincontainer > div {
	padding-bottom: 5px;
}

.circle {
	border-radius: 50%;
	display: inline-block;
	width: .85em;
	height: .85em;
}