@charset "utf-8";
/* CSS Document */

/*  
Theme Name: SLCC Stuff
Theme URI: http://www.slconvention.org/
Description: The theme created for the SLCC Website.
Version: 1.1
Author: Leo Newball, Jr.
Author URI: http://leonewballjr.name

Changelog:
* 1.1 
- Fixed Spacing between posts
- Added blockquote styling


*/


body {
	margin: 0;
	padding: 0;
	background-image: url(images/menu_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	}

#wrapper {
	width: 800px;
	padding: 0 10px 0 50px;
	}

#nav {
	padding-left: 50px;
	background-color: #000;
	border-bottom: 12px solid #08293c;
	height: 30px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

#nav ul {
	padding: 0;
	margin: 5px 0 0 0;
	color: White;
	float: left;
	width: 100%;
}

#nav ul li { display: inline; }

#nav ul li a {
	margin: 0 10px 0 10px;
	padding: 3px 5px;
	color: White;
	text-decoration: none;
	float: left;
	border-top: 3px solid #fff;
}

#nav ul li a:hover {
	border-top: 3px solid #ff6600;
	color: #ff6600;
}

#header {
	padding-left: 50px;
	background-color: #136796;
	border-bottom: 3px solid #000;
	}

#splash {
	width: 590px;
	}

#splash p {
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	padding: 5px 20px 3px 25px; margin: 0;
	}

#splash_top {
	background-image: url(images/splash_top.jpg);
	background-repeat: no-repeat;
	background-position: center;
	width: 590px;
	padding: 0; margin: 0;
	height: 70px;
}

#splash_text {
	background-image: url(images/splash_bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0; padding: 0;
}


#splash h2 {
	padding: 25px 10px 3px 25px; margin: 0;
	color: #fff;
	font-size: 1.7em;
	}

#sidebar {
	float: right;
	width: 200px;
	background-color: #fff;
	}

#sidebar h2 {
	font-size: 1em;
	margin: 0; padding: 3px 0 3px 0;
	}

#sidebar ul {
	padding: 5px 0 0 5px; margin: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin: 0 0 15px 0; padding: 0 0 5px 0;
	border-bottom: 1px dotted #aeaeae;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px; padding: 0;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 3px 0 0 5px; padding: 0 0 5px 0;
	font-size: .7em;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 5px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 1px 3px 0 0;
	padding: 0 0 4px 0;
	border: none;
	}

#content {	
	float: left;
	width: 590px;
	padding-right: 10px;
	padding-bottom: 10px;
	background-color: #fff;
	}

h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
	padding: 4px 0 4px 0; margin: 0;
	}

p, ol, ul, #recent_posts, #attendees {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

.entry p, .entry li, .linkcat ul li, #recent_posts {
	font-size: .8em;
	}

#recent_posts p {
	padding: 2px;
}

.excerptlink {
	font-size: .7em;
	text-align: right;
	}

p.postmetadata {
	font-size: .7em;
	padding: 4px;
	border: 1px solid #000;
	background-color: #fbfbfb;
	clear: both;
	}

.post {
	padding: 3px 5px 3px 5px;
	}

.pagetitle {
	border-bottom: 1px solid #000;
	background-image: url(images/titlebg_lightblue.png);
	background-repeat: no-repeat;
	background-position: center right;
	}

.title h2, .title h3, .pagetitle {
	padding-right: 83px;
}

h2 a, h2 a:hover, h3 a, h3 a:hover {
	text-decoration: none;
	color: #000;
	}

a {
	color: #0D4669;
}

a:hover {
	color: #7F9613;
	}


.title {
	background-image: url(images/titlebg_darkblue.png);
	background-repeat: no-repeat;
	background-position: center right;
}

h3#comments {
	font-size: 1.4em;
	border-bottom: 1px solid #000;
	}

h4.date {
	border-bottom: 1px solid #aeaeae;
	color: #bcbcbc;
	}

h2.widgettitle {
	background-image: url(images/widgettitlebg_yellow.png);
	background-repeat: no-repeat;
	background-position: center right;
}

#recent_posts {
	margin: 10px 0 0 0; padding: 0 15px 0 20px;
	border-top: 1px dotted #000;
	}

#recent_posts p {
	margin: 3px 0 3px 0;
	font-size: .8em;
	}

.front_post_wrapper {
	margin-top: 3px;
	padding-bottom: 3px;
	padding-right: 2px;
	background-color: #FFF9C7;
	border: 1px solid #FFF290;
	}

cite.commentmetadata, #sidebar ul p {
	font-size: .7em;
	}
.commentlist p {
	font-size: .8em;
	}

#commentform p {
	margin: 3px 0 3px 0;
	font-size: .8em;
	}

#comment {
	width: 590px;
	}
	
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	}

#footer {
	border-top: 4px solid #000;
	border-bottom: 2px solid #000;
	background-color: #136796;
	clear: both;
	padding: 0 0 4px 0; margin: 0;
	}

#footer p {
	font-size: .6em;
	color: #fff;
	padding-left: 50px;
	}

#footer a {
	color: #FFF9C7;
	}

#footer a:hover {
	color: #C7EAFF;
	}

/*Images*/
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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
	}

.aligncenter {
	text-align: center;
	}

.avatar {float: right;}

img {
	border: none;
	}

/*Link Page*/

#linkpage {
	margin: 0;
	padding: 4px 5px 4px 0px;
	}

.linkcat ul {
	margin: 0; padding: 0;
	}

.linkcat ul li {
	list-style: none;
	}

.linkcat {
	list-style: none;
	}

/* Attendees */
#attendees {
	border: 0;
	font-size: .7em;
}

#attendees td {
	padding: 0 3px 3px 0;
	margin: 0;
	width: 143px;
	}
	
.entry blockquote {
	border: 1px solid #e6db55;
	background-color: #fffbcc;
	padding: 5px 10px 0 10px;
	margin: 0 15px 5px 15px;
	}
