/**
 * Theme Name: Abidat Standard Template
 * Description: Der erste Wordpress Template von Sebo erstellt mit Hybrid theme framework.
 * Version: 0.1
 * Author: Sebajdin Alla&ccedil;i
 * Author URI: http://www.amplify-media.de
 * Tags: schick, f&uuml;r ABIDAT
 * Template: hybrid
 */

/* Get base CSS */
@import url('../hybrid/library/css/20px.css');

/* Get plugins CSS */
@import url('../hybrid/library/css/plugins.css');

/* Get drop-downs CSS */
@import url('../hybrid/library/css/drop-downs.css');

/* Uncomment the below line if using the Hybrid Tabs plugin */
/* @import url('tabs.css'); */

/* Body */
body {
	font: 14px/22px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #364b56;
	background: url(images/background.jpg) repeat 0 0;
	}

/* Body container */
#body-container {
	width: 960px;
	margin: 0px auto;
	}
	
/* Paragraphs */
p {
	margin: 12px 0 12px 0;
	
	}

/**
* Elements
************************************************/

/* Links */
a {
	color: #364b56;
	}
a:hover {
	text-decoration: underline;
	}

/* Headers */
h1, h2, h3, h4, h5, h6 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	}
h2 {
	font-size: 20px;
	}
h3 {
	font-size: 16px;
	margin-bottom:0px;
	}
h4 {
	font-size: 15px;
	}
h5 {
	font-size: 14px;
	}
h6 {
	font-size: 13px;
	}

/* Lists */
.content ul {
	list-style: none;
	
	}
.content ul li {
	overflow: hidden;
	
	}

/* Blockqoutes */
blockquote {
	overflow: hidden;
	margin: 0 10px;
	padding: 0 0 0 20px;
	background: url(images/blockquote.jpg) no-repeat 0 0;
	}
blockquote blockquote {
	padding: 0 10px;
	font-size: 12px;
	color: #666;
	background: transparent;
	}
blockquote.pullquote {
	width: 200px;
	margin: 9px 0 3px 0;
	padding: 6px 9px;
	font-size: 18px;
	text-align: center;
	color: #333;
	background: transparent;
	border-top: 3px double #e9e5d5;
	border-bottom: 3px double #e9e5d5;
	}
.pullquote p {
	margin: 0;
	}
span.pullquote {
	float: none !important;
	margin: 0 !important;
	}

/* Code */
code {
	padding: 0 3px;
	background: url(images/dark.jpg) repeat 0 0;
	}
pre {
	overflow: auto;
	background-color:#c8e228;
	}

/* Alignment */
.alignleft, .left {
	float: left;
	margin-right: 10px !important;
	}
.alignright, .right {
	float: right;
	margin-left: 10px !important;
	}
.aligncenter, .center {
	display: block;
	margin: 0 auto 20px auto;
	}
.block {
	display: block;
	margin: 0 0 20px 0;
	}
.clear {
	clear: both;
	}

/* Tables */
table {
	width: 100%;
	margin-bottom: 20px;
	border-spacing: 1px;
	}
th {
	
	
	}
td {
	
	}
th, td {
	padding-bottom: 10px;
	padding-top:0px;
	}

/* Drop caps */
.drop-cap {
	float: left;
	line-height: 30px;
	margin: 6px 6px 0 0;
	padding: 0 9px 3px 9px;
	font-size: 36px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #b4a681;

	}

/* Warnings, notes, errors, and downloads */
.note, .download, .warning, .alert, .error {
	padding: 24px;
	border: 1px solid #e2decc;
	}

/**
* Images
************************************************/
.post img {
	max-width: 598px;
	border:2px solid #e2decc;
	margin: 0px 5px 5px 0px !important;
	}

/* Captions [caption] */
.wp-caption {
	max-width: 598px;
	padding: 5px 0 10px 0;
	background: #e2decc url(images/photo-bg.gif) repeat-x 0 bottom;
	text-align: center;
	}
.wp-caption p.wp-caption-text {
	margin: 0;
	padding: 0 5px;
	text-align: right;
	font-size: 11px;
	color: #b10135;
	}
.wp-caption img, .wp-caption a img {
	max-width: 468px;
	margin: 0 auto;
	padding: 0 !important;
	background: transparent;
	border: 1px solid #d0ccbc;
	}

/* Thumbnails */
.thumbnail {
	float: left;
	width: 55px;
	height: 55px;
	margin: 10px 0 0 20px;
	}

/* Gallery [gallery] */
.gallery {
	margin-bottom: 24px !important;
	}
