/* CSS Document */

body
{
	margin: 0;
	padding: 0;
	font: 85% arial, hevetica, sans-serif;
	text-align: center;
	color: #333;
	background-color: #B1B1B2;
	
}

a:link { color: #065F09; 
		text-decoration: none;
		list-style-type: none;	
}
a:visited { color: #065F09;
			text-decoration: none;
}

a:hover, a:active
{
	color: #fff;
	background-color: #1C1690;
	text-decoration: none;
}


h2
{
	color: #B8B8B8;
	font: 100% georgia, times, "times new roman", serif;
	font-weight: bold;
	margin: 0 0 2px 0;
}

h2 a { text-decoration: none; }

h3
{
	color: #065F09;
	font: 120% palatino, georgia, times, "times new roman", serif;
	margin-top: 0;
	text-transform: uppercase;
	font-weight: bold;
	
}

#container
{
	margin: 1em auto;
	width: 760px;
	text-align: left;
	background-color: #fff;
	border: 1px none #fff;
	
}

#header
{
	height: 16px;
	width: 760px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	border-bottom: 1px solid #fff;
	position: relative;
	border: 1px none #fff;
	border-bottom: 1px solid #fff;
	left: 0px;
	top: 0px;
}

#header h1
{
	font-size: 1px;
	text-align: right;
	color: #222;
	margin: 0;
	padding: 0;
}


#mainnav ul { 
	text-align: right;
	padding: 0;
	border: 0px;
	background-image: url(images/dawnsagar.jpg);
	background-repeat: no-repeat;
	margin: 0px;
 }

#mainnav ul img {
	border: 0px;
	padding: 0px;
}


	
#menu
{
	float: left;
	width: 170px;
	padding-right: 10px;
	padding-left: 10px;
}

#menu ul {
	margin-top: 0px;
	margin-left:0px;
	font-weight: bold;
	padding-top: 4px;
	padding-left: 5px;
	padding-bottom: 3px;
	list-style: none;
	line-height: 120%;
	background: #D8EFD8;
}



#activelink {
	color: #fff;
	background-color: #1C1690;
	
	text-decoration: none;
}

.artist {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 4px;
	padding: 3px;
	border: 3px solid #D8EFD8;
}

.cat {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 4px;
	padding: 0px 3px 3px 3px;
	border: 0px solid #D8EFD8;
}


#menu p img {
	padding: 0;
	border: 1px solid #D8EFD8;
}

#menu p img:hover {
	padding: 0;
	border: 1px solid #1C1690;
}

#sidenav
{
	margin-top: 0px;
	margin-left:0px;
	font-weight: bold;
	text-align: left;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 3px;
	list-style: none;
	line-height: 115%;
	background: #D8EFD8;

}


#sidenav img {
	padding: 0;
	border: 1px solid #D8EFD8;
}

#sidenav img:hover {
	padding: 0;
	border: 1px solid #1C1690;
}

.indexnav {
	margin-left: 4px;
	

}



#contents { margin: 0 20px 40px 205px; }
#contents p { line-height: 165%; }
.blogentry { border-bottom: 1px solid #7CD57F; }
.imagefloat { 
	float: right; 
	margin-left: 10px;
		
}

#contents img.painting {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 4px;
	padding: 7px;
	border: 2px solid #B8B8B8;
	
}

#bio {
	width: 490px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	background: #D8EFD8;
	padding: 10px;
}

.links a:link{
		text-decoration: none;
		font-weight: bold;
}

.links ul {
		list-style-type:circle;
		color: #065F09;
		line-height:20px;
}
#contact {
	margin-left: auto;
	margin-right: auto;
	background: #D8EFD8;
	padding: 8px;
}

.details {
	padding-top: 2px;
	padding-left: 18px;
	padding-right: 18px;
	padding-bottom: 5px;
}

.title {
	font: 110% palatino, georgia, times, "times new roman", serif;
	color: #065F09;
	text-transform: uppercase;
	font-weight: bold;
}

#footer
{
	clear: both;
	color: #757575;
	text-align: left;
	font-size: 85%;
	padding-top: 1px;
	background: #B1B1B2;
}

#footer p
{	margin-top: 4px;
	margin-right: 5px;
	margin-left: 5px;
}

#footer p a
{	color: #757575;
	text-decoration: none;
}

#footer p a:hover
{	color: #fff;
	
}

#skipmenu
{
	position: absolute;
	left: -2px;
	top: 1px;
	width: 755px;
	text-align: right;
	height: 19px;
}

#skipmenu a
{
	color: #B8B8B8;
	text-decoration: none;
}

#skipmenu a:hover
{
	color: #fff;
	background-color: #666;
	text-decoration: none;
}


