
/* BASIC STYLING
 ++++++++++++++++++++++++++++++++++++++++++++++++++*/

body {
    background: #ffedbf url(../img/layout/bg_body.gif) repeat-x;
    cursor: default;
}
h2 {
    color: #333;
    margin: 0 0 0 2.5%;
}
h3 {
    margin: 0 0 0 30px;
}
.sites h3 {
    margin: 0;
}
h4 {
    color: #222;
    margin: 1.25em 0 0.75em;
}
p {
    line-height: 20px;
}

/* LINKS
 ++++++++++++++++++++++++++++++++++++++++++++++++++*/

div#content h3 a,
div.text a,
div.site .info a,
div.comments div a,
div#pagination a {
    border-bottom: 2px dotted #555;
    color: #333;
    padding: 0 2px;
    }
    div#content h3 a:hover,
    div.text a:hover,
    div.site .info a:hover,
    div.comments div a:hover,
    div#pagination a:hover,
    div#footer a:hover {
        background: #eee;
        border: none;
        padding: 0 2px 2px;
    }
    
a.feed {
    background: transparent url(../img/icons/rss_24x24.png) no-repeat 100% 50%;
}

/* STRUKTUR
 ++++++++++++++++++++++++++++++++++++++++++++++++++*/

div#wrapper {
    background: transparent url(../img/layout/bg_content_top.gif) repeat-x 0 235px;
    width: 100%;
}
div.content_wrapper {
    background: transparent url(../img/layout/bg_content.png) no-repeat;
    margin: 0 auto;
    overflow: hidden;
    width: 1000px;
}
div#content {
    background: #fff;/* url(../img/shadow_top.png) repeat-x left bottom;*/
    margin: 0 auto;
    min-height: 500px;
    overflow: hidden;
    width: 960px;
    }
    div.content_top {
        height: 10px;
    }
div.text {
    padding: 0 0 20px;
    margin: 0 auto;
    width: 95%;
}

/* HEAD
 ++++++++++++++++++++++++++++++++++++++++++++++++++*/

div#head {
    border: 0 solid #fff;
    border-width: 0 0 5px;
    height: 230px;
    width: 100%;
    }
    div#head a {
        background: transparent url(../img/layout/gute-webseiten-logo.jpg) no-repeat 50% 0;
        display: block;
        height: 230px;
        margin: 0 auto;
        width: 960px;
        }
        div#head span {
            position: absolute;
            top: -300px;
        } 

/* NAVIGATION
 ++++++++++++++++++++++++++++++++++++++++++++++++++*/

div#navigation {
    float:right;
    margin: 0 20px 0 0;
    width: 280px
    }
    div#navigation ul {
        overflow: hidden;
        }
        div#navigation ul li {
            background: transparent;
            height: 32px;
            line-height: 30px;
        }
        div#navigation ul li.last {
            }
            div#navigation a {
                border: 0 dotted #96765D;
                border-width: 0 0 1px;
                color: #666;
                display: block;
                text-align: left;
                text-indent: 4px;
                }
                div#navigation a:hover {
                    color: #444;
                }
                a.feed {
                    /*background: url(../img/icons/rss.png) no-repeat 25% 50%;*/
                }

/* COUNTER
 ++++++++++++++++++++++++++++++++++++++++++++++++++*/

div#counter {
    background: transparent url(../img/layout/postit.png) no-repeat;
    display: none;
    height: 71px;
    margin: 0 0 -71px -90px;
    width: 90px;
    }
    div#counter p {
        line-height: 14px !important;
        margin: 0 auto;
        padding: 10px 0 0;
        width: 60px;
    }

/* MESSAGES
 ++++++++++++++++++++++++++++++++++++++++++++++++++*/

div.error {
    background: #e00;
    border: 1px solid #300;
    padding: 5px 10px;
}
p.success,
p.error {
    margin: 10px auto 25px !important;
    padding: 0 0 0 30px;
    width: 80%;
}
p.success {
    background: transparent url(../img/icons/success.png) no-repeat left center;
}
p.error {
    background: transparent url(../img/icons/error.png) no-repeat left center;
}

/* FORMS
 ++++++++++++++++++++++++++++++++++++++++++++++++++*/

