/* PAGE ELEMENTS */
* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
body, div, p, a, th, td, h1, h2, h3 {
	color: white;
	font-family: Helvetica, Tahoma, Arial;
}
body {
	background: white url('/img/background/white.png') top left repeat;
	font-size: 12px;
}
input, textarea {
	border: solid 1px black;
	color: black;
	font-family: Tahoma, Arial;
	font-size: 13px;
}
div#main {
	margin: 0px auto;
	text-align: left;
	width: 860px;
}
div.clear {
	clear: both;
	float: left;
	width: 100%;
}
li { list-style: square inside; }


/* FIELDS */
div.field {
	margin: 20px 0px;
	overflow: auto;
}
.largebar { height: 20px; }
.smallbar { height: 10px; }
.dark { background: black; }
.light { background: url('/img/shade.png') top left repeat; }
.close-left {
	background: url('/img/closing-left.png') top left no-repeat;
	height: 20px;
}
.close-right {
	background: url('/img/closing-right.png') top left no-repeat;
	height: 20px;
}
.field div.leftcol {
	float: left;
	width: 300px;
}
.field div.rightcol {
	float: right;
	width: 400px;
}


/* HEADER */
div#menu {
	font-size: 14px;
	font-weight: bold;
	margin: 30px 0px;
	padding-left: 60px;
	text-align: left;
}
#menu img { vertical-align: baseline; }
#menu .logo { margin-right: 30px; }
#menu a {
	font-family: Helvetica, Tahoma, Arial Black, Arial;
}
#menu a:hover, #menu a.current {
	text-decoration: underline;
	/*font-style: italic;*/
}
#menu a.white { color: white; }
#menu a.black { color: black; }

/* FOOTER */
div#footer { margin-top: 20px; }
#footer div.text {
	padding: 10px 60px;
	text-align: center;
}
#footer p, #footer p a {
	color: white;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

/* CONTENT */
div#content { text-align: left; }
h1, h2, h3 {
	font-family: Arial Black, Arial;
	margin: 0px;
}
h1 {
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
#content p { margin-bottom: 10px; }
a {
	color: white;
	text-decoration: none;
}
a:hover {
	color: white;
	text-decoration: underline;
}
#content a { color: #EC008C; }
#content .adminpages a { color: white; }

input.text, input[type=checkbox], textarea, select { margin-bottom: 10px; }
input.text, textarea {
	border: solid 1px black;
	width: 400px;
}
input[type=submit], input[type=reset], input[type=button], button {
	background: #AAA;
	border: solid 2px #FFF;
	border-bottom-color: #444;
	border-right-color: #444;
	padding: 4px 8px;
}

/* HOME PAGE */
#content div.home {
	padding: 30px 30px 30px 60px;
	text-align: left;
}

/* TEXT PAGES */
#content div.text {
	overflow: auto;
	padding: 20px 60px;
	text-align: left;
}
#content div.message {
	font-weight: bold;
}

/* PORTFOLIO */
div.navigation {
	float: right;
}
.navigation div.nextlink {
	float: right;
}
.navigation a {
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
}
#content div#portfolio {
	position: relative;
	overflow: hidden;
	height: 500px;
	width: 740px;
}
#portfolio div#works {
	position: absolute;
	width: 50000px;
}
#portfolio div.work {
	float: left;
	height: 500px;
	position: relative;
	width: 740px;
}
#portfolio .work div.video {
	height: 360px;
	margin: 20px 50px;
	width: 640px;
}
#portfolio .work div.audio {
	height: 20px;
	margin: 180px 270px 300px;
	width: 200px;
}
#portfolio .work div.desc {
	background: white;
	height: 50px;
	position: absolute;
	top: 415px;
	padding: 0px 15px;
	vertical-align: middle;
	width: 710px;
}
#portfolio .desc h2, #portfolio .desc p {
	color: black;
	margin: 0px;
	padding: 0px;
	height: 50px;
	vertical-align: middle;
}
#portfolio .desc p {
	padding: 10px 0px;
}
#portfolio .desc a {
	color: #EC008C;
	font-weight: bold;
}
#portfolio .active {
	position: relative;
	z-index: 9999;
}
div#navi {
	float: right;
	height: 20px;
	margin: 6px 20px 0px 0px;
}
#navi a {
	width:12px;
	height:12px;
	float:left;
	margin:3px;
	background:url('/img/navigator.png') 0 0 no-repeat;
	display:block;
	font-size:1px;
}
#navi a:hover {
	background-position:0 -12px;      
}
#navi a.active {
	background-position:0 -24px;     
}


/* ADMIN PAGES */
#content div.adminpages {
}
.adminpages ul {
	margin-bottom: 20px;
}
.adminpages ul ul {
	margin: 0px;
	padding-left: 15px;
}
#content div.adminform {
}
