body{
    margin: 0;
    padding: 0;
    background: #666666 url(./../images/skin/body.gif);
}

div {
    font-family: tahoma, verdana, arial, sans;
    font-size: 14px;
}

object:focus, a:focus {
    outline: none;
}

a {
    color: #76ad05;
    text-decoration: none;
}

a:hover{
    color: #0384fd;
    text-decoration: underline;
}

p {
    margin: 0 0 15px 0;
}

ul {    
    margin: 20px;
}

li {    
    padding: 10px 5px;
}

input[type="button"], input[type="submit"], button {
    cursor: pointer;
    padding: 4px 15px;
    background: #fd7d01;
    background: -webkit-gradient(linear, left top, left bottom, from(#e3e3e3), to(#bbbbbb));
    background: -moz-linear-gradient(top, #d3d3d3, #999999);
    text-shadow: 0 1px 1px #eeeeee;
    border: 1px solid #dddddd;
    border-top: 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #444444;
    font-size: 13px;
    font-weight: bold;
    font-family: arial, sans;
    box-shadow: 0 1px 1px #888888;
    -moz-box-shadow: 0 1px 1px #888888;
    -webkit-box-shadow: 0 1px 1px #888888;
}

input[type="button"]:hover, input[type="submit"]:hover, button:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#dddddd), to(#aaaaaa));
    background: -moz-linear-gradient(top, #e3e3e3, #aaaaaa);
    border: 1px solid #cccccc;
    border-top: 0;
}

input[type="text"], input[type="password"], input[type="file"], textarea, select {
    background: #ffffff;
    border: 1px solid #bfc6d0;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 3px 6px;
}

input[name="login"], input[name="password"] {
    width: 170px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #999999;
    font-size: 11px;
    font-family: tahoma, verdana, arial, sans;
}

.login {
    text-align: center;
    padding: 10px 0 2px 0;
}

.password {
    text-align: center;
    padding: 2px 0 10px 0;
}

.submit {
    padding: 10px;
    text-align: center;
    border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    background: #d5d5e4;
}

.bold {
    font-weight: bold;
}

.nodisplay {
    display: none;
}

.hidden {
    display: none;
}

/* PAGE ----------------------------------------------------------------------*/

div.page {
    position:              relative;
    max-width:             1280px;
    min-width:             980px;
    min-height:            1280px;
    background:            #ffffff;
    margin:                10px auto 100px auto;
    border-radius:         5px;
    -moz-border-radius:    5px;
    -webkit-border-radius: 5px;
    box-shadow:            0 1px 5px rgba(0,0,0,0.5);
    -moz-box-shadow:       0 1px 5px rgba(0,0,0,0.5);
    -webkit-box-shadow:    0 1px 5px rgba(0,0,0,0.5);
}

div.page div.main {
    max-width:  900px;
    min-width:  650px;
    min-height: 1280px;
    margin:     0 320px 0 0;
    padding:    290px 30px 8px 0;
}

div.page div.main_mini {
	padding-top: 89px;
}

div.page div.title {
    color: #3c6a93;
    font-size: 24px;
}

/* SIDEBAR -------------------------------------------------------------------*/

div.sidebar {
    position: absolute;
    width: 320px;
    top: 265px;
	bottom: 265px;
    right: 1px;
    z-index: 15;	
    background: #f7f7f7;
	border-radius: 0 0 10px 10px;
}

div.sidebar_mini {
	top: 66px;
}

div.sidebar div.title {
	font-size: 11px;
	text-align: center;
	background: #cccccc;
	color: #ffffff;
	text-shadow: 0 1px 1px #666666;
	padding: 5px 10px;
	font-weight: bold;
	border-top: 1px solid #ababab;
	border-bottom: 1px solid #ababab;
}

div.sidebar div.section {
    position: relative;    
    padding: 10px;
    margin: 0;
    color: #666666;
    background: #f7f7f7;
}

div.sidebar div.top {
    background: -moz-linear-gradient(top, #efefef 0%, #f7f7f7 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#f7f7f7));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#f7f7f7',GradientType=0);
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
}

div.sidebar div.section img.avatar {
    position: absolute;
    left: 10px;
    top: -20px;
    border: 5px solid #ffffff;
    box-shadow: 0 1px 3px #999999;
    -moz-box-shadow: 0 1px 3px #999999;
    -webkit-box-shadow: 0 1px 3px #999999;
    transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
}

div.sidebar div.vcard {
    margin: 0 0 0 150px;
}

div.vcard div.name {
    font-size: 24px;
    color: #aaaaaa;
    text-shadow: 0 1px 1px #ffffff;
}

div.vcard span.yar {
    font-weight: bold;
}

div.vcard div.occupation {     
    font-size: 11px;
    text-shadow: 0 1px 1px #ffffff;
}

div.sidebar div.greetings {
    margin: 55px 0 10px 5px;
    font-size: 11px;
    text-shadow: 0 1px 1px #ffffff;
}

div.sidebar div.separator {
    height: 1px;
    background: #eeeeee;
    border-bottom: 1px solid #ffffff;
}


div.sidebar div.section_content {
    
}

div.sidebar div.categories {
	padding: 0;
}

div.sidebar div.category {
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
	font-family: georgia;
	font-style: italic;
    color: #3c6a93;
    text-shadow: 0 1px 1px #ffffff;
    cursor: pointer;
	text-align: right;
}

div.sidebar div.category:hover {
    background: #ffffff;
    color: #000000;
}

div.sidebar div.current {
    background: #ffffff;
}

.user_panel_icon {
    float: left;
    height: 16px;
    width: 16px;
    margin-right: 5px;
}	

.with_login {
    background: url(./../images/icons/login.png) left center no-repeat;
}

.with_gear {
    background: url(./../images/cog.png) left center no-repeat;
}

.with_home {
    background: url(./../images/icons/home.png) left center no-repeat;
}

.with_email {
    background: url(./../images/email.png) left center no-repeat;
}

.with_m {
    background: url(./../images/icons/male.png) left center no-repeat;
}

.with_f {
    background: url(./../images/icons/female.png) left center no-repeat;
}

.with_exit {
    background: url(./../images/cross.png) left center no-repeat;
}

.with_users {
     background: url(./../images/icons/users.png) 5px 5px no-repeat;
}

.with_play {
     background: url(./../images/icons/play.png) 5px 3px no-repeat;
}

/* HEADER --------------------------------------------------------------------*/

div.header {
    position: absolute;
    top: 15px;
    width: 100%;
    height: 249px;
    background: url(./../images/skin/header.gif) top repeat-x;
}

div.header_mini {
	position: absolute;
    top: 15px;
    width: 100%;
    height: 50px;
    background: url(./../images/skin/header.gif) top repeat-x;
}

div.header div.logo {
    position: relative;
    top: 60px;
    left: 145px;
    height: 114px;
    width: 522px;
    background: url(./../images/skin/logotype.png) left top no-repeat;
}

div.header_mini div.logo_mini {
	position: relative;
	height: 36px;
	width: 101px;
	top: 10px;
	left: 12px;
	background: url(./../images/skin/logo.mini.png) left top no-repeat;
	cursor: pointer;
}

div.header div.logo span.moto {
	display: none;
    position: relative;
    top: 120px;
    left: 3px;
    color: #ffffff;
	font-size: 11px;
    text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}

/* NAVIGATION ----------------------------------------------------------------*/

div.navi {
    position: absolute;
    max-width: 1280px;
    min-width: 980px;
    top: 211px;
    left: 0;
	padding: 0 0 0 140px;
}

div.navi_mini {
	top: 12px;
}

div.navi div.sticker {
    position: absolute;
    max-width: 1280px;
    min-width: 980px;
    bottom: -5px;
    left: 0;
    height: 10px;
    background: #ffffff;
    z-index: 10;
}

div.navi div.tab {
    float: left;
    width: 203px;
    height: 38px;
    text-align: center;
    margin: 0 0 5px 10px;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    background: #959ba1;
    background: -moz-linear-gradient(top, #959ba1 0%, #868b91 50%, #797f85 51%, #62686e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#959ba1), color-stop(50%,#868b91), color-stop(51%,#797f85), color-stop(100%,#62686e));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#959ba1', endColorstr='#62686e',GradientType=0);
    box-shadow: 0 0 3px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 0 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.5);
    z-index: 5;
}

div.navi div.tab a {
    position: relative;
    top: 12px;
    color: #ffffff;
    font-size: 14px;
    text-decoration: none;
    text-shadow: 0 1px 1px #000000;
}

div.navi div.current {    
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    background: #ffffff;
    background: -moz-linear-gradient(top, #efefef 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#ffffff));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#ffffff',GradientType=0);
}

div.navi div.current a {    
    color: #000000;
    text-shadow: 0 1px 1px #ffffff;
}

/* FOOTER --------------------------------------------------------------------*/

div.footer {
    padding: 20px 10px;
    background: #f7f7f7;
    border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
}

div.footer div.separator {
    height: 1px;
    background: #eeeeee;
    border-bottom: 1px solid #ffffff;
}

div.footer div.underground {
    position: relative;
    height: 100px;
    margin: 20px 0 0 0;
}

div.footer div.copyright{
    position: absolute;
    width: 200px;
    font-size: 11px;
    padding: 5px;
    text-shadow: 0 1px 1px #ffffff;
}

div.footer div.counter {
    position: absolute;
    right: 15px;
}

/* EVENT ---------------------------------------------------------------------*/

div.event {
    position: relative;
    padding:  0 0 0 150px;
    margin:   0 0 40px 0;
}

div.event div.date {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    background: #efefef;
    border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
}

div.date div.day {
    color: #cccccc;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    text-shadow: 0 1px 1px #ffffff;
    margin: 5px 0 0 0;
}

div.date div.month {
    color: #cccccc;
    text-align: center;
    margin: 0 0 5px 0;
    font-size: 12px;
}

div.event div.tweet_button {
    position: absolute;
    left: 33px;
    top: 80px;
    width: 55px;
    height: 20px;
}

div.event div.title {
    color: #3c6a93;
    font-size: 24px;
}

div.event div.title a {
    color: #3c6a93;
    text-decoration: none;
}

div.event div.title a:hover {
    text-decoration: underline;
}

div.event div.options {
    font-size: 11px;
    color: #9198a0;
    margin-top: 7px;
}

div.event div.announce {
    background: url(./../images/skin/x.gif) top repeat-x;
    padding: 10px 0 0 0;
    margin: 3px 0 0 0;
    line-height: 160%;
}

div.event div.content {
    margin: 20px 0 0 0;
    line-height: 160%;
}

div.event div.comment {
    position: relative;
    min-height: 80px;
    margin: 20px 0;
    padding: 0 10px;
    background: url(./../images/skin/x.gif) bottom repeat-x;
}

div.event div.comment div.avatar {
    position: absolute;
    top: 0;
    left: 0;
    width: 66px;
    height: 66px;
    border: 1px solid #bbbbbb;
    background-position: center center;
    background-repeat: no-repeat;
}

div.event div.comment div.nickname {
    position: absolute;
    top: 0;
    left: 80px;
    font-size: 16px;
    color: #3c6a93;
}

div.event div.comment div.timestamp {
    position: absolute;
    top: 25px;
    left: 80px;
    height: 16px;
    font-size: 11px;
    color: #bbbbbb;
}

div.event div.comment div.text {
    margin: 0 0 0 70px;
    font-size: 13px;
    line-height: 160%;
    padding: 50px 0 20px 25px;
    background: url(./../images/icons/comment.png) left 50px no-repeat;
}

div.event div.no_comments {
    font-size: 11px;
    color: #999999;
}

div.event div.do_comment {
    width: 205px;
    text-align: center;
    margin: 10px 0 0 0;
    padding: 5px 0;
    background: #efefef;
    color: #666666;
    font-weight: bold;
    font-size: 11px;
    text-shadow: 0 1px 1px #ffffff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    cursor: pointer;
}

#user_panel div.avatar {
    float: left;
    width: 66px;
    height: 66px;
    border: 1px solid #bbbbbb;
    background-position: center center;
    background-repeat: no-repeat;
}

.event_comments div.form {
    margin: 20px;
}

.event_comments div.n_comments {
    margin: 20px;
    color: #3c6a93;
    font-weight: bold;
    padding: 0 0 5px 20px;
    background: url(./../images/skin/x.gif) bottom repeat-x;
}



.subtitle {
   margin: 20px 0 10px 0;
}

.email {
    position: absolute;    
    top: 0;
    right: 10px;
    background: #ffffff;
    border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    font-size: 11px;
    padding: 3px 7px 5px 7px;
    box-shadow: 0 1px 1px #666666;
    -moz-box-shadow: 0 1px 1px #666666;
    -webkit-box-shadow: 0 1px 1px #666666;
}

.simple {
    font-size: 13px;
    padding: 5px;
    margin: 0 0 0 5px;
    background: url(./../images/skin/x.gif) repeat-x top;
    line-height: 180%;
}	

/* PAGINATION ----------------------------------------------------------------*/

div.pagination {
    padding: 0 0 15px 0;
}

div.pagination a {
    background: #90969c;
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
    padding: 4px 6px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    text-decoration: none;
}

div.pagination a:hover {
    background: #0384fd;
}

div.pagination strong {
    background: #fd7101;
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
    padding: 4px 6px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    text-decoration: none;
}

.popup_wrap {
	background: #ffffff;
	padding: 1px;
}

.popup_caption {
	background: #999999;
	color: #ffffff;
	padding: 3px;
}

.comment_area {
	font-family: tahoma, verdana, arial, sans;
	padding: 3px;
}

.clr {
    clear: both;
}

/* FORM ----------------------------------------------------------------------*/

.form {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #e1e1f2;
    padding: 5px 0 0 0;
}

.form_group {
    margin: 10px 0;
}

.form_group_title {
    padding: 3px 10px;
    margin: 5px 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #d5d5e4;
    font-size: 11px;
    font-weight: bold;
    color: #e1e1f2;
}

.form_input {    
    margin: 5px 0;
}

.form_input div.label {
    float: left;
    width: 300px;
    text-align: right;
    padding: 0 7px 0 0;
}

.form_input div.code {
    float: left;
}

.form_input div.code input{
    width: 300px;
}

.form_input div.code textarea{
    width: 300px;
    height: 100px;
    font-family: tahoma, verdana, arial, sans;
}

.form_input div.code select{
    width: 300px;
}

.core_content {
    width: 850px;
    padding: 5px 10px;
}

.left_column {
    float: left;
    width: 300px;
}

.right_column {
    float: right;
    width: 320px;
    background: #e1e1f2;
}

.management {
    padding: 20px;
}

.management div.option {
    float: left;
    width: 128px;
    text-align: center;
    font-size: 14px;
    padding: 75px 0 10px 0;
    margin: 0 50px 0 0;
}

.management div.events {
    background: url(./../images/icons/management/note.png) left top no-repeat;
}

.management div.audio {
    background: url(./../images/icons/management/audio.gif) center top no-repeat;
}

.management div.users {
    background: url(./../images/icons/management/users.gif) left top no-repeat;
}

/* ALBUM ---------------------------------------------------------------------*/

.album {

}

.album div.item {
    position: relative;
    float: left;
    height: 100px;
    width: 250px;
    margin: 10px;
}

.album div.wide {
    width: 400px;
}

.album div.thumbnail {
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.album div.title {
    color: #3c6a93;
    font-size: 11px;
    font-weight: bold;
    margin: 10px 0 5px 0;
}

.album div.property {
    color: #666666;
    font-size: 11px;
}

.album div.somemargin {
    margin: 0 0 5px 0;
}

.album div.actions {
    font-size: 11px;
    margin: 10px 0 0 110px;
    color: #999999;
}

.album div.album_title {
    padding: 10px 0 0 10px;
    color: #3c6a93;
    font-size: 24px;
}

.album div.album_type {
    padding: 5px 10px;
    color: #666666;
    font-size: 11px;
    background: url(./../images/skin/x.gif) bottom repeat-x;
}
.album div.summary{
    position: absolute;
    width: 200px;
    height: 100px;
    left: 100px;
    padding: 0 0 0 10px;
}

.code_listing {
    padding: 10px;
    margin: 10px 0;
    background: #efefef;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 11px;
}

.notification {
    font-size: 13px;
    padding: 30px;
    border: 1px solid #efefef;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin: 5px 0;
}

.stats {
    font-size: 10px;
    color: #999999;
}

.bookmark {
    font-size: 13px;
    padding: 3px 5px;
    margin: 0 0 1px 0;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

div.google_ads {
    background: url(./../images/skin/x.gif) top repeat-x;
    margin: 30px 0;
    padding: 5px 0 3px 0;
    overflow: hidden;
}

div.youtube_video {
    margin: 30px 0 0 0;
    padding: 10px; 
}

div.text_photo {
	text-align: center;
	padding: 10px 0;
	margin: 20px 0;
	background: url(./../images/skin/x.gif) top repeat-x, url(./../images/skin/x.gif) bottom repeat-x;
}
 
div.text_photo img {
	display: block;
	margin: 0 auto;
}

ul {
	background: #efefef;
	border-radius: 5px;
	padding: 10px 0;
}

li {
	font-size: 12px;
	padding: 0;
	margin: 0 0 0 20px;
}

div.links {
    position: absolute;
    left: 250px;
	max-width: 650px;
    font-size: 11px;
    padding: 5px;
	margin: 0 200px 0 0;
    text-shadow: 0 1px 1px #ffffff;
}

