﻿/*
Theme Name: G-Fans Blog
Theme URI: http://g-fans-blog.de
Version: 1.0
Author: WbM-Design &amp; IT-Management
Author URI: http://wbm-design.de
*/

/*************************************
 +Containers
 *************************************/
* {	
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
	outline:none;
}

body{
    /*background:#1A2A30 url(./images/background.jpg) repeat top left;*/
	background:#274a70 url(./images/bg_grafic.jpg) repeat-x top center;
	/*background-color:#1a2b32;*/
	color:#343434;
	font: 0.75em/120% Arial, Tahoma, Verdana, Helvetica, sans-serif;
	line-height:1.5;
	margin:0;
	padding:0;
	text-align:center;
}

#wrap{
    background: #fff url(images/wrap-bg.jpg) repeat-y;
	margin:0 auto;
	text-align:left;
    width:900px;
}

#content{
	font-size:1.2em;
	float:left;
	padding: 21px;
	width:580px;
}

#sidebar{
	font-size:1.1em;
    font-weight:bold;
	float:right;
	margin-top:16px;
	width:240px;
    padding:4px;
    margin-right:15px;
}

#header{
	margin:0 auto;
	padding:0;
    background:#fff url(./images/header.jpg) no-repeat top;
    height:220px;
    width:880px;
}

#footer{
	width:880px;
	height:60px;
    margin:0 auto;
    background:#fff url(./images/footer.jpg) no-repeat top left;
	color:#fff;
	font-size:0.9em;
	padding:0;
}
#sitemapTop {
	float:right;
	height:20px;
	line-height:20px;
	padding:0 20px 0 0;
}
#login {
	width:60px;
	height:20px;
	line-height:20px;
	float:right;
	text-align:right;
	padding:0 20px 0 0;
}
#register {
	width:100px;
	height:20px;
	line-height:20px;
	float:right;
	text-align:right;
	padding:0 10px 0 0;
}
#headerNews {
	/*background: url(images/newsbanner.jpg) top left no-repeat;*/
	background: #f0f0f0 url(images/newsbox-bg.jpg) repeat-x bottom;
	border:2px solid #cdcdcd;
	color:#00699B;
	text-align:left;		
	width: 840px;
	height:215px;
	margin: 5px 0 0 20px;	
	padding: 7px 10px;
}

#headerNewsText {
	width:590px;
	height:100%;
	overflow:hidden;
	background: url(images/border-line.jpg) repeat-y top right;
}

#headerNewsSidebar {
	width: 237px;
	height:100%;
	float:right;
	overflow:hidden;
}

#headerNewsSidebar li {
	background: url(images/new.png) left no-repeat;
	margin:2px 0;
	padding: 0 0 0 20px;
	line-height:18px;
	/*font-size:14px;*/
	font-weight:bold;
}

#headerNewsSidebarBilderupdate {
	width: 227px;
	height:85px;
	border: 1px solid #cdcdcd;
	background: #fff;
	padding:3px;
	margin-bottom:2px;
}

#headerNewsSidebarInterneNews {
	width: 227px;
	height:65px;
	border: 1px solid #cdcdcd;
	background: #fff;
	padding:3px;
	margin-bottom:2px;
}

#headerNewsSidebarInterneNews li a {
	color:#565656;
}

#headerNewsSidebarBookmark {
	width: 227px;
	height:35px;
	border: 1px solid #cdcdcd;
	background: #fff;
	padding:3px;
	margin-bottom:2px;
	color:#565656;
}

#headerNewsSidebar li a, #headerNewsSidebar li a:hover, #headerNewsSidebar li a:visited {
	font-weight:bold;
}
#headerNewsSidebar li a:hover{
	color:#ff0000;
}

#adSense {
	background: #cdcdcd;
	width:864px;
	height:16px;
	border:none;
	text-align:left;
	margin: 0 0 0 20px;
}

/*************************************
 +Header List
 *************************************/
#menu{
    height:28px;
	/*margin:0 auto; */
	margin-top: 62px;
	padding:0;
	float:right;
}

#menu ul{
	list-style-type:none;
	margin-right: 7px;
    /* float:right; */ /*Probleme im Internetexplorer */
	/*padding:0 0 0 183px;*/
}

