/*
ManateeMedia.co.uk - MAIN CSS (main.css)
COPYRIGHT 2009 Manatee Audio Ltd. All Rights Reserved.
Design & Code by Manatee Media - http://www.manateemedia.co.uk
*/


/* COLOR PALLETTE
============================================================================
	
	Light Blue - #1fc0eb
	Turquoise - #77cdd0		
	
	Dark Gray - #1e2426
	Med Gray - #384247
	Light Gray - #657780
			
	Text - #999
	Links - #e41e26			
===========================================================================*/


/* GLOBAL RESET
---------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent;}

body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}

/* remember to define focus styles! */
:focus {outline: 0;}

/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}

/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: collapse; border-spacing: 0;}


/* GENERAL SELCTORS
---------------------------------------------------------------------------*/

/* BODY */
body {margin: 0; padding: 0; font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Arial, sans-serif; font-size:13px; color: #999; background-color: #000;}

	p {
	margin: 0 0 10px 0;
	line-height: 1.5em;
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Arial, sans-serif;
	text-align: left;
}
	
	/* HEADINGS */
	h1 {margin: 0 0 10px 0; font-size: 50px; font-weight: normal; color: #77cdd0;}
		h2 {margin: 0 0 20px 0; padding: 0 0 5px 0; width: 940px; border-bottom: 1px solid #1e2426; font-family: Arial, Helvetica, sans-serif; font-size: 26px; font-weight: normal; text-transform: uppercase; color: #1fc0eb;}
			h3 {margin: 0 0 5px 0; font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-weight: normal; line-height: 1.5em; color: #fff; text-transform: uppercase;}
				h4 {margin: 0 0 5px 0; font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Arial, sans-serif; font-size: 14px; color: #1fc0eb;}
					h5 {margin: 0 0 5px 0; font-size: 14px; color: #1fc0eb; font-family: Arial, Helvetica, sans-serif;}
				
	/* LINKS */
	a:link {color: #d0c081; text-decoration: none; font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Arial, sans-serif;}
	a:visited {color: #d0c081; text-decoration: none; font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Arial, sans-serif;}
	a:hover {color: #fff; text-decoration: none; font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Arial, sans-serif;}
	a:active {color: #d0c081; text-decoration: none; font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Arial, sans-serif; font-size: 100%;}


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

/* MAIN WRAP */
#mainWrap {margin: 0 auto; padding: 0 0 40px 0; width: 940px; background: url(../images/mainwrap_bg.jpg) top center no-repeat;}
		
/* HEADER */
#header {
	padding: 0 0 20px 0;
	width: 940px;
	border-bottom: 1px solid #1e2426;
}
		
#social-networks {
	float: right;   
	margin-top: 30px;
}
	
.menu li { 
	display: inline;
}
	
.menu a:link, .menu a:visited	{
	display: block;
	width: 24px;
	height: 24px;
	float: left;
	opacity: 0.8;
}
	
.menu a:hover { 
	opacity: 1; 
}
	
.menu #twitter	{ background: url(../images/twitter.png) no-repeat; }
.menu #facebook	{ background: url(../images/facebook.png) no-repeat; }
.menu #linkedin	{ background: url(../images/linkedin.png) no-repeat; }
.menu #fb-root  {}

				
		/* MAIN NAV */
		#mainNav {
	float: right;
	margin: 34px 0 0 0;
	clear: right;
	width: auto;
}
		#mainNav li {display: inline;}
		#mainNav a {float: left; margin: 0 0px 0 20px; padding: 0 0 5px 0; font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-weight: normal; color: #fff; text-decoration: none; text-transform: uppercase;}
		#mainNav a.current {border-bottom: 5px solid #1fc0eb; color: #1fc0eb;}
		#mainNav a:hover {color: #1fc0eb;font-family: Arial, Helvetica, sans-serif;}
		
		/* LOGO */
		#logo {
	width: 277px;
	height: 90px;
	padding: 20px 0 0 20px;
}
			#logo a {display: block; width: 277px; height: 90px; background: url(../images/manatee-media-logo.png) top left no-repeat;}
	
	/* INTRO */
	#intro {padding: 20px 0 30px 0; width: 940px; border-bottom: 1px solid #1e2426;}
		#intro .leftColumn {float: left; margin: 0 20px 0 0; width: 620px;}
		
	/* INTRO BLURB WRAP */
	#introBlurbWrap {overflow:auto; position: relative; padding: 20px 0 0 0; width: 940px; border-bottom: 1px solid #1e2426;}
	
	
	/* ENQUIRY FORM */
	#enquiryform {padding: 40px 0 50px 0; width: 940px; border-bottom: 1px solid #1e2426;}
	
	
	/* WORK WRAP */
	#work {overflow:auto; position: relative; padding: 40px 0; width: 940px; border-bottom: 1px solid #1e2426;}
	
		/* SCROLL BUTTONS */
		.scrollButtons {position: absolute; top: 43px; right: 0; width: 40px; height: 20px;}
			a.upButton {float: left; display: block; width: 20px; height: 20px; background: url(../images/up_btn.gif) 0 0 no-repeat;}
				a.upButton:hover {background-position: 0 -20px;}
			a.downButton {float: left; display: block; width: 20px; height: 20px; background: url(../images/dn_btn.gif) 0 0 no-repeat;}
				a.downButton:hover {background-position: 0 -20px;}
			
		/* LEFT COLUMN */
		#work .leftColumn {float: left; margin: 0 20px 0 0; width: 300px;}
			#work .thumbWrap {width: 300px; margin: 0 0 30px;}
																								
		/* MIDDLE COLUMN */
		#work .middleColumn {float: left; margin: 0 20px 0 0; width: 300px;}
		
		/* RIGHT COLUMN */
		#work .rightColumn {float: left; width: 300px;}
		
	/* ABOUT WRAP */
	#about {position: relative; padding: 40px 0; width: 940px; border-bottom: 1px solid #1e2426;}
	
		/* ABOUT TOP WRAP */
		#aboutTopWrap {margin: 0 0 20px 0; padding: 0 0 20px 0; width: 940px; border-bottom: 0px solid #1e2426;}
			
			/* LEFT COLUMN */
			#about .leftColumn {float: left; margin: 0 20px 0 0; width: 620px;}
																													
			/* RIGHT COLUMN */
			#about .rightColumn {float: left; padding: 0 0 0 20px; width: 279px; border-left: 1px solid #1e2426;}
			
				/* CHECK LIST */
				#about .rightColumn ul.check {list-style-type: none;}
					#about .rightColumn ul.check li {padding: 8px 10px 0 30px; font-size: 18px; line-height: 1.5em; color: #77cdd0; background: url(../images/check_bullet.png) 0 10px no-repeat;}
		
		/* SERVICES WRAP */
		#serviceWrap {width: 940px;}
			#serviceWrap #webDesign {margin: 10px 0 5px 0; padding: 8px 0 8px 40px; background: url(../images/webdesign_icon.gif) 0 0 no-repeat;}
			#serviceWrap #webDev {margin: 10px 0 5px 0; padding: 8px 0 8px 40px; background: url(../images/webdev_icon.gif) 0 0 no-repeat;}
			#serviceWrap #idDesign {margin: 10px 0 5px 0; padding: 8px 0 8px 40px; background: url(../images/iddesign_icon.gif) 0 0 no-repeat;}
			#serviceWrap #emailMkt {margin: 10px 0 5px 0; padding: 8px 0 8px 40px; background: url(../images/emailmkt_icon.gif) 0 0 no-repeat;}
		
			/* SERVICE BLURB */
			.serviceBlurb {float: left; margin: 0 20px 0 0; width: 220px;}
			.serviceBlurbLast {float: left; width: 220px;}
		
	/* CONTACT WRAP */
	#contact {position: relative; padding: 40px 0; width: 940px; border-bottom: 1px solid #1e2426;}
	
		/* LEFT COLUMN */
		#contact .leftColumn {float: left; margin: 0 20px 0 0; width: 620px;}
																												
		/* RIGHT COLUMN */
		#contact .rightColumn {float: left; width: 300px;}
							
	/* FOOTER */
	#footer {margin: 20px 0; width: 940px; height: 200px;}
		#footer p {float: left; font-family: Arial, Helvetica, sans-serif; color: #657780;}
		#footer ul {float: right;}
			#footer li {display: inline; margin: 0 10px;}
				#footer a {font-family: Arial, Helvetica, sans-serif; font-weight: bold; color: #657780; text-decoration: none;}
					#footer a:hover {color: #fff;}
					
							
/* GENERIC CLASSES
---------------------------------------------------------------------------*/

.hide {display: none;}

.clear {clear: both;}

.small {margin: 0 0 0 10px; font-size: 14px;}
.white {color: #FFF;}
.light {margin: 0; padding: 0; border: none; font-weight: normal; text-transform: none; color: #FFF;}
.callOut {font-weight: bold; text-decoration: underline;}
strong {color: #000;}
.leadIn {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-transform: none;
	color: #CCC;
	text-align: left;
}

.introBlurb {
	margin: 0 0 20px 0;
	padding: 0 0 0 0;
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-transform: none;
	color: #CCC;
	text-align: left;
}

.hoverBox { position: relative; width: 300px; height: 160px; margin-top: 5px; margin-right: 0; margin-bottom: 10px; margin-left: 0; }
	.hoverBox .zoom {display: none;}
	.hoverBox:hover .zoom {display: block; position: absolute; z-index: 1; top: 60px; left: 132px;}


.borderBottom {margin: 0 0 20px 0; padding: 0 0 10px 0; border-bottom: 1px solid #ddd;}
.featureWrap {float: left; width: 620px; margin: 10px 0 0 0;}
.blurbWrap {float: left; width: 300px; margin: 5px 0 0 0;}

