@charset "utf-8";
/*
Theme Name: Painting on Purpose
Theme URI: http://GreenVineDesigns.com
Description: Custom wordpress Theme
Version: 1.0
Author: Michael Shihinski
Author URI: http://GreenVineDesigns.com
*/

* 				{ margin: 0; padding: 0;
				  outline: none; }
.clear 			{ clear: both; }
.alignleft 		{ float: left; display: inline;
			 	  margin: 0 10px 10px 0; }
.aligncenter 	{ margin: 0 auto; }
.alignright 	{ float: right; display: inline;
				  margin: 0 0 10px 10px; }
				  
body {
	background: #985195;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000;
}

#wrapper {
	width: 808px;
	margin: 50px auto;
}

#header {
	width: 808px;
	height: 169px;
	overflow: hidden;
	background: url(images/header.jpg) top left no-repeat;
}

#page-wrap {
	width: 808px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	background: url(images/bg-repeat.jpg) top left repeat-y;
	padding: 10px 0px;
}

#banner {
	margin: 0 auto;
	width: 715px;
	height: 296px;
	background: url(images/banner.jpg) top left no-repeat;
}

#content-wrap {
	width: 641px;
	margin: 0 auto;
	padding: 37px;
}

#content {
	float: right;
	width: 500px;
	display: inline;
}

#content p {
	margin-bottom: 15px;
}

#content a {
	color: #67446c;
}

#content ul,
#content ol {
	margin-bottom: 15px;
}

#content li {
	margin-left: 25px;
}

#sidebar {
	width: 125px;
	float: left;
	display: inline;
	min-height: 100px;
	height: auto !important;
	height: 100px;
}

#sidebar ul {
	list-style: none;
}

#sidebar li {
	background: #afb65b;
	width: 125px;
	margin: 0px 0px 8px 0px;
}

#sidebar li a:hover,
#sidebar li.current_page_item a {
	background: url(images/home-bg-btn.jpg) top left no-repeat;
}

#sidebar li a {
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	text-transform: capitalize;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13pt;
	display: block;
	padding: 6px 5px;
	width: 115px;
}

#footer {
	background: #67446c;
	width: 792px;
	height: 37px;
	overflow: hidden;
	margin: 0 auto;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #fff;
	font-size: 11pt;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
}

.wp-caption {
	border: 1px solid #985195;
	text-align: center;
	background-color: #e4e8b1;
	padding-top: 10px;
	margin: 5px 15px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	height: 280px;
	overflow: hidden;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
	max-width: 200px;
	max-height: 200px;
	width: 200px;
}

.wp-caption p.wp-caption-text {
	font-size: 13px;
	line-height: 17px;
	padding: 0 4px 5px;
	text-transform: uppercase;
	margin: 0;
	padding-top: 15px;
	font-weight: bold;
}

