/*
Theme Name: High Life Ballooning
*/

body {
margin:0 auto;
background:url(images/bg.jpg);
background-color:#f4f4f4;
background-repeat:repeat-x;
font-family: Myriad Pro, Trebuchet MS, Tahoma, Arial, Sans-Serif;
font-size:14px;
line-height:18px;
}

h2, h3, h4{
font-size:19px;
font-weight: lighter;
color: #777;
margin:13px 0 0 0;
}

h1{
font-size:22px;
font-weight:bold;
color: #ff6000;
margin:0;
margin-bottom:6px;
}

hr{
color:#bbb;
background-color:#bbb;
height:1px;
border:none;
}

#bigwrapper{
width:1110px;
margin:0 auto;
}

#centercolumn{
width:900px;
float:left;
}

a{
color:#FF6600;
font-weight:bold;
}

#mainnav{
width:900px;
height:29px;
background:url(images/nav-bg.gif);
padding-top:9px;
}

#mainnav a{
color:white;
text-decoration:none;
padding:0 10px;
font-size:15px;
font-weight:normal;
border-right:1px solid #bbb;
}

#mainnav a:hover{
text-decoration:underline;
}

#mainnav li.current_page_item a {
color:#ddd;
text-decoration:underline;
}

#mainnav li{
text-decoration:none;
display:inline;
}

#index_content{
background:url(images/index_content_bg.gif);
width:898px;
border:1px solid #888;
border-top:0px;
}

#index_left{
float:left;
margin:1px;
width:604px;
padding:0 0 10px 0px;
background:url(images/balloon_ghosted.jpg);
background-repeat:no-repeat;
min-height:200px;
}

#index_right{
float:left;
width:288px;
position:relative;
margin-left:3px;
}

#seasonal_specials{
position:absolute;
left:14px;
width:220px;
top:63px;
font-size:13px;
font-weight:bold;
}

#seasonal_specials p{
font-size:13px;
margin-top:0;
padding-top:0;
line-height:14px;
}

#seasonal_specials a{
color: #0033FF;
}

#footer_text{
font-size:10px;
padding-top:4px;
text-align:center;
color:#777;
}

/* 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;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

/* 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 */

