/*
Theme Name: The Music Pros
Theme URI: http://themusicpros.com/
Version: 1.0
Author: Ethan Sena
Author URI: http://escorporation.net/
Engineered & Designed by ESCorporation
*/

/*
  Global Elements
===================================================================
*/
* {
  margin: 0;
  padding: 0;
}

/*
  fix the 1px bg image bug, credit goes to...
  http://www.sohtanaka.com/web-design/1px-background-alignment-bug/
*/
html {
	margin-left: -1px;
	overflow-Y: scroll;
}

body {
/*   min-width: 1000px; */
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

body.page {
  min-width: 1000px;
  background: #7599a2;
}

body.packagepage {
  background: #d7dedd;
}

*:focus {
  outline: none;
}

img, img a {
  border: 0;
}

/*
  WordPress image classes
*/
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

.innards {
  margin: auto;
  overflow: hidden;
  width: 994px;
}

.left {
  overflow: hidden;
  float: left;
  width: 50%;
}

.right {
  overflow: hidden;
  float: right;
  width: 50%;
  text-align: right;
}

#container {
  margin: auto;
  padding: 0 1px;
  overflow: hidden;
  background: url("images/bg/body.png") center repeat-y;
  width: 994px;
}

/*
  Topbar
===================================================================
*/
#topbar {
  background: #000;
}

#topbar .left, #topbar .right {
  padding: 8px 15px;
  width: 40%;
}

#topbar div span {
  display: block;
  text-transform: uppercase;
  font-size: .75em;
  color: #fff;
}

#topbar div span a {
  text-decoration: none;
  color: #fff;
}

#topbar div span a:hover {
  border-bottom: 1px dotted #fff;
}

/*
  Header (logo/image rotator)
===================================================================
*/
/* shows the rotating image */
#header {
  margin: auto;
  overflow: hidden;
  width: 994px;
  height: 150px;
  background: #000 url("images/header/rotator.php") center center no-repeat;  
}

/* shows and links the logo */
#header a {
  display: block;
  width: 994px;
  height: 150px;
  background: url("images/bg/themusicpros.png") 3% center no-repeat;
}

#header a span {
  display: none;
}

/*
  Navigational Bar
===================================================================
*/
#navbar {
  overflow: hidden;
  background: #a5b5bc;
  border-top: 1px solid #332816;
  border-bottom: 1px solid #332816;
}

#navbar ul {
  list-style: none;
  background: #a5b5bc;
  overflow: hidden;
}

#navbar ul li {
  display: block;
  float: left;
}

#navbar ul li a {
  padding: 8px 0;
  display: block;
  float: left;
  width: 141px; /* when videos is removed */
/*   width: 123px; */
  background: #a5b5bc;
  border-right: 1px solid #332816;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: .8em;
  font-weight: bold;
  color: #111;
}

#navbar ul li a:hover {
  background: #eaeef1;
  color: #333;
}

#navbar ul li.extend a {
  width: 142px;
  border-right: 0;
}

#navbar ul li.end a {
  border-right: 0;
/*   width: 124px; */
}

#navbar ul li.odd a {
  width: 142px;
}

/*
  Content
===================================================================
*/
#content {
  margin: auto;
  overflow: hidden;
  width: 994px;
}

/*
  Content > Left (posts, etc)
===================================================================
*/
#conleft {
  padding: 10px 10px;
  overflow: hidden;
  width: 650px;
  float: left;
}

#conleft h2 {
  font-size: 1.5em;
}

/*
  The Post
===================================================================
*/
.post {
  overflow: hidden;
  color: #333;
}

.post a {
  color: #933;
}

.post a:hover {
  color: #4265a7;
}

.post .quote {
  margin-top: 15px;
  font-size: 1.4em;
  font-style: italic;
}

/* post/page title */
.post h2, .post h2 a {
  text-decoration: none;
  font-size: 1.25em;
  color: #333;
}

