/*
Theme Name: Kritzkast
Theme URI: http://www.vgnclan.com/kk2/wp-content/themes/kritzkast
Description: This is the test for the KK wordpress theme
Author: Tempest
Author URI: http://www.tempestcreations.net
Version: 0.7
*/

/* --------------- Defaults --------------- */

* {
padding:0;
margin:0;
border:0;
}

a:link {
color: #DDDDDD;
text-decoration:underline;
}
a:visited {
color: #DDDDDD;
text-decoration:underline;
}
a:hover {
color: #CCCCCC;
text-decoration:underline;
}
a:active {
color: #DDDDDD;
text-decoration:none;
}

body {
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#BBBBBB;
background-image: url(mainBG.jpg);
background-repeat: repeat-x;
background-color: #BBACA5;
margin-top:0px;
margin-bottom:0px;
}


/* -------------- Text Styles ------------- */

.textfooter {
font-family:Arial;
font-size:9px;
color:#999999;
}


/* --------------- Div ID's --------------- */


#content {
width:820px;
background:url("centerBG.jpg");
background-repeat:repeat-y;
}

#commentsbox {
background-color:#535353;
padding:7px;
color:#bbbbbb;
}

#fans {
width:755px;
padding:30px;
clear:both;
}

#fantext {
width:470px;
height:550px;
float:right;
}

#fansidebar {
width:318px;
padding:0px;
float:right;
margin:0px;
word-spacing:0px;
font-size:0px;
}

#fancontent {
background:url("fancontent.png");
background-repeat:repeat-x;
min-height:70px;
padding:3px;
}

#fanvidcontent {
background:url("fanvidcontent.png");
background-repeat:repeat-x;
min-height:344px;
padding:3px;
}

#fanpages {
background:url("fancontent.png");
background-repeat:repeat-x;
min-height:20px;
padding:3px;
text-align:center;
}

#footer {
background:#cddee9;
width:820px;
height:60px;
padding:0px;
clear:both;
background:url("footerBG.jpg");
background-repeat:repeat;
}

#footerleft {
width:140px;
height:60px;
padding:0px;
float:left;
text-align:right;
}

#footerright {
width:660px;
height:40px;
padding:10px;
float:right;
}

#header {
width:820px;
height:305px;
padding:0px;
background:url("header.jpg");
}

#hidden{
top: 305px;
position: absolute;
z-index: 1;
}

#icons {
width:300px;
padding:10px;
text-align: center;
word-spacing: -3px;
}

#itunes {
width:318px;
height:270px;
background:url(itunes.jpg);
text-align: center;
}

#itunestext {
height:180px;
padding:30px;
text-align: center;
position: relative;
top:90px;
font-family:Arial;
font-size:15px;
color:#EEEEEE;
}

#main {
width:502px;
padding:0px;
float:left;
background:url("centerBG.jpg");
background-repeat:repeat;
}

#servers {
width:290px;
padding:0px;
float: right;
font-family:Arial;
font-size:13px;
color:#DDDDDD;
text-align:left;
}

#sidebar {
width:318px;
padding:0px;
float:right;
margin:0px;
word-spacing:0px;
font-size:0px
}

#text {
width:470px;
float:right;
}

#wrapper {
width:820px;
margin:0 auto;
background:url("centerBG.jpg");
background-repeat:repeat-y;
}

/* --------------- Classes --------------- */

hr.clear {
clear:both;
display:block;
visibility:hidden;
}


/* --------------- Wordpress details --------------- */

#comment {
background-color:#EEEEEE;
padding:2px;
margin-bottom:2px;
}
#author {
background-color:#EEEEEE;
padding:2px;
margin-bottom:2px;
}
#email {
background-color:#EEEEEE;
padding:2px;
margin-bottom:2px;
}
#url {
background-color:#EEEEEE;
padding:2px;
margin-bottom:2px;
}