/* --------------------------------------------------------------

    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: Verdana, Sans-Serif;
	color: #444;
	background: url(/images/sitefiles/admin/bg.jpg) no-repeat top center #e44037;
	}

.floatleft { float: left; }
.floatright { float: right; }

.clear-floats { clear: both; font-size: 1px; }

a:link { color: #1566b1; }
a:visited { color: #a33069; }
a:hover { text-decoration: none; }
a:active { color: #1566b1; }

/* --------------------------------------------------------------

    +Layout

    -- This is the optimum layout for 1024px
    -- Individual column width 93px
    -- 9 column layout
    -- margin 14px

-------------------------------------------------------------- */

#top 		{ width: 100%; margin: 0 auto; padding: 0; position: relative; }
#shell 	{ width: 977px; margin: 0 auto; position: relative; }
#page 	{ text-align: left; }

#content { min-height: 600px; }

.col { float: left; width: 40px; margin-right: 20px; }

.span-1 { width: 40px; }
.span-2 { width: 100px; }
.span-3 { width: 160px; }
.span-4 { width: 220px; }
.span-5 { width: 280px; }
.span-6 { width: 340px; }
.span-7 { width: 400px; }
.span-8 { width: 460px; }
.span-9 { width: 520px; }
.span-10 { width: 580px; }
.span-11 { width: 639px; }
.span-12 { width: 699px; }
.span-13 { width: 760px; }
.span-14 { width: 820px; }
.span-15 { width: 880px; }
.span-16 { width: 940px; }

/* This should be the standard container ---------------------- */
.module { padding: 14px; margin-bottom: 14px; }

/* --------------------------------------------------------------

    +Typography + Headings

-------------------------------------------------------------- */

p { margin-bottom: 1.5em; }
p, ul, blockquote, dd, dt, table { font-size: 1.1em; line-height: 1.6em; }

