@charset UTF-8;
@import url(http://fonts.googleapis.com/css?family=Ropa+Sans);


/* Style Index * /

#0 Reset
#1 Layout Structure
#2 Main header
#3 Main menu
#4 Content styling
#5 Comments
#6 Photo gallery
#7 Portfolio gallery
#8 Sidebar styling
#9 Footer


/* #0 Reset */


@font-face {
    font-family: 'entypo';
    src: url('../fonticons/entypo.svg#entypo') format('svg');
    src: url('../fonticons/entypo.eot?#iefix') format('embedded-opentype'),
         url('../fonticons/entypo.svg#entypo') format('svg'),
         url('../fonticons/entypo.woff') format('woff'),
         url('../fonticons/entypo.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


html, body {
}

html {
}

body {
	font-size: 13px;
	font-family: Arial, sans-serif;
	/*font-family: 'Monda', sans-serif;*/
	margin: 0;
	padding: 0;
	color: #5e5e5e;
	background:#232323;
}

h1, h2, h3, h4, h5, h6, span, p, input {
	margin: 0;
	padding: 0;
}

table, tr, td {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

ul, li, ol {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

.boxed {
	background:#fff url(../images/triangles.jpg) top center no-repeat;
}


/* #1 Layout Structure */

a {
	color: #232323;
	text-decoration: none;
	-moz-transition: color 0.2s, background 0.2s, opacity 0.2s, filter 0.2s;
	-webkit-transition: color 0.2s, background 0.2s, opacity 0.2s, filter 0.2s;
	-o-transition: color 0.2s, background 0.2s, opacity 0.2s, filter 0.2s;
}

a:hover {
	color:#ff7800;
	text-decoration: none;
}

a:focus {
	outline: 0;
}

.clear-float {
	clear:both;
}

.wrapper {
	width:1000px;
	margin:0px auto;
	position:relative;
}

.left {
	float:left;
}

.right {
	float:right;
}

.icon-text {
	font-family:'entypo', Arial;
}

.image-border-font {
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	z-index:3;
	box-shadow:inset 0px 0px 0px 1px rgba(0,0,0,0.2);
	width:100%;
	height:100%;
}

.image-border-font.inverted-border {
	box-shadow:inset 0px 0px 0px 1px rgba(255,255,255,0.3);
}

.image-hover {
	display:inline-block;
	position:relative;
	background:#232323;
}

.image-hover img {
	opacity:1;
	filter:alpha(opacity=100);
	-moz-transition: color 0.2s, background 0.2s, opacity 0.2s, filter 0.2s;
	-webkit-transition: color 0.2s, background 0.2s, opacity 0.2s, filter 0.2s;
	-o-transition: color 0.2s, background 0.2s, opacity 0.2s, filter 0.2s;
	max-width: 100%;
}

.image-hover:hover img {
	opacity:0.2;
	filter:alpha(opacity=20);
}

a .search-icon {
	display:block;
	position:absolute;
	top:0px;
	z-index:4;
	width:100%;
	height:100%;
	background:url(../images/search.png) no-repeat center;
    background-size: 1px 1px;
	opacity:0;
	filter:alpha(opacity=0);
	-moz-transition: color 0.2s, background 0.2s, opacity 0.2s, filter 0.2s;
	-webkit-transition: color 0.2s, background 0.2s, opacity 0.2s, filter 0.2s;
	-o-transition: color 0.2s, background 0.2s, opacity 0.2s, filter 0.2s;
}

a:hover .search-icon {
	opacity:1;
	filter:alpha(opacity=100);
	background:url(../images/search.png) no-repeat center;
    background-size: 42px 42px;
}

/*  */

.header {
	height:110px;
}

.header .header-logo h1 {
	color:#232323;
	font-size:26px;
}

.header .header-logo h1 a {
	display:block;
	padding-top:16px;
}

.header .header-logo h1.the-logo {
	overflow:hidden;
	color:transparent;
	background-size:100% auto;
	background-position:0px 0px;
	background-repeat:no-repeat;
	max-width:100%;
}

.header .header-logo h1.the-logo a {
	color:transparent;
	padding-top:60px;
}

div.header-banner {
	display:block;
	float:right;
	margin-top:24px;
}

div.header-logo {
	display:block;
	float:left;
	margin-top:27px;
}

div.header-logo h1.logo {
	padding-top:12px;
	font-size:36px;
}


/*  */

div.menu {
	display:block;
	padding-bottom:20px;
}

ul.menu {
	display:block;
	height:38px;
	background:#232323;
}

ul.menu li {
	display:block;
	float:left;
	padding-right:6px;
	background:url(../images/menu-split-white.png) no-repeat right center;
	position:relative;
}

ul.menu li a {
	display:block;
	padding:12px 16px;
	color:#fff;
}

ul.menu li a:hover {
	opacity:0.6;
	filter:alpha(opacity=60);
}

ul.undermenu {
	display:block;
	height:34px;
	background:rgba(255,255,255,0.6);
	border-bottom:1px dotted #b2b2b2;
}

ul.undermenu li {
	display:block;
	float:left;
	padding-right:5px;
	background:url(../images/menu-split-black.png) no-repeat right center;
}

ul.undermenu li a {
	display:block;
	padding:12px 16px;
	font-size:11px;
}


ul.uppermenu {
	display:block;
	height:35px;
	background:rgba(255,255,255,0.6);
	border-top:1px dotted #b2b2b2;
	text-align:right;
	cursor:default;
}

ul.uppermenu li {
	display:inline-block;
}

ul.uppermenu li a {
	display:block;
	padding:12px 16px 12px 0px;
	font-size:11px;
}

div.socials-header {
	display:block;
	position:absolute;
	padding:8px 14px;
	z-index:2;
	font-size:20px;
}

div.socials-header a:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
}

div.socials-header a span.social-bubble {
	display:inline-block;
	background:url(../images/social-bubble-arrow.png) no-repeat left center;
	font-size:10px;
	line-height:7px;
	font-weight:bold;
	margin:2px 7px 2px 5px;
	padding-left:3px;
	opacity:0.5;
	filter:alpha(opacity=50);
}

div.socials-header a span.social-bubble font {
	padding:5px 6px;
	background:#232323;
	display:inline-block;
	color:#fff;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

/*  */

.content {
	display:block;
	margin-bottom:20px;
}

.content .content-left {
	width:680px;
	display:block;
	margin-bottom:20px;
	float:left;
	margin-right:20px;
	overflow:hidden;
}

.content .content-left.content-full-width {
	width:100%;
	margin-right:0px;
}

.content .content-middle {
	width:160px;
	display:block;
	margin-bottom:20px;
	float:left;
	margin-right:20px;
	overflow:hidden;
}

.content .content-right {
	width:300px;
	display:block;
	margin-bottom:20px;
	float:left;
	margin-right:0px;
	overflow:hidden;
}

.content .content-full {
	width:100%;
	display:block;
	margin-bottom:40px;
	overflow:hidden;
}

.comments-small {
	color:#ff7800!important;
	font-size:9px!important;
	font-weight:bold;
	margin-left:8px;
	padding-left:12px;
	background:url(../images/comments-small.png) no-repeat left center;
}

.content-middle h3 {
	font-size:12px;
	line-height:18px;
	margin-top:10px;
}

.content-middle .middle-panel {
	padding-bottom:10px;
	margin-bottom:15px;
	border-bottom: 1px dotted #B2B2B2;
}

.content-middle .middle-panel:last-child {
	border-bottom:0px;
}

.banner-160x600 {
	display:block;
	width:160px;
	height:600px;
	overflow:hidden;
}

.banner-300x250 {
	display:block;
	width:300px;
	height:250px;
	overflow:hidden;
}

.banner-468x60 {
	display:block;
	width:468px;
	height:60px;
	overflow:hidden;
	margin:0px auto;
}

.sponsored-advert {
	font-size:10px;
	display:block;
	margin-top:10px;
	text-align:center;
	font-weight:bold;
	color:#8b8b8b;
}

.sponsored-advert span {
	font-size:12px;
	padding:0px 8px;
	display:inline-block;
}

.right-panel {
	margin-bottom:25px;
	position:relative;
}

h2.panel-title {
	display:block;
	background:url(../images/panel-title-bg.png) repeat top left;
	font-size:19px;
	color:#232323;
	margin-bottom:18px;
}

h2.panel-title span {
	display:inline-block;
	background:#fff;
	padding-right:12px;
}

a.textad {
	display:block;
	background:#f0f0f0;
	border:1px solid #d2d2d2;
	box-shadow:0px 2px 1px #f2f2f2, inset 0px 1px 0px #fff;
	text-shadow:0px 1px 0px #fff;
	color:#8c8c8c;
	font-size:10px;
	line-height:15px;
	padding-top:14px;
	padding-bottom:4px;
	margin-bottom:10px;
	-moz-border-radius:3px;
	border-radius:3px;
}

a.textad:hover {
	background:#f9f9f9;
}

a.textad > span {
	display:block;
	padding:0px 20px 10px 20px;
}

a.textad span.textad-title {
	color:#232323;
	font-size:15px;
	font-weight:bold;
}

a.textad span.textad-link {
	color:#ff7800;
	font-weight:bold;
}

a.textad span.textad-link span.icon-text {
	padding-right:6px;
	font-weight:normal;
}

.tagcloud {
	cursor:default;
}

.tagcloud > a {
	display:inline-block;
	color:#fff;
	background:#232323;
	font-size:12px!important;
	padding:6px 9px;
	margin:0px 1px 4px 0px;
}

.tagcloud > a:hover {
	background:#ff7800;
}

p {
	line-height:16px;
	font-size:12px;
	color:#757575;
}

.mailing-list-form {
	display:block;
	padding:20px 0px;
	text-align:center;
}

.content textarea {
	display:inline-block;
	border:1px solid #232323;
	color:#232323;
	padding:6px 13px;
	box-shadow:inset 0px 1px 2px rgba(0,0,0,0.2);
	font-size:11px;
	width:180px;
	height:90px;
}

.content input[type=text] {
	display:inline-block;
	border:1px solid #232323;
	color:#232323;
	padding:6px 13px;
	box-shadow:inset 0px 1px 2px rgba(0,0,0,0.2);
	font-size:11px;
	width:180px;
}

.mailing-list-form input[type=text] {
	display:block;
	margin:0px auto 4px auto;
}

input[type=submit] {
	display:inline-block!important;
	background:#232323;
	border:0px;
	color:#fff;
	padding:7px 13px;
	display:block;
	margin:10px auto 0px auto;
	cursor:pointer;
	font-size:10px;
}

/*input[type=submit]:hover {
	background:#ff7800;
}*/

.right-panel .screen-reader-text {
	display:none;
}

.right-panel form {
	text-align:center;
}

.panel-right-side {
	display:block;
	position:absolute;
	background:#fff;
	height:19px;
	top:0px;
	right:0px;
	padding-left:10px;
	font-size:12px;
	padding-top:1px;
}

.panel-right-side .icon-text:first-child {
	padding-left:0px;
}

.panel-right-side .icon-text {
	display:inline-block;
	font-size:17px;
	padding-left:9px;
	opacity:0.5;
	filter:alpha(opacity=50);
}

.panel-right-side .icon-text.active {
	opacity:1;
	filter:alpha(opacity=100);
}

.comment-item {
	display:block;
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom: 1px dotted #B2B2B2;
}

.comment-item:after {
	display:block;
	content:'';
	clear:both;
}

.comment-item .comment-avatar {
	display:block;
	float:left;
	width:60px;
}

.comment-item .comment-content {
	display:block;
	margin-left:75px;
}

.comment-item .comment-content h3 {
	font-size:14px;
	padding-bottom:10px;
}

.icon-link {
	display:inline-block;
	font-size:10px;
	font-weight:bold;
	margin-right:14px;
}

.icon-link .icon-text {
	padding-right:6px;
	font-weight:normal;
}

.comment-item .comment-content .icon-link {
	display:inline-block;
	margin-top:11px;
}

.comment-item .comment-content .icon-link .icon-text {
	padding-left:6px;
}

#panel-comments > .comment-item:last-child, .article-item > .article-content:last-child, .gallery-item:last-child {
	border-bottom:0px;
	margin-bottom:0px;
}

.article-item h3, .gallery-item h3 {
	font-size:15px;
	line-height:21px;
}

.article-item .article-image {
	padding-bottom:10px;
}

.article-item .article-content {
	padding-bottom:10px;
	border-bottom: 1px dotted #B2B2B2;
	margin-bottom:10px;
}

.alert-message {
	font-size:10px;
	text-align:center;
	display:block;
}

.alert-message .icon-text {
	padding-right:8px;
}

.gallery-item .gallery-image {
	padding-bottom:10px;
	position:relative;
	width:300px;
	height:182px;
}

.image-big-gallery {
	position: relative;
	width:100%;
}

.gallery-item {
	padding-bottom:14px;
	border-bottom: 1px dotted #B2B2B2;
	margin-bottom:18px;
	width:300px;
}

.gallery-preview-thumbs {
	display:block;
	position:absolute;
	z-index:10;
	background:rgba(0,0,0,0.8);
	padding:10px 12px;
	margin-left:-126px;
	left:50%;
	bottom:24px;
	border:1px solid rgba(255,255,255,0.6);
	-moz-border-radius:3px;
	border-radius:3px;
}

.gallery-preview-thumbs > a > span {
	margin:0px 2px;
}

.waiter {
	width:100%!important;
	overflow: hidden;
}

.sexyslider-title {
	padding:15px 20px!important;
	width:auto!important;
}

.sexyslider-title h2 {
	padding-bottom:8px;
}

.sexyslider-title h2 a {
	font-size:15px;
	color:#fff;
}

.sexyslider-title {
	font-size:10px;
	color:#fff;
	line-height:16px;
}

.slider {
	padding-bottom:16px;
	border-bottom: 1px dotted #B2B2B2;
	margin-bottom:16px;
	position:relative;
}

#navigation {
	position:absolute;
	bottom:15px;
	left:0px;
	z-index:9;
	width:100%;
}

#navigation a.sexyslider-prev {
	float:left;
}

#navigation a.sexyslider-next {
	float:right;
}

#navigation a.sexyslider-prev:after {
	display:block;
	content:'\E75D';
	float:left;
	padding-right:6px;
	font-family:'entypo', Arial;
}

