/*Parasol for zoomaru
Palette 2-15-11 rmartinez
light blue #E4E8ED
white #FFFFFF
Blue#236A99
greys
dk #303438
lt #EEEFEF*/

/*controls background color you need this*/
html, body {
	margin: 0px;
	text-align: center; 
	background: url('images/bg.gif') repeat-y center; 
	background-color: #236A99;
}

/*controls most type but not welcome information box, padding controls menu portion*/
body, tr, td {
	margin: 0px; 
	font-family: Verdana, Tahoma, Arial, sans-serif; 
	font-size: 11px; 
	color: #505050;
}

#zoomarucontainer {
	margin: 0px auto;
	width: 1082px;
	position: relative;
	left: 25px;/*adjusted from 0*/ 
	text-align: center; 
}

#zoomarufooter {
	margin: 0px auto;
	width: 948px;
	position: relative; 
	text-align: center; 
}

#zoomarusidebar {
	padding-top:7px;
	text-align: right; 
	margin-bottom: 20px; 
	width: 170px;
}

/*controls vertical spacing on menu items*/
#zoomarumenu {
	padding: 10px 0;
	line-height: 16px;
}

.submenu {
	padding: 0 10px;
}

#zoomarunavigation {
	position: relative;
	left: -3px;
	top: -3px; 
}

#zoomarubody {
	position: relative;
	
}

/*position and size of main calendar body*/
#zoomarucontent {
	line-height: 18px;
	padding-bottom:15px;
	padding-left:7px;
	padding-top:7px;
	padding-right:0px;
}

/*background color for every other event odd*/
.entry0 {
	background-color: #EEEFEF;
	width: 100%;
	padding: 5px 0;
	line-height: 15px; 
	color: #505050;
}

/*background color for every other event*/
.entry1 {
	background-color: #E4E8ED;
	width: 100%;
	padding: 5px 0;
	line-height: 15px; 
	color: #505050;
}

/*event titles and headers in menu column*/
h1 {
	color: #4F4B40;
	font-family: Georgia, "Times New Roman"; 
	font-size: 15px; 
	font-weight: lighter; 
	border-bottom: 1px solid #a69c81;
	background-color: #ffffff;
	padding: 4px 10px;
	margin: 0;
}

/*event titles*/
.entry0 h1, .entry1 h1 {
	color: #4F4B40;
	font-family: Georgia, "Times New Roman"; 
	font-size: 15px; 
	font-weight: lighter; 
	background-color: transparent;
	border-bottom: 1px solid #E6E5E3;
	padding: 4px 4px;
	margin: 0;
}

/*dont know what this is*/
h2 {
	color: #4F4B40;
	font-family: Georgia, "Times New Roman"; 
	font-size: 20px; 
	font-weight: lighter; 
	background-color: #FFFFFF;
	border-bottom: 1px solid #E6E5E3;
	padding: 0 4px 0 4px;
	margin: 0;
}

/*text in event selection menu*/
a {
	color: #236A99;
	text-decoration: none; 
}

/*hover text in event selection menu*/
a:hover {
	color: #ff0000;
	text-decoration: underline; 
}

/*read more text color and all caps*/
.more {
	text-align: right; 
	text-transform: uppercase; 
	font-size: 9px; 
	margin: -10px 5px 0 10px; 
}

/*read  more text link color*/
.more a {
	color: #B82F2F;
	text-decoration: none; 
	font-weight: bold; 
}

/*Read More hover color*/
.more a:hover {
	color: #C1BAA0;
}

/*input info such as login but not search*/
input, textarea, select {
	/*background-color: #FFFFFF;
	border: 1px solid #E6E5E3;
	padding: 2px; 
	*/
	color: #505050;
	font-family: Verdana, Tahoma, Arial, sans-serif; 
	font-size: 11px;
}
.big {
	width: 100%;
}

.right {
	text-align: right; 
}

.left {
	text-align: left; 
}

.small {
	font-size: 10px; 
}

/*don't know what this is*/
#caltable {
	background-color: #FFFFFF;
	margin: 10px; 
	border: 1px solid #E6E5E3;
	padding: 5px; 
}

.readright {
	text-align: right;
	width: 30%;
	color: #9F9F9F;
}

.readdesc {
	text-align: left; 
	padding: 0 4px;
}

.eventtags {
	border-top: 1px solid #E6E5E3;
	padding-top: 20px; 
}

.calendar {
	font-family: Verdana; 
}

.calendar-month {
	font-size: 11px; 
	font-weight: bold; 
}

.day-name {
	font-size: 9px; 
}

.weekday {
	font-size: 9px; 
}

