/*
Theme Name: Atlanta Blogging Workshops
Theme URI: http://www.atlantabloggingworkshops.com
Description: Theme created for Atlanta Blogging Workshops
Version: 0.1
Author: Rusty Tanton
Author URI: http://rustytanton.com

Based on the default Wordpress theme and Mike Alvear's ebook page.

*/


/**
 * GLOBAL/MISC=
 ========================================*/
* {
	margin: 0;
	padding: 0;
}
body {
	background: #fff;
	font-family: Tahoma, Verdana, arial, helvetica, sans-serif;
	font-size: 100%;
}
.floatleft {
	float: left;
	margin: 0 10px 15px 0;	
}
.edit {
	margin-bottom: 30px;
	text-align: center;
}
#wpstats {
	display: none;
}
.highlight {
	background: yellow;
}
.edit {
	clear: both;
}
.wp-caption {
	font-size: 75%;
}
.alignleft {
	float: left;
	margin-right: 15px;
}
.alignright {
	float: right;
	padding-left: 15px;
}
.aligncenter {
	margin: 0 auto 10px auto !important;
	text-align: center;
}

/**
 * TITLE=
 ========================================*/
#title {
	background: #000;
	color: #ffb300;
	font-size: 300%;
	margin: 0 auto 0 auto;
	padding: 30px;
	text-align: center;
	text-transform: uppercase;
	width: 900px;
}

/**
 * WRAPPER/CONTENT AREA=
 ========================================*/
#wrapper {
	background: #BED9ED 0 0 repeat-y;
	margin: 0 auto 30px auto;
	padding: 30px;
	width: 900px;
}
#content {
	float: left;
	padding: 0 20px 50px 15px;
	width: 550px;
}
#content a,
#content a:visited,
#content a:active {
	color: #6D4C6B;
	font-weight: bold;
}
#content p {
	margin: 0 0 10px 0;
}
#content img {
	border: 1px #000 solid;
}
#content blockquote {
	background: #FFB200;
	border: 1px solid #6BB2E8;
	margin: 15px;
	padding: 15px;
}
#content ul {
	margin: 0 0 10px 20px;
}
#content ol {
	margin: 0 0 10px 20px;
}
#content li {
	margin-bottom: 5px;
}
#content ul li {
	list-style-type: square;
	padding-left: 12px;
}
#content h1 {
	margin-bottom: 15px;
}
#content h2 {
	margin-bottom: 10px;
}
#content h3,
#content h4,
#content h5,
#content h6 {
	margin-bottom: 5px;
}

/**
 * SIDEBAR=
 ========================================*/
#sidebar {
	background: #fff;
	border: 1px #6AB2E7 solid;
	float: right;
	font-size: 90%;
	padding: 30px;
	width: 215px;
}
#sidebar h2 {
	margin-bottom: 10px;
}
#sidebar p {
	margin-bottom: 10px;
}
#sidebar li {
	list-style-type: none;
	margin-bottom: 10px;
}
#sidebar img {
	border: 1px #000 solid;
	margin-bottom: 10px;
}

/**
 * FOOTER=
 ========================================*/
#footer {
	border-top: 1px #6AB2E7 solid;
	clear: both;
	font-size: 80%;
	padding: 10px;
	text-align: center;
}

