@charset "UTF-8";

/*

Styles for: Allan Guthrie's NOIR ORIGINALS | www.allanguthrie.co.uk
Updated:    2009.04.13
Author:     Richard | RYDA | www.youngdesignassociates.com | hello@youngdesignassociates.com

*/



/* MEYER 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,font,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,dd,dl,dt,li,ol,ul,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
	}

ol,ul {
	list-style: none;
	}

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



/* GLOBAL STYLES
-------------------------------------------------------------------------------------------- */

body {
	font-size: 62.5%; /* the Richard Rutter 10px base model */
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	color: #343434;
	margin: 0;
	padding: 0 0 0 0;
	background-color: #343434;
	}
	
img {
	border: 0;
	}
	
.hide  { 
	display: none;
	}
	
.clear {
	clear: both;
	}	
	
a:focus { 
	outline: none;
	}
	
	ol {
	list-style: lower-roman;
	/*list-style: circle;*/
	font-size: 1.2em;
	line-height: 1.8em;
	text-indent: 2em;
	margin-bottom: 15px;
	}
	
ul {
	/*list-style: circle;*/
	font-size: 1.2em;
	line-height: 1.8em;
	text-indent: 2em;
	margin-bottom: 15px;
	}
	
li {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	/*font-size: 1.2em;*/
	line-height: 1.8em;
	}

	
ul.sec-nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 1.8em;
	text-indent: 0px;
	}

li.sec-nav {font-family: Georgia, "Times New Roman", Times, serif;	color: #000000;
	line-height: 1.4em;
	list-style: none;
	text-decoration: none;
	}
	
li.sec-nav a {
font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #000000;
	line-height: 1.4em;
	list-style: none;
	text-decoration: none;
	}
	
li.sec-nav a:visited {
font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #000000;
	line-height: 1.4em;
	list-style: none;
	text-decoration: none;
	}
	
li.sec-nav a:hover {
font-family: Georgia, "Times New Roman", Times, serif;
	color: #ff9900;
	font-weight: normal;
	line-height: 1.4em;
	text-decoration: none;
	list-style: none;
	}
	
li.sec-nav-current {
font-family: Georgia, "Times New Roman", Times, serif;
	color: #ff9900;
	line-height: 1.4em;
	text-decoration: none;
	list-style: none;
	/*text-indent: 8px;*/
	}
	
#twitter_update_list ul { 
	font-family: "Lucida Grande", sans-serif;
	font-size: 1em;
	line-height: 1.2em;
	font-weight: normal;
	color: #000000;
	padding: 0;
	text-indent: 0;
	}
	
#twitter_update_list li { 
	font-family: "Lucida Grande", sans-serif;
	font-size: 1.0em;
	line-height: 1.8em;
	font-weight: normal;
	color: #000000;
	margin-bottom: 15px;
	padding: 0;
	text-indent: 0;
	}
	
hr 	{
	margin: 20px 0 20px 0;
	border: 0;
	color: #eaeaea;
	background-color: #eaeaea;
	height: 1px;
	}


/* LINKS
-------------------------------------------------------------------------------------------- */

a:link {
	font-weight: bold;
	color: #343434;
	text-decoration: underline;
	}
	
a:visited {
	font-weight: bold;
	color: #343434;
	text-decoration: underline;
	}
	
a:hover {
	font-weight: bold;
	color: #ff9900;
	text-decoration: underline;
	}


/* TYPOGRAPHY
-------------------------------------------------------------------------------------------- */

p	{
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-size: 1.2em;
	line-height: 1.8em;
	margin-bottom: 1.4em;
	}
	

.intro {
	font-weight: bold;
	}	

.final {margin-bottom: 30px;}

.indent {
	text-indent: 15px;
	}



h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.6em;
	text-transform: uppercase;
	color: #343434;
	padding-bottom: 7px;
	margin-bottom: 22px;
	border-bottom: 2px #c2c2c2 solid;
	}
	
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.6em;
	text-transform: uppercase;
	color: #343434;
	padding-bottom: 10px;
	margin-bottom: 22px;
	border-bottom: 2px #c2c2c2 solid;
	}
	
h4 a:hover {
	text-decoration: none;
	}
	
