/* DOCUMENT INFORMATION
	- Document: Aaron Brand Content CSS
	- Version:  1.1
	- Client:   www.aaronbrand.co.uk
	- Author:   Aaron Evans - www.aaronbrand.co.uk

    COLORS
	- default body text  #fff
	- subtitle h3 text   #666
	- default p text     #000

 	FONTS
	- default body text  "Helvetica Neue", Helvetica, Arial, sans-serif
	- subtitle h2 text   Georgia, "Times New Roman", Times, serif
	- default p text     Verdana, Arial, Helvetica, sans-serif
	*/

/* GLOBAL SETTINGS
   ============================= */
   *{
		padding: 0px;
		margin: 0px;
		}
	
body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	background-color:#000000;
	font-size: 11px;
	padding:40px;
	color: #fff;
	}
   
/* TEXT RELATED
   ============================= */
	h1 {
		margin: 10px 5px 10px 5px;
		border-bottom:#c90 solid 5px;
		text-align:right;
		font-size: 24px;
		padding: 0;
		}
		
	h2 {
		font-family:Georgia, "Times New Roman", Times, serif;
		font-weight:bold;
		font-size: 16px;
		padding: 0;
		margin: 0;
		}
		
	h3 {
		font-style:italic;
		font-size: 11px;
		color:#666;
		padding: 0;
		margin: 0;
		}	

	p {
		line-height:1.4em;
		padding: 0px;
		margin: 0px;
		}
   
/* IMAGES & LINKS
   ============================= */
   a {
		text-decoration: none;
		color: #fff;
		}

	a:hover {
		text-decoration: none;
		color: #ccc;
		}
		
	img {
		border:0;
		}

	img a {
		list-style-image:none;
		border:0;	
		}
		
/* GENERAL CLASSES
   ============================= */
 			
/* Navigation Box Style */  
		#about1 {
			padding:10px 9px 10px 9px;
			position:absolute;
			background:#093;
			height: 63px;
			width: 220px;
			left: 114px;
			top: 116px;
			z-index:-2;
			}
		
		#contact1 {	
			position:absolute;
			background:#C60;
			height: 199px;
			width: 238px;
			left: 383px;
			z-index:-2;
			top: 0px;	
			}
		
		#portfolio1 {	
			position:absolute;
			background:#36F;
			height: 158px;
			width: 238px;
			left: 650px;
			z-index:-2;
			top: 40px;
			}

/* HEADER (2ND)
   ============================= */
	   #header {
		background: url('images/logo2.png');
		background-repeat: no-repeat;
		background-position: left;
		position:absolute;
		width: 321px;
		height: 55px;
		z-index:-1;
		top:40px;
		left:0px;
		}
   
/* NAVIGATION(2ND)
   ============================= */
       #menu {
		background: url('images/nav.png');
		background-repeat: no-repeat;
		background-position:bottom;
		position:absolute;
		line-height:20px;
		height: 45px;
		width:752px;
		left:266px;
		z-index:-1;
		top:154px;
		}
	
	
		
/* Simple Horizontal Rollover Navigation Bar */
		ul#menu {
			list-style: none;
			padding: 0;
			margin: 0;
			}
		
			#menu li {
				padding-right:150px;
				list-style: none;
				margin: 0 0.15em;
				float: left;
				}
		
				#menu a { 
					}
				
				#menu a:link, #navlist a:visited {
					}
				
				#menu a:hover {
					border-top:5px solid #FFF; 
					padding:15px 0px 0px 0px;
					}	
		
/* CONTENT(1ST)
   =============================
	Defined in (about, contact & portfolio).css */
		
		
/* FOOTER(2ND)
   ============================= */
		
	#footer {
		background: url('images/footerlogo.png') no-repeat;
		background-position:left;
		text-align: center;
		}
		
		#footer a {
			color:#ccc; 
			}

		#footer a:hover {
			color:#fff; 
			}


/* Signature Remark: AaronBrand Designing your Face off! */
