@import url("menu.css") screen;
/* 
Theme Name: GloriousDay
Theme URI: http://wpthemeshop.com/
Description: <a href="http://wpthemeshop.com/free-themes/" title="GloriousDay Theme">GloriousDay</a> is a free wordpress theme, released by <a href="http://wpthemeshop.com" title="WordPress Theme Shop" target="_blank">WordPress Theme Shop</a>.
Version: 1.0
Author: Sadish Bala
Author URI: http://sadish.net
Author: Thomas Heuer <projekte@thomas-heuer.eu>
*/

/*
blau:
	171F36

ocker: (hell nach dunkel)
	aaa98b
	818052

orange:
	cc9966

violett/rot:
    571F36

grau: (hell nach dunkel)
	f3f3f3
	dddddd
	2e2e2e
*/

/* Elements */
* {
	margin:0;
	padding:0; }

body {
	margin: 0;
	padding: 0;
	background:#171f36;
	font-family: Verdana,Tahoma, Arial, Serif;	
	line-height: 1.6em;
	font-size: 10px; /* IE5 Win */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	font-size: 10px; /* easy scaling */
  	font-size: 0.76em;
	color: #333;
}

h1, h2, h3, h4, h5, h6 {
	margin: 20px 0 10px 0;
	padding: 0;
	font-family:Georgia, Tahoma, Verdana, Arial, Serif;
	font-weight:normal;
	color: #171F36;	}
h1 {
	font-size: 1.8em;
	font-variant: small-caps; }
h2 {
	font-size: 1.6em;
	line-height:1.4em; }
h3 {
	font-size: 1.5em;
	line-height:1.4em; }
h4 {
	font-size: 1.4em;
	line-height:1.3em; }
h5 {
	font-size: 1.3em;
	line-height:1.2em; }
h6 {
	font-size: 1.2em;
	line-height:1.1em; }

p, blockquote, ul, ol {
	margin-bottom: 0.5em; }

a:link, a:visited {
	color:#818052;
	text-decoration:none;
	border-bottom:#818052 1px dotted; }
a:hover,a:active {
	color: #880000;
	text-decoration:none;
	border-bottom:#880000 1px solid; }

/* linked headlines */
h1 a:link, h1 a:visited,
h2 a:link, h2 a:visited,
h3 a:link, h3 a:visited,
h4 a:link, h4 a:visited,
h5 a:link, h5 a:visited,
h6 a:link, h6 a:visited {
	color: #171F36;
	border: 0; }

/* read-more-link */
a.more-link:link, a.more-link:visited {
	color: #571F36;
	border: 0; }
a.more-link:hover, a.more-link:active {
	border: 0;
	text-transform: uppercase; }

.left, .alignleft {
	float:left;
	margin:0 1em 1em 0; }
.right, .alignright {
	float:right;
	margin:0 0 1em 1em; }
.aligncenter {
	margin: 1em auto 1em auto; }
.alignnone {
	margin: 1em 1em 1em 0; }

p img {
    max-width:100%;
    border:#ddd 1px solid;
    padding:2px; }
a img {
	border: 0; }
img.wp-smiley, img.noborder  {
	padding:0;
	border:none; }

blockquote  {
	margin:1em;
	padding:0 2em;
	background:url(img/quote.gif) no-repeat left top;
	color:#666;
	font-style:italic; }

form {
	display: inline-block; }
fieldset {
	padding: 10px;
	border: 1px solid #ddd;
	background-color: #f8f8f8; }
legend {
	font-weight: 900; }
label {
	color: #171F36;
	font-weight: 900; }

dl {
	margin:1em 0px;
}
dt 
{
	font-weight:bold;
}
dd 
{
	margin:0.5em 1em;
	padding:0;
}
.pagenav 
{
	margin:0;
	padding:5px 0;
	text-align:right;
}
.pagenav .navleft 
{
	float:left;
	margin:0;
	padding:0;
}

::selection{
	background-color: #171f36;
	color: #fff; }
::-moz-selection{
	background-color:#171f36;
	color: #fff; }

/* Header */

#header {
	position: fixed;
	top: 0; left: 0;
	width: 100%; height: 80px;
	background: #aaa98b url(img/farbverlauf.svg) no-repeat left top;
	z-index: 1000; }


/* Logo */
#logo {
	width: 880px; height: 50px;
	overflow: hidden;
	margin: 0 auto;
	padding:0 10px; }

#logo h1 {
	padding: 10px 0 0;
	margin: 0; }
#logo h2 {
	padding:  0 0 10px 0;
	margin: 0;
	font-size: 1em;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Serif;
	color:#2e2e2e;	
	font-style:italic; }

#logo a {
	text-decoration: none;
	color:#2e2e2e;
	border:0; }
#logo a:hover  {
    text-decoration:underline; }

