/* CSS Document */

body {
	background-image:url(images/bg_wall.gif);
	background-repeat:no-repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	line-height:26px;
	color:#b4b4ac;
	background-color:#160404;
	margin: 0px;
	padding: 0px;
	}

* {
    text-shadow: #39434d 0 0 1px;
}	

img {
	border:none;
	}		
	
p img{
	border:none;
	float:left;
	padding-right:10px;
	}
	
a {
	color:#f84c4c;
	text-decoration:underline;
	font-style:italic;
	}
	
a:hover {
	color:#b4b4ac;
	text-decoration:underline;
	font-style:italic;
	}	
			
	
#wrapper {
	width:760px;
	min-height:100%;
	}
	
#column-left {
	width:250px;
	margin-top:75px;
	text-align:center;
	float:left;
	}
	
#column-right {
	width:500px;
	height:100%;
	float:right;
	}	
		
h1 {
	font-size:44px;
	line-height:58px;
	font-weight:normal;
	color:#87bca0;
	margin-bottom:60px;	
	}
	
.red {
	color:#f84c4c;
	font-weight:normal;
	}	
	
h2 {
	color:#5c5954;
	font-size:36px;
	font-weight:normal;
	}
	
#portfolionav-home {
	font-size:16px;
	line-height:3px;
	}	
	
#portfolionav-home a{
	color:#b4b4ac;
	text-decoration:underline;
	}
	
#portfolionav-home a:hover{
	color:#f84c4c;
	text-decoration:underline;
	}	
	
/* WORK */

#work {
	list-style: none;
	padding-left:.2em;
	margin:-1em 0 0 0;
	line-height:1.3em;
	}
	
#work li {
	padding:0 0 20px 0;
	margin: 0;
	list-style: none;
	}	
	
#work a {
	font-size:1.3em;
	}	
	
.previous a{
	color:#87bca0;
	margin-bottom:60px;	
	}
	
.forthcoming {
	list-style: none;
	padding-left:.2em;
	margin:-1em 0 0 0;
	line-height:1.3em;
	}
	
.forthcoming li {
	padding:0 0 20px 0;
	margin: 0;
	list-style: none;
	}				
	
.forthcoming strong{
	font-size:1.3em;
	color:#f84c4c;
	font-style:italic;
	font-weight:normal;
	}
	
/* EVENTS */

.events {
	list-style: none;
	padding-left:.2em;
	margin:-1em 0 0 0;
	line-height:1.3em;
	}
	
.events li {
	padding:0 0 20px 0;
	margin: 0;
	list-style: none;
	}				
	
.events strong{
	font-size:1.3em;
	color:#f84c4c;
	font-style:italic;
	font-weight:normal;
	}
	
.events-past {
	list-style: none;
	padding-left:.2em;
	margin:-1em 0 0 0;
	line-height:1.3em;
	}
	
.events-past li {
	padding:0 0 20px 0;
	margin: 0;
	list-style: none;
	}				
	
.events-past strong{
	font-size:1.3em;
	color:#87bca0;
	font-style:italic;
	font-weight:normal;
	}			
		
	
/* HEADER */

#header {
	width:100%;
	height:31px;
	padding-top:85px;
	background-image:url(images/header-box.gif);
	background-repeat:no-repeat;
	margin-bottom:45px;
	text-align:center;
	}		
	
#header ul {
	list-style-type:none;
	margin:0 auto;
	padding:0;
	}	
	
#header li {
	list-style-type:none;
	display:inline;
	margin:0;
	padding:0;
	}	
	
/* FOOTER */

#footer {
	width:480px;
	height:106px;
	padding:10px 10px 0 10px;
	background-image:url(images/footer-box.gif);
	background-repeat:no-repeat;
	font-size:10px;
	line-height:1.6em;
	color:#FFFFFF;
	margin-top:15em;
	vertical-align:bottom;
	}
	
#footer a{
	color:#FFFFFF;
	text-decoration:underline;
	font-style:normal;
	}
	
/* FORM */

#form {
	list-style-type: none;
	margin-left: -1em;
	margin-top:-1em;
	width:100%;
	}
		
#form li {
	list-style-type:none;
	padding-top: .5em;
	margin-top: 0em;
	list-style: none;
	}

#form em {
	font-style:italic;
	color:#f84c4c;
	padding-bottom:7px;
	margin-bottom:.7em;
	}	
	
.required {
	font-style:italic;
	color:#f84c4c;
	padding-bottom:7px;
	margin-bottom:.7em;
	}	