/*
	KEY COLORS:
	Second (pink): #E8417C
	Cherry (pink): #FC2356
	Heading pink: #D3697E
	Heading grey: #6C595B

	FONT FAMILIES
	font-family: 'Trebuchet MS', Lucida, Verdana, Geneva, sans-serif;
	font-family: Georgia, 'Palatino Linotype', 'Bitstream Vera Serif', Times, serif;
	font-family: 'Andale Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace;
*/


/*
	*** MAIN PAGE STRUCTURE ***
	*** In DOM order        ***
*/
#page_container {
	/* top-level div - set overall background here */
	}
#page {
	/* wrapper for all page content - set content width here */
	position: relative;
	width: 920px;
	margin: 0 auto;
	padding:0;
	/* border: 1px solid #FC2356; */
	border: 0;
	background: #fff;
	}
#topwrapper {
	/* holds masthead, navbars - see TP SECTION below*/
	position:relative;
	width:100%;
	}
#container {
	/* main content of page (not including masthead, straps etc) */
	background: transparent;
	position:relative;
	height:1%;	/* for IE */
	}
html>body #container {
	/* for proper browsers, to fix IE setting above */
	height:auto;
	}
#centre_panel {
	width: 500px;
	display:inline;
	position:relative;
	float:left;
	margin: 0;
	margin-right:5px;
	padding:0 15px 20px 15px;
	border-right: 1px solid #ddd;
	}

#centre_panel.col1 {
	width:850px;
	border:0;
	}
#centre_panel.col2R {
	width:660px;
	}

#footer {
	/* clear:both; */
	background: #fff url(/assets/images/graphics/bck_masthead.jpg) top left no-repeat;
	padding: 10px 0;
	position:relative;
	border-top: 1px solid #bbb;
	margin: 30px auto 0 auto;
	text-align: center;
	font-size: 90%;
	}

#footer p,
#footer a:link,
#footer a:visited { color: #533; }

/*
	*** TOP SECTION ***
	These items go inside topwrapper, above
*/
/* *** MASTHEAD *** */
#masthead {
	position:relative;
	/*border-bottom: 1px solid #FC2356;*/
	width:100%;
	background: #fff url(/assets/images/graphics/bck-masthead-920x130.png) top left no-repeat;
	padding: 0;
	border-bottom:1px solid #bbb;
	}
#masthead div.logo {
	width:400px;
	float:left;
	}
#masthead div.logo img {
	padding:0; margin:0;
	}
#masthead div.rss2 {
	width:100px;
	float:right;
	}
#masthead h1, #masthead h1 a, #masthead h1 a:link, #masthead h1 a:visited {
	color: #000;
	font-size: 20px;
	}
#masthead * h2 {
	font-size:13px;
	font-weight: normal;
	padding:0 0 0 10px; margin:0;
	text-align:left;
	font-style: italic;
	color: #E8417C;
	}
#masthead p.tagline {
	color:#988;
	font-size:14px;
	font-style:italic;
	font-weight:bold;
	text-align:center;
	letter-spacing: 0.1em;
	}
#mugshot {
	float:left;
	padding: 0; margin:0;
	border:0; border-right:1px solid #bbb;
	}

/* *** NAVIGATION *** */
.navbar {
	width: auto;
	padding: 0 5px;
	margin: 1px auto;
	background: transparent;
	/*background: transparent;*/
	position: relative;
	}
.navbar  ul {
	list-style: none;
	}
.navbar li, .navbar li a {
	display: inline;
	font-size:14px;
	color:#FC2356;
	font-weight:bold;
	padding: 0 15px 0 0;
	}
.navbar li.here  a {
	color: #333;
	font-weight: normal;
	}
.navbar li  a:hover {
	color: #D3697E;
	border:0;
	}

#textMenu {
	text-align:center;
	}
#textMenu  ul {
	list-style: none;
	}
#textMenu li, #textMenu li a {
	font-size:9px;
	color:#533;
	font-weight:normal;
	padding: 0 5px 0 0;
	}
#textMenu li.here  a {
	color: #755;
	}
