/* 
Theme Name: Gutschein7.de - Theme
Theme URI: http://Gutschein7.de
Description: Gutschein7 theme for WordPress
Version: 1.0
Author: Dimitri Makarovic
Author URI: http://Makarovic.de
Start: 03.01.2010
Letzte Änderung: 05.01.2010
*/

/* -- Allgemeine Styles  -- */
p, form, fieldset, select, input, ul, ol, li, img, h1, h2, h3, h4, h5, h6, dl, dt, dd {
	padding:0;
	margin:0; 
}

body {
	background:#FFFFFF url(images/bg.png) repeat-x;
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0;
}

img {
	border: none;
}

a {
	color:#f88800;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
	color:#000000;
}

a:active, a:focus, button:focus, button:active  {
	outline: 0;
}

ul {
	list-style: none;
}

h1 {
	margin: 0 0 10px 0;
	color: #f88800;
	font-size: 22px;
}

h2 {
	margin: 0 0 6px;
	font-size: 16px;
	color:#f88800;
}

h3 {
	margin: 0 0 3px;
	font-size: 14px;
	color:#f88800;
}

h4 {
	margin: 0 0 3px;
	font-size: 14px;
	color:#2a2a2a;
}
	
.clear {
	clear: both;
}

.button {
	background: #FFFFFF;
	padding: 5px;
	border: 1px dotted #f88800;
	font-size: 14px;
	font-weight: bold;
	color: #f88800;
	cursor: pointer;
}
.button:hover {
	border: 1px dotted #000000;
	color: #000000;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}
.center {
	text-align: center;
}

.close {
	display: block;
	width: 39px;
	height: 39px;
	background: transparent url(images/close.png) no-repeat 0 0;
	text-indent: -9999px;
}

.close:hover {
	background: transparent url(images/close.png) no-repeat 0 -39px;
}

.zumshop {
	display: block;
	width: 199px;
	height: 39px;
	background: transparent url(images/fenster_maximieren.png) no-repeat 0 0;
	text-indent: -9999px;
}

.zumshop:hover {
	background: transparent url(images/fenster_maximieren.png) no-repeat 0 -39px;
}

.red {
	color: #F00;
}

/*- Admin Help  -*/
.post-edit-link {
	padding: 3px 0 3px 18px;
	background: transparent url(images/edit.png) no-repeat left center;
	font-weight: bold;
}

/*-- Wrapper  --*/
#wrapper {
	margin: 0px auto;
	background: transparent url(images/wrapper_bg.jpg) no-repeat center top;
	width: 930px;
}

/*-- Header  --*/
#header {
	position: relative;
	z-index: 50;
	background: url(images/bg.png) repeat-x;
	height: 140px;
}

#header #logo {
	position: absolute;
	top: 10px;
	left: 2px;
}

#header p#infotext {
	position: absolute;
	top: 111px;
	left: 10px;
	color: #FFFFFF;
}

#header #suche {
	position: absolute;
	top: 15px;
	right: 10px;
}

#header #suche p {
	margin: 0 0 8px 0;
	font-size: 14px;
	font-weight: bold;
	color: #595959;
}

#header #suche #pos {
	position: relative;
	background: transparent url(images/suche_bg.png) no-repeat;
	width: 409px;
	height: 34px;
}

#header #suche #pos #searchbox {
	position: absolute;
	top: 2px;
	left: 10px;
	width: 340px;
	height: 30px;
	font-size: 24px;
	font-weight: bold;
	color: #cccccc;
	background: none;
	border: none;
}

#header #suche #pos #searchbutton {
	position: absolute;
	top: 2px;
	right: 3px;
	width: 45px;
	height: 28px;
	text-indent: -9999px;
	background: none;
	border: none;
	cursor: pointer;
}

/*-- Navigation  --*/
#navi {
	position: relative;
	top: -11px;
	margin: 0 0 10px 0;
	width: 930px;
	height: 41px;
	overflow:hidden;
}

#navi li {
	float: left;
	margin: 0 2px;
	padding: 0 0 0 20px;
	height: 41px;
	background: transparent url(images/navi_button-left.png) no-repeat 0 0;
}

