/* reset browser styles */

/* Generic Selectors */



p {
	width: 100%;
}

li {
	list-style-type: none;
	line-height: 150%;
	
}


h1 {

	font-family: 'Rokkitt', serif;
	font-size: 18px;
	font-weight: normal;
	color: #666;
	text-shadow: 0 1px 0 #FFFFFF;
}

h2 {
	font-family: 'Rokkitt', serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.5;
	letter-spacing: 0.0em;
	color: #666;
	text-shadow: 0 1px 0 #FFFFFF;

}

body {
    -webkit-font-smoothing: subpixel-antialiased;

}

/*************************  ID's *************************/


#headerimg img {width:1024px}

#container {
  	width: 960px;
	margin:-10px auto 0;
	position:relative
  }
  
#mainImage {
	position: absolute;
	top: 0;
	left: 25px;
	margin-top: 0;
	font-weight: normal;

}

#talk {
	position: absolute;
	top: 915;
	left: 695px;
	margin-top: 0;
	font-weight: normal;

}

#instructions {
	position: absolute;
	top: 0;
	left: 695px;
	margin-top: 0;
	font-weight: normal;

}


#twitter_div {
	position: absolute;
	font-family: 'Rokkitt', serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.5;
	letter-spacing: 0.1em;
	color: #666;
	text-decoration: none;	
	position: absolute;
	text-shadow: 0 1px 0 #FFFFFF;
	top: 1050px;
	left: 25px;
	width: 620px;
	height: 150px;	
	font-weight: normal;


}

#maintitle {
	font-family: 'Dancing Script', cursive;
	font-size: 48px;
	color: white;
	position: absolute;
	text-shadow: 1px 2px 3px rgba(0,0,0,0.75);
	top: 200px;
	left: 25px;
	width: 960px;
	height: 150px;	

}

#maintitle2 {
	font-family: 'Dancing Script', cursive;
	font-size: 110px;
	color: white;
	position: absolute;
	text-shadow: 1px 1px 5px rgba(0,0,0,0.75);
	top: 175px;
	left: 25px;
	width: 630px;
	height: 150px;	

}

#constructionMessage {
	position: absolute;
	top: 700px;
	left: 25px;
	width: 960px;
	height: 150px;	
	font-weight: normal;


}


.rss-box {
	position: absolute;
	font-family: 'Rokkitt', serif;
	font-size: 12px;
	color: #666;
	text-shadow: 0 1px 0 #FFFFFF;
	top: 1175px;
	left: 25px;
	width: 630px;
	margin-bottom:100px;
}
.rss-box li {
	margin-bottom:15px;
}

.rss-box li a {
	color:#111;
	font-family: 'Rokkitt', serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.5;
	letter-spacing: 0.1em;
}

.rss-box li a:hover {
	font-size:16px;
	font-weight:normal;
	color:#fff;
}


/*************************  Pseudo classes *************************/
a {
	font-family: 'Rokkitt', serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.5;
	letter-spacing: 0.0em;
	color: black;
	text-decoration: none;
}

a:link {

}

a:hover {
background:#222;
color: #fff;


}  


