/*

	Charity Unleashed Stylesheet

*/

body {
	font: 62.5% "Arial", Verdana, sans-serif;
	color: #222;
	background:#fff url("../images/page-bg.png") repeat-x;
}

#wrapper {
	width: 100%;
	margin: 0 auto;
}

/* @group Header */

#header {
	width: 100%;
	height: 107px;
	margin-bottom: 23px;
}

#header-inner {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

#header #logo {
	float:left;
	margin-top: 10px;
}

/*#header #supplier-login {
	height: 59px;
	float: right;
	width: 541px;
	text-align: right;
}

#header #supplier-login a {
	color: #444;
	padding: 10px 10px;
	display: block;
	text-decoration: none;
}

#header #supplier-login a:hover {
	text-decoration: underline;
}*/

/* @end */

#city-nav {
	float:right;
	height:30px;
	width:541px;
	text-align:right;
}

#city-nav p{
	padding:9px 8px 0 0 ;
	color: #555;
	font-size:1.1em;
}

#city-nav p a {
	color: #555;
	text-decoration:none;
}

#city-nav p a:hover {
	text-decoration:underline;
}



/* @group Nav */

#nav {
	width: 541px;
	height: 41px;
	background: url(../images/nav.png) no-repeat;
	float:right;
	margin-top:29px; /* 59px - 30px for city nav */
	position: relative;
}

#nav li {
    margin: 0; 
	padding: 0; 
	list-style: none;
    position: absolute; 
	top: 0;
	height: 41px; 
	display: block;
}

#nav a {
	display: block;
	height: 0;
	overflow:hidden;
	padding-top:41px;
	/*border:1px inset #FF9900;*/
}

#nav-home {
	left: 0; 
	width: 67px;
}

#nav-offers {
	left: 67px; 
	width: 87px;
}

#nav-how {
	left: 154px; 
	width: 144px;
}

#nav-news {
	left: 296px; 
	width: 71px;
}

#nav-faq {
	left: 368px; 
	width: 72px;
}

#nav-about {
	left: 440px; 
	width: 101px;
}

#nav-home a:hover { background: url("../images/nav.png") no-repeat 0 -41px; }
#nav-offers a:hover { background: url("../images/nav.png") no-repeat -67px -41px; }
#nav-how a:hover 	{ background: url("../images/nav.png") no-repeat -154px -41px; }
#nav-news a:hover { background: url("../images/nav.png") no-repeat -296px -41px; }
#nav-faq a:hover  { background: url("../images/nav.png") no-repeat -368px -41px; }
#nav-about a:hover { background: url("../images/nav.png") no-repeat -440px -41px; }


#nav-home.selected a, #nav-home.selected a:hover{ background: url("../images/nav.png") no-repeat 0 -82px; }
#nav-offers.selected a, #nav-offers.selected a:hover{ background: url("../images/nav.png") no-repeat -67px -82px; }
#nav-how.selected a, #nav-how.selected a:hover{ background: url("../images/nav.png") no-repeat -154px -82px; }
#nav-news.selected a, #nav-news.selected a:hover{ background: url("../images/nav.png") no-repeat -296px -82px; }
#nav-faq.selected a, #nav-faq.selected a:hover{ background: url("../images/nav.png") no-repeat -368px -82px; }
#nav-about.selected a, #nav-about.selected a:hover{ background: url("../images/nav.png") no-repeat -440px -82px; }

/* @end */


/* Container 
-------------------------------------------------------------------------------- */

.container {
	width: 960px; 
	margin:0 auto;
	padding-bottom:30px;
}

/* @group Front Page */

#banner {
	background: url("../images/charity-unleashed-derby-banner.png") no-repeat;
	border-bottom: 1px solid #eaeaea;
	height:337px;
	margin: 0 auto 20px auto;
	padding-bottom:20px;
	width:960px;
}

#banner a {
	display:block;
	width:960px;
	margin:0 auto;
	height:337px;
}

