/*  
Theme Name: Belpa
Description: A three-column, fixed with theme with Custom Image Header showing San Diego Balloon Festival.
Version: 1.0
Author: belpa
Author URI: http://belpa.org
*/

html{
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

body {
	margin: 0;
	padding: 0;
	background: #fff url(images/topbackground.png) repeat-x;
	font-family: inherit;
	font-size: 10px; /* IE5 Win */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	font-size: 10px; /* easy scaling */
  	font-size:80%;	
  	color:#333;
}

a{
	color: #963201;
}
a:link{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
a:visited{
	color:#666666;
}

.entry {
	padding-left: 140px;
	font-size: small;
}

h1, h2, h3, h4,h5,h6 {
font-size:100%;
font-weight:bold;
padding:0 5px;
}

h1 {font-size: 2em;}
h2 {font-size: 1.3em;}
h3 {font-size: 1.3em;}
h4 {font-size: 1.2em;}
h5 {font-size: 1.1em;}
h6 {font-size: 1em;}


p {
	margin: 0;
	line-height: 1.6em;
}
ul, ol
{
	margin: 0;
	line-height: 1.0em;
	padding-left: 271px;
	margin-left:0.5em;
}
ul li
{
	line-height:1.3em;
	line-height:1.43;
	margin:0 0 0.5em 0;
}
a:link, a:visited {
	color: #963201;
	text-decoration: none;

}

a:hover, a:active {
	text-decoration: none;
}
img {
	border: none;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}

/* Form */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}

input[type="text"], textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
	padding:3px;	
	border:#ddd 1px solid;	
	background:#fff;
}
textarea
{
	width:80%;
}
blockquote 
{
	margin:1em;
	padding:1em;
	font-family:Georgia, Verdana, Arial, Serif;
	font-size:1.1em;
	font-style:italic;
	border-left:#f0e6e0 5px solid;
}
dl {
	margin:1em 0px;
}
dt 
{
	font-weight:bold;
}
dd 
{
	margin:0.5em 1em;
	padding:0;
}
pre, code
{
	display:block;
	margin:1em;
	padding:1em;
	font-family:"Courier New", Arial, Verdana, Serif;
	font-size:1em;
}
abbr, acronym
{
	cursor:help;
}
hr
{
	clear:both;
	margin-top:5px;
	color:#eee;
}
table
{
	width:100%;
	border:#eee 1px solid;
	padding:5px;
}
th
{
	text-align:left;
	background:#bcd;
	padding:5px;
}
tr.even
{
	background:#f6f6f9;
}
td, th
{
	padding:2px;
}

/* Outer */
#outer {
	width: 1000px;
	margin: 0 auto;
	background:#fff;
}
/* Header */

#header 
{
    clear:both;
	margin: 0 auto;
	height:0px;
	background: transparent url(images/header.png) no-repeat;
}

#logo {
	padding: 0px;
}

#logo h1 a {
	color: #f0f0f9;
}

#logo h2 {
	margin-top: 0px;
	font-size: 1em;
	font-style:italic;
	color: #f0f0f9;
}

#logo a {
	text-decoration: none;
}
#logo a:hover 
{
	color:#fff;
	text-decoration: underline;
}


/* Menu */

#menu {
	margin:0;
	padding:0;
	overflow:hidden;
	background:url(images/headerMenu.jpg) no-repeat;
	/* width: 1000px; */
	height: 93px;
}

#menu ul 
{
	float: left
    width:1000px;
	margin: 0 auto;
	list-style: none;	
	overflow:hidden;
}

#menu span{
width: 100%;
heigth: 50px;
background: transparent;
}

#menu li 
{
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin: 15px 10px;
	padding: 0 10px;
	text-decoration: none;
	color:#fff;
	font-weight: bold;
	font-size: 12px;
	background-color: #94457B;

}
#menu li.current_page_item a,
#menu a:hover
{
	text-decoration: none;
	background-color: #DCA0C6;
	
	color:#fff;
}
/* Search*/
#searchform
{
    float:right;
    margin:0 0 0 0;
    padding: 10px 22px;
    background: none;    
}
#s
{
    width:200px;
    padding:0px;
    border:#f0f0f9 1px solid;
}
/* Categories Menu */