/* paragraph text */
.post p {
  margin-bottom: 20px;
  font-size: .85em;  
}

.post ul, .post ol {
  margin: 0 60px;
  margin-bottom: 20px;
  font-size: .85em;
}

/*
  Tabs
===================================================================
*/
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 650px;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #e0e0e0;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	padding: 0 20px;
	border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
}
ul.tabs li a:hover {
	background: #ccc;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #fff;
	border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
}

.tab_container {
	border: 1px solid #999;
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left;
	width: 650px;
	background: #fff;
}
.tab_content {
	padding: 20px;
}

ul.packageDetails {
  margin-left: 20px;
  padding: 0;
}

ul.packageDetails li {
  margin-bottom: 5px;
  font-size: 0.875em;
  color: #333;
}

ul.packagesNew {
  margin: 0;
  margin-bottom: 20px;
  list-style: none;
  overflow: hidden;
}

ul.packagesNew li {
  display: block;
  float: left;
}

ul.packagesNew li a {
  margin: 5px;
  padding: 8px 0;
  display: block;
  float: left;
  width: 141px; /* when videos is removed */
/*   width: 123px; */
  background: #a5b5bc;
  border: 1px solid #332816;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: .8em;
  font-weight: bold;
  color: #111;
}

/*
  Content > Right (sidebar)
===================================================================
*/
#conright {
  overflow: hidden;
  width: 320px;
  float: right;
}


/*
  Section
===================================================================
*/
.section {
  margin: 5px 10px;
  margin-bottom: 15px;
  overflow: hidden;
}

.welcome {
  margin-bottom: 0;
}

.welcome p {
  margin-bottom: 10px;
  text-align: justify;
}

.section h3 {
  color: #111;
}

.section p {
  margin-left: 5px;
  margin-right: 5px;
  font-size: .8em;
  color: #222;
}

.section p a {
  text-decoration: none;
  color: #222;
}

.section p a:hover {
  text-decoration: underline;
}

.floatpic {
  margin-right: 5px;
  border: 1px solid #111;
  display: block;
  float: left;
}

/* standard table */
.table {
  overflow: hidden;
}

.table .row {
  overflow: hidden;
}

.table .row .left {
  overflow: hidden;
  width: 175px;
  float: left;
  font-weight: bold;
}

.table .row .right {
  margin-left: 50px;
  text-align: left;
  overflow: hidden;
  width: 350px;
  float: left;
}

/* reviews/testimonials section */
.reviews {
  overflow: hidden;
}

.reviews .row {
  overflow: hidden;
}

.reviews .row .col img {
  margin: 5px;
  background: #fff;
  border: 1px solid #a9a9a9;
  overflow: hidden;
  width: 150px;
  text-align: center;
  float: left;
}

/* wedding packages */
.packages {
  margin-bottom: 15px;
  overflow: hidden;
}

.packages .item {
  margin: 5px;
  margin-bottom: 10px;
  padding: 5px;
  float: clear: both;
  width: 400px;
  text-align: center;
  font-weight: bold;
  background: #e3e3e3;
  overflow: hidden;
  border: 1px solid #333;
}

.packages .item img {
  margin-top: 3px;
  width: 396px;
  border: 1px solid #333;
}


.wpcf7-list-item {
  display: block;
  clear: both;
}

.section ul.promises {
  margin: 0 20px;
  font-size: .8em;
  color: #222;
}

/*
  Message Send
===================================================================
*/
#messagesend {
  overflow: hidden;
}

#messagesend fieldset {
  border: 0;
}

#messagesend .row {
  margin: 5px 0;
  margin-bottom: 10px;
  overflow: hidden;
  font-size: .8em;
  color: #111;
}

#messagesend input {
  padding: 2px;
  border: 1px solid #111;
  background: #d9cb94;
  width: 200px;
  float: right;
}

#messagesend input:focus {
  background: #c7bb9a;
}

