/* ============================== */
/* = GLOBAL RESETS AND DEFAULTS = */
/* ============================== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/*============================
           COLORS
==============================        
//Grayish Brown: #a19785;//
//Grayish lt. Brown: #e1dbc7;//
//Dark Purple: #11060d;//
//Yellow: #ffbc00;//


Charcoal: #161216;
Off White: #FFFEED;
Lt Charcoal: #8F8F88;
==============================*/


/*============================
           BASICS
==============================*/

body {
	background-color: #FFFEED;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0.1px;
	line-height: 1.5;
	/*margin:40px;*/
	
/*fullscreen bg style*/

	overflow:hidden; 		/* needed to eliminate scrollbars caused by the background image */
	padding:0;margin:0;		/* necesarry for the raster to fill the screen */
	height:100%;width:100%;
}
	

#bgimg {
	position:absolute;
	z-index: -1;
}

#realBody{
	position:absolute;
	z-index: 5;				/* Place the new body above the background image */
	overflow:auto; 			/* restore scrollbars for the content */
	height:100%;width:100%;	/* Make the new body fill the screen */
	background: url('../img/raster.png'); /* this is just a fancy raster, you can remove it; I kinda like it though */
	
} /*Fullscreen bg ends here*/


/* TEXT */

h1, h2, h3, h4 {
	margin: 0;
	font-weight: bold;
	text-transform: uppercase;
}

h1 {
	font-size: 30pt;
	padding: 0;
}

h2#selectedwork {
	font-size: 18pt;
	color: #fffeed;
	padding: 10px 0 0 0;
	margin-bottom: 20px;
	border-bottom: 8px solid #FFFEED;
	border-top: 1px solid #FFFEED;
}

h2#headline {
	font-size: 24pt;
	color: #161216;
	padding: 10px 0 0 0;
	margin-bottom: 10px;
	border-bottom: 2px solid #161216;
}

h3 {
	font-size: 14pt;
	color: #fffeed;
	padding: 10px 0 0 0;
	margin-top: 20px;
	border-top: 3px solid #FFFEED;
}

h4 {
	display: inline;
	margin: 0;
	padding: 0;
}

h6 {
	font-size: 40pt;
	color: #8F8F88;
	line-height: .5;
}

/*
p {
	font-size: 14px;
	line-height: 28px;
	margin-left: 5px;
}
*/


/* IMAGES */

img { border: none; padding:0; }
img a { border:none;}

img.left { float: left; border: none; padding: 6px 0 0 0; }
img.right { float: right; border: none; padding: 0 0 0 6px; }



/* LINKS */

a {
	text-decoration:none;
}

a:hover {
	text-decoration: underline;
}




/*============================
           	WRAPPER
==============================*/


#wrapper {
	width:960px;
	min-height: 550px;
	padding:10px;
	color:#FFFEED;
	margin: 0px auto;
}
	
	
#wrappermain {
	width: 900px;
	padding: 0px 30px 30px 30px;
	color:#FFFEED;
}
	
	

/*============================
           HEADER
==============================*/

#header {
  	width: 680px; 
  	height: 95px;
  	border-bottom: 10px solid #161216;
  	margin-bottom: 20px;
  	margin-left: 212px;
  	position: relative;
}

h1#pluslogo {
  	width: 58px;
	height: 100px;
	display: block;
	position: absolute;
	top: 35px;
	left: -70px;
}

h1#pluslogo a {
	width: 58px;
	height: 100px;
	display: block;
	background:url('../img/logos/pluslogo.png') no-repeat;
}

h1#pluslogo a span {
	display: none;
	visibility: hidden;
}

h1#rslogo {
  	width: 268px;
	height: 60px;
	display: block;
	position: absolute;
	top: 38px;
	left: 0px;
}

h1#rslogo a {
	width: 268px;
	height: 60px;
	display: block;
	background:url('../img/logos/rslogo.png') no-repeat;
}

h1#rslogo a span {
	display: none;
	visibility: hidden;
}


/* Current Page Indicator
=========================*/
body#home a#homelink,
body#about a#aboutlink,
body#contact a#contactlink {
	color: #FFFEED;
	text-decoration: none;
	padding: 4px 10px 4px 10px;
	background: #161216;
	border: 1px solid #161216;
}

	
#headernav {
  	float: left;
  	margin-left: 12px;
  	font-size: 18px;
	font-weight: bold;
	padding-top: 30px;
  	width: 480px;
  	position: absolute;
  	top: 39px;
  	right: 0px;
}
	
#headernav ul {
	margin:0;
	position: relative;
}

#headernav ul li {
	list-style-type: none;
	display: inline-block;
	margin: 0;
	padding: 0;
	position: absolute;
}

#headernav ul li#nav-home {
	right: 276px;
}

#headernav ul li#nav-about {
	right: 138px;
}

#headernav ul li#nav-contact {
	right: 0;
}

#headernav ul li a {
	color: #161216;
	text-transform: uppercase;
	text-decoration: none;
	padding: 5px 11px 5px 11px;
}

#headernav ul li a:hover {
	text-decoration: none;
	padding: 4px 10px 4px 10px;
	border: 1px solid #161216;
}


/*============================
          LEFT COLUMN
==============================*/

#leftcolumn {
	width: 180px;
	float: left;
	margin: 0;
	padding: 0 10px 20px 10px;
	padding-top: 12px;
	margin-bottom: 20px;
	background-color: #161216;
	position: relative;
}
	
#leftcolumn p {
	margin:0; 
	padding: 0;
}