#navi li a {
	display: block;
	padding: 7px 20px 0 0;
	height: 34px;
	background: transparent url(images/navi_button-right.png) no-repeat right;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
}

#navi li a:hover,
#navi li.current a:hover {
	text-decoration: none;
	color: #faa43d;
}

#navi li.current a {
	color: #f88800;
}



/*-- Sidebar  --*/
.sidebar {
	float: left;
	width: 210px;
}

.sidebar a {
	color: #2d1b05;
}

.sidebar a:hover {
	text-decoration: none;
	color: #f88800;
}

/*-- Sidebar Box --*/
.sidebar .box {
	width: 210px;
	margin: 0 0 25px 0;
}

.sidebar .box h3 {
	margin: 0;
	padding: 4px 5px 0 11px;
	width: 194px;
	height: 27px;
	background: url(images/sidebar_box-head.png) no-repeat;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: normal;
	overflow: hidden;
}

.sidebar .box .post {
	padding: 10px 15px;
	width: 180px;
	background: url(images/sidebar_box-bg.png) repeat;
}

/*- Kategorie Navi -*/
.sidebar .box.kategorie .post {
	padding:10px 10px;
	width: 190px;
}
.sidebar .box.kategorie li {
	line-height: 18px;
}

/* Unter Kategorien verbengen */
.sidebar .box.kategorie li .children {
	margin: 3px 0;
	display: none;
}
.sidebar .box.kategorie li.current-cat .children {
	display: block;
}
.sidebar .box.kategorie li.current-cat-parent .children {
	display: block;
}
/* Unter Kategorien verbengen - Ende */

.sidebar .box.kategorie li.current-cat a {
	font-weight: bold;
}

.sidebar .box.kategorie li.current-cat-parent a {
	font-weight: bold;
}

.sidebar .box.kategorie li .children a {
	font-weight: normal;
}

.sidebar .box.kategorie li.current-cat-parent .children li.current-cat a {
	font-weight: bold;
}

.sidebar .box.kategorie li a {
	display: block;
	padding: 0 0 0 15px;
	background: url(images/navi_punkt.png) no-repeat 0 5px;
}

.sidebar .box.kategorie li ul {
	padding: 0 0 0 12px;
}

/*- Neueste Gutscheine  Teaser -*/
.sidebar .box.neueste_gutscheine .post {
	padding: 8px 6px;
	width: 198px;
}

.sidebar .box.neueste_gutscheine ul li {
	margin: 0px 0 6px 0;
	padding: 4px 3px;
	background: url(images/weiss_25_bg.png) repeat;
	border: 1px dashed #f88800;
	text-align: center;
	overflow: hidden;
}
.sidebar .box.neueste_gutscheine ul li:hover {
	background: url(images/weiss_50_bg.png) repeat;
}
.sidebar .box.neueste_gutscheine ul li a {
	display: block;
	font-size: 11px;
}
.sidebar .box.neueste_gutscheine ul li img {
	margin: 0 0 2px 0;
}

/*- Social Media -*/
.sidebar .box.socialmedia p {
	margin: 0 0 12px 0;
}

.sidebar .box .get_rss {
	position: relative;
	top: 4px;
	display: block;
	width: 180px;
	height: 102px;
	background: url(images/rss.png) no-repeat 0 0;
	text-indent: -9999px;
}

.sidebar .box .get_rss:hover {
	background: url(images/rss.png) no-repeat 0 -102px;
}

/*-- Content --*/
.content {
	float: left;
	margin: 0 14px 25px 14px;
	padding: 15px 13px;
	border: 1px solid #dbdbdb;
	width: 454px;
	background: #FFFFFF url(images/content_bg.png) no-repeat 0 0;
}
/*-- 2col Content --*/
.content.col2 {
	float: left;
	margin: 0 0px 25px 14px;
	padding: 15px 13px;
	border: 1px solid #dbdbdb;
	width: 678px;
	background: #FFFFFF url(images/content_bg.png) no-repeat 0 0;
}


.content h1 {
	margin: 0 0 10px 0;
	color: #f88800;
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
}

