/*---------------------------------

*/ @import "reset.css"; /*

----------------------------------*/

* {
    font-family:"Trebuchet MS", Arial, sans-serif;
}
body {
    background:url(/images/bg.jpg) repeat-y top right #000;
}
a {
    color:#888;
}
a:hover {
    color:#FFF;
}
/*MAIN CONTAINERS*/

#sidebar {
    width:190px;
    float:right;
    padding-left:10px;
    position:absolute;
    right:0;
    top:80px;
}
#content {
    position:relative;
    float:left;
    width:100%;
    padding-top:35px;
    margin-top:15px;
    margin-bottom:40px;
}
#entries {
    margin-right:225px;
    display:inline;
    margin-left:40px;
    float:left;
}
/*HEADER*/

#header {
    width:100%;
    height:54px;
    position:fixed;
    z-index:2;
    background:url(/images/header_grad.jpg) repeat-x;
}
#search {
    padding-top:14px;
    padding-left:50px;
    float:left;
}
#info {
    float:right;
    font-size:28px;
    color:#858483;
    padding-top:8px;
    height:50px;
    padding-right:10px;
}
#info a {
    color:#FFF;
    text-decoration:none;
}

#info .info-username{
	color:#858483;
	text-decoration:none;
}

#info .info-username:hover{
	text-decoration:underline;
}

#info a:hover {
    text-decoration:underline;
}

#logout {
    float:right;
    background:url(/images/header_logout.jpg) left no-repeat;
    width:190px;
    height:36px;
    padding-top:18px;
    padding-left:10px;
    font-size:18px;
    color:#888;
}
#logout a {
    text-decoration:none;
}
input.search {
    width:159px;
    height:25px;
    border:1px solid #444;
    background:#2a2a2a;
    padding:0px 5px;
    color:#888;
    font-size:18px;
}
#search input.send {
    border:none;
    background:none;
    outline:none;
    color:#888;
    font-size:18px;
}

#search_reset_container{
    display:none;
}
/*TOPPER*/

#topper {
    height:45px;
    width:100%;
    float:left;
    background:url(/images/topper_03.png) top left repeat-x;
    position:fixed;
    top:54px;
    left:0;
    z-index:3;
}
#topper-line {
    background:url(/images/topper_line.jpg) no-repeat top left;
    width:200px;
    height:45px;
    float:right;
}
#topper-links {
    float:left;
    font-size:14px;
    padding-left:50px;
    color:#888;
    padding-top:5px;
}
#topper-info {
    float:right;
    padding-top:5px;
    color:#888;
    margin-right:10px;
}

#topper-info a {
    font-size:14px;
    color:#888;
    text-decoration:none;
}
#topper-info a:hover {
    color:#FFF;
}
.starred {
    padding-left:15px;
    background:url(/images/starred.png) no-repeat left;
}
#topper-info .spanned{
    color:white;
    cursor: default;
}
/*SIDEBAR*/

#sidebar h2 {
    font-size:16px;
    color:#FFF;
    padding-left:10px;
    background:#444444;
    margin-right:10px;
}
#sidebar ul.menu {
    margin-top:10px;
    margin-left:5px;
}
#sidebar ul li ul li {
    height:19px;
    border-bottom:1px solid #444;
    margin-right:15px;
}
#sidebar ul li a {
    font-size:14px;
    color:#858483;
    text-decoration:none;
    padding-left:20px;
}

#sidebar ul li span {
    font-size:14px;
    color:#858483;
    text-decoration:none;
    padding-left:20px;
}

#sidebar ul li a:hover {
    color:#FFF;
}
#sidebar ul#right_menu_accordion > li > a {
    background:url(/images/arrow.jpg) left no-repeat;
}
#sidebar ul#right_menu_accordion > li > a:hover {
    background:url(/images/arrow_hover.jpg) left no-repeat;
}
#sidebar ul#right_menu_accordion > li > a.selected,  #sidebar ul#right_menu_accordion > li > span.selected{
    background:none;
    padding:0 0 0 5px;
    margin-bottom:1px;
    display:block;
    height:19px;
    margin-right:15px;
    border-bottom:1px solid #444;
}

#sidebar ul li ul li.active {
    background: url(/images/arrow_active.jpg) left no-repeat #FFF;
}
#sidebar ul li ul li.active a {
    color:#444;
    display:block;
}
#sidebar ul li ul li.active a:hover {
    background:url(/images/active_hover.jpg) right no-repeat;
    color:#444;
}