#leftcolumn img {
	padding: 0; 
	margin: 0 0 10px 0;
}

#leftcolumn ul {
	padding:0 0 10px 0;
}

#leftcolumn ul#hereiam {
	padding:0;
	border-bottom: 1px solid #FFFEED;
}

#leftcolumn ul li {
	line-height: 11pt;
	list-style-type: none;
	color: #8F8F88;
	margin: 0;
	padding: 0;
}

/* Leftcolumn - Current Page Indicator
=======================================*/
/*PRINT*/
body#beerpong a#beerponglink,
body#krz a#krzlink,
body#writersblock a#writersblocklink,
body#transport a#transportlink,
body#lectureposter a#lectureposterlink,
body#swissbook a#swissbooklink,

/*WEB*/
body#rs a#rslink,
body#kerryparker a#kerryparkerlink,
body#streetart a#streetartlink,
body#wdim a#wdimlink,
body#suramerica a#suramericalink,
body#klang a#klanglink,

/*MISC*/
body#logos a#logoslink,
body#fonts a#fontslink,
body#buttons a#buttonslink,
body#fabregas a#fabregaslink,
body#heads a#headslink,
body#smokingbear a#smokingbearlink  {
	color: #FFFEED;
	text-decoration: line-through;
}
	
#leftcolumn ul li a {
	margin: 0;
	padding: 0;
	line-height: 11pt;
	list-style-type: none;
	color: #8F8F88;
}
	
	
#leftcolumn ul li a:hover {
	color:#fffeed;
	text-decoration: none;
}


#leftcolbottom {
	background: url(../img/leftcolbottom.png) no-repeat;
	background-position: bottom;
	width: 200px;
	height: 52px;
	position: absolute;
	bottom: -50px;
	left: 0px;
}

.spacer {
	margin-top: 5px;
}

#print, #web, #misc {
	margin-bottom: 10px;
}



/*============================
           CONTENT
==============================*/

/*
#contentabout, #contentcontact {
	float: left;
	position: relative;
	width:480px;
	overflow: hidden;
	margin-top:10px;
}*/

#contentwork, #content {
	float: left;
	margin-bottom: 12px;
	margin-left: 12px;
	padding-right: 2px;
	position: relative;
}

#content-home {
	float: left;
	margin-bottom: 2px;
	margin-left: 12px;
	padding-right: 2px;
	position: relative;
}
	
#content-home, #content {
	width:680px;
}

.textbox {
	background-color: #161216;
	padding: 20px 10px 10px 10px;
	min-height: 295px
}

.textbox p {
	font-size: 12pt;
	margin-bottom: 40px;
	border-bottom: 1px solid #FFFEED;
}

.textbox p span {
	font-size: 8pt;
}

.textbox a {
	font-size: 12pt;
	color: #FFFEED;
	padding: 0 4px;
}

.textbox a:hover {
	font-size: 12pt;
	color: #8F8F88;
	padding: 0 4px;
}

.textbox p.iconlinks {
	font-size: 8pt;
	margin-bottom: 0;
	border-bottom: 1px solid #FFFEED;
}



/*============================
         SLIDE PANEL
==============================*/
	
#slidepanel {
	position:absolute;
	top: 186px;
	left: 630px;
	width: 46px;
	z-index: 100;
	background-image: url(../img/translucent.png);
	padding: 2px;
}	

#slidepanel p {
	float: left;
	padding: 4px;
	margin-left: 3px;
	color: #FFFEED;
}

#slidepanel p a {
	text-decoration: none;
}	

#slidepanel p a:hover {
	text-decoration: none;
	color: #161216;
}

#slidepanel p a img {
	margin-bottom: 10px;
}	

/* Project Description
=======================*/
#description {
	float: right;
	margin-bottom: 12px;
	margin-right: 6px;
	padding-right: 2px;
	position: relative;
	width: 680px;
}

.projectdescription {
	background-color: #161216;
	padding: 20px 10px 10px 10px;
	position: relative;
}

.projectdescription h6 {
	font-size: 18pt;
	text-transform: uppercase;
	margin-bottom: 10px;
	border-bottom: 1px solid #FFFEED;
}

.projectdescription #gotoAndPlay {
	font-size: 12pt;
	position: absolute;
	top: 18px;
	right: 10px;
}

.projectdescription #gotoAndPlay a {
	width: 110px;
	height: 20px;
	display: block;
	background:url('../img/launchproject.png') no-repeat;
}

.projectdescription #gotoAndPlay a:hover {
	width: 110px;
	height: 20px;
	display: block;
	background:url('../img/launchproject.png') no-repeat;
	padding-right: 10px;
}

.projectdescription #gotoAndPlay a span {
	display: none;
	visibility: hidden;
}

.projectdescription p#projecttype {
	font-size: 8pt;
	color: #8F8F88;
	margin-top: 10px;
}

.projectdescription p span {
	font-size: 8pt;
	color: #8F8F88;
}

.projectdescription p {
	font-size: 8pt;
	margin-top: 20px;
	margin-bottom: 10px;
	font-style: normal;
	font-family: verdana, arial, sans-serif;
}





/*============================
           FOOTER
==============================*/

#footer {
	width: 680px;
	border-top: 1px solid #161216;
	clear: both;
	margin-left: 212px;
	text-align: left;
}
	
#footer p {
	font-size: 11px;
	padding-top: 10px; 
	padding-bottom: 5px; 
	margin: 0; 
	color: #161216;
}

#footer a {
	color: #8F8F88;
	text-decoration: none;
}

#footer a:hover {
	color: #FFFEED;
	text-decoration: none;
}




