@charset "UTF-8";

UTF-8;
body {
  font-family:'Comic Sans MS';
  font-weight:bold;
  font-style:italic;
  font-size:15px;
  line-height:1;
  color:#666666;
}

body {
  background:url(http://i62.tinypic.com/6gvrkm.png) no-repeat top center fixed;
  background-color:#FFFFFF;
}

a,a:visited {
  color:#0088cc;
  text-decoration:none;
}

a:hover,a:focus {
  color:#005580;
  text-decoration:underline;
}

ul {
  padding:0;
  margin:0;
  list-style-type:none;
}

ol {
  padding:0;
  margin:0;
  list-style-type:none;
}

.twocolumn {
  -moz-column-count:2;
  -webkit-column-count:2;
  column-count:2;
}

/* ==========================================================================
   Top Navagation
   ========================================================================== */
.navbar {
  background-color:#990067;
  position:fixed;
  left:0;
  top:0;
  height:40px;
  width:100%;
  z-index:500;
  box-shadow:0 3px 20px 3px rgba(0,0,0,.8);
  font-size:1rem;
  line-height:1;
}

.nav {
  width:940px;
  margin:0 auto;
  display:block;
}

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

.nav li {
  float:left;
}

.nav a:link,.nav a:visited {
  display:block;
  width:auto;
  height:30px;
  font-size:1.0625em;
  color:#FFFFFF;
  background-color:#990067;
  text-align:center;
  padding:10px 20px 0;
  text-decoration:none;
  text-transform:uppercase;
}

.nav a:hover,.nav a:active {
  background-color:#cc3399;
}

/* ==========================================================================
   Classes for MFC Generated Elements
   ========================================================================== */
#header_bar,#footer_bar,#about_me_label,#profile_main_photo,#profile_header_container,#profile_schedule,#profile_about_me > div:nth-child(1) {
  display:none;
}

#profile {
  width:940px;
  margin:40px auto -10px;
  background:#fff url(http://i57.tinypic.com/2yy76gl.jpg) top center no-repeat;
  box-shadow:0 0 20px 3px #333;
  font-size:.875em;
  line-height:1.25;
}

#profile_header {
  padding:400px 0 0;
}

#profile_avatar {
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  -o-border-radius:50%;
  border-radius:50%;
  -webkit-box-shadow:1px 1px 2px #a09c94;
  -moz-box-shadow:1px 1px 2px #a09c94;
  -o-box-shadow:1px 1px 2px #a09c94;
  box-shadow:1px 1px 2px #a09c94;
  -webkit-transition:all 1s;
  -moz-transition:all 1s;
  -o-transition:all 1s;
  transition:all 1s;
}

#profile_avatar:hover {
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  -o-border-radius:10px;
  border-radius:10px;
  -webkit-transition:all 1s;
  -moz-transition:all 1s;
  -o-transition:all 1s;
  transition:all 1s;
}

.profile_section {
  border-spacing:0;
}

.profile_section .heading {
  background:#990067;
  color:#fff;
  height:40px;
  font-size:1.065rem;
  font-weight:normal;
  padding:10px 0 0 15px;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
}

.profile_section_content {
  font-family:'Comic Sans MS';
  font-weight:bold;
  font-style:italic;
  font-size:15px;
  z-index:auto;
}

#profile_about_me {
  margin:20px 0;
}

#about_me_value {
  display:block;
  text-align:right;
  margin:0 auto 0 -20px;
}

img {
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0;
  -moz-box-shadow:0;
  box-shadow:0;
}

.img_radius_shadow {
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0;
  -moz-box-shadow:0;
  box-shadow:0;
}

#img_preview {
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0;
  -moz-box-shadow:0;
  box-shadow:0;
}

.container {
  display:block;
  margin:0 0 0 20px;
}

.in_page_anchor {
  padding-top:50px;
  margin-top:-50px;
  display:inline-block;
/* required for webkit browsers */
}

/*New lock image for password protected galeries*/
#profile_password_photo_galleries .photo_gallery_link img {
  display:block;
  background-image:url(http://i57.tinypic.com/2dkbhaa.png);
  background-repeat:no-repeat;
  background-position:0 0;
  width:70px;
  height:84px;
  padding-top:0!important;
  padding-right:0!important;
  padding-bottom:0!important;
  padding-left:70px!important;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  -webkit-box-shadow:0 0 0 #a09c94;
  -moz-box-shadow:0 0 0 #a09c94;
  -o-box-shadow:0 0 0 #a09c94;
  box-shadow:0 0 0 #a09c94;
}

/*Hover Key animation for Password Protected galerys*/
#profile_password_photo_galleries .photo_gallery_preview .photo_gallery_link:nth-child(2) {
  display:block;
  background-image:url(http://i59.tinypic.com/2qwo57n.png);
  background-position:top right;
  background-repeat:no-repeat;
  width:70px;
  height:100px;
  margin-left:50px;
  background-position:26px 102px;
  -webkit-transition:all 1s;
  -moz-transition:all 1s;
  -o-transition:all 1s;
  transition:all 1s;
}

#profile_password_photo_galleries .photo_gallery_preview .photo_gallery_link:nth-child(2):hover {
  background-position:26px 42px;
  -webkit-transition:all 1s;
  -moz-transition:all 1s;
  -o-transition:all 1s;
  transition:all 1s;
}

.photo_gallery_previews {
  text-align:center;
}

/* ==========================================================================
   Classes for Custom Content
   ========================================================================== */
.social-links {
  margin:20px 0;
  text-align:center;
}

.crazy-picts {
  text-align:center;
  margin:20px 0;
}

.crazy-picts img {
  margin:0 1.25em;
  height:180px;
}

.crazy-picts .caption {
  font-size:1.125em;
  font-weight:bold;
  margin-bottom:5px;
}

