/*../../..*/
/*../../..*/
/*--------------------------------------------------*/
/*      DEFAULT
/*--------------------------------------------------*/
body {  background: #f4f4f4; overflow-y: scroll; }
body, input, textarea, select, option, label {color: #000; font-family: arial, sans-serif; font-size: 11px;}
.clear { display: block; clear: both; }
.none { display: none; }
.hidden { visibility: hidden; }
.right { float: right; }
.left { float: left; }
.block { display: block; }
.inline { display: inline; }
body, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, p, pre { margin: 0; padding: 0; }
h1 { font-size: x-large; }
h2 { font-size: large; }
h3 { font-size: medium; }
h4 { font-size: small; }
h5 { font-size: 100%; }
h6 { font-size: x-small; }
a { color: #18d; text-decoration: none; cursor: pointer; }
a:hover { color: #16c; text-decoration: none; }
/*a:visited { color: #41f; text-decoration: none; }*/
img { border: 0;}
.light {background: #eff4ff;}
.dark {background: #e8eff3;}
.success {color: #361;}
.error {color: #613;}
.break {clear: both; margin: 0 8px; border-top: 1px dashed #dde; }
.rounded {
-moz-border-radius: 4px;
}
#developer {
margin-top: 1px;
padding: 3px 8px 4px;
color: #222;
font-size: 10px;
border-bottom: 1px solid #d1d2cc;
background: #f1f2ee;
}
#developer h3 { font-size: 11px; }
#developer span {
float: left;
margin-right: 13px;
width: 80px;
color: #911;
font-weight: bold;
}
/*--------------------------------------------------*/
/*      SITE
/*--------------------------------------------------*/
#site {
position: relative;
background: url(/themes/kopekolduren/images/bg.gif) repeat-x;
}
#locus {
margin: 0 auto;
width: 926px;
}
#cox {
position: relative;
}
#cox .logo {
position: absolute;
top: 1px;
left: -1px;
}
#deck {
margin: .5em 0;
border: 1px solid #e5e5e5;
background: #fff;
}
#belly {
float: left;
margin: 8px 0 8px 8px;
width: 600px;
min-height: 330px;
}
#flank {
float: right;
margin: 8px;
width: 300px;
min-height: 330px;
}
#aft {
margin: .8em 0;
color: #444;
font-size: 10px;
border-top: 1px solid #dde;
}
#footer {
padding: .5em 0 .2em;
border-top: 1px solid #fff;
}
#footer .copyright {
float: left;
font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
line-height: 9px;
}
.footerLinks {
float: right;
}
.footerLinks a {
margin-left: 2px;
padding: 1px 8px;
color: #ddd;
font-size: 11px;
background: #222;
}
.footerLinks a:hover {
color: #fff;
background: #111;
}
#footnote {
line-height: 9px;
}
#developed {
float: right;
padding: .4em 0 0;
color: #444;
font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
}
#developed:hover {
color: #345;
}
/*--------------------------------------------------*/
/*      DECK
/*--------------------------------------------------*/
#deck h1, #deck h2, #deck h3, #deck h4, #deck h5, #deck h6 {
padding: .1em;
color: #111;
}
#deck h1 {
margin-bottom: 8px;
padding-bottom: 3px;
color: #333;
font-size: 16px;
font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
border-bottom: 1px solid #eee;
}
h2.desc {
margin: -8px 0 8px;
padding-bottom: 3px;
color: #444;
font-size: 13px;
font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
font-weight: normal;
}
/*--------------------------------------------------*/
/*      FLANK
/*--------------------------------------------------*/
.flankMenu a {
display: block;
margin: 0 0 1px;
padding: 5px 8px;
background: #ddd;
}
.flankMenu a:hover {
display: block;
margin: 0 0 1px;
padding: 5px 8px;
background: #eee;
}
/*--------------------------------------------------*/
/*      MAP
/*--------------------------------------------------*/
#map {
display: table;
/*width: 100%;*/
color: #767;
border-top: 1px solid #fff;
border-bottom: 1px solid #dde;
}
.mapColumn {
display: table-cell;
padding: 5px 10px;
}
#map dt {
color: #656;
font-size: 11px;
font-weight: bold;
}
#map li {
margin: 1px 0;
list-style: none;
}
#map a {
display: table-cell;
padding: 1px 0;
color: #06e;
font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
}
#map a:hover, #map a.selected {
color: #08e;
background: #f0f1f1;
}
/*--------------------------------------------------*/
/*      PAGER
/*--------------------------------------------------*/
.pager {
margin: 0 0 3px;
padding: 3px;
background: #ddd;
}
.pager a {
float: right;
display: block;
margin: 1px 1px 0 0;
padding: 3px 5px 3px 6px;
color: #fff;
font-weight: bold;
background: #6d6d70;
}
.pager a:hover, .pager a.selected {
color: #fff;
background: #3d3d40;
}
.pager a.disabled, .pager a.disabled:hover{
background: #adadb0;
}
.pager a.seperate, .pager a.seperate:hover{
padding: 2px 6px 2px 7px;;
color: #888;
border: 0;
background: transparent;
}
.pager div.left {
float: left;
}
.pager div.left select {
padding: 2px;
/*width: 232px;*/
font-family: tahoma;
font-size: 11px;
border: solid 1px #bebece;
}
/*--------------------------------------------------*/
/*      GUIDE
/*--------------------------------------------------*/
.guide a {
display: block;
margin: 1px 0;
padding: 5px 13px;
color: #eee;
font-size: 11px;
background: #2a2a2f;
cursor: pointer;
}
.guide a:hover {
color: #fff;
background: #1a1a1f;
}
/*--------------------------------------------------*/
/*      DASHBOARD
/*--------------------------------------------------*/
#dashboard {
font-size: 11px;
border-bottom: 4px solid #900;
}
#dashboard h4 {
margin: 0px;
padding: 5px 8px 0;
height: 21px;
color: #fff;
font-size: 14px;
background: #900;
}
.dashboardInfo {
padding: 3px 8px;
color: #888;
font-size: 10px;
border-bottom: 1px solid #ddd;
background: #eee;
}
.dashboardInfo a {
float:right;
color: #900;
}
.dashboardInfo a:hover {
text-decoration: underline;
}
.dashboardContainer fieldset {
display: block;
margin: 3px 0;
padding: 3px;
border: 1px dashed #aaa;
}
.dashboardContainer a {
position: relative;
float:left;
margin: 5px;
width: 32px;
height: 32px;
border: 1px solid #ddd;
}
.dashboardContainer a span { 
display: none;
}
.dashboardContainer a:hover span {
display: block;
margin: 4px  0 0 -25px;
padding: 3px 0;
width: 80px;
color: #eee;
text-align: center;
background: #666;
}
.dashboardContainer a:hover, .dashboardContainer a.selected {
color: #900;
}
.dashboardContainer img {
display: block;
}
/*--------------------------------------------------*/
/*      ITEM
/*--------------------------------------------------*/
.item {
position: relative;
margin: 0 0 3px;
font-size: 11px;
background: #eee;
cursor: pointer;
}
.item:hover, .item.hover {
background: #e8e8e8;
}
.item a.image {
float :left;
margin: 3px 8px 3px 3px;
padding: 3px;
width: 50px;
height: 50px;
border: 3px solid #bbb;
text-align: center;
background-color: #fff;
background-position: center center;
background-repeat: no-repeat;
}
.item:hover a.image, .item.hover a.image {
border-top-color: #aaa;
border-right-color: #aaa;
border-left-color: #aaa;
}
.item div.title {
padding: 4px 13px;
height: 15px;
color: #222;
font-size: 11px;
border: 0;
background: #bbb;
}
.item:hover div.title, .item.hover div.title {
background: #aaa;
}
.item h4 {
margin: 0;
padding: 3px;
font-size: 12px;
border-bottom: 1px dotted #aaa;
}
.item span.date {
float: right;
margin: 2px -8px;
color: #555;
font-size: 10px;
}
.item h5 {
padding: 6px 13px;
color: #444;
font-size: 11px;
font-weight: normal;
border: 0;
}
.item .keywords {
padding: 5px;
font-size: 10px;
text-align: right;
}
.item .keywords a { color: #888; }
.item .keywords a:hover { color: #666; }
/*--------------------------------------------------*/
/*      LINE
/*--------------------------------------------------*/
.line.item {
margin-bottom: 3px;
padding: 5px;
border: 1px solid #ddd;
background: #eee;
}
.line.item .handle {
float: left;
margin-right: 8px;
width: 8px;
background: #bbb;
cursor: move;
}
/*--------------------------------------------------*/
/*      INFO
/*--------------------------------------------------*/
.item .info {
padding: 3px;
}
.item .info .passive {
color: #888;
}
/*--------------------------------------------------*/
/*      EDIT
/*--------------------------------------------------*/
.item .edit {
position: absolute;
top: 20px;
right: 0;
padding: 3px;
width: 150px;
border-left: 1px dotted #aaa;
}
.item .edit a {
display: block;
}
/*--------------------------------------------------*/
/*      TOOLBAR
/*--------------------------------------------------*/
.toolbar {
margin: -3px 0 4px;
font-size: 11px;
border-top: 1px dotted #911;
background: #eee;
}
.toolbar a {
float: right;
margin: 0 0 0 2px;
padding: 1px 2px 2px 21px;
color: #ccc;
border-bottom: 2px solid #911;
background-color: #911;
background-image: url(/themes/kopekolduren/images/icons.png);
background-repeat: no-repeat;
}
.toolbar a:hover { color: #fff; }
.line.item .toolbar {
float: right;
margin: -3px 0 0;
width: 220px;
border: 0;
background: #eee;
}
.line.item .toolbar a {
color: #333;
font-size: 10px;
border: 0;
border-left: 1px dotted #ccc;
background-color: transparent;
background-image: url(/themes/kopekolduren/images/icons.png);
background-repeat: no-repeat;
}
.line.item .toolbar a:hover { color: #e30; }
.toolbar a.show { background-position:  3px -64px;}
.toolbar a.edit { background-position:  3px -16px;}
.toolbar a.delete { background-position:  3px -80px;}
.toolbar a.published { background-position:  3px -32px;}
.toolbar a.unpublished { background-position:  3px -48px;}
.toolbar a.true { background-position:  3px -96px;}
.toolbar a.false { background-position:  3px -112px;}
/*--------------------------------------------------*/
/*      LAYOUT
/*--------------------------------------------------*/
.threeColumn .column {
float:left;
width:200px;
}
/*--------------------------------------------------*/
/*      NAVIGATOR
/*--------------------------------------------------*/
#stat {
position: absolute;
top: 5px;
right: 300px;
line-height: 35px;
color: #888;
font-weight: bold;
}
#languages {
padding-top: 5px;
height: 40px;
line-height: 35px;
color: #aaa;
font-size: 10px;
text-align: right;
}
#languages a {
padding: .2em;
color: #888;
}
#languages .selected {
color: #bbb;
font-weight: bold;
}
#navigator {
height: 33px;
}
#navigator li {
position: relative;
float: left;
line-height: 30px;
list-style: none;
}
#navigator .tab {
float: left;
margin: 3px 5px 0 0;
padding: 0 13px;
height: 24px;
line-height: 24px;
font-size: 13px;
font-weight: bold;
letter-spacing: -.08em;
color: #fff;
text-align: center;
background: #610;
text-decoration: none;
}
#navigator li:hover .pulldown { display: block; }
#navigator li:hover .tab, #navigator .tab.selected {
border-bottom: 4px solid #910;
background: #910;
}
#navigator .pulldown {
position: absolute;
display: none;
top: 31px;
left: 0;
min-width: 140px;
background: #910;
z-index: 300;
}
#navigator .pulldown li {
display: block;
float: none;
margin: 0 4px;
padding: 4px 0;
line-height: 20px;
border-bottom: 1px dashed #fff;
}
#navigator .pulldown li.last {border:0;}
#navigator .pulldown a {
display: block;
padding: 0 4px;
color: #fff;
background: #610;
}
#navigator .pulldown a:hover, #navigator .pulldown a.selected {
color: #fff;
background: transparent;
}
#navigator ol {
float: right;
color: #ddd;
}
#navigator ol .tab {
margin-right: 0;
margin-left: 5px;
}
#navigator ol .tab:hover {
}
.logout,.logout:visited {
margin-left: 5px;
padding: 1px 5px;
color: #ddd;
background: #610;
}
.logout:hover {
color: #fff;
background: #910;
}/*--------------------------------------------------*/
/*      FORM
/*--------------------------------------------------*/
#form {
padding: 5px 0;
}
#form a {
color: #3a3a3f;
font-weight: bold;
cursor: pointer;
}
.formLineLight, .formLineDark {
display: block;
margin: 0 0 .1em 0;
padding: .3em;
color: #333;
}
.formLineLight { background: #eff4ff; }
.formLineDark { background: #e8eff3; }
#form .marked { border: 1px dashed #e20; }
.formLabel {
float: left;
padding-left: 5px;
color: #333;
line-height:34px;
vertical-align:middle;
width:160px;
}
.formLineDesc {
display: block;
padding: 2px;
}
.formLineSample {
clear: both;
display: block;
margin: 0 0 -3px 0;
padding: 2px 0 0 140px;
color: #555;
font-size: 10px;
font-family: sans-serif;
font-style: italic;
}
.formLineSampleDesc {
padding: 0 5px;
color: #444;
font-style: normal;
}
.input, .select, .checkbox, .captcha, .textarea, .submit, #form .date {
float:left;
padding:3px;
background: #d9e0e5;
-moz-border-radius: 6px;
}
#form .info {
color: #555;
font-weight:bold;
line-height:34px;
vertical-align:middle;
}
input, textarea,select {
padding:7px;
width: 262px;
color: #555;
border: solid 1px #aaa;
-moz-border-radius: 4px;
}
textarea { height: 110px;}
.formLineWide { width: 400px;}
.required input, .required select, .required textarea { background: #ffffcc; }
.disabled input, .disabled select, .disabled textarea { border: 1px solid #ddd; }
.selected input, .selected select { border: 1px solid #ff3300; }
.select select {
padding: .4em .3em;
width: 278px;
}
.date select {
padding: .4em .3em;
width: inherit;;
}
option {
padding-right: 7px;
color: #777;
font-weight:bold;
}
.checkbox {
float: left;
}
.checkboxItem {
float: left;
padding:4px;
background: #d9e0e5;
-moz-border-radius: 6px;
}
.checkboxItem .check {
float: left;
margin: 0 4px 0 0;
width: 13px;
height: 13px;
border: solid 1px #aaa;
background: #fff;
-moz-border-radius: 4px;
cursor: pointer;
}
.checkboxItem.checked .check {
border: solid 1px #fff;
background: #777;
}
#captcha {
vertical-align:bottom;
}
.captcha input {
width: 115px;
}
span.submit { float: right; }
span.submit .loader { display: none; }
span.submit .loader img { float: left; margin: 6px; }
input.submit, input.button, a.button {
padding: 4px 21px;
width: auto;
min-width: 200px;
color: #eee;
font-size: 12px;
font-weight: bold;
border: 2px solid #fff;
background: #333;
cursor: pointer;
}
input.submit:hover, input.button:hover, a.button:hover {
color: #fff;
background: #222;
}
.submitDesc {
padding-left: 5px;
color: #777;
font-weight:bold;
line-height:36px;
}
a.button {
float: right;
padding: 6px 21px;
min-width: 200px;
text-decoration: none;
}
#form .images {
float: left;
padding: 2px 0;
border-top: 1px dotted #ddd;
background: #eee;
}
#form .images img, .video .videos img {
float :left;
margin: 2px;
padding: 3px;
border: 1px solid #ddd;
background: #fff;
cursor: move;
}
/*--------------------------------------------------*/
/*      RESULT
/*--------------------------------------------------*/
#result {
position: fixed;
top: 40%;
width: 960px;
z-index: 9000;
}
#result .pop {
display: block;
margin: 0 auto;
padding:8px;
width: 400px;
background: url(/themes/default/images/mask.png);
}
#result .close, #result .approve, #result .cancel {
position: absolute;
bottom: 8px;
padding: 4px 13px 5px;
color: #eee;
font-weight: bold;
border: 3px solid #ddd;
background: #333;
cursor: pointer;
-moz-border-radius: 4px;
}
#result .close, #result .approve { right: 8px; }
#result .cancel { left: 8px;}
#result .approve { border-color: #711; background: #911; }
#result h1 {
padding: 7px 30px;
font-size: 16px;
border-style: solid;
border-width: 0;
border-bottom-width: 1px;
}
#result.error h1 {
color: #fee;
border-color: #661100;
background: #881100 url(/themes/default/images/error.png) 7px 7px no-repeat;
}
#result.alert h1 {
color: #ffe;
border-color: #b88800;
background: #e8af00 url(/themes/default/images/alert.png) 7px 7px no-repeat;
}
#result.success h1 {
color: #efe;
border-color: #336611;
background: #558811 url(/themes/default/images/success.png) 7px 7px no-repeat;
}
#result .container {
position: relative;
padding-bottom: 30px;
border: 1px solid #666;
background: #fff;
}
#result .container p {
padding: 13px;
font-size: 12px;
}
#result p.debug {
padding:  0 13px 10px;
color: #811;
font-size: 11px;
}

