/* @override http://ckuwradiocamp.ca/wp-content/themes/radiocamp/style.css */

/*  
Theme Name: Radio Camp!
Theme URI: http://ckuwradiocamp.ca
Description: Theme for the Radio Camp 2007.
Version: 1.0
Author: Derek Hogue
Author URI: http://amphibian.info
*/

/* Begin initial settings */

html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, li, dl, address {
	margin: 0px;
	padding: 0px;
}

dd, blockquote {
	margin-left: 1em;
}

form label {
	cursor: pointer;
}

fieldset {
	border: none;
}

a img {
	border: none;
}

img {
	border: none;
}

input, select, textarea {
	font-size: 100%;
}

/* End initial settings. */

body {
	background: #FFAB00;
	color: #000;
	text-align: left;
	font: normal 16px/21px Georgia, "Times New Roman", serif;
}

a {
	color: #D50F40;
	text-decoration: underline;
}
a:visited {
	color: #DA496D;
}
a:hover {
	text-decoration: none;
	color: #900000;
}

p {
	margin: 1em 0em;
}

#top {
	width: 100%;
	text-align: center;
	background: #FEDD58 url(images/background.png) repeat-y center;
}

.inner {
	text-align: left;
	width: 760px;
	margin: 0px auto;
}

#top .inner {
	background: #FFF;
	border: 2px solid #FFAB00;
	border-width: 0px 2px;
	padding-bottom: 2px;
}

#header {
	height: 200px;
}

#nav {
	height: 30px;
	background: #FFAB00;
}

#nav li {
	list-style: none outside;
	height: 30px;
	float: left;
	text-indent: -9999px;
}

#nav a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

li#blog, li#blog a {
	background: url(images/blog.png) no-repeat;
	width: 104px;
}

li#blog a:hover {
	background: url(images/blog_over.png) no-repeat;
}

li#blog.active a, li#blog.active a:hover {
	background: url(images/blog_down.png) no-repeat;
}

li#photos, li#photos a {
	background: url(images/photos.png) no-repeat;
	width: 130px;
}

li#photos a:hover {
	background: url(images/photos_over.png) no-repeat;
}

li#photos.active a, li#photos.active a:hover {
	background: url(images/photos_down.png) no-repeat;
}

li#projects, li#projects a {
	background: url(images/projects.png) no-repeat;
	width: 144px;
}

li#projects a:hover {
	background: url(images/projects_over.png) no-repeat;
}

li#projects.active a, li#projects.active a:hover {
	background: url(images/projects_down.png) no-repeat;
}

li#about, li#about a {
	background: url(images/about.png) no-repeat;
	width: 120px;
}

li#about a:hover {
	background: url(images/about_over.png) no-repeat;
}

li#about.active a, li#about.active a:hover {
	background: url(images/about_down.png) no-repeat;
}

#content {
	clear: both;
	padding: 14px 30px;
	width: 469px;
	float: left;
	border-right: 1px dotted #FFAB00;
	margin-right: -1px;
}

#content h1 {
	font-size: 24px;
	margin-top:  16px;
}

#content post h1 {
	margin-top: 0px;
}

#content h2 {
	font-size: 20px;
}

.post {
	margin-bottom: 50px;
}

.post h1 a {
	text-decoration: none;
}

.post ul li {
	list-style: square outside;
	margin-left: 24px;
}

p.posted {
	font-style: italic;
	margin: 5px 0px 20px;
	color: #666;
}

#sidebar {
	width: 230px;
	padding: 0px;
	float: right;
	border-left: 1px dotted #FFAB00;
	margin-left: -1px;
	font-size: 14px;
	line-height: 18px;
}

h2#recent {
	text-indent: -9999px;
	background: url(images/updates.png) no-repeat center -5px;
	height: 30px;
}

#sidebar h3 {
	font-weight: normal;
	font-size: 18px;
	border-bottom: 1px solid #CCC;
	padding-bottom: 2px;
	margin: 0px 30px 20px 30px;
}

#sidebar ul {
	margin: 20px 30px;
}

#sidebar li {
	list-style: none outside;
	color: #666;
	margin: 0px 0px 10px;
}

ul#sponsors {
	text-align: center;
}

.photos li {
	text-align: center;
	width: 100px;
	height: 100px;
	float: left;
	list-style: none outside;
	padding: 0;
	margin: 0px 8px 16px;
}

.photos img {
	border: 1px solid #D50F40;
}

#sidebar ul.photos {
	height: 170px;
	margin: 20px 30px;
}

#sidebar ul.photos li {
	float: left;
	height: 77px;
	margin: 4px;
	width: 77px;
}

hr {
	clear: both;
	visibility: hidden;
}

#footer {
	width: 100%;
	border-top: 1px solid #FFF;
	background: url(images/shadow.png) repeat-x;
}

#footer p {
	padding: 0px 10px;
	font-size: 14px;
	color: #FFF;
}

a#rss {
	padding-left: 15px;
	background: url(images/feed.png) no-repeat 1px 2px;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}


.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
