/* reset */
* {margin:0;padding:0;}
html {height:100%;text-align:center;}
body {font-size:100%;height:100%;}
img {display:block;border:0;}
a img {border:0;text-align:left;}
a:active,a:hover{outline:none;}
fieldset{border:none;}
ul,ol {list-style:none;position:relative;}

/* global */
body {
	background: #e8e8dd url(/media/images/site/bg.gif) repeat;
}

#site-wrapper {
	border-top: 5px solid #d9004d;
	font: normal 13px/20px 'Helvetica Neue', Arial, sans-serif;
	text-align: left;
}

#content-wrapper {	
	margin: 0 auto;
	width: 880px;
}

.page-wrapper {
	background-color: #fff;
	margin-bottom: 10px;
	overflow: hidden;
	padding:20px;
}

.curved-5 {
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.curved-10 {
	border-radius: 10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

.curved-20 {
	border-radius: 20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
}

a {
	color: #d9004d;
	text-decoration: none;
}

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

h1 {
	color: #d9004d;
	font-size: 22px;
	line-height: 28px;
	letter-spacing: -0.04em;
}

h2 {

}

h3 {
	color:#d9004d;
	font-size: 18px;
	margin-bottom: 10px;
}

p {
	margin-bottom: 10px;
}

span.line {
	background-color:#e5e5e5;
	display: block;
	height:1px;
	width:100%;
}

/* button */
a.btn {
	background-color: #d9004d;
	border-radius: 20px;
	color:#fff;
	font-weight:bold;
	height:16px;
	padding: 4px 20px 5px 17px;
	position: relative;
	
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
}

a:hover.btn {
	background-color: #f83278;
	text-decoration: none;
}

.btn-submit {
	background-color: #d9004d;
	border-radius: 20px;
	color:#fff;
	font: bold 13px/18px 'Helvetica Neue', Arial, sans-serif;
	height:24px;
	padding: 3px 14px 6px 14px;
	border:0;
	cursor: pointer;
	
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
}

.btn-submit:hover {
	background-color: #f83278;
}

.btn-like {
	background-color: #d9004d;
	border-radius: 20px;
	color:#fff;
	font-weight:bold;
	height:16px;
	padding: 4px 28px 5px 14px;
	position: relative;
	line-height: 16px;
	overflow: hidden;
	
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	
	position: absolute;
	right:20px;
}

.btn-like span {
	background: transparent url(/media/images/site/global-sprites.png) no-repeat -101px -182px;
	display: inline;
	text-indent: -9999px;
	position: absolute;
	top:6px;
	right:9px;
	height:12px;
	width:16px;
}

.btn-like:hover {
	background-color: #f83278;
}


/* Page Title */
.page-title {
	margin-bottom: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	-moz-border-radius-bottomleft:0px;
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-left-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	padding: 15px 20px 0px 20px;
}

.page-title h1 {
	color:#333;
	border-bottom: 1px solid #e5e5e5;
	font-size: 14px;
	padding-bottom: 10px;
}

.page-title h1 a {
	border-left:1px solid #ccc;
	margin-left: 10px;
	padding-left: 10px;
}

.page-first-entry {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	-moz-border-radius-topleft:0px;
	-moz-border-radius-topright:0px;
	-webkit-border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	
}

/* Disabled */
.btn-like.thanks {
	background-color: transparent;
}

.btn-like.thanks:hover {
	cursor: default;
	background-color: transparent;
}

.textarea, .textfield {
	font: normal 13px/18px 'Helvetica Neue', Arial, sans-serif;
}

.textarea:focus, .textfield:focus {
	background-color: #fff;
	outline: none;
	border: 1px solid #f83278;
}

.textfield {
	border:1px solid #cfcfcf;
	padding: 5px;
	width:450px;
	margin-bottom: 10px;
	height:18px;
}

.textarea {
	border:1px solid #cfcfcf;
	padding: 5px;
	margin-bottom: 10px;
	width:448px;
}

.select-box {
	font: normal 11px/14px 'Helvetica Neue', Arial, sans-serif;
	margin-bottom: 10px;
	margin-right: 5px;
}

/* facebook button */
a.btn.facebook {
	background-color: #3b5999;
	padding-right: 30px;
}

a.btn.facebook span {
	background: transparent url(/media/images/site/global-sprites.png) no-repeat -79px -178px;
	display: inline;
	text-indent: -9999px;
	position: absolute;
	bottom:0px;
	right:13px;
	height:19px;
	width:11px;
}

a:hover.btn.facebook {
	background-color: #5976b4;
	text-decoration: none;
}

/* feature */
#feature-wrapper {
	background-color: #fff;
	margin: 20px 0px 10px 0px;
	position: relative;
	height: 583px;
	width:880px;
}

a#site-logo {
	background: transparent url(/media/images/site/global-sprites.png) no-repeat;
	display: block;
	position: absolute;
	top: -10px;
	left:10px;
	height:131px;
	text-indent: -9999px;
	overflow: hidden;
	width:121px;
	z-index: 500;
}

