@charset "UTF-8";
/* CSS Document */
body {
	margin:0px;
	padding:25px;
	background-color:#FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px
}
a { 
	text-decoration: none;
	color:#009900
}
a:visited {
	color:#333333;
	text-decoration:none;
} 
a:hover {
	background-color:#009900;
	color:#FFFFFF;
}
#main {
    float:left;
	background-color:#FFFFFF;
	margin:auto;
	width:930px;
	padding:10px;
	overflow:hidden;
}

#image { background-repeat: repeat-y;}

/* header styles */

.rounded {padding:8px; -moz-border-radius: 3px; -webkit-border-radius: 3px;}

#logoArt {
	width:930px; 
	overflow:hidden;	
}
#logo {
	float:left;
	display:block;
	background-color:#EFEFEF;
	width:179px;
	height:175px;
}
#featuredArt {
	float:left;
	position:relative;
	background-color:#000000;
	width:750px; 
	height:175px;	
	cursor:pointer;
	overflow:hidden;
	margin-left:1px;
}

#topspace {
	float:left;
	position:relative; 
	width:930px; 
	height:58px;	
	overflow:hidden;
	margin-left:0px;
}
 
#top {
	background-color:#000000;
	float:left;
	position:relative;
	height:58px;	
	overflow:hidden;
	margin-left:0px;
}

#navSearch {
	background-color:#FFFF00;
	border-right:1px solid #FFFFFF;
	font-size:11px;
	font-weight:normal;
	height:30px;
	color:#CCCCCC;
	width:159px;
	padding:10px;
	float:left;
	position:relative
}

#nav {
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #009900;
	background-color:#FFFF00;
	height:50px;
	width:930px;
	text-transform:uppercase;
	overflow:hidden;
}	
.navLink {
	display:block;
	border-right:1px solid #FFFFFF;
	height:30px;
	padding:10px;
	background-color:#FFFF00;
	color:#000000;
	font-weight:normal;
	text-decoration:none;
	line-height:12px;
	width:85px;
	float:left;
	font-size:10px;
}
 
.navLink:hover {
	background-color:#009900;
	color:#FFFFFF
}
 
.navLinkHere {
	display:block;
	border-right:1px solid #FFFFFF;
	background-color:#FFFFFF;
	height:30px;
	padding:10px;
	color:#FFFF00;
	text-decoration:none;
	font-weight:bold;
	line-height:12px;
	width:83px;
	float:left;
	font-size:10px;
}
 
.navLinkHere:hover {
	background-color:#999999;
	color:#FF00FF
}

/* side nav contents */
 
#sideNav {
	width:179px;
	height:100px;
	background-color:#009900;
	position:relative;
	overflow:hidden;
}
#sideNavRight {
	float:right;
	width:179px;
	height:100px;
	background-color:#EFEFEF;
	position:relative;
	overflow:hidden;
	 -moz-border-radius: 6px; -webkit-border-radius: 6px;
}
/* main content styles */
 
#mainContent {
	float:right;
	background-color:#FFFFFF; 
	width:730px; 
	padding-top:20px;
	padding-left:10px; 
	padding-right:0px;  
	overflow:hidden
}
#mainContentBlack {
	float:right;
	background-color:#000000; 
	width:710px; 
	padding-left:10px; 
	padding-right:20px;  
	overflow:hidden
}
#mainContentHeader {
	margin-top:0px;
	border-top:5px solid #FF0000;
	padding-top:10px;
	font-size:18px;
	font-weight:bold;
	margin-bottom:20px;
}
#fullPostHeader {
	margin-top:10px;
	border-top:5px solid #FFFFFF;
	padding-top:0px;
	font-size:18px;
	font-weight:bold;
	margin-bottom:20px;
}
.fullPostContent {
	float:left;
	padding-right:20px;
	width:545px;
	padding-bottom:40px;
	line-height:18px;
}
#fullPostContentBlack {
	float:left;
	background-color:#000000; 
	padding-right:0px;
	width:700px;
	padding-top:40px;
	padding-bottom:40px;
	line-height:23px;
	padding:8px; -moz-border-radius: 6px; -webkit-border-radius: 6px;
}
#fullPostContentBlack i	{font-family:Georgia, "Times New Roman", Times, serif; }