div.form {
    min-height: 500px;
}
form {
    padding: 10px 0;
}
label {
    display: block;
    float: left;
    height: 22px;
    line-height: 22px;
    padding: 0 10px 0 0;
    width: 80px;    
}
input.text,
textarea {
    border: none;
    display: block;
    margin: 0 0 10px;
    padding: 3px 4px 0;
    width: 302px;    
}
input.text {
    background: transparent url(../img/layout/input.png) no-repeat 0 0;
    height: 19px;
    }
    input.text:focus {
        background-position: 0 -22px;
    }
textarea {
    background: transparent url(../img/layout/textarea.png) no-repeat 0 0;
    height: 119px;
    }
    textarea:focus {
        background-position: 0 -122px;
    }
input.submit {
    background: url(../img/icons/submit.png) no-repeat left bottom;
    border: none;
    color: #666;
    cursor: pointer;
    height: 24px;
    line-height: 24px;
    margin: 0 0 0 110px;
    padding: 0 0 0 28px;
    width: 120px;    
    }
    input.submit:hover {
        background: url(../img/icons/submit.png) no-repeat left top;
        color: #333;
    }
    input.loading {
        background: url(../img/loading.gif) no-repeat !important;
    }

/* SUGGEST
 ++++++++++++++++++++++++++++++++++++++++++++++++++*/

div#suggest {
    height: 0;
    overflow: hidden;
    padding: 0;
    }
    div.suggest_body {
        background: transparent url(../img/layout/bg_suggest.png) no-repeat left bottom;
        margin: 0 auto;
        padding: 10px 0 20px;
        width: 632px;
    }
    div#suggest h2,
    div#suggest p,
    div#suggest form,
    div#suggest_body form {
        margin: 10px auto 0;
        width: 90%;
        }

a#link_suggest {
    background: #E9E4CF url(../img/icons/add.png) no-repeat 5px bottom;
    border: 0 solid #eee;
    border-width: 0 1px 1px;
    color: #555;
    display: block;
    height: 24px;
    line-height: 24px;
    margin: 0 0 0 52px;
    padding: 0 0 0 35px;
    overflow: hidden;
    width: 150px;
    }
    a#link_suggest:hover {
        background-position: 5px top;
        color: #333;
    }

/* ADS
 ++++++++++++++++++++++++++++++++++++++++++++++++++*/

div#ads {
    float: right;
    margin: 10px 20px 10px 0;
    overflow: hidden;
    width: 284px;
    }
    div#ads div {
        border: 1px solid #efefef;
        float: left;
        height: 125px;
        margin: 4px 5px;
        padding: 2px;
        width: 125px;
        }
        div#ads div.empty {
            background: transparent url(../img/bg_ads.png) repeat-x;
            }
            div#ads div.empty a {
                color: #ccc;
                display: block;
                margin: 60px 0 0 0;
                }
                div#ads div.empty a:hover {
                    color: #aaa;    
                }

div#adsense_vertical,
div#adsense_square {
    border: 1px solid #efefef;
    overflow: hidden;
}
div#adsense_vertical {
    height: 90px;
    margin: 1em auto;
    width: 768px;
    }
    div#adsense_vertical iframe {
        height: 95px;
        width: 100%;
    }
div#adsense_square {
    float: right;
    height: 250px;
    margin: 1em 2.5em 0 0;
    width: 260px;
    }
    div#adsense_square iframe {
        height: 255px;
        width: 100%;
    }
    
/* CONTENT
 ++++++++++++++++++++++++++++++++++++++++++++++++++*/

#content h2 {
    margin: 20px 0 0 30px;
}

/* SITES
 ++++++++++++++++++++++++++++++++++++++++++++++++++*/

div.details,
div.text,
div#sites {
    float: left;
    margin: 0 0 0 30px;
    min-height: 500px;
    padding: 10px 0;    
    width: 620px;
}
div.site {
    overflow: hidden;
    position: relative;
    }
    .site h3.rank {
        color: #ddd;
        position: absolute;
        right: 10px;
        text-align: right;
        top: 50px;
        width: 110px;
        z-index: 0;
    }
    .site div.pic {
        border: 1px solid #888;
        float: left;
        height: 180px;
        margin: 4px 10px 4px 0;
        padding: 3px 4px;
        width: 250px;
        }
        .site div.pic:hover {
            background: #ddd;
        }
        .site div.pic a {
            display: block;
            height: 180px;
            overflow: hidden;
            }
            .site img {
                display: block;
                margin: 0 auto;
            }
    div.details .site div.info {
        clear: both;
    }            
    div#sites .site div.info {
        position: absolute;
        left: 270px;
        z-index: 1;
        }
        div.info h2 {
            margin: 10px 0 !important;
        }
        .site h3 {
            margin: 4px 0 10px;
        }
        .site p {
            
        }
        .site p.icon {
            height: 24px;
            line-height: 24px;
            margin: 2px 0;
            padding: 0 0 0 28px;
        }
        .site p.date {
            background: url(../img/icons/calendar.png) no-repeat;
        }
        .site p.comment {
            background: url(../img/icons/comment_no.png) no-repeat;
        }
        .site p.tags {
            background: url(../img/icons/tag.png) no-repeat;
        }
        .site .go {
            background: url(../img/icons/go.png) no-repeat;        
        }