ul#navigation {
	position: absolute;
	left:137px;
	top:14px;
	z-index: 100;
}	

ul#navigation li {
	float:left;
}

ul#navigation li a {
	display: block;
	height:37px;
	text-indent: -9999px;
	overflow: hidden;
	background: transparent url(/media/images/site/global-sprites.png) no-repeat;
}

ul#navigation li.nav-blog a { background-position: -126px 0;width: 69px; }
ul#navigation li.nav-portfolio a { background-position: -195px 0;width: 108px; }
ul#navigation li.nav-popular a { background-position: -303px 0;width: 150px; }
ul#navigation li.nav-about a { background-position: -453px 0;width: 92px; }
ul#navigation li.nav-clients a { background-position: -545px 0;width: 83px; }
ul#navigation li.nav-contact a { background-position: -628px 0;width: 89px; }

ul#navigation li.nav-blog  a:hover{ background-position: -126px -38px;width: 69px; }
ul#navigation li.nav-portfolio a:hover { background-position: -195px -38px;width: 108px; }
ul#navigation li.nav-popular a:hover { background-position: -303px -38px;width: 150px; }
ul#navigation li.nav-about a:hover { background-position: -453px -38px;width: 92px; }
ul#navigation li.nav-clients a:hover { background-position: -545px -38px;width: 83px; }
ul#navigation li.nav-contact a:hover{ background-position: -628px -38px;width: 89px; }

/* Portfolio Dropdown */
#portfolio-menu-wrapper {
	position: absolute;
	top:14px;
	left:206px;
	z-index: 100;
	width:250px;
	overflow:hidden;
	display: none;
}


span#portfolio-menu-title {
	background: transparent url(/media/images/site/global-sprites.png) no-repeat -195px -76px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	height:37px;
	width:108px;
}

/* Popular Photos Dropdown */
#popular-menu-wrapper {
	position: absolute;
	top:14px;
	left:314px;
	z-index: 100;
	width:200px;
	overflow:hidden;
	display: none;
}


span#popular-menu-title {
	background: transparent url(/media/images/site/global-sprites.png) no-repeat -303px -76px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	height:37px;
	width:150px;
}

/* About Dropdown */
#about-menu-wrapper {
	position: absolute;
	top:14px;
	left:464px;
	z-index: 100;
	width:260px;
	overflow:hidden;
	display: none;
}


span#about-menu-title {
	background: transparent url(/media/images/site/global-sprites.png) no-repeat -453px -76px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	height:37px;
	width:91px;
}


li.nav-portfolio a.hide-outline, li.nav-popular a.hide-outline, li.nav-about a.hide-outline {
	outline: none;
}

ul#portfolio-menu, ul#popular-menu, ul#about-menu {
	background-color: #d9004d;
	color:#fff;
	font-weight: bold;
	padding:10px 20px 20px 20px;
	margin-left: 5px;
	float:left;
	
	border-radius-bottomleft: 5px;
	-moz-border-radius-bottomleft:5px;
	
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	
	border-radius-bottom-right: 5px;
	-moz-border-radius-bottomright:5px;
}

ul#portfolio-menu, ul#about-menu {
	border-radius-topright: 5px;
	-moz-border-radius-topright:5px;
	
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

ul#portfolio-menu li a, ul#popular-menu li a, ul#about-menu li a {
	color:#fff;
	text-decoration: none;
}

ul#portfolio-menu li a:hover, ul#popular-menu li a:hover, ul#about-menu li a:hover {
	color:#b70946;
	text-decoration: none;
}  

ul#portfolio-menu li, ul#popular-menu li, ul#about-menu li {
	border-bottom: 1px solid #e13371;
	padding: 5px 0;
}

ul#portfolio-menu {
	min-width: 57px;
}

ul#popular-menu {
	min-width: 99px;
}

ul#feature-images {
	position: absolute;
	top:63px;
	left:20px;
	overflow: hidden;
	height:500px;
	width:840px;
}

/* search-box */
#search-box {
	position: absolute;
	right:20px;
	top:17px;
	height:23px;
	width:119px;
	padding: 3px 3px 3px 6px;
	background: transparent url(/media/images/site/global-sprites.png) no-repeat 0 -141px;
}