.content h2 {
	margin: 0 0 6px 0;
	color: #f88800;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}

.content h3 {
	margin: 0 0 3px 0;
	color: #f88800;
	font-size: 14px;
	font-weight: bold;
}

.content h4 {
	margin: 0;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}

.content h5 {
	margin: 0;
	color: #f88800;
	font-size: 12px;
	font-weight: bold;
}

.content p {
	margin: 0 0 12px 0;
	color: #000000;
	font-size: 12px;
	line-height: 16px;
}

.content ul {
	margin: 0 0 12px 20px;
}

.content ul li {
	list-style: disc;
}
/*- Top Gutscheine -*/
.content .topshop {
	margin: 0 0 25px 0;
	padding: 15px;
	width: 424px;
	height: 148px;
	background: url(images/top_gutscheine_bg.png) no-repeat;
	text-align: center;
	overflow: hidden;
}

.content .topshop img {
	margin: 7px 6px;
	border: 1px dotted #f88800;
}

.content .topshop img:hover {
	border: 1px solid #f88800;
}

/*- Gutscheine -*/
.content .gutschein {
	position: relative;
	margin: 0 0 15px 0;
	padding: 10px 15px;
	background: url(images/gutschein.png) no-repeat;
	width: 412px;
	height: 118px;
	overflow: hidden;
}

.content .gutschein h2 {
	padding: 0 0 0 8px;
	margin: 0 0 6px 0;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	text-transform:none;
}
.content .gutschein h2 a {
	color: #000000;
}

.content .gutschein a:hover {
	text-decoration: none;
}

.content .gutschein p {
	padding: 0 0 0 8px;
	margin: 0 0 5px;
	width: 390px;
	font-size: 16px;
	font-weight: bold;
	color: #f88800;
	text-transform: uppercase;
}

.content .gutschein img {
	position: absolute;
	bottom: 14px;
	right: 45px;
}

.content .gutschein .get_button {
	position: absolute;
	bottom: 11px;
	left: 15px;
	display: block;
	width: 270px;
	height: 41px;
	background: url(images/button-gutschein_ansehen.png) no-repeat 0 0;
	text-indent: -9999px;
}

.content .gutschein .get_button:hover {
	background: url(images/button-gutschein_ansehen.png) no-repeat 0 -41px;
}

/*- Aktionen -*/
.content.col2 .aktion {
	position: relative;
	margin: 0 0 16px 0;
	padding: 8px;
	width: 662px;
	min-height:114px;
	background: #ffffcc;
	border-top: 1px dashed #f88800;
	border-bottom: 1px dashed #f88800;
}

.content.col2 .aktion h2 {
	position: relative;
	left: 243px;
	margin: 0 0 2px 0;
	width:417px;
	font-size: 24px;
	font-weight: bold;
	line-height: 26px;
	color: #323232;
	text-transform: none;
}

.content.col2 .aktion h2 a {
	font-size: 24px;
	font-weight: bold;
	line-height: 26px;
	color: #323232;
}

.content.col2 .aktion h2 a:hover {
	color: #F88800;
	text-decoration: none;
}

.content.col2 .aktion p {
	position: relative;
	left: 243px;
	margin: 0 0 6px 0;
	width:417px;
	font-size: 12px;
	font-weight: bold;
	color: #3b3b3b;
}

.content.col2 .aktion img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	margin:8px 0 8px 8px;
	padding: 1px;
	width: 230px;
	height: 110px;
	border: 1px solid #f88800;
}

.content.col2 .mehr_button {
	position: relative;
	left: 245px;
	display: block;
	width: 236px;
	height: 14px;
	background: url(images/mehr_button.png) no-repeat 0 0;
	text-indent: -9999px;
}

.content.col2 .mehr_button:hover {
	background: url(images/mehr_button.png) no-repeat 0 -14px;
}



/*- Sexy Bookmarkts -*/
.content .sexy-bookmarks {
	margin: 15px 0;
}
/*- Kommentare -*/
.content #kommentare {
	margin: 20px 0;
	padding: 15px 10px;
	border: 1px dotted #F88800;
	background: #FFFFFF url(images/content_bg.png) no-repeat 0 0;
}

