html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body{
	margin: 0px;
	padding:0;
}

#wrapper{
	width: 884px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}

#header{
	width: 884px;
	height: 90px;
	margin-top: 25px;
	margin-bottom:61px;
}

#menu {
	float: right;
	margin-top:55px;
}

.menuspace {
	padding-left: 53px;
	*padding-left: 55px;
}

#menu ul {
	width: 479px;
	margin-top: 0px;
	height: 18px;
	
}

@-moz-document url-prefix()
{
#menu ul  { 
width: 580px;
	margin-top: 0px;
	height: 18px; }
}

#menu li {
	list-style-type: none;
	float: left;
}
#menu a {
	text-decoration: none;
	display: block;
	padding-bottom: 2px;
	font-family: Baskerville, Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #fff;
}
#menu a:hover {
	color: #CCCCCC;
}

#sp1 {
	height: 25px;
	width: 1px;
}

#sp2 {
	height: 7px;
	width: 1px;
}

#logo {
	height: 78px;
	width: 400px;
	float: left;
}


#content {
width:884px;
}

#content p {
	font-family: Baskerville, Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #e5e5e5;
	text-decoration: none;
	letter-spacing: 0.03em;
	line-height: 17px;
	margin-top: 0px;
	margin-bottom: 15px;
}

#content i {
	font-size:18px;
	line-height:22px;
}

#content_left_portfolio {

}

#content_defintion {
width:488px;
}

#content_left {
width:281px;
}

#content_right {
width: 582px;
float:right;
}

#content_rightest {
width:281px;
float:right;
}

#content_middle {
width:281px;
padding-right:20px;
}

h2 {
	font-family: Baskerville, serif;
	font-size: 28px;
	color: #e5e5e5;
	text-decoration: none;
	letter-spacing: 0.03em;
	text-align: justify;
	margin-top: 0px;
	margin-bottom: 15px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}

h3 {
	font-family: Baskerville, serif;
	font-size: 18px;
	color: #e5e5e5;
	text-decoration: none;
	letter-spacing: 0.03em;
	margin-top: 0px;
	margin-bottom: 15px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}

h4 {
	font-family: Baskerville, serif;
	font-size: 59px;
	color: #e5e5e5;
	text-decoration: none;
	letter-spacing: 0.03em;
	margin-top: 0px;
	font-style: normal;
	line-height: 52px;
	font-weight: normal;
	font-variant: normal;
}

a {
	font-family: Baskerville, Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	outline: none;
	color: #e4e4e4;
	
}

a:hover {
	font-family: Baskerville, Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	outline: none;
	color: #CCCCCC;
	
}

#portfoliosubnav {
	float:right;
	margin-top:10px;
	font-size:14px;
	width:730px;
}
#portfoliosubnav a{
	margin-right:20px;
}
.grid{padding:0}
.grid li figure a{
	float:left
}
.grid  figcaption a{display:none}
.grid figcaption a.first{display:block}

@media screen and (max-width: 31.5em) {
    .grid {
        padding: 10px 10px 100px 10px;
    }
    .grid li {
        width: 100%;
        min-width: 300px;
    }
}