html, body, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background: #FFFFFF;

}

html {
	background: #282828;
}

body {
    line-height:1;
    background: #282828;
}

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

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    text-decoration: none;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/* Styles ------------- */

body {
	font: 14px/1.4em "Myriad Pro", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #333333;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0.6em;
	color: black;
	line-height: 1.2em;
}

h1 {
	font-size: 1.6em;
	text-decoration: none;
}

h2 {
	font-size: 1.4em;
	text-decoration: none;
}

h3 {
	font-size: 1.3em;
	text-decoration: none;
}

h4 {
	font-size: 1.2em;
	text-decoration: none;
}

p {
	margin-bottom: 1.5em;
}

.button, input[type="submit"] {
	display: inline-block;
	padding: 9px 20px;
	background: black;
	border: 1px solid black;
	color: white;
	line-height: 1em;
	text-decoration: none;
}

.button:hover, input[type="submit"]:hover {
	background: #d9d9d9;
	color: black;
}

.column_container {
	overflow: hidden;
}

.column {
	float: left;
	width: 288px;
	margin-right: 60px;
}

.column_large {
	float: left;
	width: 636px;
	margin-right: 60px;
}
.column:last-of-type {
	margin-right: 0;
}

#container {
	margin: 0 auto;
	width: 1024px;
	background-color: #FFFFFF;
}

nav[role="navigation"] ul {
	float: right;
	margin: 10px 10px -10px 0;
	list-style: none;
}

nav[role="navigation"] li {
	float: left;
}

nav[role="navigation"] li a {
	display: block;
	padding: 4px 10px;
	border-bottom: 10px solid #0079b3;
	color: black;
	text-decoration: none;
}

nav[role="navigation"] li a:hover, nav[role="navigation"] li.active a {
	border-bottom: 10px solid white;
}

header[role="banner"] {
	padding: 0 0px;
	height: 278px;
	background: #0079b3;
	border-top: 10px solid #0079b3;
	clear: both;
}

header[role="banner"] > hgroup span {
	color: #0079b3;
}

header[role="banner"] > hgroup h1 {
	margin-top: 0.8em;
	margin-bottom: 0.2em;
	font-size: 4em;
	font-weight: normal;
	color: white;
	letter-spacing: 2px;
}

header[role="banner"] > hgroup h2 {
	font-size: 2.4em;
	font-weight: normal;
	color: white;
	letter-spacing: 2px;
}

div[role="main"] {
	padding: 40px 20px 0 20px;
	background-color: #FFFFFF;
}



input[type="text"], input[type="email"], input[type="phone"], textarea  {
	width: 246px;
	margin-bottom: 10px;
	padding: 10px 20px;
	border: 1px solid #d9d9d9;
	color: black;
}

textarea {
	height: 160px;
	resize: vertical;
}

#recent {
	margin: -20px -20px 0;
	padding: 20px 20px 40px;
	/*border-top: 1px solid black;*/
	/*border-bottom: 1px solid black;*/
}

#recent a {
	color: black;
	font-weight: bold;
	text-decoration: none;
}

#recent figure img {
	border: 2px solid black;
	opacity: 1;
	-webkit-transition: opacity 1s ease;
	-moz-transition: opacity 1s ease;
	-o-transition: opacity 1s ease;
	transition: opacity 1s ease;
}

#recent figure:hover img {
	opacity: 0.9;
}

#gallery {
	margin: 40px -20px 0;
	padding: 20px 20px 40px;
	/*border-top: 1px solid black;
	border-bottom: 1px solid black;*/
}

#gallery a {
	color: black;
	font-weight: bold;
	text-decoration: none;
}

#gallery figure img {
	border: 1px solid black;
	opacity: 1;
	max-width: 288px;
	max-height: 172px;
	-webkit-transition: opacity 1s ease;
	-moz-transition: opacity 1s ease;
	-o-transition: opacity 1s ease;
	transition: opacity 1s ease;
}

#gallery figure:hover img {
	opacity: 0.9;
}

#container > footer {
	position: relative;
	padding: 20px 20px;
	overflow: hidden;
}

#container > footer a {
	color: black;
	text-decoration: none;
}

#container > footer a:hover {
	color: #333333;
}

#container > footer > small {
	font-size: 0.85em;
}

footer > nav ul {
	margin-top: 10px;
	list-style: none;
	font-weight: bold;
}

footer > nav ul li {
	float: left;
	margin-right: 10px;
}

#footer_socials {
	position: absolute;
	top: 10px;
	right: 20px;
	list-style: none;
}

#footer_socials li {
	float: left;
}

#footer_socials li a {
	display: block;
	width: 48px;
	height: 42px;
	text-indent: -9999px;
	-webkit-transition: background-position 0.2s ease;
	-moz-transition: background-position 0.2s ease;
	-o-transition: background-position 0.2s ease;
	transition: background-position 0.2s ease;
}

#footer_socials li a:hover {
	background-position: top;
}

#footer_socials .flickr a {
	background: url('images/flickr.jpg') no-repeat left bottom;
}

#footer_socials .linkedin a {
	background: url('images/linkedin.jpg') no-repeat left bottom;
}

#footer_socials .facebook a {
	background: url('images/facebook.jpg') no-repeat left bottom;
}

#footer_socials .twitter a {
	background: url('images/twitter.jpg') no-repeat left bottom;
}