/* --------------------------------------------------------------

    base.css

    Author:
    Date:

    This is the main stylesheet

    +top

--------------------------------------------------------------

  +Resets default browser CSS styles

-------------------------------------------------------------- */

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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ul, li, ol,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
}

/* --------------------------------------------------------------

    +Default Styles

-------------------------------------------------------------- */

body {
	text-align: center;
	font-size: 62.5%;
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	color: #000000;
	}

.floatleft { float: left; }
.floatright { float: right; }

.clear-floats { clear: both; font-size: 1px; }

a { color:#d4242c; }
a:visited { color:#d4242c; }
#footer a { color:#000; }
a.more {
	font-weight:bold;
	background-image:url(/images/more-arrow.gif);
	background-repeat:no-repeat;
	background-position:2px;
	padding-left:12px;
	margin-bottom:5px;
}

hr { background-color:#000; color:#000; border:0; height:1px; }

small { font-size: 0.8em; line-height:1em }

.shade hr { margin:5px; }


/* --------------------------------------------------------------

    +Layout

    -- This is the optimum layout for 1024px
    -- Individual column width 93px
    -- 9 column layout
    -- margin 14px

-------------------------------------------------------------- */

#top 		{ width: 100%; margin: 0 auto; padding: 12px 0 0 0; position: relative; }
#shell 	{
	width: 960px;
	margin: 0 auto;
}
#innershell 	{
	width: 960px;
	background-image:url(/structure/main_white.gif);
	float:left;
	position: relative;
}
#page 	{ text-align: left; }
#header {
	background-image:url(/structure/top.gif);
	background-color:transparent;
	background-repeat:no-repeat;
	background-position:top;
	float:left;
	width:100%;
}
#headerinner 	{
	width: 940px;
	padding: 20px 0 0 0;
	margin: 0 auto;
	position: relative;
}
#content { clear:both;border-top:1px solid #000;margin: 0 20px 0 22px ;padding:10px 0 10px 0; }


.col { float: left; margin-right: 14px; padding-top:10px; }

.full { width: 100%; margin-right:0; }

.center { width: 424px; margin-right:0; }

.quarter { width: 153px; }
.quarter-2 { width: 320px; }
.quarter-3 { width: 487px; }
.quarter-4 { width: 655px; }

.left { width: 240px; margin-right:14px; }
.right { width: 220px; margin-left:14px; margin-right:0; }