#textMenu li  a:hover {
	color: #D3697E;
	border:0;
	}

/*
	*** SIDEBARS
*/
#sidebar_wrapper {
	float:left;
	width: 347px;
	}
div.sidebar {
	position:relative;
	padding: 0 3px 20px 3px;
	margin: 0 0 0 5px;
	}
div.sidebar h1, div.sidebar_section h1 {
	font-size:12px;
	letter-spacing: normal;
	padding: 0px 0px 5px 0px;
	}
div.sidebar h2, div.sidebar_section h2 {
	letter-spacing: normal;
	color: #D3697E;
	font-family: Georgia, 'Palatino Linotype', 'Bitstream Vera Serif', Times, serif;
	font-size:14px;
	font-style:italic;
	}
div.sidebar h3 {
	letter-spacing: normal;
	color: #D3697E;
	font-family: Georgia, 'Palatino Linotype', 'Bitstream Vera Serif', Times, serif;
	font-size:12px;
	font-style:italic;
	}
div.sidebar p {
	font-size:11px;
	letter-spacing: normal;
	line-height:1.5em;
	padding: 0px 0px 3px 0px;
	}

div.sidebar #page_intro h1 { font-size:14px; }
div.sidebar #page_intro h2 { font-size:12px; }
div.sidebar #page_intro p { font-size:11px; }

#sidebar_left {
	display:inline;
	float:left;
	width:130px;
	}

#sidebar_right {
    display:inline;
	float:left;
	width:195px;
	}

/* *** SIDEBAR SECTIONS */
div.sidebar_section, div.sidebar_ad {
	margin: 0 auto 10px auto;
	padding: 0 0 20px 0;
	background: transparent url(/assets/images/graphics/border-bottom.png) bottom center no-repeat;
	/* border-bottom: 1px solid #dcc; */
	}
div.sidebar_ad {
	text-align:center;
	}
div.sidebar_summary {
	width:99%;
	margin: 5px 0;
	}
div.sidebar_summary h3, div.sidebar_summary h3 a {
	font-size: 11px;
	color:#6C595B;
	}
div.sidebar_summary p, div.summary_text {
	font-size:10px;
	color:#555;
	}


/*
	*** PAGE ITEMS ***
*/
h1.page_title {
	color:#6C595B;
	font-size:16px;
	margin: 15px 0;
	}
h2.page_intro {
	color:#555;
	font-size:11px;
	margin: 0 0 30px 0;
	}

/*
	*** ARTICLES ***
*/
div.article {
	margin: 15px auto 50px auto;
	padding: 0 0 15px 0;
	border-bottom: 10px solid #dcc;
	}
h1.headline, h1.headline a {
	font-family: Georgia, 'Palatino Linotype', 'Bitstream Vera Serif', Times, serif;
	font-size:24px;
	color:#333;
	font-style:italic;
	margin: 0 0 10px 0;
	}
h2.standfirst {
	color:#6C595B;
	font-size:12px;
	margin: 0 0 10px 0;
	}
div.content {}
div.content p {
	line-height:1.5em;
	margin: 10px 0;
	}

/*
	*** IMAGES ***
*/
img.post_img_left, img.img_left, img.thumb_left,
img.post_img_right, img.img_right, img.thumb_right,
img.post_img_centre {
	border: 1px solid #6C595B;
	}
img.post_img_left, img.img_left, img.thumb_left {
	float:left;
	margin: 0 5px 5px 0;
	}
img.post_img_right, img.img_right, img.thumb_right {
	float:right;
	margin: 0 0 0 5px;
	}
img.post_img_centre {
	margin: 0 auto 5px auto;
	}

/*
	*** ARTICLE EXTRAS ***
*/
p.reviewType {
	color:#fee;
	font-size:16px;
	letter-spacing:0.3em;
	text-transform:lowercase;
	font-weight:bold;
	text-align:center;
	padding: 5px 0;
	background: #cbb;
	margin: 0 0 15px 0;
	}
p.AmazonProdLink {
	margin: 0 0 15px 0;
	}
