/*  
Theme Name: Drunkey Love
Theme URI: http://www.el73.be/drunkey-love/themes/
Description: Drunkey Love theme for Wordpress
Version: 1.6
Author: Kevin Wetzels
Author URI: http://www.el73.be/

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/

/**-----------------------------------------------------------------------------
** HTML ELEMENTS
**/ 
html, body {
	padding: 0;
	margin: 0;
	font: 100%/150% "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 0.9em;
	background: #fff;
	color: #333;		
}

a {
	color: #333;	
}

a:link,
a:visited,
a:active,
a:focus  {
	color: #666;
}

a:hover {
	color: #AA723A;
}

html * {
	margin: 0;
}

h1, h2, h3, h4 {
	margin-top: 15px;
	font: 1.5em, "Apple Garamond", "Times New Roman", "Garamond", serif;
	line-height: 1.7em;
	margin-bottom: 0;
	color:#AA723A;
}

h1 {
	font-size: 1.9em;
}

abbr, acronym {
	cursor: help;
	border-bottom: 1px dashed #999;	
}

hr {
	display: none;
}

/**-----------------------------------------------------------------------------
** HEADER
**/ 
#header {
	height: 50px;
	background: black;
}

#header a:hover, #header .current_page_item {
	background: #AA723A;
	color: #FFFFFF;
}

#title {
	vertical-align: text-bottom;
	float: left;
	width: 200px;
	height: 50px;
	font: "Apple Garamond", "Garamond", serif;
	text-align: right;
	background-color: #000000;
	color: #FFFFFF;	
	font-weight: bold;
}

#title a {
	display: block;
	width: 200px;
	height: 50px;
	line-height: 50px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: #FFFFFF;	
	font-weight: bold;
}

#title a:hover {
	background: transparent;
	color: #AA723A;
}

#title .current_page_item {
	background: transparent;
	color: #FFFFFF;
	font-weight: bold;
}

#pages {
	list-style-type: none;
	list-style-image: none;
	margin: 0 0px 0 0;
	color: #FFFFFF;
}

#pages li {
	float: left;
	width: 80px;	
}

#pages a {
	display: block;
	height: 50px;
	width: 80px;	
	line-height: 50px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	color:#FFFFFF;
}

#pages_2 {
	list-style-type: none;
	list-style-image: none;
	margin: 0 0px 0 0;
}

#pages_2 li {
	float: left;
	width: 110px;	
}

#pages_2 a {
	display: block;
	height: 50px;
	width: 110px;	
	line-height: 50px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	color: #FFFFFF;
}

#pages_3 {
	list-style-type: none;
	list-style-image: none;
	margin: 0 0px 0 0;
}

#pages_3 li {
	float: left;
	width: 200px;	
}

#pages_3 a {
	display: block;
	height: 50px;
	width: 200px;	
	line-height: 50px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	color: #FFFFFF;
}

#header a {
	text-decoration: none;
}

#header a:hover {
	text-decoration: none;
}

#pages_unter {
	list-style-type: none;
	list-style-image: none;
	margin: 0px 0px 0px 80px;
	color: #FFFFFF;
}

#pages_unter_show {
	list-style-type: none;
	list-style-image: none;
	margin: 0px 0px 0px 350px;
	color: #FFFFFF;
}

#pages_unter_show li {
	float: left;
	width: 120px;
	background: #AA723A;
}

#pages_unter_show a {
	display: block;
	height: 30px;
	width: 120px;	
	line-height: 30px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	color:#FFFFFF;
}


#pages_unter li {
	float: left;
	width: 120px;
	background: #AA723A;	
}

#pages_unter a {
	display: block;
	height: 30px;
	width: 120px;	
	line-height: 30px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	color: #FFFFFF;
	
}

#title_unter {
	vertical-align: text-bottom;
	float: left;
	width: 200px;
	height: 30px;
	font: "Apple Garamond", "Garamond", serif;
	text-align: right;
	background: red;
}

#title_unter a {
	display: block;
	width: 200px;
	height: 30px;
	line-height: 30px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#header_unter {
	height: 30px;
}

#header_unter a:hover {
	background: #35992A;
	color: #FFFFFF;
}

#header_unter a {
	text-decoration: none;
	
}

#header_unter .current_page_item {
	background: #35992A ;
	color: #FFFFFF;
}


/**-----------------------------------------------------------------------------
** CONTENT
**/ 
.main, #content {
	width: 900px;
	margin: 0 auto;
}

/**-----------------------------------------------------------------------------
** PRIMARY CONTENT (ENTRIES, COMMENTS, ...)
**/ 
#primary {
	width: 650px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 0px;
	float: left;	
}

#primary p {
		margin-top: 0.1em;
		margin-bottom: 0.1em;
		padding: 0.6em 0px;
        line-height: 152%;
}

/**-----------------------------------------------------------------------------
** SECONDARY CONTENT (SIDEBAR STUFF)
**/ 
#secondary {
	padding-left: 0px;
	padding-top: 10px;
	width: 200px;
	float: right;
	font-size: 0.9em;
}

#secondary h2 {
	font-size: 1.5em;
}

ul.linklist, ul.linklist ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}

ul.linklist ul {
	border: none;
}

ul.linklist a, ul.linklist ul a {
	padding: 0.2em 0;
	width: 100%;
	display: block;
	text-decoration: none;
	color: #333;
}

ul.linklist ul a {
	width: 95%;
	padding-left: 5%;
}

ul.linklist a:hover {
	background: #AA723A;
	color: #fff;
}

/**-----------------------------------------------------------------------------
** FOOTER
**/ 
#footer {
	clear: both;
	font-size: 0.8em;
	padding: 20px 0;
	text-align: center;
}

#footer .main {
	border-top: 1px solid #ccc;
	color: #666;
}

/**-------------------------------------------------------------------------------
** HELPER
**/
p#topBox {
          padding: 20px 0px 0px 0px;
		  font-size: 90%;
}

#link a:link,
#link a:visited,
#link a:active,
#link a:focus {
		  text-decoration: none;
}

#link a:hover {
     	  text-decoration: underline;
}

#link li {
          list-style-image: url(../images/link.gif);
          list-style-type: none;
          width: 400px;
          text-decoration: none;
          font-family: Arial, sans-serif;
          margin-left: 0;
}

#einruecken p{
	padding: 0 0 0 50px;
}

.tab1{

	margin-top:10px;
	margin-bottom:20px;
	vertical-align: left;
}

.tab1 td{
	padding:7px;
	text-align: center;
	vertical-align: middle;}
	