#menu li{
	display: inline;
}

#menu li a, #menu li a:visited{
    background:transparent url(./images/menu_gray.png) no-repeat;
	/*background:transparent url(./images/menu_white.png) no-repeat;*/
	height:28px;
    width:84px;
    padding-top: 5px;
	color: #000;
    font-weight: bold;
    font-size: 1.1em;
    text-align: center;
	text-decoration: none;
    float:left;
	/*margin-right: 1px;*/
}

/*
#menu li a:hover, #menu li a:active{
    background:transparent url(./images/menu_red.png) no-repeat; 
    color:#fff;
}
*/

#menu li a:hover{
    background:transparent url(./images/menu_red.png) no-repeat; 
    color:#fff;
}
#menu li a:active, #menu li.current_page_item a, #menu li .current_page_item a, #menu li .current_page_parent a, #menu li .current_page_ancestor a, #home .on  {
    background:transparent url(./images/menu_red.png) no-repeat; 
    color:#000;
}



/*************************************
 +Überschriften
 *************************************/
h1 {
	color:#274b73;
} 

h2 {
	color:#437098;
}
 
h1, h2, h3{
	font-weight:normal;
	margin:0;
}
#pagetop h1{
	font-family: "Lucida Grande", Arial, sans-serif;
	padding: 5px 0 0 40px;
	font-size:1.9em;
	color:#fff;
	letter-spacing:1px;
}
#pagetop h1 a,
#pagetop h1 a:visited {
	color:#fff;
    text-decoration:none;
}
#pagetop h1 a:hover,
#pagetop h1 a:active {
	color:#E0E8F8;
    text-decoration:none;
}
#header h1{
	padding: 40px 27px 27px 30px;
	font-size:1.6em;
	color:#fff;
	letter-spacing:2px;
}

#sidebar h2 {
	font-size:1.3em;
	font-weight:bold;
}




/*************************************
 +Styles
 *************************************/
.entrytitle {
    height:47px;
    background:#fff url(./images/content_h.jpg) no-repeat; 
}
.entrytitle h2{
	font-size:1.3em;
    padding:0 0 0 10px;
}
.entrytitle h2 a{
	color:#fff;
}
.entrytitle h2 a:hover{
	color:#eee;
	text-decoration:none;
}
.entrytitle .date {
	font-size:10px;
    padding:0 0 0 10px;
	color:#fff;
}

#sidebar h3{
	color:#000;
	font-size:1.5em;
	margin:2px;
    font-weight:bold;
}

.kat{
    background:transparent url(./images/kat.jpg) no-repeat;
	width:238px;
	height:35px;
}
.laste{
    background:transparent url(./images/laste.jpg) no-repeat;
	width:238px;
	height:35px;
}
.lastc{
    background:transparent url(./images/lastc.jpg) no-repeat;
	width:238px;
	height:35px;
}
.archiv{
    background:transparent url(./images/archiv.jpg) no-repeat;
	width:238px;
	height:35px;
}
.suche{
    background:transparent url(./images/suche.jpg) no-repeat;
	width:238px;
	height:35px;
}
.rssf{
    background:transparent url(./images/rssfeed.jpg) no-repeat;
	width:238px;
	height:35px;
}
.information{
    background:transparent url(./images/information.jpg) no-repeat;
	width:238px;
	height:35px;
}
.links{
    background:transparent url(./images/links.jpg) no-repeat;
	width:238px;
	height:35px;
}
.kalender{
    background:transparent url(./images/kalender.jpg) no-repeat;
	width:238px;
	height:35px;
}
.poll{
    background:transparent url(./images/umfragen.jpg) no-repeat;
	width:238px;
	height:35px;
}
.newsletter{
    background:transparent url(./images/news.jpg) no-repeat;
	width:238px;
	height:35px;
}

.zufallsbilder{
    background:transparent url(./images/zufallsbilder.jpg) no-repeat;
	width:238px;
	height:35px;
}

.countdown{
    background:transparent url(./images/countdown.jpg) no-repeat;
	width:238px;
	height:35px;
}


/*************************************
 +Entry
 *************************************/
.entry {
	margin-bottom: 3em;
}

