/*

Theme Name: zocalo

Theme URI: http://oicweb.com/40/index.html.com

Description: 

Version: 1.6

Author: OIC

Author URI: http://oicweb.com/40/index.html

Tags: widgets

*/



/* Begin Typography & Colors */

body {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
}
.widecolumn .entry p {
	font-size: 1.05em;
}
.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
}
.widecolumn {
	line-height: 1.6em;
}
.narrowcolumn .postmetadata {
	text-align: center;
}
h1, h2, h3 {
	font-weight: bold;
}
h2 {
	font-size: 1.6em;
}
h2.pagetitle {
	font-size: 1.6em;
}
#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
}
h3 {
	font-size: 1.3em;
}
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
}
h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
}
.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
}
.sticky h2 {
	padding-top: 10px;
}
.commentlist li ul li {
	font-size: 1em;
}
.commentlist li {
	font-weight: bold;
}
.commentlist li .avatar {
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}
.commentmetadata {
	font-weight: normal;
}
#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
}
acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}
a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
}
a:hover {
	color: #147;
	text-decoration: underline;
}
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}
#wp-calendar a {
	text-decoration: none;
}
#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
/* End Typography & Colors */



/* Begin Structure */

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
}
.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
}
.post hr {
	display: block;
}
.widecolumn .post {
	margin: 0;
}
.narrowcolumn .postmetadata {
	padding-top: 5px;
}
.widecolumn .postmetadata {
	margin: 30px 0;
}
.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}
.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}
.clear {
	clear: both;
}
#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
}
/* End Structure */



/*	Begin Headers */

h2.pagetitle {
	margin-top: 30px;
}
#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
}
h3.comments {
	padding: 0;
	margin: 40px auto 20px;
}
/* End Headers */



/* Begin Images */

p img {
	padding: 0;
	max-width: 100%;
}
/*	Using 'class="alignright"' on an image will (who would've

	thought?!) align the image to the right. And using 'class="centered',

	will of course center the image. This is much better than using

	align="center", being much more futureproof (and valid) */



img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
/* End Images */



/* Begin Lists



	Special stylized non-IE bullets

	Do not work in Internet Explorer, which merely default to normal bullets. */



html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
}
html>body .entry li {
	margin: 7px 0 8px 10px;
}
.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
}
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}
.entry ol li {
	margin: 0;
	padding: 0;
}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}
#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}
#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
}
#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
}
ol li, #sidebar ul ol li {
	list-style: decimal outside;
}
#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}
/* End Entry Lists */



/* Begin Form Elements */

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
}
#sidebar #searchsubmit {
	padding: 1px;
}
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}
select {
	width: 130px;
}
#commentform input {
	padding: 2px;
	margin: 5px 5px 1px 0;
}
#commentform {
	margin: 5px 10px 0 0;
}
#commentform textarea {
	width: 100%;
	padding: 2px;
}
#respond:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}
/* End Form Elements */



/* Begin Comments*/

.alt {
	margin: 0;
	padding: 10px;
}
.commentlist {
	padding: 0;
	text-align: justify;
}
.commentlist li {
	list-style: none;
}
.commentlist li ul li {
	margin-right: -5px;
	margin-left: 10px;
}
.commentlist p {
	margin: 10px 5px 10px 0;
}
.children {
	padding: 0;
}
#commentform p {
	margin: 5px 0;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.commentmetadata {
	margin: 0;
	display: block;
}
/* End Comments */



/* Begin Sidebar */

#sidebar {
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
}
#sidebar form {
	margin: 0;
}
/* End Sidebar */



/* Begin Calendar */

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}
#wp-calendar a {
	display: block;
}
#wp-calendar caption {
	text-align: center;
	width: 100%;
}
#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}
#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff;
}
/* End Calendar */



/* Begin Various Tags & Classes */

acronym, abbr, span.caps {
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px dashed #999;
}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
.center {
	text-align: center;
}
.hidden {
	display: none;
}
.screen-reader-text {
	position: absolute;
	left: -1000em;
}
hr {
	display: none;
}
a img {
	border: none;
}
.navigation {
	display: block;
	margin-top: 10px;
	margin-bottom: 30px;
}
/* End Various Tags & Classes*/



/* Captions */

.aligncenter,  div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */



/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.

	It won't be a stylish marriage, I can't afford a carriage.

	But you'll look sweet upon the seat of a bicycle built for two." */



/**

 * common

 */



.right {
	float: right;
}
ul.menu, ul.menu ul {
	margin: 0;
}
/* layout */

