/*

	FAMOUS FOLKS / Common Styles
	famousfolks.ca/media/styles/common.css
	November 22, 2008 [kenzie@famousfolks.ca]

	If you're interested enough to check out our source,
	rest assured that we develop to strict web standards
	with clean, semantic html/css and unobtrusive js.

*/


/* =DEFAULTS **************************/

* {
	margin: 0;
	padding: 0;
}

a img {
	border: 0;
}

html {
	background: #000;
}

body {
	font-family: 'News Gothic', Tahoma, Geneva, Verdana, sans-serif;
	font-size: 62.5%;
	color: #FFF;
	background: #000;
	height: 100%;
}

a:link, a:visited {
	color: #960;
}
a:active, a:hover {
	color: #FFF;
}

h1 {
	margin: 410px 25px 25px 25px;
}

.content {
	min-width: 980px;
	height: 12em;
	font-size: 1.2em;
	line-height: 1.5;
}


/* =COPY ******************************/

.copy {
	float: left;
	margin: 0 0 25px 25px;
	width: 610px;
}
.team .copy {
	width: 375px;
}
.copy h2 {
	font-size: 1em;
	margin: 0 0 .5em 0;
	font-weight: normal;
	text-transform: uppercase;
}
.copy h3 {
	font-size: 1em;
	margin: 0 0 .5em 0;
	font-weight: normal;
	text-transform: uppercase;
}
.copy p {
	margin: 0 0 1em 0;
}
.copy ul  {
	width: 275px;
	float: right;
	font-size: .9em;
	line-height: 1.3;
	margin: 0 0 1em 75px;
}
.copy dl {
	float: left;
	margin: 0 50px 1em 0;
}


/* =MENUS *****************************/

.menu {
	float: left;
	margin: 0 40px 25px 25px;
	list-style: none;
	text-transform: uppercase;
	letter-spacing: 1px;
}
* html .menu {
	margin-left: 12px;
}
.menu li a {
	padding: 1px 0;
	text-decoration: none;
}
.menu li.current a {
	color: #fff;
}
.menu li.clients {
	margin-top: 1em;
	text-transform: none;
}

.submenu {
	float: left;
	margin: 0 40px 25px 25px;
	padding-bottom: 2em;
	list-style: none;
	min-width: 10em;
}
.submenu li.all {
	margin-top: 1em;
}
.submenu li.back {
	margin-bottom: 1em;
}
.submenu li a {
	padding: 1px 0;
	text-decoration: none;
}
.submenu li.current a {
	color: #fff;
}
.submenu strong {
	text-transform: uppercase;
	letter-spacing: 1px;
}


/* =SLIDES ****************************/

.slides {
	clear: both;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	overflow: auto;
	white-space: nowrap;
	background: #000;
	z-index: 0;
}
* html .slides {
	width: 100%;
}
.slides img {
	position: relative;
	vertical-align: bottom;
	border: 1px solid #000;
	border-left: 0;
}
.slides div {
	position: relative;
	display: inline;
	overflow: hidden;
	white-space: nowrap;
}