* {
	margin: 0px;
	padding: 0px;
	}

html {
	background-image: url(images/bgGREENdiag2.png);
	background-attachment: fixed;
	overflow-x: hidden;
	}

body {
	overflow-x: hidden;
	font-size: 100%;
	}
	
::selection {
	background: orange;
	}

::-moz-selection {
	background: orange; 
}
	
	
	
/*------------------------FONT STUFF and CLASSES -----------------------------*/




@font-face {
    font-family: "bangle";
    src: url(bangle.otf);
	}

h1, h2, h3 {
	font-family: "Minion Pro", "Palatino", "Palatino Linotype", "Times New Roman", serif;
	font-weight: normal;
	}

h2	{
	color: rgb(0,91,24)
	}

h3 {
	font-size: 128%;
	}
	
	
ul.a {
	list-style: none;
	}
	
li.a {
	display: inline;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	}
	
li.a:hover {
	color: orange;
	} 
	
li.c {
	text-decoration: underline;
	color: orange;
	} 

ul.b {
	list-style-type: disc;
	}
	
li.b {
	display: list-item;
	} 
	
.nav {
	text-decoration: none;
	color: rgb(0,91,24);
	font-family: "bangle", "Palatino", "Palatino Linotype", "Times New Roman", serif;
	font-size: 15pt;
	}
	
.nav1 {
	margin: 20px 90px 20px 0px;
	}

.nav2 {
	margin: 20px 0px 20px 0px;
	}
	
.raves {
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	font-size: 8pt;
	color: #333333;
	margin-left: 40px;
	margin-top: 8px;
	}
	
.contact {
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	font-size: 12pt;
	color: #333333;
	}

.doesit {
	list-style-type: disk;
	display: block;
	}

.round {
	border-radius: 10px;
	-o-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;	
	}

p.credits {
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	font-size: 7pt;
	color: #666666;
	}
	
a.creditslink {
	text-decoration: none;
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	font-size: 7pt;
	color: green;
	transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	-webkit-transition: all .2s;
	}
	
a.creditslink:hover {
	font-size: 10pt;
	color: orange;
	}		
	
	
.heading {
	text-align: center;
	margin-bottom: 2em;
}

#fb-root {
	display: none;
}

/*------------------------WRAPPERS for EACH PAGE -----------------------------*/




#wrapperhome {
	margin-left: auto;
	margin-right: auto;
	width: 860px;
	height: 1230px;
	/*background-color: #FFFFFF; */
	background-image: url(images/bgwhite.jpg);
	}

#wrapperabout {
	margin-left: auto;
	margin-right: auto;
	width: 860px;
	height: 1630px;
	background-color: #FFFFFF;
	background-image: url(images/bgwhite.jpg);
	}

#wrapperexamples {
	margin-left: auto;
	margin-right: auto;
	width: 860px;
	height: 1330px;
	background-color: #FFFFFF;
	background-image: url(images/bgwhite.jpg);
	}

#wrapperinfo {
	margin-left: auto;
	margin-right: auto;
	width: 860px;
	height: 830px;
	background-color: #FFFFFF;
	background-image: url(images/bgwhite.jpg);
	}
	
	

/*------------------------CONSISTENT CONTENT for EACH PAGE -----------------------------*/




#header {
	position: relative;
	width: 860px;
	height: 250px;
	}
	
#logo {
	position: absolute;
	width: 436px;
	height: 137px;
	margin-left: 20px;
	}

#tales {
	position: absolute;
	width: 400px;
	left: 225px;
	top: 140px;
	}
	
#headerwolf {
	position: absolute;
	right: 20px;
	top: 20px;
	width: 142px;
	height: 180px;
	background-image: url(images/headerwolf.jpg);
	}

#nav {
	width: 615px;
	margin-left: 142px;
	margin-bottom: 40px;
	}
	
	
#clear {
	background-color: #FFFFFF;
	background-image: url(images/bgwhite.jpg);
	width: 860px;
	height: 2px;
	margin-left: auto;
	margin-right: auto;
	}
	
#facebook {
	position: relative;
	background-color: #FFFFFF;
	background-image: url(images/bgwhite.jpg);
	width: 860px;
	height: 50px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	}
	
#likeme {
	position: absolute;
	top: 0px;
	right: 20px;
	}

#credits {
	position: absolute;
	left: 20px;
	width: 500px;
	}


/*------------------------ HOME/INDEX PAGE -----------------------------------*/





#banner {
	height: 220px;
	width: 860px;
	background-image: url(images/bannerSprite.jpg);
	background-position: 0px 0px;
	}
	
#banner:hover {
	background-position: 0px -220px;
	}
	
#banner:active {
	background-position: 0px -220px;
	}

#tag {
	margin-top: 40px;
	margin-left: 20px;
	margin-right: 20px;
	text-align: justify;
	}
	
#drum {
	height: 350px;
	width: 350px;
	float: left;
	background-image: url(images/drum.jpg);
	margin-right: 10px;
	margin-left: 20px;
	margin-top: 40px;
	}

#raves {
	float: left;
	width: 350px;
	margin-left: 80px;
	margin-right: 40px;
	margin-top: 40px;
	}
	



/*------------------------ ABOUT ROAN PAGE -----------------------------*/





#mimetime {
	top: 50px;
	float: left;
	}

#textytime {
	width: 685px;
	float: left;
	}

#whatshedoes {
	position: relative;
	width: 860px;
	height: 230px;
	padding: 0px 25px 0px 25px;
	}
	
#whattitle {
	width: 650px;
	}
	
#whatcolumn {
	width: 550px;
	margin-top: 20px;
	margin-left: 40px;
	}
	
#whatcolumn1 {
	float: left;
	margin-right:100px;
	}
	
#whatcolumn2 {
	float: left;
	}

#highlights {
	padding: 0px 25px 0px 25px;
	}
	
#hightitle {
	width: 650px;
	}
	
#highcolumn {
	width: 550px;
	margin-top: 20px;
	margin-left: 40px;
	}
	
#education {
	width: 860px;
	padding: 0px 25px 0px 25px;
	margin-top: 20px;
	}
	
#edutitle {
	width: 650px;
	}
	
#educolumn {
	width: 550px;
	margin-left: 40px;
	}





/*------------------------ EXAMPLES PAGE -----------------------------*/



	


#raves2 {
	float: left;
	width: 350px;
	height: 335px;
	margin-left: 50px;
	margin-top: 20px;
	}

#videonew {
    margin: auto;
    width: 640px;
    height: 360px;
    background-color: #AAAAAA;
    }
	
#video {
	float: left;
	width: 400px;
	height: 335px;
	margin-left: 20px;
	background-color: #AAAAAA;
	}
	
#video2 {
	float: left;
	width: 400px;
	height: 264.8px;
	margin-left: 20px;
	background-color: #AAAAAA;
	}
	
#summary {
	float: left;
	margin-top: 10px;
	margin-left: 50px;
	width: 350px;
	}
	
#summary2 {
	float: left;
	margin-top: 20px;
	margin-left: 50px;
	width: 350px;
	}



/*------------------------ INFO PAGE -----------------------------*/




#contact {
	float: left;
	margin-left: 20px;
	width: 300px;
	}
	
#contactpic {
	margin-left: 20px;
	float: left;
	}

	
	
