/*-------IE fix for html5 rendering-----*/
/*header, nav, footer, article {display:block;}*/

/*-------DEFAULT CLASSES----------*/

.center 		{margin:0 auto;}
.float_left 	{float:left;}
.float_right 	{float:right;}
.clear_both 	{clear:both;}
.clear_right 	{clear: right;}
.absolute 		{position:absolute;}
.relative 		{position:relative;}
.fixed 			{position:fixed;}
.display_none 	{display:none;}
.block 			{display:block;}
.inline			{display:inline;}
.noline			{text-decoration:none;}
.nobullet		{list-style-type: none;}
.bold			{font-weight:bold;}
.noborder		{border: 0 none;}
.nooutline		{outline: none;}

/*-----------RESETS----------*/

*	{margin:0; padding:0;}
img {border: 0 none;}
a 	{outline: 0 none;}

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

#wrapper {
	height:auto;
	width: 1580px;
	background: #999 url("images/outer_wall.jpg") repeat-x;
}


html, body {}

/*----------------TYPOGRAPHY--------------------*/
/*@font-face {
	font-family: customfont;
	src: url('font/BonvenoCF-Light.otf');
}*/

body {
	background: #999 url("images/background.jpg") repeat-x;
	font-size: 62.5%;
	font-family: BonvenoCFLight, Helvetica, Arial, sans-serif;
	color: #fff;
}

@font-face {
    font-family: 'BonvenoCFLight';
    src: url('font/BonvenoCF-Light-webfont.eot');
    src: url('font/BonvenoCF-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/BonvenoCF-Light-webfont.woff') format('woff'),
         url('font/BonvenoCF-Light-webfont.ttf') format('truetype'),
         url('font/BonvenoCF-Light-webfont.svg#BonvenoCFLight') format('svg');
    font-weight: light;
    font-style: normal;

}


h1 {font-size: 30px; font-weight: normal; color: #fff; margin-bottom: 20px;}
h2 {font-size: 14px; font-weight: bold; color: #ffffff;}

/*h3 {font-size: ; color: ; font-weight: ; margin: ;}
h4 {font-size: ; color: ; font-weight: ;}*/
p {font-size: 13px; color: #fff; line-height: 18px; margin-bottom: 15px;}
p.outerheading {font-weight: bold; color: #333; margin-bottom: 0;}
p.innerheading {font-weight: bold; color: #000; margin-bottom: 0;}
.detail h2 a {margin-top: 15px; color: #fff;}


/*-----------------@links---------------------*/

a:link, a:visited {
	color: #000; 
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	display: block;
}

a:hover, a:active, a.selected {
	color: #000;
	font-size: 15px;
	text-decoration: underline;
	display: block;
}


/*------------@sidebar---------------------------*/
#site_title {
	background: url("images/web_portfolio.png") no-repeat;
	width: 150px;
	height: 85px;
	display: block;
	margin: 0 auto;	
}

#site_title p {
	text-indent: -9999px;	
}


#sidebar {
	width: 230px;
	height: 800px;
	background: url("images/outer_wall.jpg") repeat-x;
	border-left: 1px solid #888;
	border-right: 1px solid #555;
}



#mylogo {
	display: block;
	margin: 253px auto;
}

#sidebar .title {
	
}


/*---------------@content-------------------*/


#content {
	height:800px;
	top: 0px;
	left: 232px;
	background: #fff url("images/outerwall_90px.jpg") repeat-x;
	overflow: hidden;
}

#content ul {
	height:800px;
	position: relative;
	display: block;
	overflow: hidden;
}


#content li{
	float: left;
	width: 180px;
	height:800px;	
	overflow: hidden;
	background: #999 url("images/outer_wall.jpg") repeat-x;
	border-left: 1px solid #888;
	border-right: 1px solid #555;
	
}

#content li.last {
	border-right: none;
	cursor:auto;	
}


img.project_logo {
	position: absolute;
	top: 350px;
	left: 15px;
	width: 150px;
	height: 85px;
}

.preview_mono {
	width: 180px;
	height: 800px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 200;
	background: #fff url("images/outer_wall.jpg") repeat-x;
	cursor: pointer;
}

.preview_colour {
	width: 180px;
	height: 800px;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 100;
	cursor: pointer;
}

.summary {
	position: absolute;
	top: 500px;	
	left: 15px;
	margin-right: 10px;
}
.detail {
	margin-bottom: 20px;	
}

.innerwall {
	width: 500px;
	height: 800px;
	/*float: left;*/
	margin-left: 180px;
	/*background: url("images/inner_wall_orange.jpg") no-repeat;
	background: url("images/orange_wall.jpg") no-repeat;*/
	background: url("images/orange_wall.jpg") no-repeat;
	padding: 80px 125px;
}

.innerwall img {
	display: block;
	margin-bottom: 30px;
	-webkit-box-shadow: 5px 5px 10px #000000;
	-moz-box-shadow: 5px 5px 10px #000000;
	box-shadow: 5px 5px 10px #000000; 
}

#about .preview_colour {
	background: url("images/about_me_colour.jpg") no-repeat;
}


#about .innerwall {
	background: url("images/red_wall.jpg") no-repeat;
}




/*-------------------@contact form------------------*/

#contact-form div{
	margin:10px;
}

#contact-form label{
	float:left;
	width:100px;
	text-align:left;
	margin-right:10px;
	line-height:20px;
	font-size:14px;
}

#contact-form input[type=text]{
	height:20px;
	width:250px;
}

#contact-form textarea{
	height:150px;
	width:365px;
}

#contact-form input.button{
	width:42px;
	height:25px;
	border:none;
	color:#FFF;
	background-color:transparent;
	font-size: 15px;
	float: right;
}

#contact-form input.button#reset{
	margin-left:50px;
}

#contact-form input.button:hover{
	cursor:pointer;
}

#contact-form p#status{
	padding-left:120px;
	margin-top:10px;
	font-size:14px;
	display:none;
}

#contact-form p.error{
	color:#f90;
}

#contact-form p.success{
	color:#0C0;
}

#contact-form .error-focus{
	border:#f90 solid 1px;
}

.hide{
	display:none;
}

/*-------------------@footer------------------------*/


#footer {
	height: 150px;
	background: url("images/floor.jpg") repeat-x;
}

#disclaimer p {
	color: #000;
	margin-left: 10px;	
}

/*----------------@ie6 commentary------------------------*/

#ie6 {display:none;}

