/*	SITE: FRANKLYNN
	STUDIO: SEER STUDIOS
	DATE: SUMMER 2009
	
*/

/* ============== GLOBAL ============== */

* {
	margin:0;
}

html {
	height:100%;
	min-height:100%;
}

body {
	background:#000;
	height:100%;
}

#flash {
	background:url(images/flintro.jpg) no-repeat top left;
	width:100%;
	top:0;
	left:0;
}

#mask {
	position:absolute;
	float:left;
	background:url(images/shield.png) no-repeat;
	width:960px;
	height:445px;
	margin-left:3px;
	margin-top:103px;
}

.container {
	width:960px;
	height:630px;
	margin-left:auto;
	margin-right:auto;
}

.maincontainer {
	width:960px;
	height:630px;
	background:url(images/containerbg.jpg) no-repeat;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
}

img {
	border:0;
}

a {
	color:#fff;
	text-decoration:none;
}

p {
	font-family: "Helvetica", Arial, Sans-Serif;
}

#develop {
	float:left;
	width:250px;
	height:20px;
	margin-top:5px;
	margin-left:380px;
}

#develop p {
	font-size:10px;
	color:#333;
}

#develop a, a:hover {
	color:#333;
}

#sound {
	clear:both;
	margin-left:380px;
}

/* ============== LOGO ============== */

#logo {
	float:right;
	width:70px;
	height:44px;
	background:url(images/satin.png) no-repeat;
	margin-top:35px; 
	margin-left:340px;
}

/* ============== NAV ============== */

#navigation {
	float:left;
	height:60px;
	width:960px;
	margin-top:25px;
	margin-left:150px;
}

#nav {
	width:960px;
	list-style:none;
	float:right;
	font-size: 11px;
	padding-top:10px;
}

#nav li{
	display:inline;
	font-family: "Gill Sans", "Gill Sans MT", Arial, Sans-Serif;
	font-size:10px;
	font-weight:normal;
	text-transform:uppercase;
}

#nav li a{
	display:block;
	float:left;
	margin-right:260px;
	margin-left:10px;
	cursor:pointer;
	outline:none;
}

#nav li a:hover {
	color:#bbb;
}

/* ============== SLIDESHOW ============== */

#slideshow {
	float:left;
	margin-top:100px;
	width:960px;
	height:445px;
}

#franklynn {
	float:left;
	height:40px;
	width:150px;
	margin-left:860px;
	margin-top:20px;
	position:absolute;
	background:url(images/wordmark.png) no-repeat;
}

/* ============== PROFILE TEXT ============== */

#img {
	float:left;
	width:600px;
	height:230px;
	margin-top:100px;
}

#profiletext {
	width:300px;
	height:600px;
	line-height:1.3;
	margin-top:120px;
	float:right;
}

#profiletext p {
	font-family: "Gill Sans", "Gill Sans MT", Arial, Sans-Serif;
	font-size:14px;
	color:#fff;
}
