* { margin:0; padding: 0; }
html,body {
    height: 100%;
}

body#unitube {
    text-align: center;
    color: #191919;
    font-family: Helvetica;
    font-size: 11px;

}

#notice, #error {
        position: absolute;
        left:25%;
        top:20px;
        width: 50%;
        z-index: 100;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 50px;
        text-align: left;
        font-size: 1.2em;
        font-weight: bold;
        vertical-align: middle;
        }

#error {
        border: 2px solid #ca0303;
        background-color: #ffa7a7;
        color: #b60000;
}
#notice, .notice {
        border: 2px solid #74d01b;
        text-align: left;
        background-color: #c5ffd7;
        color: #054e1b;
}


#wrap1 {
    text-align: left;
    height: 100%;
    min-height: 560px !important;
    background: #9A8A8A url('../images/bg_tile2.jpg') bottom left repeat-x;
}
#wrap2 {
    width: 725px;
    height: 100%;

    min-height: 560px !important;
    margin: 0 auto;
    background: transparent url('../images/main2.jpg') no-repeat bottom right;
}

a{
    color: #000;
    text-decoration: none;
    font-size: 11px;
}
a:hover {
    color: #FFF;
}

img {
    border: 0;
}


#header {
    height: 60px;

}


#header h1 {
    background: transparent url('../images/header.gif') no-repeat top center;

    height: 60px;
    border: 0;
    text-indent: -10000px;

}

#header h1 a {
    display: block;

    height: 60px;
    text-decoration: none;
    border: 0;

    outline: none;
}

#navigation {
    margin-bottom: 15px;
}
#navigation ul {

    list-style-type: none;
    
    height: 20px;
    width: 425px;
    margin: 0 auto;
}


#navigation ul li {

    float: left;
    
}

#navigation ul li a {

    background-image: url('../images/nav_div.png');
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 32px;
    padding-left: 32px;
    display: block;
    line-height: 20px;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    color: #593939;

    outline: none;


}
#navigation ul li a:hover {
    color: #FFF;
}


h1 {
    font-weight: bold;
    font-size: 15px;
    color: #593939;
    padding-left: 15px;
}


h2 {
    font-weight: bold;
    font-size: 13px;
    color: #593939;
}

h3 {
    font-weight: bold;
    font-size: 12px;
    color: #593939;
}


.block_left {
    width: 400px;
}

.news_date {
    color: #8a7878;
    font-size: 9px;

}

.block_inner {


    padding: 5px;

    border: 3px solid  #593939;

    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background-color: #ab9c9c;
    

}


#comic_pic {
    text-align: center;
}


#comic_actions_left {
    width: 40%;
    float: left;
    text-align: left;

}

#comic_actions_right {
    width: 40%;
    float: right;
    text-align: right;
}

.clear {
    clear: both;
}
#comic_comments {
    top:0;
    right: 0;

    padding: 0 5px 0 5px;

    position: absolute;
    z-index: 1000;
    width: 400px;
    height: 100%;
    background-color: #c9c1bf;


    border-left: 5px solid #4b3537;


}


/* Forms */

input[type=text], input[type=password] {
	color: #593939;
	border: 1px solid #000;
	background-color: #BAB1B1;
}
textarea {
	color: #593939;
	border: 1px solid #000;
	background-color: #BAB1B1;
}
input[type=submit] {
	color: #593939;
	font-weight: bold;
	border: 1px solid #000;
	background-color: #BAB1B1;
}




/* Comments */
div.bubble {
	width: auto;
	
	margin-bottom: 24px;


}

div.bubble blockquote {
	margin: 0px;
	padding: 0px;
	border: 1px solid #c9c2c1;
	background-color: #fff;
}

div.bubble blockquote p {
	margin: 10px;
	padding: 0px;
}

div.bubble cite {
	position: relative;
	margin: 0px;
	padding: 7px 0px 0px 15px;
	top: 6px;
	background: transparent url('../images/bubble_tip.png') no-repeat 20px 0;
	font-style: normal;
}

.comment_date {
    color: #333;
    font-size: .9em;
}



.news_body {
    margin-bottom: 10px;
}

a.links_link {
    font-weight: bold;
}


#user_box {
    top: 0;
    right: 0;



    position: absolute;
    margin: 0 0 auto auto;

    height: 50px;
    width: 150px;

    border: 3px solid  #593939;

    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background-color: #ab9c9c;

    border-top:none;
    border-right: none;

    padding: 10px;

}