/*  
URI: http://adamhawra.co.uk
Author: Adam Hawra
Version: 2011
*/

html, body {
	margin:0;
	padding:0;
}

body {
	background:url(bg.png) repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary{
  display: block;
  }

img {
	border:0;
}

h1, h2, h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%; 
}

h1 {
	font-size:70px;
	color:#222;
	text-shadow:0px 2px 3px #555;
	text-align:center;
}

h2 {
	font-size:40px;
	color:#222;
	text-shadow:0px 2px 3px #555;
	text-align:center;
}

h1.italic {
	font-size:70px;
	font-style: italic;
	color:#222;
	text-shadow:0px 2px 3px #555;
	text-align:center;
}

h2.italic {
	font-size:40px;
	font-style: italic;
	color:#222;
	text-shadow:0px 2px 3px #555;
	text-align:center;
}

h3 {
	font-size:20px;
	color:#222;
	text-shadow:0px 2px 3px #555;
	text-align:left;
}

p {
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	padding: 2px 0 2px 0;
}

a {
	-webkit-transition:all .2s;
	}

a:link, a:visited {
	color: #009;
	text-decoration:none;
}

a:hover {
	color:#09F;
	text-decoration:none;
}

a:active, a:focus {
	color:#09F;
}

blockquote	{ 
	font-style:italic;  
	font-size:95%;
	margin:0;
	padding-left:20px;
}

#colours {
	width:100%;
	height:4px;
	margin: 10px 0 0 0;
	background:url(colours.png);
}

#wrapper {
	margin: 0 auto 20px auto;
	padding:0;
	width:760px;
	height:800px;
}

#header {
	width:100%;
	height:150px;
	float:left;
	margin:0;
	padding:0;
	border-bottom:4px solid #333;
}

#header-alt {
	width:100%;
	height:150px;
	float:left;
	margin:0;
	padding:0;
	border:none;
}	

#contact {
	width:100%;
	height:75px;
	float:left;
	margin:0;
	padding:0;
	border-bottom:4px solid #333;
}

#email {
	width:354px;
	height:55px;
	float:left;
	text-align:center;
	padding:10px 25px 10px 0;
	border-right: 1px dotted #333;
}

#social {
	width:355px;
	height:55px;
	float:left;
	text-align:center;
	padding:10px 0 10px 25px;
	clear:right;
}

#social ul, #social li {
	margin:0;
	padding:0;
	list-style:none;
	list-style-image:none;
	display:inline;
}

#social img, img a {
	margin:0;
	padding: 5px 5px 0 5px;
	border:none;
}

#about {
	width:354px;
	height:450px;
	float:left;
	margin:0;
	text-align:justify;
	padding:0 25px 25px 0;
	border-right: 1px dotted #333;
}

#fullpage {
	width:760px;
	height:auto;
	padding:25px 0 25px 0;
	text-align: center;
}

p.caption {
	font-size: 11px;
	text-align: center;
}

#fullpage img, img a {
    display: block;
    margin-left: auto;
    margin-right: auto;
	padding:5px;
	border:none;
}

#projects {
	width:355px;
	height:450px;
	float:left;
	margin:0;
	padding: 0 0 25px 25px;
}

#footer {
	width:100%;
	height:75px;
	height:auto;
	float:left;
	margin:0 0 20px 0;
	border-top: 4px solid #333;
	font-size:12px;
}

#emblem {
	display: inline;
	position: relative;
	font: 12px Helvetica, Sans-Serif;
	font-weight:600;
	letter-spacing: 2px;
	color: rgba(255, 0, 0, 0.5);
	text-align:center;
	text-shadow:4px 2px 0pt rgba(0, 0, 255, 0.5);
}