#navigation a.sexyslider-next:after {
	display:block;
	content:'\E75E';
	float:right;
	padding-left:6px;
	font-family:'entypo', Arial;
}

#navigation a {
	color:#bcbcbc;
	font-size:10px;
	font-weight:bold;
}

#navigation a:hover {
	color:#787878;
}

#control {
	position:relative;
	display:block;
	padding-top:16px;
	text-align:center;
	margin:0px auto;
	width:200px;
	z-index:10;
}

#control a {
	background:#bcbcbc;
	color:transparent;
	display:inline-block;
	margin:0px 3px;
	width:10px;
	height:10px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

#control a:hover {
	background:#787878;
}

#control a.active {
	background:#ff7800;
}

.post-stock {
	display:block;
	padding-bottom:16px;
	border-bottom:1px dotted #B2B2B2;
	margin-bottom:20px;
	text-align:center;
}

.post-stock .post-small.post-fix {
	display:inline-block;
	margin:0px 30px;
	text-align:left;
	float:none;
}

.post-stock:after {
	display:block;
	clear:both;
	content:'';
}

.content-left .double-panel h3, .content-left .post-stock h3 {
	padding-top:10px;
}

.content-left .double-panel .article-list h3 {
	padding-top:0px;
}

.content-left h3 {
	line-height:20px;
}

