@CHARSET "UTF-8";
@IMPORT "structure.css";
/*
Theme Name: gsx-r
Theme URI: http://www.gsx-r.info/
Description: A private GSX-R Blog
Version: 1.0
Author: Daniel Schwiperich
Author URI: http://www.i-develop.info
Tags: sports, racing, bike, gsx-r, gsxr
*/

* {
	margin: 0;
	padding: 0;
	border: 0;
	z-index: 0;
}

/* General */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande','Lucida Sans Unicode', Verdana, Arial, Sans-Serif;
	background: #eee;
	color: #333;
	text-align: center;
}

img {
    border: 0;
}

    .wp-caption {
    -moz-border-radius-bottomleft:3px;
    -moz-border-radius-bottomright:3px;
    -moz-border-radius-topleft:3px;
    -moz-border-radius-topright:3px;
    padding: 4px;
    width: auto !important;
    background-color:#F3F3F3;
    border:1px solid #DDDDDD;
    text-align:center;
    margin: 1em;
    }

    #content .wp-caption p {margin: 4px 0 0 0;}

a {
    text-decoration: none;
    color: #ef3000;
}

a:hover {
    text-decoration: underline;
}

.hidden {
    display:none;
}

h2, h3 {
    margin: 10px 0;
}

abbr {
    font-style:italic;
    cursor: help;
    border-bottom: 1px dotted #ef3000;
}

#content p {
    margin-bottom: 1em;
}

#content ul{
    list-style:none;
    padding-left: 1em;
    margin: 1em 0;
}

/* ID-Elements */
#head-bar {
    background: #ddd;
    font-family: Arial;
}

    #head-bar a, #head-bar span{display: block;float:left;margin-left:80px;}
    #head-bar .right{float:right;}
    #head-bar .first {margin-left:40px;}
    #head-bar .last {margin-right:40px;}

    #head-bar span {        
        height: 22px;
        padding-top: 8px;
        text-transform:uppercase;
    }


    #sidebar h2, #sidebar label {
        display: block;
        margin: 5px 0 0;
        background: url(images/category-head.png) no-repeat transparent;
        width: 200px;
        padding: 10px 4px 0px 4px;
        height: 20px;
        font-size: 1.2em;
        font-weight:  bold;
        text-align: center;
    }
    
    #sidebar ul li {
        list-style-type: none;
        list-style-image: none;
        margin-bottom: 15px;
	}
    
    #sidebar ul ul, #sidebar ul ol, #sidebar fieldset {
	width: 208px;
	/*list-style-position: inside;*/
	background: url(images/category-footer.png) bottom center transparent no-repeat;
	padding-bottom: 12px;
	}
    
    #sidebar ul ul li, #sidebar div {
        background: url(images/category-background.png) repeat-y transparent;
        margin:0;
        padding-left: 7px;
    }

    #sidebar ul ul li ul{
        background:none;
    }
    #sidebar ul ul li li {
        background:none;
        padding-left: 0;
    }
    
    #sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

    ol li, #sidebar ul ol li {
        list-style: decimal outside;
	}

    #sidebar ul ul li, #sidebar ul ol li {
        padding: 3px 0 0 10px;
	}

    #sidebar #searchform #s {
        width: 108px;
        padding: 2px;
	}

    #sidebar #searchsubmit {
        padding: 1px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020\0020\0020\0020";
}

.entry ul li, #sidebar ul ul li {
    
}

.entry ul li:before {color: #ef3000;}

/* Gallery */
.gallery {
    margin: auto;
}
.gallery-item {
    float: left;
    margin-top: 10px;
    text-align: center;
    -moz-border-radius-bottomleft:3px;
    -moz-border-radius-bottomright:3px;
    -moz-border-radius-topleft:3px;
    -moz-border-radius-topright:3px;
    padding: 3px;
    width: 154px;
    background-color:#F3F3F3;
    border:1px solid #DDDDDD;
    text-align:center;
    margin-right: 2px;
}
.gallery img {
    border: 1px solid #cfcfcf;
}
.gallery-caption {
    display: none;
    margin-left: 0;
}

/* Comments */
.commentlist, .commentlist li {
    list-style:none;
}
.commentlist {
    padding-left: 25px;
}

/* Inputs */
#commentform input, #commentform textarea {
    border: 1px solid #ccc;
    width: 715px;
}

#logo-Daniel84 {
    position: fixed;
    right: 0; bottom: 0;
}
