/*
Theme Name: SC Sandbox 
Theme URI: http://www.strafecreative.co.uk
Description: Designed by Strafe Creative
Author: Strafe Creative
Version: 2.8
*/


/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Page Styles
	#Media Queries
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Forms
	#Misc */


/* #Reset & Basics
================================================== */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }


/* #Basic Styles
================================================== */
	body {
		background: #fff;
		font: 14px/21px 'Open Sans', sans-serif;
		color: #768587;
		font-weight: 300;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
 }


 	img {
		max-width: 100%;
		height: auto;
	}
		

/* #Site Styles
================================================== */

/* #Page Styles
================================================== */


/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		
		nav.primary div select {
			display: block;
		}
		
		nav.primary ul {
			display: none;
		}
		
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {}
	

/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 {
		color: #181818;
		font-weight: normal; }
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 46px; line-height: 50px; margin-bottom: 14px;}
	h2 { font-size: 35px; line-height: 40px; margin-bottom: 10px; }
	h3 { font-size: 28px; line-height: 34px; margin-bottom: 8px; }
	h4 { font-size: 21px; line-height: 30px; margin-bottom: 4px; }
	h5 { font-size: 17px; line-height: 24px; }
	h6 { font-size: 14px; line-height: 21px; }
	.subheader { color: #777; }

	p { font-size: 16px; font-weight: 300; line-height: 29px; color: #768587; margin: 0 0 30px;word-spacing: 1px;}
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px; color: #777;  }

	em { font-style: italic; }
	strong { font-weight: bold; color: #333; }
	small { font-size: 80%; }

/*	Blockquotes  */
	blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
	blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
	blockquote cite { display: block; font-size: 12px; color: #555; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }


/* #Links
================================================== */
	a, a:visited { color: #fff; text-decoration: underline; outline: 0; }
	a:hover, a:focus { color: #000; }
	p a, p a:visited, .main a { line-height: inherit; color: #c1366a;}



/* #Lists
================================================== */
	ul, ol { margin-bottom: 20px; }
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 6px; }
	li { line-height: 18px; margin-bottom: 12px; }
	ul.large li { line-height: 21px; }
	li p { line-height: 21px; }

/* #Images
================================================== */



/* #Buttons
================================================== */

	.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		background: #c1366a; /* Old browsers */
		border: 1px solid #881540;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		color: #fff;
		display: inline-block;
		font-size: 11px;
		font-weight: bold;
		text-decoration: none;
		cursor: pointer;
		margin-bottom: 20px;
		line-height: normal;
		padding: 8px 10px;
		}

	.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
		color: #222;
		background: #ddd; /* Old browsers */
		background: #ddd -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* FF3.6+ */
		background: #ddd -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.3)), color-stop(100%,rgba(0,0,0,.3))); /* Chrome,Safari4+ */
		background: #ddd -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Chrome10+,Safari5.1+ */
		background: #ddd -o-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Opera11.10+ */
		background: #ddd -ms-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* IE10+ */
		background: #ddd linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* W3C */
	  border: 1px solid #888;
	  border-top: 1px solid #aaa;
	  border-left: 1px solid #aaa; }

	.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		border: 1px solid #666;
		background: #ccc; /* Old browsers */
		background: #ccc -moz-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%); /* FF3.6+ */
		background: #ccc -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.35)), color-stop(100%,rgba(10,10,10,.4))); /* Chrome,Safari4+ */
		background: #ccc -webkit-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Chrome10+,Safari5.1+ */
		background: #ccc -o-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Opera11.10+ */
		background: #ccc -ms-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* IE10+ */
		background: #ccc linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* W3C */ }

	.button.full-width,
	button.full-width,
	input[type="submit"].full-width,
	input[type="reset"].full-width,
	input[type="button"].full-width {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center; }

	/* Fix for odd Mozilla border & padding issues */
	button::-moz-focus-inner,
	input::-moz-focus-inner {
    border: 0;
    padding: 0;
	}


/* #Forms
================================================== */

	form {
		margin-bottom: 20px; }
		
	.main form {
		padding: 0 0 0 30px; }
	fieldset {
		margin-bottom: 20px; }
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		border: 1px solid #ccc;
		padding: 6px 4px;
		outline: none;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #777;
		margin: 0;
		width: 210px;
		max-width: 100%;
		display: block;
		margin-bottom: 20px;
		background: #fff; }
	select {
		padding: 0; }
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
		border: 1px solid #aaa;
 		color: #444;
 		-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
		box-shadow:  0 0 3px rgba(0,0,0,.2); }
	textarea {
		min-height: 60px; }
	label,
	legend {
		display: block;
		font-weight: bold;
		font-size: 13px;  }
	select {
		width: 220px; }
	input[type="checkbox"] {
		display: inline; }
	label span,
	legend span {
		font-weight: normal;
		font-size: 13px;
		color: #444; }

/* #Misc
================================================== */
	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 20px !important; }
	
	
	
	
/* #Navigation
================================================== */
	.navigation {
		background: #343434;	
		padding: 0;
		color: #e0e0e0; 
	}
	
	nav.primary ul{	
		float: right;
		border-bottom: 1px solid #edf0f4;
		margin-right: 18px;
		margin-bottom: 20px;
	}
	nav.primary ul li {
		margin: 0px;
	}
	
	nav.primary select {
		display: none;
		width:  100%;
		height: 28px;
		margin: 21px 0;
	}
	
	nav.primary ul li {
		display: inline;
		position: relative;
		float: left;
		padding: 0px;
		margin-bottom: 0px;
	}
	
	nav.primary ul li a {
		display: block;		
		font-size: 13px;
		font-weight: 700;
		color: #3f495c;
		text-transform: uppercase;
		text-decoration: none;
		padding: 0px 15px 8px 15px;
				
	}
	
	nav.primary ul li a:hover {
		cursor: pointer;
		color:#ef5790;
	}
	
	/*sub menu*/
	nav.primary ul ul {
		margin: 0px;
		opacity: 0; 
		filter: alpha(opacity=0); 
		position: absolute;
		top:100%;
		left: 0;
		z-index: 999;
		background:#343434;
		height: 0px;
		overflow: hidden;
		width: 100%;
		min-width: 12em;
		-webkit-transition: opacity 0.4s ease-out;
		-moz-transition: opacity 0.4s ease-out;
		-o-transition: opacity 0.4s ease-out;
		-ms-transition: opacity 0.4s ease-out;
		transition: opacity 0.4s ease-out;
	}
	
	nav.primary ul li span {
		display: none;
	}
	
	nav.primary ul li:hover ul {
		opacity: 10; 
		filter: alpha(opacity=100); 
		height: auto;
		overflow: auto;
	}
	
	nav.primary ul ul li {
		float: none;
		display: list-item;
		margin:0;
	}
	
	nav.primary ul ul li a {
		display: block;
		line-height: 16px;
		text-transform: none;
		color:#c1366a;
		padding: 8px 16px;
	}
	
	nav.primary ul ul li a:hover {
		text-transform: none;
		color:#ef5790;
		border:none;
	}
	
	nav.primary ul li:hover > a {
	}
	

/* Index Page Styles
================================================== */
img{max-width: 100%;}
.wrapper{width: 980px; margin: 0 auto; background: #fff; position: relative; z-index: 2; padding:0 20px;}
.home{background:#f5f5f5 url(images/banner-img01.jpg) no-repeat center top;}
#header{ background: #fff;}
.logo{float: left;margin: 22px 0 0 7px;}

.search{width: 92%; float: left; border-bottom: 1px solid #edf0f4;}
.search input[type="submit"]{width: 16px; height: 16px; background: url(images/magnifying.gif) no-repeat 0 0; float: left; border: 0 none; margin: 8px 0 0;}
.search input[type="text"]{ border: 0 none; width: 174px; margin-bottom: 0; font-weight: 400; font-style: italic; font-size: 12px; padding: 7px 3px 3px; color: #a5abb6;}
.search input[type="text"]:focus{box-shadow: none;;}

#mainNav ul {float: right; border-bottom: 1px solid #edf0f4; margin-right: 18px;}
#mainNav ul li{float: left; padding: 0 15px;margin-bottom: 8px;}
#mainNav ul li.first{padding-left: 0;}
#mainNav ul li.last{padding-right: 0;}
#mainNav ul li a{font-size: 13px; font-weight: 700; color: #3f495c; text-transform: uppercase; text-decoration: none;}
.container{z-index: 1;}
#banner{position: relative;z-index: 4;}
#banner h1 {font-weight: 700; font-size: 48px; line-height: 45px; color: #fff; text-shadow: 1px 1px #6c6c6c; margin:0;}
#banner span{font-size: 18px; font-style: italic; font-weight: 400; color: #fff;line-height: 34px;}

.bannerContent{width: 410px;margin-right:-40px;padding: 15px 0;float: right; position: relative;}
.bannerContent small{width: 90px; height:54px;padding-top:33px;z-index: 3; text-align: center;vertical-align: middle; background: url(images/circle-bg.png) no-repeat 0 0; display: block; position: absolute; left: 180px; top: -50px;font-size: 11px; line-height: 12px; font-weight: 700; color: #fff;}

.bannerContent figure.baw a{float: left; margin: 0 5px; background: url(images/book-pic-bw.png) no-repeat; width:110px; height:160px;}
.bannerContent figure.kysu a{float: left; margin: 0 5px; background: url(images/book-pic-kysu.png) no-repeat; width:110px; height:160px;}

.bannerContent:hover figure .overlay{opacity:1;}

.bannerContent figure.baw .overlay, .bannerContent figure.kysu .overlay{
	background:rgba(193,54,106,.9); text-align:center; opacity:0; 
	-webkit-transition: opacity .25s ease;
    -moz-transition: opacity .25s ease;
    -o-transition: opacity .25s ease;
    transition: opacity .25s ease;
	padding: 63px 0;
}

.bannerContent figure.baw .overlay .buy, .bannerContent figure.kysu .overlay .buy{font-size: 15px;font-weight:bold!important;text-transform:uppercase;}
.bannerContent figure:hover .overlay {opacity:1}

.bannerRightBox{width: 155px; float: right;}
.bannerRightBox h2{font-size: 15px; font-weight: 700; line-height: 17px; color: #fff; background: url(images/bdr01.png) repeat-x left bottom; padding: 0 0 5px 5px;}
.bannerRightBox p{font-size: 12px; font-weight: 400; line-height: 17px; color: #fff; margin-bottom: 15px; padding-left: 5px;}
.btn{font-size: 15px; font-weight: 700; line-height: 40px; color: #fff; background: #c1366a; text-decoration: none; display: block; text-align: center;}

.rotator {
  font:bold 14px Verdana,Arial,Sans-Serif;
  color:#2964AF;
  position:relative;
  width:820px;
  height:30px;
  margin: 120px 0 120px 0;
}

.rotator .item {
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
  line-height:30px;
  padding:0 15px;
  text-transform:uppercase;
}

.welcome{padding: 30px 0 0 20px;overflow: hidden;}
.welcome h2 {font-size: 36px; padding-bottom: 10px; font-weight: 300; line-height: 45px; color: #034d5a; border-bottom: 1px solid #e09ab4; position: relative;}
.welcome h2 small{width: 82px; height: 1px; background: #e09ab4; position: absolute; left: 0; bottom: -2px; display: block;}
.welcome p {font-size: 16px; font-weight: 300; line-height: 29px; color: #768587; padding: 14px 0 15px; margin: 0;}

.about{background: #463d4e; border: 5px solid #71657c;margin: 84px 0 0; padding: 3px 14px 12px; overflow: hidden;}
.about h6{font-size: 14px; font-weight: 400; line-height: 35px; color: #fff;}
.about p{font-size: 13px; font-weight: 300; line-height: 29px; color: #d0d5d6; margin: 0 0 7px;}

.boxes{margin-top: 50px;}
.boxes article figure img {float: left;}
.boxBtm{overflow: hidden; background: #c1366a; padding: 15px 24px 31px;}
.boxBtm strong{font-size: 15px; font-weight: 700; line-height: 25px; color: #fff; display: block; padding-bottom: 17px;}
.boxBtm strong a{color: #fff; text-decoration: none;}
.boxBtm p {font-size: 12px; font-weight: 400; line-height: 18px; color: #fff;}

.socialBlock{border-top: 1px solid #dad8dc;border-bottom: 1px solid #dad8dc; text-align: center;padding: 54px 0 25px; margin: 91px 0 0 70px !important; position: relative;}
.socialBlock p {font-size: 22px; font-weight: 300; line-height: 33px; color: #463d4e; padding: 0 100px;}
.socialBlock p a {color:#c1366a;}
.tweeter{background: #fff;width: 140px; text-align: center; position: absolute; left: 50%; top: -15px; margin-left: -70px;}

.blogBlock{padding-top: 79px; margin-bottom: 13px;}
.heading{font-size: 20px; font-weight: 300; line-height: 45px; color: #034d5a;border-bottom: 1px solid #e09ab4; position: relative; padding-bottom: 4px; margin-bottom: 0;}
.heading small{width: 82px; height: 1px; background: #e09ab4; position: absolute; left: 0; bottom: -2px; display: block; z-index: 9999;}

.blog{padding-left: 20px;}
.blog figure{width: 100%; float: left; position: relative;}
.blog figure figcaption{position: absolute; padding:15px 20px; left: 0; bottom: 0; width: 100%; float: left; font-size: 14px; font-weight: 300; line-height: 20px; color: #fff; background: url(images/transparant-bg.png) repeat 0 0;}
.blog figure figcaption p{margin: 0;padding: 19px 0 0 23px;}
.blog figure figcaption span{color: #c1366a; display: block;}
.blog figure img {float: left;}

.keepTouch{width: 380px;float: left;}
.keepTouch p {font-size: 13px; font-weight: 400; line-height: 21px; color: #9f99a4; padding: 18px 0 0 12px;}
.keepTouch form{padding-left: 20px;margin-top: 37px;}
.keepTouch input[type="text"]{width: 311px; height: 47px;margin-bottom: 10px; padding: 0 17px; border: 1px solid #9f99a4; border-radius: 0;font-size: 15px; font-weight: 700; line-height: 47px; color: #9f99a4;}
.keepTouch input[type="submit"]{width: 345px; height: 48px;padding: 0; font-size: 15px; font-weight: 700; line-height: 48px; color: #fff; background: #c1366a; text-decoration: none; text-shadow: none; display: block; text-align: center; border: 0 none;border-radius: 0;}
.keepTouch input[type="submit"]:hover{color: #000;}

#footerWrap{width: 100%; margin-top: -275px; float: left; background: #463d4e; position: relative;z-index: 1;}
#footer{margin-top: 305px; border-top: 1px solid #746e7a; padding: 15px 0 0 0;}

.footerLeft small {font-size: 11px; font-weight: 300; line-height: 16px; color: #fff; display: block; padding-left: 5px;}
.footerLeft small a{color: #c1366a; white-space: nowrap;}

.social{float: right; margin-bottom: 24px;}
.social li{float: left;margin-left: 5px;}

/*inner page start here*/
.inner{background:#f5f5f5 url(images/banner-img02.jpg) no-repeat center top;}
.inner #banner h1{position:absolute; bottom:50px; margin-top: 0; width:640px; text-transform:uppercase;margin-bottom: 10px;}
.inner #banner span{position:absolute; bottom:10px; clear: left; font-size: 23px;line-height: 42px; font-style: italic; font-weight: 400; color: #fff;}
.bannerPic{float: right; width: 268px;}
.bannerPic img{float: right;}

.mainWrap{padding-top: 39px;}
.main p, .main h1, .main h2, .main h3, .main h4, .main h5, .main h6{padding:0 30px}

.rightContent .heading{color: #034d5a; padding-bottom: 0; line-height: 37px;}
.rightContent article{width: 100%; float: left; margin-bottom: 38px;}
.rightContent .blog{padding: 0; width: 100%; float: left;}
.rightContent .blog .heading{padding-bottom: 8px;}
.rightContent .blog figure figcaption p {padding: 12px 0 3px 15px; line-height: 17px;}
.rightContent .blog figure figcaption span{padding: 0;}

.rightContent .keepTouch{padding-top: 15px;}
.rightContent .keepTouch .heading{line-height: 24px;padding-bottom: 12px;}

.rightContent .keepTouch form{margin-top: 24px; padding: 0;}
.rightContent .keepTouch input[type="text"]{width: 244px;}
.rightContent .keepTouch input[type="submit"]{width: 280px;}

.buyBook{width: 100%; float: left; position: relative; margin-top: -5px;}
.buyBook figure{width: 78px;float: left; margin: 4px 15px 0 0;}
.buyBookWrap{width: 100%; float: left; padding-top: 11px;}
.buyBookText{width: 187px;float: left;}
.buyBookText p{font-size: 13px; font-weight: 400; line-height: 21px; color: #9f99a4; margin: 0 0 11px;}
.buyBookText .btn{line-height: 50px;}

.accreditations{border-top: 1px solid #dad8dc;border-bottom: 1px solid #dad8dc; text-align: center;padding: 0 0 31px; margin: 37px 0 0 70px !important; position: relative;}
.accreditations h2 {font-size: 25px; font-weight: 700; line-height: 25px; color: #463d4e; margin-top: -14px; position: relative;}
.accreditations h2 span{background: #fff; padding: 0 42px;}
.accreditations p {font-size: 16px; font-weight: 300; line-height: 29px; color: #768587;padding: 6px 16%;}

.partners{width: 100%; float: left;padding: 15px 0 0;}
.partners li{display: inline; margin: 0 4.4%;}
.partners li a{display: inline-block;}

.inner .boxes {margin-top: 34px;}
.inner .socialBlock{margin: 44px 0 33px 70px !important;}

/*inner pages*/

.category-entry{margin:0 0 30px 30px; background:#fafafa; border:1px solid #ddd; padding: 20px 30px;}
.category-entry a{color:#fff;}
.category-entry p{font-size:12px; }
.entry-title{margin: 0 0 20px 0;}
.entry-title a{text-decoration:none; font-size:42px; line-height:50px; letter-spacing:-2px; color:#463d4e; font-weight:bold; text-transform:uppercase; }
.entry-date{margin:0;}

/* Book Page */

.book-entry{padding: 40px 0; border-top:1px solid #ddd; border-bottom:1px solid #ddd;}
.book-entry .btn.sml {font-size:10px;}
.book-title{font-size:28px; font-weight:bold; text-transform:uppercase; color:#c1366a; margin:0 0 6px 0;}
.book-author a{color: #c1366a;}
.book-author a img{width:18px;height:18px;vertical-align:middle}
.book-author{margin:0 0 50px 0;}
.book-desc{margin:0 0 20px; }
.book-btn{margin:20px 0 0 0;}

  #goodreads-widget {
    font-family: georgia, serif;
    padding: 18px 0;
    width:575px;
  }
  #goodreads-widget h1 {
    font-weight:normal;
    font-size: 16px;
    border-bottom: 1px solid #BBB596;
    margin-bottom: 0;
  }
  #goodreads-widget a {
    text-decoration: none;
    color:#660;
  }
  iframe{
    background-color: #ffffff;
  }
  #goodreads-widget a:hover { text-decoration: underline; }
  #goodreads-widget a:active {
    color:#660;
  }
  #gr_footer {
    width: 100%;
    border-top: 1px solid #BBB596;
    text-align: right;
  }
  #goodreads-widget .gr_branding{
    color: #382110;
    font-size: 11px;
    text-decoration: none;
    font-family: verdana, arial, helvetica, sans-serif;
  }

/* Serp */

.serp-title{padding: 20px 0px 20px 5px; border-top:1px solid #ddd; font-size:24px;}
.serp-info{margin: 0 0 20px 0;}
.serp-desc p{font-size:12px; line-height:14px;}

/* Contact */

ul.contact-info{margin: 20px 0;}
ul.contact-info li{margin: 0px 30px; padding: 10px 0; border-top:1px solid #ddd;}
.contact-map{margin:0 0 0 30px; border:1px solid #ddd; width:520px; height:200px}
.contact-form{}
.contact-form p{margin:0;}
.contact-form input[type="text"], textarea{width:90%}
	