#banner span {
	display:block;
	height: 0;;
	overflow:hidden;
}

.fp-column h2 {
	color:#425ca4;
	margin-bottom: 0.6em;
	font-size: 2.2em;
	font-weight:normal;
	
}

.fp-column p {
	margin-bottom: 0.8em;
	font-size: 1.2em;
	line-height: 1.6em;
}

.fp-column {
	width:280px;
	float:left;
	padding:0 20px;
	margin-top:20px;
}

.column  ul {
	margin: 0 0 15px 15px;
}

.column  ul li {
	list-style-type: square;
	margin-bottom: 1em;
	font-size: 1.3em;
	line-height: 1.4em;
}

.column .link {
	margin-top:1.6em;
}

.column a {
	color:#222;
}

.column a:hover {
	color:#000;
}

.fp-column a.button {
	background-color:#425ca4;
	color:#fff;
	padding:2px 20px;	
	text-decoration:none;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.fp-column a.button:hover {
	background-color: #5b81e5;
	color: #fff;
	text-decoration:none;
}

.twitter-box {
	background-color: #f0f0f0;
	padding: 15px 15px;
	margin-top: 30px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}

.twitter-box #tweet ul {
	list-style-type: none;
	margin: 0;
	padding:0;
}

.twitter-box #tweet ul li{
	list-style-type: none;
	color: #333;
	font-size: 1.4em;
	margin: 0 0 0.2em 0;
	padding:0;
}

.twitterTime {
	font-size:0.7em;
	color: #555;
}



p.twitter-post {
	color: #333;
	font-size: 1.4em;
	margin: 0 0 0.2em 0;
}

p.twitter-link {
	font-size: 1.1em;
	color: #444;
	margin-bottom: 0.2em;
}

p.twitter-link a {
	color: #425ca4;
	
}

.column  ol {
	margin: 0 0 15px 15px;
}

.column  ol li {
	list-style-type:decimal;
	margin-bottom: 1em;
	font-size: 1.3em;
	line-height: 1.4em;
}


/* @end */







/* Page 
-------------------------------------------------------------------------------- */

#content {
	width:615px;
	margin-right:10px;
	float:right;
	padding-top:10px;
	
}

/* @group Content */

.content { 
	

}

.content h1 {
	margin-bottom: 0.5em;
	font-size: 2.8em;
	color: #425ca4;
	font-weight:normal;
}

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

.content h2 {
	margin-bottom: 0.5em;
	font-size: 2.0em;
	font-weight:normal;
	color: #000;
}

.content h2 a {
	color: #425ca4;
	text-decoration: none;
}

.content p {
	margin-bottom: 1.4em;
	font-size: 1.3em;
	line-height: 1.4em;
}

.content blockquote {
	font-weight:bold;
	padding-left:10px;
	margin-left:10px;
	border-left:3px solid #999999;
	color:#000;
}

.content p a:link, .content p a:visited, .content p a:active, .content li a:link, .content li a:visited, .content li a:active {
	color: #425ca4;
	text-decoration: underline;
	
}

.content a:hover {
	color: #5b81e5;
}

.content  ul {
	margin: 0 0 15px 30px;
}

.content  ul li {
	list-style-type: square;
	margin-bottom: 5px;
	font-size: 1.3em;
	line-height: 1.4em;
}



 hr {
	border:none;
	border-top: 1px dotted #2a2d2e;
	height:1px;
	margin-bottom:30px;
}



.content ul li ul li{ font-size: 100%; }

/* @end */

strong { font-weight:bold; }


p.post_details {
	color:#666666;
	margin-bottom: 0.8em;
	
}
	

/* Sidebar
-------------------------------------------------------------------------------- */

#sidebar {
	width:320px;
	float:left;
}

#sidebar p{
	margin-left:60px;
	margin-top: 1.0em;
}

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

#sidebar .buy-gift-book {
 margin: 0px auto 0 auto;
}

/* @group Footer */

