/* @override http://charityunleashed.site/sheffield/wp-content/themes/charityunleashed/css/screen.css */

/* 
	Style Sheet for Charity Unleashed (www.charityunleashed.com)
	by Steven Wilshaw (www.stevenwilshaw.com)
*/

html {
	height: 100%;
}

body {
	background:#fafafa url("../images/bg.png") repeat;
	color:#222;
	font: 62.5% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	height: 100%;
}

#wrap {
	height:auto !important;
	min-height:100%;
	position:relative;
	width:100%;
}


#page {
	margin: 3em auto 0 auto;
	padding-bottom: 40em;
	width: 960px;		
}


.content {
	
}

/*@font-face {
    font-family: CenturyGothic;
    src: url(../fonts/Century-Gothic.ttf);
    font-weight:400;
}*/

h1,h2 {

}

.content h1 {
	font-size: 2.0em;
	margin-bottom: 0.4em;
	color:#222;
}

.content h1 a{
	color:#222;
	text-decoration: none;
}

.content h2 {
	font-size: 2em;
	margin: 1.5em 0 0.5em 0;
	color: #222;
}

.content p {
	font-size: 1.3em;
	line-height: 1.8em;
	margin-bottom: 1.6em;
	color: #333;
}

.content ul {
	margin-left: 20px;
	list-style-type: disc;
	margin-bottom: 1em;

}

.content ul li {
	font-size: 1.2em;
	line-height: 1.6em;
	margin-bottom: 0.5em;
}

.content a {
	color: #0077c3;
}

.content a:hover {
	color: #378de5;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}



/* @group Header */

.header {
	background: url("../images/header-bg.png") repeat-x;	
	height: 78px;
	/*-webkit-box-shadow: 0px 3px 3px #111;
	-moz-box-shadow: 0px 3px 3px #111;
	border-bottom: 1px solid #232323;
	*/
}

.header-inner {
	width: 960px;
	margin:0 auto;	
}

.header img {
	margin: 30px 0 20px 0;
	float: left;
}

#search-form {
	float: right;
	margin-top: 20px;
}

#search-form label {
	float: left;
	display: block;
	height: 26px;
	font-size: 1.2em;
	line-height: 26px;
	margin-right: 10px;
}

#search-form input, #search-form button {
	background-color: #f2f2f2;
	border: 1px solid #fff;
	border-top-color: #ddd;
}

#search-form input[type=text] {
	float: left;
	font-size: 1.2em;
	border-right: none;
	margin: 0;
	padding: 0 10px;
	height: 24px;
	width: 200px;
	-webkit-border-radius:5px;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	
	-moz-border-radius:5px;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 0;
}

#search-form button {
	
	float: left;
	font-size: 1.2em;
	line-height: 24px;
	color: #555;
	text-shadow: 0 1px 1px #ddd;
	
	border-left:none;
	margin: 0;
	padding: 0 10px ;
	height: 26px;
	
	-webkit-border-radius:5px;
	-webkit-border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	
	-moz-border-radius:5px;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-bottomleft: 0;
}






/* @end */



/* @group Nav */

#nav {	
	clear: both;
	width: 960px;
	margin: 0 auto 7px auto;
	display: block;
	height: 49px;
	
	background: url("../images/shadow-line.png") repeat-x bottom;
	
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-moz-border-radius: 0 0px 10px 10px;
	
}

#nav li {
	display: inline-block;
	text-transform: uppercase;
	font: bold 1.4em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
	
}

#nav li a {
	background: url("../images/bg.png");
	display: block;
	color: #575757;
	text-decoration: none;
	padding: 0 20px;
	margin: 0 10px;
	height: 29px;
	line-height: 29px;
	text-shadow: rgba(255,255,255,0.2) 0px 1px 1px;	
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-transition-duration:0.3s;
	-moz-transition-duration:0.3s;
	
	
	
} 

#nav li a:hover {
	text-shadow: 0px -1px 1px rgba(255,255,255,0.4);
	background-image: none;
	background-color: rgba(0,0,0, 0.15);
	
	-webkit-box-shadow: 0px 1px 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 1px 5px rgba(0,0,0,0.1);
	box-shadow: 0px 1px 5px rgba(0,0,0,0.1);				
}