#sidebar ul#right_menu_accordion > li > a.active {
    background: url(/images/arrow_active.jpg) left no-repeat #FFF;
    color:#444;
    display:block;
    padding-left:20px;
}

#sidebar ul li.underline {
    border-bottom:1px solid #444;
    margin-right:15px;
}
#sidebar p {
    padding:10px;
    color:#888;
    font-size:12px;
}
/*ENTRY*/

.feed-title a{
    color:#888;
    padding:3px;
    font-size:14px;
    float:left;
    height:58px;
    text-decoration:none
}


.feed-title-hidden {
    display:none
}

a.feed {
    width:112px;
    height:112px;
    display:block;
}
.entry-extended {
    position:relative;
    width:112px;
    height:112px;
    margin-top:10px;
    margin-left:10px;
    float:left;
    top:40px;
}

.entry-extended-blank {
    position:relative;
    width:112px;
    height:112px;
    margin-top:10px;
    margin-left:10px;
    float:left;
    top:40px;
}

.entry-extended-blank > div{
    background: url("/images/standard-layout.jpg") top no-repeat;
    height:100%;
    width:100%;
}
.entry-extended-blank > div > div{
    clear:left;
    padding-top:45px;
    height:50%;
    text-align:center;
    color:#555;
    font-weight:bold;
    font-size:16px;
}

.entry-extended-blank a.previous{
    background: url("/images/arrow-left.jpg") center no-repeat;
    width:112px;
    height:112px;
    text-decoration:none;
    display:block;
}
.entry-extended-blank a.previous:hover{
    background: url("/images/arrow-left-hover.jpg") center no-repeat;
}

.entry-extended-blank a.next{
    background: url("/images/arrow-right.jpg") center no-repeat;
    width:112px;
    height:112px;
    text-decoration:none;
    display:block;
}
.entry-extended-blank a.next:hover{
    background: url("/images/arrow-right-hover.jpg") center no-repeat;
}

.feed-link {
	display:none;
    width:106px;
    height:22px;
    background:#FFF;
    position:absolute;
    bottom:0;
    left:0;
    color:#000;
    font-size:12px;
    padding-top:2px;
    padding-left:6px;
    z-index:1;
}
.entry {
    position:relative;
    width:112px;
    height:112px;
    margin-top:10px;
    margin-left:10px;
    float:left;
}
.entry .feed-link {
    display:none;
}
.entry-hover {
    position:relative;
    width:112px;
    height:170px;
    margin-top:10px;
    margin-left:10px;
    float:left;
}
.entry-hover .feed-link {
    width:106px;
    height:22px;
    background:#FFF;
    position:absolute;
    bottom:0px;
    left:0;
    color:#000;
    font-size:12px;
    padding-top:2px;
    padding-left:6px;
}
.feed-link a {
    text-decoration:none;
}
.feed-link a:hover {
    color:#888;
}
/*FOOTER*/


#footer a.f-images, #footer span.f-images {
    width:26px;
    height:26px;
    display:block;
    text-indent:-9999px;
    margin-right:20px;
    float:left;
}
#footer a.less {
    background:url(/images/20.png) no-repeat;
}
#footer a.more {
    background:url(/images/40.png) no-repeat;
}
#footer a.the-most {
    background:url(/images/60.png) no-repeat;
}
#footer a.less:hover {
    background:url(/images/20-active.png) no-repeat;
}
#footer a.more:hover {
    background:url(/images/40-active.png) no-repeat;
}
#footer a.the-most:hover {
    background:url(/images/60-active.png) no-repeat;
}

#footer span.less-active {
    background:url(/images/20-active.png) no-repeat;
}
#footer span.more-active {
    background:url(/images/40-active.png) no-repeat;
}
#footer span.the-most-active {
    background:url(/images/60-active.png) no-repeat;
}

#footer a.title-toggle {
    font-size:14px;
    text-decoration:none;
    padding-top:3px;
    display:block;
    float:left;
}
#footer {
    background:url(/images/footer_03.png) repeat-x bottom;
    height:57px;
    width:100%;
    float:left;
    position:fixed;
    bottom:0;
    left:0;
    padding-left:10px;
    z-index:3
}
#footer-about {
    width:200px;
    height:45px;
    float:right;
    padding-top:23px;
}
#footer-about a.about {
    font-size:16px;
    color:#888;
    text-decoration:none;
    float:left;
    display:block;
    width:90%;
    height:25px;
}
#footer-about a.about:hover {
    color:#FFF;
}
#footer-about a.opened {
    background:url(/images/open_footer.jpg) no-repeat bottom right;
}
#footer-about a.opened:hover {
    background:url(/images/open_footer_hover.jpg) no-repeat bottom right;
}
#footer-about a.closed {
    background:url(/images/close_footer.jpg) no-repeat bottom right;
}
#footer-about a.closed:hover {
    background:url(/images/close_footer_hover.jpg) no-repeat bottom right;
}


