/* 
    Author     : Dennis
*/

ul{
    margin: 0;
}
.margin-top{margin-top: 10px;}
.margin-bottom{margin-bottom: 10px;}

a{ text-decoration: none; color: #383838}
a:hover, a:focus{ color: #6d6d6d;}
p{ font-size: 0.9em;}

.grey-button{
    display: block;
    height: 38px;
    padding-left: 3px;
    margin-top: 10px;
    background: url('/img/buttons/grey/left.png') no-repeat;
}

.grey-button span{
    display: block;
    height: 38px;
    line-height: 38px;
    padding-right: 3px;
    text-align: center;
    font-weight: bold;
    background: url('/img/buttons/grey/right.png') top right;
}

body{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #fffce4 url('/img/bg.png') repeat-x;
    font-size: 1em;
    color: #383838;
}

#header{
    background: url('/img/header-bg.jpg') no-repeat;
    height: 180px;
    margin: 0 0 -10px 0;
}

#header a{
    margin: 15px auto;
    display: block;
    width: 446px;
    height: 114px;
}
   
h1,h2{
    background: #ca1c1c url("/img/gradient-red.png") repeat-x ;
    color: #FFFFFF;
    font-size: 1em;
    font-weight: bold;
    height: 37px;
    line-height: 37px;
    margin: 0;
    padding: 0 0 0 10px;
    text-transform: uppercase;
}

#left h2{  
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

#content h1, #content h2{  
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}


#left .menu-box {
    background: #FFE184 url("/img/gradient-yellow.png") repeat-x;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-bottom: 10px;
    padding: 10px;
}

#left .menu-box ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

#left .menu-box ul li{}

#left .menu-box ul li.first a{ border-top: 0;}
#left .menu-box ul li.last a{ border-bottom: 0;}
#left .menu-box ul li a{  
    border-top: 1px solid #F8F8F8;
    border-bottom: 1px solid #EDC034;
    display: block;
    padding: 5px 10px 5px 0;
    color: #634A00;
    font-weight: bold;
    font-size: 0.9em;
}

#left .menu-box ul li a:hover{  
    color: #3F2F02;
}

#content h1, #content h2{
    
}

#content p{
    padding: 10px;
    margin: 0;
}

ul.profiles{
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

ul.profiles li{
    float: left;
    width: 160px;
    margin: 10px 10px 10px 0;
    font-weight: bold;
    opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}

ul.profiles li:hover{
    opacity: 0.7;
}

ul.profiles li a{
    color: #383838;
    display: block;
}

ul.profiles li span.name{
    display: block;
    height: 28px;
    line-height: 28px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


ul.profiles li span.desc{
    display: block;
    font-weight: 100;
    font-size: 0.8em;
    width: 170px;
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

ul.profiles li.last{
    margin: 10px 0 0 0;
}

.profile-page img{
    display: block;
}
.profile-page dl{
    overflow: hidden;
}
.profile-page dl dt, .profile-page dl dd{
    float: left;
    padding: 2px 0;
}

.profile-page dl dt{ width: 150px;}
.profile-page dl dd{ width: 200px;}

.profile-page dl a{
    text-decoration: underline;
}

#footer{}

ul.linkexchange {
    list-style: none;
    margin: 40px 0 20px 0;
}
ul.linkexchange li {
    float: left;
    width: 150px;
}
ul.linkexchange li a {
    color: #383838;
    font-size: 0.8em;
    text-decoration: none;
}
.pagination{
    overflow: hidden;
    margin: 20px auto;
}

.pagination ul{
    float:left;
    height: 32px;
    font-weight: bold;
    list-style: none;
    padding: 0;
    margin: 0;
}

.pagination ul li.active a{
    color: #430435;
}
.pagination ul li {
    background: #fff;
    border: 1px solid #ccc;
    float: left;
    margin: 0 5px 5px 0;
}
.pagination ul li a {
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    width: 30px;
}
.pagination ul li:hover, .pagination ul li.active {
    border: 1px solid #E62525;
    background: #fffed3;
}
.pagination ul li:hover a {
    color: #430435;
}

#content.av-page p.title{
    font-weight: bold;
    padding: 10px 0 0 10px;
}

#copyright{
    text-align: center;
    font-size: 0.8em;
}


.register-page form{ margin-top: 10px}

.register-page form div{
    height: 38px;
    line-height: 38px;
    margin-bottom: 10px;
}

.register-page form label{
    float: left;
    width: 150px;
}

.register-page form input{
    float: left;
    height: 38px;
    margin: 0;
    padding: 0 10px;
    
    border: 1px solid #b10000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.register-page form input[type="text"], .register-page form input[type="password"]{
    width: 250px;
}

.register-page form input[type="submit"]{
    cursor: pointer;
}

.register-page form input[type="checkbox"]{
    margin-right: 10px;
}

.register-page form select{
    padding: 3px;
    border: 1px solid #b10000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.register-page form div span.gender{
    float: left;
    height: 38px;
    line-height: 38px;
    margin: 0 5px;
}

.error ul, .alert ul, .notice ul, .success ul, .info ul{ list-style: none; margin: 0 10px; padding: 0; }
.error ul li, .alert ul li, .notice ul li, .success ul li, .info ul li{ line-height: 27px;}
.error .square, .alert .square, .notice .square, .success .square, .info .square { height:7px; width:7px; float:left; margin: 10px 10px 10px 0}
.error .square, .alert .square{ background-color: #CC595D; }
.notice .square{ background-color: #CCA416; }
.success .square{ background-color: #98AD47; }
.info .square{ background-color: #488DAD; }


