/*  
Theme Name: Breaking News
Theme URI: http://www.idsg.it/
Description: A "mixed" width, three columns "daily newspaper" theme for Wordpress.<br /><br />Wordpress Widgets ready. <br /><br />Minimal style ready for personal improvements.
Version: 1.0
Author: ShinRa
Author URI: http://www.idsg.it/
*/

/**
* Eric Meyer's Reset stylesheet - http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
*/

html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td{
margin:0;
padding:0;
border:0;
outline:0;

font-style:normal;
font-size:100%;
font-family:inherit;
vertical-align:baseline;
}

body{
line-height:1;
color:black;
background:white;
}

ol,ul{
list-style:none;
}

table{
border-collapse:separate;
border-spacing:0;
}

caption,th,td{
text-align:left;
font-weight:normal;
}

blockquote:before,blockquote:after,
q:before,q:after{
content:"";
}

blockquote,q{
quotes:"" "";
}

/**
* GLOBALS
*/

body{
background:#fff;
color:#333;
text-align:center;
font-family:tahoma,verdana,sans-serif;
font-size:12px;
}

h1{
display:none;
}

h2{
font-size:18px;
color:#da251d;
font-weight:600;
line-height:120%;
font-family:'Century gothic',arial,tahoma,verdana,sans-serif;
font-variant:small-caps;
text-align:left;
}

h2.widgettitle {
	margin: 10px 0 5px 0;
}

h3{
text-align:left;
font-size:15px;
font-weight:bold;
line-height:150%;
color:#da251d;
}

h4{
text-align:left;
font-size:15px;
color:#da251d;
font-weight:bold;
line-height:150%;
border-bottom: 1px solid #f00;
}

hr{
display:none;
}

a{
text-decoration:none;
color:#da251d;
}

a:visited{
color:#ff0000;
}

a:hover{
text-decoration:none;
color:#ff0000;
}

p{
line-height:150%;
margin-bottom:10px;
}

li{
line-height:140%;
}

ul,ol{
margin-bottom:10px;
}

#content img {
padding:3px;
background:transparent;
border:2px solid #eee;
max-width:500px;
margin: 0 10px 10px 0;
float: left;
}

.wp-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #f3f3f3;
margin: 0 10px 10px 0;
/* optional rounded corners for browsers that support it */
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
float: left;
}

wp-caption-dt {
	text-align: center;
}

.wp-caption-dt img {
border:0 none;
margin:0;
padding:0;
}

.wp-caption-dd {
font-size:10px;
line-height:17px;
font-family: Georgia, serif;
padding-bottom: 4px;
}

img.ohne {
display:inline !important;
margin:0 10px 10px 0;
padding:0 !important;
background:transparent !important;
vertical-align:middle !important;
border:0 !important;
}

img.wp-smiley {
display:inline !important;
margin:0 !important;
padding:0 !important;
background:transparent !important;
vertical-align:middle !important;
border:0 !important;
}

strong{
font-weight:bold;
}

strong a.ubernym{
font-weight:bold;
color: #000;
}

em{
font-style:italic;
}

.clear {
clear: left;
}

/**
* MAIN WRAPPER
*/

#wrapper{
text-align:justify;
margin:0 auto 0 auto;
padding:0;
background:transparent;
max-width:1024px;
}

/**
* HEADER
*/

#header{
padding:35px 10px 10px 10px;
height:75px;

background:transparent;
border-bottom:0px solid #f8c300;
}

#header h2{
letter-spacing:2px;
font-size:34px;
line-height:1;
text-align:center;
}

#header h2 img {
border: none;
background: #fff;
text-align: center;
clear: left;
}

#header h2 a{
color:#000;
text-decoration:none;
}

#header div.description{
color:#da251d;
letter-spacing:2px;
text-transform:uppercase;
margin-top: 5px;
text-align: center;
}

#header div.logo{
display:block;
width:133px;
height:100px;
background:transparent url(http://www.astrophoenix.de/img/phoenix_logo_snip.gif) no-repeat left bottom;
position:absolute;
top:20px;
margin-left:30px;
}

