/* =================================================
 
 Bircan Tuner
 Copyright 2009 - Biber Ltd.
 written for - www.photographyforsoul.com
 
 color palette 
 --------------
 #555555 - mid gray
 #ebebeb - light gray
 
 
================================================== */

/***************************************************/
/* Header                                          */
/***************************************************/

#header {
	padding-top: 20px;
	position: relative;
}

#logo a {
	background: url('http://cdn.photographyforsoul.com/site/logo.png') top left no-repeat;
	display: block;
	height: 157px;
	text-indent: -9999px;
	width: 140px;
}

#navigation {
	padding-left: 20px;
	background: url('http://cdn.photographyforsoul.com/site/bg-navigation-left.png') top left no-repeat;
	bottom: 0; 
	display: block;
	height: 28px;
	line-height: 28px;
	text-transform: uppercase;
	position: absolute;
	right: 65px;
	z-index: 999;
}

#navigation ul {
	background: url('http://cdn.photographyforsoul.com/site/bg-navigation-right.png') top right no-repeat;
	height: 28px;
	padding: 0 20px 0 0;
	list-style: none;
}

#navigation li {
	float: left;
	margin-right: 20px;
}

#navigation li.last {
	margin-right: 0;
} 

#navigation a {
	color: #ebebeb;
}

#navigation a:hover {
	color: #91cad5;	
}

#navigation a span {
	color: #555555;
}

#navigation a:hover span {
	color: #465d69;
}

#home-page a#home,
#blog-page a#blog,
#news-page a#news,
#archive-page a#archive,
#exhibition-page a#exhibition,
#about-page a#about,
#about-main-page a#about {
	color: #91cad5;
}

#home-page a#home span,
#blog-page a#blog span,
#news-page a#news span,
#archive-page a#archive span,
#exhibition-page a#exhibition span,
#about-page a#about span,
#about-main-page a#about span {
	color: #465d69;
}

#styles-box {
	position: relative;
	z-index: 199;
}

a#style-changer {
	display: block;
	color: #ebebeb;
	height: 35px;
	line-height: 28px;
	position: absolute;
	bottom: -6px;
	padding-right: 10px;
	right: 0;	
	text-align: right;
	width: 55px;
	z-index: 200;
}

a#style-changer.open {
	background: url('http://cdn.photographyforsoul.com/site/bg-styles-top.png') top right no-repeat;
	width: 110px;
}

#styles-box #styles {
	background: url('http://cdn.photographyforsoul.com/site/bg-styles-bottom.png') bottom no-repeat;
	display: none;
	margin-top: 33px;
	padding: 5px 0;
	position: absolute;
	right: 0;
	top: -28px;
	width: 120px;
}

#styles ul {
	list-style: none;
}

#styles li {
	border-bottom: dotted 1px #777777;
	margin: 0 5px;
}

#styles li a {
	display: block;
	padding: 5px 0 5px 5px;
}

#styles li a.selected {
	background: url('http://cdn.photographyforsoul.com/site/selected-style.png') no-repeat center right;
	padding-right: 13px;
}

#styles li.last {
	border-bottom: 0;
}

/***************************************************/
/* Content                                         */
/***************************************************/

#main {padding-bottom: 33px;}  /* must be same height as the footer */

#content {
	padding: 30px 0;
}

#left-col {
	float: left;
	margin-right: 20px;
	width: 140px;
}

#about-page #left-col {
	width: 220px;
}

#right-col {
	float: right;
	width: 780px;
}

#about-page #right-col {
	width: 700px;
}

.categories ul {
	list-style: none;
	margin-bottom: 10px;
}

.categories li {
	background: url('http://cdn.photographyforsoul.com/site/bg-category-list.png') top left no-repeat;
	padding-left: 8px;
	margin-bottom: 5px;
}

.categories li.selected a {
	color: #91cad5;
}

.title {
	background: url('http://cdn.photographyforsoul.com/site/border.png') bottom left no-repeat;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

a#prev {
	background: url('http://cdn.photographyforsoul.com/site/buttons.png') -26px 0 no-repeat;
	display: block;
	float: left;
	height: 26px;
	text-indent: -9999px;
	width: 26px;
}

a#prev:hover {
	background: url('http://cdn.photographyforsoul.com/site/buttons.png') -26px -26px no-repeat;	
}

