/*
Theme Name: PaintSmear
Theme URI: http://www.wpshoppe.com/themes/
Description: <strong>Autumn Colors</strong> WordPress Blog Theme. Now with <strong>Theme Options</strong> to choose different color combinations.
Version: 1.0
Author: Deanna Schneider
Author URI: http://deannaschneider.wordpress.com
Tags: fixed-width, two-columns, black, brown, orange, green, minimalistic, threaded-comments

*/
/* burst theme */

* {
	margin: 0;
	padding: 0;
}

body {
	margin-top: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}

h1, h2, h3, h4 {
	text-transform: uppercase;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}
h3 
{   font-size:13px;
    }

p, blockquote, ul, ol {
}

a {
	color: #C90404;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: right;
	float: 0 0 0 15px;
}

hr 
{
    margin-bottom: 20px;
    }
/* Header */

#header {
	width: 770px;
	height: 100px;
	margin: 0 auto;
	padding: 0 0 0 0;
	background: url(images/bannerstarburst.jpg);
}

#header h1, #header h2 {
	float: left;
	font-weight: normal;
}

#header h1 {
	padding: 20px 0 0 180px;
	letter-spacing: 4px;
	font-size: 20px;
}

#header h2 {
	padding: 31px 0 0 10px;
	letter-spacing: 3px;
	font-size: 10px;
}

#header a {
	text-decoration: none;
	color: #90210A;
}

/* Page */

#page {
	width: 770px;
	margin: 0 auto;
	background: url(images/img2.gif) repeat-y;
}

/* Content */

#content {
	float: right;
	width: 540px;
	padding: 0 20px;
	
}

#content .post {
}

#content .post h2 {
	margin-bottom: 1em;
	text-transform: uppercase;
	font-weight: normal;
	color: #333333;
}

#content .post h2 a
{
  text-decoration: none;  
    }

#content .post h3 {
	margin-bottom: 1em;
	font-size: 100%;
	
}

#content .post h3 a 
{
    text-decoration: none;
    }
    
#content .post h4 {
	margin-bottom: 1em;
	font-size: 95%;
}

#content .post p, #content .post ul, #content .post ol {
	margin-bottom: 1em;
	line-height: 1.5em;
}

#content .post blockquote, #content .post ul, #content .post ol {
	margin-left: 3em;
}

/* designed for the visualizing psych image */
#content .inlineImage img {
    float: left;
    padding-right: 40px;
}

#content .inlineImage p {
    height: 120px;
    padding-top: 40px;
}

#content .resumeHeader{
    width: 200px;
    margin: auto;
    font-size: 14px;
    font-weight: normal;
    padding-bottom: 30px;
    line-height: 16px;

}

#content .resumeHeader h3 {
    margin-bottom: 1px;
}



/* Ad Space 
#rightNav 
{
    font-size: 11px;
	float: right;
	width: 140px;
	margin: 70px 5px 5px 5px;
	padding: 15px 25px;
	
}

#rightNav ul {
	list-style: none;
	background: url(images/img7.gif) repeat-x;
}

#rightNav li {
	padding: 5px 0;
	background: url(images/img7.gif) repeat-x left bottom;
}

#rightNav a {
	text-decoration: none;
}

#rightNav a:hover {
	text-decoration: underline;
}

#rightNav h2 
{
    margin: 3em;
    font-size: 13px;
    }
*/

/*floating pic */
.floatingpic {
	float: right;
	width: 120px;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 150px;
	padding: 15px;
	background: url(images/img3.gif) no-repeat;
}

.boxed {
}

.boxed h2 {
	margin: 15px 0;
	padding-left: 20px;
	background: url(images/bullet.gif) no-repeat left bottom;
	font-size: 92%;
	color: #3A2403;
}

.boxed .list {
	/*background: url(images/img7.gif) repeat-x; */
	list-style: none;
}

.boxed .list li {
	padding: 10px 0 15px 0;
	background: url(images/img7.gif) repeat-x left bottom;
}

.boxed .list h3 {
	font-size: 77%;
}

/* Menu */

#menu {
}

#menu ul {
	list-style: none;
	/*background: url(images/img7.gif) repeat-x; */
}

#menu li {
	padding: 5px 0;
	background: url(images/img7.gif) repeat-x left bottom;
}

#menu a {
	text-decoration: none;
}

#menu a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	width: 140px;
	height: 100px;
	margin: 0 auto;
	padding: 20px 610px 0 20px;
	background: url(images/img8.gif) no-repeat;
	font-size: 77%;
}

#footer p {
	margin-bottom: 1em;
	line-height: normal;
}