#footer-links {
    float:left;
    font-size:14px;
    padding-left:50px;
    color:#888;
    padding-top:20px;

}

/*PAGINATION*/
#footer-nav {
    float:right;
    padding-top:20px;
    color:#888;
    margin-right:6px;
    background:url(/images/footer-line.png) no-repeat right;
    height:37px;
    min-width:10px;

}
#footer-nav a, #footer-nav span {
    float:left;
    border:1px solid #595959;
    padding:2px 8px;
    height:23px;
    margin-right:10px;
    text-align:center;
    font-size:18px;
    text-decoration:none;
    color:#858483;
}

#footer-nav span.gap{
    border:0;
}

#footer-nav span.disabled {
    color:#858483;
    border:0;
}

#footer-nav span.current {
    background:#FFF;
    color:#000;
}

#footer-nav a:hover{
    color:#FFF;
}


#footer-extended {
    width:100%;
    height:290px;
    position:fixed;
    bottom:48px;
    z-index:8;
    left:0;
    background:#444;
    float:left;
    opacity:.95;
    filter: alpha(opacity=95);
    -moz-opacity: 0.95;
    border-bottom:1px solid #000;
    border-top:1px solid #000;
}
#footer-extended h1 {
    font-size:16px;
}
#f-extended-links {
    font-size:12px;
    color:#FFF;
    padding-left:50px;
    margin-right:550px;
    height:270px;
    float:left;
    padding-top:20px;
	display:inline;
}
#f-extended-links p {
    color:#888;
    margin-top:10px;
}
#f-extended-links ul {
    margin-top:10px;
}
#f-extended-links ul li {
    float:left;
    padding:0px 3px;
}
#f-extended-links a {
    text-decoration:none;
    color:#FFF;
}

#f-extended-links a:hover {
    text-decoration:underline;
}
#f-extended-about {
    float:right;
    color:#888;
    margin-right:9px;
    width:370px;
    border-right:1px solid #000;
    height:290px;
	position:absolute;
	right:180px;
}
#f-extended-social {
    width:180px;
    height:280px;
    padding-top:20px;
    padding-left:10px;
	position:absolute;
	right:0;
}
p.date {
    color:#888;
    padding-top:10px;
    font-size:12px;
}
p.text {
    font-size:12px;
    color:#FFF;
}

p.text a{
    text-decoration:none;
    font-size:12px;
    color:#FFF;
}
p.text a:hover{
    text-decoration:underline;
}

#about-left {
    width:180px;
    float:left;
    border-right:1px solid #000;
    border-left:1px solid #000;
    padding-top:20px;
    height:270px;
    padding-left:10px;
}
#about-right {
    padding-left:10px;
    float:left;
    width:168px;
    padding-top:20px;
}


/*FROM OLD CSS*/
#content-home {/*screen.css (line 154)*/
    margin:auto;
    padding-top:30px;
    width:100%;
}

#left-members {
    width:170px;
    float:left;
    color:#FFF;
    font: 20px "Trebuchet MS", Geneva, Helvetica, Sans Serif;
    text-align:right;
    margin-right:30px;
}
#right-members {
    float:left;
    font: 16px "Trebuchet MS", Geneva, Helvetica, Sans Serif;
    color:#7F7F7F;
    width:700px;
}
#right-members span {
    font: 16px "Trebuchet MS", Geneva, Helvetica, Sans Serif;
    color:#FFF;
}
#right-members a {
    font: 16px "Trebuchet MS", Geneva, Helvetica, Sans Serif;
    color:#7F7F7F;
    text-decoration:none;
}
#right-members a:hover {
    font: 16px "Trebuchet MS", Geneva, Helvetica, Sans Serif;
    color:#FFF;
    text-decoration:none;
}
.form-labels-signin {
    width:170px;
    float:left;
    margin-bottom:10px;
    color:#FFF;
    font: 20px "Trebuchet MS", Geneva, Helvetica, Sans Serif;
    text-align:right;
}
.form-content-signin {
    float:left;
    margin-bottom:10px;
    color:#7F7F7F;
    font: 20px "Trebuchet MS", Geneva, Helvetica, Sans Serif;
    margin-left:30px;
}
.form-content-signin a {
    color:#FFFFFF;
    text-decoration:none;
}
.form-content-signin a:hover {
    color:#FFFFFF;
    text-decoration:underline;
}
.form-content-signin span {
    color:#fff;
}