a#next {
	background: url('http://cdn.photographyforsoul.com/site/buttons.png') top left no-repeat;
	display: block;
	float: left;
	height: 26px;
	margin-left: 5px;
	text-indent: -9999px;
	width: 26px;
}

a#next:hover {
	background: url('http://cdn.photographyforsoul.com/site/buttons.png') 0 -26px no-repeat;	
}

a.pause {
	background: url('http://cdn.photographyforsoul.com/site/buttons.png') -52px 0 no-repeat;
	display: block;
	float: left;
	height: 26px;
	margin-left: 5px;
	text-indent: -9999px;
	width: 26px;
}

a.pause:hover {
	background: url('http://cdn.photographyforsoul.com/site/buttons.png') -52px -26px no-repeat;
}

a.play {
	background: url('http://cdn.photographyforsoul.com/site/buttons.png') -78px 0 no-repeat;
	display: block;
	float: left;
	height: 26px;
	margin-left: 5px;
	text-indent: -9999px;
	width: 26px;
}

a.play:hover {
	background: url('http://cdn.photographyforsoul.com/site/buttons.png') -78px -26px no-repeat;
}

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.article p {
	margin-bottom: 10px;
}

.article em {
	color: #b1b1b1;
}

.article ul {
	list-style-image: url('http://cdn.photographyforsoul.com/site/list.png');
	list-style-position: outside;
	margin-left: 18px;
	margin-bottom: 10px;
}

.article ul li, .article ol li {
	padding-bottom: 3px;
}

.article ol {
	list-style: inside decimal;
	margin-bottom: 10px;
}

.article blockquote {
	border-left: solid 5px #777777;
	color:#999999;
	font-style:italic;
	line-height:160%;
	margin:0 0 10px 5px;
	padding: 0 0 0 5px;
}

#pagination {
	margin-bottom: 10px;
	float: right;
}

#pagination strong {
	color: #ebebeb;
	font-weight: normal;
	padding: 4px 7px;
	text-align: center;
}

#pagination a {
	background: url('http://cdn.photographyforsoul.com/site/bg-border.png');
	padding: 4px 7px;
	text-align: center;
}

#pagination a:hover {
	color: #91cad5;
}

#pagination a.paginate-last, #pagination a.paginate-first{
	
}

.new {
	background: url('http://cdn.photographyforsoul.com/site/new.png') 0 0 no-repeat;
	display: block;
	right: -20px;
	height: 15px;
	position: absolute;
	text-indent: -9999px;
	top: -10px;
	width: 22px;	
}

/***************************************************/
/* Home                                            */
/***************************************************/

ul#showcase {
	list-style: none;
}

ul#showcase li {
	background: url('http://cdn.photographyforsoul.com/site/bg-border.png');
	float: left;
	line-height: 0;
	padding: 5px;
	margin: 0 20px 20px 0;	
}

ul#showcase li.last {
	margin-right: 0;
}

/***************************************************/
/* Blog                                            */
/***************************************************/

#photo-box .top{
	background: url('http://cdn.photographyforsoul.com/site/border.png') 0 20px no-repeat;
	padding: 0 20px;
}

#photo-box .nav {
	float: right;
	padding-bottom: 6px;
	position: relative;
}

#photo-box .nav ul {
	list-style: none;
}

#photo-box .nav li {
	float: left;
	margin-right: 15px;
}

#photo-box .nav li.last {
	margin-right: 0;
}

#photo-box .nav a.selected {
	color: #ebebeb;
}

#photo-box .nav #nav-bottom {
	background: url('http://cdn.photographyforsoul.com/site/nav-bottom.png') left bottom no-repeat;
	bottom: 0;
	display: none;
	height: 5px;
	left: 0;
	position: absolute;
	width: 10px;
}

#photo-box .buttons {
	float: right;
	width: 57px;
}

#photo-box .info {
	line-height: 24px;
	padding: 4px 0;
}

.info h1 span {
	color: #666666;
	font-size: 0.85em;
	font-style: italic;
	padding-left: 5px;
}

#big-photo {
	margin: 0 auto;
}

.big-frame {
	background: url('http://cdn.photographyforsoul.com/site/bg-border.png');
	padding: 10px;
	margin: 0 20px 10px 20px;
	width: 880px;
}

#photo-box #detail {
	padding: 0 20px;
}

