/*
------------------------------------------------------------------------
Theme Name:    GA STUDIO
Theme URI:     http://www.gastudio.co.uk/
Description:   Wordpress Template for GA Studio
Version:       1.0
Author:        Fallow Deer, Michael Stanley
Author URI:    http://www.fallow-deer.com/
------------------------------------------------------------------------

Copyright:     (c) 2010 Fallow Deer, Michael Stanley

All rights reserved.
*/

/*
 
1. GLOBAL STYLES
-------------------------------------------------------------------
1.0 Master/Reset
1.1 Headings
1.2 Text Elements
1.3 Links
1.4 Forms
1.5 Buttons
1.6 Images
1.7 Background Image
 
 
2. MAIN PAGE ELEMENTS
-------------------------------------------------------------------
2.0 Wrapper
2.1 Header
2.2 Navigation
2.3 Sub Navigation - Projects
2.4 Main content
2.5 Footer


/* 1.0 Master/Reset 
-----------------------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

ol,ul {
	list-style:none;
}

caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

q:before,q:after {
	content:'';
}

abbr,acronym { border:0;
}

body {
	background-color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}

/* 1.1 Headings 
-----------------------------------------------------------------------*/

h1 {
	font-size:18px;
}

h2 {
	font-size:13px;
}

h3 {
	font-size:11px;
}

h3 a {
	color:#333333;
}

h3 a:hover {
	color:#000000;
}

/* 1.2 Text Elements 
-----------------------------------------------------------------------*/

p {
	margin:0;
	padding:0;
	font-size:11px;
	line-height:13px;
}

a {color:#000000; text-decoration:none;}

a:hover {color:#666666;}

/* 1.6 Images 
-----------------------------------------------------------------------*/

img {
	opacity:1.0;
	/* for IE */
  	filter:alpha(opacity=100);
	border:0;
}

/* 1.7 Background Image 
-----------------------------------------------------------------------*/

img.bg {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;
			
	/* Set up proportionate scaling */
	width: 100%;
	height: auto;
			
	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
	z-index:1;
}

@media screen and (max-width: 1024px){
	img.bg {
	left: 50%;
	margin-left: -512px; }
}

/* 2.0 Wrapper 
-----------------------------------------------------------------------*/

#wrapper {
	position: relative; 
	width: 940px;
	margin:0 auto;
	overflow:hidden;
	z-index:3;
}

/* 2.1 Header 
-----------------------------------------------------------------------*/

#header-wrapper {
	width:940px;
	height:128px;
	float:left;
	overflow:hidden;
}

#header-wrapper img {
	padding:60px 0 0 0;
}

/* 2.2 Navigation 
-----------------------------------------------------------------------*/

#menu-wrapper {
	width:940px;
	height:130px;
	float:left;
	overflow:hidden;
	margin:0 0 30px 0;
}

#menu-wrapper-background {
	width:820px;
	height:130px;
	background-color:#FFFFFF;
	float:left;
	opacity:0.9;
	/* for IE */
  	filter:alpha(opacity=90);
}

#menu-wrapper ul {
	position:absolute;
	left:10px;
	padding:20px 0 0 0;
}

/* 2.3 Sub Navigation 
-----------------------------------------------------------------------*/

/* 2.4 Main Content 
-----------------------------------------------------------------------*/

#content-wrapper {
	width:940px;
	height:370px;
	float:left;
	overflow:hidden;
}

#content-wrapper-background {
	width:820px;
	height:370px;
	background-color:#FFFFFF;
	float:left;
	opacity:0.9;
	/* for IE */
  	filter:alpha(opacity=90);
}

#content-wrapper ul {
	width:220px;
	position:absolute;
	left:10px;
	padding:20px 0 0 0;
}

#content-wrapper-image {
	width:590px;
	height:370px;
	float:left;
	left:230px;
	position:absolute;
}

#content-wrapper-image img {
	padding:10px;
}