/*  
Theme Name: Turbo Bocce
Theme URI: http://example.com/example/
Description: A search engine optimized website framework for WordPress.
Author: Jim McCarthy
Author URI: http://turbobocce.com/
Version: .5a
Tags: Comma-separated tags that describe your theme
.
Your theme can be your copyrighted work.
Like WordPress, this work is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/


/* begin generic layout div rules */


#wrapper {
	margin-left: 5%;
	margin-right: 5%;
	background-image: url('images/grassbg.jpg');
}

#header {
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	position: center;
	background-image: url('images/header.png');
	height: 190px;
	width: 722px;
	z-index: 29;
}


#headerunder{
	margin-left: 122px;
	margin-right: auto;
	padding-top: 0;
	position:relative;
	top:166px;
	z-index: 29;	
}


#main{
	width: 100%;
	position: relative;
	float: left;
	top: 0;
	left: 0;
	margin: 3 0 0 0;
	background-color: white;
	padding: 3px;
	border: 1px solid red;
}


#maincontent{
	width: 98%;
	min-height: 950px;
	float:left;
	left:1%;
	position:relative;
	overflow:hidden;

}


#sidebar{
	padding: 10 0 10 0;
	width: 24%;
	float:right;
	left: 73%;
	position:absolute;
	overflow:hidden;	
}

#sidebarcont {
	clear:left;
	float:left;
	width:100%;
	overflow:hidden;
	border: 1px black solid;
	background-image: url(images/sidegrassbg.jpg); /* column 2 background colour */
}

#maincont {
	float:left;
	width:75%;
	left: 25%
	position:relative;
	background-color:#b2bca9; /* column 1 background colour */
	border-right: 1px black solid;
	padding: 1em;

}



/* begin tag rules */

body {
	background-color: #8dbaa4;
	background-image: url(images/grassbg.jpg);
}

p {
	text-indent: 4em;
	padding-left: 2em;
}


.entry-date {
	font-size: 120%;
	font-weight: bold;
	font-variant: small-caps;
	padding-left: 1em;
	padding-right: 1em;
	border-bottom-style: solid;
	border-color: #01835D;
	border-bottom-size: 100%;
}

a.title-link{
	font-size: 2em;
	font-weight: bold;
	font-variant: small-caps;
}

.centered {
    display: block;
    margin-left: auto;
    margin-right: auto }

OL.rules {

   list-style-type: lower-latin; 

   }

I.dislaimer {

   font: 8pt Arial, Helvetica, sans-serif;
            }

#left{
	float: left; }

#right{
	float: right; }

/* Header drop down menu rules */

#sddm
{	margin-left: auto;
	margin-right:auto;
	padding: 0;
	z-index: 30}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px helvetica;
	z-index: 30}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: 80px;
	background: #02835d;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	border: 1px solid black;
	z-index: 30}

#sddm li a:hover
{	background: #02835d;
	z-index: 30}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #02835d;
	border: 1px solid #01a575;
	z-index: 30}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: 150px;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #02835d;
		color: #ffffff;
		font: 11px helvetica;
		border: none;
		z-index: 30}

	#sddm div a:hover
	{	background: #fe1102;
		color: #FFF
		z-index: 30}