/* Theme Name: Living Issues
	Theme URI: http://www.livingissues.com
	Description: Living Issues
	Version: 1.0
	Author: Andrew Staffell
	Author URI: http://fewerflatlands.co.uk */
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
}
#block_1
	{
	float: left;
	width: 200px;
	padding-top: 10px;
	}
#block_2
	{
	float: left;
	width: 480px;
	margin-left: 10px;
	padding: 10px;
	}
#block_3
	{
	float: left;
	text-align: right;
	width: 180px;
	padding: 10px 0px 10px 10px;
	}
#wrapper
	{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	}
/* we need this for IE 5.01 - otherwise the wrapper does not expand to the
necessary height (unless fixed, this problem becomes even more acute 
weirdness as the method is enhanced */
#wrapper
	{
/* Normally a Holly-style hack height: 1% would suffice but that causes 
IE 5.01 to completely collapse the wrapper - instead we float it */
	float: left;
/* NB. possibly only IE 5.01 needs to get this float value - otherwise 5.5 sometimes 
(I saw it happen many moons ago) makes the width of wrapper too small 
the float: none with the comment is ignored by 5.01,
5.5 and above see it and carry on about their business
It's probably fine to just remove it, but it's left here 
just in case that many moons ago problem rears its head again */
	float/**/: none;
	}
/* easy clearing */
#wrapper:after
	{
	content: '[DO NOT LEAVE IT IS NOT REAL]'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
#wrapper
	{
	display: inline-block;
	}
/*\*/
#wrapper
	{
	display: block;
	}
/* end easy clearing */
#footer
	{
	clear: both;
	}
#header, #footer
	{
	width: 900px;
	}
#banner1 {
	background-color: #E1DCD1;
	height: 98px;
}
#banner1_inner {
	width: 900px;
	height: 98px;
	background-image: url(images/banner1.png);
	margin-left: auto;
	margin-right: auto;
}
#banner1_inner span {
	visibility:hidden;
}
#banner2 {
	background-color: #F6E7BD;
	font-family: arial;
	font-size: 10pt;
}
#banner2_inner {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/banner2.png);
	background-repeat: no-repeat;
	height: 26px;
	padding-top: 10px;
	text-transform: lowercase;
}
#banner2_inner a {
	margin-right: 20px;
}
#themes {
	background-color: #EAE9E9;
	padding-left: 15px;
	padding-right: 15px;
	font-family: arial;
}
.style_living {
	color: #0000A0;
}
.style_issues {
	font-style: italic;
	color: #B23D69;
}
.singleentry p, .entry p {
	line-height: 130%;
}
#banner2 a, #themes a, #themeheader a {
	text-decoration: none;
}
#banner2 a:hover, #themes a:hover, #themeheader a:hover {
	text-decoration: underline;
}
#banner2 form {
	display: inline;
}
#themes_top {
	width: 200px;
	height: 13px;
	background-image: url(images/themes_top.png);
}
#themes_bottom {
	width: 200px;
	height: 13px;
	background-image: url(images/themes_bottom.png);
}
a {
	color: #0000A0;
}
h1,h2,h3,h4,h5,h6,p{
	margin-bottom: 10px;
	font-weight: normal;
}
blockquote {
	margin-left: 10px;
	border-left: 1px solid #cccccc;
	padding-left: 10px;
	margin-right: 10px;
	margin-bottom: 8px;
}
a img {
	border: 0;
}	
h1 {
	font-size: 32pt;
	color: #000000;
}
h2 {
	color: #000000;
	font-size: 18pt;
}
h3 {
	font-size: 15pt;
	color: #000000;
}
h4 {
	font-size: 13pt;
}
h5 {
	font-size: 11pt;
}
h6 {
	font-size: 10pt;
	border-top: 1px dotted #dddddd;
	padding-top: 6px;
	margin-bottom: 2px;
	font-weight: bold;
}
ul { list-style: none; }
#block_1 ul { font-size: 10pt; }
#block_1 ul.children { font-size: 9pt; margin-left: 8px; padding-bottom: 6px; }
li {  margin-left: 8px; text-decoration: none; }
ol { list-style: decimal; margin-left: 20px; }
#title {
	padding-bottom: 6px;
	margin-bottom: 2px;
	border-bottom: 1px solid #dddddd;
}
input[type=text], input[type=password] {
	border: 1px solid #dddddd;
	width: 100px;
}
input[type=submit] {
	border: 1px solid #dddddd;
	font-size: 8pt;
}
#nutshell {
	font-family: Arial, sans-serif;
	border: 1px solid #dddddd;
	padding: 8px;
	padding-top: 8px;
	padding-bottom: 0px;
	margin-bottom: 15px;
	background-color: #f5f5fa;
	font-size: 11pt;
}
.post {
	border-bottom: 1px solid #dddddd;
	padding: 3px 10px 0px 10px;
	margin-bottom: 3px;
}
.smallergap {
	margin-bottom: 5px;
}
#siteintro {
	font-size: 11pt;
	font-family: Arial, sans-serif;
	border: 1px solid #dddddd;
	padding: 8px;
	margin-bottom: 15px;
	background-color: #f5f5fa;
}
.details {
	font-family: Arial, sans-serif;
	font-size: 9pt;
}
.tinydetails {
	font-family: Arial, sans-serif;
	color: #555555;
	font-size: 8pt;	
}
#themeheader {
	font-family: Arial, sans-serif;
	border-bottom: 1px solid #dddddd;
	font-size: 9pt;
	color: #555555;
	padding-bottom: 1px;
	margin-bottom: 12px;
}
#navbar {
	padding: 4px;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}
