/*
Theme Name: Boundless
Theme URI: http://boundlessbouncers.com
Description: Custom theme for the Boundless Bouncers website.
Version: 1.0
Author: Jay Decator
Author URI: http://brc60.com	
*/

/* CONDENSED UNIVERSAL RESET */
* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
	}


/* SITE STANDARDS */

/* Typography */

h1 {}

h2, h2 a {
  color: #5b308d;
  font-weight: bold;
  font-size: 1.5em;
  text-decoration: none;
  font-family: arial, sans-serif;
  }

h3 {}
p {}

#footer-content {
  font-family: arial, sans-serif;  
  color: #5b308d;
  font-size: .8em;   
  }

#main-left-phone {
  font-weight: bold;
}

#main-left-phone a {
  color: #5b308d;
  font-weight: bold;
}

/* WordPress */

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

/*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;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
	
/*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; }
	
/*comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	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;
	}

/*form elements*/
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#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 {
	width: 170px;
	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;
	}

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

body {
  text-align: center;
  background: #5b308d url('http://boundlessbouncers.com/wp-content/themes/boundless/images/background.png') bottom center repeat-x fixed;
}

#container {
  display: block;
  width: 905px;
  margin: 20px auto 0 auto;
  }

#cloud {
  width: 453px;
  height: 365px;
  position: absolute;
  z-index: 100;
  background: url('http://boundlessbouncers.com/wp-content/themes/boundless/images/cloud.png');
  }

/* Header */

#header {
  width: 765px;
  height: 164px;
  margin: 0 auto 5px auto;
  overflow:auto;
  }

#header-image {
  width: 404px;
  height: 28px;
  float: right;
  margin-top: 25px;
  margin-bottom: 10px;
  background: url('http://boundlessbouncers.com/wp-content/themes/boundless/images/tagline_home.png')
  }

#header-nav {
  width: 500px;
  height: 76px;
  float: right;
  }

#header-nav-content {
  display:block; 
  background:#eb008b; 
  border:3px solid #f3e5db; 
  border-width:0 3px;
  height: 76px;
  padding-right: 5px;
  }

.header-nav-item a {
  display: block;
  float: right;
  text-decoration: none;
  }
.header-nav-item a:hover {background-position: 0 -38;}
#header-nav-home a {
  width: 79px;
  height: 38px;
  background: url('http://boundlessbouncers.com/wp-content/themes/boundless/images/ro_home.png');
  }
#header-nav-about a {
  width: 133px;
  height: 38px;
  background: url('http://boundlessbouncers.com/wp-content/themes/boundless/images/ro_about.png');
  }
#header-nav-bounce a {
  width: 190px;
  height: 38px;
  background: url('http://boundlessbouncers.com/wp-content/themes/boundless/images/ro_bounce.png');
  }
#header-nav-customize a {
  width: 294px;
  height: 38px;
  background: url('http://boundlessbouncers.com/wp-content/themes/boundless/images/ro_customize.png');
  }
#header-nav-contact a {
  width: 108px;
  height: 38px;
  background: url('http://boundlessbouncers.com/wp-content/themes/boundless/images/ro_contact.png');
  }

/* Main */

#main {
  width: 765px;
  min-height: 650px;
  margin: 0 auto 10px auto;
  float: none;
  }

#main-content {
  display:block; 
  background:#f3e5db; 
  border:3px solid #eb008b; 
  border-width:0 3px;
  min-height: 650px;
  padding-right: 5px;  
  overflow: hidden;
  }

#main-header {}

.main-header-item a {
  display: block;
  float: right;
  text-decoration: none;
  }
.main-header-item a:hover {background-position: 0 -30;}
#main-header-faqs a {
  width: 42px;
  height: 40px;
  background: url('http://boundlessbouncers.com/wp-content/themes/boundless/images/ro_faqs.png');
  }
#main-header-gallery a {
  width: 78px;
  height: 40px;
  background: url('http://boundlessbouncers.com/wp-content/themes/boundless/images/ro_gallery.png');
  }
#main-header-testimonials a {
  width: 121px;
  height: 40px;
  background: url('http://boundlessbouncers.com/wp-content/themes/boundless/images/ro_testimonials.png');
  }
#main-header-specials a {
  width: 81px;
  height: 40px;
  margin-right: 13px;
  background: url('http://boundlessbouncers.com/wp-content/themes/boundless/images/ro_specials.png');
  }

.main-header-bullet {
  width: 5px;
  height: 40px;
  float: right;
  background: url('http://boundlessbouncers.com/wp-content/themes/boundless/images/bullet.png');
  }

#main-header-divider {
  position: relative;
  clear: right;
  width: 340px;
  border-bottom: #eb008b 4px solid;
  left: 400px;
  margin-bottom: 15px;
}

#main-left {
  width: 351px;
  margin: 5px 0 5px 15px;
  float: left;
  }

#main-left-content {
  display:block; 
  background:#fff; 
  border:3px solid #fff; 
  border-width:0 3px;  
  padding: 120px 5px 0 0;
  }
  
#main-left-info {
  position: relative;
  width: 340px;
  height: 155px;
  background: #fff url('http://boundlessbouncers.com/wp-content/themes/boundless/images/phone_home.jpg');
  }

#main-left-phone {
  height: 55px;
  }

#main-left-special {
  position: relative;
  width: 340px;
  height: 215px;
  background: #fff;
  }

#main-right {
  width: 340px;
  float: left;
  margin: 5px 5px 5px 35px;
  }

