/* ===============================
BLUE


CSS DOCUMENT STRUCTURE

1. 	CSS RESET
2. 	GLOBAL SETTINGS
3. 	ACCESSIBLITY
4. 	SITEWIDE CLASSES
5. 	STRUCTURAL DIVS
6. 	HEAD
7. 	NAVIGATION
8 	CONTENT
9. 	FOOTER
10. FORMS
11. TABLES
12. TEMPLATES
	- home 
	- hector lynch
	- viking
	- expeditions
	- biography
	- contact
	- individual book pages
 
 */

/* CSS RESET */

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, ol, ul, li, 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;
    vertical-align: baseline;
	}

:focus{
    outline: 0;
	}

body{
    color: black;
    font-size: 62.5%;
    line-height: 1.2em;
    background: white;
	}

ol, ul{
    list-style: none;
	}

ol{
    list-style: decimal;
    margin-left: 20px;
	}

ol li{
	}

table{
    border-collapse: separate;
    border-spacing: 0;/* tables still need 'cellspacing="0"' in the markup */
	}

caption, th, td{
    text-align: left;
    font-weight: normal;
	}

blockquote:before, blockquote:after, q:before, q:after{
    content: "";
	}

blockquote, q{
    quotes: "" "";
	}

/* GLOBALS */

a, a:active, a:visited, a:link{
    color: #ffffff;
	}
	
a:hover{
    color: #ffffff;
	}
	
strong{
    font-weight: bold;
	}
p{
    padding:0 0 15px 0;
	}

p, li{
    font-size: 1.6em;
    line-height: 1.8em;
	}

ol  li{
    line-height: 2.1em;
	}
	
h1{
    padding: 0px 0 20px 0;
    font-size: 3em;
    text-transform: uppercase;
    text-align: center;
    line-height:1.2em;
	width:1000px;
	height:60px;
	text-indent:-4000px;
	background-repeat:no-repeat;
	}

h2{
    padding: 10px 0 5px 0;
    font-size: 1.6em;
	font-style:italic;
    line-height:normal;
	color:#F16D01;
	}

h3{
    padding: 15px 0 5px 0;
    font-size: 1.6em;
    text-transform: uppercase;
	font-style:italic;
    line-height:normal;
	}

/* ACCESSIBLITY */

#skip {
	font-size:0.5em;
	line-height:1.2em
	}

#skip a, #skip a:hover, #skip a:visited{
	z-index:-1;
	position:relative;
	}

#skip a:active, #skip a:focus{
	z-index:100;
	background:#FFFF00;
	color:#000000;
	padding:10px 5px;
	display:block;
	text-align:center;
	text-transform:uppercase;
	font-size:2.5em;
	letter-spacing:0.1em;
	}  

.small{
	line-height:1em;
	font-size:1em;
	}
	
.medium{
	line-height:1em;
	font-size:1.2em;
	}

.large {
	line-height:1em;
	font-size:1.3em;
	}
	
/* SITEWIDE CLASSES */

.clear{
    clear: both;
	}
	
.hr{
    display: block;
    width: 980px;
    height: 20px;
    margin: 0px;
    padding: 0;
    clear: both;
    background: url(../img/am_horizdiv.gif) repeat-x center center;
	}

img.center {
	margin:0 auto;
	display:block;
	}

.right{
    float: right;
	}

.left{
    float: left;
	}

img.right{
    margin: 0 0 10px 10px;
	margin:0;
	}

img.left{
    margin: 0 10px 10px 0px;
	margin:0;
	}

/* STRUCTURAL DIVS */

body{
    font-family: Georgia, Times, Times New Roman, serif;
    color: #ffffff;
    width: 100%;
	background-color:#131b26;
	}
	
.site_wrapper{
	width:1000px;
	margin:0 auto;
    background-repeat: no-repeat;
	background-position: center 220px;
	background-image:url(../img/ts_template_contact_bg.jpg);
	}

.head{
	width:1000px;
	height:160px;
	background: url(../img/ts_template_contact_head_bg.jpg) top left no-repeat;
	}
	
.logo {
	margin:0px auto;
	width:383px;
	height:69px;
	display:block;
	}

.primary_nav {
	clear:both;
    width: 980px;
    margin:0 auto;
	text-align:center;
	padding:27px 0px 10px 0px;
	height:26px;
	}
	
.content_container{
	min-height:670px;
	}

.leftcol{
	width:480px;
	float:left;
	margin-left:12px;
	padding-top:30px;
	}