#description {
	float: right;
}
#postdetails {
	color: #666666;
	font-family: Arial, sans-serif;
	font-size: 8pt;
	border-bottom: 1px solid #dddddd;
	padding-bottom: 2px;
	margin-bottom: 10px;
}
.line {
	border-bottom: 1px solid #dddddd;
	margin-bottom: 10px;
}
.entry {
	padding-right: 10px;
	margin-bottom: 10px;
}
.singleentry {
	padding-right: 10px;
	margin-bottom: 10px;
}
/* GREEN & SUBCATEGORIES */
.cat-item-3, .cat-item-7, .cat-item-8, .cat-item-9, .cat-item-3 a {
	color: #00CC00;
}
/* RIGHTS & SUBCATEGORIES */
.cat-item-4, .cat-item-10, .cat-item-11, .cat-item-12, .cat-item-4 a {
	color: #3333FF;
}
/* MONEY & SUBCATEGORIES */
.cat-item-5, .cat-item-13, .cat-item-14, .cat-item-17, .cat-item-5 a {
	color: #FF6600;
}
/* MEDIA & SUBCATEGORIES */
.cat-item-6, .cat-item-15, .cat-item-16, .cat-item-6 a {
	color: #CC33CC;
} /* SOCIETY */
.cat-item-18, .cat-item-18 a {
	color: #74752b;
}
table#tabs { border-spacing: 0px; margin-bottom: 7px; font-family: Arial, sans-serif; }
table#tabs td {
	vertical-align: top;
	padding-top: 8px;
	text-align: center;
	width: 110px;
	height: 35px;
	background-repeat: no-repeat;
}
table#tabs td.open {
	background-image: url('images/opentab.png');
}
table#tabs td.closed {
	background-image: url('images/closedtab.png');
}
#rightmenu {
	float: right;
}
#comment {
	width: 100%;
}
#postimage {
	margin-bottom: 2px;
}
#postimagecaption {
	font-family: Arial, sans-serif;
	font-size: 8pt;
}
.post-ratings {
	height: 40px;
}
#login_error, .error {
	margin-bottom: 10px;
	color: #ff0000;
}
#login input[type=text], #login input[type=password] {
	width: 200px;
}
ol#comments li {
	margin-bottom: 20px;
}
ol#comments .details {
	font-size: 8pt;
}
#rss {
	padding-top: 3px;
	float: right;
}
div.post-ratings br {
	display: none;
}
.inlinead {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