.entry a{
	color:#1E689B;
}
.entry a:hover{
	color:#ec2d32;
	text-decoration:underline;
}

.entry p{
    padding:4px 4px 12px 4px;
	/*text-align:justify;*/
}
.entry ul{
	list-style-type:none;
    padding:4px;
	margin: 5px 25px 20px 25px;
}
.entry li{
    border-left:2px solid #121212;
    padding-left:4px;
    margin-top:2px;
    display:block;
}
.entry blockquote {
	margin:20px;
	padding:1px 10px 1px 40px;
	background: transparent url( images/quote.png ) top left no-repeat;
}
.entry code{
    padding:4px;
    background:#ccc;
}
.entry h3{
    padding:2px;
    margin:2px;
    font-weight:bold;
    font-size:1.2em;
}
.postinfo {
	font-size: 0.7em;
}
.entrybody {
	margin-top: 10px;
}
.entrymeta {
	background:#EFEFEF;
	border-top: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
	margin-top: 5px;
	color: #000;
	font-size: 1em;
	padding:3px 5px;
}
.entrymeta a{
	color:#585858;
}
.author {
	font-weight: bold;
	color: #FF6300;
}
.comments {
	/*background: #fff url(./images/comment.jpg) no-repeat;*/
	background: url(./images/comment.jpg) no-repeat;
	font-weight: bold;
    padding-left:20px;
	height:16px;
	font-size:11px;
}

.folder {
	/*background: #fff url(./images/folder.jpg) no-repeat;*/
	background: url(./images/folder.jpg) no-repeat;
	font-weight: bold;
    padding-left:20px;
	height:16px;
	font-size:11px;
}


.filedto {
	/*background: #fff url(./images/filed.jpg) no-repeat;*/
	background: url(./images/filed.jpg) no-repeat;
	font-weight: bold;
    padding-left:20px;
	height:16px;
	font-size:11px;
}

.postmetadata {
    background-color: #F2F6F8;
	border: 1px solid #E1E1E1;
	padding: 0.5em;
    color: #000;
 	margin-top: 30px;
}

/*************************************
 +Content Boxen
 *************************************/
ul#feeds {
    padding-left:10px;
	list-style-type:none;
	margin:0;
}

#feeds a {
	display:block;
	margin-left:30px;
	color:#263B43;
}

#feeds a:hover {
	color:#000;
}


#liveSupport {
	margin: 0 0 5px 0;
}


/*************************************
 Sidebar List
 *************************************/
#sidebar ul{
	width:230px;
	list-style-type:none;
	padding:0;
    padding-top:5px;
    padding-bottom:10px;
    padding-left:0px;
}
#sidebar ul li{
	padding:0 0 0 8px;
}
#sidebar li{
	display: block;
    font-size: 0.9em;
    text-align: left;
	text-decoration: none;
}
#sidebar li a, #sidebar li a:visited {
	display: block;
	text-decoration: none;
	padding: 3px 5px 3px 10px;
}
#sidebar li a:hover, #sidebar li a:active {
    background:#ef2d2d;
    color:#fff;
}
 
#sidebar-links li img, #sidebar-links li img:visited {
	border:1px solid #999;
	display: block;
	text-decoration: none;
	padding: 0;
	margin: -3px 0 -2px -10px;
}
#sidebar-links li img:hover {
    border:1px solid #F01E27;
    color:#fff;
}



/*************************************
 +Footer
 *************************************/
#footer p{
	padding-top:10px;
	padding-left:13px;
	font-size:10px;
	font-weight:bold;
}

#footer a, #footer a:visited {color:#D1E6EF}
#footer a:hover{color:#eee}



/*************************************
 +Comments
 *************************************/
.commentlist blockquote {
	margin:10px;
	padding:5px 10px 5px 25px;
	background: #f2f6f8 url( images/quote.png ) top left no-repeat;
	border: 1px dotted #939393;
	color:#1e689b;
} 

.commentsblock{
	margin:0;
	padding:0;
}

.commentauthor{
	display:block;
	font-size:1.5em;
}
ol.commentlist{
	color:#000;
	font-size:0.9em;
	list-style-type:none;
	margin:0;
	margin-top:1.5em;
	padding:0;
}
.commentlist li{
	padding:0.5em 0.5em 0.5em 0;
}