.post-stock .post-small h3 {
	font-size:14px;
	line-height:20px;
}

.post-stock .post-big {
	display:block;
	width:328px;
	float:left;
	text-align:left;
}

.post-stock .post-small {
	display:block;
	width:154px;
	float:right;
	margin-left:19px;
	text-align:left;
}

.post-stock > .post-small:last-child {
	margin-left:0px;
}

.banner-panel {
	display:block;
	padding-bottom:16px;
	border-bottom:1px dotted #B2B2B2;
	margin-bottom:20px;
}

.double-panel > div {
	width:240px;
}

.double-panel div.double-article-list > h3 {
	display:block;
	padding-bottom:12px;
	border-bottom:1px dotted #B2B2B2;
}

.double-panel > div > div.double-article-list > h3:last-child {
	border:0px;
}

.double-panel {
	display:block;
	padding-bottom:16px;
	border-bottom:1px dotted #B2B2B2;
	margin-bottom:20px;
}

.double-panel:after {
	display:block;
	clear:both;
	content:'';
}

a.button-full-width, a.button-center-width {
	display:block;
	background:#f0f0f0;
	border:1px solid #d2d2d2;
	box-shadow:0px 2px 1px #f2f2f2, inset 0px 1px 0px #fff;
	text-shadow:0px 1px 0px #fff;
	color:#8c8c8c;
	font-size:9px;
	line-height:15px;
	padding:8px 0px;
	-moz-border-radius:2px;
	border-radius:2px;
	text-align:center;
	font-weight:bold;
}