/* Menu */
#menu {
	position: fixed;
	top: 50px; left: 0;
	width: 100%;
	z-index: 10000;
	box-shadow: 0 3px 3px #171F36;
	-moz-box-shadow: 0 3px 3px #171F36;
	-webkit-box-shadow: 0 3px 3px #171F36; }
/* see embedded file */

/* Splash */
#splash {
	position: absolute;
	top: 50px; left: 50%;
	margin-left: -450px;
	height: 180px;
	width: 900px;
	background: #171F36 url(img/header.jpg) no-repeat top center;
	border-bottom: 6px solid #171F36;
	z-index: 900; }
#splash_logo {
	position: absolute;
	top: 30px; right: 0;
	height: 140px;
	width: 179px;
	padding-top: 10px;
	border-left: 1px solid #171F36;
	background-color: #fff;
	text-align: center;
	z-index: 1000; }
#splash_logo a, #splash_logo a:hover {
	border: 0 !important; }
/* Splash's redeclared in functions.php for WP 2.1 or greater */

/* Main */
#main {
	width: 900px;
	margin: 236px auto 6px auto;
	background:#fff url(img/bg2.jpg) repeat-y center;
	z-index: 800; }

/* Content */

#content {
	float: left;
	width: 520px;
	padding:10px; }

#content h2 {
	padding: 4px;
	border-bottom:#ccc 1px solid;
	margin: 10px auto 0 auto !important; }
#content h3 {
	clear:both;
	margin: 0 -5px 10px -5px;
	padding: 0 5px;
	border-bottom: #ccc 1px solid; }
#content ul {
	margin: 0.5em 0;
	padding: 0 0 0 2em;
	list-style-type:none;
	list-style-position: inside; }
#content ul li {
	margin: .75em 0;
	padding: 0;
	list-style-image:url(img/bullet.gif);
	line-height:1.8em; }

#content ul.nobullet {
	list-style-position: outside; }
#content ul.nobullet li {
	list-style-image: none; }
	
#content ol {
	margin:0;
	padding:0 0 0 3em; }
#content ol li
{
    margin:0;
    padding:3px;
}
#content .post
{
	clear:both;
	margin:0 0 3em;
}
#content .entry
{
    clear:both;
    padding:10px 5px;
}
#content .post .left  {
	float:left;
	margin:5px 5px 0 0;
	padding:3px 5px; }
#content .post .right {
	float:right;
	margin:5px 0 0 5px;
	padding:3px 5px; }
#content .post .box {
	text-align:center;
	font-size: 0.8em;
	border:#ccc 1px solid;
	font-weight:bold;
	background:#eee url(img/ribbed.gif);
	color:#2e2e2e;
	font-family: "Lucida Sans", "Trebuchet MS", Verdana, Arial, Serif;
	padding:5px; }
/*
	opacity: .6;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60); }
#main .post .box:hover {
	opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100); }
*/
#content .post .box span  {
	display: block; }