.alt{
    background-color: #f7f7f7;
	border-top: 1px solid #939393;
	border-bottom: 1px solid #939393;
	padding: 0.8em;
    color: #000;
}

.normal{
	padding: 0.8em;
    color: #000;
}

h3#comments{
	font-size:1.3em;
}

h3#respond{
	font-size:1.3em;
    margin-top: 30px;
}

.countcomment{
	color:#000;
}

.commentmetadata
{
	font-size:0.8em;
	line-height:16px;
	margin: 0 0 5px 0;
	display:block;
}

.cnr {
	text-align:right;
	font-weight:bold;
	font-size:16px;
	margin: 0 0 0 10px;
	color:#25486E;
}

/*************************************
 +Misc
 *************************************/

a{
	color:#565656;
	text-decoration:none;
}
a:hover{
	color:#000;
}

.nodisplay {
    left: -5000px;
    position:absolute;
}
.bold {
    font-size:1em;
    font-weight:bold;
}
.search {
	width:238px;
	padding:12px;
	font-size:11px;
}
.entry img {
    max-width:580px;
    border:2px solid #939393;
	padding:1px;
	margin:3px 5px;
}
input
{
   	border: 1px solid #939393;
   	padding: 4px;
   	font-size: 1.1em;
}

textarea
{
   	border: 1px solid #939393;
   	padding: 2px;
   	font-size: 1.0em;
}

.clear img{
	margin:0;
	padding:0;
	border:none;
}

/* WP-Calender */
#wp-calendar {
	width:180px;
	margin:0 auto;
	text-align:center;
	font-size:11px;
}
#wp-calendar #today {
	border: 1px solid #ef2d2d;
	background-color:#ececec;
	padding: 0 0 0 2px;
	font-weight:bold;
}
#wp-calendar caption {
	color:#ef2d2d;
	text-align:left;
	margin-left:20px;
}
#wp-calendar a {
	color:#585858;
}
#wp-calendar a:hover {
	color:#ef2d2d;
}
#wp-calendar #next a, #wp-calendar #next  {
 	padding-right: 5px;
 	text-align: right;
}

#wp-calendar #prev a, #wp-calendar #prev {
 	padding-left: 5px;
 	text-align: left;
}

/* Kommentar Quicktags Hack */
.quicktags input { 
    background: white;
	border-top: 1px solid #939393;
	border-right: 1px solid #939393;
	border-bottom:none;
	border-left: 1px solid #939393;
	font-size:9px;
	color: #000000;
	margin: 0 1px;
	width: auto;
}

.quicktags input:hover { 
    background: #ede9e3;
	border-top: 1px solid #939393;
	border-right: 1px solid #939393;
	border-bottom:none;
	border-left: 1px solid #939393;
	font-size:9px;
	color: black;
}

/* Pagebar */
.pagebar 
	{ 
		font: 11px Arial, Helvetica, sans-serif; 
		padding-top: 2px; 
		padding-bottom: 2px; 
		margin: 0px; 
	}

.pagebar a, .pageList .this-page 
	{
		padding: 2px 6px; 
		border: solid 1px #ddd; 
		background: #fff; 
		text-decoration: none;
	}

.pagebar a:visited 
	{
		padding: 2px 6px; 
		border: solid 1px #ddd; 
		background: #fff; 
		text-decoration: none;
	}

.pagebar .break 
	{
			padding: 2px 6px; 
			border: none; 
			background: #fff; 
			text-decoration: none;
	}

.pagebar .this-page 
	{
		padding: 2px 6px; 
		border-color: #999; 
		font-weight: bold; 
		font-size: 13px; 
		vertical-align: top; 
		background: #fff;
	}
	
.pagebar a:hover 
	{
		color: #fff; 
		background: #36679f; 
		border-color: #036; 
		text-decoration: none;
	}

/* Parse Tabelle */
.eisTable {
	margin:0;
	border: 1px solid #999999;
	padding: 1px;
	/*width:580px;*/
	width:100%;
	font-size:80%;
}
.eisTable td {
	padding: 0 3px;
}
.trKopf {
	font-weight:bold;
	background-color:#25486e;
	color:#FFFFFF;
}
.trEis {
	background-color: #ef2d2d;
}
.trGerade {
	background-color: #ede9e3;
}
.trUngerade {
	background-color:#ffffff;
}

