@charset "UTF-8";

/**
 * Theme Name:     TwentyTen_Gastraum-Co Hamburg
 * Theme URI:      http://www.gastraum-co.de
 * Description:    Child theme for the Twenty Ten theme. Customized for Gastraum-Co Hamburg
 * Author:         vektorrausch GmbH
 * Author URI:     http://vektorrausch.de/
 * Template:       twentyten
 * Version:        1.0 (04.04.2011)
 */

@import url('../twentyten/style.css');
@import url('css/slider.css');

/* Schriften einbinden
************************************************************************************/

@font-face {
    font-family: 'PTSansNarrowRegular';
    src: url('fonts/PTN57F-webfont.eot');
    src: url('fonts/PTN57F-webfont.eot?iefix') format('eot'),
         url('fonts/PTN57F-webfont.woff') format('woff'),
         url('fonts/PTN57F-webfont.ttf') format('truetype'),
         url('fonts/PTN57F-webfont.svg#webfont3yLmuNsx') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PTSansBold';
    src: url('PTS75F-webfont.eot');
    src: url('PTS75F-webfont.eot?iefix') format('eot'),
         url('PTS75F-webfont.woff') format('woff'),
         url('PTS75F-webfont.ttf') format('truetype'),
         url('PTS75F-webfont.svg#webfontO0AL69VA') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PTSansRegular';
    src: url('fonts/PTS55F-webfont.eot');
    src: url('fonts/PTS55F-webfont.eot?iefix') format('eot'),
         url('fonts/PTS55F-webfont.woff') format('woff'),
         url('fonts/PTS55F-webfont.ttf') format('truetype'),
         url('fonts/PTS55F-webfont.svg#webfontVOUaMV4S') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Layout
************************************************************************************/

html, body { height: 100%; }

body {
	margin: 0;
	padding: 0;
	background: #e0e1e0;
}

#wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 1018px;
	min-height: 100%;
	border-left: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	background: /*#f5f7f2*/ #F8F9F6;
}

#main {
	padding: 70px 0;
	width: 1018px;
}

#container {
	margin: 0;
	width: 684px;
}

#content {
	width: 684px;
}

#primary,
#secondary {
	padding-top: 44px;
	width: 318px;
}


/* Header
************************************************************************************/

#header {
	position: relative;
	padding: 160px 20px 0;
	width: 978px;
	height: 300px;
}

/* Logo */

#site-title {
	position: absolute;
	top: 73px;
	left: 21px;
	margin: 0;
	padding: 0;
	width: 213px;
	height: 55px;
	background: url(img/logo.png) no-repeat left top;
}

#site-title a {
	display: block;
	width: 100%;
	height: 100%;
}


/* Footer
************************************************************************************/

#footer {
	position: absolute;
	left: 21px;
	bottom: 0;
	margin: 0;
	width: 1018px;
	color: #666;
	font-size: 10px;
}

#footer #footer-widget-area { 
	width: 976px;
	border-top: 1px solid #bbb;
}

#footer .widget-area {
	width: 976px;
}

/* Content
************************************************************************************/

#content .hentry {
	padding-top: 20px;
	width: 641px;
	background: url(img/bg-content-top.gif) no-repeat left top;
}

#content .entry-content {
	padding: 0 15px 20px;
	width: 611px;
	background: url(img/bg-content-bottom.gif) no-repeat left bottom;
}

#content ul {
	margin: 0;
}

#content ul li {
	margin-bottom: 5px;
	padding-left: 12px;
	color: #005B9A;
	list-style: none;
	background: url(img/li-item.gif) no-repeat left 6px;
}

#content table {
	border: none;
}

#content table td {
	padding: 2px 0;
	border: none;
}


/* Angebote
************************************************************************************/

/* Aktuelle Angebote */

.blog #main {
	min-height: 1020px;
}

.blog #content .post {
	float: left;
	position: relative;
	margin: 0 40px 40px 0;
	padding: 18px;
	width: 264px;
	height: 389px;
	background: url(img/bg-angebot.gif) no-repeat left top;
}

.blog #content .entry-content {
	padding: 0;
	width: 264px;
	color: #666;
	font-size: 12px;
	font-family: Arial, sans-serif;
	line-height: 14px;
	background: none;
}

.blog #content .entry-content img {
	margin-bottom: 12px;
	width: 264px;
	height: 164px;
}

.blog #content .entry-content h4 {
	margin: 0 0 25px;
	font-size: 10px;
	font-family: Arial, sans-serif;
	line-height: 14px;
}

.blog #content .entry-content h4 a {
	color: #c2c2c2;
}

.blog #content .entry-content h4 a:hover {
	text-decoration: none;
}

.blog #content .entry-content h3 {
	margin: 0 0 15px;
	font-size: 13px;
	font-family: 'PTSansRegular', Arial, sans-serif;
	line-height: 15px;
}

