/*
Theme Name: Balloon custom theme
*/
/*Layout*/
body {
	background:#A5D3F7 url(images/bg.jpg) repeat-x top center;
	margin:36px 0 0 0;
	font-family:Arial, Verdana, sans-serif;
	font-size:12px;
	color:#464646;	
}
.clear {
	clear:both;
}
#wrapper {
	width:916px;
	margin:0 auto;
	background:#EBEBEB;
	padding:22px;
}
#header {
	height:84px;
}
#logo {
	width:180px;
	height:84px;
	background:url(images/logo.jpg);
	float:left;
}
#phone {
	width:280px;
	height:84px;
	background:url(images/phone.jpg);
	float:right;
	margin-right:15px;
}
.banner {
	border:none;
}
#nav {
	height:26px;
	line-height:26px;
	background:#000;
	font-size:11px;
}
#nav ul {
	margin:0;
	padding-left:23px;
}
#nav li, #footer li {
	display:inline;
	list-style:none;
}
#nav a {
	color:#EBEBEB;
	margin-right:25px;
	font-weight:bold;
}
#nav a:hover {
	color:#EC1793;
	text-decoration:none;
}
#nav li.current_page_item a, #sidebar_left ul.subnav li.current_page_item a {
	color:#EC1793;
}
#sidebar_left, #sidebar_right {
	width:178px;
	color:#000;
}
#sidebar_left ul, #sidebar_right ul {
	list-style:none;
	margin:0;
	padding:0;
}
#sidebar_left, #content, #sidebar_right {
	float:left;
}
#content {
	width:560px;
	background:#FFF;
}
#sidebar_left .inner {
	padding:30px 15px 30px 0;
}
#sidebar_right .inner {
	padding:30px 0 30px 15px;
}
#content .inner {
	padding:20px 15px;
}
#footer {
	background:#000;
	height:73px;
	color:#C2C2C2;
	padding:40px 30px 0 30px;
	text-transform:lowercase;
	font-size:11px;
}
#footer ul {
	margin:0;
	padding:0;
}
#footer a {
	color:#C2C2C2;
}
#footer a:hover {
	color:#FFF;
	text-decoration:none;
}
#footer li {
	background:url(images/divider.jpg) no-repeat right;
	margin-right:8px;
	padding-right:8px;
}
#footer #foot_nav_1 {
	margin:0 0 3px 0;
}
#foot_nav_2 {
	float:left;
}
#footer li.page-item-27, #footer li.page-item-41 {
	background:none;
}
#copy_message, #foot_nav_2  {
	float:left;
	margin-right:15px;
}
#refresh_link {
	float:right;
}
.post {
	margin-bottom:50px;
}
ul.subnav {
	text-align:right;
	list-style:none;
	margin:0 0 10px 0;
	padding:0;
	font-weight:bold;
}
ul.subnav li {
	margin:10px 0;
}
#sub-wrap {
	background:url(images/subwrap-bg.jpg) repeat-y;
}

/*Home page layout*/

#wrapper.home_page {
	width:700px;
}
.home_page #phone {
	margin-right:0;
}
#home_black {
	background:#000;
	color:#C2C2C2;
	padding:35px 35px 0 35px;
	font-size:18px;
}
#home_black #content {
	width:320px;
	background:#000;
}
#home_black p {
	margin-top:0;
}
#home_black #sidebar_right {
	margin-left:50px;
	font-size:12px;
	width:260px;
	color:#E9E9E9;
}
#home_black #sidebar_right h2 {
	margin:0;
}
.promobox {
	margin-bottom:50px;
}
.promobox img {
	float:left;
}
.product {
	padding:12px 0;
	border-bottom:1px solid #E1E1E1;
	min-height:80px;
}
.product h3, .product p {
	margin:0;
}
.product img {
	float:left;
	margin-right:15px;
}

/*Text styles*/

a {
	text-decoration:none;
	color:#EC1793;
}
a:hover {
	text-decoration:underline;
	color:EC1793;
}
h1,h2,h3 {
	color:#EC1793;
}
h1 {
	font-size:18px;
	margin-top:0;
}
h2 {
	font-size:16px;
}
h3 {
	font-size:12px;
}

#home_black a, #home_black #sidebar_right a {
	color:#fff;
}
#sidebar_right h2 {
	text-transform:lowercase;margin:0;padding:0;margin-bottom:-10px;
}
#sidebar_left a {color:#000;text-decoration:none;
}

#sidebar_left a:hover {color:#EC1793;text-decoration:none;
}

#sidebar_right a {
	margin:0;padding:0;border-bottom:1px #000;
}

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

.post h2 {
	margin-top:0;
}
.highlight {
	color:#EC1793;
	font-weight:bold;
}

hr {
  border: 0;
  width: 100%;
  color: #cecece;
  background-color: #cecece;
  height: 1px;
  margin-top:20px;
  margin-bottom:20px;
}
textarea#comment {
	width:529px;
}
.home-story {
	border-top:1px solid #FFF;
	font-size:12px;
	margin-top:20px;
	padding:15px 0;
}
.home-story h2 {
	color:#FFF;
}
#home_black .home-story a {
	color:#EC1793;
}
.promo {
	margin-top:20px;
}

input {font size: 12px; font-family:Arial, Helvetica, sans-serif;}
select, textarea {width:350px;}
img { border: none; }
label {display: inline-block;vertical-align: top;}

#jump_menu select {
	width:200px;
}