body {
	text-align: center;
}
.page_margins {
	margin: 0 auto;
	text-align: left;
}
.layout-32 #col3, .layout-3 #col3 {
	margin-left: 0;
}
.layout-13 #col3, .layout-3 #col3 {
	margin-right: 0;
}
#footer {
	padding: 10px 0;
	text-transform: uppercase;
	color: #8c8c8c;
}
#footer a {
	color: #8C8C8C;
}
#hejian {
	display: none;
}
/**

 * customize

 */

a.more {
	background: url(images/bg_articles_box_inner_p_a.png) no-repeat right;
	color: #5291ac;
	font-size: 10px;
	font-weight: bold;
	padding-right: 12px;
	text-transform: uppercase;
}
p.nocomments {
	display: none;
}
#submit {
	border: 0;
	background: #4EB3D1;
	text-stransform: uppercase;
	font-weight: bold;
	color: #fff;
}
/* layout */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	padding-top: 12px;
}
.page_margins {
	width: 990px;
}
div.page {
	background: url(images/bg_header.png) no-repeat 0 34px;
}
#header {
	z-index: 10;
}
#main {
	padding-top: 7px;
}
#col2 {
	width: 300px;
}
#col3 {
	margin-right: 334px;
}
#content h1 {
	background: url(images/bg_sidebar_h1.png) repeat-x bottom;
	color: #878D4D;
	font-size: 60px;
	font-weight: normal;
	padding: 15px 0px;
}
#content h1 a {
	color: #878D4D;
}
/*

#content h1 p { 

  color: #2e2e2e; 

  font-size: 12px;

  letter-spacing:1px;

  padding: 0px 0px 10px 0px;

  }

/*#content h1 {

	border-top: ffffff;

	border-top-width: 120px;

	color: #878D4D;

	font-size: 60px;

	font-weight: normal;

	line-height: 35px;

	padding 300px 0px 0px 0px;

} */

#content h1 a {
	color: #878D4D;
}
#content h1 p {
	color: #2e2e2e;
	font-size: 12px;
	line-height: 12px;
	letter-spacing:1px;
	padding: 0px 0px 15px 0px;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#footer .right {
	background: url(images/bg_footer_span.png) no-repeat right;
	padding-right: 22px;
}
/* ------ MAIN.CSS ---------- */



.bottom_box {
	width:100%;
}
.bottom_box img {
	display:block;
	margin:0px auto;
}
.bottom_box h1 {
	text-align:center;
	text-transform:uppercase;
	width:990px;
	font-size:12px;
	background:#878d4d;
	padding:2px 0px;
	color:#FFF;
	letter-spacing:1px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
.bottom_box_inner {
	width:990px;
	height:110px;
	padding-top:20px;
	background:#2e2e2e;
	position:relative;
}
.bottom_box_inner h2 {
	color:#c1c1c1;
	font-size:18px;
	padding-left:25px;
	font-weight:normal;
}
.bottom_box_inner .donate_now {
	width:302px;
	height:51px;
	position:absolute;
	right:26px;
	top:30px;
	background:url(../images/bg_donate_now.png) left top no-repeat;
	text-align:center;
}
.bottom_box_inner .donate_now p {
	color:#c1c1c1;
	font-size:18px;
	padding-top:5px;
	padding-bottom:3px;
}
.bottom_box_inner .donate_now a {
	text-transform:uppercase;
	color:#fff;
	font-weight:bold;
	font-size:14px;
	padding-left:25px;
	font-family:Arial, Helvetica, sans-serif;
	background:url(../images/bg_donate_now_a.png) left top no-repeat;
}
/* --------- END MAIN.CSS  ------- */

/* header blocks */

.widget_search {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.widget_search h3, .widget_search form, .widget_search div {
	display: inline;
}
.widget_search h3 {
	text-transform: uppercase;
	color: #52543D;
	font-size: 12px;
	padding-right: 8px;
}
.widget_search #s {
	border: 1px solid #828282;
	font-family: Arial, Helvetica, sans-serif;
	height: 14px;
	padding: 3px 0;
	vertical-align: middle;
}
.widget_search #searchsubmit {
	border: 1px solid #828282;
	height: 22px;
	text-transform: uppercase;
	vertical-align: middle;
	background: #fff;
}
/* nav blocks */

/* #nav ul li {

  list-style: none;

  float: left;

  line-height: 30px;

  position: relative;

  padding: 0 10px;

  text-align: center;

  margin: 0;

  font-family: Arial,Helvetica,sans-serif;

}

#nav ul li a {

  color: #fff;

  text-transform: uppercase;

  font-weight: bold;

}

#nav ul li a:hover {

  color: #F8981D;

  text-decoration: none;

}

#nav ul ul {

  display: none;

  background: #828282;

  left: 15px;

  margin-top: 18px;

  padding: 2px 1px 2px 2px;

  position: absolute;

  top: 1em;

  width: 154px;

  z-index: 10;

}

#nav li:hover ul { display: block; }

#nav ul ul li {

  float: none;

  border-bottom: 1px solid #585858;

  border-right: 1px solid #585858;

  text-align: left;

}

#nav ul ul li a {

  font-size: 12px;

  text-transform: none;

} */



