/* 
* Amazium V1.0.0
* Copyright 2011, Mike Ballan
* www.amazium.co.uk
*/


/***** 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, 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;
	margin:0;
	padding:0;
}

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;
}

/* Template styles
=====================================  */

html {
	overflow-y:scroll;
	overflow:-moz-scrollbars-vertical;
}

body{
	padding:0;
	background: url(../images/bodyBg.png) repeat top left;
	font-size:13px;
	font-family: 'Arial', Helvetica, sans-serif;
	color:#616161;
	-webkit-font-smoothing:antialiased;
	-webkit-text-size-adjust:none;
	line-height:1.5em;
}

#wrapper {
	margin:0;
	padding:0;
}

/* Typography
=====================================  */

h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-family: 'garogierregular';
	font-weight:normal;
	line-height:1.5em;
} 
h1{
	line-height:1.2em;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a  {
	font-weight: normal;
}

h1 { margin:0 0 5px 0; padding:0; font-size:85px; color:#323232;}
h2 { margin:0 0 15px 0; padding:0; font-size:38px; color:#323232;}
h3 { margin:0 0 15px 0; padding:0; font-size:28px; color:#323232;}
h4 { margin:0 0 15px 0; padding:0; font-size:22px; color:#323232;}
h5 { margin:0 0 15px 0; padding:0; font-size:18px; color:#323232;}
h6 { margin:0 0 15px 0; padding:0; font-size:14px; color:#323232;}

p {
margin:0;
padding:0 0 10px 0;
}

sup, sub {
height:0;
line-height:1px;
vertical-align:baseline;
_vertical-align:bottom;
position:relative;
}

sup { bottom:1px; }
sub { top:1px; font-size:.6em; }
em { font-style:italic; }
strong { font-weight:bold;}
small { font-size:80%; }

/* Blockquotes
=====================================  */

blockquote, blockquote p  {
	margin:10px 0 20px 0;
	padding:0 0 0 34px;
	background:url(../images/icons/smallQuote.png) no-repeat 0 4px;
	font-style:italic;
	font-variant:normal;
	font-weight:normal;
	line-height:24px; 
	font-size:13px;
	font-family: 'georgia',Arial,sans-serif;
}

.fullquoteRight,.fullquoteLeft{
	float:right;
	font-size:13px;
	font-family:Georgia,sans-serif; 
	letter-spacing:0px;
	margin:8px 0px 0px 20px;
	padding:10px 10px 10px 15px;
	width:50%;
	font-weight:normal;
    font-style:italic; 
	border:1px solid #f1f1f1;
    border-left:5px solid #f1f1f1;	
	background:#f9f9f9;
	text-shadow: 0px 1px 1px #fdfeff;
}

.fullquoteLeft{
    border-right:5px solid #f1f1f1;
    border-left:1px solid #f1f1f1;
	float:left;
	margin:8px 20px 0px 0px;
	padding:10px 15px 10px 10px;
}

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; }
blockquote span{ width:15px; display:inline-block; }

/* Dropcap
=====================================  */

.dropcap {
	display:block;
	float:left;
	font-size:56px;
	margin:3px 15px 0 0;
	color:#0d0f11;
	font-family: 'garogierregular';
}
.dropcapSquare {
	display:block;
	float:left;
	font-size:18px;
	line-height:40px;
	width:40px;
	height:40px;
	text-align: center;
	margin:3px 15px 10px 0;
	background:#0d0f11;
	color:#fff;	
	font-family: 'Arial', Helvetica, sans-serif;
}

.dropcapCircle {
	float:left;
    display: block;
	margin:3px 15px 10px 0;
	font-size:18px;
	line-height:40px;
    text-shadow: none;
    width:40px;
    text-align:center;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
	background:#0d0f11;
	color:#fff;	
	font-family: 'Arial', Helvetica, sans-serif;
}

/* Preformated text, code
=====================================  */

code, pre {
	background:#f9f9f9;
	padding:7px 10px;
	font-size:11px;
	display:block;
	margin-bottom:10px;
	clear:both;
	color:#323232;
	border:1px solid #cbcbcb;
	border-left:5px solid #cbcbcb;
}


/* ============================================================================================================================
== BLOCKQUOTE WITH RIGHT-ANGLED TRIANGLE
** ============================================================================================================================ */

.example-right {
position:relative;
padding:15px 30px;
margin:0;
color:#fff;
background:#5a8f00; /* default background for browsers without gradient support */

/* css3 */
-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;
/* NOTE: webkit gradient implementation is not as per spec */
background:-webkit-gradient(linear, left top, left bottom, from(#b8db29), to(#5a8f00));
background:-moz-linear-gradient(top, #b8db29, #5a8f00);
background:-o-linear-gradient(top, #b8db29, #5a8f00);
}

/* display of quote author (alternatively use a class on the element following the blockquote) */
.example-right + p {margin:15px 0 2em 85px; font-style:italic;}

/* creates the triangle */
.example-right:after {
content:"";
display:block; /* reduce the damage in FF3.0 */
position:absolute;
bottom:-50px;
left:50px;
width:0;
height:0;
border-width:0 20px 50px 0px;
border-style:solid;
border-color:transparent #5a8f00;
}

hr { margin:20px 0 20px 0; border:0; border-top:1px solid #ededed; height:2px; width:100%; text-align:left; }

/* Links
=====================================  */

a { text-decoration:none; outline:0;}
a:visited { text-decoration:none; outline:0; }
a:active { text-decoration:none; outline:0; }
a:hover { text-decoration:underline; outline:0; }
a:focus { -moz-outline-style:none; }
a.textLink{background:url(../images/textLink.png) no-repeat right 6px;padding-right:15px;font-style:italic;}
/* Lists
================================== */

	ul, ol 						{ margin-bottom:20px; }
	ul 							{ list-style:none outside; }
	ol 							{ padding:0 0 0 15px; }
    ol.alpha-upper li				{ list-style:upper-alpha; }
	ol.alpha-lower li				{ list-style:lower-alpha; }
	ol.decimal li					{ list-style:decimal; }
	ol.roman li					{ list-style:upper-roman; }
	ul.diamond li					{ padding:0 0 0 15px; background:transparent url('../images/list/diamond.png') no-repeat 0 6px; }
	ul.arrow li					{ padding:0 0 0 20px; background:transparent url('../images/list/arrow.png') no-repeat 0 6px; }	
	ul.check li					{ padding:0 0 0 18px; background:transparent url('../images/list/check.png') no-repeat 0 6px; }
	ul.circle li					{ padding:0 0 0 15px; background:transparent url('../images/list/circle.png') no-repeat 0 8px; }
    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 , ul li							{ line-height:21px; margin: 0 0 12px 5px; }
	li p 							{ line-height:21px; }
	ol.alpha-upper li	 a, ol.alpha-lower li	a, ol.decimal li	a, ol.roman li a, ul.diamond li	a, ul.arrow li a, ul.check li a, ul.circle li a{ color:#3c4249;}

/* Images
=====================================  */

img {
	border:0;
}

.max-image { width:100%; height:auto; }

.video-container {
	position:relative;
	margin:0 0 15px 0;
	padding-bottom:51%;
	padding-top:30px;
	height:0;
	overflow:hidden;
	border:1px solid #ccc;
}

.video-container iframe,
.video-container object,  
.video-container embed { position:absolute; top:0; left:0; width:100%; height:100%; }

/* Forms
=====================================  */

input, textarea, select{ padding:10px; color:#555555 }

.formInput, .formSelect{
	width:50%;
	border:1px solid #cbcbcb;
	border-right:1px solid #eeeeee;
	border-bottom:1px solid #eeeeee;
	background:#fdfdfe;
/*	color:#c1c1c1;*/
	color: #555555;
	text-shadow: 0px 1px 1px #fdfeff;
}

select.formSelect{
	padding:8px 10px 6px 10px;
	cursor:pointer;
	overflow:visible;
	height:36px;	
}

select.formSelect option{
	padding:5px 10px 5px 10px;
	margin:5px 0px 5px 0px;
	text-shadow:none;
	color:#c1c1c1;
}

input.formCheckbox{
	border:1px solid #cbcbcb;
	border-right:1px solid #eeeeee;
	border-bottom:1px solid #eeeeee;
}

.formTextarea{
	height:138px;
	width:90%;
	height:138px;
	border:1px solid #cbcbcb;
	border-right:1px solid #eeeeee;
	border-bottom:1px solid #eeeeee;
	background:#fdfdfe;
	color:#c1c1c1;
	text-shadow: 0px 1px 1px #fdfeff;	
	font-size:13px;
	font-family: 'Arial', Helvetica, sans-serif;
	color:#c1c1c1;
	text-shadow: 0px 1px 1px #fdfeff;	
}

.formTextarea:focus, .formInput:focus{
	color:#31383f;
	border:1px solid #4c4f54;
}

/* Tables
=====================================  */

table{ margin:0 0 0px 0; width:100%; }
table th { padding:10px 8px 10px 8px; background-color:#f9f9f9; color:#333; font-weight:bold; border:1px solid #cfcfcf; }
table td { padding:10px 8px 10px 8px; background-color:#F5F5F5; color:#333; border:0px solid #cfcfcf; }
table tr.even td { background-color:#fdfdfd; }
table tr.odd td { background-color:#fefefe; }

/* Back to Top
=====================================  */

#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:0;
	left:0;
	overflow:hidden;
	width:98px;
	height:98px;
	border:none;
	text-indent:-999px;
}

#toTopHover {
	background:url(../skin/images/gototop.png) no-repeat left -42px;
/*	width:42px;
	height:38px;*/

	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0; filter:alpha(opacity=0);
}

#toTop:active, #toTop:focus {
	outline:none;
}



/* Global Classes
=====================================  */

.clear       { clear:both; }

.text-big{ color:#a2bd30; font-weight:bold; line-height:26px; }
.text-left    { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }

.normal{ font-weight:normal; }
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { padding:2px 5px 2px 5px;color:#f6f6f6; text-shadow:none;  background:#0d0f11;}

.nopadding    { padding:0; }
.noindent     { margin-left:0; padding-left:0; }
.nobullet     { list-style:none; list-style-image:none; }

.block{ display:block; }
.hidden{ display:none; }
.hide { display:none; }

.bookNumberRadios
{
    width: 300px !important;
}

.pageNumberRadios 
{
    width: 500px;
}