/* COLORS USED
  
  Light Blue: #87daf2
  Artists Area Background Gray: #202020
  Lighter MP3 Player/Youtube Gray: #333333
  Really Light Gray (Main Background): #b1b1b1
  
*/

/*
 *
 * The fonts included are copyrighted by the vendor listed below.
 *
 * @vendor:     The League of Moveable Type
 * @vendorurl:  http://www.theleagueofmoveabletype.com
 * @licenseurl: http://www.fontsquirrel.com/license/ChunkFiveRegular
 *
 *
 */

@font-face {
	font-family: 'ChunkFiveRegular';
	src: url('fonts/Chunkfive.eot');
	src: local('ChunkFive Regular'), local('ChunkFive'), url('fonts/Chunkfive.ttf') format('truetype');
}

body {
	background-color: black;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(graphics/janion2.gif);
}

#main {
	background-image: url(graphics/bg.png);
	background-repeat: repeat-y;
	width: 720px;
	height: 1700px; /* 1500 */
	background-position: center;
}

#top {
	margin-top: 2px;
}

#area1 {
	/*height: 600px;*/
	margin: 3px;
	margin-top: 6px;
	background-color: #b1b1b1;
	width: 694px;
	padding: 1px;
}

#area2 {
	height: 1340px; /* 1100 */
	margin: 3px;
	margin-top: 6px;
	background-color: #b1b1b1;
	width: 694px;
	padding: 1px;
}

#navbar {
	height: 20px;
	background-image: url(graphics/nav_bg.gif);
	background-repeat: repeat-x;
	background-color: black;
	color: #575757;
	font-family: ChunkFiveRegular, arial, sans serif;
	font-size: 16px;
	text-align: left;
	padding-left: 8px;
	cursor: pointer;
}

#mid {
	height: 42px;
	background-color: black;
	text-align: left;
	margin-top: 1px;
}

a {
	text-decoration: none;
	cursor: pointer;
	color: white;
}

h1 {
	text-align: right;
	margin-right: 20px;
	color: white;
	font-family: ChunkFiveRegular, arial, sans serif;
	font-size: 20px;
	text-shadow: -1px 1px 0px #383838;
}

p {
	margin-top: -20px;
	text-indent: 16px;
	text-align: left;
	margin-left: 13px;
	margin-right: 13px;
	color: #383838;
	font-family: palatino, serif;
	font-size: 13px;
}

.normaltext {
	text-indent: 16px;
	text-align: left;
	margin-left: 10px;
	margin-right: 10px;
	color: #747474;
	font-family: palatino, serif;
	font-size: 11px;
}

hr {
	border: none;
	width: 96%;
	height: 1px;
	border-top: dashed 1px #383838;
	margin-top: 18px;
	margin-bottom: 18px;
}

#skull {
	text-align: left;
	position: relative;
	top: 6px;
	left: -296px;
}


a:link {color: white;}      /* unvisited link */
a:visited {color: white;}  /* visited link */
a:hover {color: #c8d8df;}  /* mouse over link */
a:active {color: white;}  /* selected link */

h2 {
	
}

h3 {
	
}

#artistsarea {
	width: 660px;                            /* Each Square gets 108px + 1 padding */
	text-align: right;
	height: 20px;
	color: #575757;
	font-family: ChunkFiveRegular, arial, sans serif;
	font-size: 20px;
	text-align: left;
	padding-left: 18px;
	padding-right: 18px;
	cursor: pointer;
}

.artists_name_on_top {
	color: #87daf2;
	font-family: ChunkFiveRegular, sans-serif;
	text-align: right;
	font-size: 31px;
	text-shadow: -2px 2px 0px #363636;
	position: absolute;
	top: 392px;
	right: 328px;
	display: none;
}

.round_corners {
	-moz-border-radius: 6px;
}

.artistsicon {
	border: solid 2px white;
	/* Padding and such goes here */
}

img {
	border: none;
}

