/* FAUDE SCREEN CSS

Contents

- Basic styles
- Basic grid
- Logo
- Links
- Content area styles
- Footer styles
- Scroller
- Loginform

*/

/* Basic UI styles */

BODY{
margin: 0;
padding: 0;
font-size: 74%;
background: #fff;
line-height: 133%;
color: #333;
font-family: Helvetica, Arial, sans-serif;
	}
H1, H2, H3, H4, p, ul, li, form,  dt{
margin: 0;
padding: 0;
}
.spacer{
height: 200px;}
.clear{
clear: both;
visibility: hidden;
}
.flright{
	float: right;
}
.flleft{
	float: left;
}
/* basic grid */
.wrapper{
	background: #fff;
width: 960px;
margin-left:auto; 
margin-right:auto;
margin-top: 20px;
margin-bottom: 100px;
}

/* Logo */

.logobox h1 A 
{
	width:350px;
	height: 100px;
	background: url(../i/faude_logo.gif) no-repeat;
	display: block;
	text-indent: -3000px;
	padding: 0;
	background-color: transparent;
	border: none;
}
.logobox h1 a:hover 
{
	top: auto;
	left: auto;
	border-bottom: none;
}
.logobox{
	float: right;
	margin: 10px 260px 0 0;
	clear: both;
	/* IE Margin fix */
	display: inline;;

}
.tagline{
padding-top: 15px;
}
.tagline h2{
height: 27px;
font-size: 18px;
text-indent: -3000px;
background: url(../i/tagline.gif) no-repeat;
}

/* PICTURES FRONT PAGE */
.pictures{
	float: left;
	width: 650px;
}
.pictures IMG{
float: left;
}
.indi IMG{
margin-left: 25px;
margin-top: 25px;
}
.slshow{
width: 625px; 
position: relative; 
float: left; 
margin-top: 25px; 
padding-left:25px; 
display: inline;
}
.pdf{
	padding-top: 3px;
	display: block;
	height: 18px;
}

/*LINKs*/

A{
	color:  #CC0000;
	text-decoration: none;
	}

A:HOVER, A:HOVER:visited{
	color: black;
	}

A:ViSITED{
	color:  #CC0000;
	text-decoration: none;
	}
/* Content area styles */

.content{
float: left; 
margin: 25px 0 0 25px;
width: 285px;
height: 358px;
border-top: 1px dotted #666;
border-bottom: 1px dotted #666;
}
.align{width: 30px; display: block; float: left}
.portfolio{
margin: 25px 25px 0px 350px;
padding: 0px 0px 25px 0px;
}
.pad{
	height: 20px;
	margin-top: 5px;
	}
.portfolio h2{
margin: 25px 0px 10px 0px;
text-transform: uppercase;
font-size: 14px;
}
.content .artist{
width: 175px;
background: #fff;
border-right: 1px solid #999;
float: left;
text-transform: uppercase;
padding: 0px 0px 0px 0px;
font-weight: bold;
margin-right: 15px;
}
.content .all{
width: 79px;
float: left;
padding: 0px 0px 7px 0px;
text-transform: uppercase;
font-weight: bold;
/*background: #fff url(../i/arrow.png) 83px 38px no-repeat;*/
}
.content .art{
width: 180px;
float: left;
margin-top: 320px;
padding-left: 135px;
text-transform: uppercase;
font-weight: bold;
/*background: url(../i/arrow.png) 243px 34px no-repeat;*/
}
.content h2{
	border-top: 1px dotted #666;
padding-top: 5px;
display: block;
font-size: 1px;
margin-bottom: 4px;
color: #FFF;
line-height: 1px;
	}
.content h3{
font-size: 18px;
margin-top: 40px;
margin-bottom: 30px;
color: #998f82;
	}
h4{
margin-top: 0px;
}
.management h4{
margin-top: -20px;
}
.content UL{
margin-left: 0px;
margin-top: 20px;
margin-bottom: 40px;
	}
.content .readmore{
	margin-top: -10px;
	margin-bottom: 40px;
	}
.portfolio LI{
margin: 5px 0 5px 0;
list-style-type: none;
	}	
 .content P {
margin: 20px 0 20px 0;
list-style-type: none;
}
small{
font-size: 11px;
color: #666;
}
.fifty{
width: 250px;}
/* footer styles */
.footer{
	background: #fff;
	padding-left: 350px;
	height: 60px;
	padding-right: 25px;
	font-size: 11px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	top: 10px;
}
.footer P{
	margin-top: 12px;
}
.footer li{
	display: inline;
}
/* SCROLLER */

#Scroller-1 { 
  position: absolute; 
  overflow: hidden;
  width: 285px;
  height: 240px;
  border-top: 1px dotted #333;
}
.Scroller-Container {
  position: absolute;
  top: 0px; left: 0px;
}
.pointer {
  cursor: pointer;
}
.scrollarrows{
	position: relative; top: 242px; width: 30px; padding-top: 3px;float: right;}
  
/* Login form + login link*/

.loginlink a:link{
color:#333;
}

.loginlink a:visited{
color:#333;
}

.loginlink a:active{
color:#333;
}

.loginlink a:hover{
color:#CC0000;
}

.loginform {
padding:10px 0 0 0;
margin:0
}

.loginform label{
display:block;
font-weight:bold;
padding:0;
margin:0
}

.loginform input{
display:block;
width:200px;
padding:0;
margin:0 0 10px 0;
color: #333;
border:1px solid #000;
font-family: Helvetica, Arial, sans-serif;
}

.loginform .submit{
background-color:#CC0000;
display:block;
width:100px;
padding:0;
margin:0 0 10px 0;
color: #fff;
border:1px solid #000;
font-family: Helvetica, Arial, sans-serif;
}