#search-box label {
	display: none;
}

input.btn-search-submit {
	border: 0;
	float:right;
	background: #fff url(/media/images/site/global-sprites.png) no-repeat -272px -141px;
	cursor: pointer;
	display: block;
	height:23px;
	overflow: hidden;
	text-indent: -9999px;
	width:23px;
}

input.btn-search-submit:hover {
	background-position: -305px -141px;
}

.search-textfield {
	background: #fff url(/media/images/site/global-sprites.png) no-repeat -138px -143px;
	float:left;
	height:15px;
	padding: 4px 0px 4px 0px;
	width: 90px;
	border:none;
	font: normal 12px/15px 'Helvetica Neue', Arial, sans-serif;

}

.search-textfield:focus {
	background-image:none;
	background-color: #fff;
	outline: none;
} 

/* post */
.post {
	background-color: #fff;
	padding: 17px 20px 20px 20px;
	margin-bottom: 10px;
	overflow: hidden;
}

h2.category {
	position: absolute;
	top:15px;
	right:0px;
}

h2.category a {
	background-color: #d9004d;
	color:#fff;
	font-size: 13px;
	line-height: 14px;
	height:14px;
	padding: 5px 15px 5px 15px;
}

h2.category a:hover {
	color:#fff;
	text-decoration: none;
	background-color: #f83278;
}

.title {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 15px;
	padding-bottom: 15px;
	position: relative;
}

.post-title {
	margin-left: 170px;
}

.post-shot {
	position: absolute;
	left:0px;
	top:6px;
}

.shot-icon {
	background: transparent url(/media/images/site/global-sprites.png) no-repeat -26px -180px;
	height:15px;
	display: block;
	width:19px;
	text-indent: -9999px;
	overflow: hidden;
	margin-bottom: 7px;
}

.post-body {
	border-bottom: 1px solid #CCC;
	padding-bottom: 20px;
	text-align: justify;
	margin-bottom: 20px;
}

.post-body.after {
	border-bottom: 1px solid #CCC;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.photo-meta {
	color:#fff;
	background-color: #000;
	height:27px;
	font-weight: bold;
	line-height: 27px;
	padding:20px;
	position: relative;
	
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius:  10px;
	
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	
	margin-bottom: 20px;
}

.photo-meta.caption {
	margin-bottom: 0px;
}

.photo-meta.gallery {
	text-align: center;
	margin-bottom: 0px;
}

.photo-meta span {
	display: block;
	cursor: pointer;
}

.photo-caption {
	border-bottom: 1px solid #ccc;
	padding: 10px 0px;
	min-height:20px;
	margin-bottom: 20px;
}

.photo-caption.last {
	margin-bottom: 0px;
}

/* Like Bar */
.like-no {
	float:left;
}

.like-bar {
	background: transparent url(/media/images/site/like-bar.png) no-repeat 0px 0px;
	display: block;
	height:7px;
	margin: 12px 0 0 10px;
	overflow: hidden;
	text-indent: -9999px;
	width:140px;
	float:left;
}

.like-bar.likes-1 { background: transparent url(/media/images/site/like-bar.png) no-repeat 0px -17px; }
.like-bar.likes-2 { background: transparent url(/media/images/site/like-bar.png) no-repeat 0px -34px; }
.like-bar.likes-3 { background: transparent url(/media/images/site/like-bar.png) no-repeat 0px -51px; }
.like-bar.likes-4 { background: transparent url(/media/images/site/like-bar.png) no-repeat 0px -68px; }
.like-bar.likes-5 { background: transparent url(/media/images/site/like-bar.png) no-repeat 0px -85px; }
.like-bar.likes-6 { background: transparent url(/media/images/site/like-bar.png) no-repeat 0px -102px; }
.like-bar.likes-7 { background: transparent url(/media/images/site/like-bar.png) no-repeat 0px -119px; }



/* gallery */
.blog-gallery-wrapper {
	width:840px;
	position: relative;
	overflow: hidden;
	height:670px;
	margin-bottom: 20px;
}

.blog-gallery-wrapper.portfolio {
	margin-bottom: 0px;
	height:626px;
}

.large-image-wrapper {
		display: block;
    	height:560px;
		line-height: 560px;
		overflow: hidden;
		text-align:center;
		width:840px;
}

.large-image {
	vertical-align: middle;
	display: inline-block;
}

.large-image-wrapper span {
	display: inline-block;
}

.gallery-caption {
	border-bottom: 1px solid #ccc;
	padding: 20px 0;
}

.blog-gallery-images {
	display: none;
}