#nav li.current_page_item a, #nav li.current_page_ancestor a, #nav li.current_page_parent a{
	
	color: #006eb4;
	text-shadow: 0px 2px 2px rgba(0,0,0,0.1);
	color:#fff;
		
	background: #006eb4 url(../images/button-bg-blue.png) center;
	text-shadow: rgba(0,0,0,0.4) 0px -1px 1px;
	-webkit-box-shadow: 0px 1px 5px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 1px 5px rgba(0,0,0,0.4);
}




/* @end */



/* @group sub Nav */

#subnav {
	
	margin: 10px auto 0 auto;
	width: 960px;
	padding: 0px 0px;
		
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

#subnav li {
	display: inline-block;
	font-size: 1.2em;
	font-weight: bold;
}

#subnav li a{
	
	display: block;
	color: #444;
	text-decoration: none;
	padding: 5px 25px;
	margin: 0 5px;
	
	text-shadow: 0px 1px 1px rgba(0,0,0,0.05) ;
	
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	
	-webkit-transition-duration:0.4s;
	-moz-transition-duration:0.4s;
	transition-duration:0.4s;
	
	

}

#subnav li a:hover {
	text-shadow: 0px -1px 1px rgba(255,255,255,0.4);
	background-color: rgba(0,0,0, 0.15);
	
	-webkit-box-shadow: 0px 1px 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 1px 5px rgba(0,0,0,0.1);
	box-shadow: 0px 1px 5px rgba(0,0,0,0.1);
	
}

#subnav li.current_page_item a {
	
	color:#fff;
	text-shadow: rgba(0,0,0,0.4) 0px -1px 1px;
	
	background: #5d5d5d;
		
	background: -webkit-gradient(linear, left bottom, left top,
    	color-stop(1, rgb(127,127,127)),
    	color-stop(0, rgb(93,93,93))
	);
	background: -moz-linear-gradient(center bottom,
    	rgb(93,93,93) 0%,
    	rgb(127,127,127) 100%
	);
	
	
	
	-webkit-box-shadow: 0px 1px 5px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 1px 5px rgba(0,0,0,0.4);
	box-shadow: 0px 1px 5px rgba(0,0,0,0.4);
	
}

/* @end */


/* @group Footer */

.footer {
	
	position: absolute;
	bottom: 0;
	width: 100%;
	
}

.footer-inner {
	padding: 3em 0 3em 0;
	background: url(../images/line.png) repeat-x top;
	width: 960px;
	margin: 0 auto;
}

.footer ul.partners {
	width: 960px;
	margin: 0 auto 1.5em auto;
	text-align: center;
}

.footer ul.partners li {
	display: inline;
	margin: 0 10px;
}

.footer ul {
	margin-bottom: 2em;
}

.footer ul li {
	display: inline;
	font-size: 1.4em;
	margin: 0 5px;
}

.footer ul li a{
	color: #bbb;
	text-decoration: none;
	padding: 2px 5px;
}

.footer ul li a:hover{
	color: #fff;
}

.footer ul li.current_page_item a, .footer ul li.current_page_ancestor a, .footer ul li.current_page_parent a{
	color: #fff;
}

.footer p {
	width: 960px;
	margin: 0 auto;
	text-align:center;
	font-size: 1.1em;
	line-height: 1.5em;
	color: #888;
	margin-bottom: 1.5em;
}

.footer p a {
	color: #888;
}




/* @end */

/* @group Footer Nav */

#footer-nav {	
	text-align: center;
	margin: 2.6em 0 3em 0;
}

#footer-nav li {
	display: inline-block;	
	font-size: 1.2em;
}

#footer-nav li a {
	color: #575757;
	text-decoration: none;
	padding: 3px 10px;
} 

#footer-nav li a:hover {
	text-shadow: 0px -1px 1px rgba(255,255,255,0.4);
	text-decoration: underline;			
}


#footer-nav li.current_page_item a, #footer-nav li.current_page_ancestor a, #footer-nav li.current_page_parent a{
	background-color: #ccc;
	
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-border-radius:4px;
}


/* @end */

