/*
Theme Name: PurpleBrain
Theme URI: http://www.purplebrain.com
Description: Design created especially for PurpleBrain.com
Version: 1.0
Author: Brian Jacobs
Author URI: http://www.purplebrain.com/
Tags: fixed width, two columns
*/

.cleaner{
	float: none;
	clear: both;
	height: 1px;
	margin: 0px;
	padding: 0px;
	font-size: 0;
	line-height: 0;
	background-color: transparent;
}

html {
	padding: 0px;
	margin: 0px;
	background-color: #B3B395;
	background: url(/wp-content/themes/purplebrain/_resources/images/background.jpg);
	font-family: arial;
}

body {
	font-size: 62.5%; /* Sets 1 em = 10px = 10 points */
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

#container {
	padding: 0px;
	margin: 0px auto 15px auto;
	text-align: left;
	width: 960px;
}

#header {
	position: relative;
	height: 150px;
	background-color: yellow;
	border-bottom: solid 4px #bd99e1;	
}


#content {
	background-color: white;
	font-size: 1.2em;

}

#min_pg_height {
	position: relative;
	float: left;
	width: 5px;
	height: 300px;
	background-color: #ffcccc;
}

#leftcol {
	position: relative;
	float: left;
	width: 130px;
	margin: 10px 35px 15px 10px;
	padding: 15px 10px 0px 10px;
	background-color: #ccccff;
	/*background-color: #ccffcc; */
	min-height: 200px;
	border: 2px solid #350036;
	border-radius: 10px;
	box-shadow: 3px 3px 6px #999;	
}

#rightcol {
	position: relative;
	float: left;
	width: 700px;
	margin-top: 10px;
	margin-bottom: 15px;
	background-color: #ccccff;
	padding: 15px 15px 10px 15px;
	border-radius: 10px;
	box-shadow: 3px 3px 6px #999;	
	min-height: 400px;
}

#footer {
	position: relative;
	padding: 10px 25px 5px 25px;
	margin: 0px 0px 15px 0px;
	height: 20px;
	background-color: #9948ea;
	/* border-top: solid 4px blue; */
	border-top: solid 4px #bd99e1;
	border-radius: 0px 0px 15px 15px;
	text-align: center;
	font-size: 12px;
}

#leftcol ul {
	margin:0px;
	padding:0px;
}

	#leftcol ul li {
		list-style:none;
		margin-bottom:10px;
	}

	#leftcol ul li a {
		text-decoration: none;
		color: #000000;
		font-weight: bold;
		font-size: 14px;
	}

	#leftcol ul li a:hover {
		text-decoration: underline;
	}

#content h1 {
	margin-top: 0px;
}

h1 a {
	color: black;
	text-decoration: none;
}

h1 a:hover {
	text-decoration: underline;
}