/*------------------------------------------------------------------ 

[Stylesheet styles.css] 

Project:    		We Ain't Plastic 
Version:    		1.0 
Last change:    	
Autor:		    	Roland Loesslein (rl) 
Primary use:    	Screen 

-------------------------------------------------------------------*/



/*------------------------------------------------------------------ 
GENERAL DEFINITIONS
-------------------------------------------------------------------*/

h1{
	width: 170px;
	font-size: 3.8em;
	line-height: 30px;
	letter-spacing: -3px;
	text-align: right;
	margin: 0 0 20px 30px;
}

h1 cufon{
	margin-bottom: -9px;
	position: relative;
}

h1 cufon cufontext{
	color: #F6F4F3;
	font-size: 0px;
}

h2{
	font-size: 1.6em;
	margin: 0 10px 20px 10px;
	font-weight: normal;
	letter-spacing: -1px;
}

h3{
	font-size: 1.1em;
	font-weight: normal;
	margin: 0 10px 20px 10px;
}

h4{
	font-size: 1em;
	font-weight: normal;
	margin: 0 10px 20px 10px;
}

p{
	font-size: 1.1em;
	line-height: 1.4em;
	color: #808080;
	margin: 0 10px 2em 10px;
}

#content a{
	text-decoration: underline;
}

a.next, a.prev, a.overview{
	width: 11px;
	height: 10px;
	display: block;
	line-height: 10px;
}

* html a.overview{
	height: 8px;
	line-height: 8px;
}

a.email{
	display: block;
	width: 120px;
	height: 120px;
	background: url(../img/bg_email.png) left bottom no-repeat;
	margin: 0 0 0 40px;
}

a.next{
	background: url(../img/bg_next.gif) left bottom no-repeat;
}

a.prev{
	background: url(../img/bg_prev.gif) left bottom no-repeat;
}

a.overview{
	background: url(../img/bg_overview.gif) left bottom no-repeat;
}

a.next:hover, a.prev:hover, a.overview:hover, a.email:hover{
	background-position: left top;
}

form div{
	margin: 0 0 10px 0;
}

form label{
	float: left;
	display: block;
	color: #ffffff;
	width: 42px;
	line-height: 18px;
	text-align: right;
	padding: 0 5px 0 0;
	font-size: 9px;
	display: inline;
}

form input{
	height: 18px;
	padding: 0 5px;
	line-height: 18px;
	
}

form .input{
	float: left;
	width: 83px;
}

form .submit{
	clear: left;
	float: right;
	line-height: 18px;
	font-size: 10px;
	cursor: pointer;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	letter-spacing: -1px;
	font-weight: normal;
	margin: 0 10px 0 0;
}

form .clear{
	background: url(../img/button_clear.png) no-repeat;
	width: 60px;
	height: 16px;
	text-indent: -1000px;
}

form .send{
	background: url(../img/button_send.png) no-repeat;
	width: 52px;
	height: 16px;
	text-indent: -1000px;
}

form .login{
	background: url(../img/button_login.png) no-repeat;
	width: 52px;
	height: 16px;
	text-indent: -10000px;
}

form .logout{
	background: url(../img/button_logout.png) no-repeat;
	width: 60px;
	height: 16px;
	margin-right: 5px;
	text-indent: -10000px;
}

blockquote{
	font-size: 16px;
	line-height: 19px;
	padding: 10px;
	margin: 0 0 20px 0;
	font-style: italic;
}


table{
	width: 100%;
	color: #808080;
	margin: 0 0 20px 0;
}

table tr td{
	padding: 0px 10px 10px 10px;
	color: #808080;
	font-size: 1.1em;
}

ul{
	list-style-image: none;
	margin: 0 0 20px 20px;
	list-style-position: inside;
}

ul li{
	background: url(../img/icon_list.png) 0 5px no-repeat;
	font-size: 1.1em;
	line-height: 15px;
	margin: 0 0 10px 0;
	display: block;
	padding: 0 0 0 10px;
}

ul.linklist{
	list-style-type: none;
	list-style-image: none;
	margin: 0 0 0 20px;
	padding: 0;
	background: none;
}

ul.linklist li{
	padding: 0;
	background: none;
}

ul.linklist li a{
	padding: 0 0 0 10px;
	background: url(../img/bg_projectlink.png) left -32px no-repeat;
}

ul.linklist li a:hover{
	background-position: left -10px;
}

/*------------------------------------------------------------------ 
LAYOUT
-------------------------------------------------------------------*/

#wrapper{
	background: url(../img/bg_wrapper.gif) repeat-y;
	width: 791px;
	min-height: 100%;
	height: auto !important;  /* for modern browser */
	height: 100%;  /*for IE */
	margin: 0 auto;
}