p.button-container {
	font-size: 1.2em;	
	text-align: center;
}

 a.button, input.button {
	color:#dadada;
	font-weight: bold;
	display: inline-block;
		background: #0077c3 url(../images/button-bg-blue.png);
	height: 30px;
	line-height: 29px;
	padding: 0 30px;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	border: none;
	
	margin-right: 10px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.3);
	
	text-shadow: rgba(0,0,0,0.4) -1px -1px 0;
	
	-webkit-box-reflect: below 1px -webkit-gradient(linear, left top, left bottom, color-stop(0.6, transparent), color-stop(1.0, rgba(255, 255, 255, 0.4)));
	
	-webkit-transition-duration:0.3s;
}



a.button:hover, input.button:hover {
	color: #fff;
	-webkit-box-shadow: 0px 0px 7px #60c1ff;
	-moz-box-shadow: 0px 0px 7px #60c1ff;
	top:10px;
}

a.purple {
	background: #810150 url(../images/button-bg-purple.png);
	border-top: 1px solid #f589cb
}

a.purple:hover {
	-webkit-box-shadow: 0px 0px 7px #f589cb;
	-moz-box-shadow: 0px 0px 7px #f589cb;
}

a.blue {
	background: #3f5aa2 url(../images/button-bg-blue.png);
	border-top: 1px solid #adcae5;
}

a.blue:hover {
	-webkit-box-shadow: 0px 0px 7px #3f5aa2;
	-moz-box-shadow: 0px 0px 7px #3f5aa2;
}

a.orange {
	background: #ec782b url(../images/button-bg-orange.png);
	border-top: 1px solid #ffb686;
}

a.orange:hover {
	-webkit-box-shadow: 0px 0px 7px #ec782b;
	-moz-box-shadow: 0px 0px 7px #ec782b;
}


/* @group Home Page */

#home {
	
}

.badge {
	background: url("../images/badge.png");
	color: #fff;
	width: 72px;
	height: 80px;
	overflow: hidden;
	position: absolute;
	margin: -20px 0 0 890px;
	font-size: 2em;
	font-weight: bold;
	padding: 12px 10px 0 10px;
	line-height: 1em;
	text-align: center;
	
	text-shadow: 0px -1px 1px rgba(0,0,0,0.4);
	
	-webkit-transform: rotate(20deg);
	-moz-transform: rotate(20deg);
}

#home .intro {
	
	background: url("../images/line.png") repeat-x bottom;
	margin: 6em 0 4em 0;
}

#home .intro .intro-text {
	float: left;
	width: 545px;
	padding-top: 1em;
	margin-left: 20px;
}

#home .intro .intro-text h1 {
	font-weight:bold;
	color: #5d5e5e;
	text-shadow:  0 2px 1px #fff;
}

#home .intro .intro-text h1 .a {
	line-height: 0.7em;
	font-size: 3.5em;
	margin-bottom: 0.3em;
	display: block;
}

#home .intro .intro-text h1 .b {
	font-size: 1.85em;
	display: block;
	margin-bottom: 0.6em;
}

#home .intro .intro-text p{
	width: 490px;
	text-align: justify;
	text-align: ;
	font-size: 1.4em;
	line-height: 1.8em;
	margin-bottom: 1.8em;
}

#home .intro .intro-text p.button-container{
	text-align: center;
} 


#home .intro img.book {
	margin-right: 10px;
	float: right;
	margin-bottom: 80px;
	-webkit-box-shadow: 0px 4px 10px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 4px 10px rgba(0,0,0,0.4);
}

#home .intro a.button {
	height: 40px;
	line-height: 38px;
}

#home .offers {
	width: 420px;
	float: left;
	display: inline;
	margin-left: 20px; 
}

#home .news {
	width: 480px;
	padding: 0 0px;
	float: right; 
}

#home .offers .button-container {
	clear: both;
	padding-top: 1em;
}



#home h2 {
	font-size: 1.6em;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 1.2em;
	color:#5d5e5e;
}



#home h2 {
	margin-top: 0;
}

#home .news .post {
	margin-bottom: 2em;
}

#home .news h3 {
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.6em;
}

#home .news h3 a{
	color: #222;
	text-decoration: none;
}

#home .news h2 a:hover {
	text-decoration: underline;
}

#home .news p.meta {
	color: #777;
	font-size: 1em;
	margin-bottom: 0.2em;
}

#home .news p {
	margin-bottom: 0.6em;
}

#home .news a.read-more {
	color: #0077c3;
	text-transform: uppercase;
	font-size: 0.9em;
	font-weight: bold;
}


#home .twitter ul {
	margin-bottom: 1.8em;
}