#header div.logo span{
display:none;
}

/**
* TOP PAGES LIST
*/

#pagine, #pagine3 {
border-bottom:3px solid #f8c300;
border-top:3px solid #f8c300;
background:#da251d;
text-align:center;
}

#pagine ul{
margin-bottom:0;
padding:5px;
}

#pagine ul li{
display:inline;
margin-right:10px;
}

#pagine a{
color:#fff;
text-transform:uppercase;
}

/**
* TOP PAGES LIST
*/

#pagine2{
border-bottom:3px solid #f8c300;
border-top:0px solid #f8c300;
background:#f0f0f0;
text-align:center;
}

#pagine2 ul{
margin-bottom:0;
padding:5px;
}

#pagine2 ul li{
display:inline;
margin-right:10px;
}

#pagine2 a{
color:#000;
}

#pagine2 a:hover{
color:#da251d;
}

/**
* TOP PAGES LIST
*/

#pagine3 {
border-bottom:3px solid #f8c300;
border-top:0px solid #f8c300;
background:#da251d;
text-align:center;
}

#pagine3 ul{
margin-bottom:0;
padding:5px;
}

#pagine3 ul li{
display:inline;
margin-right:10px;
}

#pagine3 a{
color:#f8c300;
text-transform:uppercase;
}

#pagine3 a:hover{
color:#fff;
}

/**
* FIRST MAIN COLUMN
*/

#content{
padding:10px;
margin-right:500px;
}

#content_cosmos{
padding:10px;
margin-right:300px;
}

#content_horoskop{
padding-top:10px;
margin-right:250px;
}

#content div.post{
padding-bottom:30px;
margin-bottom:30px;
border-bottom:1px solid #f8c300;
color:#000;
}

#content div.postzeichen{
margin:10px 0;
border-bottom:1px solid #f8c300;
color:#000;
}

#content h2{
margin-bottom: 10px;
}

#content div.post h2{
font-size:20px;
}

#content h2.zeichen {
font-size:25px;
margin: 25px 0;
}

#content ul{
list-style-type:square;
padding-left:30px;
}

#content ol{
list-style-type:lower-alpha;
padding-left:30px;
}

#content code{
font-family:courier,"courier new", monospace;
font-size:14px;
background-color:#dfdfdf;
}

#content blockquote{
padding:6px;
font-style:italic;
color:#555;
line-height: 150%;
}

#content blockquote p{
font-style:italic;
}

.navigation div{
line-height:200%;
}

p.details_small{
font-size:11px;
color:#777;
}

p.details_small a{
color:#777;
text-decoration:underline;
}

p.date{
text-align:right;
font-size:12px;
color:#111;
}

#feed p.date{
	font-size: 10px;
	display: inline;
	margin-left: 5px;
	font-weight: bold;
}

#feed div {
	display: inline;
	margin-left: 5px;
}

#feed img {
	display: none;
}

#content em{
font-style:italic;
}

#content table {
font-size: 11px;
margin: 5px 0 5px;
border: 1px solid #F8C300;
}

#content td, #content th {
padding: 5px;
border: 1px solid #F8C300;
}

#content th {
background-color: #DA251D;
font-weight: bold;
color: #fff;
text-align: center;
vertical-align: middle;
}

#faq table {
margin: 5px 0 5px;
border: 1px solid #000;
width: 550px;
}

#faq td, #faq th {
padding: 5px;
border: 0px solid #000;
}

#faq th {
background-color: #f8c300;
font-weight: bold;
text-align: center;
}

ol.faq li h3 {
font-size: 16px;
}

#content .landingsites, #content_cosmos .landingsites {
background-color: #FCFF89;
border: 2px solid #f00;
padding: 5px;
margin-bottom: 10px;
}

#content form ul li {
	list-style-type: none;
	margin: 3px 0;
}

#content form ul {
	padding: 5px 0;
}

#content form input {
	margin-right: 5px;
}

