/* *** css by RobotDJX www.RobotDJ.net *** */
/* css released under Creative Commons License -  http://creativecommons.org/licenses/by/2.0/deed.en  */

body {
background-color: #FFFFFF;
font-size: 11px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#888888;
padding:0px;
margin:20px;
}
a {color: #888888;
text-decoration: none;}
a:visited {color:#777777;
text-decoration: none ;
}
a:hover {color: #888888;
text-decoration: none ;
}
a:active { color:#888888;
text-decoration: none ;}

h1 {
font-size: 11px;
text-transform:uppercase;
text-align: center;
padding:5px 15px;
margin:0px }

h2 {
font-size:20px;
font-weight: normal;
padding: 5px 10px;
margin:0px;}

img.download {vertical-align:middle;}

/* ----------container to center the layout-------------- */
#container {
width: 960px;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
background-color: #000000;
border-left:1px solid #000000;
border-right:1px solid #000000;
}

/* ----------banner for logo-------------- */
#banner {
background-color: #000000;
border-top:1px solid #000000;
text-align: right;
padding: 0px;
margin: 0px;
}

/* ----------tagcloud-------------- */
#tagcloud {
background-color: #FFFFFF;
text-align: center;
border-top:1px solid #000000;
border-bottom:1px solid #000000;
padding:5px 15px;
margin: 0px;
}

#tagcloud a {
color: #0066ff;
text-decoration: none ;
}

#tagcloud a:hover {
color: #FF0000;
}

/* -----------------content--------------------- */
#content {
background-color: #ffffff;
padding: 5px 10px;
}
div#content { 
min-height:280px;
height:expression(this.scrollHeight > 280 ? "auto":"280px"); 
}

p, pre{
padding: 5px 10px;
margin:0px;
}




/* -----------footer--------------------------- */
#footer {
clear: both;
background-color: #ffffff
;
border-top:1px solid #000000;
border-bottom:1px solid #000000;
padding:5px 15px;
margin: 0px; }