#footer-nav {
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 20px;
}

#footer-nav ul {
	margin-bottom: 1em;
}

#footer-nav ul li{
	display: inline;
	font-size: 1.2em;
	padding: 0 10px;
	
}

#footer-nav ul li a:hover {
	color: #000;
}

#footer {
	width:960px;
	margin:0 auto;
	text-align:center;
	border-top: 1px solid #eaeaea;
	padding-top:10px;
	color: #959595;
}

#footer p {
	font-size: 1.1em;
	margin-bottom: 1.6em;
	line-height: 1.8em;
	
}

#footer a {
	color:#959595;
	text-decoration:underline;
}

/* @end */

.clear {
	clear: both;
	line-height: 1;
	margin: 0;
	padding: 0;
}

/* Misc
-------------------------------------------------------------------------------- */

h2.column-heading {
	margin-bottom: 0.8em;
	font-size: 2.2em;
	color: #d20078;
}

/* @group Page Titles */

/*
#fp-how-does-it-work {
	background:url(../images/how-does-it-work.png) no-repeat;
	text-indent:-9999px;
}

#fp-how-do-i-get-it {
	background:url(../images/how-do-i-get-it.png) no-repeat;
	text-indent:-9999px;
}

#fp-whats-new {
	background:url(../images/whats-new.png) no-repeat;
	text-indent:-9999px;
}


#faqs {
	background:url(../images/page-titles/faq.png) no-repeat;
	text-indent:-9999px;
}

#where-to-find-us {
	background:url(../images/page-titles/where-to-find-us.png) no-repeat;
	text-indent:-9999px;
}

#how-it-works {
	background:url(../images/page-titles/how-it-works.png) no-repeat;
	text-indent:-9999px;
}

#about-us {
	background:url(../images/page-titles/about-us.png) no-repeat;
	text-indent:-9999px;
}

#news-archives {
	background:url(../images/page-titles/news-archives.png) no-repeat;
	text-indent:-9999px;
}

#page-not-found {
	background:url(../images/page-titles/page-not-found.png) no-repeat;
	text-indent:-9999px;
}

  */

/* @end */

.left {
	float: left;
	display: inline;
}

.right {
	float: right;
	display: inline;
}

/* @group Offers */

#offers-page {
	width: 960px;
	margin: 0 auto;
}

#offers-page h1 {
	margin: 0 0 0.5em 20px;
	font-size: 2.0em;
	color: #425ca4;
	font-weight:normal;
}

#offers-page .buy-gift-book {
	margin: 0 auto;
}

#offers {
	border-bottom: 1px solid #eaeaea;
	width: 960px;
	margin: 0 auto 10px auto;
	padding:10px 0;
}


#offers-select {
	margin: 0 0 0 15px;
}

#offers #categories {
	border-right :1px solid #eaeaea;
	width: 230px;
	float:left;
	position:relative;
	padding:10px 0px;
	margin:0 0 30px 0;
	top:0;
	height:260px;
}

#offers #offers-nav {
	border-right :1px solid #eaeaea;
	width: 230px;
	float:left;
	position:relative;
	padding:10px 0px;
	margin:0 0 30px 15px;
	top:0;
	height:260px;
}

#offers #offer-details {
	float:left;
	width: 460px;
	height:280px;
	overflow:auto;
	margin:0 0 0 15px;
}

#offers .offer-nav li {
	font-size: 1.3em;
	list-style-type:none;
	margin: 0 15px;
	line-height:26px;
	height:26px;
}

#offers .offer-nav li a {
	color:#425ca4;
	height:26px;
	display:block;
	padding:0 0 0 15px;
	text-decoration: none;
}

#offers .offer-nav li a:hover {
	background-color:#eaeaea;
	text-decoration:none;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

#offers .offer-nav li a.selected {
	background-color:#425ca4;
	color: #fff;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}


#offers .content {
	padding: 10px 20px;
}