.gallery-thumbnails-wrapper {
	background: transparent url('../images/site/gallery-thumbs-bg.png') repeat 0 0;
	height: 65px;
	padding: 10px 0px;
	height:87px;
	width:840px;
	position: absolute;
	top: 455px;
}

.gallery-thumbnails-wrapper.hide {
	height:0px;
	padding:0px;
}

.gallery-thumbnails-container {
	position: absolute;
	top:11px;
	left:58px;
	height: 85px;
	overflow: hidden;
	display: block;
	width: 726px;
}

ul.gallery-thumbnails {
	height: 75px;
	width:20080px;
}

.gallery-thumbnails li {
	float:left;
}

.gallery-thumbnails li a {
	float:left;
	margin-right: 10px;
}

.gallery-thumbnails li a:hover {
}

.gallery-thumbnails a:focus {
	outline: none;
}

.gallery-prev, .gallery-next {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	height:25px;
	width:25px;
}

.gallery-prev:focus, .gallery-next:focus {
	outline: none;
}

.gallery-prev {
	background: transparent url(../images/site/global-sprites.png) no-repeat -338px -141px;
	left:20px;
	top:45px;
}

.gallery-next {
	background: transparent url(../images/site/global-sprites.png) no-repeat -373px -141px;
	right:20px;
	top:45px;
}

.gallery-prev:hover {
	background-position: -408px -141px;
	cursor: pointer;
}

.gallery-next:hover {
	background-position: -443px -141px;
	cursor: pointer;
}

.gallery-prev.disabled-left {
	background-position: -478px -141px;
	cursor:default;
}

.gallery-next.disabled-right {
	background-position: -513px -141px;
	cursor:default;
}

/* Comments */
.comments-wrapper {
	position: relative;
}

.comments-wrapper h3 {
	position: absolute;
	left:39px;
	top:3px;
}


a.comment-bubble {
	background: transparent url(../images/site/global-sprites.png) no-repeat -548px -141px;
	color: #fff;
	display: block;
	font-weight: bold;
	line-height: 12px;
	height:12px;
	padding: 8px 0 12px 0;
	text-align: center;
	width:29px;
	text-decoration: none;
	position: absolute;
	top:0px;
	left:0px;
}

ul.comments-list {
	margin-left: 170px;
}

ul.comments-list li {
	position: relative;
	width: 670px;
}

ul.comments-list li span.comment {
	background-color: #f3f3f3;
	display: block;
	margin-bottom: 10px;
	padding: 15px 20px 15px 20px;
	width:460px;
}

.comment-author {
	display: block;
	position: absolute;
	left:520px;
	top:5px;
	width:150px;
}

.comments-buttons {
	margin: 20px 0 0 170px;
	position: relative;
	width:500px;
}

.comments-buttons .btn {
	margin-right: 6px;
}

a.btn.post-a-comment, a.btn.send-to-friend  {
	padding-right: 32px;

}

a.btn.post-a-comment span, a.btn.send-to-friend span {
	background: transparent url(/media/images/site/global-sprites.png) no-repeat -55px -181px;
	display: inline;
	position: absolute;
	top:6px;
	right:11px;
	text-indent: -9999px;
	height:14px;
	width:14px;
}

.view-all {
	position: absolute;
	right:0px
}

/* Comment Form */
#comment-form-wrapper {
	border-top:1px solid #e5e5e5;
	position: relative;
	margin-top: 23px;
	padding-top: 20px;
}

#comment-form-wrapper h3 {
	position: absolute;
	left:0px;
	top:20px;
}

#comment-form {
	background-color: #f3f3f3;
	margin-left: 170px;
	padding: 20px;
	width: 460px;
}

#comment-form label {
	color:#333;
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
}

#comment-form label span {
	font-weight: normal;
}

#comment-form label.error {
	background-color: #ffcccc;
	color:#e13a75;
	font-weight: normal;
	height:20px;
	padding: 5px 10px;
	margin-bottom: 20px;
}

.captcha {
	width:140px;
}

li.live-preview-title {
	border-top:1px solid #e5e5e5;
	padding-top: 15px;
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0;
}

li.live-preview {
	color:#666;
	margin-bottom: 20px;
}

.form-sending {
	font-style: normal;
	margin-left: 10px;
}

.form-sending.hide {
	display: none;
}

.checkbox {
	margin-right: 6px;
}

.thank-you {
	margin-left:10px;
	line-height: 22px;
}

/* blog-meta */
#blog-meta {
	background-color: #fff;
	padding: 20px 20px 0 20px;
	margin-bottom: 20px;
	float:left;
	clear:left;
	width:840px;
}

#blog-meta h3 {
	float:left;
	width: 170px;
}

