/* 
css design for: artistapril.com
by: April Greenberg, http://springthistle.com
css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/ 
All associated graphics copyright 2006-2007, artistapril.com and the artist.

Created: 04/03/06

IMPORTANT:

You may NOT reproduce this design without the written permission of april at artistapril.com.

*/

/*	The redundancy in this section is for NN/IE compatibility. */
body	{ 
	font-family: "Century Schoolbook", Georgia, Times, "Times New Roman", serif; 
	font-size: 0.95em; 
	line-height: 20px;
	margin: 0px; 
	background-color: #000;
}
font,b,i,div,span,ul,li,ol,td,p,	{ font-family: "Century Schoolbook", Georgia, Times, "Times New Roman", serif; line-height: 115%; }

h1,h2,h3,h4, a{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: 100;

}

select,input,textarea{
	border-width: 1px;
	font-family: tahoma,helvetica;
	font-size: 10pt;
	padding-left: 2px;
}
input.button {
	background-color: #CAE2BE;
}

a:link, a:visited, a:active { color: #777;}
a:hover		{ color: #333; text-decoration: none; }

.alignright {
	float: right;
	margin: 6px 0 0 10px;
}

h1 {
	font-size: 24px;
	margin-top: 20px;
}
h1 a, h1 a:visited {
	color: #006699;
	text-decoration: none;
	border-bottom: 1px solid #003366;
}

h2 {
	font-size: 16px;
	color: #006699;
	border-bottom: 1px solid #ccc;
}

h4 {
	font-size: 12px;
	color: #003366;
	border-bottom: 1px solid #ccc;
	margin: 3px 0px;
}

/* ------ Structural Elements -------------------------------------*/ 

#container {
	margin: 0 auto;
	width: 950px;
}

#header {
	/*background-image: url(/images/template/header.gif);*/
	height: 142px;
	background-color: #333;
}

#toplinks {
	position: absolute;
	top: 10px;
	margin-left: 600px;
	
}
#toplinks ul {
	margin: 0px;
}
#toplinks li {
	list-style: none;
	display: inline;
}

#main {
	/*background-image: url(/images/template/bg_body.gif);*/
	background-repeat: repeat-y;
	background-color: #eee;
}

#content {
	padding-left: 10px;
	width: 730px;
}
p img {
	border: 1px solid #666;
}

#leftCol {
	width: 175px;
} 

#leftCol ul {
	margin: 0px;
}
#leftCol li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#leftCol h4 {
	color: #006699;
	margin-bottom: 0px;
	border: none;
}
#leftCol a, #leftCol a:visited {
	text-decoration: none;
	font-size: 10px;
}
#leftCol a:hover {
	text-decoration: underline;
}

#emailBox {
	margin-left: 10px;
}
#emailBox a, #emailBox a:visited{
	font-weight: bold;
	font-size: 12px;
	color: #666;
}

.leftTD {
	/*background-image: url(/images/template/bg_leftfade.gif);
	background-repeat: no-repeat;
	background-position: bottom left;*/
}

#footer {
	/*background-image: url(/images/template/bg_footer.gif);*/
	text-align: center;
	width: 950px;
	background-color: #eee;
	height: 69px;
	color: #999;
	font-family: verdana,arial, sans-serif;
	font-size: 10px;
	margin-bottom: 20px;
}

#footer2 {
	text-align: center;
	width: 950px;
	color: #eee;
	font-family: verdana,arial, sans-serif;
	font-size: 12px;
	margin-bottom: 20px;
}
#footer2 a, #footer2 a:visited{
	color: #ccc;
}

.imgNav {
	cursor:pointer;
	cursor:hand
}

.errorBox {
	border: 1px solid #f00;
	background-color: #fdd;
	padding: 10px;
	color: #f00;
	font-weight: bold;
	margin-bottom: 10px;
}

.successBox {
	border: 1px solid #0f6;
	background-color: #dfd;
	padding: 10px;
	color: #0d3;
	font-weight: bold;
	margin-bottom: 10px;
}

.notForSale {
	color: #999; 
	background-color: #f6f6f6; 
	border: 1px solid #ccc; 
	padding: 3px; 
	width: 110px; 
	font-weight: bold; 
	text-align: center
}

.loadingImage {
	background-image: url('/images/loading.gif');
	width: 175px;
	height: 175px;
	margin: 1px;
}

#home {
}

#home h2 {
	font-size: 16px;
	font-weight: bold;
	color: #6699ee;
	border-bottom: none;
}

#home h2 a {
	font-size: 16px;
	font-weight: bold;
	color: #6699ee;
	border-bottom: 1px solid #006699;
	text-decoration: none;
}

#home h3, #home h3 a, #home h3 a:visited {
	font-size: 14px;
	font-weight: bold;
	color: #006699;
	margin: 3px;
	text-decoration: none;
}

#home .smThumb {
	margin-right: 5px; 
	margin-bottom: 20px;
}

#home .blogpost img {
	border: 1px solid #000;
}

.blog_post {
	margin-bottom: 50px;
	clear: right;
}

.sideimage {
	float: right;
	border: 1px solid #666;
	margin-left: 10px;
}

#header h1, #header h2{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff;
	border: none;
	margin-top: 0;
}

#header h1{font-size: 310%; font-weight: normal; padding: 30px 0 0 30px;}
#header h2{font-size: 160%; font-weight: normal; color: #999; margin-top: -20px; padding: 0 0 0 30px;}

#header h1 a, #header h1 a:visited { color:#fff; text-decoration: none; border: none; }

h3{
	color: #006699;
}

#toplinks a:hover{color: #fff;}

.sidebarform {
	background: url('/images/template/input.png') no-repeat;
}

.sidebarform .sidebartxt {
	background: none;
	width: 125px;
	height: 24px;
	border: none;
	color: #666;
}

.sidebarform .sidebarbutton {
	background: none;
	border: none;
	width: 20px;
	text-indent: -2900px;
} 