/*
Theme Name: Maginoo
Theme URI: http://www.paddsolutions.com/wordpress-theme-maginoo 
Description: Maginoo Theme is a two columns, fixed width and widget ready Wordpress theme with the shades of blues by <a href="http://www.paddsolutions.com">Padd Solutions</a>.
Version: 1.0
Author: Padd Solutions
Author URI: http://www.paddsolutions.com
Tags:two columns, fixed width, adsense ready, advertisement ready, valid css, valid xhtml 

The CSS, XHTML and design is released under Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported:
http://creativecommons.org/licenses/by-nc-sa/3.0/
*/

@import 'style-section-typography.css';
@import 'style-section-required.css';
@import 'style-section-layout.css';
@import 'style-section-navigation.css';
@import 'style-section-colors.css';
@import 'style-ui-tabs.css';
@import 'accounts.css';


/* dock2 - bottom */

#dock2 {
	width: 100%;
	border-bottom: 1px;
	border-color:#c0c0c0;
	bottom: 0px;
	left: 0px;
	position: relative;
}
.dock-container2 {
	position: relative;
	height: 50px;
	padding-left: 20px;
	width:960px;
	border-bottom: 1px;
	border-color:#c0c0c0;
}
a.dock-item2 {
	display: block; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px; 
	font-weight:bold;
	width: 40px;
	color: #000000; 
	bottom: 0px; 
	position: absolute;
	text-align: center;
	text-decoration: none;
}
.dock-item2 span {
	display: none;
	padding-left: 20px;
}
.dock-item2 img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}

/* Screenshot Tooltip*/
/* SO: <a href="http://www.link.de" target="_blank" rel="http://api.thumbalizr.com/?url=http://www.link.de" class="screenshot"  title="Link" >Angezeigter Text</a>   */
#screenshot{
	position:absolute;
	border:1px solid #3f0501;
	background:#333;
	opacity: 0.90; 
	-moz-opacity: 0.90; 
	filter:alpha(opacity=90);
	padding:5px;
	display:none;
	color:#fff;
	text-align:center;
	}
	
.spoiler {
    border: 1px solid #666;
    border-bottom: 1px solid #666;
	text-decoration:underline
    color: #000000;
    background-color: #c0c0c0;
    margin: 0px
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.spoiler:hover { color: #FFFFFF; background-color:#b80e00; text-decoration:none; cursor:pointer; }

.spoilertext
{
    padding: 0px;
    margin: 0px;
}


/*  KOMMENTARE!!!!!!!!!!!!!!!!!!!!!   */

#commentwrap {
display: block;
width: 570px;
margin-bottom: 20px;
margin-top: 20px;
margin-left: 5px;
}

.commentlist li{
display: block;
float: left;
clear: both;
margin-left: 0px;
margin-bottom: 10px;
}

.commentlist ol {
margin-left: 0px; 
padding-left: 0px;

}
.commentlist {
margin-left: 0px; 
padding-left: 0px;
}

.comment-inside {
background-image: url(http://www.tilo-hensel.de/wp-content/themes/maginoo/images/comment-bg.png);
background-repeat: repeat-y;
padding-left: 15px;
padding-right: 15px;
padding-top: 0px;
padding-bottom: 0px;
margin: 0px 0px 0px 0px;
width: 600px;
float: left;
color: #000000;
}

#commentform {
margin: 1em 0;
background: #FFFFFF;
margin-left: 20px;
}



#commentform #email {
font-size: 1.1em;
background: #f8f7f6;
border: 1px solid #d6d3d3;
width: 280px;
background-image: url(images/comment-email.png);
background-position: 7px 7px;
background-repeat: no-repeat;
height: 20px;
padding-left: 30px;
padding-top: 6px;
}

#commentform #author {
font-size: 1.1em;
background: #f8f7f6;
border: 1px solid #d6d3d3;
width: 280px;
background-image: url(images/comment-author.png);
background-position: 7px 7px;
background-repeat: no-repeat;
height: 20px;
padding-left: 30px;
padding-top: 6px;
}

#commentform #url {
font-size: 1.1em;
background: #f8f7f6;
border: 1px solid #d6d3d3;
width: 280px;
background-image: url(images/comment-website.png);
background-position: 7px 7px;
background-repeat: no-repeat;
height: 20px;
padding-left: 30px;
padding-top: 6px;
}

#commentform #email:focus {
font-size: 1.1em;
background: #ffffff;
border: 1px solid #939793;
width: 280px;
background-image: url(images/comment-email-hover.png);
background-position: 7px 7px;
background-repeat: no-repeat;
height: 20px;
padding-left: 30px;
padding-top: 6px;
}

#commentform #author:focus {
font-size: 1.1em;
background: #ffffff;
border: 1px solid #939793;
width: 280px;
background-image: url(images/comment-author-hover.png);
background-position: 7px 7px;
background-repeat: no-repeat;
height: 20px;
padding-left: 30px;
padding-top: 6px;
}

#commentform #url:focus {
font-size: 1.1em;
background: #ffffff;
border: 1px solid #939793;
width: 280px;
background-image: url(images/comment-website-hover.png);
background-position: 7px 7px;
background-repeat: no-repeat;
height: 20px;
padding-left: 30px;
padding-top: 6px;
}

#commentform input {
margin-bottom: 3px;
}

textarea#comment { background: #f8f7f6;
border: 1px solid #d6d3d3;
width: 570px;
height:75px }
textarea#comment:focus {background:#ffffff;
border: 1px solid #939793;}	
	