#photo-box .sml-frame {
	background: url('http://cdn.photographyforsoul.com/site/bg-border.png');
	height: 258px;
	line-height: 0;
	padding: 5px;
	width: 430px;
}

#photo-box #photo-text {
	float: left;
	width: 460px;
}

#soul-pane {
	margin-left: 20px;
}

#info-pane ul {
	list-style: none;
	list-style-image: none;
	float: left;
	margin-left: 20px;
	width: 200px;
}

#buy-pane ul {
	list-style: none;
	list-style-image: none;
	margin-left: 20px;
}

#buy-pane li {
	margin-bottom: 10px;
	padding: 5px;
	width: 430px
}

#buy-pane li.first,
#buy-pane li.third {
	background: url('http://cdn.photographyforsoul.com/site/bg-border.png');
}

#buy-pane a em {
	border: 0;
	font-style: normal;
}

#buy-pane a span {
	color: #ebebeb;
	font-family: Georgia, "Times New Roman" , serif;
	font-weight: normal;
	font-size: 1.455em;
	line-height: 140%;
	margin: 0;
	padding: 0;
}

#buy-pane a {
	border: 0;
	display: block;
	height: 72px;
	padding-left: 77px;
}

#buy-pane a:hover {
	color: #777777;
}

#buy-pane a#stock {
	background: url('http://cdn.photographyforsoul.com/site/bg-stock.png') 0 0 no-repeat;	
}

#buy-pane a#stock:hover {
	background: url('http://cdn.photographyforsoul.com/site/bg-stock.png') 0 -72px no-repeat;
}

#buy-pane a#print {
	background: url('http://cdn.photographyforsoul.com/site/bg-print.png') 0 0 no-repeat;	
}

#buy-pane a#print:hover {
	background: url('http://cdn.photographyforsoul.com/site/bg-print.png') 0 -72px no-repeat;
}

#buy-pane a#limited {
	background: url('http://cdn.photographyforsoul.com/site/bg-limited.png') 0 0 no-repeat;	
}

#buy-pane a#limited:hover {
	background: url('http://cdn.photographyforsoul.com/site/bg-limited.png') 0 -72px no-repeat;
}

.pane-hidden{
	display: none;
}

.pane-visible{
	display: block;
}

#photo-awards {
	float: left;
	padding: 5px 0;
}

#photo-awards ul {
	list-style: none;
}

#photo-awards li {
	padding: 5px 0;
}

#photo-awards li a {
	background: url('http://cdn.photographyforsoul.com/site/bg-photo-awards.png') left top no-repeat;
	display: block;
	line-height: 16px;
	height: 24px;
	padding-left: 24px;
}

.share-box {
	float: right;
	padding: 5px 0;
}

.share-box ul {
	list-style: none;
}

.share-box li {
	float: left;
	margin-right: 5px;
}

.share-box li a {
	display: block;
	height: 20px;
	text-indent: -9999px;
	width: 20px;
}

.share-box li a.delicious {
	background: url('http://cdn.photographyforsoul.com/site/delicious.png') 0 0 no-repeat;
}

.share-box li a.delicious:hover {
	background: url('http://cdn.photographyforsoul.com/site/delicious.png') 0 -20px no-repeat;
}

.share-box li a.digg {
	background: url('http://cdn.photographyforsoul.com/site/digg.png') 0 0 no-repeat;
}

.share-box li a.digg:hover {
	background: url('http://cdn.photographyforsoul.com/site/digg.png') 0 -20px no-repeat;
}

.share-box li a.facebook {
	background: url('http://cdn.photographyforsoul.com/site/facebook.png') 0 0 no-repeat;
}

.share-box li a.facebook:hover {
	background: url('http://cdn.photographyforsoul.com/site/facebook.png') 0 -20px no-repeat;
}

.share-box li a.stumble {
	background: url('http://cdn.photographyforsoul.com/site/stumble.png') 0 0 no-repeat;
}

.share-box li a.stumble:hover {
	background: url('http://cdn.photographyforsoul.com/site/stumble.png') 0 -20px no-repeat;
}

.share-box li a.twitter {
	background: url('http://cdn.photographyforsoul.com/site/twitter.png') 0 0 no-repeat;
}

.share-box li a.twitter:hover {
	background: url('http://cdn.photographyforsoul.com/site/twitter.png') 0 -20px no-repeat;
}

#sml-photo {
	float: left;
	width: 440px;
}