.blog #content .entry-content h2 {
	margin: 0 0 25px;
	font-size: 22px;
	font-family: 'PTSansRegular', Arial, sans-serif;
	line-height: 24px;
}

.blog #content .entry-content a.tosingle {
	position: absolute;
	left: 18px;
	top: 395px;
	color: #005B9A;
	font-size: 13px;
	font-family: 'PTSansRegular', Arial, sans-serif;
	line-height: 15px;
}

.blog #content .entry-content a.tosingle:hover {
	color: #999;
	text-decoration: none;
}

.blog #content #gesamt {
	clear: left;
	position: absolute;
	top: 1500px;
	left: 38px;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 15px;
}

.blog #content .navigation {
	position: absolute;
	top: 1550px;
	left: 38px;
	width: 604px;
}

.blog #content .navigation a {
	color: #005B9A;
	font-size: 13px;
	font-family: 'PTSansRegular', Arial, sans-serif;
	line-height: 15px;
}

.blog #content .navigation a:hover {
	color: #999;
}

/* Detailansicht */

.single #header {
	padding-top: 0;
	height: 150px;
}

.single #main {
	padding-top: 0;
}

.single #content .entry-content {
	padding: 0 15px 20px 17px;	
	color: #666;
	font-size: 12px;
	font-family: Arial, sans-serif;
	line-height: 14px;
}

.single #content .entry-content h4 {
	margin: 0 0 25px;
	font-size: 10px;
	font-family: Arial, sans-serif;
	line-height: 14px;
}

.single #content .entry-content h4 a {
	color: #c2c2c2;
}

.single #content .entry-content h4 a:hover {
	text-decoration: none;
}

.single #content .entry-content h3 {
	margin: 0 0 10px;
	font-size: 13px;
	font-family: 'PTSansRegular', Arial, sans-serif;
	line-height: 15px;
}

.single #content .entry-content h2 {
	margin: 0 0 15px;
	font-size: 22px;
	font-family: 'PTSansRegular', Arial, sans-serif;
	line-height: 24px;
}

.single #content table {
	width: 250px;
}

.single #content .entry-content strong {
	color: #666;
	font-weight: bold;
}

.single #content a.back {
	float: left;
	color: #005B9A;
	font-size: 13px;
	font-family: 'PTSansRegular', Arial, sans-serif;
	line-height: 15px;
}

.single #content a.back:hover {
	color: #999;
	text-decoration: none;
}

.single #content .navigation {
	float: right;
	margin: 0 45px 0 0;
	color: #005B9A;
	font-size: 13px;
	font-family: 'PTSansRegular', Arial, sans-serif;
	line-height: 15px;
}

.single #content .navigation a {
	color: #005B9A;
	font-size: 13px;
	font-family: 'PTSansRegular', Arial, sans-serif;
	line-height: 15px;
}

.single #content .navigation a:hover {
	color: #999;
	text-decoration: none;
}

.single #content .navigation .nav-previous {
	text-align: right;
	width: auto;
}

.single #content .navigation .nav-next {
	text-align: left;
	width: auto;
}

.single #content .navigation .nav-next a {
	padding-left: 20px;
}	

/* Nextgen - Imagebrowser */

.single #content .ngg-galleryoverview {
	padding-left: 3px;
	width: 610px;
	overflow: hidden;
}

.single #content .ngg-imagebrowser-nav a {
	text-decoration: none;
}

.single #content .ngg-imagebrowser-nav .back,
.single #content .ngg-imagebrowser-nav .anzahl,
.single #content .ngg-imagebrowser-nav .next {
	float: left;
	margin-right: 10px;
}

.single #content .ngg-imagebrowser-nav p.ngg-imagebrowser-title {
	clear: left;
	margin-bottom: 10px;
	padding-top: 10px;
	color: #777;
}

.single #content .ngg-imagebrowser-nav p.ngg-imagebrowser-title strong {
	color: #000;
}


.single #content ul.ngg-gallery-list {
	margin: 0 0 20px;
	width: 610px;
	padding: 0;
}

.single #content ul.ngg-gallery-list li {
	display: block;
	float: left;
	margin: 10px 10px 10px 0;
	padding: 0 !important;
	background: none !important;
}

.single #content .ngg-gallery-list img:hover { opacity: .33; }


/* Widgets
************************************************************************************/

#primary .widget-container,
#secondary .widget-container {
	padding-top: 20px;
	width: 298px;
	background: url(img/bg-sidebar-widget-top.gif) no-repeat left top;
} 

#primary .textwidget,
#secondary .textwidget {
	display: block;
	padding: 0 17px 5px;
	width: 264px;
	background: url(img/bg-sidebar-widget-bottom.gif) no-repeat left bottom;
}  


/* Menue
************************************************************************************/

#access {
	position: absolute;
	top: 79px;
	right: 20px;
	width: 700px;
	background: none;
}

#access .menu-header,
div.menu {
	font-size: 14px;
	width: 700px;
}

#access .menu-header li,
div.menu li {
	float: right;
}