.rightcol {
	width:480px;
	float:right;
	padding-top:30px;
	}
	
.footer{
	height:3em;
	margin:20px 0;
	clear:both;
	}

/* NAVIGATION */

.primary_nav li{
	display:inline;
	padding:0;
	float:left;
	}
	
.primary_nav li a, .primary_nav li a:link, .primary_nav li a:active, .primary_nav li a:visited,
.primary_nav li a:hover, .primary_nav li.current a, .primary_nav li.current a:link, .primary_nav li.current a:active, .primary_nav li.current a:hover, .primary_nav li.current a:visited{
	font-weight:normal;
	padding:0;
	margin:0;
	text-decoration:none;
	text-transform:uppercase;
	float:left;
	display:block;
	height:26px;
	line-height:0;
	text-indent:-4000px;
	background-repeat:no-repeat;
	}


.primary_nav li a, .primary_nav li a:link, .primary_nav li a:active,  .primary_nav li a:visited{
	background-position: left 0;
	color:#ffffff;
	}

.primary_nav li a:hover, .primary_nav li.current a, .primary_nav li.current a:link, .primary_nav li.current a:active, .primary_nav li.current a:hover, .primary_nav li.current a:visited{
	color:#F16D01;
	background-position: left -26px;
	}

/*home*/

#nav_home a, #nav_home a:active, #nav_home a:visited, #nav_home a:link, #nav_home.current a, #nav_home.current a:active, 
#nav_home a:hover, #nav_home.current a:visited, #nav_home.current a:link{
	background-image: url(../img/ts_nav_home.png);
	width:132px;
	}
	
/*hector lynch*/
#nav_hector_lynch a, #nav_hector_lynch a:active, #nav_hector_lynch a:visited, #nav_hector_lynch a:link, #nav_hector_lynch.current a, #nav_hector_lynch.current a:active, 
#nav_hector_lynch a:hover, #nav_hector_lynch.current a:visited, #nav_hector_lynch.current a:link{
	background-image: url(../img/ts_nav_hector_lynch.png);
	width:198px;
	}
	
/*viking*/
#nav_viking a, #nav_viking a:active, #nav_viking a:visited, #nav_viking a:link, #nav_viking.current a, #nav_viking.current a:active, 
#nav_viking a:hover, #nav_viking.current a:visited, #nav_viking.current a:link{
	background-image: url(../img/ts_nav_viking.png);
	width:141px;
	}
	
/*expeditions*/
#nav_expeditions a, #nav_expeditions a:active, #nav_expeditions a:visited, #nav_expeditions a:link, #nav_expeditions.current a, #nav_expeditions.current a:active, 
#nav_expeditions a:hover, #nav_expeditions.current a:visited, #nav_expeditions.current a:link{
	background-image: url(../img/ts_nav_expeditions.png);
	width:182px;
	}
	

/*biography*/
#nav_biography a, #nav_biography a:active, #nav_biography a:visited, #nav_biography a:link, #nav_biography.current a, #nav_biography.current a:active, 
#nav_biography a:hover, #nav_biography.current a:visited, #nav_biography.current a:link{
	background-image: url(../img/ts_nav_biography.png);
	width:171px;
	}

/*contact*/
#nav_contact a, #nav_contact a:active, #nav_contact a:visited, #nav_contact a:link, #nav_contact.current a, #nav_contact.current a:active, 
#nav_contact a:hover, #nav_contact.current a:visited, #nav_contact.current a:link{
	background-image: url(../img/ts_nav_contact.png);
	width:150px;
	}

/* CONTENT */
.book {
	clear:both;
	padding-top:25px;
	line-height:1.5em;
	}

.book em {
	font-style:italic;
	color:#F16D01;
	display:block;
	}
	
/* FOOTER */
.footer p{
	text-align:center;
	font-size:1.2em;
	}
.footer p, .footer a{
	color:#666666;
	}

/* FORMS */

input.text, 
input.password, 
input.file, 
textarea,
select  {
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.4em;
	width:370px;
	background: #f5f2e7;
	border:none;
	padding:2px 5px 0px 5px;
	float:left;
	margin: 0 0 5px 10px;
	height:20px;
	}

input.text:hover, 
input.password:hover, 
input.file:hover, 
textarea:hover,
select:hover  {
	background: #ffffff;
	}

select{
	height:20px;
    width: 380px;
	padding:0;
	}

