/*
-------------------------
I AM KLOOT frame page layout CSS
-------------------------
*/
/*
-------------------------
CODE STOARAGE

filter:alpha(opacity=90);
opacity: 0.9;
-moz-opacity:0.9;

background: url("../graphics/brick.jpg");
-------------------------
*/
body {
color:#FFFFFF;
font-family:"Lucida Grande",Arial,Helvetica,Verdana,sans-serif;
font-size:12px;
line-height:1.2em;
margin:0pt;
padding:0pt;
}

body {
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 main CSS
-------------------------
*/

#websiteMain {
margin:0px;
margin-bottom:10px;
padding:0px;
*-height: 300px;
min-height: 300px;
background: url("../graphics/bg1.jpg") fixed bottom;
background-repeat: repeat-x;
background-color:#3A3A3A;
}

#mainHeading {
text-align:right;
}

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

#contentGallery {
min-height:60px;
width:100%;
}

#contentThumb {
float:left;
height:50px;
width:50px;
margin-right:10px;
margin-bottom:10px;
}

#contentImage {
text-align:center;
width:100%;
}

#contentArticle {
min-height:150px;
width:100%;
}

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

#articleText {
float:left;
min-height:150px;
width:570px;
margin-right:10px;
}

#articleImage {
float:left;
height: 150px;
min-height:150px;
width:150px;
}

#websiteMain: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;
}
