/*   
Theme Name: Triple A Films Theme
Theme URI: http://www.tripleafilms.co.uk
Description: This is just a BLANK starter WordPress Theme template -- WordPress v3.0.1
Author: Andrew Burns
Author URI: http://www.tripleafilms.co.uk
Version: 2
*/

@charset "UTF-8";

/*style sheet Triple A Films*/

* {margin: 0; padding: 0; }
html { background: black; }
body { font: 13px/1.4 Lucida Console, Serif;  }


article, aside, figure, footer, header, nav, section { display: block; }

#page-wrap { 
		width: 1000px; 
		margin: 10px auto 0; 
		background: black; 
		
		}

h1 { 
	font: 50px Lucida Console, Serif; 
	color: #FFF; 
	text-transform: uppercase; 
	margin-bottom: 0.5em;
	border-bottom: dotted 1px white;
	
	}

h2 { 
	font:  19px Lucida Console, Serif;
	color: #FFF;
	text-decoration: underline;
	line-height: 1.5em;
	margin-bottom: 0.5em;
}

h3 {
	font:  16px Lucida Console, Serif;
	color: #FFF;
	line-height: 1.5em;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	
}	
	
p { 
	font: 14px Lucida Console, Serif;  
	color: white;
	line-height: 1.5em;
	margin-bottom: 1em;
}

p a {
	text-decoration: none;
	color: #676767;
	font-weight: bold;
	letter-spacing: 1px;
	font-style: italic;
	
		}

h3 a {
	text-decoration: none;
	color: #676767;
	font-weight: bold;
	letter-spacing: 1px;
	font-style: italic;
	
		}

h4 a {
	text-decoration: none;
	color: #676767;
	font-weight: bold;
	letter-spacing: 1px;
	font-style: italic;
	
		}

/*Header Starts here*/



#logo { 
		background: url(images/aaa_logo.png) no-repeat; 
		width: 253px; height: 140px;
		margin: 0 0 20px 373.5px;
		padding: 0 20px;
		}

#header-line {
		border-bottom:2px solid #fff;
		margin: 10px 0 5px 0; 
}


		
/*Main Content Starts here*/


#main-content { 

	width: 800px;
	margin: 25px 0 0 100px;
	position: relative;
}
 
/*Menu*/

nav{
  list-style:none;
  margin: 0;
  padding: 0;
  text-align: center;
}

nav ul {
	margin: ;
}
nav li {
  display: inline;
  margin: 0;
  font-size: 15px;     
}


/*Menu Seperators*/
 
nav li:nth-child(2):before{
  color: #FFF;
  content: "/ ";
 }

nav li:nth-child(3):before{
 color: #FFF;
 content: "/ ";
}

nav li:nth-child(4):before{
 color: #FFF;
 content: "/ ";
}

nav li:nth-child(5):before{
    color: #FFF;
 content: "/ ";
 }

/*Menu Link Properties*/

nav a{
	display: inline-block;
	text-decoration: none;
	color: white;
	padding: 0.2em 0.2em;
	margin: 0px 10px 10px 0px;
  
}

a:hover {
    background-color: #FFF;
	color: black;

    }
	

/*Footer Starts here*/

footer {
	width: 1000px;
	height: 50px;
	margin: 0 auto 50px;
	padding: 5px 0 0 0 ;
	border-top: 2px solid #ffffff;
	background: black;
	
	
	}
	
#copyright {
	color: #ffffff;
	text-transform: uppercase;
	text-align:center;
}