/*-Defaults-*/
*
{
	font-family:'Droid Sans', verdana, arial, sans-serif;
	line-height:1.4;
	
	color:#fff;
	margin:0;
	padding:0;
}


/*-Typography-*/


a
{
	text-decoration:none;
	color:#ccfd33;
}

a:hover, .navBar a:hover
{
	color:#f431c4;
}

.navBar a
{
	font-size:24px;
}

p
{
	line-height:1.5;
	text-align:justify;
	font-size:14px;
	
	margin:0 0 0.5em;
}

h1, h2, h3, .navBar a, h1 a, h2 a, h3 a 
{
	font-family: 'Yanone Kaffeesatz', verdana, arial, sans-serif;
	text-transform:uppercase;
	line-height:0.9;
}

h1
{
	font-size:56px;
	word-spacing:0.2em;
	font-weight:0;
	
}

h2
{
	font-size:36px;
	margin-top:0.1em;
	margin-bottom:0.1em;
}

h3
{
	font-size:28px;
}

.mainSideBar h1, .mainSideBar h2
{
	color:#000;
	background-color:#ccfd33;
	padding:8px 3px;

}


.mainSideBar h3
{
	font-size:36px;
}

p.more
{
	text-align:right;
	font-size:80%;
}

/*-Layout-*/
body
{
	background: url('/img/ui/greenSlither.png') repeat-x;
	background-color:#000;
}

.navBar
{
	margin:0 0 0 -15px;
	padding-bottom:20px;
	
	width:930px;
	height:80px;

	text-align:center;	
	
	background: url('/img/ui/img/greenSlither.png') repeat-x;
}

ul
{
	list-style:none;
}

.navBar ul
{
	padding-top: 15px;
}

.navBar ul img
{
	margin-top: -15px;
}

.navBar li
{

	display:inline;
}

.navBar li a
{
	vertical-align:top;
	color:#000;
	font-weight:700;
	margin-left:1em;
}

.content
{
	width:930px;
	margin:0 auto;
}

.mainSideBar
{
	width:280px;
	float:right;
	/*background-color:#888;*/
}


.mainContent
{
	width:620px;
}


.mainEvent
{
	margin-bottom:20px;
}

.blogPost
{
	margin-top:20px;
}


a img
{
	border:2px #000 solid;
}

a.advert_button img
{
	border:none;
}

a:hover img
{
	border:2px #ccfd33 solid;
}

a.advert_button:hover img
{
        border:none;
}


.navBar a img
{
	border:none;
}

.eventPost
{
	margin-bottom:60px;
}
