/*
	Rename this file to k2scheme.css, and keep all your CSS changes in
	here, so as to minimize 'the damage'. This will make it easier for
	you to upgrade and debug problems.
	
	Also, if you want to create a scheme for K2 for distribution, you
	should make as few changes as possible to other files, so as to
	make it easier for people who want to retain a clean and easily
	upgradeable K2 install.
	
	Author Name	: guy.brush
	Author Site	: http://pl0g.de
	Scheme Name	: pl0g.de pinkradio
*/

/*- Headings */

h1 { /* H1 is the title in the header */
	font-size: 3em;
	/* font-weight: bold;
	letter-spacing: -1px; */
	margin: 0;
	padding: 75px 40px 0;
	}

body {
/*	font-size: 62.5%; Resets 1em to 10px */
/*	font-family: 'Lucida Grande' Myriad Apple, Verdana, Arial, Sans-Serif; */
	color: #CC2288;
	background-color: #FFFFFF;
	text-align: center;
	margin: 00px 0 00px;
	background: url('repeatback.png') center center !important;
}
	
#page {
/*	background: #FFFFFF; */
	background: top center no-repeat url(headercowgirl.jpg);
	text-align: left;
	margin: 0 auto;
	padding: 0;
/*	position: relative; */
	width: 800px;
	/* _width: 880px; */
	border: 1px solid #DEDEDE;
	border-top-style: none;
}

* html #page { width: 790px } /* IE hack */
	
#header {
/*	background: top center no-repeat url(headercowgirl.jpg);  */
	background-color: transparent !important;
	padding: 0;
	margin: 0;
	position: relative;
	height: 350px;
}

#primary {
	width: 500px;
/*	padding-top: 10px; */
}

#header .description
{
	color: #CC2288 !important;
	margin-left: 50px !important; 
}

.secondary {
	width: 25%;
	color: #555;
	/*margin-top: -16px;*/
}

/*- Main Menu in Header */

ul.menu li a {
	padding: 5px 13px 6px;
}
	
ul.menu
{
	padding: 6px 13px 7px;
}
	
ul.menu li a {
	text-transform: lowercase;
	color: #4C4C4C;
	background-color: #FFFFFF;
	margin: 0;
	border: 1px solid #CC2288;
/* 	opacity:.50;  */
	}

ul.menu li a:hover {
	background: #ffffff;
	color: #CC2288 !important;
	text-decoration: none;
/*  opacity:.70;  */
	}

ul.menu li.current_page_item a {
	color: #FFFFFF !important;
	background: #BCB5B1;
	text-decoration: none;
	font-weight:bold;
/*  opacity:.70;  */
}

ul.menu li.current_page_item a:hover {
	background: #FFFFFF;
	color: #707070 !important;
	text-decoration: none;
	font-weight:bold;
/*  opacity:.70;  */
	}
	
h1, h1 a, h1 a:hover, h1 a:visited,
#header .description {
	text-decoration: none !important;
}

h2, h2 a, h2 a:visited,
h3, h3 a, h3 a:visited,
h4, h4 a, h4 a:visited {
	color: #CC2288;
	text-decoration: none;
	}
	
#header .description { /* Blog description, under blog title */
/*	font-size: 1em; */
	text-decoration: strong;
	margin: 0 0 0 40px;
	color: #FFFFFF;
	}
	
.metadata { /* Time and category for blog entries, i added the color tag*/
	display: block;
	color: #707070;
	}
	
/*- Links */
a:hover, a:visited:hover {
	text-decoration: none;
	}
	
h2 a:hover, h2 span a:hover {
	color: #CC2288 !important;
	}

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

.entry-content a:visited {
	color: #CC2288;
	}
	

#primary .item .itemtext { /* Textausrichtung in den Beiträgen */
	text-align: justify;
	}

/* IE-Hacks */
/* IE7*/
*:first-child+html li.admintab {
  padding-top: 6px;
  padding-bottom: 7px;
   }
   
/* IE6 and older */
* html .admintab {
  padding: 6px 13px 7px;
 }
/* IE-Hacks end */