/**
* COMMENTS
*/

h2#comments{
margin-bottom:10px;
padding-bottom:10px;
border-bottom:1px solid #f8c300;
}

.commentlist big{
font-size:16px;
display:block;
font-variant:small-caps;
margin-bottom:5px;
}

.commentlist li{
margin-bottom:8px;
padding-bottom:8px;
border-bottom:1px solid #f8c300;
}

.commentlist ul li,
.commentlist ol li{
margin-bottom:0;
padding-bottom:0;
border-bottom:0;
}

.commentlist ul{
padding-left:20px;
list-style-type:square;
}

.commentlist ol{
padding-left:20px;
list-style-type:lower-alpha;
}

p.nocomments{
padding-bottom:30px;
border-bottom:1px solid #f8c300;
font-weight:bold;
font-size:15px;
}

.allowed-tags{
display:none;
}

/**
* FORMS
*/

#commentform{
margin-bottom:15px;
padding-bottom:15px;
border-bottom:1px solid #000;
}

textarea{
width:100%;
}

/**
* RIGHT SIDEBAR WITH MENU
*/

#sidebar{
padding:10px;
float:right;
width:230px;
font-size:11px;
background-color: #f0f0f0;
}

#sidebar h2{
font-size:16px;
color: #000;
font-weight: normal;
}

#sidebar h3{
font-size:12px;
color: #000;
font-weight: normal;
}

#sidebar ul li ul{
border-bottom:1px solid #f8c300;
margin-bottom:15px;
padding-bottom:15px;
}

#sidebar ul,
#sidebar ul li ul li ul{
border-bottom:0;
margin-bottom:0;
padding-bottom:0;
}

#sidebar ul li ul li ul{
margin-bottom:0;
padding-left:10px;
border-left:0px solid #aaa;
}

#sidebar div.tile_body ul {
border-bottom: 0px;
margin-bottom: 0px;
padding-bottom: 0px;
}

#sidebar div.tile_body, #sidebar li#search, #sidebar li#text-1, #sidebar li#text-3, #sidebar li#text-4, #sidebar li#archives {margin-bottom: 15px;padding-bottom:15px;border-bottom:1px solid #f8c300;}

#sidebar select, #sidebar input {margin-bottom: 0px;}#sidebar #searchform br { display: none; }

/**
* LEFT SIDEBAR WITH EXTRA contentS
*/

#sidebarB{
padding:10px;
float:right;
width:230px;
font-size:11px;
background-color: #fff;
}

#sidebarB h2{
font-size:16px;
color: #999;
font-weight: normal;
margin-bottom: 8px;
}

#sidebarB  h2.tkz{
font-size:16px;
color: #000;
font-weight: normal;
text-align: center;
}

#sidebarB div.post{
padding-bottom:15px;
margin-bottom:15px;
border-bottom:1px solid #f8c300;
}

#sidebarB em{
font-style:italic;
}

#sidebarB img{
text-align: center;
}

#sidebarB .werbung img{
width: 230px;
}

#sidebarB blockquote{
padding:6px;
font-style:italic;
color:#555;
}

#sidebarB blockquote p{
font-style:italic;
}

#sidebarB code{
font-family:courier,"courier new", monospace;
font-size:14px;
background-color:#dfdfdf;
}

#sidebarB div.information{
margin-bottom:10px;
padding-bottom:10px;
border-bottom:1px solid #f8c300;
}

#sidebarB div.amm {
margin: 20px 0;
border-bottom:1px solid #f8c300;
}

#sidebarB div.kalenderblatt{
margin-bottom:10px;
padding:10px;
border:1px solid #f8c300;
background: #fffdc9;
}

#sidebarB div.werbung{
margin-bottom:10px;
padding:0px;
border:0px solid #f8c300;
background: transparent;
text-align: center;
}