#header{
	position: relative;
	background: url(../img/bg_header.gif) 10px 0px no-repeat;
	width: 791px;
	height: 141px;
	padding: 24px 0 0 0;
}

#content{
	width: 631px;
	padding: 24px 0 260px 0;
	margin: 0 0 0 160px;
}

#footer{
	position: relative;
	height: 160px;
	width: 791px;
	background: #262526;
	margin: -160px auto 0 auto;
}

#footer div div{
	width: 190px;
	height: 140px;
	float: left;
	padding: 20px 10px 0 10px;
}

#footer div div div{
	padding: 0;
	width: auto;
	height: auto;
	clear: left;
}

#footer div.login{
	width: 140px;
	height: 140px;
	padding: 20px 10px 0 10px;
	float: left;
	position: relative;
}

.logo{
	margin: 0px 0 0 52px;
}

#menu{
	position: absolute;
	list-style-type: none;
	list-style-image: none;
	right: 10px;
	bottom: 0px;
}

#menu li{
	float: left;
	margin: 0 0 0 8px;
	background: none;
	padding: 0;
}

#menu li a{
	border-top: 1px solid #808080;
	text-transform: uppercase;
	display: block;
	width: 72px;
	padding: 5px 0 0 0;
}

#menu li a:hover{
	border-top: 1px solid #262526;
}

#menu li a.selected{
	border-top: 1px solid #FF5300;
	color: #FF5300;
}

.col-small{
	width: 210px;
	float: left;
}

.col-medium{
	width: 420px;
	float: left;
}


/*------------------------------------------------------------------ 
FOOTER
-------------------------------------------------------------------*/

#footer div.login .tooltip{
	position: absolute;
	top: 20px;
	right: 5px;
}

#footer div.login .tooltip a{
	font-size: 9px;
}

#footer p{
	font-size: 10px;
	color: #ffffff;
	margin: 0;
}

#footer a{
	color: #dddddd;
}

#footer a:hover{
	color: #ffffff;
}

#footer ul{
	list-style-type: none;
	list-style-image: none;
	margin: 0 0 10px 0;
}

#footer ul li{
	margin: 0 0 5px 0;
	background: none;
	padding: 0;
}


#footer ul li a{
	padding: 0 0 0 10px;
	background: url(../img/bg_projectlink.png) left -32px no-repeat;
	font-size: 10px;
}

#footer ul li a:hover{
	background-position: left -10px;
}

table.contact{
	border-collapse: collapse;
	margin: 0;
}

#footer table.contact tr td{
	padding: 0 0 10px 0;
	color: #ffffff;
	font-size: 10px;
}

#footer table.contact tr td a, #footer table.contact tr td a span{
	color: #FF5300;
}


/*------------------------------------------------------------------ 
PROJECT NAVIGATION
-------------------------------------------------------------------*/

#project-nav{
	list-style-type: none;
	margin: 0 0 15px 10px;
}

#project-nav li{
	float: left;
	margin: 0 1px 0 0;
	padding: 0;
	background: none;
}

#project-nav li a.overview{
	margin: 0 1px 0 0;
}

#project-nav li a{
	display: block;
	position: relative;
}

/*------------------------------------------------------------------ 
TOOLTIP
-------------------------------------------------------------------*/

.tooltip{
	position: relative;
	display: inline;
}

.tooltip .tip{
	position: absolute;
	display: block;
	visibility: hidden;
	bottom: 15px;
	left: -5px;
	background: url(../img/bg_tooltip.gif) 5px bottom no-repeat;
	padding: 0 0 6px 0;
}

.tooltip .tip div{
	background: #262526;
	border: 1px solid #262526;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding: 0 5px;
	-webkit-box-shadow: 0px 0px 4px  #222222;
	-moz-box-shadow: 0px 0px 4px #222222;
	box-shadow: 0px 0px 4px #222222;
}

.tooltip .tip p{
	color: #ffffff;
	font-size: 9px;
	line-height: 13px;
	margin: 0;
	display: block;
}


/*------------------------------------------------------------------ 
LOGIN
-------------------------------------------------------------------*/

#footer .login div{
	width: auto;
	height: auto;
	padding: 0;
	margin: 0 0 5px 0;
	clear: left;
}

#footer .login div.tip{
	padding-bottom: 6px;
}

form.login{
	width: 142px;
	padding: 5px;
}

form.login input{
	margin: 0 0 2px 0;
}

form.login .input{
	width: 83px;
}

* html form.login .input{
	width: 50px;
}

#footer .login div.logout{
	width: 132px;
	padding: 5px;
}

