/*
	Style Name	: Panamec
	Version:	: 0.1
	Style URI	: http://www.radausflug.org
	Comments	: Panamericana Tour Style
	Author Name	: Phil
*/



/* 3 Spaltigkeit mit gegenüberliegenden Sidebars */
body.columns-three #primary {
	margin-left: 195px;
}

body.columns-three #sidebar-1 {
	left: -520px;
	margin-left: -195px;
}

body.columns-three .template-image #primary {
	margin-left: 0;
}
/* Hintergrundbild */
#header {
	background: black url('bg.jpg') center center no-repeat;
	height: 200px;
	}
/* Hintergrund hinter dem Blogfenster */
body {
	background: #333333;
	color: #bbb;
	margin: 0;
}
/* Hintergrundfarbe der Sidebars und Blog Seiten */
#page, ul.menu li.current_page_item a, ul.menu li.current_page_item a:hover {
	background-color: #161616;
	}

/* Links im Sidebar */
a, a:visited, .sidebar a:visited, .post p a:visited {
	color: #84AAD0;
	}

/* Aktueller Menüpunkt im Header */
ul.menu li.current_page_item a, ul.menu li.current_page_item a:hover {
	color: white !important;
	text-decoration: none;
	}
	
/* Hintergrund beim Hovern über Header-Menüpunkte */
ul.menu li a:hover {
	background-color: #333333;
	}
/* Überschriften der Widgets und Blogposts*/
h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, h4, h4 a, h4 a:hover, h4 a:visited {
	color: #4083BF !important;
	} 
/* Überschrift von Content-Seiten */
.entry-title, .entry-title a, .entry-title a:visited,
h2, h2 a, h2 a:visited,
h3, h3 a, h3 a:visited,
h4, h4 a, h4 a:visited {
	color: #4083BF;
	}
/* Links */
.entry-content a, .entry-content a:visited {
	color: #84AAD0;
	}
	
.entry-content {
	color: #CCCCCC;
	}
	
.entry-meta {
	color: #999999;
	}
#primary {
	position: relative;
	float: left;
	width: 500px;
	padding: 10px;
	background-color: #242424;
	min-height: 720px;
	}
.columns-three .secondary {
	width: 175px;
	}
	
.secondary {
	width: 200px;
	/*height: 2061px;*/
	float: left;
	font-size: 1.1em;
	line-height: 1.3em;
	color: #666;
	position: relative;
	padding: 0 10px;
	overflow: hidden;
/*	background-color: #161616;*/
	}

.entry-meta a,
.comment-meta a,
.entry-date,
.entry-time {
	color: #999999;
	}
/* Header Menu */
ul.menu li a {
	display: block;
	padding: 5px 15px;
	font-size: 1.1em;
	color: white;

	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	}
	

.widget_twitter {
	font-size: 10px;
	font-style: normal;	
}
.widget_twitter a.twitterwidget-title, .widget_twitter twitterwidget-title {
	font-style: normal;
	font-size: 18px;
}
.entry-meta widget_twitter {
	font-size: 8px;
	font-style: italic;
}