#form {
padding: 0;
}
#flank .formLabel {
color: #333;
font-size: 11px;
line-height: 28px;
width:115px;
}
#flank input, #flank textarea, #flank select {
padding:4px;
width: 155px;
font-size: 11px;
}
#flank .checkbox {
margin: 0;
}
#flank input.submit {
width: auto;
min-width: 100px;
color: #fff;
}
#flank .submitDesc {
font-size:11px;
line-height:30px;
}
#flank .submitDesc a { color: #777; }
#flank .submitDesc a:hover { color: #333; }/*--------------------------------------------------*/
/*      PROFILE DEFAULT
/*--------------------------------------------------*/
.thumb {
float: left;
margin: 0 5px 5px 0;
padding:4px;
width: 100px;
height: 160px;
border: 1px solid #eee;
}
.mini {
width: 50px;
height: 50px;
}
.thumbName {
display: block;
color: #08d;
overflow: hidden;
}
.thumbAge {
display: block;
color: #08d;
}
.thumbCountry {
display: block;
color: #08d;
}
.thumb.male img {
margin-bottom: 4px;
padding-bottom: 4px;
border-bottom: 2px solid #08d;
}
.thumb.female img {
margin-bottom: 4px;
padding-bottom: 4px;
border-bottom: 2px solid #c04;
}
a.mini {
margin-left: 2px;
padding: 1px 5px;
color: #08d;
font-size: 11px;
background: #dee;
-moz-border-radius: 4px;
}
a.mini:hover {
color: #c04;
background: #eee;
}/*--------------------------------------------------*/
/*      MOO COMPLETER
/*--------------------------------------------------*/
ol.completer {
position: absolute;
margin: 0;
padding: 0;
height: 120px;
font-family: sans-serif;
border: 1px solid #ddd;
overflow: auto;
background: #fff;
}
ol.completer li {
display: block;
margin: 1px;
padding: 4px 5px;
font-size: 11px;
background: #e9f0f5;
list-style: none;
}
ol.completer li.selected {
background: #d9e0e5;
}/*--------------------------------------------------*/
/*      DEBUG
/*--------------------------------------------------*/
#debug {
margin: 10px auto;
width: 960px;
}
#benchmark {
float: left;
padding: 1px 2px 2px;
width: 300px;
border: 1px solid #ddd;
}
#benchmark dt {
float: left;
margin: 1px 0 0;
padding: 1px 3px;
height: 13px;
width: 114px;
background: #e5e5e5;
}
#benchmark dd {
float: left;
margin: 1px 0 0;
padding: 1px 3px;
height: 13px;
width: 174px;
background: #e5e5e5;
}
#benchmark span {
float: left;
margin-top: 3px;
width: 50px;
height: 8px;
background: #555;
}
#backtrace {
float: right;
padding: 1px;
width: 645px;
border: 1px solid #ddd;
}
#backtrace li {
margin-left: 25px;
}
#backtrace dt {
display: block;
margin: 1px 1px 0;
padding: 2px 3px;
background: #ddd;
}
#backtrace dd {
display: block;
margin: 0 1px 1px;
padding: 1px 5px;
border-bottom: 1px solid #bbb;
background: #ccc;
}
#backtrace .result {
color: #083;
}
#backtrace .error dt {
color: #000;
}
#backtrace .error dd {
color: #000;
background: #f55;
}
#result #backtrace {
width: 305px;
}
#result #backtrace {
float: none;
margin: 0 0 13px 2px; 
width: 390px;
height: 100px;
overflow: auto;
}/*--------------------------------------------------*/
/*      PROFILE
/*--------------------------------------------------*/
.profile {
font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
}
.profileSide {
float: left;
margin-right: 8px;
width: 200px;
}
.profileMain {
float: left;
width: 382px;
}
.profile h1, .vcard .fn {
margin-bottom: 8px;
padding-bottom: 3px;
color: #333;
font-size: 16px;
border-bottom: 1px solid #eee;
}
.profile h2 {
margin: 10px 0;
color: #333;
font-size: 11px;
height: 12px;
border-bottom: 1px dotted #ddd;
}
.profile h2 span {
padding-right: 6px;
line-height: 18px;
background: #fff;
}
.profile h3 {
color: #555;
font-size: 13px;
border-bottom: 1px dotted #ddd;
}
.profile dt, .profile dd {
padding: 1px 0px 4px 0px;
list-style: none;
}
.profile dt {
float: left;
clear: left;
width: 120px;
color: #666;
}
.profile dd {
margin-left: 120px;
}
.profile dd span {
display: block;
padding: 0 0 1px;
}