a.AmazonLink { padding: 0 10px 0 0; }
a.AmazonLink img { border:0; vertical-align:middle; margin:0 5px 0 0; }

div.summary_item {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #dcc;
	}
div.summary_item h2 a {
	font-size:16px;
	}
div.summary_item h3 {
	font-size:13px;
	}
div.excerpt p {
	font-size:11px;
	}

/*
    *** PULLQUOTE *** 
*/
div.pullquote {
    width:240px;
    padding: 15px 0 0 15px;
    border:0; margin:0;
    background: transparent url(/assets/images/graphics/quotes-open.gif) top left no-repeat;
    }
div.pullquote blockquote {
    padding: 0 15px 15px 0;
    border:0; margin:0;
    background: transparent url(/assets/images/graphics/quotes-close.gif) bottom right no-repeat;
    }
blockquote p {
    font-size: 14px;
    color: #655;
    font-style:italic;
    font-family: Georgia, Palatino, serif;
    }
blockquote p.attribution {
    font-size: 12px;
    color: #433;
    text-align:right;
    }

/*
	*** DITTO ETC***
*/
/* *** PAGINATION *** */
#pagination {
	border: 1px solid #dcc;
	margin: 15px 0;
	}
#pagination p {
	text-align: center;
	margin: 5px 0;
	}
span.ditto_off {
	/* disabled next/previous link */
	color: #ccc;
	}
span.ditto_currentpage {
	/* current page number */
	padding: 0 4px;
	border: 1px solid #333;
	color: #fff;
	background: #999;
	}
a.ditto_page {
	/* page number in page list */
	color:#333;
	padding: 1px 5px;
	font-weight:bold;
	}

/* *** tvTagCloud *** */
div.tagcloud {
	text-align:center;
	}
div.tagcloud a { font-size:10px; color:#333; }
div.tagcloud a.s5 { font-size:14px;	}
div.tagcloud a.s4 { font-size:13px; }
div.tagcloud a.s3 { font-size:12px; }
div.tagcloud a.s2 { font-size:11px; }
div.tagcloud a.s1 { font-size:10px; }
div.tagcloud span.count {
	font-size:8px;
	}

/* *** NewsParserX *** */
div.rssChannel {
	/* wrapper for title of feed */
	margin:5px 0;
	}
a.rssChannelLink {
	/* actual title & link to feed */
	font-size: 14px;
	font-weight:bold;
	color: #533;
	}
div.rssItem {
	/* wrapper for article link */
	margin: 5px 0;
	}
span.rssItemTitle {
	/* spans following a.rssItemLink */
	}
a.rssItemLink {
	font-size:11px;
	color:#533;
	}


#sidebarlogin {
	text-align:right;
	color:#533;
	}
#sidebarlogin h2 {
	font-family: 'Trebuchet MS', Lucida, Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:normal;
	font-style:normal;
	margin:0;padding:0;
	}
#sidebarlogin form, #sidebarlogin fieldset { margin:0; }
#sidebarlogin p {
	text-align:right;
	color:#533;
	font-size:10px;
	margin:0;padding:0;
	}
#sidebarlogin fieldset { border:0; }
#sidebarlogin label {
	font-family: 'Andale Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace;
	}
#sidebarlogin input { font-size:10px; }
#sidebarlogin h4 { font-size:10px; }

/*
	*** AjaxSearch ***
*/
#searchBox { text-align:right; }
#ajaxSearch_form { text-align:right; }
#ajaxSearch_form label { text-align:right; }
#ajaxSearch_input {
	/* 'input' element */
	font-size:10px;
	color:#533;
	}
#ajaxSearch_submit {
	/* submit button */
	font-size: 10px;
	background: #FC2356;
	color:#fff;
	border: 2px outset #E8417C;
	padding:1px;
	}
#ajaxSearch_output {
	/* div to hold ajax response */
	}

div.AS_ajax_result { }
a.AS_ajax_resultLink { color: #f00; }
span.AS_ajax_resultDescription { color:#333; }
div.AS_ajax_extract p { color:#999; }
div.AS_ajax_more a { color:#f00; }

