/* my fucking reset */

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,
b, u, i, center,
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-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
}

body {
    padding: 0;
    margin: 0;
    line-height: 1em;
    font-size: 12px;
    font-family: Verdana, serif;
    background-color: #FFF;
}

ol, ul {
	list-style: none;
    line-height: 1.2em;
}

body {
    background: url("../images/header/bg.jpg") repeat-x center top;
}

a {
    color: #006CFF;
    text-decoration:none;
}

s, strike {
    text-decoration: line-through;
}

dt {
    font-weight: bold;  
}

dd {
    padding-left: 20px;   
}

h3 {
   font-size: 16px; 
}

img {
    vertical-align: middle;
    border: 0;
}

a:hover {
    color:#FF6000;
    text-decoration:none;
}

code, pre {
    display: block;
    border: dashed 1px #CCC;
    background-color: #EEF6FB;
    padding: 10px;
    white-space: pre;
    font-family: monospace;
    text-indent: 0;
}

q, blockquote {
    border: dashed 1px #CCC;
    background-color: #EEF6FB;
    padding: 10px;
    font-style: italic;
    display: block;
    text-indent: 30px;
}

/*
div, section {
    border: solid 1px red;
} */

/* navigation */
nav, section, header, footer {
    display: block;
}

nav {
    background : url('../images/header/center.png') repeat-x center center;
    opacity: 0.9;
    margin : 0 auto;
    clear : both;
    height : 45px;
    max-width : 1280px;
    min-width: 1000px;
    width : 95%;
}

    nav div#navigation {
        margin: 0;
        padding: 0;
        position: relative;
        height: 45px;
        border: 0;
        text-align: center;
        vertical-align: middle;
        float: left;
    }

        nav a {
            color: #000;
            text-shadow: 0px 0px 1px #333;
        }

        nav a:hover {
            color: #000;
        }

        nav span.button_normal {
            display: block;
            background : url('../images/header/button_normal.png') no-repeat center center;
            width: 157px;
            height: 19px;
            padding: 13px 0;
            float: left;
            position: absolute;
            top: 0;
            left: 0;
            cursor: pointer;
        }

        nav span.button_active {
            background : url('../images/header/button_active.png') no-repeat center center;
        }

        nav span.button_hover {
            display: block;
            background : url('../images/header/button_hover.png') no-repeat center center;
            width: 157px;
            height: 19px;
            padding: 13px 0;
            float: left;
            position: relative;
            cursor: pointer;
        }

    nav div#left_header {
        background : url('../images/header/left.png') no-repeat center center;
        width: 4px;
        height: 45px;
        float: left;
        margin-left: -4px;
    }

    nav div#right_header {
        background : url('../images/header/right.png') no-repeat center center;
        width: 4px;
        height: 45px;
        float: right;
        margin-right: -4px;
    }

    nav div#searching {
        float: right;
        max-width: 12%;
        margin: 14px 0;
    }

        nav div#searching input {
            height: 13px;
            font-size: 10px;
            border: solid 1px #CCC;
            width: 95%;
            color: #999;
        }

    nav div#rss {
        float: right;
        cursor: pointer;
        margin-top: 5px;
        margin-right: 5px;
    }

/* layout */

div#container {
    clear: both;
    width: 90%;
    margin: 0 auto;
    max-width: 1100px;
    min-width: 900px;
    min-height: 500px
}

section#body {
    /* padding-right: 270px;*/
    outline-right: solid 270px transparent;
    float: left;
    clear: left;
    width: 100%;
}

section#LETS_DANCE {
    margin-right: 270px;
}

/* comments */

section#comments {
    line-height: 1.2em;
    margin-top: 20px;
    overflow: hidden;
}

    section#comments h1 {
        font-size: 15px;
        font-weight: bold;
        padding-bottom: 10px;
    }

    section#comments div.comment {
        border-radius: 7px;
        box-shadow: 0 0 4px #000;
        -moz-box-shadow: 0 0 4px #000;
        -webkit-box-shadow: 0 0 4px #000;
        -moz-box-shadow: 0 0 4px #000;
        -moz-border-radius: 7px;
        -webkit-border-radius: 7px;
        margin: 10px 5px;
        background-color: rgba(238, 238, 238, 0.5);
    }

        div.comment div.header {
            width: 100%;
            clear: both;
            overflow: auto;
        }

            div.comment div.author {
                width: 80%;
                float: left;
                padding: 5px;
            }

                div.comment div.author img {
                    opacity: 0.5;
                }

                div.comment div.author img:hover {
                    opacity: 1.0;
                }

            div.comment div.id {
                width: 7%;
                float: right;
                text-align: right;
                padding: 5px;
            }

            div.comment div.header small, div.comment div.header a {
                color: #999;
            }

        div.comment div.text {
            clear: both;
            overflow: auto;
            padding: 5px;
            line-height: 1.3em;
        }

            div.comment div.text .quote {
                font-style: italic;
                color: #999;
            }

            div.comment div.text img {
                max-width: 100%;
                max-height: 500px;
            }