/* sidebar blocks */

.sidebar .textwidget {
	padding: 5px 0;
}
.sidebar .block {
	padding-bottom: 18px;
}
.sidebar .block h3 {
	background: #878D4D;
	color: #fff;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 15px;
	padding: 5px 0 5px 13px;
	text-transform: uppercase;
}
.sidebar li {
	list-style: none;
	padding: 4px 0;
}
.sidebar li a {
	color: #6C6C6C;
	font-size: 13px;
	text-transform: uppercase;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.sidebar #text-9 {
	padding: 0;
}
.sidebar #text-9 .textwidget {
	padding: 0;
}
.sidebar #text-11 {
	display: none;
}
.home .sidebar #text-11 {
	display: block;
}
#text-11 h3 {
	background: url(images/bg_sidebar_h1.png) repeat-x bottom;
	color: #f8981d;
	font-size: 48px;
	font-weight: normal;
	padding: 10px 0 15px;
}
.upcoming-article {
	background: url(images/bg_articles_box.png) repeat-x bottom;
	font-family: Arial, Helvetica, sans-serif;
	overflow: hidden;
	padding: 20px 0 10px;
}
.upcoming-article .time {
	color: #2D2D2D;
	font-size: 11px;
	font-weight: bold;
}
.upcoming-article .time lable {
	color: #6C6C6C;
}
.upcoming-article .title {
	font-size: 18px;
	padding: 5px 0 3px;
	font-weight: bold;
}
.upcoming-article .author {
	color: #5291AC;
	font-size: 16px;
	padding-bottom: 8px;
	font-weight: bold;
}
.upcoming-article .excerpt img {
	float: left;
	margin-right: 20px;
}
.home #text-8 {
	display: none;
}
.related_post {
	padding: 18px 0;
	background: url(images/bg_articles_box2.png) repeat-x bottom;
}
.related_post h2 {
	color: #868c4c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	padding-bottom: 3px;
}
.related_post p {
	padding-bottom: 6px;
}
.related_post a.more {
	font-family: Arial, Helvetica, sans-serif;
}
.sidebar #text-8 h3 {
	background: url(images/bg_sidebar_h1.png) repeat-x bottom;
	color: #FFF;
	font-size: 33px;
	font-weight: normal;
	padding: 22px 0 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: none;
}
.widget_archive li {
	display: inline;
}
#text-13 .textwidget {
	background: url(images/bg_sidebar_h1.png) repeat-x bottom;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	padding: 10px 0 32px;
	color: #6d6d6d;
}
#text-14 {
	background: url(images/bg_sidebar_h1.png) repeat-x bottom;
}
#text-13 .textwidget a {
	padding: 0 3px;
	color: #6c6c6c;
}
/* user block */

#user {
	display: none;
}
.home #user {
	display: block;
}
#text-12 {
	background: url(images/bg_articles_box.png) repeat-x bottom;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding: 12px 0 23px;
}
#text-12 h3 {
	background: #878D4D;
	color: #fff;
	font-size: 15px;
	padding: 6px 0 6px 12px;
	text-transform: uppercase;
}
#text-12 .textwidget {
	background: url(images/bg_articles_box_inner.png) repeat-y left;
	margin-top: 16px;
	overflow: hidden;
}
#text-12 .box {
	width: 155px;
	float: left;
	padding-right: 12px;
}
#text-12 .last-box {
	padding-right: 0;
}
#text-12 h5.category {
	color: #5291AC;
	font-size: 11px;
	text-transform: uppercase;
}
.articles-article .time {
	display: none;
}
.articles-article .title {
	font-size: 18px;
	height: 58px;
	line-height: 19px;
	padding: 5px 0;
	font-weight: bold;
	letter-spacing: -1px;
}
.articles-article .author {
	display: none;
}
.articles-article .excerpt p {
	padding-bottom: 5px;
}
.articles-article .excerpt img {
	width: 155px;
	height: auto;
}
/* home */

.home .page-title {
	display: none;
}
.home-article {
	background: #3d91ab;
	padding: 10px 20px;
	color: #fff;
}
.home-article a {
	color: #fff;
}
.home-article .time {
	display: none;
}
.home-article .title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 31px;
	padding-bottom: 10px;
	font-weight: bold;
}
.home-article .author {
	display: none;
}
.home-article a.more {
	color: #fff;
	background: transparent;
	text-transform: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 19px;
	padding-top: 8px;
}
/* article */

