/*********************

KZK Advertisement Page CSS
25 Jun 2014
Blau Rascon

*********************/

html, body
{
    margin: 0;
    padding: 0;
}

body
{
	background:#000 url('website-background.jpg') no-repeat top center fixed;
	text-align:center;
	margin:0 auto;
	max-width:1000px;
	min-height:100%;
}

#main-banner
{
	display:block;
}

#main-banner img
{
	height:251px;
	width:400px;
}

.main-wrapper
{	
	display:block;
	width:100%;
}

#text-post
{
	background:rgba(20,17,23,0.6);
	border-radius:40px;
	position:relative;
	float:left;
	max-width:600px;
	height:auto;
	/*text-align:left;*/
	font-family: 'Rokkitt', serif;
	font-size:13.5pt;
	color:#B1DAE3;
	padding:0 20px 0 20px;
}

#text-post a
{
	text-decoration:none;
}

#text-post a:hover
{
	text-decoration:underline;
}

#text-post a:link
{
	color:#00D1FF;
}

#text-post a:visited
{
	/*color:#6669CC; Sorry, but this has to be done... */
	color:#33A1EE;
}

/* And this too... */
#text-post b
{
	font-size: 16pt;
}

#slurl-image
{
	float:right;
}

#google-calendar
{
	height:300px;
	width:320px;
	float:right;
	border:solid 2px #fff;
	overflow:hidden;
	border-radius:8px;
}

#mainsite-button
{
	clear:both;
	margin-left:auto;
	margin-right:auto;
}

#mainsite-button img
{
	/*adjustments for bottom button*/
}

.footer
{
	clear:both;
	position:relative;
	width:auto;
	/*makes footer behave*/
}

.footer p
{
	background:rgba(20,17,23,0.6);
	border-radius:40px;
	font-family: 'Rokkitt', serif;
	font-size:13.5pt;
	color:#B1DAE3;
}

.footer a
{
	text-decoration:none;
	color:#C1EEFF;
}