* {
	margin:0;
	padding:0;
}
body {
	background:url(../images/retina_wood.png);
	line-height:1.5em;
	font-family:"Georgia", "Times New Roman", "Times", serif;
	font-weight:100
}
header {
	background:#c82600;
	-moz-box-shadow:1px 1px 1px #000;
	-webkit-box-shadow:1px 2px 2px #000;
	box-shadow:1px 1px 2px #000;
}
header li {
	display:inline;
}
#mainNav li a {
	color:#fff;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	display:inline-block;
	text-decoration:none;
	font-size:12px;
	font-size:1em;
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	-ms-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
	padding:20px 5px;
}
#mainNav li a:hover {
	background:#fafafa;
	color:#000;
}
header h1 {
	color:#fff;
	display:inline-block;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.download {
	color:#fff;
	background:#c82600;
	display:inline-block;
	margin:10px 0 15px 50px;
	padding:5px 0;
	width:300px;
	width:175px;
	text-decoration:none;
	text-align:center;
	border:1px solid #ccc;
	border-radius:4px;
	transition:all .3s ease-out;
}
.download:hover {
	color:#000;
}
section {
	background:#fff;
	font-size:.95em;
-moz-box-shadow: 0 0 5px #888;
-webkit-box-shadow: 0 0 9px#000;
box-shadow: 0 0 5px #888;
	margin-bottom:30px;
	margin-top:10px;
}
p {
	margin:15px 0;
	color:#403333;
}
.left {
	float:left;
	display:block;
}
#suggestPost a {
	background:#432c18;
	height:75px;
	left:0;
	position:fixed;
	top:300px;
	width:40px;
	color:#fff;
	display:none;
	padding:10px;
	font-size:.9em;
	text-decoration:none;
}
.scrollup {
	width:50px;
	height:47px;
	color:#fff;
	text-align:center;
	text-decoration:none;
	font-size:2em;
	padding:5px;
	text-indent:-9999px;
	opacity:.6;
	position:fixed;
	bottom:50px;
	right:350px;
	display:none;
	background:url(../images/arrowtop.png) no-repeat;
}
.logo {
	float:left;
	padding:5px 0;
}
h4 {
	color:#695050;
	font-family:'Marck Script', cursive;
	padding:10px;
	display:inline;
	width:400px;
	padding:60px;
	font-size:9em;
}
h2 {
	color:#c82600;
	margin:20px 0;
	text-align:center;
	font-family:'Marck Script', cursive;
}
h2:before {
	content:"";
	background-image:url(../images/divider.png);
	background-repeat:no-repeat;
	width:476px;
	height:19px;
	display:block;
	margin:0 auto;
}
#content {
	padding-bottom:50px;
	height:310px;
	width:780px;
}
.selecterBtns {
	float:left;
}
.selecterBtns a {
	background:#252a26;
	color:#fff;
	font-family:bazar;
	display:block;
	font-size:15px;
	line-height:28px;
	margin-right:4px;
	margin-bottom:10px;
	outline:0;
	padding:0 15px;
	text-decoration:none;
}
.selecterBtns .active, .selecterBtns a:hover {
	background:#111;
	color:#dcd1b5;
}
.selecterContent {
	clear:both;
}
.selecterContent a {
	outline:0;
}
.selecterContent li {
	width:139px;
	height:120px;
	overflow:hidden;
	
}
ul.nolist, ul.nolist li {
	display:block;
	list-style:none;
	margin:0;
	 -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
ul.nolist li {
	float:left;
	margin:0 15px 15px 0;
}


ul.nolist li:hover{
	 -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
	 
}
a {
	color:#fff;
}
a img {
	border:0;
}
.contact {
	display:block;
	margin:-35px auto 0 auto;
	width:400px;
}
.contact img {
	height:20px;
}
footer p {
	text-align:center;
	font-size:.8em;
}