#content h2.archive {
	text-transform: uppercase;
	background: #878D4D;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	padding: 8px 0 8px 13px;
}
.article {
	position: relative;
	padding: 22px 0 22px 180px;
	background: url(images/bg_comments_text2.png) repeat-x bottom;
	min-height: 158px;
	overflow: hidden;
}
.article.noimg {
	padding-left: 10px;
}
.top-article {
	padding: 0 26px 20px 0;
	background: transparent;
}
.article img {
	position: absolute;
	top: 22px;
	left: 10px;
	width: 156px;
	height: auto;
	border: 2px solid #333;
}
.category-books .article img {
	width: auto;
	height: 150px;
}
.top-article img {
	position: static;
	height: auto;
	width: auto;
}
.category-books .top-article img {
	position: static;
	height: auto;
	width: auto;
}
.article h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding-bottom: 5px;
}
.top-article h2 {
	color: #585858;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 27px;
	padding-bottom: 10px;
}
.article small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding-bottom: 5px;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
}
.top-article small {
	font-size: 12px;
	font-weight: normal;
}
.top-article small .author {
	color: #5291AC;
}
.article p {
	padding-bottom: 5px;
}
.top-article p {
	line-height: 19px;
	padding-top: 10px;
	font-size: 13px;
}
.article a.more {
	background: url(images/bg_articles_box_inner_p_a.png) no-repeat right;
	color: #5291AC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding-right: 10px;
	text-transform: uppercase;
}
.top-article a.more {
	background: transparent;
	font-size: 13px;
	padding-top: 20px;
}
.article .sociable {
	color: #585858;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-top: 16px;
	background: url(images/bg_articles_box.png) repeat-x top;
}
.article .sociable_tagline {
	display: inline;
	font-weight: bold;
}
.article .sociable a {
	color: #585858;
}
/* comments */

h3#comments {
	background: #4EB3D1;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	padding: 6px 0 6px 12px;
	text-transform: uppercase;
}
li.comment {
	background: url(images/bg_comments_text.png) repeat-x bottom;
	padding: 15px 0 18px 70px;
	position: relative;
	margin: 0;
}
li.comment img.avatar {
	position: absolute;
	top: 15px;
	left: 0;
}
#respond {
	padding-left: 68px;
	font-family: Arial, Helvetica, sans-serif;
}
#respond h3 {
	text-transform: uppercase;
}
#respond p {
	padding: 12px 0 3px;
	margin: 0;
}
#respond input {
	width: 320px;
}
#respond input#submit {
	width: auto;
	text-transform: uppercase;
}
/* old */

#header {
	width:100%;
	height:103px;
	position:relative;
	background:#fefefe url(images/bg_header.png) left bottom no-repeat;
}
#header h1 a {
	display:block;
	width:155px;
	height:61px;
	position:absolute;
	left:0px;
	top:0px;
	text-indent:-9999px;
	outline-style:none;
	background:url(images/logo.png) left top no-repeat;
}
.main_nav {
	width:100%;
	height:30px;
	position:absolute;
	top:73px;
	left:0px;
	font-family:Arial, Helvetica, sans-serif;
}
.main_nav li {
	float:left;
	line-height:30px;
	text-align:center;
	padding:0px 10px;
	margin-left: 0;
}
.main_nav li a {
	color:#FFF;
}
.main_nav li a:hover {
	text-decoration:none;
	color:#FFF;
}
li {
	list-style:none;
}
.main_nav .menulist ul {
	display: none;
	position: absolute;
	top: 1.0em; /* I'm using ems and px to allow people to zoom their font */
	margin-top:18px;
	left:15px;
	width: 154px;
	padding-left:2px;
	padding-top:2px;
	padding-bottom:2px;
	padding-right:1px;
	background:#828282;
	margin-left: 0px;
	z-index: 10;
}
.main_nav .menulist li:hover ul {
	display: block;
}
.main_nav .menulist li {
	float: left;
	display: block;
	position: relative;
}
.menulist a {
	display: block;
	color: #000;
	text-decoration: none;
	font-weight:bold;
	text-transform:uppercase;
}
.main_nav .menulist a:hover {
	color:#F8981D;
}
.menulist ul li a {
	font-size:12px;
	color:#fefefe;
	text-align:left;
	width:146px;
	padding:5px 3px;
	display:block;
	font-weight: normal;
	text-transform:none;
}
.main_nav .menulist ul li a:hover {
	color:#FFF;
	background:#4eb3d1;
}
.main_nav .menulist ul li {
	float: none;
	margin: 0;
	padding:0px;
	background:none;
	line-height:normal;
	width:152px;
	border-bottom:1px solid #585858;
	border-right:1px solid #585858;
}
#header .form_box {
	float:right;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
.even {
	background:#EDEEE4 ;
}