.round {
  border-radius:50%;
}

.about-me {
  padding:0 20px;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
}

.about-me .header {
  font-size:1.25rem;
  font-weight:bold;
  margin-top:20px;
  margin-bottom:-10px;
}

.whats-new {
}

.goat-img {
  margin-bottom:20px;
}

.turn-on-offs ul {
  margin:10px 0;
}

.books img,.movies img {
  margin:4px;
  border:1px solid #666;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
}

/* ==========================================================================
   Store
   ========================================================================== */
.store {
  font-size:1rem;
  line-height:1;
}

.store-header {
  background:#990067;
  color:#fff;
  margin:auto;
  height:40px;
  font-size:1.065em;
  padding:10px 0 0 15px;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
}

.store-list {
  background-color:#ccc;
  border:5px solid #ccc;
  margin:auto;
  height:432px;
  overflow:auto;
}

.four-rows {
  height:575px;
}

.store-footer {
  background-color:#990067;
  color:#fff;
  margin:auto;
  height:15px;
  margin-bottom:20px;
}

.store-item {
  width:49%;
  height:135px;
  margin:.5%;
  float:left;
  background-color:#ddd;
  border-radius:8px;
  padding-right:5px;
  text-align:left;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  position:relative;
  overflow:hidden;
}

.store-item .image {
  width:40%;
  height:100%;
  position:absolute;
  left:0;
  top:0;
  z-index:10;
}

.image img {
  height:100%;
}

.store-item .desc {
  width:59.7%;
  height:100%;
  background-color:#ddd;
  position:absolute;
  right:0;
  top:0;
  padding:0 5px;
  z-index:20;
  -moz-transition:.5s .5s ease-in-out;
  -o-transition:.5s .5s ease-in-out;
  -webkit-transition:.5s .5s ease-in-out;
  transition:.5s .5s ease-in-out;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
}

.store-item:hover .desc {
  background-color:rgba(128,128,128,.8);
  color:#eee;
  width:100%;
  padding:0 40px;
}

.desc .title {
  height:20px;
  width:100%;
  margin:7px 0 0;
  font-size:1em;
  font-weight:bold;
}

.desc-content {
  height:81px;
  width:100%;
  overflow:hidden;
  -ms-text-overflow:ellipsis;
  -o-text-overflow:ellipsis;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-line-clamp:5;
  -webkit-box-orient:vertical;
}

.desc-content ul {
  list-style-type:disc;
  list-style-position:inside;
}

.desc-content li {
  margin:2px;
  font-size:.75em;
}

.desc-footer {
  height:20px;
  width:100%;
  text-align:right;
  padding-right:5px;
  position:absolute;
  bottom:5px;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  z-index:30;
}

/*Vorschaubild der Public Galerys (Transition von Kreis zu Rechteck)*/
.photo_gallery_image {
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  -o-border-radius:50%;
  border-radius:50%;
  -webkit-box-shadow:1px 1px 2px #a09c94;
  -moz-box-shadow:1px 1px 2px #a09c94;
  -o-box-shadow:1px 1px 2px #a09c94;
  box-shadow:1px 1px 2px #a09c94;
  -webkit-transition:all 1s;
  -moz-transition:all 1s;
  -o-transition:all 1s;
  transition:all 1s;
}

.photo_gallery_image:hover {
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  -o-border-radius:10px;
  border-radius:10px;
  -webkit-transition:all 1s;
  -moz-transition:all 1s;
  -o-transition:all 1s;
  transition:all 1s;
}

/*Box-Shadow bei PasswordgeschÃ¼tzten galery vorschaubild entfernen*/
.photo_gallery_lock {
  -webkit-border-radius:0;
  -moz-border-radius:0;
  -o-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0 0 0 #a09c94;
  -moz-box-shadow:0 0 0 #a09c94;
  -o-box-shadow:0 0 0 #a09c94;
  box-shadow:0 0 0 #a09c94;
}

/*Public Galery Einstellungen (Main DIV der einzelnen galerien)*/
.photo_gallery_preview {
  display:inline-block;
  background:rgba(200,179,156,1);
  text-align:center;
  width:170px;
  height:30px;
  margin:12px;
  padding:11px;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  -o-border-radius:50%;
  border-radius:50%;
  -webkit-box-shadow:0 0 5px #a09c94;
  -moz-box-shadow:0 0 5px #a09c94;
  -o-box-shadow:0 0 5px #a09c94;
  box-shadow:0 0 5px #a09c94;
}

.photo_gallery_preview:hover {
}

/*Message Wall Einstellungen*/
.wall_post_body {
  background:#990067;
  border:1px solid rgba(200,179,156,1);
  position:static;
  margin-left:100px;
  padding:20px;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  -o-border-radius:10px;
  border-radius:10px;
}

.wall_post_avatar img {
  background:#990067;
  width:60px;
  height:60px;
  padding:2px;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  -o-border-radius:50%;
  border-radius:50%;
  -webkit-box-shadow:0 0 5px #a09c94;
  -moz-box-shadow:0 0 5px #a09c94;
  -o-box-shadow:0 0 5px #a09c94;
  box-shadow:0 0 5px #a09c94;
  -webkit-transition:all 1s;
  -moz-transition:all 1s;
  -o-transition:all 1s;
  transition:all 1s;
}

.wall_post_avatar img:hover {
  -webkit-border-radius:0;
  -moz-border-radius:0;
  -o-border-radius:0;
  border-radius:0;
  -webkit-transition:all 1s;
  -moz-transition:all 1s;
  -o-transition:all 1s;
  transition:all 1s;
}

.wall_post_info {
  margin-left:120px;
}

.wall_post_time {
  margin-left:46px;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */