﻿@charset "utf-8";


/* ****************** Fonts ******************** */

@font-face {
 font-family: 'ChunkFiveRegular';
 src: url('../fonts/Chunkfive-webfont.eot');
 src: local('☺'), url('../fonts/Chunkfive-webfont.woff') format('woff'), url('../fonts/Chunkfive-webfont.ttf') format('truetype'), url('../fonts/Chunkfive-webfont.svg#webfontb5K2fJwj') format('svg');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'JournalRegular';
 src: url('../fonts/journal-webfont.eot');
 src: local('☺'), url('../fonts/journal-webfont.woff') format('woff'), url('../fonts/journal-webfont.ttf') format('truetype'), url('../fonts/journal-webfont.svg#webfont3lGqYzYA') format('svg');
 font-weight: normal;
 font-style: normal;
}
#logo, #nav, .recent-posts > div, div.date, .read-more a, .footer h3, .contact-box h3, .contact-box label, .contact-box input[type=submit], #categories > div, h1, h2, .share-this strong, .comment-author, form label, form input[type=submit] {
	font-family: 'ChunkFiveRegular', Arial, sans-serif;
	font-weight: normal;
	text-transform:uppercase;
}
#logo span {
	font-family: 'JournalRegular', Arial, sans-serif;
}
/* ****************** Reset ******************** */

* {
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
a {
	color: #96c5d3;
	text-decoration: none;
}
ul, ol, li {
	list-style: none;
}
body {
	background: #F80000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#333;
}
input[type=text], input[type=email], input[type=password], textarea {
	background:#fff;
	border-top: none;
	border-left: solid 1px #eae9e7;
	border-right: solid 1px #eae9e7;
	border-bottom: solid 1px #c2bfbd;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	padding:7px 0;
	color:#333;
	display: block;
	text-indent: 9px;
	width:100%;
}
caption {
	text-align: center;
	padding: 5px 0;
}
.alignleft, .left {
	float:left;
}
.alignright, .right {
	float:right;
}
img.alignleft {
	margin-right: 10px;
}
img.alignright {
	margin-left: 10px;
}
.a-right {
	text-align:right;
}
.a-center {
	text-align:center;
}
#wp-calendar {
	width: 100%;
	margin-top: 5px;
}
#wp-calendar caption {
	font-weight: bold;
	color: #222;
	text-align: center;
	font-size: 14px;
	padding-bottom: 4px;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	padding: 3px 0 2px;
	background: #f5f5f5;
	border: 1px solid #ccc;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
	border: 0;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.wp-caption {
	margin-top: 15px;
}
.wp-caption-text {
	text-align: center;
}
.wpcf7-response-output {
	clear: both;
	margin: 0 !important;
}
.wpcf7-not-valid-tip {
	padding: 0 10px !important;
	left: 10px !important;
}
.ajax-loader {
	display: none;
}
/* ****************** Common Boxes ******************** */