section#comment_form {
    clear: both;
    padding: 10px;
}

    input#author, input#email {
        width: 130px;
        border: solid 1px #CCC;
        margin-bottom: 5px;
    }

    #comment_loader {
        display: none;
    }

    #comment_refresh {
        float: right;
    }

    textarea#comment_text {
        width: 70%;
        border: solid 1px #CCC;
    }

/* sidebars */

section#sidebar {
    float: left;
	margin-right: -3px;
	width: 250px;
	margin-left: -250px;
	position: relative;
    padding-top: 20px;
}

    section#sidebar section.menu {
        margin-bottom: 10px;
    }

        section#sidebar section.menu div.header {
            clear: both;
            overflow: hidden;
            font-size: 14px;
            text-align: center;
            padding: 8px;
            border: solid 1px #CCC;
            border-top-left-radius: 7px;
            border-top-right-radius: 7px;
            -moz-border-radius-topleft: 7px;
            -moz-border-radius-topright: 7px;
            background-color: rgba(233, 241, 247, 0.7);
            text-shadow: 0px 0px 1px #333;
        }

        section#sidebar section.menu div.body {
            clear: both;
            overflow: hidden;
            padding: 5px;
            border: solid 1px #CCC;
            border-top: none;
            line-height: 1.4em;
            background-color: #FFF;
        }

    section#map {
        width: 250px;
        height: 250px;
        overflow: hidden;
        margin-bottom: 20px;
    }

    section#blogroll div.body a {
        padding-bottom: 7px;
    }

    section#blogroll img {
        width: 16px !important;
        height: 16 px !important;
    }

    section#sidebar li {
        padding-bottom: 7px;
    }

    section#sidebar ul {
        padding: 5px 0;
    }


/* footer */
footer {
    background: url("../images/header/footer.png") repeat-x center bottom;
}

div#footer {
    clear: both;
    width: 90%;
    padding-top: 20px;
    height: 100px;
    margin: 0 auto;
    line-height: 1.4em;
}

    div#thanks {
        margin-top: 20px;
        float: left;
    }

    div#browsers {
        margin-top: 20px;
        float: right;
    }

/* helpers */
.crop200 {
    display: block;
    width: 200px;
    height: 200px;
    background-position: center center;
    background-repeat: no-repeat;
}

.clearfix {
    width: 100%;
    clear: both;
}

.blog {
    padding-left: 20px;
    background: url("../images/icons/blog.png") no-repeat left top;
}

.gallery {
    padding-left: 20px;
    background: url("../images/icons/gallery.png") no-repeat left top;
}

.works {
    padding-left: 20px;
    background: url("../images/icons/works.png") no-repeat left top;
}

.review {
    padding-left: 20px;
    background: url("../images/icons/review.png") no-repeat left top;
}

.tweet {
    padding-left: 20px;
    background: url("../images/icons/tweet.png") no-repeat left center;
}

#error_big {
    clear: both;
    width: auto;
    padding: 50px;
    margin: 30px;
    text-align: center;
    background-color: rgba(248, 218, 217, 0.5);
    border: solid 1px #DB3B34;
    font-size: 16px;
    line-height: 1.3em;
}

#info_big {
    clear: both;
    width: auto;
    padding: 50px;
    margin: 30px;
    text-align: center;
    background-color: rgba(235, 239, 249, 0.5);
    border: solid 1px #C2CFF1;
    font-size: 16px;
    line-height: 1.3em;
}

/* pagination */
.paginator {
	font-size:1em;
	margin: 10px auto;
	width: 80%;
	height: 80px;
	padding-top: 15px;
}

.paginator .scroll_bar {
	width: 90%;
    height: 20px;
	position: relative;
	margin-top: 10px;
}

.paginator .scroll_trough {
	width:100%;	height:3px;
	background:#ccc;
	overflow:hidden;
}
.paginator .scroll_thumb {
	position:absolute;
	z-index:2;
	width:0; height:3px;
	top:0; left:0;
	font-size:1px;
	background:#363636;
}
.paginator .scroll_knob {
	position:absolute;
	top:-5px; left:50%;
	margin-left:-10px;
	width:20px; height:20px;
	overflow:hidden;
	background:url("../images/slider_knob.gif") no-repeat 50% 50%;
	cursor:pointer;
}
.paginator .current_page_mark {
	position:absolute;
	z-index:1;
	top:0; left:0;
	width:0; height:3px;
	overflow:hidden;
	background:#55a6d9;
}

.fullsize .scroll_thumb {
	display:none;
}

.paginator_pages {
	width:800px;
	text-align:right;
	font-size:0.8em;
	color:#808080;
	margin-top:-10px;
}

#new_additions .crop200 {
    border-radius: 10px;
    -moz-border-radius: 10px;
}

#mobile {
    display: block;
    background-color: #eee;
    padding: 15px;
    text-align: center;
    font-family: Arial;
    font-size: 16px;
}

img.photo {
    display: block;
    margin: 0 auto;
    max-width: 90%;
    max-height: 600px;
    -webkit-box-shadow: 4px 4px 7px #999;
    -moz-box-shadow: 4px 4px 7px #999;
    box-shadow: 4px 4px 7px #999;    
}

span.photolabel {
    display: block;
    text-align: center;
    width: 100%;
    min-height: 40px;
    padding: 20px 0;
    font-weight: bold;
}