.kalenderblatt .date {width:3.5em;       padding:0.8em 0.1em 0.1em 0.1em;       text-align:center;       border-right:1px solid #bcd0d4;       border-bottom:1px solid #bcd0d4;       color:#355b61;       background-color:#dfe9eb;
       background-image:url(http://www.astrophoenix.de/img/kalenderblatt.jpg);       background-repeat:no-repeat;       background-position:top center;
       float: left;
       margin: 0 5px 5px 0;}.kalenderblatt .month {text-transform:uppercase; font-weight:bold; color:#9b241b;}

.kalenderblatt table {
width: 100%;
font-size: 11px;
margin: 5px 0 5px;
border: 1px solid #F8C300;
background: #fff;
}

.kalenderblatt td, .kalenderblatt th {
padding: 5px;
border: 1px solid #F8C300;
}

.kalenderblatt th {
background-color: #DA251D;
font-weight: bold;
color: #fff;
text-align: center;
vertical-align: middle;
}

#autor {border-bottom: 1px solid #F8C300;margin-bottom: 10px;} 


/**
* FOOTER
*/

#footer{
padding:10px;
background:transparent;
border-top:3px solid #da251d;
clear:both;
text-align:center;
font-size:11px;
}

/**
* Diverses
*/

div.post-ratings {
	padding: 10px 0;
	border-top: 1px solid #f00;
}

p.rating img.post-ratings-image{
	margin: 0;
	border: 0px;
}

#content p.AlphaIndex { width: 550px; height: 2em; float: none; overflow: hidden; border-bottom: 0px solid #d4ee88 }#content p.AlphaIndex small { color: #000 }#content p.AlphaIndex .AlphaButton { text-align: center; display: block; margin: 0 1px 0 0; padding: 2px 0; width: 14px; float: left; overflow: visible; border-bottom: 0px solid #cfeb82 }#content p.AlphaIndex span.AlphaButton { color: #666; background-color: #fff }#content p.AlphaIndex a.AlphaButton { color: #fff; background-color: #da251d }#content p.AlphaIndex a.AlphaButton:hover { color: #ff0000; background-color: #fff }
#content ul.AlphaList { margin: 0 0 0 10px; padding: 0 0 1em; position: relative; top: -0.5em }#content ul.AlphaList li { list-style-type: none; display: inline; margin: 0; padding: 0 }

/* Advanced Search form */

#ctas_form {
	text-align: left;
}

#ctas_form fieldset ul {
	list-style: none;
	margin: 5px 15px;
	padding: 0;
}

#ctas_form fieldset {
	border: 1px solid #777;
	margin: 15px 0;
	padding: 15px;
}

#ctas_form legend {
	font-size: 1.1em;
	font-weight: bold;
}

#ctas_form fieldset li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#ctas_form fieldset li:before { /* for the default theme */
	content: '';
} 

#ctas_form input {
	border: 1px solid #777;
	background-color: #f9f9f9;
	color: #444;
}

#ctas_form input:focus {
	background-color: #fff;
	color: #444;
}

#ctas_footer p {
	font-size: 0.9em;
	text-align: center;
	margin-top: 25px;
	border-top: 1px solid #888;
}

#ctas_month1, #ctas_month2, #ctas_year1, #ctas_year2 {
	text-align: center;
}

/* End Advanced Search form */

.ubernym acronym, .ubernym abbr, span.ubernym, a.ubernym   {
    cursor: help;
    text-decoration:none;
    color:#da251d;
}
a.ubernym {
    border-bottom: 0px solid #74a021;
}
a.ubernym:hover {
    color: #ff0000;
    background: #f8c300; 
}    
@media aural {
    /* Abbreviation speech styles */
    .ubernym acronym {speak : normal;}
    .ubernym abbr.acronym {speak : normal;}
    .ubernym abbr.initialism {speak : spell-out;}
    .ubernym abbr.truncation {speak : normal;}
}

/* Subscribe */

#subscribe2widget .subscribe {
	background: #fff;
	padding: 5px;
	margin: 10px 0;
}

#subscribe2widget {
	border-bottom: 1px solid #f8c300;	
	text-align: left;
}

#search {
	margin-top: 15px;
}

.center {text-align: center;}