a.button-full-width:hover, a.button-center-width:hover {
	background:#f7f7f7;
}

a.button-full-width:active, a.button-center-width:active {
	background:#e9e9e9;
}

a.button-center-width {
	margin:0px 130px;
}

.double-panel div.double-full-article > h3 {
	display:block;
	padding-bottom:8px;
}

.double-article-img-list .article-list {
	display:block;
	padding-bottom:14px;
	border-bottom:1px dotted #B2B2B2;
	margin-bottom:16px;
}

.double-article-img-list .article-list:last-child {
	border:0px;
	margin-bottom:8px;
}

.double-article-img-list .article-list:after {
	display:block;
	clear:both;
	content:'';
}

.double-article-img-list .article-thumb {
	display:block;
	float:left;
	width:50px;
	height:33px;
	margin-top:3px;
}

.double-article-img-list h3 {
	display:block;
	margin-left:64px;
	padding-top:0px;
	margin-top:-3px;
	font-size:13px;
	line-height:18px;
}

.content-left > div:last-child {
	border:0px;
}

.page-view-block {
	display:block;
	padding-bottom:16px;
	border-bottom:1px dotted #B2B2B2;
	margin-bottom:20px;
}

.full-width-page {
	color:#232323;
}

.page-view-block p, .full-width-page p {
	padding-bottom:16px;
	color:#232323;
	line-height:20px;
	font-size: 12px;
}

.page-view-block {
	color:#232323;
}

.article-main-icons {
	display:block;
	padding-bottom:16px;
	border-bottom:1px dotted #B2B2B2;
	margin-bottom:16px;
}

.article-main-icons .article-icon {
	display:inline-block;
	color:#9c9c9c;
	font-size:10px;
	margin-right:14px;
	line-height: 15px;
}

.article-main-icons a.article-icon:hover {
	color:#ff7800;
}

.article-main-icons .article-icon .icon-text {
	padding-right:7px;
}

.article-main-photo {
	padding-bottom:16px;
}

.page-view-block h2 {
	font-size:20px;
	line-height:25px;
	padding-bottom:16px;
}