#categorymenu {
	margin:0;
	padding:0;
	overflow:hidden;
	background:url(images/headerMenu2.jpg) no-repeat;
	/* width: 1000px; */
        padding-left:180px;
	height: 47px;
}

#categorymenu ul 
{
	float: left
        width:420px;
	margin: 0 auto;
	list-style: none;	
#	overflow:hidden;
        padding-left: 0px;
}

#categorymenu li 
{
	display: inline;
}

#categorymenu a {
	display: block;
	float: left;
	border-bottom:#fff 0px solid;
	margin: 0;
	padding: 10px;
	text-decoration: none;
	font-size: 1em;
	color:#003448;	
}
#categorymenu li.current-cat a,
#categorymenu a:hover
{
	color:#003448;
    border-bottom:#003448 0px solid;
}
#categorymenu #rss
{
	float:right;
	background:url(images/rss.png) no-repeat left center;
	padding:0 1em;
	margin:0;
}
/* Page */

#page {
	margin: 0 auto;
	padding:0;
}
/* Content */

#left 
{
    float: left;
	margin:0;	
	padding:10px 0;
	width:65%;    
}

.navigation 
{
	
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

/* Post */

.left.post 
{
	clear:both;
	margin:0 0 1em 0;
}
.left .post_title {
	font-size: 100%;
	font-weight: normal;
	float: left;
	width: 70%;
	padding-bottom: 10px;
}
.left .post .titlearea
{
	margin:0 0 1em 0;
	padding:5px 10px;
}
.left .post .postdate
{
	display:block;
	background: #9E9E9E;
	color: #ffffff;
	width:25%;
	text-align:center;
	font-weight: bold;
	foloat: left;
}

.left .post .title a:link, .post .title a:active, .post .title a:visited {
	text-decoration: none;
	color: #963201;
	float:right;
}

.left .post .title a:hover {text-decoration: none;}

.left .post .meta 
{	
   	font-family:"Lucida Sans Unicode", Georgia, Verdana, Arial, Serif;
	padding: 10px;
	background:#fff;
	overflow:hidden;
	margin: 0;
	line-height: normal;
	color: #999999;
	border-bottom:#eef 1px solid;
}
.post .meta .byline {
	float: left;	
	width:65%;	
}

.post .meta .links 
{
    width:25%;
	float: right;	
	text-align:right;
}
.post .meta .comments {
	padding-left: 15px;
	background: #fff;
}
#content 
{
    float: left;
	margin:0;	
	padding:10px 0;
	width:65%;    
}

.navigation 
{
	
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

/* Post */

.post 
{
	clear:both;
	margin:0 0 1em 0;
}
.post_title {
	font-size: 100%;
	font-weight: bold;
	float: left;
	width: 80%;
	padding-left: 5px;
}
.post .titlearea
{
	margin:0 0 1em 0;
	padding:5px 10px;
}
.post .postdate
{
	display:block;
	background: #9E9E9E;
	color: #ffffff;
	width:120px;
	text-align:center;
	font-weight: bold;
	float: left;
}

.post .title a:link, .post .title a:active, .post .title a:visited {
	text-decoration: underline;
	color: #963201;
	float:right;
}

.post .title a:hover {text-decoration: none;}

.post .meta 
{	
   	font-family:"Lucida Sans Unicode", Georgia, Verdana, Arial, Serif;
	padding: 10px;
	background:#fff;
	overflow:hidden;
	margin: 0;
	line-height: normal;
	color: #999999;
	border-bottom:#eef 1px solid;
}
.post .meta .byline {
	float: left;	
	width:65%;	
}

.post .meta .links 
{
    width:25%;
	float: right;	
	text-align:right;
}
.post .meta .comments {
	padding-left: 15px;
	background: #fff;
}
/* Comments */
#respond,
#comments
{
    margin:10px;
	clear:both;
}

#comments p, #comments ol, #comments ul {
	line-height: normal;
}
.commentlist
{
	list-style:none;
	margin:0;
	padding:0;	
}
.commentlist li
{
	list-style:none;
	clear:both;
	overflow:hidden;
	margin:0 0 1em;
	padding:1em;
	background:#fff;
}
.commentlist .alt
{
	background:#fff;
	border-top:#eee 1px solid;
}
.commentlist .bypostauthor
{
	border:#9cf 1px solid;
	background:#fff;
}
.commentlist .commentmetadata
{
	margin-bottom:1em;
}
.avatar
{
	float:right;
	margin:0 0 1em 1em;
	border:#eee 2px solid;
}
input:focus,
textarea:focus
{
	background:#fff;
	border:#9cf 1px solid;
}
#submit
{
	background:#003448;
	color:#fff;
padding:5px;
border:#003448 1px solid;
}

/* Respond */

#respond {
}

