/*
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;
  background: #7599a2;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

*:focus {
  outline: none;
}

img, img a {
  border: 0;
}

.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 {
  display: none;
}

/*
  Header (logo/image rotator)
===================================================================
*/
#header {
  border-bottom: 1px solid #000;
}

#header a {
  text-decoration: none;
  color: #000;
}

#header a span {
  font-size: 1.5em;
  font-weight: bold;
}

/*
  Navigational Bar
===================================================================
*/
#navbar {
  display: none;
}

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

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

.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;
}

.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 {
  display: none;
}

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

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

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