#access a {
	color: /*#005B9A*/ #005B9A;
	font-family: 'Georgia', 'Times', serif;
}

#access li:hover > a,
#access ul ul :hover > a {
	color: #999;
	background: none;
}

#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #999;
}

* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #999;
}


/* Schriften
************************************************************************************/

body {
	color: #666;
	font-size: 14px;
	font-family: 'PTSansRegular', Arial, sans-serif;
}

#content .entry-title {
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 20px 2px;
	width: 684px;
	font-family: 'Georgia', 'Times', serif;
}

#content h3 {
	font-size: 36px;
	line-height: 42px;
}

#content h4 {
	margin-top: 100px;
	font-size: 36px;
}

#content h5 {
	margin-top: 160px;
	color: #666;
	font-size: 28px;
}

#content .entry-content {
	color: #666;
	line-height: 24px;
	font-size: 18px;
	font-family: 'PTSansNarrowRegular', Arial, sans-serif;
}

#content em {
	color: #005B9A;
	font-style: normal;
}

#content strong {
	color: #000;
	font-weight: normal;
}

#primary,
#secondary {
	color: #000;
}


/* Links
************************************************************************************/

a:link, a:visited {
	color: #666;
	outline: none;
	text-decoration: none;
}

a:focus, a:hover {
	color: #000;
	text-decoration: underline;
}


#primary a:link, #primary a.visited,
#secondary a:link, #secondary a.visited {
	color: #000;
}


/* Formulare
************************************************************************************/

.ddfmwrap {
	width: 600px !important;
}

.ddfm {
	position: relative;
	padding: 0 !important;
	width: 600px !important;
	color: #666 !important;
	font-size: 16px;
	font-family: 'Georgia', 'Times', serif;
}

.ddfm input,
.ddfm textarea {
	color: #666 !important;
	border: none;
	background: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.ddfm input {
	padding: 3px 20px !important;
	height: 33px;
	font-family: 'Georgia', 'Times', serif;
	background: url(img/bg-field.gif) no-repeat right top;
}

.ddfm input#fm_name { margin-right: 18px; width: 249px; background: url(img/bg-ddfm-haelfte.gif) no-repeat left top; }
.ddfm input#fm_vorname { width: 249px; background: url(img/bg-ddfm-haelfte.gif) no-repeat left top; }
.ddfm input#fm_strasse { margin-right: 15px; width: 374px; background: url(img/bg-ddfm-zweidrittel.gif) no-repeat left top; }
.ddfm input#fm_nummer { width: 127px; background: url(img/bg-ddfm-drittel.gif) no-repeat left top; }
.ddfm input#fm_plz { margin-right: 15px; width: 127px; background: url(img/bg-ddfm-drittel.gif) no-repeat left top; }
.ddfm input#fm_ort { width: 374px; background: url(img/bg-ddfm-zweidrittel.gif) no-repeat left top; }
.ddfm input#fm_telefon { margin-right: 18px; width: 249px; background: url(img/bg-ddfm-haelfte.gif) no-repeat left top; }
.ddfm input#fm_email { width: 249px; background: url(img/bg-ddfm-haelfte.gif) no-repeat left top; }
.ddfm input#fm_verify { width: 127px; background: url(img/bg-ddfm-drittel.gif) no-repeat left top; }

.ddfm .textareawrapper {
	padding: 15px 0 0 !important;
	width: 599px !important;
	background: url(img/bg-textarea-top.gif) no-repeat left top;
}

.ddfm textarea {
	margin: 0 0 15px !important;
	padding: 0 20px 15px !important;
	width: 559px !important;
	min-height: 283px !important;
	background: url(img/bg-textarea-bottom.gif) no-repeat left bottom;
}

.ddfm .fmradio {
	margin: 24px 0 0 !important;
}

.ddfm .fmradio input {
	float: left;
	margin: 0 8px 0 0 !important;
	width: auto !important;
}

.ddfm label,
.ddfm span.required,
.ddfm .credits {
	position: absolute;
	top: -10000px;
	left: -10000px;
}

.ddfm .fmradiolabel {
	float: left !important;
	position: relative;
	top: 0;
	left: 0;
	font-weight: normal;
	font-size: 16px;
	font-family: 'Georgia', 'Times', serif;
	line-height: 32px;
}

.ddfm img {
	padding-top: 5px;
}

.ddfm .fmfullblock {
	color: #666 !important;
}

.ddfm .submit input {
	position: absolute;
	right: -25px;
	bottom: -110px;
	padding: 0 !important;
	width: 90px !important;
	color: #005B9A !important;
}

.ddfm .submit input:hover {
	color: #999 !important;
	text-decoration: none;
}

/* Elemente ausblenden
************************************************************************************/

.post-edit-link,
#slider .slidenav .next,
#slider .slidenav .prev,

#site-title a span,
#site-description {
	position: absolute;
	top: -10000px;
	left: -10000px;
}