@charset "UTF-8";
/* CSS Document */

html {
	margin: 0;
	padding: 0;
}
body {
	background-image: url(Assets/Interface/Site_Bkgd_Border_Bright_C.jpg);
	background-repeat: repeat-x;
}
.container {
	width: 720px;
	margin: auto
}
.titleBar {
	height: 82px;
	width: 155px;
	margin-left: 50px;
	padding-top: 20px;
	padding-bottom: 10px;
	margin-top: 10px;
}
.bottom {
	background-image: url(Artwork/brushes.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 320px;
	width: 552px;
	position: fixed;
	bottom: 0px;
}


/*----------------------------------------------------------------*\
	Thanks to Harry Roberts for this stellar CSS3 drop-down menu 
\*----------------------------------------------------------------*/


/*------------------------------------*\
	RESET
\*------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{
	margin:0;
	padding:0;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img{
	border:0;
}
address,caption,cite,code,dfn,th,var{
	font-style:normal;
	font-weight:normal;
}
caption,th{
	text-align:left;
}
h1,h2,h3,h4,h5,h6{
	font-size: 10px;
	font-weight: normal;
}
q:before,q:after{
	content:'';
}
abbr,acronym{
	border:0;
}

/*------------------------------------*\
	NAV
\*------------------------------------*/
#nav{
	height: 20px;
	width: 300px;
	margin-top: 20px;
	margin-left: 50px;
	margin-bottom: 20px;
	list-style: none;
	/* Clear floats */
	float:left;
	width:100%;
	position:relative;
	z-index:5;	       /* Bring the nav above everything else*/
}
#nav li{
	float: left;
	margin-right: 10px;
	position: relative;
}
#nav a{
	display: block;
	padding: 6px;
	border: 1px solid #ccc;
	background-color: #fff;
	color: #2E1437;
	font-family: 'Headland One', serif;
	font-size: 14px;
	text-decoration:none;
}

#nav a:hover{
	border: 1px solid #ccc;
	background-color: #ebebeb;
	color: #A60081;
	font-family: 'Headland One', serif;
	text-decoration: none;
}

/*--- DROPDOWN ---*/
#nav ul{
	background:#fff; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
	background:rgba(255,255,255,0); /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
	list-style:none;
	position:absolute;
	left:-9900px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
}
#nav ul li{
	padding-top: 3px; /* Introducing a padding between the li and the a give the illusion spaced items */
	float:none;
}
#nav ul a{
	white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
}
#nav li:hover ul{ /* Display the dropdown on hover */
	left:0; /* Bring back on-screen when needed */
}
#nav li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list.*/
	background-color: #ebebeb;
	color: #A600A4;
	font-family: 'Headland One', serif;
	text-decoration: none;
	color: #A60081;
}
#nav li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
	text-decoration:none;
}
#nav li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
	border: 1px solid #ccc;
	background-color: #7d7d7d;
	color: #fff;
}

/*------------------------------------*\
	WHO and WHERE specific CSS
\*------------------------------------*/

#whoContent {
	padding-top: 100px;
	padding-left: 300px;
}

#whoContent p {
	font-family: 'Headland One', serif;
	font-size: 14px;
	font-style: normal;
	font-weight: lighter;
	color: #025B6B;
	text-align: left;
	line-height: 24px;
	white-space: normal;
	padding-bottom: 10px;
}

#whoContent p a {
	color: #025B6B;
	text-decoration: underline;
	padding: 2px;
}

#whoContent p a:hover {
	color: #025B6B;
	text-decoration: underline;
	background-color: #ebebeb;
	padding: 2px;
}

#whoContent p a:active {
	color: #025B6B;
	text-decoration: underline;
	background-color: #7d7d7d;
	padding: 2px;
}

#whoImage {
	background-image: url(Artwork/Erik_Norbraten_CAL.jpg);
	background-repeat: no-repeat;
	height: 340px;
	width: 245px;
	position: absolute;
	margin-top: 100px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
	z-index: -2;
}

#whereContent {
	padding-top: 100px;
	padding-right: 200px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 480px;
	margin-left: 50px;
}

#whereContent p {
	font-family: 'Headland One', serif;
	font-size: 14px;
	font-style: normal;
	font-weight: lighter;
	color: #822d42;
	text-align: left;
	line-height: 24px;
}

#whereContent p a {
	color: #822d42;
	text-decoration: underline;
	padding: 2px;
}

#whereContent p a:hover {
	color: #CB3359;
	text-decoration: underline;
	background-color: #ebebeb;
	padding: 2px;
}

#whereContent p a:active {
	color: #CB3359;
	text-decoration: underline;
	background-color: #7d7d7d;
	padding: 2px;
}

#whereImage {
	background-image: url(Artwork/Chromajoy_Calling_Card.gif);
	background-repeat: no-repeat;
	height: 263px;
	width: 429px;
	position: absolute;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
	padding-top: 0px;
	z-index: 2;
}

#whereImageB {
	background-image: url(Artwork/Chromajoy_Calling_Card_Back.gif);
	background-repeat: no-repeat;
	height: 263px;
	width: 429px;
	position: absolute;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
	padding-top: 0px;
	z-index: 2;
}