#respond p {
	margin-bottom: 5px;
	line-height: normal;
}

#partner
{
 #   float: right;
	width: 90%;
	margin:0px;
	padding:20px;
#	font-family:"Trebuchet MS", Verdana, Arial, Serif;
#	background-color: #F7F3E7;
	border:#C6CBCE 0px solid;
}

/* Sidebar */

#sidebar 
{
    float: right;
	width: 25%;
#	min-height: 1300px;
	margin:px;
	padding:20px;
#	font-family:"Trebuchet MS", Verdana, Arial, Serif;
	background-color: #F7F3E7;
	border:#C6CBCE 1px solid;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
min-height:100%;
height:auto !important;
height:100%;
}

#sidebar li {
	margin-bottom: 40px;
}

#sidebar li ul {
}

#sidebar li li {
	margin:0.5em 1em;
	list-style-image: url(images/cross.png);
}
#sidebar h2, 
#sidebar h3 
{
	margin-bottom: 10px;
	padding:0;
	border-bottom:#ccd 0px solid;
	font-size: 1.3em;
	color:#003448;
}
#sidebar_wrap .left {
	width: 145px;
	float: left;
	margin:0;
	padding:0;
}

#sidebar_wrap .right {
	width: 145px;
	float: right;
	margin:0;
	padding:0;
}

/* Footer */

#footer 
{
	border:#003448 1px solid;
	padding: 0;
	background: #ffffff;
	width:100%;
	padding:10px;
	margin:0 auto;
	color: #fff;
}
#footer a 	
{
    color: #eee;
    text-decoration:none;
}
#footer a:hover 
{
    color: #fff;
    text-decoration:underline;
}
#footer p#credits { font-size:0.85em;}

html>body #footer {
	height: auto;
}
#footer #credits
{
    font-size:0.9em;
}
/* Misc */
#header, #content, #sidebar, #footerbar, #footer, .widget
{
	overflow:hidden;
}
img.left, img.alignleft, div.alignleft
{
	float:left;
	margin:0 1em 1em 0;
}
img.right, img.alignright, div.alignright
{
	float:right;
	margin:0 0 1em 1em;
}
img.aligncenter, div.aligncenter
{
	text-align:center;
	margin:0 auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	/* optional rounded corners for browsers that support it */
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-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;
}
html
{
height: 100%;
}

body
{
height: 100%;
background: #fff;
}

#outer
{
position: relative;
min-height: 100%;
width: 100%;
background: transparent;
}

* html #outer
{
height: 100%;
}

#content
{
padding-bottom: 2em;
}

#footer
{
position: relative;
} 

#footer p {
	color: #000000;
	padding: 0px;
}
#footer a
{
	color: #000
}
#footermenu
{	
	background: none;
	margin:0;
	padding:0;
	overflow:hidden;
	clear:both;
	border-bottom:#ccf 0px solid;
}

#footermenu ul 
{
    width:940px;
	margin: 0 auto;
	overflow:hidden;
	padding:0 5px;	
	list-style: none;	
}

#footermenu li {
	display: inline;
}

#footermenu a {
	display: block;
	float: left;
	border-bottom:#fff 0px solid;
	margin: 0;
	padding: 8px;
	text-decoration: none;
	font-size: 1em;
	color:#963201;	
}
#footermenu li.current-cat a,
#footermenu a:hover
{
	color:#963201;
    border-bottom:#003448 0px solid;
}
#footermenu #rss
{
	float:right;
	background:url(images/rss.png) no-repeat left center;
	padding:0 1em;
	margin:0;
}