/* 	#########################################################################
	#																		#
	#	Mathew Farrell Photography Global Cascading Style Sheet				#
	#	Written by Jack Taranto. Copyright © Mathew Farrell Photography		#
	#																		#
	#	Version 0.1a. 														#
	#																		#
	#########################################################################	*/


/* ##### LAYOUT OPTIONS ##### */

body {
	padding:0; 
	margin:0; 
	background:#000 url(images/background.jpg) repeat top center;
	font-family:Arial, sans-serif;
}

/* Container */
#wrapper {width:850px; padding:0 25px 15em 25px; margin:0 auto 0 auto;}

#flashSite {
	height:550px; 
	width:100%;
	margin-top:2.5em;
}

/* PNG Title Sits above Flash site */
#siteTitle {
	width:541px; 
	margin:3.3em auto 0 auto; 
}

/* Top Nav Bar */

#topBar {
	height:1.2em;
	min-width:900px;
	width:100%;
	border:#666 solid;
	border-width:0 0 1px 0; 
	background:#000;
}

#rightNav {float:right; padding:0;}
#leftNav {float:left;}
#leftNav, #rightNav {margin:0.2em 0 0 0.3em;}
#leftNav ul, #rightNav ul {list-style:none; padding:0; margin:0;}
#leftNav li, #rightNav li {float:left; margin-right:0.3em;}




/* TYPOGRAPHY */

p {font-family:Arial, Sans-Serif; font-size:0.8em; color:#FFF;}
#flashSite {font-size:1.0em; font-weight:bold; text-align:center; line-height:1.5em; color:#FFF;}
#flashSite a {text-decoration:underline;}
#flashSite a:hover {text-decoration:underline;}
a {color:#fff; text-decoration:none;}
a:hover {color:#F93;}

li {color:#CCC; font-size:0.65em; text-transform:uppercase; font-weight:bold; letter-spacing:0.05em;}
li a {color:#CCC;}