.content #kommentare ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.content #kommentare ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.content #kommentare ul.commentlist li {
	margin: 0px 0 15px 0;
	padding: 1px 0;
	border-bottom: 1px dotted #F88800;
}

.content #kommentare #comment {
	width: 426px;
}

/*- Pager -*/
.content .pager {
	margin: 5px 0;
	padding: 5px 0;
}

.content .pager .next_gutschein a {
	float: left;
	display: block;
	width: 169px;
	height: 36px;
	background: url(images/weitere_vorherige-button.png) no-repeat 0 0;
	text-indent: -9999px;
}
.content .pager .next_gutschein a:hover {
	background: url(images/weitere_vorherige-button.png) no-repeat 0 -36px;
}

.content .pager .prev_gutschein a {
	float: right;
	display: block;
	width: 187px;
	height: 36px;
	background: url(images/weitere_vorherige-button.png) no-repeat -169px 0;
	text-indent: -9999px;
}
.content .pager .prev_gutschein a:hover {
	background: url(images/weitere_vorherige-button.png) no-repeat -169px -36px;
}

/*- Gutschein Seite -*/
.content #expire {
	margin: 5px 0;
	font-size: 13px;
	font-weight: bold;
	color: #f93a07;
	text-transform:uppercase;
}

.content #showGC {
	padding: 3px;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	border:1px dotted #F88800;
}

.content #showGC:hover {
	color: #F88800;
	font-size: 12px;
	text-decoration: none;
}

.content #codeGC {
	color: #000000;
	font-size: 13px;
	font-weight: bold;
}
.content #codeGC span {
	padding: 0 0 0 3px;
	border-bottom:1px dashed #F88800;
}

.content #iframeHolder {
	display: none;
	margin: 15px 0;
	padding: 2px;
	border:1px dashed #F88800;
}

.content #iframeHolder #info {
	position: relative;
	margin: 0 0 5px 0;
	padding: 5px;
	height: 30px;
	background: #f3f3f3;
	border-bottom: 1px dashed #F88800;
}
.content #iframeHolder h3 {
	padding: 0 0 0 10px;
	font-size: 22px;
}
.content #iframeHolder .close {
	position: absolute;
	top: -14px;
	right: -14px;
}
.content #iframeHolder .zumshop {
	position: absolute;
	top: -14px;
	right: 21px;
}
/*- Post Info -*/
.content .postmetadata {
	margin: 5px 0;
	font-size: 10px;
}
.content .postmetadata p {
	margin: 0;
	font-size: 10px;
}
/*- Kategorie Beschreibung -*/
.content .cat_beschreibung {
	margin-bottom: 15px;
	border-bottom: 1px dashed #F88800;
}

/*-- Footer  --*/
#footerwrapper {
	margin: 30px 0 0 0;
	background: transparent url(images/footer_bg.png) repeat-x;
	height: 231px;
}

#footer {
	position: relative;
	margin: 0 auto;
	width: 930px;
	height: 231px;
}

#footer #footerNavi {
	position: absolute;
	top: 20px;
	right: 10px;
	color:#f88800;
	font-size: 11px;
}

#footer #footerNavi li {
	display: inline;
}

#footer #footerNavi li a:hover {
	color: #faa43d;
}

#footer #copyright {
	position: absolute;
	bottom: 20px;
	right: 10px;
	width: 236px;
	height: 50px;
	background: url(images/copyright.png) no-repeat;
	color: #f88800;
}

#footer #copyright p {
	position: absolute;
	right: 2px;
	bottom: 5px;
	font-weight: bold;
}

#footer #partner {
	position: absolute;
	top: 30px;
	left: 20px;
	width: 440px;
}

#footer #partner h3 {
	margin: 0 0 10px 0;
	padding: 0 0 3px 0;
	font-size: 14px;
	font-weight: bold;
	color: #f88800;
	text-transform: uppercase;
	border-bottom: 2px solid #f88800;
}

#footer #firefox {
	position: absolute;
	bottom: 10px;
	left: 20px;
}

#footer #rss_abonnieren {
	display:block;
	position: absolute;
	top: 83px;
	right: 10px;
}