@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	src: local('Lato Regular'), local('Lato-Regular'), url('../fonts/Lato-Regular.woff') format('woff');
}

html,body{
	background: #fefffd;
	color: #3d362d;
	text-align: center;
	font-family: 'Lato', sans-serif;
	margin: 0;
	padding: 0;
}
p{
	margin: 10px 0 15px 10px;
}
a{
	color: #665847;
}
a:hover{
	text-decoration: none;
}
#page{
	width: 1080px;
	text-align: left;
	margin: 15px auto;
}
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}
h3,h4,h5{
	color: #ff9900;
}
h1,h2{
	font-size: 44px;
	padding: 14px 0 0 0;
}
h1{
	float: right;
	margin: 0;
}
h1 span{
	color: #ff9900;
}
h2{
	padding-left: 10px;
}
#stripe{
	position: absolute;
	left: 0;
	top: 15px;
	width: 50%;
	height: 82px;
	background-color: #ff9900;
	z-index: 0;
}
h2{
	position: relative;
	background: #ff9900;
	color: #fefffd;
	width: 760px;
	height: 68px;
    margin: 0;
	z-index: 2;
}
h3.title {
	font-size: 30px;
}
#sidebar{
	float: right;
	width: 200px;
}
#sidebar ul{
	margin: 0;
	padding: 0;
}
#sidebar li{
	list-style-type: none;
}
#menu{
	text-align: right;
}
#menu li{
	display: block;
	font-size: 26px;
	background: url('../img/menu_arrow.png') right 7px no-repeat;
	margin: 0 0 10px 0;
	padding: 0 12px 0 0;
}
#sidebar a {
	text-decoration: none;
	color: #3d362d;
}
#sidebar a:hover{
	color: #665847;
}
#contents-menu{
	margin-top: 100px;
}
#contents-menu h3{
	margin-bottom: 10px;
}
#contents-menu ul{
	margin: 0 0 0 10px;
}
#content{
	float: left;
	width: 760px;
	padding: 0 0 0 10px;
}
#footer{
	text-align: right;
	padding: 15px 0 0 0;
	border-top: 1px solid #efefef;
}
.cleaner{
	clear: both;
}
.projects{
	width: 100%;
	color: #3d362d;
}
.projects td{
	padding: 5px;
}
.projects .title{
	font-size: 30px;
}
.projects .title h3{
	margin: 0;
	padding: 0;
}
.projects .title a{
	text-decoration: underline;
}
.projects .title a:hover{
	color: #ff9900;
	text-decoration: none;
}
.projects .desc{
	font-size: 20px;
	color: #3d362d;
	padding-bottom: 20px;
}
.projects .more{
	vertical-align: middle;
	text-align: right;
}
.projects .more a{
	color: #3d362d;
	text-decoration: underline;
}
.projects a:hover{
	color: #665847;
	text-decoration: none;
}
#contact h3{
	font-size: 36px;
	color: #3d362d;
	margin: 10px;
}
#contact address{
	font-style: normal;
}
#contact p{
	color: #665847;
}
#contact p, #contact address{
	font-size: 16px;
	margin: 10px;
}
hr{
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #efefef;
}
pre{
	background: #faf8f0;
	margin: 5px 10px 5px 10px;
}
pre code{
	display: block;
	padding: 0.5em 1em;
	border: 1px solid #bebab0;
	overflow: auto;
}
table{
	margin-left: 10px;
}
table.border{
	border: 1px solid #000;
	border-collapse: collapse;
}
table.border th, table.border td{
	border: 1px solid #000;
	padding: 8px;
	text-align: center;
}
table.center{
	margin: 0 auto;
}
.warning {
	background-color: #f8a2a2;
	padding: 15px;
	border-radius: 5px;
}