.centered-header {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #343434;
	text-align: center;
	font-weight: bold;
	font-size: 1.4em;
	line-height: 1.6em;
	padding: 10px 0 16px 0;
	}


/* CONTAINERS AND NAVIGATION STYLING - TOP DOWN
-------------------------------------------------------------------------------------------- */

#header {
	margin: auto;
	background-color: #000;
	min-height: 110px;
	height:auto !important;
    height:110px;
	background-image: url(../img/logotype.jpg);
	background-position: center;
	background-repeat: no-repeat;
	}
	
#newsletter-tab {
	margin: auto;
	width: 900px;
	height: 50px;
	}
	
#newsletter-tab img {
	float: right;
	}
	
#primary-navigation-wrapper {
	margin: 0 auto 25px auto;
	background-color: #000;
	background-image: url(../img/navigation_drop_shadow.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	}

#primary-navigation {
	width: 900px;
	margin: auto;
	min-height: 40px;
	height:auto !important;
    height: 40px;
	border-top: #1e1e1e solid 1px;
	}
	
#primary-navigation ul {
	background-image: url(../img/primary_navigation.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	text-align: center;
	width: 900px;
	height: 30px;
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0;
	}
	
#primary-navigation li {
	height: 30px;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	}
	
#primary-navigation li a {
	float: left;
	display: block;
	height: 30px;
	}

 #primary-navigation li a:hover {
	border: 0;
	display: block;
	height: 30px;
	background-image: url(../img/primary_navigation.gif);
	background-repeat: no-repeat;
	}
	
#primary-navigation #welcome {
	width: 125px;
	height: 30px;
	}
	
#primary-navigation #welcome a {
	width: 125px;
	height: 30px;
	}
	
#primary-navigation #welcome a:hover {
	width: 125px;
	height: 30px;
	background-image: url(../img/primary_navigation.gif);
	background-repeat: no-repeat;
	background-position: 0px -28px;
	}
	
#primary-navigation #welcome_current {
	width: 125px;
	height: 30px;
	background-image: url(../img/primary_navigation.gif);
	background-repeat: no-repeat;
	background-position: 0px -28px;
	}
	
#primary-navigation #zine {
	width: 155px;
	height: 30px;
	}
	
#primary-navigation #zine a {
	width: 155px;
	height: 30px;
	}
	
#primary-navigation #zine a:hover {
	width: 155px;
	height: 30px;
	background-image: url(../img/primary_navigation.gif);
	background-repeat: no-repeat;
	background-position: -125px -28px;
	}
	
#primary-navigation #zine_current {
	width: 155px;
	height: 30px;
	background-image: url(../img/primary_navigation.gif);
	background-repeat: no-repeat;
	background-position: -125px -28px;
	}
	
#primary-navigation #allan {
	width: 210px;
	height: 30px;
	}
	
#primary-navigation #allan a {
	width: 210px;
	height: 30px;
	}
	
#primary-navigation #allan a:hover {
	width: 210px;
	height: 30px;
	background-image: url(../img/primary_navigation.gif);
	background-repeat: no-repeat;
	background-position: -280px -28px;
	}
	
#primary-navigation #allan_current {
	width: 210px;
	height: 30px;
	background-image: url(../img/primary_navigation.gif);
	background-repeat: no-repeat;
	background-position: -280px -28px;
	}
	
#primary-navigation #books {
	width: 150px;
	height: 30px;
	}
	
#primary-navigation #books a {
	width: 150px;
	height: 30px;
	}
	
#primary-navigation #books a:hover {
	width: 150px;
	height: 30px;
	background-image: url(../img/primary_navigation.gif);
	background-repeat: no-repeat;
	background-position: -490px -28px;
	}
	
#primary-navigation #books_current {
	width: 150px;
	height: 30px;
	background-image: url(../img/primary_navigation.gif);
	background-repeat: no-repeat;
	background-position: -490px -28px;
	}
	
#primary-navigation #links {
	width: 80px;
	height: 30px;
	}
	
#primary-navigation #links a {
	width: 80px;
	height: 30px;
	}
	
#primary-navigation #links a:hover {
	width: 80px;
	height: 30px;
	background-image: url(../img/primary_navigation.gif);
	background-repeat: no-repeat;
	background-position: -820px -28px;
	}
	