#home .twitter ul li {
	font-size: 1.2em;
	line-height: 1.6em;
	margin-bottom: 1.0em;
	list-style-type: none;
}

#home .twitter ul li a {
	color: #fff;
}

#home .twitter ul li .twitterStatus {
	display: block;
}

#home .twitter ul li .twitterTime {
	display: block;
	color: #898989;
	font-size: 0.9em;
}

/* @end */

/* @group Offers Filter */

ul.offers-filter {
	list-style-type: none;
	margin: 1em 0 2em 0;
	height: 2em;
	height:26px;
	padding:4px;
	
}

ul.offers-filter li{
	display: inline;	
}

ul.offers-filter li a{
	display: inline-block;
	color: #222;
	text-decoration: none;
	margin-right: 5px;
	padding: 0 15px;
	line-height: 26px;
	height: 26px;
	-webkit-border-radius:5px;
}

ul.offers-filter li a:hover{
	background-color: #eaeaea;
	color: #333;	
}

ul.offers-filter li a.selected{
	background: #0077c3 url("../images/button-bg-blue.png") center;
	color: #fff;
	-webkit-box-shadow: 0px 1px 5px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 1px 5px rgba(0,0,0,0.4);
}

/* @end */

/* @group Offers FP Widget */

ul.offers-grid-layout2 {
	margin: 0 0 0 10px;
	list-style-type: none;
	font-size: 1.0em;
}

.offers-grid-layout2 li {
	font-size: 1.2em;
	display:inline-block;
	float: left;
	width: 90px;
	height: 80px;
	text-align: center;
	padding-bottom: 1.4em;
	margin-right: 10px;
}

.offers-grid-layout2 li a {
	position: absolute;
	display: block;
	color: #dadada;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;	
}

.offers-grid-layout2 li a:hover {
	width: 130px;
	height: 110px;
	margin: -15px 0 0 -20px;
	color: #fff;
	z-index: 1000;
}

.offers-grid-layout2 li a span {
	display: none;
	
	padding: 3px 10px;
	opacity: 1;
	background-color: #000;
	background-color: rgba(0,0,0,0.8);
	color: #fff;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
}

.offers-grid-layout2 li a:hover span { 
	display: block;
}




.offers-grid-layout2 li img {
	
	margin-bottom: 0.4em;
	width: 90px;
	height: 80px;
	-webkit-box-shadow: 0px 4px 10px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 4px 10px rgba(0,0,0,0.4);
}

.offers-grid-layout2 li a:hover img {
	width: 130px;
	height: 110px;
	-webkit-box-shadow: 0px 20px 10px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 20px 10px rgba(0,0,0,0.4);
}

.offers-grid-layout2 li a img, .offers-grid-layout2 li a span {
	-webkit-transition-duration:0.3s
}



/* @end */

/* @group Offers Widget */

ul.offers-grid-layout {
	margin: 0;
	list-style-type: none;
	font-size: 1.0em;
}

.offers-grid-layout li {
	font-size: 1.2em;
	display:inline-block;
	float: left;
	width: 152px;
	height: 180px;
	text-align: center;
	padding-bottom: 1.4em;
	margin-right: 8px;
}

.offers-grid-layout li a {
	color: #333;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	
}

.offers-grid-layout li a span {
	
	padding: 3px 10px;
	display: block;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	
}

.offers-grid-layout li a:hover {
	color: #fff;
}

.offers-grid-layout li a:hover span{
	
	background-color: #333;
}

.offers-grid-layout li img {
	margin-bottom: 0.4em;
	
	-webkit-box-shadow: 0px 4px 10px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 4px 10px rgba(0,0,0,0.4);
}

.offers-grid-layout li a:hover img {
	background-color: #ddd;
}

.offers-grid-layout li a img, .offers-grid-layout li a span {
	-webkit-transition-duration:0.3s
}

#home .offers-grid-layout li:nth-child(3n+1), #page .offers-grid-layout li:nth-child(6n+1) {	
	/*clear: both;*/
}

#home .offers-grid-layout li:nth-child(3n+3), #page .offers-grid-layout li:nth-child(6n+6) {
	margin-right: 0;
	
}

#page .offers-grid-layout li:nth-child(5n+1) {
	/*margin-right: none;*/
}


/* @end */





/* @group Offer */

.offer {
	padding: 10px;
}