.shade { background:#e8e9ea; padding-top:5px; padding-bottom:5px; margin-bottom:10px; }

.last { margin-right:0; }

/* This should be the standard container ---------------------- */
.module { padding: 15px; margin-bottom: 14px; }



.goodie { margin:10px; background:#fff; padding-bottom:5px; }
.goodie img { margin:10px 13px; }

/* --------------------------------------------------------------

    +Typography + Headings

-------------------------------------------------------------- */

p { margin: 0.5em 0; }
p, ul, blockquote, dd, dt, table { font-size: 1.5em; line-height: 1.2em; }
table p { font-size: 1em; }
table h3 { font-size: 1.4em; }
table h2 { font-size: 2em; }

strong { font-weight:bold; }
em { font-style:italic; }

.shade p, .shade ul, .shade ol, .shade dd, .shade h2, .shade h3, .shade h4 { padding:0 5px; }

/* Lists ----------------------------------------------------- */

dt { margin-bottom: 0.35em; }
dd { margin-bottom: 1.3em; }

ul { margin: 0 0 1.5em 0; padding: 0 0 0 1.5em; }

ul.inline-list { float: left; }
ul.inline-list li { float: left; display: inline; }

/* Headings -------------------------------------------------- */

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
	color: #333;
	font-weight: bold;
	clear: none;
	line-height: 1.5em;
	}

h1 { font-size: 2.3em; padding-bottom: 0.667em; }
h2 { font-size:2.8em; font-weight:bold; }
h3 { font-size: 1.8em; color:#d4242c; margin-bottom: 0.5em; }
	.shade h3 { margin:0; }
h3#steps { color:#ccc; }
h3#steps span { color:#d4242c; }
h4 { font-size: 1.8em; margin-bottom: 0.5em; }
table h4 { font-size: 1.2em; }
h5 { font-size: 1.3em; margin-bottom: 1.2307em; }
h6 { font-size: 1.1em; margin-bottom: 1.5em; }

h1 {
	float:left;
}

h1 a {
	width:305px;
	height:70px;
	margin:10px 0 0 10px;
	display:block;
	background-image:url(/structure/logo.gif);
}
h1 span { display: none; }
h2 span { color:#d4242c; }

h4.footGiftTitle { clear:both; height:60px; line-height:1.2em;}
p.footGiftDescription { clear:both; height:55px;}

/* --------------------------------------------------------------

    +Tables

-------------------------------------------------------------- */

table.account, table.checkout, table.giftaid, table.addressfinder {
	width:100%;
}
table.account table, table.checkout table, table.giftaid table {
	font-size:1em;
}
table.account td {
	border-top:2px solid #000;
	vertical-align:top;
	padding:10px;
}

td.label { width:30%; }

table.account table td {
	border-top:1px solid #ccc;
	vertical-align:top;
	padding:10px;
}

table.account td.price,
table.account th.price {
	border-left: solid 1px #EAEFE9; border-right: solid 1px #EAEFE9;
}

table.account td.price {
	text-align:center;
	width:80px;
}

table.account th {
	font-size:0.8em;
	text-transform:uppercase;
	padding:10px;
}

td.remove {
	text-align:center;
	width:80px;
}

td.remove a, a.Remove {
	display:block;
	height:15px;
	width:15px;
	margin:10px auto;
	background-image:url(/images/checkout/remove.gif);
	background-repeat:no-repeat;
}
td.remove a span, a.Remove span { display:none }

table.checkout td {
	border-bottom:1px solid #ccc;
	vertical-align:top;
	padding:10px;
}

table.addressfinder td, table.giftaid td {
	vertical-align:top;
	padding:10px;
}

table.cart {
	width:210px;
	margin:0 auto;
	border-bottom:1px solid #000;
}

table.cart th, table.cart td {
	padding:5px
}

table.cart th {
 font-weight:bold;
 border-bottom:1px solid #000;
}

/* --------------------------------------------------------------

    +Forms

-------------------------------------------------------------- */

/* --------------------------------------------------------------

    +Header

-------------------------------------------------------------- */

p#headermenu {
	float:right;text-align:right;margin:10px 10px 10px 0; line-height:1.2em;font-size:1.4em;
	background-repeat:no-repeat;
	background-position:330px 34px;
}

p#headermenu a {
	color:#000;
}

/* --------------------------------------------------------------

    +Navigation

-------------------------------------------------------------- */

#nav {
	width: 960px;
	background-image:url(/structure/main_white.gif);
	clear:left;
	float:left;
}
#nav ul { list-style:none; text-align:left; margin:5px 0; }
#nav ul li { display:inline; margin-right:1.4em; zoom: 100%; }
#nav ul li a { color:#000; font-weight:bold; text-decoration:none; font-size:1.2em; }
#nav ul li a:hover { color:#d31f27; }

/* --------------------------------------------------------------

    +Homepage

-------------------------------------------------------------- */

p.strapline { font-size:5.4em; line-height:1em; font-weight:bold;margin:0 0 10px 0;padding:0; width:292px; height:283px; display:block; background-image:url(/images/strapline.gif) }
p.strapline span { display:none; }
p.strapline span span { color:#d4242c; }

/* --------------------------------------------------------------

    +Left col

-------------------------------------------------------------- */

	/* Category List */

	ul.cats { list-style:none; }
	ul.cats li { background-repeat:no-repeat; background-position:0 3px; padding:0px 0px 4px 0px; }
	ul.cats li a { display:block;height:15px;padding:5px 5px 10px 30px; font-weight:bold; }
	ul.cats ul { list-style:none; font-size:0.95em; clear:both; }
	ul.cats ul li a { padding:0px 5px 10px 0px; font-weight:normal }
	ul.cats ul li span a { display:inline; }
	ul.cats ul li span.label { width:140px;float:left; display:block; }
	ul.cats ul li span.price { width:30px; }

/* --------------------------------------------------------------

    +Footer

-------------------------------------------------------------- */

#footer {
	background-image:url(/structure/footer_white.gif);
	background-color:transparent;
	background-repeat:no-repeat;
	background-position:top;
	float:left;
	width:100%;
	padding:40px 0 20px 0;
}

