body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img { 
	border:0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

ol,ul {
	list-style:none;
}

caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

q:before,q:after {
	content:'';
}

abbr,acronym { 
	border:0;
}

* {
	margin: 0px;
	padding: 0px;
	line-height: 150%;
}

em {
	font-style:italic
}

strong {
	font-weight:bold;
}

html {
}

body {
	font-family: Tahoma, Geneva, sans-serif, Loma;
	background-color: #FFFFFF;
	color: #333333;
	font-size: 1em;
	padding: 5%;
	padding-top: 0%;
	border-top: 5px solid #996666;
}
a{
	text-decoration: none;
	color: #330000;
}

a:visited{
	color: #330000;
}

a:hover, a:active{
	color: #AA6464;
	text-decoration: underline;
}
	
.logo{	
	background-image: url(images/logo_small.png);
	background-repeat:no-repeat;
	padding: 65px 0 0 0;
	margin: 0 0 1em 0;
	width: 150px;
	float: left;
}
.logo, .logo a{
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 5px;
	font-size: 7px;
	color: #555;
	text-align: center;
}	
.nav ul{
	display: block;
	overflow: hidden; 
	list-style: none;
	width: auto;
	font-size: 0.9em;
	margin: 2.25em 0 0 0;
	padding: 0;
}	
.nav ul li{
	display: block;
	float: left;
	margin: 0 0 1em 3em;
	text-wrap: none;
}
.search{
	float: left;
	margin: 2em 0 2em 0;	
}
.search input.input{
	border: 1px solid;
	border-top-color: #666666;
	border-left-color: #666666;
	border-bottom-color: #cccccc;
	border-right-color: #cccccc;
	padding: 0.3em 0.5em 0.3em 0.5em;
	font-size: 0.7em;
	width: 7em;
}
.main{
	width: 100%;
	float: left;
	border-top: 1px solid #eeeeee;
}
.content{
	width: 55%;
	margin: auto;
	margin-left: 5%;
	float: left;
}
.more{
	width: 30%;
	margin: 0;
	float: right;
	overflow: hidden;
}
.contentindex{
	width: 65%;
	margin: auto;
	margin-left: 5%;
	float: left;
}
.next{
	width: 100%;
	margin: auto;
	margin-top: 1em;
	margin-bottom: 1em;
	float: left;
	font-size: 1.5em;
	text-align: center;
}
.moreindex{
	width: 30%;
	margin: 0;
	float: right;
	overflow: hidden;
}
.footer{
	width: 100%;
	float: left;
	border-top: 1px solid #eeeeee;
	padding: 2em 0 2em 0;
	font-size: 0.8em;
	color: #666666;
}
.footer ul{
	float: left;
	list-style: none;
	width: 100%;
	margin: 0 0 1em 0;
	padding: 0;
}
.footer ul li{
	float: left;
	margin: 0 3em 1em 0;
}
h1{
	display: block; margin: auto; font-size: 2em; text-align: center; margin-top: 0.5em; margin-bottom: 1em;
	text-shadow: 0px 1px 0.1em #AAAAAA;
}
h2{
	display: block; margin: auto; font-size: 1.5em; text-align: center; margin-top: 1em; margin-bottom: 1em;
	text-shadow: 0px 1px 0.1em #AAAAAA;
}
h3{
	display: block; font-size: 1.25em; margin-top: 1em; margin-bottom: 1em;
	text-shadow: 0px 1px 0.1em #AAAAAA;
}
.index{
	margin: 0; 
	text-align: left;
	text-shadow: none;
	color: #444444;
}
h1.index{
	font-size: 1.5em; 
	position: relative;
	top: 0.6em;
	left: 5%;
}
h2.index{
	font-size: 1.1em; 
	position: relative;
	top: 1em;
	border-bottom: 1px solid #eeeeee;
}
img{
	display: block; 
	margin: auto; 
	margin-top: 1em; 
	margin-bottom: 1em;
}
.content img{
	height: auto;
	max-width: 100%;
	border-radius: 2px;
}
p{margin-top: 1em; margin-bottom: 1em;}
ul{list-style-type: square; list-style-position: outside; padding-left: 2em; margin-top: 1em; margin-bottom: 1em;}
ol{list-style-type: decimal; list-style-position: outside; padding-left: 2em; margin-top: 1em; margin-bottom: 1em;}
li{margin-top: 1em; margin-bottom: 1em;}
blockquote{color: #666666; padding-left: 4em; margin-top: 2em; margin-bottom: 2em;}

ul.module{
	list-style:none; 
	padding: 0; 
	float: left;
	width: 100%;
}
ul.module li{
	float: left;
	margin: 1.2em 0 1.2em 0;
	height: 70px;
	overflow: hidden;
}
ul.module li a.thumb{
	width: 90px;
	height: 60px;
	overflow: hidden;
	margin: 0 1em 1em 0;
	float: left;
  	border: 2px solid #ffffff;
  	border-radius: 2px;
  	box-shadow: 0 2px 2px #aaaaaa;
}
ul.module li a.thumb img{
	margin: 0;
	margin-top: -10px;
	width: 100%;
}
ul.module li a.title{
	font-size: 1em;
	color: #333333;
}

ul.headline{
	list-style:none; 
	padding: 0; 
	margin: 0;
	float: left;
	width: 100%;
}
ul.headline li{
	float: left;
	width: 40%;
	margin: 2em 5% 0 5%;
}

ul.headline li a.thumb{
	width: 100%;
	height: 200px;
	overflow: hidden;
	margin: 0;
	float: left;
  	border: 2px solid #ffffff;
  	border-radius: 2px;
  	box-shadow: 0 2px 2px #aaaaaa;
}
ul.headline li a.thumb img{
	margin: 0;
	width: 105%;
	margin-top: -5%;
}

ul.headline li a.title{
	width: 100%;
	overflow: hidden;
	float: left;
	margin-top: 1em;
	font-size: 1.3em;
	color: #333333;
}

ul.thumblist{
	list-style:none; 
	padding: 0; 
	margin: 0;
	float: left;
	width: 100%;
}
ul.thumblist li{
	float: left;
	width: 21%;
	margin: 2em 2% 0 2%;
	height: 140px;
	overflow: hidden;
}
ul.thumblist li a.thumb{
	width: 120px;
	height: 82px;
	overflow: hidden;
	margin: 0 0 1em 0;
	float: left;
  	border: 2px solid #ffffff;
  	border-radius: 2px;
  	box-shadow: 0 2px 2px #aaaaaa;
}
ul.thumblist li a.thumb img{
	margin: 0;
	width: 100%;
}
ul.thumblist li a.title{
	float: left;
	font-size: 0.8em;
	color: #333333;
}

ul.thumblistsmall{
	list-style:none; 
	padding: 0; 
	margin: 0;
	float: left;
	width: 100%;
}
ul.thumblistsmall li{
	float: left;
	width: 46%;
	margin: 2em 2% 0 2%;
	height: 70px;
	overflow: hidden;
}
ul.thumblistsmall li a.thumb{
	width: 90px;
	height: 60px;
	overflow: hidden;
	margin: 0 1em 1em 0;
	float: left;
  	border: 2px solid #ffffff;
  	border-radius: 2px;
  	box-shadow: 0 2px 2px #aaaaaa;
}
ul.thumblistsmall li a.thumb img{
	margin: 0;
	margin-top: -10px;
	width: 100%;
}
ul.thumblistsmall li a.title{
	font-size: 0.9em;
	color: #333333;
}


.ads{
	width: 100%;
	display: block;
	text-align: center;
	margin: 1em 0 1em 0;
}
.ads p{
	font-size: 0.7em;
	color: #aaaaaa;
}

@media screen and (max-width: 1024px) {
	h1{font-size: 1.8em;}
	h2{font-size: 1.5em;}
	h3{font-size: 1.3em;}
	ul.module li a.title{
		font-size: 0.9em;
	}
	ul.headline li a.thumb{
		max-width: 100%;
		height: 150px;
	}
	ul.headline li a.title{
		font-size: 1.3em;
	}
	ul.thumblist li{
		width: 46%;
		margin: 2em 2% 0 2%;
		height: 70px;
	}
	ul.thumblist li a.thumb{
		width: 90px;
		height: 60px;
		margin: 0 1em 1em 0;
	}
	ul.thumblist li a.thumb img{
		margin-top: -10px;
	}
	ul.thumblist li a.title{
		float: none;
		font-size: 0.9em;
	}

}

@media screen and (max-width: 800px) {
	.nav ul{
		font-size: 0.8em;
	}
	ul.module li{
		height: 98px;
	}
	ul.module li a.title{
		float: left;
		font-size: 0.8em;
	}
	ul.headline li a.thumb{
		max-width: 100%;
		height: 100px;
	}
	ul.headline li a.title{
		font-size: 1.1em;
	}
	ul.thumblist li, ul.thumblistsmall li{
		height: 98px;
	}
	ul.thumblist li a.title, ul.thumblistsmall li a.title{
		float: left;
		font-size: 0.8em;
	}
	
}

@media screen and (max-width: 500px) {
	h1{font-size: 1.5em;}
	h2{font-size: 1.3em;}
	h3{font-size: 1.2em;}
}

@media handheld and (max-width: 480px), screen and (max-device-width: 480px), screen and (max-width: 600px)  {
	.content{
		width: 100%;
		margin: auto;
		float: none;
	}
	.more{
		width: 100%;
		margin: auto;
		float: none;
	}
	.contentindex{
		width: 95%;
		margin-left: 5%;
	}
	.moreindex{
		width: 100%;
	}
	.nav ul{
		width: auto;
		font-size: 0.7em;
	}
	.search{
		float: none;
	}
	.search input.input{
		font-size: 0.5em;
	}
	ul.module li{
		width: 46%;
		margin: 2em 2% 0 2%;		
		height: 117px;
	}
	ul.headline li{
		width: 100%;
		height: 106px;
	}
	ul.headline li a.thumb{
		width: 50%;
		height: 100px;
	}
	ul.headline li a.title{
		width: 45%;
		height: 70px;
		float: right;
		margin: 2em 0 0 0;
		font-size: 1em;
	}
	ul.thumblist li, ul.thumblistsmall li{
		height: 117px;
	}
	.footer{
		font-size: 0.7em;
	}
}	
	
@media screen and (min-width: 1350px) {
	.content{
		font-size: 1.3em;
	}
	ul.module li a.title{
		font-size: 1.3em;
		line-height: 1.7em;
	}
	ul.headline li a.title{
		font-size: 1.5em;
	}
}

@media screen and (min-width: 1500px) {
}
