@import url('reset.css');

/* General Codrops Demo Style */
body{
	background:#111111 /*url(../images/pattern.png) repeat top left*/;
	color:#999;
	/*font-family: 'PT Sans Narrow', Arial, sans-serif;*/
	font-family: Lato, "Open Sans", Arial, Helvetica, sans-serif; 
	font-size:100%; 
	line-height:1.5;
	font-size:14px;
	margin: 2em 0;
	text-align:center;
}

.container { max-width:960px; margin:0 auto; }

a {
	color:#ddd;
	text-decoration:none;
}
a:hover{
	color:#c00;
}
p.sub{
	padding:25px 10px 10px 10px;
	text-align:left;
	color:#aaa;
}
.clr{
	clear:both;
}
h1{
	margin:5px;
	font-size:32px;
	font-weight: 400;
	text-align:center;
	color:#666;
	letter-spacing: 0.75em;
/*	font-family:"Pacifico", Georgia, "Times New Roman", serif;*/
	text-shadow:1px 1px 1px #000;
	padding-bottom:10px;
	line-height:40px;
	
}

h1 a:link, h1 a:visited, h1 a:hover { color:#666; }
h1 a:hover { color:#a75f1e; }

h1 span { font-size:0.8em; color:#a75f1e; letter-spacing: 0.5em;
	/*font-size:11px;
	display:block;
	letter-spacing:2px;
	color:#ccc;
	line-height:14px;
	padding-top:15px;
	text-shadow:none;
	text-transform:uppercase;*/
}
h1 span a { margin: 5px; font-weight:300; }
h1 span a.current { color:#C00; }

.paging a {margin: 5px; }

/* Header Style */
.header{
	font-size:13px;
	background:#000;
	opacity:0.9;
	text-transform:uppercase;
	-moz-box-shadow: 1px 0px 2px #000;
	-webkit-box-shadow: 1px 0px 2px #000;
	box-shadow: 1px 0px 2px #000;
}

.header a {
	line-height:18px;
	padding:0 4px;
	letter-spacing:1px;
	text-shadow:1px 1px 1px #000;
	color:#ddd;
}
.header a:hover{
	color:#fff;
}
.header a span{
	font-weight:bold;
}
.header span.right_ab{
	float:right;
}
.content{
	margin:0px 25px 30px 25px;
}

.homethumb { text-align:center; padding: 15px 0 40px 0; }
.homethumb a { margin: 7px; }

@media screen and (max-width: 640px) {
	h1, h1 span { font-size: 125%; letter=spacing: 1em; }
	.header a{
		display:block;
		text-align:center;
		font-size:10px;
		text-shadow:none;
	}
	.header span.right_ab{
		float:none;
	}
	
	.homeimg img { width:100%; height: auto; }
	
	.homethumb img { width:50px; height: auto; }
}