﻿/*
Theme Name: Coexist Foundation
Theme URI: http://www.coexistfoundation.net
Version: 1.2
Description: A soft and bright two-column template.
Author URI: http://www.barnecourt.co.uk
*/

/* standard tags */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #963;}
a:hover {color: #C60;}
a img {border:none;}

body {
	background: #ecebe6 url('image/background.jpg') repeat-x;
	color: #666666;  
	font-family:Tahoma, sans-serif;
	font-size:66%;
	line-height:1.8em;
}

p, code, ul, table {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {
	font: normal 2em "Times New Roman", Times, serif, Tahoma,sans-serif;
	margin-bottom: 4px;
	color: #963;
}

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #C1CAD3;
	color: #666;
	display: block;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url('image/quote.gif') no-repeat;
	display: block;
	padding-left: 28px
}

h1, h2, h3 {padding-top: 6px;}

input {
	background-color:#dddddd;
	color:#333333;
	font-size:1em;
	font-weight:normal;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	padding:3px;
}

	
	
/* misc */
.clearer {clear: both;}

.left {float: left;}

.right {float: right;}

/* top, title */
.top {
	padding-left:10px; padding-right:10px; padding-top:10px; padding-bottom:0
}

/* header */
.header {
	background: #FFF;
	font-size: 1em;
	height: 282px;
	margin: 0 auto;
	padding: 10px 10px 5px;
	width: 800px;
	background-repeat:no-repeat;
	background-position:center;
}

.header .right {
	float: right;
	overflow: auto;
}

.header .right p, .header .right h2 {padding: 0 16px;}

.header .right h2 {padding-top: 16px; }

/* navigation buttons*/
.leftnav {
	float: left;
	width: 190px;
	padding-top: 10px;
	padding-left: 50px;
}

.leftnavA {
	float: left;
	width: 235px;
	padding-top: 10px;
	padding-left: 0px;
	text-align: right;
}

.leftnav h2, .leftnavA h2 {
	color: #5A5A43;
	font-size: 1.2em;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}

.leftnav ul, .leftnavA ul {
	padding: 0;
}

.leftnav li a, .leftnavA li a {
	font-size: 1.5em;
	color: #939598;
	display: block;
	padding: 2px 0 2px 2px;
	text-decoration: none;
	width: 95%;
}
.leftnav li a:hover, .leftnavA li a:hover {
/*	background: #dddddd;*/
	color: #58595B;
	font-weight: bold;
}

/* Page Structure, container */
.container {
	background: #ffffff;
	font-size: 1em;
	margin: 0 auto;
	padding: 0 10px 10px;
	width: 800px;
}

/* Main Page*/
.main {
	border-top: 4px solid #FFF;
	background: #FFFFFF;
	background-image:  url(image/sidebarback.jpg);
	background-repeat:no-repeat;
}

/* content */
.content {
	float: left;
	margin: 10px 0;
	padding: 0 16px;
	width: 531px;
}

.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}

.content li {
	margin-left: 18px; list-style-image:url('image/li.gif')
}

.content p {}

/* post */
.post {
	margin:0 0 25px 0;
}

.post .info {
	padding:2px 3px 3px 8px;
	border:1px solid #e3e4e4;
	background-color:#f5f5f5;
	font-size:0.9em;
	color:#505050;
}

.post h1 a {
	text-decoration:none;
}

.post h1 a:visited {
	text-decoration:none;
}

.post h1 a:hover {
	text-decoration:underline;
}

/* sub navigation */
.rightnav {
	float: right;
	width: 230px;
	padding-top: 130px;
}

.rightnavA {
	float: right;
	width: 210px;
	padding-top: 130px;
	padding-right: 20px;
	text-align: right;
}

.rightnav h2, .rightnavA h2 {
	color: #58595B;
	font-size: 1.2em;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}

.rightnav ul, .rightnavA ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
}

.rightnav li, .rightnavA li {border-bottom: 1px solid #EAEADA;}

.rightnav li a, .rightnavA li a {
	font-size: 1em;
	color: #58595B;
	display: block;
	padding: 5px 0 5px 5%;
	text-decoration: none;
	width: 95%;
}
.rightnav li a:hover, .rightnavA li a:hover {
	background: #DDDDDD;
	color: #654;	
}

/* footer */
.footer {
	text-align:center;
	font-size:1.0em;
	display:block;
	height:28px;
	width:100%;
	background-image: url(image/navbar.jpg);
}

.footer a {
	color: #939598;
	display:block;
	float: left;
	text-decoration: none; 
	padding-left:10px; 
	padding-right:10px; 
	padding-top:5px; 
	padding-bottom:2px
}

.footer a:hover {
	color: #58595B;
/*	font-weight: bold;*/
	text-decoration:underline;
}

/* pic to left or right of text */
.picright
{
clear: left;
float: right;
margin:  0 10px 10px 10px;
}

/* pic to left of text */
.picleft
{
clear: right;
float: left;
margin: 0 10px 10px 10px;
}

/* 2 inline pictures, width 260px each */
ul#pics {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}
ul#pics li {
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
	list-style-type: none;
	list-style-image: none;
}

.info a, .info a:visited
{
text-decoration:none;
}

.info a:hover
{
text-decoration:underline;
}