div.pic_large {
    float: left;
    width: 642px;
    }
    div.pic_large img {
        border: 1px solid #000;
    }
div.detail div.info {
    width: 260px;
}

/* CAPTIONS
 ++++++++++++++++++++++++++++++++++++++++++++++++++*/

div.caption {
	background: #333;
    bottom: 0;
	color: #eee;
    height: 0;
	line-height: 20px;
    position: absolute;
	text-indent: 4px;
}

/* RATING
 ++++++++++++++++++++++++++++++++++++++++++++++++++*/

.rabidRating {
    margin: 4px 0 0;
    overflow: hidden;
}

.rabidRating .wrapper {	
	cursor: pointer;
	background: #ccc;
    float: left;
	overflow: hidden;
}

.rabidRating span,.rabidRating .wrapper {
	display: block;
	height: 25px;
	width: 110px;
}

.rabidRating span {
	left: 0;
	position: relative;
	text-indent: -999em;
	top: 0;
}

.rabidRating .ratingStars {
	background: url(../img/hearts.png) no-repeat center;
	display: block;
}

.rabidRating .ratingFill {
	background-color: #ff0000;
}

.rabidRating .ratingVoted {
	background-color: #0069ff;
	cursor: default;
}

.rabidRating .ratingActive {
	background-color: #ffa800;
}

.rabidRating .ratingText {
    float: left;
}

.rabidRating .ratingText.ratingError {
	color: #f00;	
}

.rabidRating .ratingText.loading {
	background: url(../img/loading.gif) no-repeat;
	text-indent: -999em;
}

/* KOMMENTARE
 ++++++++++++++++++++++++++++++++++++++++++++++++++*/

div.comments {
    clear: both;
    float: none;
    margin: 1em 0 0;
    overflow: hidden;
    }
    div.comments img {
        border: 1px solid #333;
        display: block;
        float: left;
        margin: 4px 10px 4px 0;
        padding: 3px 4px;
    }
    div.comments a.close {
        background: transparent url(../img/icons/close.png) no-repeat;
        border: none;
        display: block;
        float: right;
        height: 24px;
        overflow: hidden;
        text-indent: 24px;
        width: 24px;
    }
    div.comments form {
        float: left;
        width: 70%;
    }
    div.comments div.comment_info {
        float: right;
        margin: 0 10% 0 0;
        width: 20%;
    }

/* PAGINATION
 ++++++++++++++++++++++++++++++++++++++++++++++++++*/

div#pagination {
    margin: 10px auto;
    overflow: hidden;
    width: 250px;
    }
    div#pagination a,
    div#pagination strong {
        display: block;
        float: left;
        font-size: 1.5em;
        margin: 0 0.2em 0;
        text-align: center;
    }
    div#pagination strong {
        background: transparent url(../img/layout/current-page.gif) no-repeat 50% 50%;
        height: 21px;
        width: 21px;
    }

/* FOOTER
 ++++++++++++++++++++++++++++++++++++++++++++++++++*/

div#footer {
    background: #96765D url(../img/layout/footer.png) no-repeat;
    border-top: 2px solid #b18d71;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    padding: 0.25em 0 0.5em;
    width: 960px;
    }
    div#footer h4 {
        margin: 0 0 0.5em;
        padding: 0.25em 0 0;
    }
    div#footer .tagList {
        margin: 0.25em 0.5em;
    }
    div#footer a {
        border-bottom: 2px dotted #444;
        color: #222;
        line-height: 1.5em;
        padding: 0 2px;
        }
        div#footer a:hover {
            color: #333;
        }
    div#footer .tweets li {
        margin: 0 0 0.5em;
    }