#news-comments {
	border-top: dotted 1px #555555;
	padding-top: 10px;
}

#news-comments h1 {
	padding-bottom: 20px;
}

#comments-pane {
	display: none;
	padding-left: 20px;
}
	.comment .gravatar a{
		border: 0;
	}
	.comment {
		border-bottom: dotted 1px #555555;
		margin-bottom: 10px;
		padding-bottom: 10px;
		position: relative;
		width: 440px;
	}

	#news-comments .comment {
		width: 780px;
	}

	.comment .gravatar {
		background: url('http://cdn.photographyforsoul.com/site/bg-border.png') 0 0;
		display: block;
		float: left;
		height: 48px;
		margin: 0 10px 5px 0;
		padding: 5px;
		width: 48px;
	}
	
	.comment .comment-box-top {
		padding-bottom: 10px;
	}
	
	.comment .comment-box-top a.name {
		border: 0;
		color: #EBEBEB;
		letter-spacing: 1px;
	}
	
	.comment .comment-box-top a.name:hover {
		border-bottom: solid 1px #EBEBEB;
	}
	
	.comment .comment-box-top span.date {
		border-left: dotted 1px #555555;
		color: #EBEBEB;
		letter-spacing: 1px;
		padding-left: 5px;
		margin-left: 5px;
	}
	
	.comment a.reply {
		background: url('http://cdn.photographyforsoul.com/site/reply.png') left center no-repeat;
		border: 0;
		bottom: 5px;
		color: #EBEBEB;
		display: none;
		letter-spacing: 1px;
		padding-left: 10px;
		position: absolute;
		right: 0;
	}

.comment-form-box {
	padding-bottom: 10px;
}

.comment-form-box h1 {
	padding-bottom: 10px;
}

#comment-form input.text,
#comment-form textarea.text {
	background: rgba(255,255,255,0.8);
	border: solid 1px;
	margin-top: 5px;
	padding: 3px;
	width: 434px;
} 

#comment-form p.remember {
	background: url('http://cdn.photographyforsoul.com/site/bg-border.png');
	padding: 5px;
	width: 430px;
}

#comment-form p {
	margin-bottom: 15px;
}

#comment-form #comment-form-bottom {
	width: 440px;
}

#comment-form #required {
	float: left;
	padding: 5px 0;
}

#comment-form label {
	cursor: default;
}

#comment-form em {
	color: #91cad5;
}

#comment-form #comment-post {
	background: url('http://cdn.photographyforsoul.com/site/bg-border.png');
	border: 0;
	display: block;
	float: right;
	padding: 5px;
}

#comment-form-info {
	background: url('http://cdn.photographyforsoul.com/site/bg-border.png');
	border: dashed 1px #9a1e1e;
	margin-bottom: 10px;
	padding: 10px 10px 0 10px;
	width: 420px;
}

#comment-form-info.error {
	border: dashed 1px #9a1e1e;
}

	#comment-form-info.error label {
		color: #EBEBEB;
	}
	
#comment-form-info.success {
	border: dashed 1px #1e9a41;
}

/***************************************************/
/* News                                            */
/***************************************************/

.date {
	margin-bottom: 5px;
}

.date .yearmonth {
	background: url('http://cdn.photographyforsoul.com/site/bg-border.png');
	float: left;
	margin-right: 5px;
	padding: 3px 7px;
	text-transform: uppercase;
}

.date .day {
	background: url('http://cdn.photographyforsoul.com/site/bg-border.png');
	float: left;
	padding: 3px 7px;
	text-transform: uppercase;
}

.read .entry {
	border-bottom: 0;
}

.entry {
	border-bottom: dotted 1px #777777;
	margin-bottom: 10px;
	padding-bottom: 10px;	
}

.entry h2 a {
	color: #ebebeb;
}

.entry img {
	background: url('http://cdn.photographyforsoul.com/site/bg-border.png');
	float: right;
	height: 174px;
	margin: 0 0 0 10px;
	padding: 5px;
	width: 290px;
}

.read .entry img {
	margin-bottom: 10px;
	height: auto;
	width: auto;
}

.read .entry .article {
	height: auto;
	padding-bottom: 20px;
	min-height: 162px;
}

.read img.floatnone{
	float: none;
}

.entry .article {
	height: 168px;
}

