/*
Theme Name: Event Edge
Theme URI: http://eventedge.com/
Description: Designed for eventedge.com by Daisy Avenue Designs
Version: 1.0
Author: Tracy matthewman
Author URI: http://daisy-avenue.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

html, body{
	margin:0;
	padding:0;
	height:100%;
	background-color:#71973e; 
	text-align: center;
	font-family:Helvetica, "Lucida Sans", Verdana;
	font-size:12px;
	color: #451211;
	line-height: 16px;
}
#wrapper{
width: 800px;
margin: 0 auto;
text-align:left;
}


#leftwrapper{
width: 525px;
position: absolute;
/* the following three lines are needed in order to have the white background go right to the bottom not matter what teh size of the conten is */
height:auto !important; /* real browsers */
height:100%; /* IE6: treaded as min-height*/
min-height:100%; /* real browsers */

}

#left{
	width: 395px;
	position: absolute;
	top: 0px;
	left: 0px;	
	background-color:#ffffff;
	/* the following three lines are needed in order to have the white background go right to the bottom not matter what teh size of the conten is */
height:auto !important; /* real browsers */
height:100%; /* IE6: treaded as min-height*/
min-height:100%; /* real browsers */
	}

#center{
	position: absolute;
	top: 0px;
	left: 395px;
	width: 130px;
	background-color:#ffffff;
	/* the following three lines are needed in order to have the white background go right to the bottom not matter what teh size of the conten is */
height:auto !important; /* real browsers */
height:100%; /* IE6: treaded as min-height*/
min-height:100%; /* real browsers */
	}


#right{
	background: #71973e;
	position: absolute;
	top:0px;
	left: 525px;
	height: 100%;
	}

#leftcontainer{
padding-left: 25px;
padding-right: 10px;

}


#rightcontainer{
width: 150px;
padding-left: 15px;
padding-top: 62px;
}


#centercontainer{

}

#logo{
background-image:url(images/logo.gif);
width: 330px;
height: 127px;
margin: 0 auto;
}

#bootimage{
width: 129px;
height: 262px;
background-image:url(images/flower_boot.jpg);
float:right;

}
.nav_image{height: 22px;}

h2{
color: #451211;
font-size: 16px;
line-height: 22px;
font-family:Helvetica, "Lucida Sans", Verdana;
text-transform:uppercase;
}

a {color:#71973e;
text-decoration:none;}

#sidebar ul li {
list-style:none;
margin-left: -35px;
}

#sidebar a{
color:#ffffff;
}
#sidebar a:hover{
color:#441211;
}

img{border:none;}

h2.widgettitle{
font-size:16px;
font-family:Stencil, "Stencil Std", "Arial Black", "Arial Bold";
color:#ffffff;
}


.textwidget img{
padding-top:10px;
padding-bottom:10px;
}

.textwidget {
color: #ffffff;
}

a.navt_plink{
text-decoration: none;
}

a.navt_plink:hover {
color:#441211;
}

#copyright{
	font-size:10px;
	padding-left: 25px;
}

.nav_home{
background-image:url(images/nav_home.png);}

.sendbutton{
	width:100px;  

	padding:5px; 

	margin-left: 100px;

	font-size:0.8em;

	background:url(../images/button-bg.gif) repeat-x; 

	border:1px solid #adadad!important;

	border-left-color:#ececec!important; 

	border-top-color:#ececec!important;
	}