.cats {
	padding: 3px 20px;
	text-align: left; 
}

/*don't know what this is*/
.entleft {
	border-right: 1px solid #ffffff;
	text-align: left; 
	padding: 0 4px;
}

/*don't know what this is*/
.enttop {
	border-top: 1px solid #ffffff;
	text-align: left; 
	padding-top: 5px;
}

/*don't know what this is*/
.calendarbox {
	border: 1px solid #E6E5E3;
	padding: 7px;
	margin: 10px;
	float: left;
	height: 120px;
	text-align: center; 
}

/*solid box behind welcome to user on right*/
#information {
	background-color: #E4E8ED;
}

/*solid box behind welcome to user on left*/
.infotitle {
	background-color: #236A99;
	color:ffffff;
}

/*enter information such as search
input, textarea, select, checkbox {
	border: 1px solid cccccc;
	background-color: #ffffff;
}*/

/* =WordpressMenu
--------------------------------------------------------------*/ 

#access {
    -moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
    background:#303438;/*dk grey tabs*/
    display:block;
    float:left;
    margin-top:-3px;
    padding-top:0;
    width:100%;
}
#access .menu-header,
div.menu {
    font-size: 13px;
    margin-left: 12px;
    width: 1009px;
}

#access .menu-header ul,
div.menu ul {
    list-style: none;
    margin: 0;
}

#access .menu-header li,
div.menu li {
    float: left;
    position: relative;
    list-style:none outside none;
    margin:4px 4px 0 0; 
	-moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px; 
	-webkit-border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	border-top-left-radius:6px;
	border-top-right-radius:6px;
}
#access a {
    color: #ffffff;
    display: block;
    line-height: 30px;
    padding: 0 15px 2px 15px;
    text-decoration: none;
    -moz-border-radius:6px 6px 0 0;
	-webkit-border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px; 
	border-top-left-radius:6px;
	border-top-right-radius:6px; 
}
#access ul ul {
    -moz-box-shadow:0 3px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow:0 3px 3px rgba(0, 0, 0, 0.2);
	box-shadow:0 3px 3px rgba(0, 0, 0, 0.2);
    display:none;
    float:left;
    left:0;
    position:absolute;
    top:27px;
    width:180px;
    z-index:1000000 !important;

}
#access ul li ul li {
    min-width: 180px;
    z-index:1000000 !important;
    margin-top:0px !important;
}
#access ul ul ul {
    left: 100%;
    top: 0;
}
#access ul ul a {
    -moz-border-radius:0px !important;
	-webkit-border-radius:0px !important;
	border-radius:0px !important;
    background: #236A99;
    color: #ffffff;
    line-height: 1em;
    padding: 10px 15px;
    width: 160px;
    height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {  
    background: #236A99;
    color: #000000;
}
#access ul.children li:hover > a,
#access ul.sub-menu li:hover > a {
    background: #236A99 !important;
    color: #000000;
    -moz-border-radius:0px; 
	-webkit-border-radius:0px;
	border-radius:0px;
}

#access ul li:hover > ul {
    display: block;
	margin-left:-50px;
	text-align:left;
}/*
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access li.selected > a,
#access ul li.current-menu-parent > a,
#access ul li.current_page_item > a:hover,
#access ul li.current-menu-item > a:hover {
background:none repeat scroll 0 0 #F1F1F1;
color:#555555;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
    color: #555555;
}*/

/* > Navigation
-------------------------------------------------------------- */

/*ul#nav {
    background:url("") no-repeat scroll 0 0 transparent;
    bottom:2px;
    list-style:none outside none;
    margin:15px 0 0;
    max-width:100%;
    min-width:100%;
    padding:45px 0 5px 0;
    position:relative;
    left: 20px;
}

ul#nav li {
  float:left;
  margin:0;
  padding:6px 28px 0 0;
}

    ul#nav li a {
        -moz-background-inline-policy:continuous;
        -moz-border-radius-topleft:3px;
		border-top-left-radius:3px;
		-webkit-border-top-left-radius:3px;
		-moz-border-radius-topright:3px;
		border-top-right-radius:3px;
		-webkit-border-top-right-radius:3px;
        background:none repeat scroll 0 0 transparent;
		color:#555555;
        display:block;
        font-size:13px;
        font-weight:bold;
        padding:0;
        text-decoration:none;
        text-transform:uppercase;
        
    }

        ul#nav li.selected, ul#nav li.selected a, ul#nav li.current_page_item a {
            background:none repeat scroll 0 0;
            color: #1f8787;
        }

        ul#nav a:focus { outline: none; }

#nav-home {
    float:left;
}

#nav-community {
    float:left;
}*/        
        
