/**
 * DO Golfclub DESIGN for TYPOLIGHT
 * Copyright (C) 2010 Dortmunder Golfclub
 *
 * layout.css (DESIGN LAYOUT)
 *
 * This program is free software: you can redistribute it and/or
 * modify it under the terms of the GNU Lesser General Public
 * License as published by the Free Software Foundation, either
 * version 3 of the License, or (at your option) any later version.
 * 
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
 * Lesser General Public License for more details.
 * 
 * You should have received a copy of the GNU Lesser General Public
 * License along with this program. If not, please visit the Free
 * Software Foundation website at <http://www.gnu.org/licenses/>.
 *
 * @copyright  Dortmunder Golfclub e.V. 2010 <http://www.dortmunder-golfclub.de>
 * @author     Enrico Gehrwin <http://www.clanmods.eu>
 * @license    LGPL
 */


/**************************************************************
	MAIN LAYOUT
**************************************************************/

#wrapper {
	position: relative; 
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	width: 980px;

}

#header {	
	margin: 0 auto;
	background: #48525B url(../bg/head_nav_bg.jpg) repeat-x top left;
	border-bottom: 3px solid #d5e0d1;
}

#content {
	position: relative; 
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	padding: 0 auto 50px auto;
}

#left {
	float: left;
	width: 200px;
	padding: 8px 6px 3px 6px;
	margin: 0;
	background: #ffffff url(../bg/side_bg.jpg) repeat-x top left;
}

#main {
	margin: 0 217px 0 217px;
	background-color: #ffffff;
	padding: 10px 4px 30px 10px;

}

#right {
	float: right;
	width: 200px;
	padding: 8px 6px 3px 6px;
	margin: 0;
	background: #ffffff url(../bg/side_bg.jpg) repeat-x top left;
}

#footer {
	clear: both;
	width: 100%;
	height: 50px;
	background: #596e52 url(../bg/footer_bg.jpg) repeat-x center left;
	border-top: 1px solid #7d9078;
}


/**************************************************************
	HEADER IMAGES
**************************************************************/

#headerRotationImg {
	height: 150px;
	width: 980px;
	margin: 0 auto;
	background-color: #3f503d;
	background-image: url(../rotation/image0.jpg);
	border-top: 2px solid #7d9078;
	border-bottom: 2px solid #7d9078;
}

#headerContent {
	position: absolute;
	top: 0px;
}

#headerLogo {
	width: 265px;
	height: 179px;
	position: relative;
	z-index: 1000;
	background-image: url(../logo.png);
	background-repeat: no-repeat;
}

#headerTextImg {
	width: 620px;
	height: 40px;
	position: relative;
	top: -20px;
	left: 200px;
	z-index: 1000;
	background-image: url(../golfclub_schriftzug.png);
	background-repeat: no-repeat;
}


/**************************************************************
	LIST DEFINITIONS
**************************************************************/


/* HEADER */

#header ul {
	float: right;
	margin: 3.5em 1em 0.5em 0 !important;
	margin: 3.5em 0.5em 0.5em 0;
	padding: 0;
}

#header ul li {
	display: inline;
	padding: 3px;
	list-style: none;
	color: #cccccc;
}

#header ul li a {
	float: left;
	padding: 0 1em;
	font: 400 1.1em arial, sans-serif;
	letter-spacing: 0.1em;
	line-height: 0.8em !important;
	line-height: 1em;
	color: #cccccc;
	border-right: 1px solid #648d5e;
}

#header ul li a.last {
	padding-right: 0;
	border-right: 0;
}

#header ul li a:hover {
	color: #679a50;
}


/* FOOTER */

#footer ul {
	float: right;
	margin: 2em 1em 1em 0 !important;
	margin: 2em 0.5em 1em 0;
	padding: 0;
}

#footer ul li {
	display: inline;
	list-style: none;
}

#footer ul li a {
	float: left;
	padding: 0 1em;
	font: 400 0.8em arial, sans-serif;
	letter-spacing: 0.1em;
	line-height: 0.8em !important;
	line-height: 1em;
	color: #cccccc;
	border-right: 1px solid #648d5e;
}

#footer ul li a.last {
	padding-right: 0;
	border-right: 0;
}

#footer ul li a:hover {
	color: #679a50;
}

#footer img {
	position: absolute;
	top: 6%;
	left: 10px;
}

/**************************************************************
	NACHRICHTEN STARTSEITE
**************************************************************/

.news-home {
	float: left;
	width: 100% !important;
	width: 99%;
	position: relative;
	margin-bottom: 1.5em;
	border-bottom: 1px solid #CCCCCC;
}

.news-home .date {
	float: left;
	width: 5%;
	text-align: right;
	padding: 1px 8px 2px 1px;
}

.news-home .date .month {
	text-transform: uppercase;
	font: 700 1.3em arial, sans-serif;
	color: #888;
}

.news-home .date .day {
	display: block;
	margin-top: -5px;
	font: 700 1.8em arial, sans-serif;
	color: #888;
}

.news-home .news-teaser {
	float: left;
	width: 90%;
	border-left: 1px solid #CCCCCC;
}

.news-home .title {
	display: block;
	padding: 0 0 5px 0;
	font-size: 1.2em;
	font-weight: bold;
	
}

.news-home p {
	padding-left: 8px;
}




/**************************************************************
	THUMBNAIL LIST
**************************************************************/

ul.thumbs, ul.thumbs li {
	margin: 0;
	padding: 0;
}

ul.thumbs li {
	margin: 0 0 15px 0 !important;
	padding: 0px;
	list-style: none;
}

a.thumb img {
	border: 3px solid #d0d0d0;
	width: 190px;
}

a:hover.thumb img {
	background: #ffffff;
	border: 3px solid #5f992f;

}

a:hover.thumb {
	background: none;
}

a.thumb span {
	display: block;
	margin-top: -5px !important;
	margin-top: -2px;
}



/**************************************************************
	SONSTIGES
**************************************************************/

.image_container .caption {
	text-align: center;
	font-size: 9px;
}

.image_container a img {
	border: 3px solid #d0d0d0;
}

.image_container a:hover img {
	border: 3px solid #5f992f;
}

.hyperlink_txt:before {
	content: url(../bullet.gif)" ";
}

.pagination {
	width: 100%;
	text-align: center;
}

.pagination p {
	padding: 5px;
}

.pagination ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left: auto;
	height: 30px;
}

.pagination li {
	margin: 0;
	padding: 0;
	display: inline;
	margin-right: 3px;
}

.pagination a, .pagination span {
	padding: 4px 7px;
	background-color: #fff;
	background-image: url(../bg/cellpic5.jpg);
	background-position: bottom;
	border: 1px solid #ccc;
	text-decoration: none;
}

.pagination .current {
	color: #fff;
	background: #fff;
	background-image: url(../bg/cellpic3.jpg);
	background-position: bottom;
}