.vcard {
position: relative;
}
.vcard .fn {
margin-left: 210px;
}
.vcard .photo {
float: left;
}
.vcard .nickname,
.vcard .url,
.vcard .adr,
.vcard .title {
display: block;
margin-left: 210px;
padding: 4px 0;
}
.vcard .country-name,
.vcard .country-name {
padding-right: 3px;
}



.friends .mini {
float:left;
margin: 1px;
}

.profileImage.male {
margin-bottom: 4px;
padding-bottom: 4px;
border-bottom: 3px solid #08d;
}
.profileImage.female {
margin-bottom: 4px;
padding-bottom: 4px;
border-bottom: 3px solid #c04;
}
.profileMenu li {
margin: 0 0 3px;
list-style:none;
background: #eee;
}
.profileMenu a {
display: block;
padding: 3px;
color: #06b;
font-size: 12px;
}
.threeColumn {
margin: 0 0 5px 0;
}
.threeColumn p {
margin: 0 0 5px 0;
padding: 5px;
height: 30px;
border-right: 1px solid #fff;
background: #eee;
}
#thumbPoseur {
margin: 50px auto;
width: 100px;
height: 100px;
}
#miniPoseur {
margin: 75px auto;
width: 50px;
height: 50px;
}

.profileLabel, .profileInput, .profilePermision {
float:left;
margin-right: 3px;
padding:3px;
background: #d9e0e5;
-moz-border-radius: 6px;
}
.profileLabel input {
width: 140px;
font-size: 11px;
}
.profileInput input {
width: 260px;
font-size: 11px;
}