#offers .content h2{
	margin-bottom: 1em;
	font-size: 2.2em;
	color: #425ca4;
}

/* @end */

/* @group Offers */

.offers {
	background-color: #f0f0f0;
	-moz-border-radius: 5px;
	width: 920px;
	margin: 0 auto 2em auto;
}

.offers table {
	width: 100%;
}

.offers th {
	font-size: 1.2em;
	font-weight: bold;
	padding: 10px 10px;
	text-align: center;
	
}



.offers td {
	font-size: 1.2em;
	padding: 8px 10px;
	text-align: center;
	border-top: 1px solid #fff;
	cursor: pointer;
}

.offers tr.hover td {
	background-color: #e0e0e0;
}

.offers td.experience, .offers th.experience {
	text-align: left;
}


.offer h2 {
	margin: 1em 0 0.6em 0;
	font-size: 1.8em;
	color: #425ca4;
	font-weight:normal;
	padding: 0 20px;
}

.offer p {
	font-size: 1.2em;
	margin-bottom: 0.8em;
	line-height: 1.6em;
	padding: 0 20px;
}

.offer p strong {
	font-size: 1.1em;
	font-weight: bold;
}

.offer .close {
	margin-top: 1.5em;
}

.offer .button {
	background-color:#425ca4;
	color: #fff;
	padding: 7px 15px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	text-decoration: none;
	
}

#simplemodal-overlay {
  background-color:#000;
  cursor:wait;
}

#simplemodal-container {
  height:400px;
  width:550px;
  background-color:#fff;
  border:2px solid #ccc;
  padding: 0 ;
  text-align: center;
}

/* @end */



.half-width-column {
	width:440px;
	float:left;
	padding:0 20px;
}

.half-width-column p {
	margin-bottom: 1em;
	font-size: 1.2em;
	line-height: 1.6em;
	color:#dddcdc;
}




p.please-select	{
	margin:10px 0 10px 20px;
	color:#999999;
}

h2.archive_post {
	margin-bottom:0.2em;
}

.tour-image {
	background-color: #000;
	padding: 6px;
	border: 1px solid #222;
	margin-right:20px;
}

#partner-images {
	border-top: 1px solid #eaeaea;
	margin:0 auto;
	padding: 20px 0 20px 0;
	width:960px;
}

#partner-images a {
	background-color:#cbcccc;
	display:block;
	float: left;
	margin: 5px 5px;
	padding:4px;
	width:102px;
	height:72px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

#partner-images a:hover {
	background-color: #425ca4;
}


/* Contact Form */

.content div.wpcf7-validation-errors {
	background-color:#A00;
	border:none;
	padding:7px 20px;
	color:#fff;
	width:300px;
	text-align:center;
	font-size:1.2em;
}

.content .wpcf7-mail-sent-ok span {
	background-color:#a2c02d;
	padding:4px 20px;
	color:#fff;
}

.content  .wpcf7-not-valid-tip {
	background-color:#425ca4;
	border: none;
	padding: 4px 20px;
	color:#fff;
}

#subnav {
	
	background-color:#f2f2f2;
	float:right;
	margin: 0 0 20px 20px;
	padding: 10px 10px ;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	width:160px;
}

#subnav p {
	margin:0 0 0.5em 0;
	padding:0;
	font-weight:bold;
}

#subnav ul {
	list-style-type: none;
	margin:0;
}

#subnav li {
	list-style-type:none;
}

#subnav ul li a {
	text-decoration:none;
	display:block;
	padding:4px 10px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

#subnav ul li a:hover {
	background-color:#e0e0e0;
}


#subnav ul li.current_page_item a{
	background-color:#425ca4;
	color:#fff;
	
}

#subnav ul  li.current_page_item a:hover {
	background-color:#425ca4;
}

/* @group Checkout */

/* @group Checkout */



.checkout-table {
	
}

.checkout-table {
	background-color: #f0f0f0;
	
	-moz-border-radius:10px;
	-webkit-border-radius:10px;	
	margin-bottom: 2em;	
}