/* WP-Table */
th a {
	font-weight:bold;
	color:#FFFFFF;
}

/* Userliste */
.userfoto {
	width:30%; 
	float:right; 
	text-align:center;
}
.userinfo {
	width:69%;
	border-right:2px dotted #CCCCCC;
}
.userdaten ul {
	margin:0px;
}
.userdaten li {
	border:none;
}


/* weather div */
#weather ul li {
	text-align:center;
}


/* Spry */
.sprybox {
	border:1px solid #666666; 
	background:#E9E9E9; 
	padding:2px 8px;
}
.spryhr {
	border-top:1px solid #666666; 
	border-bottom:1px solid #F2F2F2; 
	width:100%;
}

.detailsanzeigen {
	margin:0;
	padding:0;
	text-align:right;
}

.detailscontent {
}

.pointer {
	cursor:pointer;
}


/* Begin News */
.entrybodyNews {
	margin-top: 0;
	font-weight:normal;
}
.newsInfo {
	float:right;
}
.newsInfoImage {
	float:left;
	padding-bottom:10px;
}
.newsInfo img, .newsInfoImage img {
	border:none;
}

#headerNewsText h2, #headerNewsSidebar h2 {
	/*border-bottom:1px solid #437098;*/
	font-size:1.3em; 
	font-weight:bold; 
	margin-bottom:3px;
}

#headerNewsText ul {
	list-style:none;
	border:none;
	margin:0;
	padding:0;
	width:575px;
	font-weight:bold;
	color: #343434;
}

#headerNewsText ul li {
	list-style:none;
	border:1px solid #fff;
	border-bottom:1px solid #cdcdcd;
	margin:0;
	padding:3px;
}

#headerNewsText ul li a {
	color: red;
}

#headerNewsText ul li:hover {
	background:#fff;
	border:1px solid #cdcdcd;
	list-style:none;
}

/* End News */

/* Begin Fontsize */
#fontsize {
	height:20px;
	margin: 10px 10px 0 200px;
}
/* End Fontsize */



/*************************************
 Seachform
 *************************************/
.button {
	height:26px;
	line-height:26px;
	width:60px;
	vertical-align: top;
	margin:0 2px 0 0;
	padding:2px 3px;
	float:left;	
	font-size:12px;
}

.searchform-input {
	height:20px;
	line-height:20px;
	width:400px;	
	vertical-align: top;
	margin:0 0 0 3px;
	padding:2px 3px;	
	font-size:12px;
}

.sidebar-button {
	height:26px;
	line-height:26px;
	width:60px;
	vertical-align: top;
	margin:0 2px 0 0;
	padding:2px 3px;
	float:left;	
	font-size:12px;
}

.sidebar-searchform-input {
	height:20px;
	line-height:20px;	
	width:140px;
	vertical-align: top;
	margin:0 0 0 3px;
	padding:2px 3px;	
	font-size:12px;
}

.img-search {
	float:left;
	margin: 0 10px 20px 0;
}

/*************************************
 Archive
 *************************************/
.archivesList {
	border:1px solid #999;
	padding:10px;
	margin:5px 0;
	font-size:90%;
}


/*************************************
 Template based Login
 *************************************/
#templateBasedLogin ul li {
	list-style:none;
}

.infoBox {
	border:1px solid #e1e1e1;
	background: #f2f6f8;
	padding:5px 10px;
	margin: 5px 0 10px 0;
}

.infoBoxBookmark {
	border:1px solid #e1e1e1;
	background: #f2f6f8;
	padding: 0.5em;
	margin: 5px 0 10px 0;
	font-size: 11px;
}

/****** Images ****************************/

#content img.left { float:left; margin:0 12px 12px 0; }
#content img.center { display:block; margin:0 auto 5px auto; }
#content img.right { float:right; margin:0 0 12px 12px; }

#content .postIMG {
	border:none; 
	margin:0 0 0 -4px; 
	padding:0;
}


/****** Sitemap ****************************/
#sitemap li {
	border-left:none;
}