.wrapper {
	width: 960px;
	margin: 0 auto;
	padding-top:40px;
}
.header {
	background: url(../images/bg-header.png) no-repeat left top;
	padding: 40px 55px 40px 60px;
	min-height:120px;
	margin-left:-24px;
	width: 889px;float:left;
}
#logo {
	float:left;
	margin-left: 200px;
	font-size:60px;
	line-height: 0.8em;
}
#logo a {
	color:#333;
	text-decoration: none;
}
#logo span {
	display: block;
	font-size:22px;
	text-transform: none;
	word-spacing:-1px;
	white-space: nowrap;
	color:#6b6a6a;
	line-height: 1em;
}
#nav {
	height: 65px;
	text-align:right;padding-left:230px;
	margin-top:-65px;
	margin-right:-4px;
	white-space: nowrap;
	font-size:14px;
	position:relative;
}
#nav li {
	display: inline;
}
#nav a, #nav a span {
	color:#fff;
	text-shadow: 1px 1px 0 #666;
	display: inline-block;
	background-image:url(../images/tab.png);
	background-repeat: no-repeat;
	height:57px;
	line-height: 58px;
	cursor: pointer;
}
#nav a {
	background-position: right top;
	vertical-align:top;
	margin-top:7px;
	padding-right:26px;
}
#nav a span {
	padding-left:26px;
	background-position: left top;
}
#nav li.current_page_item a, #nav li a:hover {
	background-position: right -57px;
	margin-top:0;
}
#nav li.current_page_item a span, #nav li a:hover span {
	background-position: left -57px;
}
#searchform {
	width: 245px;
	float:right;
	margin-top:25px;
	background:url(../images/shadow-searchform.png) no-repeat center bottom;
	padding-bottom: 12px;
	position:relative;
}
#searchform input[type=text] {
	width:245px;
	float:left;
}
#searchform button {
	position: absolute;
	right:10px;
	top: 6px;
	z-index:1;
	border:none;
	background: none;
	width:24px;
	height:24px;
}
#searchform button span {
	font-size: 0;
	display:block;
	background:url(../images/i_magglass.png) no-repeat left top;
	width:24px;
	height:0;
	cursor: pointer;
	padding:24px 0 0;
	overflow:hidden;
}
.container {
	width:100%;
	float: left;
	padding: 35px 0;
	background: #f2efec url(../images/bg-container.png) repeat-x left top;
}
.footer {
	padding: 25px 59px 64px;
	height:135px;
	margin-left: -19px;
	width:880px;
	clear: both;
	background: url(../images/bg-footer.png) no-repeat center bottom;
}
.footer a {
	text-decoration: underline;
}
.footer a:hover {
	text-decoration: none;
}
.footer > div {
	width: 30%;
	float:left;
}
.footer > div + div {
	padding-left: 5%;
}
.footer h3 {
	color:#a1a1a1;
	font-size: 14px;
	margin-bottom:12px;
}
.footer h3 + div {
	padding-left: 10px;
	line-height: 1.5em;
}
#social-links {
	background: url(../images/bg-social-links.png) no-repeat center bottom;
	padding-bottom:1px;
	height:31px;
}
#social-links a {
	display: inline-block;
	vertical-align: bottom;
	margin:0 5px 0 0;
}
#about-links {
	font-weight:bold;
}
#about-links li + li {
	margin-top: 3px;
}
.left-shadow, .right-shadow {
	background:url(../images/shadow.png) no-repeat left top;
	position: absolute;
	width:16px;
	height:344px;
	bottom:-185px;
}
.left-shadow {
	left: -16px;
}
.right-shadow {
	right: -16px;
	background-position: right top;
}
.contact-box, .contact-box > div {
	background-image: url(../images/bg-contact-box.png);
	background-repeat: no-repeat;
}
.contact-box {
	position: fixed;
	right: 0;
	top: 50%;
	margin-top: -255px;
	z-index: 10;
	width: 624px;
	overflow: hidden;
	padding-bottom: 78px;
	background-position: -624px bottom;
}
.contact-box > div {
	background-position: left top;
	min-height:390px;
	padding-top:35px;
	width:100%;
	float: left;
}
.contact-tab {
	width:41px;
	float:left;
	cursor: pointer;
	height:140px;
	overflow: hidden;
	text-indent: -200px;
}
.contacts {
	float:left;
	width:160px;
	padding-left:40px;
}
.contact-box h3, form label {
	font-size: 14px;
	color:#a1a1a1;
}
.contact-box h3, .contact-box p {
	margin-bottom: 20px;
}
.contacts p {
	line-height: 1.5em;
}
.contacts strong {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.contact-form {
	width:315px;
	float: right;
	margin-right: 40px;
	margin-bottom:0;
}
form label + input, form label + textarea {
	margin-top:5px;
}
.contact-box input[type=submit] {
	position: relative;
	bottom: -57px;
	float:right;
}
.closed {
	width: 41px;
	background: url(../images/contact-us.png) no-repeat left 60px;
}
.closed > div {
	background: none!important;
}
.closed .contact-content {
	display: none;
}
.secondary {
	background: url(../images/bg-secondary.png) no-repeat left bottom #fff;
	position:relative;
	padding: 0 23px 0 40px;
	width: 897px;
	min-height: 190px;
	float: left;
}
.secondary > div {
	padding: 20px 0;
	width:100%;
	float:left;
}
/* ****************** Homepage's boxes ******************** */

.image-info, #categories {
	width:290px;
	float:left;
}
.image-info h1 {
	font-size:18px;
	display: inline-block;
	background: url(../images/i_arrow.png) no-repeat right center;
	padding-right:40px;
}
.image-info p {
	line-height: 1.5em;
	font-size:12px;
	margin-top: 5px;
}
.pp-slideshow {
	width:565px;
	right:23px;
	top:-15px;
	position: absolute;
	height:326px;
	background: url(../images/bg-slideshow.png) center bottom;
}
.pp-slideshow > div {
	margin: 0 13px 0 12px;
	background: #fff;
	height: 290px;
	padding: 10px 9px;
	box-shadow: 0 0 5px #ccc;
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
}
.pp-slideshow > div > div {
	width: 520px;
	margin: 0 auto;
	overflow:hidden;
	height:290px;
}
.pp-slideshow > div > div > ul > li {
	width: 520px;
	height:290px;
	float:left;
	overflow:hidden;
}
.pp-slideshow > div > div > ul > li img { width: 520px;}
#nextBtn, #prevBtn {
	width: 26px;
	height:52px;
	position:absolute;
	top:125px;
	background: url(../images/btn-slideshow.png) no-repeat left top;
}
#nextBtn a, #prevBtn a {
	display: block;
	height:0;
	padding-top: 52px;
	overflow:hidden;
}
#prevBtn {
	left:-14px;
}
#nextBtn {
	right:-13px;
	background-position: right top;
}
.recent-posts {
	padding: 0 35px 0 40px;
}
.recent-posts > div {
	font-size:20px;
	margin-bottom:30px;
}
.recent-posts li {
	width:280px;
	float:left;
	position:relative;
}
.recent-posts li + li {
	margin-left: 22px;
}
.post-img {
	display: block;
	background: url(../images/bg-post-image.png) no-repeat center top;
	padding: 9px 18px 20px;
	width:268px;
	min-height: 145px;
	margin-left: -12px;
}
.post-img img { width: 268px;}
div.date {
	background: url(../images/badge-date.png) no-repeat left top;
	width:56px;
	height:48px;
	padding-top:8px;
	position: absolute;
	left:-10px;
	float:left;
	top:-10px;
	text-align:center;
	color:#fff;
	text-shadow:0 1px 0 #666;
	font-size:24px;
}
div.date span {
	display: block;
	font-family:'Helvetica Neue', Arial, sans-serif;
	font-weight:bold;
	font-size:11px;
	line-height:1em;
	text-transform:uppercase;
}
.recent-posts h1 {
	font-size: 18px;
	margin-bottom:10px;
}
.read-more {
	margin-top: 15px;
}
.read-more a, form input[type=submit] {
	background: url(../images/btn-read-more.png) no-repeat left top;
	display: block;
	width:120px;
	color:#fff;
	height:30px;
	line-height: 24px;
	padding-bottom:6px;
	text-align:center;
	text-shadow: 0 1px 0 #666;
	border: none;
	cursor: pointer;
}
#categories > div, .widget > div {
	font-size:18px;
	text-transform: uppercase;
	margin-bottom:5px;
	padding-bottom: 10px;
}
#categories li, .widget li {
	margin: 10px 0;
	font-size:14px;
	font-style: italic;
	font-weight:bold;
	text-transform: capitalize;
}
.col-left {
	width: 305px;
	float:left;
	margin-left: 40px;
}
.advertise-box {
	width: 305px;
	float: left;
}
.advertise-box, .advertise-box > div, .advertise-box > div > div {
	background-image: url(../images/bg-advertise-box.png);
	float: left;
}
.advertise-box {
	background-position: left top;
	background-repeat:no-repeat;
	padding-top: 17px;
	margin-bottom: 20px;
}
.advertise-box > div {
	background-position: right bottom;
	background-repeat: no-repeat;
	padding-bottom: 17px;
}
.advertise-box > div > div {
	background-position: -307px top;
	background-repeat: repeat-y;
	padding: 0 0 0 17px;
	width:288px;
}
.advertise-box ul {
	margin:-17px 0 0 0;
	width:101%;float:left;
}
.advertise-box li {
	float: left;
	margin: 17px 18px 0 0;
}
.advertise-box li img {
	box-shadow: 0 1px 2px #aaa;
	-moz-box-shadow: 0 1px 2px #aaa;
	-webkit-box-shadow: 0 1px 2px #aaa;
}
.col-right {
	margin-right:23px;
	width: 564px;
	float:right;
}
.white-box {
	width:540px;
	float:right;
	background: url(../images/bg-slideshow.png) no-repeat center top;
	padding: 0 12px;
}
.white-box > div {
	background-color:#fff;
	box-shadow: 0 0 5px #ccc;
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	width:100%;
	float:left;
}
.white-box, .white-box > div, .post {
	position: relative;
}
.posts, div.single {
	background: url(../images/bg-posts-box.png) repeat-x left bottom;
	min-height: 450px;
}
.post {
	padding: 0 30px 30px;
}
.post:first-child {
	margin-top: 30px;
}
.thumbnail, .pp-gallery li {
	float:left;
	padding:6px;
	background-color:#fff;
	box-shadow: 0 1px 5px #ccc;
	-moz-box-shadow: 0 1px 5px #ccc;
	-webkit-box-shadow: 0 1px 5px #eee;
}
.thumbnail a, .pp-gallery li > a {
	display: block;
	width:88px;
	height:88px;
	overflow: hidden;
}
.post-details {
	padding-left: 115px;
}
.post-details h2, div.single h2 {
	font-size: 18px;
	margin-bottom:5px;
}
.posts > h2 {
	font-size: 18px;
	padding: 30px;
}
.post-details p {
	line-height: 1.4em;
}
.postmeta {
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom:8px;
}
.postmeta a {
	font-weight:bold;
	text-decoration:underline;
}
.postmeta a:hover {
	text-decoration: none;
}
.comment-stats {
	display: inline-block;
	background: url(../images/i_comment.png) no-repeat left center;
	padding-left:22px;
	margin-left:7px;
}
.wp-pagenavi {
	background: url(../images/bg-pagenavi-box.png) no-repeat center bottom;
	padding: 30px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.wp-pagenavi a, .wp-pagenavi span {
	display: inline-block;
	min-width: 10px;
	text-align:center;
	padding: 5px 7px;
	vertical-align: middle;
}
.wp-pagenavi a {
	color:#333!important;
	background-color:#f2efec!important;
}
.wp-pagenavi span.current {
	color:#fff!important;
	background-color:#7ab5c6!important;
}
/****************single****************/
div.single {
	padding: 30px;
	clear:both;
}
div.single > h2 {
	font-size: 18px;
	padding: 0 30px 20px;
}
div.single .entry {
	padding: 0 30px;
}
div.single div.date {
	top: 15px;
}
div.single .postmeta {
	padding: 0 30px;
	margin: -20px 0 30px;
}
.share-this {
	background: url(../images/bg-social-links.png) no-repeat left bottom;
	position: absolute;
	right: 0;
	padding-bottom:1px;
	top:10px;
	height:31px;
	padding: 0 15px 0 0;
}
.share-this a {
	margin-left: 8px;
}
.share-this strong {
	font-size:14px;
	color:#a1a1a1;
	display: inline-block;
	vertical-align: top;
	padding: 10px 5px 10px 0;
}
.landing-img {
	background: url(../images/bg-shadow2.png) no-repeat center bottom;
	padding-bottom:13px;
	text-align:center;
}
.landing-img img {
	background:#fff;
	padding: 6px;
	box-shadow: 0 0 2px #ccc;
	-moz-box-shadow: 0 0 2px #ccc;
	-webkit-box-shadow: 0 0 2px #ccc;
	max-width: 430px;
}
.entry {
	line-height: 1.4em;
}
.entry > * + * {
	margin-top: 15px;
}
.entry > h2 + *, .entry > h3 + *, .entry > h4 + *, .entry > h4 + *, .entry > h6 + * {
	margin-top:5px;
}
.entry .alignleft + *, .entry .alignright + * {
	margin-top: 0;
}
.entry ul, .entry ol {
	padding: 0 10px;
}
.entry ul li {
	list-style: disc;
	margin: 2px 0 2px 16px;
}
.entry ol li {
	list-style: decimal;
	margin: 2px 0 2px 18px;
}
.entry blockquote {
	border-left: solid 10px #dcd8d5;
	margin-left: 10px;
	padding: 5px 0 5px 10px;
	color:#666;
	font-style: italic;
	font-size:12px;
}
.comments-box, #respond {
	width: 427px;
	float:left;
	margin: 0 50px;
	padding-top: 30px;
}
.comments-box h2, #respond h2 {
	margin-bottom: 20px;
	font-size: 18px;
}
.comment-content, .comment-content > div {
	background-image: url(../images/bg-comment-box.png);
	background-repeat: no-repeat;
}
.comment-content {
	padding-bottom:27px;
	width:467px;
	margin: 0 0 3px -3px;
	background-position:right bottom;
}
.comment-content > div {
	background-position: left top;
	padding: 20px;
}
.comment-content > div > * + * {
	margin-top: 5px;
}
.commentlist li {
	width:100%;
	float:left;
	padding-bottom: 30px;
}
.avatar {
	float:left;
	margin-right: 10px;
}
.avatar img {
	float:left;
	padding:4px;
	background:#fff;
	box-shadow: 0 1px 2px #ccc;
	-moz-box-shadow: 0 1px 2px #ccc;
	-webkit-box-shadow: 0 1px 2px #ccc;
}
.comment-author {
	font-size: 18px;
	text-transform: none;
color:#;
	margin-bottom:5px;
}
.comment-date {
	font-style: italic;
}
form > * {
	margin-bottom: 20px;
}
form input[type=submit] {
	float:right;
}
.pp-gallery {
	width:100%;
	float:left;
	position:relative;
}
.pp-gallery ul {
	padding-left:2px;
}
.pp-gallery li {
	margin: 0 10px 20px;
	position:relative;
}
.pp-gallery li > a {
	width: 108px;
	height:108px;
}
.pp-gallery li a img { width:108px;}
.gallery-info, .gallery-info > div {
	background-image:url(../images/bg-pop-up.png);
	background-repeat: no-repeat;
}
.gallery-info {
	background-position: right bottom;
	width: 338px;
	padding-bottom: 32px;
	position: absolute;
	left:7px;
	bottom: 55px;
	z-index: 9;
	display: none;
}
.gallery-info > div {
	background-position: left top;
	padding: 25px 25px 10px;
}
.gallery-info h2 {
	margin-bottom:8px;
}
.gallery-info p + p {
	margin-top: 10px;
}
a.view-larger {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform: uppercase;
	text-decoration: underline;
	background: url(../images/i_mag.png) no-repeat left center;
	padding-left: 20px;
}
.pp-gallery li:hover .gallery-info {
	display: block;
}
.widget {
	padding-bottom: 20px;
}
textarea {
	max-height: 100px;
}
