/*  
Theme Name: SanDiego
Description: A three-column, fixed with theme with Custom Image Header showing San Diego Balloon Festival.
Version: 1.0
Author: Sadish
Author URI: http://wpthemecity.com
*/

body {
	margin: 0;
	padding: 0;
	background: #e6f2f8 url(images/ccb.png) repeat-y center;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 10px; /* IE5 Win */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	font-size: 10px; /* easy scaling */
  	font-size:80%;	
  	color:#333;
}

h1, h2, h3, h4,h5,h6 {
	margin: 0;
	padding:0 0 0.5em;
	font-weight: normal;
	color: #3E3E3E;
	font-family:Georgia, Verdana, Arial, Serif;
}

h1 {font-size: 2em;}
h2 {font-size: 1.6em;}
h3 {font-size: 1.3em;}
h4 {font-size: 1.2em;}
h5 {font-size: 1.1em;}
h6 {font-size: 1em;}


p, ul, ol {
	margin: 0 0 0.5em 0;
	line-height: 1.6em;
}
ul, ol
{
	margin-left:0.5em;
}
ul li
{
	line-height:1.6em;
	margin:0 0 0.5em 0;
}
a:link, a:visited {
	color: #864A0F;
	text-decoration: underline;

}

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:#f0f0f9;
}
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:5px;
}

/* Outer */
#outer {
	width: 950px;
	margin: 0 auto;
	background:#fff url(images/outerbg.jpg) repeat-y right;
}
/* Header */

#header 
{
    clear:both;
	margin: 0 auto;
	height:180px;
	background:#fff url(images/header.jpg) no-repeat center;
}

#logo {
	padding:1em;
}

#logo h1 a {
	color: #f0f0f9;
}

#logo h2 {
	margin-top: -10px;
	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:#003448;
	font-variant:small-caps;
}

#menu ul 
{
    width:950px;
	margin: 0 auto;
	padding: 0;
	list-style: none;	
	overflow:hidden;
}

#menu li 
{
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin: 0;
	padding: 10px 8px 9px;
	text-decoration: none;
	color:#aab;

}
#menu li.current_page_item a,
#menu a:hover
{
	text-decoration:underline;
	color:#fff;
}
/* Search*/
#searchform
{
    float:right;
    margin:0 0 0 1em;
    padding: 8px 10px;
    background:#864A0F;    
}
#s
{
    width:200px;
    padding:3px;
    border:#fff 1px solid;
}
/* Categories Menu */

#categorymenu {
	margin:0;
	padding:0;
	overflow:hidden;
	clear:both;
	background:#ececec url(images/postbottom.gif) repeat-x bottom;
	border-bottom:#ccf 1px solid;
	font-variant:small-caps;
}

#categorymenu ul 
{
    width:940px;
	margin: 0 auto;
	overflow:hidden;
	padding:0 5px;	
	list-style: none;	
}

#categorymenu li {
	display: inline;
}

#categorymenu a {
	display: block;
	float: left;
	border-bottom:#fff 1px solid;
	margin: 0;
	padding: 8px;
	text-decoration: none;
	font-size: 1em;
	color:#003448;	
}
#categorymenu li.current-cat a,
#categorymenu a:hover
{
	color:#003448;
    border-bottom:#003448 1px solid;
}
#categorymenu #rss
{
	float:right;
	background:url(images/rss.png) no-repeat left center;
	padding:0 1em;
	margin:0;
}
/* Page */

#page {
	width: 950px;
	margin: 0 auto;
	padding:0;
}
/* Content */

#content 
{
    float: left;
	margin:0;	
	padding:10px 0;
	width:590px;    
}

.navigation 
{
	
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

/* Post */

.post 
{
	clear:both;
	margin:0 0 1em 0;
	padding-bottom:4em;
}
h2.post-title { padding-left:10px;}
.post .titlearea
{
	margin:0 0 1em 0;
	padding:5px 10px;
	background:url(images/titlebg.gif) repeat-x top;
	border-bottom:#eef 1px solid;
}
.post .postdate
{
   	font-variant:small-caps;
	margin:0;
	padding:0;
	font-family:"Lucida Sans Unicode", Georgia, Verdana, Arial, Serif;
	color:#999;
}
.title {padding-bottom: 5px;}

.post .title a:link, .post .title a:active, .post .title a:visited {
	text-decoration: none;
	color: #003448;
}

.post .title a:hover {text-decoration: underline;}

.post .entry {	padding:0px 20px 20px;}
.post .entry ul li {list-style-image: url(images/plus.png);}
.post .post-tags {clear:both;}
.post .meta 
{	
   	font-family:"Lucida Sans Unicode", Georgia, Verdana, Arial, Serif;
	padding: 10px;
	background:#ececec url(images/postbottom.gif) repeat-x bottom;
	overflow:hidden;
	margin: 0;
	line-height: normal;
	color: #999999;
	border-bottom:#eef 1px solid;
}
.post .meta .byline {
	float: left;	
	width:70%;	
}

.post .meta .links 
{
    width:25%;
	float: right;	
	text-align:right;
}
.post .meta .comments {
	padding-left: 15px;
	background: url(images/commenticon.gif) no-repeat left center;
}
/* 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 url(images/titlebg.gif) repeat-x top;
}
.commentlist .alt
{
	background:#f9f9f9;
	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;
}

/* Sidebar */

#sidebar 
{
    float: right;
	width: 320px;
	margin:10px;
	padding:10px;
	font-family:"Trebuchet MS", Verdana, Arial, Serif;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#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 1px dotted;
	font-size: 1.3em;
	font-variant:small-caps;
	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: #003448;
	width:930px;
	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%;
}

#outer
{
position: relative;
min-height: 100%;
}

* html #outer
{
height: 100%;
}

#content
{
padding-bottom: 2em;
}

#footer
{
position: relative;
} 