* {
margin: 0;
padding: 0;
}

body {
background: #72767f url(images/bg.jpg) repeat-x top left;
color: #fff;
font-family: Cambria, Georgia, serif;
font-size: 16px;
}

img {
border: none;
}

/* Typography */

p {
color: #fff;
line-height: 1.2em;
font-size: 0.8em;
}

.copy {
font-size: 0.8em;
line-height: 1.3;
padding-top: 1.2em;
}

.right {
text-align: right;
}

a {
color: #0030b8;
text-decoration: none;

}

a:hover {
color: #ffffff;
}


em {
color: #000;
line-height: 1.8em;
font-style: normal;
font-size: 1.4em;
}

h1 {
color: #000;
font-size: 1.4em;
font-style: regular;
margin-bottom: 0;
font-weight: 500;
letter-spacing: 0.04em;
line-height: 1.8em;
}

h2 {
color: #fff;
font-size: 1.4em;
font-style: regular;
margin-bottom: 0;
font-weight: 500;
letter-spacing: 0.04em;
line-height: 1.8em;
}

h4 {
color: #000;
font-size: 0.9em;
font-weight: 200; 
}

h5 {
font-size: 0.8em;
font-weight: 200; 
}

#wrapper {
margin: 5px auto 50px;
padding; 0;
width: 860px;
display: block;
}

#social-links-wrap {
width: 100%;
float: right;
clear: right;
height: 30px;
}

#header {
color: #fff;
padding-top: 0;
padding-bottom: 0px;
display: block;
overflow: hidden;
width: 900px;
margin: auto;
top: 0;

}

#title {
color: #fff;
background: url(images/titlehw.png) no-repeat;
width: 249px;
height: 53px;
margin: 0 0 5px 0;
padding: 0;
float: left;
text-indent: -9999px;
overflow: hidden;
}

/* menu */

.nav {
list-style-type: none;
background: url(images/menuhw.png) no-repeat;
position: relative;
float: right;
width: 282px;
height: 29px;
margin: 20px 0 0 0;

}

.nav li {
float: left;
}

.nav li a {
position: absolute;
top: 0;
margin: 0 0 0px 0;
display: block;
width: 282px;
height: 29px;
text-indent: -9999px;
background: url(images/menuhw.png) no-repeat;
overflow: hidden;
font-size: 1%;
}



li.portfolio a {
left: 0;
width: 100px;
background-position: 0 0;
}


li.blog a {
left: 100px;
width: 75px;
background-position: -100 0;
}

li.contact a {
left: 175px;
width: 100px;
background-position: -175 0;
}


li.portfolio a:hover {
left: 0;
width: 100px;
background-position: 0 -29;
}


li.blog a:hover {
left: 100px;
width: 75px;
background-position: -100 -29;
}

li.contact a:hover {
left: 175px;
width: 110px;
background-position: -175 -29;
}

/* splash area */

.welcome-container {
background: #eee url(images/splash-text-bg.jpg) repeat-y top right;
margin: 25px 0 30px 0;
width: 100%;
height: 366px;
}


.welcome-splash {
background: #000;
width: 575px;
position: relative;
height: 350px;
float: left;
margin: 0 25px 0 0;
}

.splash-image {
background: #ccc;
color: #eee;
border-style:solid;
border-width: 8px;
}

#spotlight-copy {
width: 90%;
position: absolute;
bottom: 8px;
margin: 0 0 0 18px;
}

.quick-facts-header {
font-size: 1.2em;
color: #000;
}

.splash-text {
overflow: hidden;
padding-top: 25px;
padding-right: 15px;
font-size: 1.2em;
}


.splash-text a {
color: #313f62;
}

.splash-text a:hover {
color: #000;
}

/* Recent Work */

#rw-header {
width: 100%;
margin: 30px 0 20px 0;
background: url(images/recent-work.png) no-repeat;
}

.rw-container {
background: none;
color: #fff;
display: block;
width: 100%;
height: 300px;
margin: 0 0 30px 0;
padding: 0 0 35px 0;
}

.rw-text {
margin: 0;
width: 300px;
height: 300px;
float: left;
}

.rw-image {
background: #ccc;
color: #fff;
float: right;
width: 510px;
height: 300px;
border-style:solid;
border-width: 4px;
}

/* contact page */

#contact-wrapper {

padding: 0;
}

.contact-copy {

}

fieldset {
	Background: #eee url(images/splash-text-bg.jpg) repeat-y right;
	width: 500px;
	color: #000;
	font-size: 1.2em;
	border-style: none;
	margin: 2.5em 0 0 0;
	padding: 30px;
}

legend {
	margin-left: 1em;
	color: #000000;
	font-weight: bold;
}

fieldset ol {
	padding: 1em 1em 0 0;
	list-style: none;
}

fieldset li {
	padding-bottom: 1em;
}

fieldset.submit {
	margin-left: 0px;
	border-style: none;
}

label {
	display: block;
	width: 10em;
	margin-right: 1em;
}

#contact-info {
Background: #eee url(images/splash-text-bg.jpg) repeat-y right;
width: 250px;
float: right;
line-height: 1.4em;
padding: 20px;
}

.contact-copy {
color: #000;
}

/* About page */

#about-para {
width: 45em;
padding-left: 0.6em;
}

.about-para-copy {
color: #fff;
line-height: 1.8em;
font-style: normal;
font-size: 1.4em;
}

.quick-facts-copy {
margin-top: 15px;
color: #000;
font-size: 0.8em;
font-style: italic;

}


.quick-facts-copy span {
font-size: 1.1em;
font-style: normal;
}

/* Footer */

.footer {
background: #23242d url(images/footer-bg.jpg) repeat-x;
margin: 0;
display: block;
padding: 25px 15px 30px 18px;
border-style: solid;
border-width: 16px;
border-right: none;
border-bottom: none;
border-left: none;
color: #eeeeee;
}

.footer-title {
color: #fff;
font-size: 1.1em;
margin-bottom: 0.6em;
}


#recent-work {
width: 270px;
float: left;
display: block;
margin: 0 30px 0px 0;

}



.rw-nav {
list-style-type: none;
position: relative;
}

.rw-nav li {
float: left;
margin-top: 5px;
padding-right: 5px;
}

.rw-nav li a {
position: relative;
width: 76px;
height: 76px;
overflow: hidden;
}

.rw-nav li a:hover {
color: #fff;
border-style: solid;
border-width: 5px;
border-left: none;
border-right: none;
border-top: none;
}

.rw-thumb {
}

#news {
width: 260px;
height: 210px;
margin: 0 0 0 300px;
}

#quick-links {
width: 250px;
height: 200px;
float: right;

}

.ql-nav {
list-style-type: none;
}

.ql-nav li {
float: left;
padding: 4px;
}

