/**
* I AM KLOOT ARTWORK CSS
* Last updated: 16/07/09
**/

body 
{
	color:#FFFFFF;
	font-family:"Lucida Grande",Arial,Helvetica,Verdana,sans-serif;
	font-size:12px;
	line-height:1.2em;
	
	margin:0pt;
	margin-top:10pt;
	margin-bottom:20pt;
	padding:0pt;
}

body 
{
	background-repeat: no-repeat;
	background-position: bottom right;
	background-color:#000000;
}

a:link 
{
	color: #FFFFFF;
	background-color: #222222;
	text-decoration: none;
}

a:visited 
{
	color: #CCCCCC;
	background-color: #222222;
	text-decoration: none;
}

a:hover 
{
	color: #FFFFFF;
	background-color: #444444;
	text-decoration: none;
}

a:active 
{
	color: #FF9900;
	text-decoration: none;
}

.highlight 
{ 
	background: #FFA123;
	color: white;
} 

.alert 
{
	color: #FF0000;
	font-weight: bold;
}

/*
-------------------------
I AM KLOOT page layout div CSS
-------------------------
*/

#IAKwebsite 
{
	width: 772px;
	height: 600px;
	min-height: 600px;
	padding: 0;
	background-image: none;
}

/*
-------------------------
I AM KLOOT header CSS
-------------------------
*/

#websiteHeader 
{
	width: 100%;
	height:85px;
	margin-bottom:10px;
	
	text-align:left;
}

#websiteHeader:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/*
-------------------------
I AM KLOOT main CSS
-------------------------
*/

#websiteMain 
{
	margin:0px;
	margin-bottom:10px;
	padding:0px;
	background-color:#3A3A3A;
}

#artwork_container 
{
	text-align:left;
	
	width: 740px;
	
	margin-bottom: 30px;
}

#artwork_header 
{
	
}

#artwork_stage 
{
	float:left;
	
	width: 480px;
	*height: 540px;
	min-height: 540px;
}

#artwork_menu
{
	float:right;
	
	padding-top: 70px;
	
	width: 220px;
	*height: 540px;
	min-height: 540px;
}

#artwork_title
{
	width:100%;
	*height:60px;
	min-height:60px;
	
	margin-bottom: 10px;
}

#artwork_pages
{
	width:100%
}

#artwork_warning
{	

}

#artwork_frame
{
	border: 1px solid #CCC;
	
	margin-right: 10px;
	margin-bottom: 10px;
	
	float:left;
}

#artwork_thumb
{
	background-color:#111111;
	
	width: 150px;
	height: 150px;
	
	overflow:hidden;
}

#artwork_image
{
	background-color:#111111;
	
	width: 480px;
	
	overflow:visible;
}

#artwork_share
{
	float:left;
	
	width:419px;
	height:20px;
}

#artwork_report
{
	float:left;
	
	width:61px;
	height:20px;
}

#artwork_share_links
{
	clear:both;
	
	margin-top:10px;
		
	width:480px;
	height:70px;
}

#artwork_comments
{
	width:480px;
	
	background-image:url(../../graphics/comments-bg.gif);
}

#artwork_comment
{
	border-bottom: 1px solid #333333;
	
	margin: 10px;
	margin-top: 0px;
	
	padding-bottom: 20px;
}

#artwork_add_comment
{
	margin: 10px;
	margin-top: 0px;
	
	padding-bottom: 10px;
}

#mainContent 
{
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
}

#websiteMain:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/*
-------------------------
I AM KLOOT footer CSS
-------------------------
*/

#websiteFooter 
{
	margin:0px;
	padding:0px;
}

#footerQuote 
{
	text-align:center;
	margin-bottom:10px;
}

#footerInfo 
{
	text-align:center;
}

#websiteFooter:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/*
-------------------------
100th Monkey forms CSS
-------------------------
*/

form
{
	margin:0px;
}

input
{
	color: #545454;
	font-size:10px;
	font-family:"Lucida Grande",Arial,Helvetica,Verdana,sans-serif;
	background: #EFEFEF;
	border: 1px solid #CCCCCC
}

/*
-------------------------
100th Monkey PREVIEW
-------------------------
*/

#preview 
{
	margin:0px;
	background-color:#330000;
}
