/*
Author Name     : Tobias Herold
Author Site     : http://www.vektorrausch.de
Style Name      : silberkueste
Style URI       : http://www.silberkueste.de
Version         : 1.0
Comments        : 2-Spalter mit 950px Breite, basierend auf K2 1.0
*/

/* Layout Anpassung
******************************************************************/

.columns-two #page {
	width: 950px;
}

.columns-two #primary {
	width: 650px;
	margin-right: 20px;
}

body.page-slug-galerie #gallery {
	width:910px;
}

body { font-size: 75%;
	background: #ffee99;
}

#page {
	border-color: #CFBC67;
}

#header {
	background: #B10A1E url(juliette_aa.jpg);
}

.secondary div p,
.secondary div ul { 
        margin-bottom: 10px;
}

.secondary div ul ul {
        margin-bottom: 0;
}

/* Schriften
******************************************************************/

#header p.description { /* Beschreibung unter Webseitenname */
	font-size: 130%;
}

.entry-content {
    color: #333333;
	font-size:120%;
	line-height: 135%;
}

.secondary .widget { /* Schriften in der Sidebar */
	font-size: 110%;
}

.secondary .widget h4 { /* Ueberschriften in der Sidebar */
	font-size: 110%;
    font-weight: bold;
}

p.moon { /* Mondphase */
       color: #B10A1E;
}

p.moon span { /* Mondphase Datum */
       color: #B10A1E;
}

/* Links und Menue
******************************************************************/

a:link, a:visited {
	color: #B10A1E;
}

h2 a:hover { /* Seitentitel */ 
	color: #444 !important;
	text-decoration: none !important;
	cursor: text;
}

ul.menu { /* Hauptmenue */
    font-weight: bold;
	font-size: 100%;
}

ul.menu li a {
	border-radius:0 !important;
	-moz-border-radius:0 !important;
}

ul.menu li a:link, ul.menu li a:visited {
	color: #fff;
	padding: 5px 10px 6px;
}

ul.menu li.current_page_item a,
ul.menu li.current_page_parent a {
	color:#222 !important;
}

ul.menu li.admintab {
	position: absolute;
	right: -100px;
}

/* Unterseiten Navigation */

.widget_navigo li,
.widget_page-menu li {
	margin-bottom: 5px;
} 

.widget_navigo a:link, .widget_navigo a:visited,
.widget_page-menu a:link, .widget_page-menu a:visited {
	display: block;
	padding-left: 5px;	
	height: 20px;
	width: auto;
	font-weight: bolder;
	text-decoration: none;
	border: 1px solid #b10a1e;
	background: #E1B378;
}

.widget_navigo a:hover,
.widget_page-menu a:hover {
	color: #fff;
	text-decoration: none;
	background: #b10a1e;
}


/* Galerie-SBM */

div.wpg2_widget_sidebargridblock_display {
	display: block;
	width: 210px;
	overflow: hidden;
	margin: 4px 0 20px;
}

div.wpg2_widget_sidebargridblock_display div {
	margin: 0;
}

div.wpg2sidebargrid-image {
	float: left;
	width: 66px !important;
	height: 66px !important;
	margin: 0 0 3px 3px !important;
	overflow: hidden !important;
	text-align: center;
	background: #000;
}

div.wpg2sidebargrid-image a img {
	float: left;
	min-width: 66px !important;
	min-height: 66px !important;
	margin: 0 !important;
}

/* Tabellen */

#primary table {
	display: block;
	width:100%;
	margin-bottom: 15px;
}

#primary table td {
	padding:5px;
	border:1px solid #ccc;
}


/* Elemente ausblenden
***************************************************************/

div.comments div.metalinks, .commentslink,
p.footerstyledwith, p.footerpoweredby, p.footerfeedlinks, p.footerstats {
	position:absolute;
	left:-10000px;
	top:-10000px;
}