label{
    float: left;
    width: 110px;
	line-height:normal;
    position:relative;
    float: left;
    text-align:left;
	clear:left;
	margin:0px 0 5px 0;
	font-size:1.6em;
	}

legend {
    padding: 10px 0 0.6em 0;
    font-size: 1.6em;
	font-style:italic;
    line-height:normal;
	color:#F16D01;
	}

input.textarea {
	display:block;
	margin:2px 0 10px 0;
	}

input.reset, input.submit {
	float:right;
	border:none;
	margin:10px;
	padding:3px 5px;
	background:#cccccc;
	color:#000000;
	border:1px solid #666666;
	}

input.reset:hover, input.submit:hover {
	background:#DFDFDF;
	color:#333333;
	border:1px solid #666666;
	cursor:pointer;
	}
	
textarea#form_user_enquiry {
	height:200px;
	}
	
input.radio, 
input.checkbox {
	position:relative;
	display:inline-block;
	clear:none;
	}
	
.radio {
    display:inline-block;
	margin:10px 0 0px 0;
	}
	
.radiolabel {
    display:inline-block;
	margin:0px 20px 0px 0;
	}

/* TABLES */
table{
    width: 100%;
    font-size: 1.2em;
    line-height: 1.5em;
	}
	
table td{
    padding-bottom: 15px;
    text-align: left;
	}
	
table a{
    text-decoration: none;
    color: #000000;
	}

/* TEMPLATES */

/*home*/

body.home{
	background-color:#141427;
	}

.home .site_wrapper{
	background-image:none;
	}

.home .head {
	background-image:url(../img/ts_template_home_head_bg.jpg);
	}

.home h1 {
	padding:0;
	}

.home h1 a.non-fiction {
	background:url(../img/ts_template_home_pagetitle_01.jpg) no-repeat top left;
	display:block;
	width:400px;
	float:left;
	height:560px;
	}
	
.home h1 a.fiction {
	background:url(../img/ts_template_home_pagetitle_02.jpg) no-repeat top center;
	display:block;
	width:600px;
	float:left;
	height:560px;
	}
	
/*hector lynch*/
body.hector_lynch{
	}

.hector_lynch .site_wrapper{
	background-image:url(../img/ts_template_hector_lynch_bg.jpg);
	}
	
.hector_lynch .head {
	background-image:url(../img/ts_template_hector_lynch_head_bg.jpg);
	}

.hector_lynch h1 {
	background-image:url(../img/ts_template_hector_lynch_pagetitle.jpg);
	}

.hector_lynch .leftcol, .hector_lynch .rightcol {
	width:280px;
	}
	
/*viking*/
body.viking {
	background-color:;
	}

.viking .site_wrapper{
	background-image:url(../img/ts_template_viking_bg.jpg);
	}
	
.viking .head {
	background-image:url(../img/ts_template_viking_head_bg.jpg);
	}

.viking h1 {
	background-image:url(../img/ts_template_viking_pagetitle.jpg);
	}
	
.viking .leftcol, .viking .rightcol {
	width:280px;
	}
	
/*expeditions*/
body.expeditions {
	background-color:;
	}
	
.expeditions h1 {
	background-image:url(../img/ts_template_expeditions_pagetitle.jpg);
	}

.expeditions .leftcol, .expeditions .rightcol {
	width:280px;
	}
	
.expeditions .site_wrapper{
	background-image:url(../img/ts_template_expeditions_bg.jpg);
	}
	
.expeditions .head {
	background-image:url(../img/ts_template_expeditions_head_bg.jpg);
	}

.expeditions h1 {
	background-image:url(../img/ts_template_expeditions_pagetitle.jpg);
	}
	
	
/*biography*/
body.biography {
	}
	
.biography .site_wrapper{
	background-image:url(../img/ts_template_biography_bg.jpg);
	}
	
.biography .head {
	background-image:url(../img/ts_template_biography_head_bg.jpg);
	}

.biography h1 {
	background-image:url(../img/ts_template_biography_pagetitle.jpg);
	}
	
/*contact*/

.contact h1 {
	background-image:url(../img/ts_template_contact_pagetitle.jpg);
	}
	
.contact .leftcol{
	width:350px;
	}

.contact .rightcol{
	width:510px;
	}

/*books pages*/

.books h1 {
	background-image:url(../img/ts_template_books_pagetitle.jpg);
	}

.books .leftcol{
	width:600px;
	}

.books .rightcol{
	width:350px;
	margin-top:70px;
	}

