/*
Theme Name: Quack City
Description: A custom WordPress skin for Earl Storm's Quack City blog.
Version: 1.0
Author: Jason Frazier Creative Design, LLC
Tags: lavender, purple, fun, animated, colorful
*/

* :focus { outline: 0; }

#wrapper {
	width: 1013px;
	margin-left: auto;
	margin-right: auto;
	background-color: #4e4c98;
	background-image: url('http://www.quackcity.com/blog/wp-content/themes/kristinwong/style.css'); /* texture for overall middle texture goes here */
	background-repeat: repeat;
}

body {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #a1b7d4;
	margin: 0px;
	padding: 0;
	background-image: url('http://www.quackcity.com/blog_images/quackcity_bg.jpg');
	background-position: top center;
	background-repeat: repeat;
}

#header {
	margin-top: 0px;
	color: #202020;
	background-color: #4e4c98;
	background-image: url('http://www.quackcity.com/blog/wp-content/themes/kristinwong/style.css'); /* background image for header graphic, if any */
	height: 204px;
	width: 1013px;
}

#content {
	width: 45%;
	float: left;
	background-color: #4e4c98;
	color: #ffffff;
	border: 7px solid #393780;
	padding-top: 15px;
	padding-left: 30px;
	padding-right: 30px;
	margin-left: 43px;
	padding-bottom: 30px;
	font-size: 12px;
	line-height: 1.5em;
}

#content a:link {
	color: #9c9ae6;
	text-decoration: none;
	border-bottom: none;
	font-weight: bold;
}

#content a:visited {
	color: #9c9ae6;
	text-decoration: none;
	border-bottom: none;
	font-weight: bold;
}

#content a:hover {
	color: #9c9ae6;
	text-decoration: underline;
	border-bottom: none;
	font-weight: bold;
}

#sidebar {
	width: 32%;
	float: right;
	background-color: #4e4c98;
	border: 7px solid #393780;
	color: #ffffff;
	font-size: 10px;
	padding-top: 30px;
	padding-left: 30px;
	padding-right: 26px;
	margin-right: 40px;
	text-align: left;
	background-image: url('http://www.quackcity.com/blog/wp-content/themes/kristinwong/style.css'); /* sidebar texture image goes here */
	background-repeat: repeat;
}

#sidebar a:link {
	color: #9c9ae6;
	text-decoration: none;
	border-bottom: none;
	font-weight: bold;
}

#sidebar a:visited {
	color: #9c9ae6;
	text-decoration: none;
	border-bottom: none;
	font-weight: bold;
}

#sidebar a:hover {
	color: #9c9ae6;
	text-decoration: underline;
	border-bottom: none;
	font-weight: bold;
}

#both {
	clear: both;
}

#footer {
	font-size: 11px;
	text-align: left;
	font-weight: bold;
	color: #ffffff;
    background-image: url('http://www.quackcity.com/blog/wp-content/themes/kristinwong/style.css');
	height: px;
	padding-top: 0px;
	padding-left: 40px;
	padding-bottom: 30px;
}

#footer a:link {
	color: #9c9ae6;
	text-decoration: none;
	border-bottom: none;
	font-weight: bold;
}

#footer a:visited {
	color: #9c9ae6;
	text-decoration: none;
	border-bottom: none;
	font-weight: bold;
}

#footer a:hover {
	color: #9c9ae6;
	text-decoration: underline;
	border-bottom: none;
	font-weight: bold;
}

#extra_sidebar_space {
	padding-bottom: 25px;
	background-color: #ffffff;
}

#extra_post_space {
	padding-bottom: 10px;

}

#extra_post_space2 {
	padding-bottom: 30px;

}

#extra_page_space_top {
	padding-bottom: 10px;

}

img {
	border: none;
}

img.other_photos {
	border: none;
}

.page_titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #202020;
	line-height: 1.5em;
}

.post_date_line {
	font-style: italic;
	font-weight: normal;
	font-size: 11px;
}

ul {
	list-style-type:none;
}

li {
	list-style-type:none;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5em;
}

.sidebar_headings {
	font-size: 16px;
	font-weight: normal;
}

/* Let's remove that Wordpress Stats Smiley Face ! */
img#wpstats {
     display: none;
}

#bio_blurb {
	font-size: 12px;
	line-height: 1.5em;
}

.red_text {
	color: #9c9ae6;
	font-weight: bold;
}

.darkgray_text {
	color: #9c9ae6;
	font-weight: bold;
}