#content .post .box .day {
	font-size:1.6em; }
#content .post .box img {
    border:none;
    padding:0; }

#content .post .meta {
	margin-bottom: 10px;
	padding-left: 5px;
	font-size: 0.9em;
	color:#999; }

#content .entry .meta {
	margin: 4em 0 1em 0;
	border-top: #ccc 1px solid; }

#content .post .comments
{
	clear:both;
    font-size:0.9em;
    border-bottom:#ccc 1px dotted;
    color:#999;
    margin-left:5px;
    padding-left:15px;
    background:url(img/icon_comments.gif) no-repeat left center;
}
#content .post .comments a
{
	border-bottom:0px;
}
ul.authorposts
{
	margin:0;
	padding:0 2em;
}
ul.authorposts li
{
	margin:0;
	padding:5px;	
}
ul.authorposts li .date
{
	float:right;
	font-style:normal;
}

/* Column Two */
#sidebar1 {
	float: left; }

/* Column Three */
#sidebar2 {
	float: left; }

#main .sidecol {
	overflow: hidden;
	width: 170px;
	padding: 0 5px 0 5px;
	font-size: 0.9em;
	margin: 10px 0; }

#main .sidecol ul {
	margin:0;
	padding:0; }
#main .sidecol li {
	margin: 0 0 15px 0;
	padding: 0 5px 5px 5px;
	list-style: none; }

#main .sidecol h2, #main .sidecol h3 {
	margin: 20px 0 10px 0;
	padding: 0 0 5px 0;
	font-variant: small-caps;
	font-size: 1.4em;
	border-bottom: 1px solid #ccc; }

#main .sidecol fieldset {
	width: 100%;
	padding: 5px; }
#main .sidecol label {
	display: block; }
#main .sidecol input[type=text] {
	width: 100px;
	margin: 3px 0; }

#main .sidecol ul ul {
	margin-left: 25px;
	padding-left: 0px; }
#main .sidecol ul ul li {
	list-style-image: url(img/bullet.gif);
	margin: 0 0 5px 0;
	padding: 0 0 0 0; }
#main .sidecol ul ul ul {
	margin-left: 10px;
	padding-left: 0px; }


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	text-decoration:none;
	}
#wp-calendar #today 
{
	border:#999 1px solid;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */
/* Comments */
input.textbox
{
	border:#ccc 1px solid;
	background:#f9f9f9;
	font:1em Verdana, Arial, Serif;
	padding:5px;
	width:150px;
}
textarea{
	width: 95%;
	padding:5px;
	border: 1px solid #ccc;	
	background:#f9f9f9;	
	font:1em Verdana, Arial, Serif;
	line-height:1.6em;
}
input.textbox:focus, textarea:focus
{
	background:#fff;
	border:#999 1px solid;
}
#commentform  {
}

#main .commentlist {
	margin: 0;
	padding: 0;
}
#main .commentlist li 
{
	list-style:none;
	margin: 0;
	padding: 1em;
	border-bottom:#ddd 1px solid;
	font-size:0.9em;
}
#main .commentlist li li {
	border-bottom: 0;
	font-size: 1em;
	padding: .5em; }
#main .commentlist li ul li {
	list-style: disc outside; }
#main .commentlist li ol li {
	list-style: decimal outside; }


#main .commentlist li .cmtinfo 
{
	padding:5px 0;
	margin-bottom: 5px;
	position:relative;	
}
#main .commentlist li .cmtinfo em 
{
	margin:0;
	padding:0 1em;
	font-weight:normal;			
	font-style:normal;
	color:#999;	
}
#main .commentlist li cite 
{
	font-style:normal;
	font-weight:bold;
	font-size:1.1em;
}
#main .commentlist li .number 
{
	float:right;
	font-size:2em;
	color:#ccc;
	font-family:Georgia, Verdana, Arial, Serif;
}
#main .commentlist li.alt
{
	background:#f9f9f9;	
}
#main .commentlist li.authorcomment
{
	border:none;
	border:#b0c4de 1px solid;	
}
#main .nocomments
{
	font-size:0.9em;
	color:#999;
	text-align:center;
}
#main .feed 
{
	background:url(img/icon_feed.gif) no-repeat left center;
	padding:2px 0 2px 17px;	
	margin:0;
}
#main .trackback 
{
	background:url(img/link.gif) no-repeat left center;
	padding:2px 0 2px 20px;
}

