@charset "utf-8";

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
	min-width: 920px;
	position: relative;
}


ol, ul {
	list-style: none;
}
nav {
	width: 120px;
	position: fixed;
	top: 220px;
	height: 100%;
	border-right: thin solid #000000;
}
#maincontent {
	width: 900px;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
	height: 540px;
	position: relative;
}



#menu {
	margin-right: 10px;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	text-align: right;
	text-decoration: none;
	font-size: 16px;
	color: #000000;
	font-weight: normal;

}
#menu ul li {
	margin-bottom: 8px;
	margin-top: 2px;
}
#menu ul li a {
	color: #000000;
	text-decoration: none;
}
.postboxtext p a {
	color: #000000;
}



#menu ul li a:hover  {
	color: #555555;
	text-decoration: none;
}


#content {
	position: absolute;
	left: 130px;
	width: 770px;
	height: auto;
}
#chair {
	width: 170px;
	height: 170px;
	position: absolute;
}
.post {
	width: 100%;
	height: auto;
	position: relative;
	top: 180px;
}

.postboximg {
	width: 370px;
	position: relative;
	float: left;
	clear: left;
	margin-bottom: 40px;
}
.postboxtext {
	width: 370px;
	position: relative;
	float: left;
}



.postboxtext p {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
}





@media screen and (max-width:480px){
	
body {
	width: 100%;
	min-width: 320px;
}
#maincontent {
	width: 100%;
}
nav {
	left: 0px;
	width: 25%;
}
#content {
	left: 25%;
	width: 65%;
	margin-left: 10px;
}





.postboximg {
	width: 100%;
	margin-bottom: 10px;
}
.postboximg img {
	width: 100%;
	height: auto;
}

.postboxtext {
	width: 100%;
	margin-bottom: 20px;
}











}
