/*
	Pink: #F33E60
	Background #202020;

*/
	
body{
	padding:20px 0 0 0;
	margin:0;
	background-color:#131313;
	color: #e1e1e1;
	font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Helvetica, sans-serif;
	font-size:13px;
}

h3 {
	font: 16px "Century Gothic",Avant Garde,Futura;
}

a {	text-decoration:none; color:white;}

p a,li a { color:#9CFF00; }
p a:hover,li a:hover{ border-bottom: 1px dotted #9CFF00;}

a:hover img { border:0;}

p{ line-height:18px;}

ul { padding-left:27px; margin-top: 5px;}
li { padding-top: 3px;}

/* for the RSS lists */
ul.nodot{ 
	margin:0;
	padding:3px;
}

ul.nodot li{
	margin:0; padding:5px 0 5px 0;
	margin-left: 10px;
	list-style: none;
}
/* Big text for the main page */
p.big { 
	font-size: 17px; 
	line-height:24px;
}

h2{ 
	font:14px "Century Gothic", "Avant Garde",sans-serif;
	letter-spacing: 0.1em;
}

a img { border:0;}

img.thumb { 
	display:block;
	border: 1px solid black;	
	margin-left:15px;
}

del { text-decoration: line-through; }

#container{
	display:block;
	text-align:left;
	width:730px;
	margin: 30px auto 0 auto;
}

/* The header strip is the area that contains the menu, but not the menu image */
#headerStrip { 
	background: #333;
	padding-top:2px;
	height:33px;
	width:100%;
}

#headerBottom {
	display:block;
	height:10px;
	width:100%;
	background: transparent url("/images/header_bottom.png") repeat-x;
}
#headerCenter {
	margin-top:5px;
	width:730px;
	margin:auto;
}	

#header{
	margin:auto;
	width:730px;
	background:transparent url('/images/ss_header.jpg') bottom right no-repeat;
	height: 100px;
}

/* Menu */
#menu li,h1{
	display:inline;
	font:12px "Century Gothic", "Avant Garde",sans-serif;
	text-transform: uppercase;
	letter-spacing:3px;
}

#menu{
	display:block;
	padding-top:7px;
	color:white;
	text-transform: uppercase;
	letter-spacing:3px;
}

#menu ul, #menu li {
	padding: 0 10px 0 10px;
	margin: 0;
}

#menu ul{
	float:right;
}

#menu a { color: white; }

#menu a:hover { 
	border-bottom: 1px solid white;
}

#contentBottom{
	clear:both;
}

#tripleholder{
	padding-top: 10px;
	clear:both;
	display:block;
	border-top: 1px dotted #444;
}

#contentleft {
	padding:10px;
	width:33%;
	padding:0px;
	float:left;
	}

#contentcenter {
	padding:10px;
	width:33%;
	padding:0px;
	float:left;
	}

#contentright {
	width:33%;
	float:left;
	padding:0;
	}

/*  pane layout */
#contentLeft2{
	width: 330px;
	margin-right:20px;
	float:left;
	
}

#contentRight2{
	/* Come on CS3 */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding:10px;
	width:330px;
	margin-left:20px;
	float:right;
	background:#191919;
	text-align:center;
}

#contentRight2Plain{
	width:330px;
	margin-left:20px;
	float:right;
}

#contentRight p,h1,h2,ul,lu,h3,em,span{
	text-align:left;
}

#contentRight2 img{
	margin: 0 auto 0 auto;
}

#contentRight2 h3{
	margin: 4px 0 4px 0;
	color:#3F3F3F;
}

/* Art menu on the front page */

#artList a em{
	margin-top:7px;
	color:#e1e1e1;
}

#artList a{
	display:block;
	padding-top:5px;
	padding-bottom:10px;
	border-top: 1px dotted #2D2D2D;
	clear:both;
	
	}

#artlist a:hover {
	background: #2d2d2d;
}

#artList span.thumb{
	padding-bottom:5px;
	float:left;
	width:50px;
	height:50px;
	background-repeat: no-repeat;

}

#artList span.info{
	padding-top:5px;
	margin-left:10px;
	float:left;
}

/* footer */
#footer{
	border-top: #333333 dotted 1px;
	text-align: right;
	margin-top:30px;
	padding: 10px 5px 7px 5px;
	clear:both;
	font-size:11px;
	color:#333;
}

#footer a{
	color: #444;
}

/* centering */
div.center { text-align:center; } 
div.holder { margin: 0 auto 0 auto; } 

