@import url(http://fonts.googleapis.com/css?family=Amatic+SC:400,700);
/**************************** extend/override Blueprint ****************************/
body {
	font-family: "Lucida Sans", tahoma, sans-serif;
   font-size: 81.25%;
	line-height: 1.385em;
	background-color: #000;
	color: #ddd;
}
.logo{
	background: #000 url(../images/header_banner02.jpg) no-repeat;
	width: 950px;
	height: 172px;
}
.container, .page{
	background-color: #000 !important;
}
/* jquery nav bar */
 #nav_bar {
    float: top;
    margin: 0px auto;
    padding: 0;
    position: relative;
    text-align: center;
    width: 950px;
    height: 30px;
    overflow: hidden;
	 background-color:#e99d46;
	 
}
#home, #this, #tomorrow, #today, #gallery, #contact {
    float: left;
    width: 158px;
    height: 60px;
    line-height: 15px;
    font-size: 12px;
    font-family: "Lucida Sans", tahoma, sans-serif;
    color: #ffffff;
    font-weight: normal;
    border: none;
    position: relative;
	
}
#home a, #this a, #tomorrow a, #today a, #gallery a, #contact a{
   color: #ffffff;
   text-decoration: none;
}
#nav_bar h2 {
    line-height: 30px;
    font-size: 13px;
    margin: 0px;
    padding: 0px;
	font-weight: normal;
}
.nav_top, .nav_bottom {
    height: 30px;
    float: top;
}


#home {background: #29131F;}
#this {background: #522125;}
#tomorrow {background:#7F2922;}
#today{background:#C24D23;}
#gallery {background:#DB7422;}
#contact {background:#e99d46;}



/*#home {background: #18dbed;}
#this {background: #ff4433;}
#tomorrow {background:#fad419;}
#today{background:#3377ff;}
#gallery {background:#9bf230;}
#contact {background:#e52284;}
*/
 
/* end of jquery nav bar */
 
* html body{font-size:13px;}

.page{font-size: 1em;}
.row{
	margin:20px 0;
}

.row01{
	/*border:1px dashed limegreen;*/
	float:left;
}
#slider {
	
}

h1{
	/*font-family: 'Amatic SC', cursive;*/
	
	font-size:2.2em;
	color: #b2b2b2;
	padding:0;
	margin:0;
}
.text-block{
	font-size: 0.9em;
}
.text-block p{
	margin: 0 0 5px;
}

.teaser-block{
	border-bottom: 1px dashed #666;
	padding-bottom: 15px;
	margin-bottom: 15px;  
}
.append-0 {padding-right:10px;}
.prepend-0 {padding-left:10px;}

footer{
	font-size: 0.8em;
	color: #b2b2b2; 
}

footer a {
	color: #b2b2b2; 
	border-bottom: 1px dotted gray;
	text-decoration:none;
	}
footer p{
	margin: 0px auto;
	text-align:center;
	margin-bottom:20px;
}
