/* @override 
	http://schlaeps.com/style.css
	http://67.225.136.96/style.css
	http://www.schlaeps.com/css/style.css?1
*/

body, html {
	min-height: 100%;
}

body {
	padding: 0;
	margin: 0;
	background-color: #00687b;
	text-rendering: optimizeLegibility;
	font: 14px/19px 'Cabin', Helvetica, Arial, sans-serif;
}

h1, h2 {
	color: #fff;
	margin: 0;
}

h3 {
	margin: 0;
	font: 25px 'Lobster', Georgia, Times, serif;
	color: #333;
}

.text {
	margin: 0;
	margin-top: 5px;
	padding-left: 1px;
}

#header {
	display: block;
	text-indent: -9999px;
	width: 321px;
	height: 101px;
	margin: 20px 15px 10px;
	background: url('/images/logo.png');
}

#content {
	margin: 1px 8px;
	position: relative;
}

.entry {
	width: 403px;
	background: rgba(0,0,0,0.15);
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	position: relative;
	padding: 8px;
	margin: 7px 5px 6px;
	z-index: 400;
}

.entry.single {
	margin-top: 7px;
}

.entry a {
	cursor: pointer !important;
}

.entry.image .post {
	padding: 0;
	position: relative;
	overflow: visible;
	background: none;
}

.entry.image .wrapper {
	background: none;
}

.entry.image .post img {
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	display: block;
}

.entry.image .post .text {
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: rgba(0,0,0,0.7);
	color: #fff;
	width: 100%;
	border-bottom-left-radius:4px;
	-webkit-border-bottom-left-radius:4px;
	-moz-border-radius-bottomleft:4px;
	border-bottom-right-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	-moz-border-radius-bottomright:4px;
	
}

.entry.image .post .text span {
	display: block;
	padding: 4px 7px;
}

.entry.text .post img {
	display: block;
}

.entry.text .post img {
	border-width: 15px 17px 28px;
    -moz-border-image:url('/images/imageborder2.png') 15 17 28 17 repeat;
    -webkit-border-image:url('/images/imageborder2.png') 15 17 28 17 stretch;
    border-image:url('/images/imageborder2.png') 15 17 28 17 stretch;
    box-shadow: inset #000 0px 0px 5px;
    -webkit-box-shadow:inset 0 0 10px #000000;
    margin: 0px auto;
    max-width: 330px !important;
}

.entry.text .post img.alt {
	border-width: 24px 26px 27px;
    -moz-border-image:url('/images/imageborder.png') 24 26 27 26 repeat;
    -webkit-border-image:url('/images/imageborder.png') 24 26 27 26 stretch;
    border-image:url('/images/imageborder.png') 24 26 27 26 stretch;
    box-shadow: inset #000 0px 0px 5px;
    -webkit-box-shadow:inset 0 0 10px #000000;
}

.entry .tab {
	position: absolute;
	top: 9px;
	right: 15px;
	text-decoration: none;
	color: #955913;
	z-index: 500;
}

.entry .tab.comments {
	width: 30px;
	height: 35px;
	right: 55px;
	text-indent: -9999px;
	background: url('/images/tab_comments.png') top left no-repeat;
}

.entry .tab.date {
	width: 35px;
	height: 48px;
	background: url('/images/tab_date.png') top left no-repeat;
}

.entry .tab.date span {
	display: block;
	width: 37px;
	text-align: center;
}

.entry .tab.date span.month {
	font-size: 11px;
	margin-top: 4px;
}

.entry .tab.date span.day {
	font-size: 19px;
	margin-top: -5px;
}

.entry .wrapper {
	background: rgba(0,0,0,0.26);
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	padding: 2px;
}

.entry .post {
	background: #fff;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	padding: 14px;
	padding-top: 10px;
	color: #434343;
}

.entry .fixy {
	float: right;
	width: 40px;
	height: 45px;
}

.entry.image .fixy {
	display: none;
}

iframe {
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	margin: 1px;
}

.FB_Loader {
	margin-top: 20px !important;
}


@-webkit-keyframes pulse {
 0% {
   opacity: 0.4;
   -webkit-transform: scale(1.0);
 }
 50% {
	opacity: 0.2;
	-webkit-transform: scale(0.55);
 }
 100% {
	opacity: 0;
   -webkit-transform: scale(0.1);
 }
}

#loading {
	opacity: 0;
	-webkit-transition: opacity 0.5s linear;
}

#loading.animate {
	opacity: 1.0;
}

#loading .circle {
	background: #fff;
	width: 20px;
	height: 20px;
	border-radius: 10px;
	-webkit-border-radius:10px;
	-moz-border-radius: 10px;
	margin: 0px auto;
	opacity: 0.0;
	visibility: hidden;
}

#loading.animate .circle {
	-webkit-animation-name: pulse;
	-webkit-animation-duration: 0.9s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	visibility: visible;
}