.gallery img {
	border: none !important;
	}
/**
* Unternehmensgruppe
************************************************/

#abgroup {
	float: left;
	height: 20px;
	width:40%;
	display: block;
	padding-top:4px;
	padding-left:0px;
	margin-left:22px;
	color: #003153;
	font-style:normal;
	}	
	
/**
* Header
************************************************/	
	
#header {
	width: 960px;
	height: 140px;
	margin: 0 auto;
	padding: 0 0px;
	background-color:#FFF;
	}
	
#logo {
	float: right;
	display: block;
	width: 256px;
	height: 95px;
	}
	
#logo a {
	float: right;
	display: block;
	width: 256px;
	height: 95px;
	
	}
	

#site-title {
	float: right;
	display: block;
	width: 256px;
	height: 95px;
	
	
	
	}
#site-title a {
	float: right;
	display: block;
	width: 256px;
	height: 95px;
	background: url(images/abidat_logo.gif) no-repeat 0 0;
	}
	
#site-description {
	margin: 10px 0 0 10px;
	float: left;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	text-transform: lowercase;
	color: #000;
	}

/**
* Navigation
************************************************/
#navigation {
	width: 960px;
	height: 24px;
	margin-left:0px;
	background-color:#FFF;
	}
/**
* Category Navigation
************************************************/
#cat-navigation {
	width: 960px;
	height: 22px;
	margin: 0 auto 20px ;
	font: normal normal 11px/12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	
	background-color:#fff;
	
	}
#cat-nav {
	float: right;
	width: 50%;
	height: 22px;
	background-color:#FFF;
	padding-right: 30px;
	}
#cat-navigation ul {
	list-style: none;
	
	}
#cat-navigation li {
	float: right;
	}
#cat-navigation a {
	display: block;
	padding-top:4px;
	padding-left:0px;
	margin-left:22px;
	text-transform: uppercase;
	color: #003153;
	background: url(images/bullet.gif) no-repeat left 7px; 
	padding-left:10px;
	line-height:12px;

	}
#cat-navigation a:hover {
	display: block;
	padding-top:4px;
	padding-left:0px;
	margin-left:22px;
	text-transform: uppercase;
	text-decoration:none;
	border-bottom:1px dotted #b20135;
	color: #b20135;
	background: url(images/bullet.gif) no-repeat left 7px; 
	padding-left:10px;
	}

#cat-nav li li a {
	width: 160px;
	font: normal normal 11px/12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 8px 10px;
	}
	
#cat-nav li.current-cat a {
	color:#b20135;
	border-bottom:1px dotted #b20135;
	}
#cat-nav li.current-cat li {
	background: url(images/bullet.gif) no-repeat left 7px;
	}
/**
/* Page navigation */
#page-nav {
	float: left;
	padding-left:24px;
	width: 900px;
	}
#page-nav ul {
	float: left;
	list-style: none;
	padding:0px;
	
	}
#page-nav ul.menu {
	width: 900px;
	}
#page-nav li a {
	display: block;
	margin-right:20px;
	font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #1789EA;
	background: url(images/dashes_a.jpg) no-repeat left 4px; 
	padding-left:12px;
	}
#page-nav li a:hover {
	display: block;
	margin-right:20px;
	font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	text-decoration:none;
	color:#b20135;
	background: url(images/dashes_a.jpg) no-repeat left 4px; 
	padding-left:12px;
	border-bottom:1px dotted #b20135;
	}
#page-nav li.current_page_item a {
	color:#b20135;
	border-bottom:1px dotted #b20135;
	}
#page-nav li.current_page_item li {
	color: white;
	background: #f3efe4 url(images/dark.jpg) repeat 0 0;
	}

/* Drop-down styles */
#page-nav ul ul {
	background: #f3efe4 url(images/dark.jpg) repeat 0 0;
	}
#page-nav li li {
	background: transparent;
	border-bottom: 1px solid #e1dac8;
	}
#page-nav li li a {
	padding: 10px;
	background: transparent;
	}

/* Search */
#navigation .search {
	float: right;
	width: 190px;
	height: 29px;
	background: url(images/search.jpg) no-repeat 0 0;
	}
#navigation input {
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 7px 0 0 0;
	background: transparent;
	border: none;
	}
#navigation .search-text {
	float: left;
	width: 136px;
	padding: 7px 10px 0 10px;
	color: #7e7558;
	}
#navigation .search-submit {
	float: left;
	width: 34px;
	font-weight: bold;
	color: #80713d;
	}
#navigation .search-submit:hover {
	cursor: pointer;
	}

/**
* Container (content and widget areas)
************************************************/
#container {
	overflow: hidden;
	width: 960px;
	background-color:#FFF;
	padding-top:0px;
	margin-top:0px;
	}

#headerdyn {
	width: 960px;
	height:154px;
	margin-bottom:0px;
	}
/* Splash */
#splash {
	overflow: hidden;
	height: 154px;
	margin-top:0;
	background: url(images/frische1.png) no-repeat 0 0;
	}
#splash .widget {
	float: left;
	overflow: hidden;
	width: 170px;
	margin: 0 20px 0 0;
	padding: 0;
	color: #365426;
	background: transparent;
	border: none;
	}
#splash .widget-title {
	color: #365426;
	}

/**
* Content
************************************************/
.content {
	overflow: hidden;
	float: left;
	width: 622px;
	padding-bottom:24px;
	}
#hfeed {
	overflow: hidden;
	float: left;
	width: 622px;
	border:1px solid yellow;
	}
.page-template-no-widgets .content, .no-widgets .content {
	width: 960px;
	}

/* Posts */
.post {
	overflow: hidden;
	margin: 0 0px 0px 0px;
	color: #333;
	background-color:#FFF;
	}	

/* Entry title */
.entry-title,  .post-title {
	color: #b10135;
	overflow: hidden;
	padding-left:24px;
	padding-top:24px;
	margin-top:0px;
	margin-bottom:0px;
	font: 22px "Helvetica Neue", Helvetica, Arial, sans-serif;
	
	}

/* Post Entry */
.entry-content, .entry-summary {
	overflow: hidden;
	margin-left:24px;
	margin-top:0px;
	padding-top:0px;
	padding-right:0px;
	font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#364b56;
	}
	
.entry-content ul {
	overflow: hidden;
	margin-top:0px;
	margin-left:0px;
	padding-top:0px;
	padding-right:0px;
	color:#364b56;
	
	}
	
.entry-content li {
	background: url(images/list-img.gif) no-repeat left 6px; 
	margin-left: 0px;
	padding-left:16px;
	margin-top:0px;
	
	

	}
.more-link {
	color:#b10135;
	padding-right: 15px;
	background: url(images/more-link.jpg) no-repeat right 3px;
	}

.more-link:hover {
	color: #0378c9;
	padding-right: 15px;
	background: url(images/more-link_a.jpg) no-repeat right 3px;
	}

.sectionwidget {
	font: 12px/18px "Helvetica Neue", Helvetica, Arial, sans-serif;
	
}
/* Post Meta */
.entry-meta {
	overflow: hidden;
	padding: 20px 20px 5px 20px;
	font: 12px/22px "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: url(images/border.jpg) repeat-x 0 0;
	}
.entry-meta a {
	color: #708266;
	}

/* Multi-paged posts */
p.pages a {
	overflow: hidden;
	margin: 0 3px;
	padding: 0px 0px;
	background: url(images/dark.jpg) repeat 0 0;
	border: 1px solid #e2decc;
	}

.navigation-attachment {
	overflow: hidden;
	padding: 0 20px;
	margin-bottom: 20px;
	}

/* Series */
.series {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 14px 20px 0 20px;
	background: url(images/light.gif) repeat 0 0;
	border-top: 5px solid #e5e0d0;
	}
.series-title {
	margin: 0 0 6px 0;
	padding: 0 0 5px 0;
	font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #708266;
	border-bottom: 1px solid #e9e5d5;
	}
.series ul {
	margin-left: 0;
	}

/* Archives and other page types */
.category-info, .author-info, .date-info, .tag-info, .archive-info, .search-info {
	overflow: hidden;
	color: #333;
	padding-left:24px;
	padding-right:0px;
	margin-right:0px;
	background-color:#FFF;
	}
.page-template-biography .author-info {
	margin: 0;
	border: none;
	}
.page-title, .post-title, .category-title, .author-title, .date-title, .tag-title, .archive-title, .search-title, .error-404-title {
	margin-bottom: 0px;
	margin-top:0px;
	padding-top:24px;
	padding-bottom:0px;
	font: 26px "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color:#FFF;
	}
.category-description, .author-description, .date-description, .tag-description, .archive-description, .search-description {
	margin: 0 20px;
	}
.author-profile .avatar, .author-info .avatar {
	float: left;
	width: 55px;
	height: 55px;
	margin: 0 10px 0 0;
	padding: 5px 5px 10px 5px;
	background: #e2decc url(images/photo-bg.gif) repeat-x 0 bottom;
	}
.author-profile .author-name {
	margin-bottom: 0;
	}

/* Navigation links */
.navigation-links {
	overflow: hidden;
	height: 24px;
	margin: 0 0 0px 0;
	padding-left:24px;
	padding-bottom:5px;
	line-height: 14px;
	font-size: 14px;
	font-weight: bold;
	background-color:#FFF;
	}
.previous {
	float: left;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	width: 40%;
	padding-left: 20px;
	background: url(images/back.jpg) no-repeat 0 1px;
	}
.next {
	float: right;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	width: 40%;
	text-align: right;
	padding-right: 20px;
	background: url(images/next.jpg) no-repeat right 1px;
	}

/* WP PageNavi */
.wp-pagenavi {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 20px;
	background: url(images/light.gif) repeat 0 0;
	}
.wp-pagenavi .pages {
	margin-right: 6px;
	padding: 3px 6px;
	}
.wp-pagenavi .current, .wp-pagenavi .extend, .wp-pagenavi a {
	margin-right: 6px;
	padding: 3px 6px;
	border: 1px solid #e2decc;
	}

/**
* Widget Areas
************************************************/
#primary, #secondary {
	overflow: hidden;
	float: right;
	width: 308px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 19px;
	}
#secondary {
	clear: right;
	}

/* Widgets */
.widget {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 14px 24px 0 0px;
	background-color:#FFF;
	border-top: 5px solid #b10135; 
	}

/* Widget title */
.widget-title {
	margin: 0 0 6px 0;
	padding: 0 0 5px 0;
	font: 16px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-transform:uppercase;
	color: #b10135;
	border-bottom: 1px dotted #b10135;
	}

/* Widget lists */
.widget ul {
	list-style: none;
	margin-left: 0;
	}
.widget ul ul {
	margin: 0;
	}
.widget ul li {
	margin: 0 0 6px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #e9e5d5;
	}
.content .widget ul li {
	overflow: hidden;
	padding: 0 0 0px 7px;
	background: url(images/bullet.gif) no-repeat 0 9px;
	}
.widget ul li li, .content .widget ul li li {
	overflow: hidden;
	margin: 0 0 0 10px;
	padding: 2px 0 2px 7px;
	background: url(images/bullet.gif) no-repeat 0 9px;
	border: none;
	}
	

/* Utility widget areas */
#utility-before-content, #utility-after-content-1, #utility-after-page, #utility-after-single {
	margin: 0px 0px 0px 24px;
	}
#utility-after-content-1 a {
	color: #b10135 !important;
}

#utility-after-content-1 a:hover {
	color: #003153 !important;
	text-decoration:none !important;
	border-bottom:1px dotted #003153 !important;
}

#utility-after-content-1 .widget-title {
	text-transform:none;
	color:#0D647E;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
}

#utility-after-content-1 .widget {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 14px 24px 0 0px;
	background-color:#FFF;
	border-top: 0px; 
	}


/**

* Comments Template
************************************************/
#comments, #respond {
	overflow: hidden;
	height: 100%;
	margin: 0 0 20px 0;
	padding: 15px 0 20px 0;
	background: url(images/light.gif) repeat 0 0;
	border-top: 5px solid #e5e0d0;
	}
#comments #respond {
	padding: 15px 0 0 0;
	border: none;
	}

/* Comments header */
.comments-header, #reply {
	margin: 2px 0 20px 0;
	padding: 0 20px 18px 20px;
	font: normal normal 18px/19px "Helvetica Neue", Helvetica, Arial, sans-serif, serif;
	background: url(images/border.jpg) repeat-x 0 bottom;
	}
#comments #reply {
	margin-bottom: 0;
	padding: 0 0 20px 0;
	background: transparent;
	}
#comments .comments-header {
	margin-bottom: 0;
	}

/* Comments list */
#comments ol {
	list-style: none;
	overflow: hidden;
	clear: left;
	z-index: 0;
	margin: 0 20px;
	}
#comments ol ol {
	margin: 0 0 0 10px;
	}
#comments li {
	overflow: hidden;
	padding: 19px 0 0 0;
	}
#comments li li {
	margin: 0;
	padding-left: 20px;
	background: url(images/comment-thread.jpg) no-repeat 0 25px;
	}

/* Avatar */
#comments .avatar {
	overflow: hidden;
	float: left;
	width: 50px;
	height: 50px;
	margin: 5px 10px 0 0;
	padding: 5px 5px 10px 5px;
	background: #e2decc url(images/photo-bg.gif) repeat-x 0 bottom;
	}

/* Comment meta data */
.comment-meta-data {
	padding: 0 0 4px 0;
	font: 12px/22px arial, verdana, sans-serif;
	}
.comment-meta-data a {
	color: #708266;
	}

/* Comment author */
.comment-author cite {
	font: normal bold 14px/22px "Helvetica Neue", Helvetica, Arial, sans-serif;
	}
.comment-author a {
	color: #b10135;
	}

/* Comment text */
.comment-text {
	border-bottom: 1px solid #e5e0d0;
	}

/* Comments form */
#respond {
	padding: 15px 0 20px 0;
	}
#respond form {
	padding: 0 20px;
	}
#comments #respond form {
	padding: 0;
	}
#respond .form-author, #respond .form-email, #repsond .form-url {
	margin: 0 0 10px 0;
	}
#respond .form-author label, #respond .form-email label, #respond .form-url label {
	float: left;
	width: 70px;
	margin: 0 10px 0 0;
	padding: 5px 0 5px 10px;
	font: normal normal 12px/19px "Helvetica Neue", Helvetica, Arial, sans-serif, serif;
	background: url(images/comment-submit.jpg) repeat 0 0;
	}
.text-input {
	display: block;
	padding: 5px 5px 6px 5px;
	border: 1px solid #e9e5d5;
	}
#respond .text-input {
	width: 275px;
	}

#respond .form-textarea label {
	display: none;
	}
textarea {
	width: 98%;
	border: 1px solid #e9e5d5;
	}
#respond .form-submit {
	overflow: hidden;
	}
#respond .button {
	float: left;
	padding: 5px 30px;
	margin: 0 10px 10px 0;
	font: normal bold 12px/19px "Helvetica Neue", Helvetica, Arial, sans-serif, serif;
	color: #80713d;
	background: url(images/comment-submit.jpg) repeat 0 0;
	border: none;
	}
.button:hover {
	cursor: pointer;
	}

.comment-action {
	clear: both;
	}

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

/* Subsidiary */
#subsidiary {
	float: left;
	overflow: hidden;
	width: 622px;
	padding: 20px 0 0 20px;
	margin: 0 0 20px 0;
	background: url(images/light.gif) repeat 0 0;
	border-top: 5px solid #e5e0d0;
	}
#subsidiary .widget {
	float: left;
	overflow: hidden;
	width: 284px;
	margin: 0 20px 0 0;
	padding: 0;
	border: none;
	}

/* Footer */
#footer-container {
	clear: both;
	width: 960px;
	height:60px;
	background-color:#FFF;
	margin-bottom:24px;
	margin-top:24px;
	
	}

#footer {
	width: 912px;
	margin:auto auto;
	padding-top:8px;
	font: 11px/16px "Helvetica Neue", Helvetica, Arial, sans-serif;
	border-top:5px solid #b10135;
	background-color:#FFF;
	}
#footer a {
	color: #b10135;
	text-transform:uppercase;
	}
#footer .copyright {
	float: left;
	width: 45%;
	}
#footer .credit {
	float: right;
	text-align: right;
	width: 45%;
	}
.published {
	overflow: hidden;
	color:#0378c9;
	font: 11px/16px "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding-left:24px;
	padding-top:0px;
	margin-top:0px;
	margin-bottom:12px;
	
}

/* Some IE6-specific rules b/c it can't seem to handle background images correctly */
.ie6 blockquote, .ie6 .series, .ie6 .post, .ie6 .entry-title, .ie6 #primary, .ie6 #secondary, .ie6 #subsidiary, .ie6 .widget,
.ie6 .category-info, .ie6 .author-info, .ie6 .date-info, .ie6 .tag-info, .ie6 .archive-info, .ie6 .search-info,
#comments li{
	height: 100%;
	}

#formRow { margin-top:8px;}

.formLabel {
	position:relative;
	float:left;
	width:245px; 
	height: 100%;
	line-height:25px; 
	background-color:#364b56; 
	color:#ffffff;
	padding-left:8px; 
	padding-top:0px;
}
			    
.formInput {
	display:inline; 
	margin-left:8px;
}

input#txt { width: 320px; height:15px; border: 1px solid #364b56;}

select#slct {width:200px; height:25px;}

.formInput textarea { width:320px; border:1px solid #364b56;}

img#captcha { float:left; position:relative; left:8px; border:1px solid #364b56;}
input#captcha { width:239px; border:1px solid #364b56; height:17px; margin-left:8px; }
input#sendBtn { border:1px solid #364b56; float:right; margin-right:8px; }
