/*
 * Combined the css files for improved performance.
 * MedO
 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
*
* Markup + 90% CSS by Taters
*
*/


/* General */

body { background-color: #c8c8c8; color: #fff; font-family: verdana, arial, helvetica, sans-serif; font-size: 10px; line-height: 120%;}

a { outline: none; color: #fff; }

a:hover { text-decoration: none; }

img { border: 0px; }

ul { list-style: none;  display: inline; }

li { display: inline; padding: 0px 10px; }

p { text-align: center; margin: 0 100px; }

h1 { font-size: 15px; text-align: center; }


/* Specifics */

#slider { width: 800px; margin: 0px auto; position: relative; }

#header { background-color: #555 ;}

#mainwrap { width: 800px; margin: 5px auto; background-color: #413b3b; color: #fff; }

#navi2 { background: #555; display: block; padding: 20px 120px; }

.important { font-weight: bold; }

.navi { background-color: #a0a0a0; border-top: solid 10px #766b6b; border-bottom: solid 10px #766b6b; padding: 15px 120px;}

.panel { padding: 10px 20px; }

.panel a { display: block; margin: auto; text-align: center; padding: 6px; }

.panel a.listlink { padding: 0px; }

.panel p { padding: 5px;}

.panel li { list-style-type: none; display: list-item; text-align: center; }

.panel img {
	padding: 10px;
	display: block;
	margin: auto;
}

.scrollButtons { position: absolute; top: 250px; cursor: pointer; }

.scrollButtons img { padding: 20px; }

.scrollButtons.left { left: -70px; }

.scrollButtons.right { right: -70px; }

.scroll { height: 340px; overflow: auto; position: relative; /* fix for IE to respect overflow */ clear: left; }

.scrollContainer .panel { padding: 20px; height: 210px; width: 800px; /* change to 560px if not using JS to remove rh.scroll (look in IE6 to that shit going down) */ }


/* Class Pictures Spacing */

img.Portrait {margin-right: -30px; margin-left: 20px; margin-bottom: 10px; display: inline-table;}

/* debug
*
* I'd make it clean, but fuck it.
*
* juicebox360: oh u
*/

#slider { width: 800px; margin: 0 auto; position: relative; }

.scroll { height: 350px; overflow: auto; position: relative; clear: left; }

.scrollContainer .panel { padding: 20px; height: 210px; width: 780px; }

.scrollButtons { position: absolute; top: 100px; cursor: pointer; }

.scrollButtons.left { left: -40px; }

.scrollButtons.right { right: -40px; }

.legalnotice { text-align: center; margin: 0 auto; width: 800px; position: relative; }

.legalnotice a { color:black; padding: 0 5px;}

div.flattrbutton { float:left; position:absolute; }

/* 

Mouseover code for the Menu, Download, Forums, and IRC buttons

juicebox360, 15 March 2009

*/

a.about { 
          display: block;
          width: 92px;
          height: 33px;
          background: url('../img/info.png') no-repeat 0 0;
          text-decoration: none;
	 	  margin-left: 30px;
	 	  margin-top: -17px;
}

a.forums { 
          display: block;
          width: 124px;
          height: 34px;
          background: url('../img/forum.png') no-repeat 0 0;
          text-decoration: none;            
	  	  position: relative;
	  	  left: 15px;
	 	  margin-top: -17px;	  	  
}

a.download { 
          display: block;
          width: 163px;
          height: 33px;
          background: url('../img/download.png') no-repeat 0 0;
          text-decoration: none; 
	  	  position: relative;
	  	  left: 30px;
	 	  margin-top: -17px;	  	  
} 

a.IRC { 
          display: block;
          width: 74px;
          height: 34px;
          background: url('../img/irc.png') no-repeat 0 0;
          text-decoration: none; 
	 	  position: relative;
	  	  left: 45px;
	 	  margin-top: -17px;	  	  
}

a:hover.download {
          background-position: -163px 0; 
}

a:hover.forums {
          background-position: -124px 0; 
}

a:hover.about {
          background-position: -92px 0; 
}

a:hover.IRC {
          background-position: -74px 0; 
}