#main-right-box {
  width: 330px;
  margin: 15px auto;
  background: #fff;
  }
  
.main-right-box-content {
  display:block; 
  background:#fff; 
  border:3px solid #fff; 
  border-width:0 3px;
  padding: 0 10px 0 10px;
  }

.main-right-box-entry {
  margin-bottom: 10px;
  padding: 10px 0 10px 0;
  }

.main-right-box-meta {
  padding-bottom: 10px;
  background: #fff;
  text-align: center;
  }

/* Footer */

#footer {
  width: 765px;
  margin: 0 auto 50px auto;
  }

#footer-content {
  display:block; 
  background:#f3e5db; 
  border:3px solid #f3e5db; 
  border-width:0 3px;
  padding-right: 5px;
  }
        
/* ROUNDED CORNERS */

/* Nav Box */

.xb1, .xb2, .xb3, .xb4, .xb5, .xb6, .xb7 {display:block; overflow:hidden; font-size:0;}
.xb1, .xb2, .xb3, .xb4, .xb5, .xb6 {height:1px;}
.xb4, .xb5, .xb6, .xb7 {background:#ccc; border-left:1px solid #f3e5db; border-right:1px solid #f3e5db;}

.xb1 {margin:0 8px; background:#f3e5db;}
.xb2 {margin:0 6px; background:#f3e5db;}
.xb3 {margin:0 4px; background:#f3e5db;}
.xb4 {margin:0 3px; background:#eb008b; border-width:0 5px;}

.xb5 {margin:0 2px; background:#eb008b; border-width:0 4px;}
.xb6 {margin:0 2px; background:#eb008b; border-width:0 3px;} 
.xb7 {margin:0 1px; background:#eb008b; border-width:0 3px; height:2px;}

/* Main Box */

.mb1, .mb2, .mb3, .mb4, .mb5, .mb6, .mb7 {display:block; overflow:hidden; font-size:0;}
.mb1, .mb2, .mb3, .mb4, .mb5, .mb6 {height:1px;}
.mb4, .mb5, .mb6, .mb7 {background:#ccc; border-left:1px solid #eb008b; border-right:1px solid #eb008b;}

.mb1 {margin:0 8px; background:#eb008b;}
.mb2 {margin:0 6px; background:#eb008b;}
.mb3 {margin:0 4px; background:#eb008b;}
.mb4 {margin:0 3px; background:#f3e5db; border-width:0 5px;}

.mb5 {margin:0 2px; background:#f3e5db; border-width:0 4px;}
.mb6 {margin:0 2px; background:#f3e5db; border-width:0 3px;} 
.mb7 {margin:0 1px; background:#f3e5db; border-width:0 3px; height:2px;}

/* Left Box */

.lb1, .lb2, .lb3, .lb4, .lb5, .lb6, .lb7 {display:block; overflow:hidden; font-size:0;}
.lb1, .lb2, .lb3, .lb4, .lb5, .lb6 {height:1px;}
.lb4, .lb5, .lb6, .lb7 {background:#ccc; border-left:1px solid #fff; border-right:1px solid #fff;}

.lb1 {margin:0 8px; background:#fff;}
.lb2 {margin:0 6px; background:#fff;}
.lb3 {margin:0 4px; background:#fff;}
.lb4 {margin:0 3px; background:#fff; border-width:0 5px;}

.lb5 {margin:0 2px; background:#fff; border-width:0 4px;}
.lb6 {margin:0 2px; background:#fff; border-width:0 3px;} 
.lb7 {margin:0 1px; background:#fff; border-width:0 3px; height:2px;}

/* Right Box */

.rb1, .rb2, .rb3, .rb4, .rb5, .rb6, .rb7 {display:block; overflow:hidden; font-size:0;}
.rb1, .rb2, .rb3, .rb4, .rb5, .rb6 {height:1px;}
.rb4, .rb5, .rb6, .rb7 {background:#ccc; border-left:1px solid #fff; border-right:1px solid #fff;}

.rb1 {margin:0 8px; background:#fff;}
.rb2 {margin:0 6px; background:#fff;}
.rb3 {margin:0 4px; background:#fff;}
.rb4 {margin:0 3px; background:#fff; border-width:0 5px;}

.rb5 {margin:0 2px; background:#fff; border-width:0 4px;}
.rb6 {margin:0 2px; background:#fff; border-width:0 3px;} 
.rb7 {margin:0 1px; background:#fff; border-width:0 3px; height:2px;}

/* Footer Box */

.fb1, .fb2, .fb3, .fb4, .fb5, .fb6, .fb7 {display:block; overflow:hidden; font-size:0;}
.fb1, .fb2, .fb3, .fb4, .fb5, .fb6 {height:1px;}
.fb4, .fb5, .fb6, .fb7 {background:#ccc; border-left:1px solid #f3e5db; border-right:1px solid #f3e5db;}

.fb1 {margin:0 8px; background:#f3e5db;}
.fb2 {margin:0 6px; background:#f3e5db;}
.fb3 {margin:0 4px; background:#f3e5db;}
.fb4 {margin:0 3px; background:#f3e5db; border-width:0 5px;}

.fb5 {margin:0 2px; background:#f3e5db; border-width:0 4px;}
.fb6 {margin:0 2px; background:#f3e5db; border-width:0 3px;} 
.fb7 {margin:0 1px; background:#f3e5db; border-width:0 3px; height:2px;}
       
        