.checkout-table table {
	width: 100%;
}

.checkout-table th {
	background-color: #ccc;
	color: #000;
	font-size: 1.2em;
	padding: 6px 20px;
	border-bottom: 1px solid #fff;
	text-align: left;
	font-weight: bold;
	text-shadow: #ddd 1px 1px 0;
}

.checkout-table th.first {
	-moz-border-radius-topleft:10px;
	-webkit-border-radius-topleft:10px;
}

.checkout-table th.last {
	-moz-border-radius-topright:10px;
	-webkit-border-radius-topright:10px;
}

.checkout-table td {
	padding: 8px 20px;
	font-size: 1.2em;
	
	border-top: 1px solid #ddd;
}

.checkout-table td.text-right {
	text-align: right;
}

.button-container {
	text-align: right;
}

.button {
	background-color: #425ca4;
	border: none;
	padding: 5px 10px;
	color: #fff;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	text-decoration: none;
}

p.test-mode-on {
	text-align: right;
	color: #A00;
	font-size: 1.1em;
	font-weight: bold;
}

#shipping-form {
	
	
}

#shipping-form div.option {
	margin-bottom: 1.8em;
}

#shipping-form .option p{
	margin-bottom: 0.4em;
	line-height: 1.4em;
	
}

#shipping-form .option label {
	font-weight: bold;
	display: block;
	margin-bottom: 0.5em;
}

#shipping-form .option input {
	float: left;
}

#shipping-form .option p {
	margin-left: 30px;
}

#shipping-form ul {
	margin-left: 60px;
}

#shipping-form ul li{
	
}

#address-details label{
	display: block;
	color: #777;
	font-weight: bold;
	margin-bottom: 0.2em;
}

#address-details .textbox{
	border: 1px solid #bbb;
	padding: 5px 10px;
	width: 200px;
}

.form-error {
	background-color: #b00;
	padding: 5px 10px;
	color: #fff;
	font-size: 1.3em;
	margin-bottom: 1em;
}

/* @end */

.checkout-table {
	
}

.checkout-table {
	background-color: #f0f0f0;
	
	-moz-border-radius:10px;
	-webkit-border-radius:10px;	
	margin-bottom: 2em;	
}

.checkout-table table {
	width: 100%;
}

.checkout-table th {
	background-color: #ccc;
	color: #000;
	font-size: 1.2em;
	padding: 6px 20px;
	border-bottom: 1px solid #fff;
	text-align: left;
	font-weight: bold;
	text-shadow: #ddd 1px 1px 0;
}

.checkout-table th.first {
	-moz-border-radius-topleft:10px;
	-webkit-border-radius-topleft:10px;
}

.checkout-table th.last {
	-moz-border-radius-topright:10px;
	-webkit-border-radius-topright:10px;
}

.checkout-table td {
	padding: 8px 20px;
	font-size: 1.2em;
	
	border-top: 1px solid #ddd;
}

.checkout-table td.text-right {
	text-align: right;
}

.button-container {
	text-align: right;
}

.button {
	background-color: #425ca4;
	border: none;
	padding: 5px 10px;
	color: #fff;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	text-decoration: none;
}

p.test-mode-on {
	text-align: right;
	color: #A00;
	font-size: 1.1em;
	font-weight: bold;
}




/* @end */

a.buy-gift-book {
	display: block;
	width: 250px;
	height: 54px;
	background-image: url(../images/buy-gift-book.png);
	text-indent: -10000px;
	margin-bottom: 10px;
}

a.buy-gift-book:hover {
	background: url(../images/buy-gift-book.png) 0 -54px;
	
}

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

.align-center {
	margin: 0 auto;
}

.buy-book-form label{
	display: block;
	color: #777;
	font-weight: bold;
	margin-bottom: 0.2em;
}

.buy-book-form .textbox{
	border: 1px solid #bbb;
	padding: 5px 10px;
	width: 200px;
}