h2.article-main-title {
	font-size:20px;
	line-height:25px;
	display:block;
	border-bottom:1px dotted #B2B2B2;
	padding-bottom:16px;
	margin-bottom: 18px;
	color:#232323;
}

.article-tag-block {
	display:block;
	border-top:1px dotted #B2B2B2;
	padding-top:16px;
}

.article-tag-block .tag-text {
	display:inline-block;
	margin-right:10px;
	font-weight:bold;
	font-size:12px;
	padding:5px 0px;
}

.article-tag-block .tag-text .icon-text {
	font-weight:normal;
	padding-right:6px;
}

.article-tag-block .tagcloud {
	display:inline-block;
	width: 430px;
}

.article-tag-block .tagcloud > a {
	font-size: 10px!important;
}


.single-panel div.single-full-article > h3 {
	display:block;
	padding-bottom:8px;
}

.single-article-img-list .article-list {
	display:block;
	padding-top:14px;
	border-top:1px dotted #B2B2B2;
	margin-top:16px;
	height:36px;
	overflow:hidden;
}

.single-article-img-list .article-list:first-child {
	border:0px;
	padding-top:0px;
}

.single-article-img-list .article-list:last-child {
	margin-bottom:16px;
}

.single-article-img-list .article-list:after {
	display:block;
	clear:both;
	content:'';
}

.single-article-img-list .article-thumb {
	display:block;
	float:left;
	width:50px;
	height:33px;
	margin-top:1px;
}

.single-article-img-list h3 {
	display:block;
	margin-left:64px;
	padding-top:0px;
	font-size:14px;
	line-height:18px;
}

.single-article-img-list p {
	display:block;
	margin-left:64px;
	padding-top:0px;
	margin-top:0px;
	font-size:13px;
	line-height:18px;
	font-size:9px;
	width:430px;
	height:18px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}

.full-panel {
	display:block;
	margin-bottom:26px;
}

.page-view-block .social-likes {
	display:block;
	border-top:1px dotted #B2B2B2;
	padding-top:14px;
	margin-top:12px;
}

.social-likes > div {
	display:inline-block;
	margin-right:7px;
}

.social-likes > div > a span.icon-text {
	display:inline-block;
	background:#f3f3f3;
	font-weight:normal;
	padding:0px 7px 0px 7px;
	font-size:11px;
	margin-right:7px;
	-moz-transition: color 0.2s, background 0.2s, opacity 0.2s, filter 0.2s;
	-webkit-transition: color 0.2s, background 0.2s, opacity 0.2s, filter 0.2s;
	-o-transition: color 0.2s, background 0.2s, opacity 0.2s, filter 0.2s;
}

.social-likes > div > a {
	display:inline-block;
	margin-right:4px;
	border:1px solid #e4e4e4;
	padding:0px 7px 0px 0px;
	font-size:10px;
	font-weight:bold;
	line-height:19px;
	color:#232323;
}

.social-likes > div > span {
	display:inline-block;
	border:1px solid #e4e4e4;
	padding:0px 3px;
	font-size:9px;
	line-height:17px;
	font-weight:normal;
	color:#686868;
	margin:2px 0px;
	cursor:default;
	text-shadow:0px 1px 0px #fff;
	position:relative;
}