/*------------------------------------------------------------------ 
CONTACT
-------------------------------------------------------------------*/

form.contact label{
	width: 70px;
	color: #808080;
}

form.contact .input{
	width: 190px;
	border: 1px solid #E6E6E6;
}

form.contact textarea{
	width: 324px;
	height: 160px;
	border: 1px solid #E6E6E6;
	padding: 5px;
}

/*------------------------------------------------------------------ 
PROJECT RECENT
-------------------------------------------------------------------*/
.project-recent{
	padding: 0 10px;
	margin: 0 0 50px 0;
	width: 295px;
	float: left;
	position: relative;
	background: url(../img/bg_shadow_big.jpg) 1px 0 no-repeat;
}

.project-recent dd{
	position: absolute;
	display: none;
	top: 0;
	left: 0;
	width: 145px;
	height: 175px;
	padding: 15px 150px 10px 0;
	margin: 0 0 0 10px;
	background: url(../img/bg_projectteaser.png);
}

.project-recent:hover dd{
	display: block;
}

.project-recent dd h3{
	color: #ffffff;
	font-size: 28px;
	font-weight: bold;
	letter-spacing: -2px;
	line-height: 25px;
}

.project-recent dd h3.dark{
	color: #262526;
}

.project-recent dd h3 cufon{
	margin-top: -5px;
}

.project-recent dd p{
	color: #ffffff;
	text-transform: uppercase;
	font-size: 10px;
}

.project-recent dd p.dark{
	color: #262526;
}

.project-recent dd a{
	position: absolute;
	top: 0;
	left: 10px;
	height: 200px;
	width: 295px;
	display: block;
	background: url(../img/clear.gif);
}

/*------------------------------------------------------------------ 
PROJECT THUMB
-------------------------------------------------------------------*/

.project-thumb{
	padding: 0 10px;
	margin: 0 0 20px 0;
	width: 190px;
	height: 155px;
	float: left;
	position: relative;
	background: url(../img/bg_shadow_small.jpg) 1px 0 no-repeat;
}

.project-thumb a img{
	display: block;
}

.project-thumb a{
	padding: 2px 0 0 0;
	border-top: 1px solid #f6f4f3;
	position: absolute;
	top: 0;
	left: 10px;
	width: 190px;
	height: 155px;
	display: block;
	/*background: url(../img/bg_archivelink.jpg) no-repeat 0 0;*/
	background: url(../img/clear.gif);
}

.project-thumb a:hover{
	border-top: 1px solid #EBEBEB;
	background: url(../img/clear.gif);
}

.project-thumb dd h4{
	margin: 7px 5px 2px 5px;
}

.project-thumb dd p{
	margin: 0 5px;
}


/*------------------------------------------------------------------ 
PROJECT LINKS
-------------------------------------------------------------------*/

#project-links{
	list-style-type: none;
	list-style-image: none;
	float: right;
	margin: 0 10px 0 0;
}

#project-links li{
	margin: 0 0 5px 0;
	padding: 0;
	background: none;
}

#project-links li a{
	line-height: 10px;
	text-transform: uppercase;
	padding: 0 0 0 10px;
	text-decoration: none;
	display: block;
	background: url(../img/bg_projectlink.png) left -33px no-repeat;
	float: right;
}

#project-links li a:hover{
	background-position: left -11px;
}




/*------------------------------------------------------------------ 
GALLERY
-------------------------------------------------------------------*/
#flashgallery{
	display: block;
	width: 620px;
	height: 325px;
	padding: 0 0 0 10px;
	margin: 0 0 30px 0;
	outline: 0;
	overflow: hidden;
}


#flashteaser{
	width: 620px;
	height: 300px;
	padding: 0 0 0 10px;
	margin: 0 0 30px 0;
	overflow: hidden;
}

object { outline: none; }

/*------------------------------------------------------------------ 
STATEMENT
-------------------------------------------------------------------*/

div.statements{
	background: url(../img/bg_statements.gif);
	margin: 0 0 20px 0;
	padding: 5px 0;
}

.statements div.statement{
	width: 210px;
	float: left;
}

.statements div.statement p{
	margin: 0 0 0 10px;
}

.statements dl dd{
	margin-bottom: 0;
}

.statements dl dt{
	font-size: 1.1em;
	font-weight: normal;
	margin: 0 10px 20px 10px;
}



/*------------------------------------------------------------------ 
META
-------------------------------------------------------------------*/

table.meta{
	border-collapse: collapse;
	margin: 4px 0 25px 10px;
	
}

table.meta tr td{
	padding: 0 0 3px 0;
	width: 200px;
	vertical-align: top
}


table.meta tr td.left{
	width: 70px;
}