.form-content-signin-detail {
    float:left;
    margin-bottom:8px;
    color:#7F7F7F;
    font: 16px "Trebuchet MS", Geneva, Helvetica, Sans Serif;
    margin-left:30px;
}

.form-content-footer{
    float:left;
    margin-bottom:10px;
    color:#7F7F7F;
    font: 20px "Trebuchet MS", Geneva, Helvetica, Sans Serif;
    margin-left:30px;
}

.form-content-footer span {
    color:#fff;
}

.form-content-footer .actual_example_images{
    float:left;
    margin-right:20px;
    margin-top:20px;
}

.actual_example_images img{
    width:118px;
    height:118px;
}
.input_signin {
    width:200px;
    height:20px;
    background:#050707;
    border:1px solid #919192;
    font: 18px "Trebuchet MS", Geneva, Helvetica, Sans Serif;
    color:#7F7F7F;
    text-align:center;
}

.input_text_area {
    width:400px;
    height:100px;
    background:#050707;
    border:1px solid #919192;
    font: 18px "Trebuchet MS", Geneva, Helvetica, Sans Serif;
    color:#7F7F7F;
    text-align:center;
}

.input_feed {
    width:400px;
    background:#050707;
    border:1px solid #919192;
    font: 18px "Trebuchet MS", Geneva, Helvetica, Sans Serif;
    color:#7F7F7F;
    text-align:center;
}

.input_channel {
    width:350px;
    height:20px;
    background:#050707;
    border:1px solid #919192;
    font: 18px "Trebuchet MS", Geneva, Helvetica, Sans Serif;
    color:#7F7F7F;
    text-align:center;
}

.input_signin_button {
    background:#FFF;
    border:1px solid #919192;
    font: 18px "Trebuchet MS", Geneva, Helvetica, Sans Serif;
    color:#000;
}
.textarea_signin {
    width:500px;
    height:120px;
    background:#050707;
    border:1px solid #919192;
    font: 18px "Trebuchet MS", Geneva, Helvetica, Sans Serif;
    color:#7F7F7F;
}

.formError{
    font-weight:bold;
    color:red;
    background:url('/images/nickname_notok.jpg') no-repeat left;
    padding-left:20px;
    float:left
}

.formErrorRight{
	font-weight:bold;
    color:red;
    background:url('/images/nickname_notok.jpg') no-repeat left;
    padding-left:20px;
    float:right	
}

label.error{
    font-weight:bold;
    color:red;
    background:url('/images/nickname_notok.jpg') no-repeat left;
    padding-left:20px;
}

label.formCheck{
    font-weight:bold;
    color:green;
    background:url('/images/nickname_ok.jpg') no-repeat left;
    padding-left:20px;
}

#ajax-loader{
    vertical-align:middle;
    margin:10px 10px 0;
}

#ajax-loader-small{
    vertical-align:middle;
    margin:5px 10px 0;
}

.fieldWithErrors{
    float:left;
}




.link-white{
    color:#FFF;
    font-size: 16px;
    font-weight:bold;
    font-family: 'Trebuchet MS', Geneva, Helvetica, Sans Serif;
    text-decoration:none;
}
.link-white:hover{
    color:#888;
    text-decoration:underline
}

.text-grey{
    color:#7F7F7F;
    font-size:16px;
}

#list-table{
    text-align:right;
    width:100%;
}

#list-table th{
    text-align:left;
    font: 20px 'Trebuchet MS', Geneva, Helvetica, Sans Serif;
}

#list-table td span.text-grey{
    color:#7F7F7F;
    text-align:left;
    font:15px 'Trebuchet MS', Geneva, Helvetica, Sans Serif;
}

#list-table td span.text-white a{
    color:#FFF;
    text-decoration:none;
    text-align:left;
    font:15px 'Trebuchet MS', Geneva, Helvetica, Sans Serif;
}
#list-table td span.text-white a:hover{
    color:#888;
    text-decoration:underline;
}


.close_footer_extension{
    position:absolute;
    top:2px;
    right:10px;
    text-decoration:none;
    font-weight:bold;
}

.list{
    width:700px;
}

.list .left{
    float:left;
    width:300px;
    margin-right:100px;
}
.list .right{
    float:right;
    width:300px;
}