p.additional-details { color: #999; font-size: 1.1em;  }

/* 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; }

ul.clean-list { margin: 0 0 1.5em 0; padding: 0; list-style: none; }

/* 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; margin-bottom: 0.667em; }
h2 { font-size: 1.9em; margin-bottom: 0.8em; }
h3 { font-size: 1.7em; margin-bottom: 0.889em; }
h4 { font-size: 1.5em; margin-bottom: 1.066em; }
h5 { font-size: 1.3em; margin-bottom: 1.2307em; }
h6 { font-size: 1.1em; margin-bottom: 1.5em; }

h1 span, h2 span, h3 span { display: none; }

/* --------------------------------------------------------------

  +Nav

-------------------------------------------------------------- */

#top-nav { float: right;  }
#top-nav ul { list-style: none; color: #fff; margin: 0; padding: 0; }
#top-nav ul li { float: left; padding: 0px 15px; border-right: 1px solid #ef6f75; display: inline; }
#top-nav ul li.last { border-right: 0; padding-right: 0;  }

#nav { width: 929px; height: 25px; padding: 0 0 10px 10px; }
#nav ul { list-style: none; margin: 0; padding: 0; }
#nav ul li { height: 25px; display: block; float: left; text-indent: -9999px; margin-right: 20px; }
#nav ul li a { display: block; background: url(/images/sitefiles/admin/nav.png) no-repeat 0 0; height: 25px; }

#nav ul li.home a { width: 121px; background-position: 0 -26px; }
#nav ul li.batch a { width: 174px; background-position: -154px -26px; }
#nav ul li.user a { width: 167px; background-position: -356px -26px; }

#nav ul li.home a:hover { background-position: 0 0; }
#nav ul li.batch a:hover { background-position: -154px 0; }
#nav ul li.user a:hover { background-position: -356px 0; }

/* --------------------------------------------------------------

  +Modules

-------------------------------------------------------------- */

.medium-module { width: 743px; margin: 0 auto; }
.medium-module .module-top { height: 15px; background: url(/images/sitefiles/admin/modules/medium/module-bg.png) no-repeat top center; }
.medium-module .module-inner { background: url(/images/sitefiles/admin/modules/medium/module-bg-repeat.png) repeat-y center center; padding: 15px 17px; }
.medium-module .module-bottom { height: 15px; background: url(/images/sitefiles/admin/modules/medium/module-bg.png) no-repeat bottom center; }

.large-module { width: 973px; margin: 0 auto 20px auto; }
.large-module .module-top { height: 22px; background: url(/images/sitefiles/admin/modules/large/module-bg.png) no-repeat top center; }
.large-module .module-inner { background: url(/images/sitefiles/admin/modules/large/module-repeat.png) repeat-y center center; padding: 15px 17px; min-height: 600px;}
.large-module .module-bottom { height: 22px; background: url(/images/sitefiles/admin/modules/large/module-bg.png) no-repeat bottom center; }

.medium-module .outer-form-title { margin: 0; text-align: center; height: 30px; }

/* Rounded corners Inner module */
.module-rounded { position: relative; background: #fff8f3; width: 100%; border: 1px solid #fbeadd; margin-bottom: 15px; }
.module-rounded .corner { width: 5px; height: 5px; background: url(/images/sitefiles/corners.png) no-repeat; font-size: 0; position: absolute;  }
.module-rounded .rounded-module-inner { padding: 15px; }
.module-rounded .tl { top: -1px; left: -1px; background-position: 0 0; }
.module-rounded .tr { top: -1px; right: -1px; background-position: -5px 0; }
.module-rounded .bl { bottom: -1px; left: -1px; background-position: 0 -5px; }
.module-rounded .br { bottom: -1px; right: -1px; background-position: -5px -5px; }

/* --------------------------------------------------------------

  +Typography

-------------------------------------------------------------- */

p, ul, ol, table, dl { font-size: 1.2em; }

p.error { border: 1px solid #e5453b; padding: 10px; color: #e5453b; }

.success { background: url(/images/icons/admin-sprite.png) no-repeat 2px 2px #f2fce9; border: 1px solid #dff3ce; -moz-border-radius: 4px; -webkit-border-radius: 4px; padding: 9px 20px 16px 60px; }
.success p { font-size: 1.6em; margin: 0; }

.info-heading { color: #e34a42; background: url(/images/icons/admin-sprite.png) no-repeat -10px -68px; padding-left: 40px; }

strong { font-weight: bold; color: #111; }

/* --------------------------------------------------------------

  +Buttons

-------------------------------------------------------------- */

.button { padding: 7px 10px; border: 1px solid #dedede; -moz-border-radius: 4px; -webkit-border-radius: 4px; margin-bottom: 15px; font-size: 1.4em; display: inline-block; }
.button:hover { border-color: #666; }
.button a { display: block; }

/* --------------------------------------------------------------

  +Tables

-------------------------------------------------------------- */

table { border-collapse: collapse; }
table th { font-weight: bold; padding: 7px; }
table td { padding: 7px; border-top: 1px solid #dedede; }
table tr:hover { background-color: #f7f6c7; }

/* --------------------------------------------------------------

  +Forms

-------------------------------------------------------------- */

.standard-form .textbox input { padding: 5px; border: 1px solid #ccc; -moz-border-radius: 4px; -webkit-border-radius: 4px; font-size: 1.4em; font-family: sans-serif; }

.standard-form .inner { padding: 15px; border: 1px solid #dedede; -moz-border-radius: 4px; -webkit-border-radius: 4px;  }
.standard-form dl .textbox input { font-size: 1.1em; }
form em { font-size: 1em; color: red; font-weight: normal; display: inline-block; padding: 4px 0 0 0; }
form em.error { padding: 2px 7px 3px 23px; margin-top: 3px; background: url(/images/icons/error.png) no-repeat 4px 5px #fbdfdf; -moz-border-radius: 4px; -webkit-border-radius: 4px;}
form table td { vertical-align: top; }

.standard-form dt { width: 20%; float: left; clear: both; }
.standard-form dd { width: 65%; float: left; }

.standard-form dt.small { font-size: 0.9em; }

.standard-form dd span { display: block; color: #777; font-style: italic; }

.form p.info { border: 1px solid #c6e3f0; -moz-border-radius: 4px; -webkit-border-radius: 4px; padding: 5px 10px 10px 10px; background-color: #e9f6fc; text-align: right; color: #4f7688; position: relative; }
.form p.info span { position: absolute; top: 7px; left: 10px; font-weight: bold; }

.form { padding-left: 20px; }
.form.full { padding-right: 20px; }
.form-title { border-bottom: 1px solid #777; padding-bottom: 10px; }

/* --------------------------------------------------------------

  +Header

-------------------------------------------------------------- */
#header { margin-top: 8px; }
#header h1 { width: 270px; float: left; margin: 0; }
#header h2 { width: 645px; float: right; margin-left: 15px; padding-top: 62px;  }

/* --------------------------------------------------------------

  +Login

-------------------------------------------------------------- */
#login label span { display: none; }
#login label { padding-bottom: 8px; display: block; }
#login .module-inner { padding-right: 40px; padding-left: 40px; }
#login #Login{ padding: 20px 7px 0 0; }
#login a.forgot-password { padding-top: 15px; display: block; }
#login table tr:hover { background: none; }
#login table tr td { border: 0; padding: 0; }

/* --------------------------------------------------------------

  +Admin Home

-------------------------------------------------------------- */

#home h2 { text-align: center; }
#home .option { width: 280px; height: 172px; }
#home .option a { display: block; width: 280px; height: 172px; }
#home #change .option a,
#home #batch .option a { height: 112px; }
#home table { margin: 0 auto; }
#home table td { padding: 10px; }

#home #one-off { background-image: url(/images/buttons/one-off-donation.png);  }
#home #monthly { background-image: url(/images/buttons/monthly-donation.png);  }
#home #change { background-image: url(/images/buttons/change-detective.png); height: 112px;  margin-right: 0; }
#home #batch { background-image: url(/images/buttons/batch-management.png); height: 112px;  margin-right: 0; }

#home #monthly:hover,
#home #one-off:hover { background-position: 0 -172px; }
#home #change:hover,
#home #batch:hover { background-position: 0 -112px; }

#home table td { border: 0; }
#home table tr:hover { background-color: #fff; }

#home .title { padding: 0 100px; margin: 0 auto; }
#home .title h3 { font-size: 1.4em; color: #d73128; border-bottom: 1px solid #d73128; padding-bottom: 10px; width: 100%; text-align: center; }

/* --------------------------------------------------------------

  +Donate

-------------------------------------------------------------- */
.module-rounded#dd-plus, .module-rounded#guarantee { width: 94%; }

.module-rounded#dd-plus p { font-size: 1.1em; }

.module-rounded#guarantee h3 { font-size: 1.2em; }
.module-rounded#guarantee ul { font-size: 1.1em; }
.module-rounded#guarantee p { font-size: 1.1em; }
.module-rounded#guarantee p.small { color: #777; }
.module-rounded#guarantee strong { color: #444; }

#direct-debit .standard-form dt { width: 40%; }
#direct-debit .standard-form dd { width: 60%; }
#one-off .standard-form dt { width: 25%; }

p.search-info { font-size: 0.9em; }

p.complete { background: url(/images/icons/admin-sprite.png) no-repeat 0px 0px; padding: 10px 0 10px 60px; font-size: 1.4em; }

/* Change Detective */
#finduser { margin-top: 5px; cursor: pointer; border-color: #777; }

/* Thanks */
#thankyou { width: 70%; margin: 30px auto 0 auto; }
#thankyou h2 { border-bottom: 2px solid #ea8d20; margin-bottom: 30px;  }
#thankyou p { font-size: 1.4em; }


/* --------------------------------------------------------------

  +Batch Management

-------------------------------------------------------------- */

#batch-manager .large-module .module-inner { padding-right: 25px; padding-left: 25px; }
#batch-manager table { width: 100%; }
.button.export-batch { background: url(/images/icons/admin-sprite.png) no-repeat -10px -109px; padding-left: 30px; }
#batch-manager .block { margin-bottom: 20px; width: 50%; }
#batch-manager .block h4 { color: #d73128; border-bottom: 1px solid #d73128; padding-bottom: 10px; width: 100%; }
#batch-manager .block table td { border: 0; border: 1px dotted #ccc; }

/* --------------------------------------------------------------

		+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; }

.align-right { text-align: right; }