#primary-navigation #links_current {
	width: 80px;
	height: 30px;
	background-image: url(../img/primary_navigation.gif);
	background-repeat: no-repeat;
	background-position: -820px -28px;
	}

	
/* BODY CONTENT GENERIC CONTAINERS 
----------------------------------------------------------------------- */

#main-content {
	margin: 0 auto 50px auto;
	width: 900px;
	padding-bottom: 30px;
	}
	
#advert-box {
	margin: 0 auto 20px auto;
	min-height: 200px;
	height:auto !important;
    height: 200px;
	width: 900px;
	padding-bottom: 10px;
	background: #FF9600 url(../img/ad_box_bg.jpg) no-repeat top;
	}
	
#advert-box-left {
	width: 500px;
	float: left;
	padding-right: 30px;
	}	

.quote {font-family: Georgia, "Times New Roman", Times, serif; font-size:1.3em; color: #000000; padding: 15px 0 0 40px; text-decoration: none;}

.quote a:link {color: #000000; text-decoration: none;}

.quote a:visited {color: #000000; text-decoration: none;}
	
.quote a:hover {font-family: Georgia, "Times New Roman", Times, serif; color: #000000;	text-decoration: underline;}




	
.info-right {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.2em; 
	line-height: 1.4em;
	color: #000000;
	padding: 0; margin-top: 40px;}

#advert-box-right {
	width: 330px;
	padding: 20px 20px 0 0;
	float: right;
	/* background-color:#00FF33; */
	}	
	
#advert-box-right img {
	margin: 0 35px 0 0;
	float: left;
	/* background-color:#00FF33; */
	}
	
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.0em;
	line-height: 1.6em;
	color: #000000;
	padding: 58px 0 0 40px;
	}	
	
h5 {font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	line-height: 1.6em;
	color: #000000;
	padding: 10px 0 16px 0;
	}

.wide-body {
	width: 504px;
	min-height: 580px;
	height:auto !important;
    height: 580px;
	background: #FFFFFF url(../img/box_corner.gif) no-repeat bottom right;
	float: left;
	padding: 20px;
	} 
	
.search-body {
	width: 750px;
	min-height: 250px;
	height:auto !important;
    height: 250px;
	background: #FFFFFF url(../img/box_corner.gif) no-repeat bottom right;
	float: left;
	padding: 20px;
	} 
	
.image-left {
	border: #f7f7f7 solid 10px;
	float: left;
	margin: 0 15px 15px 0;
	}
	
.image-right {
	border: #f7f7f7 solid 10px;
	float: right;
	margin: 0 0 15px 15px;
	}
	
.image-centred {
	border: #f7f7f7 solid 10px;
	margin: 0 0 15px 15px;
	}
	
.copy-centred {
	text-align: center;
}

.copy-centred img {
	text-align: center;
	border: #f7f7f7 solid 10px;
	margin: 0;
}

.narrow-body {
	width: 296px;
	/* min-height: 150px; */
	margin: 0 0 20px 20px;
	float: right;
	background: #FFFFFF /*url(../img/box_corner.gif) no-repeat bottom right*/;
	padding: 20px;
	}
	
#search-box {
	width: 296px;
	min-height: 110px;
	height:auto !important;
    height: 110px;
	margin: 0 0 20px 20px;
	float: right;
	background: #FFFFFF url(../img/box_corner.gif) no-repeat bottom right;
	padding: 20px;
	}

.mini-thumb { border: #f7f7f7 solid 10px; float: left; margin: 0 15px 15px 0; /*clear: left;*/}


/* THE FOOTER 
----------------------------------------------------------------------- */

#footer {
	margin: auto;
	padding-top: 20px;
	width: 860px;
	background-image: url(../img/footer_graphic.gif);
	background-repeat: no-repeat;
	background-position: top;
	}
	
#footer p {
	text-align: center;
	color: #f7f7f7;
	font-size: 1.0em;
	line-height: 1.7em;
	margin: 20px 0 30px 0;
	}

#footer a:link {
	font-weight: normal;
	color: #f7f7f7;
	text-decoration: none;
	}
	
#footer a:visited {
	font-weight: normal;
	color: #f7f7f7;
	text-decoration: none;
	}
	
#footer a:hover {
	font-weight: normal;
	color: #f7f7f7;
	text-decoration: underline;
	}