.social-likes > div > span span.bullet {
	display:block;
	width:4px;
	height:4px;
	border-left:1px solid #e4e4e4;
	border-bottom:1px solid #e4e4e4;
	position:absolute;
	left:-3px;
	top:6px;
	background:#fff;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}

.social-likes > div > a:hover {
	border:1px solid #cecece;
	color:#232323;
	background:#efefef;
}

.social-likes > div > a:hover span.icon-text {
	background:#5c5c5c;
	color:#fff;
	border-top:1px solid #5c5c5c;
	border-left:1px solid #5c5c5c;
	border-bottom:1px solid #5c5c5c;
	margin-top:-1px;
	margin-left:-1px;
	margin-bottom:-1px;
}

.social-likes > div.soc-button-facebook > a:hover span.icon-text {
	background:#475aaf;
	border-top:1px solid #3c4d95;
	border-left:1px solid #3c4d95;
	border-bottom:1px solid #3c4d95;
}

.social-likes > div.soc-button-twitter > a:hover span.icon-text {
	background:#30b1d1;
	border-top:1px solid #2997b2;
	border-left:1px solid #2997b2;
	border-bottom:1px solid #2997b2;
}

.social-likes > div.soc-button-pinterest > a:hover span.icon-text {
	background:#ca3737;
	border-top:1px solid #ac2f2f;
	border-left:1px solid #ac2f2f;
	border-bottom:1px solid #ac2f2f;
}

.about-author-image {
	display:block;
	float:left;
}

.about-author-content {
	display:block;
	margin-left:120px;
}

.about-author-content h2 {
	padding-bottom:10px;
}

.about-author-content p {
	padding-bottom:10px;
}

.about-author-block {
	display:block;
	padding-bottom:10px;
}

.about-author-block:after {
	display:block;
	content:'';
	clear:both;
}

.comment-block {
	display:block;
	border-bottom:1px dotted #B2B2B2;
	padding-bottom:16px;
	margin-bottom:16px;
}

.comment-block .comment-avatar {
	width:60px;
	height:60px;
	display:block;
	float:left;
}

.comment-block .commment-content {
	display:block;
	margin-left:75px;
}

.comment-block .time-stamp {
	display:block;
	font-size:10px;
	padding-top:4px;
	color:#b5b5b5;
}

.comment-block .time-stamp .icon-text {
	padding-right:8px;
}

.comment-block h3 {
	padding-bottom:10px;
}

.comment-block h3 font {
	font-size:10px;
	display:inline-block;
	padding-left:10px;
	padding-top:2px;
	color:#ff7800;
}

.comment-block h3 font .icon-text {
	padding-right:4px;
}

.comment-block p {
	padding-bottom:12px;
	color:#232323;
}

.comments > li:last-child .comment-block:last-child {
	border:0px;
}

ul.children .comment-block:before {
	display:block;
	position:absolute;
	content:'\21B3';
	left:26px;
	top:18px;
	font-family:'entypo', Arial;
	font-size:20px;
	color:#e5e5e5;
}

ul.children .comment-block {
	padding-left:75px;
	position:relative;
}


/* Footer */

.footer {
	background:#232323;
	color:#eaeaea;
	padding:10px 0px 10px 0px;
}

.footer a {
	color:#fff;
}

.footer a:hover {
	color:#ccc;
}


.footer .logo {
	display:block;
	float:left;
	font-weight:700;
	font-size:30px;
}

.footer .logo img {
	margin-bottom:10px;
}

.footer h2.logo {
	padding-bottom:13px;
}

.footer .social-icons {
	float:right;
	opacity:0.6;
	filter:alpha(opacity=60);
	font-size:20px;
	margin-top:6px;
	cursor:default;
}

.footer .social-icons a {
	display:inline-block;
	margin-left:3px;
}

.footer .menu-section {
	font-size:13px;
	margin-top:10px;
}

.footer .menu-section ul {
	display:block;
	text-align:center;
	padding-bottom:2px;
	margin-bottom:18px;
	border-bottom:1px solid #494949;
}

.footer .menu-section ul li {
	display:inline-block;
	position:relative;
}

.footer .menu-section ul li:last-child:after {
	display:none;
}

.footer .menu-section ul li:after {
	position:absolute;
	display:block;
	height:12px;
	width:1px;
	background:#757575;
	right:1px;
	top:16px;
	content:'';
}

.footer .menu-section ul li a {
	display:inline-block;
	padding:15px 10px 20px 10px;
	margin-right:10px;
	font-size:14px;
}

.footer .foot-menu ul {
	margin-bottom:10px;
}

.footer ul {
	text-align:center;
}

.footer .middle-section ul li {
	display:inline-block;
	padding:6px 12px;
	font-size:12px;
	position:relative;
}

.footer .middle-section ul li:last-child:after {
	display:none;
}

.footer .middle-section ul li:after {
	position:absolute;
	display:block;
	height:11px;
	width:1px;
	background:#757575;
	right:-3px;
	top:6px;
	content:'';
}

.footer .middle-section  ul li a {
	display:inline-block;
}

.footer .middle-section {
	padding-bottom:20px;
	border-bottom:1px solid #494949;
	margin-bottom:20px;
}

.footer .foot-middle-left {
	float:left;
	width:460px;
	display:block;
	padding-right:40px;
}

.footer .foot-middle-left h2, .footer .foot-middle-center h2, .footer .foot-middle-right h2 {
	padding-bottom:10px;
	font-size:17px;
}

.footer .copystuff {
	display:block;
	text-align:center;
}

.footer .copystuff p {
	line-height:16px;
	vertical-align: middle;
	color:#a4a4a4;
	font-size:11px;
}

.footer .copystuff p img {
	padding:0px 5px;
}

.footer .footer-split {
	display:inline-block;
	height:11px;
	width:1px;
	margin:2px 10px;
	background:#757575;
}



/*  */

#writecomment {
	text-align:center;
}

#writecomment p.comment-form-author {
	padding-top: 6px;
}

#writecomment p.logged-in-as {
	width: 280px;
	margin: 15px auto 15px auto;
	padding-left: 16px;
}

#writecomment p.logged-in-as a:last-child {
	color: #B71616;
}

#writecomment p.logged-in-as a {
	font-weight: bold;
}

#writecomment .comment-error {
	display:block;
	width:200px;
	font-size:10px;
	text-align:left;
	margin:0px auto;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:120px;
	color:#b71616;
}

#writecomment .comment-error .icon-text {
	display:inline-block;
	padding-right:7px;
}

#writecomment p.comment-notes {
	padding-top:10px;
	padding-bottom:25px;
}