#messagesend input[type="submit"] {
  width: auto;
  padding: 3px 10px;
  box-radius
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#messagesend input[type="submit"]:active {
  background: #c7bb9a;
}

/*
  Slideshow 2
===================================================================
*/
.top-pic {
  overflow: hidden;
}

ul.slideshow {
	list-style:none;
	width:648px;
	height:397px;
	overflow:hidden;
	position:relative;
	margin:0;
	padding:0;
	border: 1px solid #333;
	
}	

ul.slideshow li {
	position:absolute;
	left:0;
	right:0;
}

ul.slideshow li.show {
	z-index:500;	
}

ul img {
	border:none;	
}


#slideshow-caption {
  display: none;
	width:300px;
	height:70px;
	position:absolute;
	bottom:0;
	left:0;	
	color:#fff;
	background:#000;
	z-index:500;
}

#slideshow-caption .slideshow-caption-container {
	padding:5px 10px;		
	z-index:1000;
}

#slideshow-caption h3 {
	margin:0;
	padding:0;	
	font-size:14px;
}

#slideshow-caption p {
	margin:5px 0 0 0;
	padding:0;
}

#spacer {
  height: 200px;
}

ul.social {
  list-style: none;
  overflow: hidden;
}

ul.social li {
  display: block;
  float: left;
}

ul.social li a {
  margin-right: 7px;
  display: block;
  float: left;
}

/*
  Package
===================================================================
*/
#containerPackage { /* replace container */
  overflow: hidden;
}

#contentPackage {
  margin: auto;
  width: 750px;
  overflow: hidden;
}

.postPackage h2 {
  padding: 10px 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #333;
  text-decoration: none;
  font-size: 1.25em;
  color: #333;
}

.postPackage p {
  font-size: .85em;  
}

.postPackage ul {
  margin: 0 20px;
  margin-bottom: 10px;
  font-size: 0.875em;
}

.postPackage ul li.title {
  font-weight: bold;
}

.entryPackage {
  padding: 10px;
  font-size: 1.2em;
}

.supreme {
  font-size: 0.95em;
}

#contentPackage .cols {
  overflow: hidden;
}

#contentPackage .cols .left {
  overflow: hidden;
  width: 400px;
  float: left;
}

#contentPackage .cols .right {
  padding-right: 10px;
  overflow: hidden;
  width: 310px;
  float: right;
}

#contentPackage .cols .right img {
  margin-bottom: 5px;
  border: 1px solid #333;
}

#draft {
  margin-bottom: 10px;
  overflow: hidden;
  width: 648px;
}

#draft .row {
  padding: 10px 0;
  border-bottom: 1px solid #666;
  overflow: hidden;
}

#draft .row .col {
  padding: 0 5px;
  overflow: hidden;
  float: left;
  width: 90px; /* 162px */
  font-size: .85em;  
}

#draft .row .full {
  padding-right: 20px;
  width: 320px; /* 162px */
}

#draft .alt {
  background: #f0f0f0;
}

#draft .header {
  padding-bottom: 0;
  font-weight: bold;
  font-size: 1.15em;  
}

#draft .center {
  text-align: center;
}

/*
  Footer
===================================================================
*/
#footer {
	overflow: hidden;
  width: 100%;
	clear: both;
}

#footer .innards {
  background: #9eb6be;
	border-top: 1px solid #fff;
  width: 994px; /* reduce the width to make it look nicer */
}

#footer .innards div {
/*   background: url("images/logos/slogan.gif") center right no-repeat; */
	text-transform: uppercase;
	font-weight: bold;
	font-size: .7em;
}

#footer, #footer a {
  text-decoration: none;
  color: #222;
}

#footer .innards .left, #footer .innards .right {
  width: 45%;
  padding: 15px;
}

#footer .innards .right {
  width: 47%;
}

/* P A R C U S _ I N T E N T I O */