.profile_store_button {
	position: relative !important;
	top: 120px !important;
	left: -320px !important;
}

/* _________________________________ CONTACT INFO */

table {
	margin-left: auto;
	margin-right: 20px;
	width: 300px;
	font-size: 13px;
	font-weight: 900;
}

td {
	height: 2em;
}

.contactname {
	font-family: Trebuchet MS, sans-serif;
	color: white;
}

.contactnumber {
	font-family: Trebuchet MS, sans-serif;
	color: #3a3a3a;
}

/* _____________________________ END CONTACT INFO */

#mic {
	position: absolute;
	top: 212px;
	left: 905px;
}

.abutton {
	background-color: #262626;
	display: inline-block;
	padding: 7px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-radius-topleft: 4px;
	-webkit-border-radius-bottomright: 4px;
	margin-bottom: 4px;
}

a.abutton:hover {
	background-color: #000000;
	color: #98DAF2;
	display: inline-block;
	padding: 7px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-radius-topleft: 4px;
	-webkit-border-radius-bottomright: 4px;
}

a.abutton:active {
	outline: none;
}

#quote {
	width: 460px;
	height: 60px;
	border: solid 1px #b1b1b1;
	position: relative;
	left: 50px;
	top: -100px;
	font-family: arial, sans-serif;
	font-size: 15px;
	color: #b1b1b1;
	padding: 10px;
	text-align: justify;
}


/* ___________________________________ B L O G    */

.blog_title {
	font-size: 30px;
	font-family: ChunkFiveRegular;
}

.blog_date {
	font-family: arial, sans-serif;
	font-size: 11px;
	color: white;
}

.blog_log {
	font-family: palatino, serif;
	color: #494949;
}

#blogarea {
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
}


/* ___________________________________ L O A D   A R E A    */

#loadarea {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #202020;
	width: 650px;
	height: 1000px; /* 740 */
	padding-top: 1px;
}

/*#loadarea #pic {
	height: 300px;
	width: 98%;
	margin-top: 6px;
	background-color: #4d4d4d;
	-moz-border-radius: 5px;
	overflow: hidden;
}*/

#loadarea #player {
	float: left;
	position: relative;
	left: 6px;
	top: -33px;
}

#loadarea #face {
	height: 170;
	width: 30%;
	border: dashed 1px purple;
	margin-left: auto;
}

#loadarea object.youtubevideo {
	float: left;
	position: relative;
	top: -160px;
	left: 10px;
	border: solid 2px #333333;
}

#loadarea #vid {
	border: solid 5px #333333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#loadarea #no_youtubevid {
	width: 320px;
	height: 265px;
	background-color: #333333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding-top: 11px;
	position: relative;
	float: right;
	left: 4px;
	top: -160px;
}

#loadarea #fuzz {
	z-index: 9;
	position: relative;
	top: -300px;
}

#loadarea #phppic {
	/*position: absolute;
	top: 0;
	left: 0; */
	z-index: 1;
	overflow: hidden;
}



/* ___________________________________ G U E S T B O O K    */

#guestbook_entry_area {
	-moz-border-radius: 17px;
	background-color: #8c8c8c;
	width: 540px;
	display: inline block;
	text-align: left;
	padding: 15px;
	font-family: Trebuchet MS, sans-serif;
	font-weight: bolder;
	font-size: 13px;
	color: white;
	height: 40px;
}

form {
	border: none;
}

form input.user_input_area {
	width: 400px;
	height: 20px;
}

form input.user_submit {
	position: relative;
	left: 6px;
}

.comment_block {
	text-align: left;
	background-color: #e0e0e0;
	width: 550px;
	padding: 6px;
	padding-left: 12px;
	padding-right: 12px;
	font-family: Trebuchet MS, sans-serif;
	color: #646464;
	margin-top: 11px;
}
.comment_block b {
	color: white;
	font-weight: 900;
	font-size: 9px;
}