#writecomment p.comment-notes .required {
	color: #b71616;
}

#writecomment p {
	display:block;
	padding-bottom:5px;
	color:#232323;
	font-weight:bold;
	font-size:11px;
}

#writecomment p label {
	display:inline-block;
	margin-right:15px;
	width:115px;
	text-align:right;
	padding-top:5px;
	position:relative;
}

#writecomment p label .required {
	color: #b71616;
	position: absolute;
	right: -8px;
}

#writecomment .error {
	border:1px solid #b71616;
}

#writecomment .form-submit {
	margin-left: 26px;
}

a[href='#top'] {
	position:fixed;
	background:#232323;
	z-index:20;
	color:#fff;
	font-size:10px;
	font-weight:bold;
	padding:14px 20px;
	bottom:20px;
	right:20px;
	display:none;
	-moz-border-radius: 3px;
	border-radius: 3px;
	opacity:0.3;
	filter:alpha(opacity=30);
	text-align:center;
	text-shadow:0px 1px 0px #000;
}

a[href='#top']:hover {
	opacity:0.7;
	filter:alpha(opacity=70);
}

a[href='#top'] div {
	padding-bottom:7px;
	font-size:20px;
}

.paginator {
	display:block;
	padding-bottom:16px;
	text-align:center;
}

.paginator ul {
	display:inline-block;
	cursor:default;
}

.paginator ul li {
	display:inline-block;
}

.paginator ul li a:hover {
	color:#232323;
}

.paginator ul li a {
	color:#bbbbbb;
	display:inline-block;
	font-size:14px;
	font-weight:bold;
	padding:4px 8px;
	margin:0px 2px;
}

.paginator ul li span.active {
	display:inline-block;
	font-size:14px;
	font-weight:bold;
	padding:4px 8px;
	margin:0px 2px;
	color:#fff;
	background:#232323;
}

.no-comments-box {
	width:300px;
	display:block;
	background:url(../images/no-comments.png) no-repeat 0px 8px;
	padding-left:70px;
	margin:30px auto;
	color:#232323;
}

.no-comments-box h3 {
	font-size:19px;
	font-weight:bold;
	line-height:32px;
}

.photo-gallery-page {
	width:1000px;
}

.photo-gallery-page:after {
	display:block;
	content:'';
	clear:both;
}

.photo-gallery-page .gallery-item {
	margin-left:16px;
	margin-right:16px;
	float:left;
	height:250px;
	border:0px;
}

.title-right-corner {
	position:absolute;
	right:0px;
	top:8px;
}

.title-right-corner b {
	display:inline-block;
	font-weight:bold;
	font-size:11px;
	color:#232323;
	padding:2px 8px;
}

.title-right-corner a {
	margin-left:16px;
	font-size:11px;
}

.title-right-corner a.active {
	background:#232323;
	color:#fff;
	padding:2px 8px;
}

.photo-gallery-huge-pic {
	display:block;
	padding-bottom:30px;
	position:relative;
}

.photo-gallery-page blockquote {
	display:block;
	width:80%;
	margin:0px auto;
}


.carousel-box {
	position:relative;
}

.carousel-box .image-list {
	display:block;
	width:925px;
	position:relative;
	height:139px;
	overflow:hidden;
	margin:0px auto;
	margin-top: -20px;
}

.carousel-box .image-list ul {
	display:block;
	width:90000px;
	position:absolute;
	top:0px;
	left:0px;
	-moz-transition: left 0.3s;
	-webkit-transition: left 0.3s;
	-o-transition: left 0.3s;
}

.carousel-box .image-list ul li {
	display:block;
	float:left;
	padding:25px 6px 25px 0px;
	margin-left: 0px!important;
}

.full-content .carousel-box .image-list ul li {
	padding:10px 6px 25px 0px;
}

.full-content .carousel-box .carousel-left, .full-content .carousel-box .carousel-right {
	top:10px;
}

.carousel-box .carousel-left {
	font-family: entypo, Arial;
	position:absolute;
	left:0px;
	top:25px;
	font-size:34px;
	display:block;
	padding:28px 5px 27px 5px;
}

.carousel-box .carousel-right {
	font-family: entypo, Arial;
	position:absolute;
	right:0px;
	top:25px;
	font-size:34px;
	display:block;
	padding:28px 5px 27px 5px;
}

.carousel-box .image-list li.active a img {
	width: 111px;
	height: 73px;
	border: 8px solid #ff7800;
}


.photo-gallery-huge-pic .left-button {
	left:20px;
	top:48%;
	position:absolute;
	font-size:36px;
	font-weight:normal;
	color:#fff;
	opacity:0;
	filter:alpha(opacity=0);
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.7);
	z-index:100;
}

.photo-gallery-huge-pic .right-button {
	right:20px;
	top:48%;
	position:absolute;
	font-size:36px;
	font-weight:normal;
	color:#fff;
	opacity:0;
	filter:alpha(opacity=0);
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.7);
	z-index:100;
}