#footer p {
	text-align:left;
	padding:0 20px;
	font-size:1.1em;
	color:#000;
}

#footer hr {
	margin:10px 20px;
}

/* --------------------------------------------------------------

    +Ecard

-------------------------------------------------------------- */

#ecard-back { display: none; }

#ecard-container { position: relative; width: 776px; height: 496px; text-align: left; }

.ecard {
	text-align: left;
	border: 1px solid #ccc;
	padding: 12px;
	width: 776px;
	height: 496px;
	background: url(/images/ecard/small-logo.gif) no-repeat 40px 410px #fff;
	position:relative;
	font-size: 67.5%;
}

.ecard .inner { margin: 20px 40px 0 40px; }
.ecard.back-side .inner { margin-top: 10px; height:100%; }
.ecard .close-icon { font-size: 1.2em; float: right; cursor: pointer; }
.ecard .close-icon span { float: left; padding: 3px 4px; width: 35px; }

.ecard blockquote { padding: 12px; background-color: #f9f8d4; margin-bottom: 12px; font-weight: bold; color: #444; }

.ecard .image { float: right; width: 240px; margin-top: 20px; }
.ecard .image ul { list-style:none; margin:0; padding:0; font-size:1.3em; }
.ecard .image ul li { clear:both; margin-bottom:40px; color:#999; }
.ecard .image ul li strong { color:#000; }
.ecard .image ul li img { float:left; margin:-10px 5px 10px -5px; }
.ecard .details { float: left; width: 420px; }
.ecard .url p { position:absolute; bottom:25px; right:40px; text-align:right; color:#999; font-size: 1.2em; }

.ecard.back-side .image { width: 350px; float: left; margin-top: 40px; }
.ecard.back-side .details { width: 320px; float: right; }

.ecard h2 { line-height: 1em; margin-bottom: 7px; font-size: 3.5em; }
.ecard h3 { color: #333; line-height: 1.2em; margin-bottom: 7px;}

.ecard.back-side h3 { font-size: 1.6em; }

.ecard.back-side p { font-size: 1.2em; }
.ecard p.quote { font-size: 1.2em; }
.ecard p.corp { font-size: 1.5em; }

.ecard .border-top { border-top: 1px solid #333; padding-top: 12px; margin-top: 25px; }

.ecard p { font-size: 1.4em; line-height: 1.4em;  }

.ecard #front-link, .ecard #back-link { position: absolute; bottom: -3px; right: 0; }

#ecardOverlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 100%;
	background-color: #000;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	}

#ecardOverlayInner{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 95;
	width: 100%;
	height: 100%;
	text-align: center;
	}

#ecardClose{
	margin-left: 300px;
	position: absolute;
	height: 35px;
	width: 90px;
	z-index: 98;
	top: 70px;
}

.error
{
    color: #F00;
    font-weight: bold;
    font-size: 91%;
}

/* -- html e-card -- */

.htmlECardXmas
{
    width: 700px;
    height: 444px;
    background-color: white;
    background-image: url(/images/christmas/e-card/e-card-bg.jpg);
    margin: 0 auto;
}

.htmlECard
{
    width: 700px;
    height: 444px;
    background-color: white;
    background-image: url(/images/christmas/e-card/nx-e-card-bg.jpg);
    margin: 0 auto;
}


/* -- flexible e-card -- */
.flexibleECardXmas
{
    width: 700px;
    height: 444px;
    background-color: white;
    background-image: url(/images/christmas/e-card/flexible_ecard_xmas.jpg);
    margin: 0 auto;
}

.flexibleECard
{
    width: 700px;
    height: 444px;
    background-color: white;
    background-image: url(/images/christmas/e-card/flexible_ecard_non_xmas.jpg);
    margin: 0 auto;
}

.flex-col
{
		float: left;
    width: 220px;
    margin-left: 20px;
    margin-top: 5px;
}

.flex-col .pad { padding-top: 0px; }

.flex-col-left
{
		float: left;
    width: 435px;
}

.flex-col-left-inner
{
    padding-left: 120px;
    padding-top: 280px;
}

.flex-col-left .pad { padding-top: 0px; }

.left-col
{
    float: left;
    width: 415px;
    margin-right: 9px;
}

.left-col .pad
{
    padding-left: 20px;
    padding-top: 3px;
}

.right-col
{
    float: left;
    width: 250px;
    padding-top: 0px;
}

.right-col .pad
{
    padding-left: 10px;
}

.right-col > .pad
{
    padding-left: 30px;
}

.image
{
    float: left;
    margin-right: 5px;
}

.htmlECard p
{
    font-size: 10px;
    font-family: verdana,arial,helvetica,sans-serif;
    margin-top: 5px;
    margin-bottom: 5px;
}

.htmlECardXmas p
{
    font-size: 10px;
    font-family: verdana,arial,helvetica,sans-serif;
    margin-top: 5px;
    margin-bottom: 5px;
}

.flexibleECard p
{
    font-size: 11px;
    font-family: verdana,arial,helvetica,sans-serif;
    margin-top: 5px;
    margin-bottom: 5px;
}

.flexibleECardXmas p
{
    font-size: 11px;
    font-family: verdana,arial,helvetica,sans-serif;
    margin-top: 5px;
    margin-bottom: 5px;
}

p.action
{
	font-size: 10px;
}

p.intro
{
	margin-top: 12px;
}

p.first
{
    margin-top: 0px;
    font-weight: bold;
}

p.second
{
    color: #590F30;
    font-weight: bold;
}

.left-col p.caption
{
    padding: 0px;
    margin-top: 5px;
    font-weight: bold;
    font-size: 12px;
    font-family: verdana,arial,helvetica,sans-serif;
    color: #52041E;
}

.left-col a:link, .left-col a:hover, .left-col a:visited, .right-col a:link, .right-col a:hover, .right-col a:visited
{
    color: #590F30;
    font-weight: bold;
    text-decoration: none;
}


/* -- postal card preview -- */
.postalCard
{
    width: 500px;
    height: 454px;
    background-color: white;
    margin: 0 auto;
}



/* --------------------------------------------------------------

		+Overwrite Styles

    Add these class names to clear any margins, paddings or floats
    Keep these declarations at the BOTTOM of this stylesheet

-------------------------------------------------------------- */

.clear-floats { clear: both; font-size: 1px; height: 1px; line-height: 0px; }

.bold 	 	{ font-weight: bold; margin: 0; }
.quiet 	 	{ font-weight: lighter; text-transform: none; letter-spacing: 0;}
.last 		{ margin-right: 0; }
.half 		{ width: 48.5%; margin-right: 15px; }
.left 		{ float: left; }
.italic 	{ font-style: italic; letter-spacing: 0.04em; }

.no-marg 			{ margin: 0; }
.no-pad 			{ padding: 0; }
.marg-right 	{ margin-right: 14px; }
.marg-left 		{ margin-left: 14px; }
.marg-bottom 	{ margin-bottom: 14px; }
.marg-top 		{ margin-top: 14px; }
.marg-all 		{ margin: 14px; }

.pad-bottom 	{ padding-bottom: 14px; }

/* Donation Form Styles */

table.Donation
{
	width:520px;
	border-collapse: collapse;
	margin:0;
	clear:both;
}

table.Donation th
{
	border:none;
	background-color:#f3f3f3;
	text-align:left;
	width:190px;
	padding:5px;
}

.fboxPadding hr { width:520px; }

table.Donation td
{
	border:none;
	background-color:#f3f3f3;
	text-align:left;
	padding:5px;
}

div#items-column
{
	width: 28%;
	text-align: center;
	float: left;
}

div#details-column
{
	width: 70%;
	text-align: left;
	float: left;
}

div.items-column-item
{
	border: 1px solid black;
	width: 90%;
	margin: auto;
	margin-bottom: 5px;
}