.offer .venue-details {
	float: left;
	width: 150px;
	margin-right: 20px;
}

.offer .offer-details {
	display: block;
	float: left;
	width: 400px;
}

.offer img.thumb {
	margin-bottom: 1em;
	-webkit-box-shadow: 0px 4px 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 4px 10px rgba(0,0,0,0.2);
}


.offer h1 {
	font-size: 1.4em;
	margin: 0 0 1em 0;
	color: #222;
}

.offer p.offer-info {
	font-size: 2.2em;
	line-height: 1.4em;
	color: #000;
	margin-bottom: 1.0em;
	font-style: italic;
}

.offer p.venue {
	font-size: 1.2em;
	color: #222;
	margin-bottom: 1.4em;
}

.offer h2 {
	font-size: 1.4em;
	margin: 1.5em 0 0.5em 0;
	color: #222;
	font-weight: bold;
}

.offer p {
	font-size: 1.2em;
	color: #222;
	margin-bottom: 0;
	line-height: 1.6em;
}

.offer address {
	font-size: 1.2em;
	line-height: 1.6em;
	color: #222;
	font-style: italic;
}

.offer a {
	color: #0077c3;
	margin-right: 10px;
}


.offer ul.terms li{
	font-size: 1.1em;
	font-style: italic;
	margin-bottom: 0;
	color: #222;
}

/* @end */

#content {
	width: 650px;
	float: left;
}



/* @group Sidebar */

#sidebar {
	width: 220px;
	float: right;
	padding: 1em 20px;
}

#sidebar .book {
	-webkit-box-shadow: 0px 4px 10px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 4px 10px rgba(0,0,0,0.4);
}

#sidebar h4 {
	font-size: 1.4em;
	margin: 0.5em 0 0.5em 0;
	color: #222;
	text-transform: uppercase;
}

#sidebar ul {
	margin-bottom: 3em;
}

#sidebar li {
	font-size: 1.2em;
	line-height: 1.4em;
	margin-bottom: 0.5em;	
}

#sidebar a {
	color: #0077c3;
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* @end */



.post h1 {
	margin-bottom: 0.2em;
}

p.post-details {
	font-size: 1.2em;
	color: #666;
}


.align-center {
	text-align: center;
}

/* @group Buy Book */

.buy-book-form input.button {
	width: auto;
}

.price {
	font-size: 2.0em;
	font-style: italic;
}

.option {
	margin: 2em 0;
}

.option input {
	float: left;
	font-size: 2em;
}

.option .option-text {
	margin-left: 30px;
	font-size: 1.2em;
	line-height: 1.6em;
}

.option .option-text label {
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 0.6em;
}

.option .option-text ul {
	font-size: 0.9em;
	margin-top: 1em;
}

.buy-book-form label {
	display: block;
}

.buy-book-form label {
	font-size: 1.1em;
	margin-bottom: 0.2em;
	color: #222;
}

.buy-book-form  .form-error {
	font-size: 1.4em;
	color: #d00;
	margin-left: 7px;	
}

.buy-book-form select {
	font-size: 1.2em;
}
	

.buy-book-form input[type=text] {
	border: 1px solid #ccc;
	background-color: #fafafa;
	width: 300px;
	color: #222;
	padding: 0.6em 5px;
	font-size: 1.0em;
	
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	
	-webkit-transition-duration:0.3s;
	-moz-transition-duration:0.3s;
}

.buy-book-form input:focus {
	-webkit-box-shadow: 0 0 5px #378de5;
	-moz-box-shadow: 0 0 5px #378de5;
	
}
.buy-book-form input.error {
	border-color: #743430;
}

.buy-book-form input[type=submit] {
	padding: 0;
	width: 200px;
}

.buy-book-form p.error {
	font-size: 1.6em;
	color: #ea0691;
	margin-bottom: 0.6em;
}

.checkout-table {
	background-color: #fff;
	margin-bottom: 2em;
	border: 1px solid #ddd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 5px #378de5;
}

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

.checkout-table td, .checkout-table th{
	font-size: 1.2em;
	padding: 5px 10px;
	border-bottom: 1px solid #eee;
}

.checkout-table th {
	font-weight: bold;
	background-color: #eee;
}

p.test-mode-on {
	color: #600;
	font-size: 1.4em;
}

/* @end */