.photo-gallery-huge-pic:hover  .left-button, .photo-gallery-huge-pic:hover  .right-button {
	opacity:0.5;
	filter:alpha(opacity=50);
}

.photo-gallery-huge-pic .left-button:hover, .photo-gallery-huge-pic .right-button:hover {
	opacity:1;
	filter:alpha(opacity=100);
}

.archive-main-block .page-view-block {
	border:0px;
	margin-bottom:10px;
}

.huge-map-view {
	display:block;
	margin-bottom:25px;
}

.success-msg, .error-msg {
	display:block;
	width:auto;
	margin:30px auto;
	text-align:center;
}

.mailing-list-form .success-msg, .mailing-list-form .error-msg {
	margin-top:10px;
	margin-bottom:25px;
}

.success-msg h3 {
	font-size:20px;
	color:#6f9a1b;
	padding-bottom:2px;
}

.error-msg h3 {
	font-size:20px;
	color:#9a2a1b;
	padding-bottom:2px;
}

.mailing-list-form {
	position:relative;
}

.loading-msg {
	display:block;
	background:rgba(255,255,255,0.9) url(../images/loading.gif) no-repeat center 5px;
	width:100%;
	height:100%;
	position:absolute;
	z-index:10;
}

.loading-msg h3 {
	font-size:20px;
	padding-bottom:2px;
	margin-top:70px;
	color:#232323;
}

.success-msg p, .error-msg p, .loading-msg p {
	font-size:12px;
	color:#575757;
}

#searchform {
	text-align:center;
}

#searchform label {
	display:none;
}

#searchform input[type=text] {
	width: 190px;
}

#searchform input[type=submit] {
	margin:0px;
	display:inline-block;
	padding:7px 17px;
}


/* Lightbox */

.lightbox .loading-box {
	padding:50px 0px;
	line-height: 24px;
}

.startlightbox  {
	overflow: hidden;
}

.startlightbox .lightbox {
	display:block;
}

.lightbox {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.8);
    text-align:center;
	z-index:200;
	display:none;
	overflow-y:auto;
}

.lightbox .lightcontent .light-close span, .lightbox .lightcontent-loading .light-close span {
	font-family: entypo, Arial;
	font-size:14px;
	display:inline-block;
	margin-top:-2px;
	margin-right:6px;
}

.lightbox .lightcontent .light-close:hover, .lightbox .lightcontent-loading .light-close:hover {
	color:#db2727;
}

.lightbox .lightcontent .light-close:active, .lightbox .lightcontent-loading .light-close:active {
	color:#b01e1e;
}

.lightbox .lightcontent .light-close, .lightbox .lightcontent-loading .light-close {
	display:block;
	right:0px;
	top:-30px;
	font-family: Arial;
	position:absolute;
	font-size:12px;
	color:#fff;
	text-shadow:0 1px 3px rgba(0,0,0,0.6);
}

.lightbox .lightcontent, .lightbox .lightcontent-loading {
	background:#fff;
	width:1000px;
	margin:100px auto 70px auto;
	position:relative;
	box-shadow: 0px 1px 4px #222;
	text-align:left;
}

.lightbox .light-title {
	display:block;
	position:absolute;
	top:-33px;
	color:#fff;
	text-shadow:0 1px 3px rgba(0,0,0,0.6);
	height:23px;
	width:780px;
	overflow:hidden;
	text-overflow: ellipsis;
	white-space:nowrap; 
}

.loading-box {
	display:block;
	text-align:center;
}

.loading-box .loading-image {
	display:block;
	text-align:center;
	padding-top:20px;
}

.lightbox .carousel-left {
	left:8px;
}

.lightbox .carousel-right {
	right:8px;
}

.lightbox blockquote {
	padding-bottom:30px;
}

.mobile-menu {
	display:none;
}

.comments #respond {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px dotted #B2B2B2;
}

#respond #replt-title {
	text-align: right;
	margin-bottom: 20px;
	color: #b71616;
}

#respond #replt-title a {
	color: #b71616;
}

#infscr-loading {
	display: block;
	background: rgba(255,255,255,0.7);
	width: 190px;
	text-align: center;
	height: 80px;
	padding-bottom: 14px;
}

#infscr-loading img {
	margin: 0px auto 15px auto;
}

#wp-calendar {
	width:100%;
	margin:0px auto;
}

#wp-calendar caption {
	padding-bottom:16px;
}

#wp-calendar td {
	padding:6px 0px;
	text-align:center;
}

#wp-calendar thead {
	background:#eaeaea;
}

#wp-calendar th {
	padding:5px 0px;
}

.articles-not-found {
	display: block;
	text-align: center;
	font-size: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #B2B2B2;
	font-weight: bold;
}

.content-right li {
	margin-bottom: 6px;
	display: block;
}

#ot-lightbox-content {
	margin: 0px 40px 40px 40px;
}


