/* reset */
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,font,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{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}


/* text */
body{font:13px/1.5 'Helvetica Neue',Arial,'Liberation Sans',FreeSans,sans-serif}a:focus{outline:1px dotted}hr{border:0 #ccc solid;border-top-width:1px;clear:both;height:0}h1{font-size:25px}h2{font-size: 25px;}h3{font-size:21px}h4{font-size:19px}h5{font-size:17px}h6{font-size:15px}ol{list-style:decimal}ul{list-style:disc}li{margin-left:30px}p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset{margin-bottom:10px}


/* main */
* {
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	background: #f5f6f0;
}
h1,h2 {
	font-family:  Tienne, serif;
	color: #9b9b9b;
	font-weight: normal;
}
h2 {
	margin-top: 40px;
	margin-bottom: 30px;
	color: #666;
}
p,li {
	font-family: Quicksand, sans-serif;
	line-height: 1.5;
	list-style: none;
	margin-left: 0;
}
a {
	color: #94463b;
	text-decoration: none;
}

/* sidebar */
.sidebar {
	position: fixed;
	left: 0;
	margin-left: 30px;
	min-height: 100%;
	padding: 15px;
	background-color: #E3E4DF;
}
header h1 {
	font-size: 36px;
    margin-bottom: 30px;
    margin-top: 240px;
}
header span {
	color: #F5F6F0;
    font-size: 120px;
    left: -110px;
    position: absolute;
    top: 280px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
h1 span {
	display: block;
}
footer {
	position: absolute;
	bottom: 0;
	font-size: 11px;
}
footer p {
	line-height: 1;
	color: #666;
}

/* content */
.content {
	margin-left: 30%;
}
.mar-top {
	margin-top: 180px;
}
#mask {
	float: right;
	margin-top: -40px;
}
.thumbnail {
	display: block;
	float: left;
	margin: 10px;
	padding: 10px;
	background-color: #eee;
	border: 1px solid #dcdcdc;
	width: 155px;
	height: 155px;
}
#tooltip{
	position: absolute;
	text-align: center;
	background: url(../img/tray.png) no-repeat center top;
	padding: 25px 2px 10px;
	color: #f5f6f0;
	display: none;
	width: 98px;
	z-index: 10;
	font: 12px/1.5em Trebuchet, Helvetica, Arial, sans-serif;
	border-bottom: 1px solid #4d1613;
}	

/************end**********/