/* Footer */

#footer {
	margin: 5px auto 0;
	padding:10px;
	width:880px;
	background:#aaa98b;
}

#footer p {
	margin: 0;
	padding: 7px;
	font-size: 0.9em;
}
#footer p span 
{
	float:right;
}
#footer p strong
{
	font-size:1.4em;
}
#header, #main, #sidebar, #footer, .textwidget 
{
	overflow:hidden;
}


/* general */
.margin-top {
	margin-top: 30px; }

.hint {
	font-size: .9em;
	color: #2e2e2e; }

.error {
	margin: 0 auto 10px auto;
	padding: .5em;
	color: #fff;
	font-weight: 900;
	background: #cc9966; }

/* images */
.wp-caption {
	padding: 5px 0px 2px 0px;
	background: #F3F3F3;
	border: 1px solid #ddd;
	text-align: center; }
.wp-caption img {
	margin: 0 auto; }
.wp-caption-text {
	padding: 0; }
.wp-caption a:link, .wp-caption a:visited,
.wp-caption a:hover, .wp-caption a:active {
	border: 0; }

.sidecol .wp-caption {
	padding: 5px 5px 2px 5px;
	margin-top: 10px; }

/* avatar display */
.cmtinfo .avatar {
	float: left;
	margin: 0 10px 0 0; }
.avatar-150 {
	float: right;
	margin: 15px 0 10px 10px; }

/* event calendar */
.icallink {
	font-size: 0.9em;
	padding: 0 !important; }
.icallink a:link, .icallink a:visited {
	text-decoration: underline;
	color:#880000;
	border: 0; }
.icallink a:hover, .icallink a:active {
	text-decoration: none;
	color:#999; }
.icallink img {
	vertical-align: middle;
	border: 0;
	margin: 0; }

.ec3_schedule {
	float: left;
	margin: 0 1em 0 -5px;
	padding: 3px;
	text-align: center;
	color: #880000;
	border: #ccc 1px solid;
	background: url(img/ribbed.gif); }

/* register form */
form.register input {
	width: 20em;
	padding: 5px 3px;
	border: 1px solid #dddddd; }
form.register button {
	width: 20em;
	padding: 5px 3px;
	text-align: center; }

/* thickbox */
#TB_overlay {
	z-index: 10001 !important; }
#TB_load {
	z-index: 10002 !important; }
#TB_window {
	z-index: 10003 !important; }

.spacer_ {
	display: none; }


/* personalisation */
.notgemeinschaft_header {}
.notgemeinschaft_header img {}
.notgemeinschaft_header h2 {}
.notgemeinschaft_header strong {}

/* searchfield */
#searchform div {
	white-space: nowrap; }

label.screen-reader-text {
	display: none !important; }


/* countdown timer */
#main .sidecol .fergcorp_countdownTimer {
	list-style: none;
	margin-left: 0;
	padding-left: 0; }
#main .sidecol .fergcorp_countdownTimer_event_title {
	font-weight: 900; }
#main .sidecol .fergcorp_countdownTimer_event_linkTitle {}
#main .sidecol .fergcorp_countdownTimer_event_time {}


/*
blau:
	171F36

ocker: (hell nach dunkel)
	aaa98b
	818052

orange:
	cc9966

violett/rot:
    571F36
    
grau: (hell nach dunkel)
	f3f3f3
	dddddd
	2e2e2e
*/