#blog-meta span.line {
	float:left;
	margin-bottom: 20px;
}

#blog-categories, #blog-archive {
	float:left;
	display: block;
	margin-bottom: 20px;
	width: 670px;
}

#blog-categories li, #blog-archive li {
	float:left;
}

#blog-categories li a, #blog-archive li a {
	font-weight: bold;
	margin: 0px 10px 10px 0px;
	background-color: #d9004d;
	color:#fff;
	font-size: 13px;
	line-height: 14px;
	height:14px;
	padding: 5px 15px 5px 15px;
	display: block;
}

#blog-categories li a:hover, #blog-archive li a:hover  {
	color:#fff;
	text-decoration: none;
	background-color: #f83278;
}

/* About */
#about-wrapper .title {
	margin-bottom: 15px;
}

#about-wrapper .title.testimonials {
	margin-bottom: 0px;
}

#about-wrapper img {
	margin-bottom: 20px;
}

#about-body {
	text-align: justify;
	margin-bottom: 20px;	
}

.about-title {
	margin-bottom: 0px;
}

.testimonial-title {
	margin-bottom: 15px;
	padding-top: 15px;
	width:840px;
}

.about-testimonial {
	padding-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
}

#about-wrapper img.about-image {
	float:left;
	margin: 0px 20px 0px 0px!important;
}

/* Clients */
.clients-title {
	margin-left: 170px;
}

.clients-wrapper {
	text-align: justify;
	margin-left: 170px;
	width: 500px;
}

/* Search Results */
.search-title h1 {
	color:#333;
	margin-left: 170px;
}

.search-title.no-results h1 {
	color:#333;
	margin-left: 0px;
}

/* contact */
.contact-title {
	margin-left: 170px;
}

.contact-form-wrapper {
	width:460px;
	margin-left: 170px;
	text-align: justify;
}

#contact_form {
	margin-top:20px;
	width:460px;
}

#contact_form label {
	color:#333;
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
}

#contact_form label.error {
	background-color: #ffcccc;
	color:#e13a75;
	font-weight: normal;
	height:20px;
	padding: 5px 10px;
	margin-bottom: 20px;
}

#contact_form label span{
	font-weight: normal;
}

/* search results */
#search-results-list li {
	border-bottom: 1px solid #ccc;
	margin-bottom: 12px;
	padding-top: 3px;
	padding-bottom: 25px;
	position: relative;
}

#search-results-list li h1 {
	font-size: 18px;
	margin-left: 170px;
	line-height: 22px;
	margin-bottom: 11px;
}

.search-date {
	position: absolute;
	left:0px;
	top:6px;
}

.search-excerpt {
	margin-left: 170px;
}

/* pagination */
ul.pagination {
	background-color: #333;
	color:#fff;
	font-weight: bold;
	height:20px;
	margin: 10px 0px 20px 0px;
	padding: 4px 15px 5px 20px;
	float:left;
}

ul.pagination li {
	float:left;
	margin-right: 10px;
}

ul.pagination li a:hover {
	color:#fff;
	text-decoration: none;
}

/* footer */
#footer-wrapper {
	background-color: #333;
	clear:left;
	color:#8c8c8c;
	height:130px;
}

#footer-container {	
	margin: 0 auto;
	height:130px;
	width: 880px;
}

#footer-container span.footer-logo {
	background: transparent url(/media/images/site/global-sprites.png) no-repeat 0 -206px;
	float:left;
	display: block;
	margin-top: 20px;
	text-indent: -9999px;
	width:81px;
	height:87px;
}

#footer-links {
	margin-top: 36px;
	float:right;
}

#footer-links li {
	border-right: 1px solid #454545;
	float:left;
	margin-right:20px;
	padding-right: 20px;
}

#footer-links li.last {
	border-right: none;
	margin-right:0px;
	padding-right:0px;
}

#footer-links li a {
	color:#8c8c8c;
}

#footer-links li.rss-icon span {
	background: transparent url(/media/images/site/global-sprites.png) no-repeat 0 -180px;
	overflow: hidden;
	display: block;
	float:left;
	margin: 2px 8px 0px 0px;
	text-indent: -9999px;
	height:16px;
	width: 16px;
}

.copyright {
	float:right;
	margin-top: 19px;
	text-align: right;
	width:400px;
}

/* user message template */

#message-wrapper {
	background-color: #fff;
	padding: 20px;
	margin: 150px auto;
	width: 600px;
	float: none;
}

#message-wrapper a {
	color: #636363;
	text-decoration: underline;
}

#message-wrapper a:hover {
	text-decoration: none;
}