html,body{
	height:100%;
	background:#000;
}
body{
	color:#FFF;
	font:normal 10pt Arial;
}
.clear {
	clear:both;
	line-height:0.5em;
}
.textRight{
	text-align:right;
}
/* Colours
----------------------------------------------- */
.black{
	background:#000;
}
.grey{
	background-color:#555555;
}
.orange{
	color:#FF0000;
}
.marineblue{
	background:#004455;
}
.gunmetal{
	background:#1f2f29;
}
/* Forms
----------------------------------------------- */
form {
	line-height:20px;
	vertical-align:top;
}
input, textarea{
	margin:5px;
	padding:2px;
	background-color:#FFFFCC;
}

/* Container
----------------------------------------------- */
#wrap{
	width:90%;
	height:auto;
	background:#1f2629;
	/*background:#000;*/
	padding-left:100px;
	vertical-align:top;
}
#banner{
	background-color:#1f2f29;
	background: url("../images/banner.jpg") no-repeat;
	background-position:top left;	
	width:100%;
	height:160px;
}
#banner h1 a {
	display: block;
	text-indent: -9999px;
	width: 100%;
	height:140px;
}

/* -- Top nav
----------------------------------------------- */
#nav{
	width:710px;
	height:20px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	background:#111111;
}
#nav img{
	vertical-align:top;
	padding-left:5px;
	padding-right:5px;
}
#nav ul{
	display:inline;
	list-style:none;
}
#nav li{
	display:inline;
	list-style: none;
	vertical-align:top;
	padding:2px;
	-khtml-border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#nav li:hover{
	background:#333333;
}
#nav li:active{
	background:#004455;
}
#nav li a{
	color:#FFF;
	font-weight:bold;
	font-size:10pt;
	text-decoration:none;
}
#nav li a:hover, #nav li a:focus{
	text-decoration:underline;
}
/* -- Sidebar
----------------------------------------------- */
#social{
	float:left;
	width:40%;
	height:auto;
	margin:5px;
	padding:0px;
}
#social ul{
	list-style:none;
}
#social ul li{
	display:inline;
}
#sidebar{
	position:absolute;
	top:120px;
	left:800px;
	width:300px;
	height:auto;
	min-height:300px;
	padding:15px;
	background:#004444;
	color:#FFF;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.categories{
	width:100%;
	height:auto;
	padding:0px;
}
.categories h3{
	font-size:14pt;
	padding:0px 0px 10px 0px;
}
.categories a{
	color:cyan;
	text-decoration:none;
}
.categories a:hover, .categories a:focus{
	color:#FFF;
	text-decoration:underline;

}
/* -- Content
----------------------------------------------- */
#content{
	width:700px;
	height: auto;
}
#content h1{
	color:#FFFFCC;
	font-size:14pt;
}
#content h3{
	color:#FFFFCC;
	font-size:13pt;
	padding:5px 0px 5px 0px;
}
#content p{
	color:#FFFFFF;
	padding-bottom:10px;
}
#content img{
	padding:5px;
}
#content  a{
	color:#00FFFF;
	text-decoration:none;
}
#content  a:hover, #content  a:focus{
	text-decoration:underline;
}
/* -- Layout
----------------------------------------------- */
#content .alignLt{
	float:left;
	padding:5px;
}
#content .alignRt{
	float:right;
	padding:5px;
}
#content .header{
	float:left;
	width:370px;
	height:auto;
	margin:5px;
	padding:5px;
	-khtml-border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#content .two_col{
	float:left;
	width:44%;
	height:auto;
	margin:5px;
	padding:10px;
	-khtml-border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#content .two_col a{
	color:cyan;
	font-weight:bold;
	font-size:10pt;
	text-decoration:none;
}
#content .two_col a{
	color:cyan;
	font-weight:bold;
	font-size:10pt;
	text-decoration:none;
}
#content .two_col a:hover, #content .two_col a:focus{
	color:#FFF;
	text-decoration:underline;
}
#content .panel{
	clear:both;
	width:630px;
	height:auto;
	margin:5px;
	padding:5px;
	-khtml-border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#content .feature{
	clear:both;
	float:left;
	width:620px;
	height:auto;
	margin:5px;
	padding:10px;
	-khtml-border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#content .viewdemo{	
	width:100px;
	height:auto;
	text-align:right;
}
#content .viewdemo a{
	background-color:#FFAA00;
	color:#FFF;
	padding:5px;
	font-weight:bold;
	text-decoration:none;
	-khtml-border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#content .viewdemo a:hover{
	background-color:#00AAFF;
	color:#FFF;
}
#content .photos{
	clear:both;
	float:left;
	width:620px;
	height:auto;
	margin-top:5px;
	padding:5px;
	background:#000;
	-khtml-border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#content .skills{
	clear:both;
	display:block;
	float:left;
	width:620px;
	height:auto;
	margin-top:10px;
	padding:10px;
	color:#DDEEEE;
	-khtml-border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#content .skills h3{
	font-size:14pt;
}
#content .skills ul{
	padding:0px 0px 0px 50px;
}
/* -- HTML 5 Tags
----------------------------------------------- */

/* -- Footer
----------------------------------------------- */
#footer{
	clear:both;
	font-size:small;
	padding:20px;
	text-align:right;
}
#footer span{
	color:#555555;
}