/******************************************************************************

	Styles for standard site
	(c) 2008 Dominic Sayers

Version history:
	0.1		2008-09-08	First version
	0.2		2008-09-19	Dynamic using PHP
	0.3		2008-10-02	Text-based menu labels
	0.4		2008-10-03	Feeds now CSS rather than a table
					Palette removed to a separate file

******************************************************************************/

/******************************************************************************

	General properties
	(note that some may be inherited from layout.php)

******************************************************************************/
body {
	font-family:Calibri,Tahoma,Verdana,Arial,Helvetica,sans serif;
	color:#264E62;
}

p,h1,h2,h3,h4,h5,h6 {
	font-family:inherit;
	color:inherit;
	padding:0 7px 0 7px;
	margin:0 8px 0.5em 8px;
}


/******************************************************************************

	Links

******************************************************************************/
/*	I don't like permanent underlining, so I'm not letting you see it either.
	So there.
*/

a:link {
	text-decoration:none;
	color:#266139;
}
a:visited {
	text-decoration:none;
	color:#34854E;
}
a:hover {
	text-decoration:underline;
	color:#7EA58A;
}
a:active {
	text-decoration:none;
	color:#264E62;
}
a img {
	border-style:none;
	vertical-align:baseline;
}



/******************************************************************************

	Headings

******************************************************************************/
h1, h2, h3, h4, h5, h6 {
	margin-bottom:0px;
}

h1 {
	color:#346A85;
}

h2 {
	font-size:17px;
}

h3 {
	font-size:15px;
}

h4 {
	font-size:14px;
	background-color:#D7DFE3;
	padding-top:2px;
	padding-bottom:2px;
	margin-bottom:4px;
	border-radius:8px;
	-webkit-border-radius:8px; /* Pre-CSS 3.0 browser-specific rounded corners */;
	-moz-border-radius:8px; /* Pre-CSS 3.0 browser-specific rounded corners */;
}



/******************************************************************************

	Tables

******************************************************************************/
table {
	empty-cells:show;
	border-style:none;
}

td {
	padding:0px;
}


/******************************************************************************

	General paragraph styles

******************************************************************************/
.justify {text-align:justify;}
.emphasis {font-weight:bold;}
.ramble {color:#7E98A5;}

.mini {
	font-family:Segoe UI,Calibri,Tahoma,Verdana,Arial,Helvetica,sans serif;
	font-size:10px;
	margin-bottom:10px;
}
.small {
	font-family:Segoe UI,Calibri,Tahoma,Verdana,Arial,Helvetica,sans serif;
	font-size:12px;
	margin-bottom:0;
}

.blockquote {
	font-style:italic;
	margin-left:30px;
}

.horizontalrule {
	border-bottom-style:solid;
	border-bottom-width:1px;
}



/******************************************************************************

	Context-specific styles

******************************************************************************/
#centre_content hr {
	margin:0 15px 0.5em 15px;
	color:#7E98A5;
	background-color:#7E98A5;
}

#centre_content div {
	margin:0 15px 0.5em 15px;
}

#sidebar_left p {margin-bottom:1em;}

#sidebar_right img {margin:0 0 1em 15px;}
#sidebar_right div.addthis_toolbox {margin:0.5em 15px 1em 15px;}

#banner {
	background-image:url('/static/images/banner/banner.jpg');
	background-repeat:no-repeat;
}

#banner_menu {
	position:absolute;
	top:60px;
	left:0px; /* Needed for IE */
	width:100%;
}

#banner_menu_leading {
	float:left;
	height:70px;
	width:40px;
	background-image:url('/static/images/banner/tab_background.png');
}

#banner_menu_trailing {
	height:70px;
	margin-left:215px;
	background-image:url('/static/images/banner/tab_background.png');
}

#banner_menu #tab_left {
	float:left;
	height:70px;
	width:20px;
	background-image:url('/static/images/banner/tab_left.png');
}

#banner_menu #tab_right {
	float:left;
	height:70px;
	width:20px;
	background-image:url('/static/images/banner/tab_right.png');
}

#banner_menu #tab_foreground {
	float:left;
	height:70px;
	width:135px;
	background-image:url('/static/images/banner/tab_foreground.png');
}

#banner_menu a {
	position:relative;
	top:39px;
	font-size:15px;
	font-family:"Segoe UI", Calibri, Verdana, Arial, Helvetica, "sans serif";
	font-weight:bold;
	text-decoration:none;
}

#banner_link_container {
	position:absolute;
	top:7px;
	right:7px;
	width:354px;
	overflow:auto;
	background-color:#DDE4E8;
/*	background-image:url('/../static/images/banner feeds gradient.png'); */
	padding:8px;
	padding-top:6px;
	border:3px solid #7E98A5;
	-webkit-border-radius:8px; /* Pre-CSS 3.0 browser-specific rounded corners */;
	-moz-border-radius:8px; /* Pre-CSS 3.0 browser-specific rounded corners */;
}

#banner_link {
	float:left;
	width:100px;
	text-align:right;
	font-family:Segoe UI,Calibri,Tahoma,Verdana,Arial,Helvetica,sans serif;
	font-size:14px;
}

#banner_link_icon {
	float:left;
	width:14px;
	margin-top:2px;
	margin-left:4px;
}

/*	Center content															 */
.imageblock {
	float:left;
	width:200px;
	padding-top:7px;
	padding-bottom:15px;
	padding-left:7px;
	padding-right:7px;
	margin-left:8px;
	margin-right:8px;
}

.clearboth {
	clear:both;
}

/* Disqus comments */
#disqus_thread {
	margin-left:15px;
}

#disqus_thread #dsq-content #dsq-auth .dsq-by {
	display:none;
}

#disqus_thread #dsq-content h3 {
	margin-left:0;
	padding-left:0;
	font-size:17px;
}

a.dsq-brlink {
	display:none;
}

/******************************************************************************

	Individual pages

******************************************************************************/
/*	socialdataflow/index.php												 */
a img.bigpicture {
	vertical-align:middle;
	margin-top:16px;
	margin-bottom:16px;
}