.entry-footer .author {
	border-right: dotted 1px #555555;
	padding-right: 5px;
	float: left;
}

.entry-footer .tags {
	padding-left: 5px;
	float: left;
}

.entry-footer .tags em, 
.entry-footer .author em {
	color: #ebebeb;
	font-style: normal;
}

.entry-footer .tags a {
	border-right: dotted 1px #777777;
	margin-right: 5px;
	padding-right: 5px;
}

.entry-footer .tags a.last {
	border-right: 0;
}

.entry-footer a.readmore {
	background: url('http://cdn.photographyforsoul.com/site/bg-readmore.png') right 6px no-repeat;
	float: right;
	padding-right: 9px;
}

.entry-footer a.readmore:hover {
	background: url('http://cdn.photographyforsoul.com/site/bg-readmore.png') right -6px no-repeat;
}

/***************************************************/
/* Archive                                         */
/***************************************************/

.archive-list ul {
	list-style: none;
}

.archive-list li {
	background: url('http://cdn.photographyforsoul.com/site/bg-border.png');
	float: left;
	line-height: 0;
	margin: 0 20px 20px 0;
	padding: 5px;
}

.archive-list li.last {
	margin-right: 0;
}

/***************************************************/
/* Exhibition                                      */
/***************************************************/

#exhibition-box #buttons-wrap {
	background: url('http://cdn.photographyforsoul.com/site/border.png') top left no-repeat;
	padding: 5px 20px;
}

#buttons-wrap .buttons {
	float: right;
	width: 88px;
}

.exhibition-title {
	text-align: right;
	padding-bottom: 5px;
	margin: 0 20px;
}

#english-title {
	float: left;
	padding-right: 10px;
	text-align: left;
	width: 420px;
}

#turkish-title {
	float: right;
	padding-left: 10px;
	text-align: right;
	width: 430px;
}

#exhibition-photos ul {
	list-style: none;
}

#exhibition-photos li .english {
	border-right: solid 1px;
	padding: 0 10px;
	text-align: right;
	width: 419px;
}

#exhibition-photos li .turkish {
	padding: 0 10px;
	width: 420px;
}

#exhibition-photos li.text {
	padding: 100px 10px;
}

/***************************************************/
/* About                                           */
/***************************************************/

#about-main-page .photographer.first, .photographer.third {
	background: url('http://cdn.photographyforsoul.com/site/bg-border.png') repeat;
}

#about-main-page .photographer.first a {
	background: url('http://cdn.photographyforsoul.com/media/images/photo_cberkol.jpg') no-repeat;
}

#about-main-page .photographer.second a {
	background: url('http://cdn.photographyforsoul.com/media/images/photo_csuzen.jpg') no-repeat;
}

#about-main-page .photographer.third a {
	background: url('http://cdn.photographyforsoul.com/media/images/photo_ggungor.jpg') no-repeat;
}

#about-main-page .photographer {
	margin-bottom: 10px;
	padding: 10px;
	position: relative;
}

#about-main-page .photographer a {
	border: 0;
	display: block;
	height: 120px;
	padding-left: 170px;
	text-decoration: none;
}

#about-main-page .photographer a:hover {
	color: #777777;
}

#about-main-page .photographer a:hover span {
	color: #ebebeb;
}

#about-main-page .photographer em {
	color: #ebebeb;
	font-family: Georgia, "Times New Roman", serif;
	font-style: normal;
	font-size: 1.455em;
	padding-bottom: 5px;
}

#about-main-page .photographer span {
	bottom: 10px;
	position: absolute;
	right: 10px;
}

#about-page #about-photos {
	background: url('http://cdn.photographyforsoul.com/site/bg-border.png');
	height: 300px;
	position: relative;
	width: 220px;
}

#photo-by {
	background: url("http://cdn.photographyforsoul.com/site/bg-border.png");
	bottom: 5px;
	color: #ebebeb;
	left: 0;
	padding: 5px 10px;
	position: absolute;
	text-align: right;
	width: 200px;
	z-index: 9999;
}

#about-page #photos img {
	padding: 5px;
}

#about-left {
	float: left;
	width: 220px;
}

#about-right {
	float: right;
	width: 700px;
}

#lifenedu {
	margin-top: 10px;
}

#lifenedu ul {
	list-style: none;
}

#lifenedu li {
	border-bottom: dotted 1px #777777;
	padding: 3px 0;
}

