/*
Theme Name: Penner Art
Theme URI: http://wordpress.org/
Description: A custom theme for the site.
Version: 1.0
Author: Bayard Lewis
Author URI: 
Tags: 


*/


/*  other colors

gold link color
color: #ECB527;


*/



/* Elements */


a:link {
	color: #0000EE;
}

a:visited {
	color: #0000EE;
}


body {
	font-family: verdana, tahoma, arial;
	background: #01256F;
/*	background: url('images/site-background.jpg');  */
	font-size: 12px;
	line-height: 150%;
	color: white;
}


H1, H2, H3 {
/*	color: #580078; */
}

H1 {
	font-size: 17px;
	margin-top: 1em;
	margin-bottom: 1em;
}

H2 {
	font-size: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
}


H3 {
	font-size: 13px;
	margin-top: 0px;
	margin-bottom: 0px;
}
	
IMG {
	border: none;
}

/* Classes  */


A.footer {
	color: white;
}


A.header {
	color: #580078;
}

A.heading, A.heading:visited {
	text-decoration: none;
}

A.heading:hover {
	text-decoration: underline;
}

A.light2, A.light2:visited {
	color: #C7A053;
}

.b1, .b2, .b3, .b4{font-size:1px; overflow:hidden; display:block;}.b1 {height:1px; background:#CCC; margin:0 5px;}.b2 {height:1px; background:#F1F0FF; border-right:2px solid #CCC; border-left:2px solid #CCC; margin:0 3px;}.b3 {height:1px; background:#F1F0FF; border-right:1px solid #CCC; border-left:1px solid #CCC; margin:0 2px;}.b4 {height:2px; background:#F1F0FF; border-right:1px solid #CCC; border-left:1px solid #CCC; margin:0 1px;}.contentb {background: #F1F0FF; border:1px solid #CCC;}.contentb div {margin-left: 1px;}


.blog-content {
	background: white;
	color: black;
}

.box {
	background: #D6CAB2;
	color: black;
}


.content-area {
	background: white;
	color:black;
}

.dark {
	color: black;
}

.light {
	color: white;
}


/*  For two columns of posts in the loop  */

.PostNarrow {
float: left;
width: 280px;
margin: 10px;
}


.cleared {
float: none;
clear: both;
margin: 0;
padding: 0;
border: 1px solid #DDD;
font-size:1px;
}


.sidebar-box {
	margin: 0px 0px 30px 0px;
}


.thumblink {
	border: 1px solid #CCC;
}

.tight {
	margin: 0;
}

H1.knockout {
	color: white;
}

TD.leftcol {
	width: 685px;
	padding: 0px 30px 30px 30px;
}

TD.main {
/*	background: white; */
}

TD.onecol {
	width: 980px;
	padding: 10px;
}

TD.rightcol {
	width: 295px;
	padding: 10px;
}

UL.footer
{
padding: 5px 0;
margin: 0;
list-style-type: none;
color: black;
width: 100%;
text-align: center;
}

UL.footer li { display: inline; }

UL.footer li a
{
text-decoration: none;
color: white;
padding: .2em 1em;
border-right: 1px solid white;
}

UL.footer li a:hover
{
text-decoration: underline;
}


UL.icons {
	list-style-image: url('images/gold-star.jpg');
	list-style-type: disc;
}


UL.nav
{
padding: 3px 0;
margin: 0;
list-style-type: none;
background-color: #58A623;
color: #FFF;
width: 100%;
font-size: 12px;
font-weight: bold;
/*text-align: center; */
}

UL.nav li { display: inline; }

UL.nav li a
{
text-decoration: none;
/* background-color: #58A623;  */
color: #FFF;
padding: .2em 0.8em;
border-right: 1px solid #fff;
}

UL.nav li a:hover
{
/* background-color: #1251E3;  */
color: #FFF;
text-decoration: underline;
}


UL.nav-top
{
padding: 3px 0;
margin: 0;
list-style-type: none;
color: #FFF;
width: 100%;
font-size: 12px;
font-weight: bold;
text-align: right;
}

UL.nav-top li { 
	display: inline; 
	border-right: 1px solid white;
	padding-right: 8px;
}

UL.nav-top li a
{
text-decoration: none;
color: white;
padding: .2em 0.8em;
}

UL.nav-top li a:hover
{
color: #FFF;
text-decoration: underline;
}


/* IDs    div#main */

#footer {
	width: 980px;
	float: left;
	margin-top: 15px;
	color: white;
	margin-bottom: 10px;
}

#main {
	width: 980px;
	float: left;
	border: 1px solid white;
	border-top: none;
}

#nav-top {
	width: 980px;
	padding: 10px 0px;
	float: left;
}

#masthead {
	width: 980px;
	float: left;
	border: 1px solid white;
	border-bottom: none;
}

#wrapper {
	width: 980px;
	margin: 0 auto;
}



/*   Rounded corners CSS */

.b1f, .b2f, .b3f, .b4f{font-size:1px; overflow:hidden; display:block;}
.b1f {height:1px; background:#F8D049; margin:0 5px;}
.b2f {height:1px; background:#F8D049; margin:0 3px;}
.b3f {height:1px; background:#F8D049; margin:0 2px;}
.b4f {height:2px; background:#F8D049; margin:0 1px;}
.contentf {background: #F8D049;}
.contentf div {margin-left: 5px;}
