/*
Theme Name: The Whykiki Theme
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>. Die deutsche Bearbeitung erfolgte durch <a href="http://wordpress-deutschland.org/">WordPress-Deutschland.org</a>.
Version: 1.6
Author: The Whykiki	
Author URI: http://www.thewhykiki.de	


*/



* {
    padding: 0;
    margin: 0;
} 

body{
	background:#FFF;
	background-image:url(images/BG.jpg);
	background-position:top center;
	background-repeat:repeat-x;
	margin: 0px;
	padding:0px;
}

body{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
        color: #15484D;
}

#header{
	width: 1050px;
	height: 113px;
	background-image:url(images/header-logo.jpg);
	background-repeat:no-repeat;
}

#navigation{
	padding-top: 17px;
	width: 690px;
	height: 40px;
	margin-left: 390px;
}

#flash{
	width: 646px;
	height: 327px;
	background-image:url(images/carousel.jpg);
	background-repeat:no-repeat;
	float:left;
}

#slogan{
	width: 404px;
	height: 327px;
	background-image:url(images/slogan.jpg);
	background-repeat: no-repeat;
	float:left;
}

#top-divider{
	width: 1050px;
	height: 51px;
	background-image:url(images/top-divider.jpg);
	background-repeat:no-repeat;
	float:left;
}

p {
	margin: 0;
	padding: 5px;
    margin-top: 5px;
}

img { 
    border: none; 
}

a { 
    color: #878C8D; 
    text-decoration: none; 
}

a:hover { 
    text-decoration: underline; 
    color : #000; 
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 4px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 4px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}
.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}
.center {
	text-align: center;
}

#wrap {
    margin: 0 auto;
    width: 1050px;
}

/* ************** NAVIGATION *************************************
*****************************************************************/

#navigation ul.menu{
	list-style-type:none;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#navigation ul.menu li{
	line-height: 50px;
	float:left;
	text-align:center;
	width: 131px;
	display:block;
}

#navigation ul.menu li a{
	color: #FFF;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	font-size: 13px;
	font-weight: bold;
	display:block;
	width: 131px;
	height: 37px;
	line-height: 37px;
	
}

#navigation ul.menu li a:hover{
	text-indent: -10px;
	background-image:url(images/mainbutton-neu.png);
	background-repeat:no-repeat;
}

#navigation ul.menu li.active a{
	text-indent: -10px;
	background-image:url(images/mainbutton-neu.png);
	background-repeat:no-repeat;
}

/* ************** INHALT ****************************************
*****************************************************************/

#content {
    padding: 10px 20px;
}

.articles {
    border-top: 1px #bbb dotted;
}

#content .showtags {
    background: #FFFFFF;
    padding-left: 5px;
    line-height: 20px;
    border-bottom: 1px solid #bbb;
    border-top: 1px dashed #bbb;
}

#content a img {
    padding: 1px;
    border: 2px solid #fff;
    background: #fff;
}

#content a img:hover {  
    padding: 1px; 
    border: 2px solid #bbb; 
    background: #bbb; 
}

.right {
    width: 638px;
    float: right;
    text-align: justify;
}

.right h2 {
    color: #15484D;
    font-size: 18px;
    font-weight: 600;
    padding : 15px 0 15px 0;
}


.right h2 a {
    color: #15484D;
}

.right h2 a:hover {
    background: #15484D;
    color: #fff;
    text-decoration: none;
}

.right ul {
    padding-left: 3em;
}

.right ol {
    padding-left: 3em;
}

.count {
    float: right;
}


/* ************** SIDEBAR ***************************************
*****************************************************************/

.left {
    width: 367px;
    float: left;
}

.left ul {
    list-style-type: none;
    padding: 5px 10px 10px 10px;
}

.left ul ul{
    margin:0.1667em 0;
    padding:0 0 0 15px;
}

.left h2 {
	background-image:url(images/sidebar-hover.gif);
	background-repeat:no-repeat;
	width: 336px;
	height: 33px;
	color: #FFF;
        text-align:center;
        line-height: 30px;
}

.left a { 
    text-decoration: none;
    color: #15484D;
}

.left a:hover {
    background: #15484D;
    color: #fff;
}

/* ************** FOOTER ****************************************
*****************************************************************/

#bottom-divider{
	width: 1050px;
	height: 51px;
	background-image:url(images/bottom-divider.jpg);
	background-repeat:no-repeat;
	float:left;
}

#footer{
	width: 1050px;
	float:left;
	text-align:center;
	margin-top: -40px;
}

#footer a{
	color: #15484D;
}

#footer a:hover{
	background:#15484D;
	color: #FFF;
	text-decoration:none;
}

#footer{
	color: #15484D;
}


/* Search */

#search {
	width: 150px;
	height: 25px;
	background: #fff;
	border: none;
}

#search #x {
	display: none;
}

#search #s {
	padding: 6px 10px 5px 10px;
	width: 127px;
	height: auto;
	background: none;
	border: none;
	font: normal 10px Century Gothic;
	color: #878C8D;
}

#search br {
	display: none;
}

blockquote {
	margin: 0 0 0 1.5em;
	padding-left: 1em;
	border-left: 5px solid #bbb;
}

#avatar {
    float: right;
}

#spacer {
    padding-top: 10px;
    border-bottom: 1px #bbb dashed;
}

code{
     background: #e6e6e6;
     width: 600opx;
     border: 1px solid #999;
     display:block;
}