#lifenedu .year {
	padding-right: 5px;
	float: left;
}

#thanks {
	margin-top: 10px;
}

#thanks span {
	background: url("http://cdn.photographyforsoul.com/site/round-list.png") no-repeat;
	float: left;
	padding-left: 8px;
	padding-right: 5px;
}

#awards {
	margin-top: 10px;
	float: right;
	width: 340px;
}

#awards ul {
	list-style: none;
}

#awards li {
	background: url("http://cdn.photographyforsoul.com/site/square-list.png") no-repeat;
	margin: 3px 0;
	padding-left: 10px;
}

#interest {
	margin-top: 10px;
	float: left;
	width: 340px;
}

#interest ul {
	list-style: none;
}

#interest h5 {
	float: left;
	padding-right: 5px;
}

#interest p {
	display: block;
	margin-bottom: 0;
}

#advertising, #listed-in {
	padding-bottom: 15px;
}

/***************************************************/
/* Footer                                          */
/***************************************************/

#footer {
	background: url('http://cdn.photographyforsoul.com/site/bg-footer.png');
	border-top: solid 1px #222222;
	border-right: solid 1px #222222;
	border-left: solid 1px #222222; 
	clear:both;
	height: 33px;
	line-height: 33px;
	margin: 0 auto;
	margin-top: -34px; /* negative value of footer height */
	padding: 0 10px;
	position: relative;
	width: 920px;
} 

ul#footer-links {
	list-style: none;
	float: left;
}

ul#footer-links li {
	float: left;
	padding-right: 10px;
	position: relative;
}

ul#footer-links li a {
	border-right: dotted 1px #444444;
	padding-right: 10px;
}

ul#footer-links li.last a {
	border-right: 0;
	padding-right: 0;
}

#copyright {
	float: right;
}

#copyright a {
	background: url('http://cdn.photographyforsoul.com/site/biber-mini-logo.png') center right no-repeat;
	color:  #ebebeb;
	display: block;
	float: right;
	height: 33px;
	line-height: 33px;
	padding: 0 34px 0 5px;
}

#contact-section-border {
	
	padding: 5px;
	width: 310px;
}

#contact-section {
	background: url('http://cdn.photographyforsoul.com/site/bg-border.png');
	bottom: 40px;
	left: 0;
	line-height: 140%;
	padding: 5px;
	position: absolute;
	width: 310px;
}

#rss-section {
	background: url('http://cdn.photographyforsoul.com/site/bg-border.png');
	bottom: 40px;
	left: 0;
	line-height: 140%;
	padding: 5px;
	position: absolute;
	width: 310px;
}

#contact-section #contact-section-inner {
	background: #222222;
	padding: 5px;
	width: 300px;
}

#rss-section #rss-section-inner {
	background: #222222;
	padding: 5px;
	width: 300px;
}

#rss-section-inner a#news-rss,
#rss-section-inner a#blog-rss {
	background: url('http://cdn.photographyforsoul.com/site/rss.png') top left no-repeat;
	border: 0;
	display: block;
	padding-left: 40px;
	height: 36px;
}

#rss-section-inner p {
	border-bottom: dotted 1px #777777;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

#rss-section-inner p.last {
	border-bottom: 0;
	padding-bottom: 0;
}

a#news-rss span,
a#blog-rss span {
	color: #ebebeb;
	font-size: 1.273em;
	line-height: 20px;
}

a#news-rss em,
a#blog-rss em {
	font-style: normal;
}

#rss-section ul {
	list-style: none;
}

ul#footera-links #rss-section li {
	float: none;
}

#contact-section label {
	display: block;
	margin-bottom: 5px;
}

#contact-section .contact-error{
	background: #FFD0CF;
}

#contact-section input {
	border: solid 1px;
	padding: 3px;
	width: 132px;
}

#contact-section textarea {
	border: solid 1px;
	padding: 3px;
	width: 292px;
}

#contact-section p {
	padding: 5px;
	margin-top: 10px;
}

#contact-name {
	float: left;
	margin-right: 20px;paginat
}

#contact-email {
	float: left;
}

#contact-message {
	 margin-top: 15px;
}

#footer-links #send-button {
	background: url('http://cdn.photographyforsoul.com/site/bg-border.png');
	border: 0;
	display: block;
	float: right;
	padding: 5px;
	margin-top: 10px;
}