/*
 * 	vim: set fdm=marker:
 *	Common Styles for 7 million 2008/2009
 *	(c) 2008 by T-SIGN Studios, http://www.t-sign.com
 *	Authors: Robert Adrianowski (robert_adrianowski@t-sign.com)
 *
 */
 
/* {{{ standard style */
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}
body {
	background: #e9e9e5 url(/img/misc/site/bgrepeat.png) left top repeat-x;
	font-family: Verdana, sans-serif;
        font-size: 70%;
	color: #91918c;
}
*	{
	margin: 0;
	padding: 0;
}
*:focus	{
	outline: none;
}
.error {
    color:#D11022;
}
a img, img {
	border: 0;
}
ul, ol {
	padding: 0;
	margin: 0;
}
form {
	margin: 0;
	padding: 0;
}
.nodisplay {
	display: none;
}
.clear {
	margin: 0;
	padding: 0;
	height: 0;
	font-size: 0px;
	clear: both;
	overflow: hidden;
}
span.bold {
	font-weight: bold;
}
span.dark	{
	color: #686862;
}
.noneTopMargin	{
	margin-top: 0 !important;
}
a {
	color: #d38e26;
	font-family: Verdana;
	text-decoration: none;
}
a:hover {
	color: #d38e26;
	text-decoration: underline;
}
p {
	margin: 10px 0;
	padding: 0;
	text-align: justify;
}
h2 {
	font: bold 1.4em Verdana;
	color: #686862;
}
h3 {
	font: bold 1.8em Verdana;
	color: #686862;
}
h4 {
	font: bold 1.1em Verdana;
	color: #686862;
}
h2:first-letter,
h3:first-letter,
h4:first-letter {
	text-transform: uppercase;
}
br {
	margin: 0;
	padding: 0 0 50px 0;
}
div.clear {
	margin: 0;
	padding: 0;
	height: 0;
	font-size: 0;
	clear: both;
	overflow: hidden;
}
.noneBottom {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}
.left {
	float: left;
}
.right {
	float: right;
}
.rightPic {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}
.picLeft	{
	float: left;
	margin-right: 12px;
	margin-bottom: 10px;
	height: 203px;
}
.bgNone	{
	background: none !important;
}
.noneBorderRight {
	border-right: none !important;
}
.noneRightMargin {
	margin-right: 0 !important;
}
.noneBottomMargin	{
	margin-bottom: 0 !important;
}
.noneBottomBorder {
	border-bottom: none;
}
.noneBg	{
	background: none !important;
}
.center {
	margin: 0 auto;
}
/* }}} */
/* {{{ borders */
.border1,
.border2	{
	position: relative;
	width: 378px;
}
.border1	{
	height: 240px;
	background: transparent url(/img/misc/content/border1.png) no-repeat left top;
}
.border2	{
	height: 80px;
	background: transparent url(/img/misc/content/border2.png) no-repeat left top;
}
.border3	{
	position: relative;
	width: 148px;
	height: 130px;
	background: transparent url(/img/misc/content/border3.png) no-repeat left top;
}
.shadow1	{
	display: block;
	position: absolute;
	top: 4px;
	left: 4px;
	width: 370px;
	height: 232px;
}
.shadow2    {
    display: block;
    position: absolute;
    top: 4px;
    left: 4px;
    width: 370px;
    height: 72px;
}
.shadow1	{
	background: transparent url(/img/misc/content/shadow1.png) no-repeat left top;
}
.shadow2	{
	background: transparent url(/img/misc/content/shadow2.png) no-repeat left top;
}
.shadow3	{
	display: block;
	position: absolute;
	top: 4px;
	left: 4px;
	width: 140px;
	height: 122px;
	background: transparent url(/img/misc/content/shadow3.png) no-repeat left top;
}
.border1 img,
.border2 img,
.border3 img	{
	padding: 4px;
}
/* }}} */
/* {{{ other styles */
.line	{
	clear: both;
	width: 30px;
	height: 2px;
	padding: 15px 0;
	background: transparent url(/img/misc/site/line.png) left 50% repeat-x;
}
.line-long	{
	width: auto !important;
}
.row	{
	
}
.row .col1	{
	float: left;
	width: 378px;
	margin-right: 25px;
}
.row .col2	{
	
}
.comment	{
	margin-bottom: 20px;
}
.comment .col1	{
	float: left;
	width: 100px;
	margin-right: 17px;
	padding-top: 26px;
}
.comment .col2	{
	float: left;
	width: 680px;
}
.column1	{
	float: left;
	width: 380px;
	padding-right: 25px;
	min-height: 466px;
	background: transparent url(/img/misc/content/lineright.png) no-repeat right 50%;
}
.column2	{
	float: left;
	width: 370px;
	padding-left: 20px;
}
.gameColumn1	{
	float: left;
	width: 150px;
	margin-right: 14px;
}
.gameColumn2	{
	float: left;
	width: 790px;
	overflow: hidden;
}
a.hower	{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 148px;
	height: 130px; 
}
/* }}} */
/* {{{ literal */

/* }}} */
