﻿body {
	background: #000;
	color: #fff;
}

#page {
	margin: 20px auto 0px auto;
	border: thin #3b3b3b solid; 
}

#header-logo #sm-logo {
	margin-top: 10px;
	float:left;
}

#header-logo p {
	margin-top: 10px;
	margin-left: 35px;
	font-size: 1.1em;
	color: #888;
}

#header-social p {
	margin-top: 10px;
	font-size: 1.1em;
	text-align: center;
}

#header-social a {
	text-decoration: none;
	color: #888;
}

#header-social a:hover {
	color: #fff;
}

#header-contact p {
	text-align: right;
	margin-top: 10px;
	font-size: 1.1em;
	color: #888;
}

#header-contact a {
	text-decoration: none;
	color: #888;
}

#header-contact a:hover {
	color: #fff;
}

#menu {
	margin-top: -8px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border: thin #3b3b3b solid;
	z-index: 2;
}

#menu ul {
	list-style-type: none;
	text-align: center;
	margin-top: 5px;
	margin-left: 0px;
}

#menu ul li {
	display: block;
	float: left;
	width: 107px;
	background: #3b3b3b;
	font-size: 1.1em;
	text-transform: uppercase;
	margin: 0 5px 0 5px;
	line-height: 1;
}

#menu a {
	display: block;
	text-decoration: none;
	color: #fff;
	margin: 0px;
}

#menu a:hover, #menu a.current {
	background: #888;
	border: none;
}

#menu ul li ul li.sub-menu {
	font-size: .9em;
	width: 120px;
	padding: 3px 0px 3px 0px;
	border: thin #000 solid;
}

.home {
	background: #000 url('../images/home.jpg') no-repeat;
	padding-top: 225px;
	min-height: 295px;
}

.about {
	background: #000 url('../images/about2.jpg') no-repeat;
	padding-top: 100px;
	min-height: 420px;
}

.comedy {
	background: #000 url('../images/comedy-magic2.jpg') no-repeat;
	padding-top: 100px;
	min-height: 420px;
}

.mentalism {
	background: #000 url('../images/mentalism2.jpg') no-repeat;
	padding-top: 70px;
	min-height: 420px;
}

.motivational {
	background: #000 url('../images/motivational2.jpg') no-repeat;
	padding-top: 100px;
}

.inspirational {
	background: #000 url('../images/inspirational3.jpg') no-repeat;
	padding-top: 100px;
}

.inspirational2 {
	border-bottom: thin #3b3b3b solid;
	border-left: thin #3b3b3b solid;
	border-right: thin #3b3b3b solid;
}

.inspirational2a {
	background: #000 url('../images/inspirational2.jpg') no-repeat;
	margin-top: 10px;
}

.press-kit {
	background: #000 url('../images/press-kit2.jpg') no-repeat;
	padding-top: 100px;
	min-height: 420px;
}

.contact {
	background: #000 url('../images/contact2.jpg') no-repeat;
	min-height: 420px;
}

.body p {
	text-align: justify;
	margin: 0 10px 10px 10px;
}

.body h3 {
	margin-top: 65px;
	margin-left: 10px;
}

.body h4 {
	margin: 0 10px 10px 10px; 
}

.body ul {
	list-style-type: none;
	margin-bottom: 15px;
}

.body li {
	font-size: 1.2em;
	margin-left: 10px;
}

.body li span {
	font-size: .8em;
	margin-left: 15px;
	color: #888;
}

a {
	color: #fff;
	text-decoration: none;
}

a.green {
	color: #bbcf32;
}

a.yellow {
	color: #ffff00;
}

a.ltgray {
	color: #888;
}

a:hover {
	border-bottom: thin #ff0000 dotted;
}

a.green:hover {
	border-bottom: thin #bbcf32 dotted;
	color: #fff;
}

a.yellow:hover {
	border-bottom: thin #ffff00 dotted;
	color: #fff;
}

a.ltgray:hover {
	border-bottom: thin #888 dotted;
	color: #fff;
}

#testimonials, #downloads {
	border-bottom: thin #3b3b3b solid;
	border-left: thin #3b3b3b solid;
	border-right: thin #3b3b3b solid;
	padding-top: 10px;
}

#testimonials p {
	font-size: medium;
	margin-bottom: 0;
	line-height: 1;
	text-align: justify;
}

#testimonials p.attr {
	margin-top: 5px;
	margin-bottom: 30px;
	text-align: right;
}

#testimonials img {
	margin-left: 10px;
}

/* Videos Page */
#videos {
	min-height: 420px;
	background: #000 url('../images/videos-bkgd.jpg') no-repeat fixed center bottom;
}

#videos .caption {
	text-align: center;
}

#flyers h5, #posters h5 {
	margin-top: 20px;
}

.flyer {
	margin-right: 10px;
}

#posters-pdf {
	margin-bottom: 90px;
}

/* Contact Page */
#contact fieldset {
	margin: 0;
}
#contact p {
	height: 1%;
	text-align: right;
}

#contact p label {
	display: block;
	float: left;
	width: 10%;
	font-size: 1em;
	text-align: left;
}

#contact p input, #contact p textarea {
	background: #fff;
	width: 85%;
	font-size: 1.2em;
}

#contact input.button {
	width: 15%;
	font-size: 1em;
}

#contact-table td {
	vertical-align: top;
}

#contact-table td h4 {
	margin-bottom: 0px;
	padding-top: 5px;
}

/* Clients Page */
#clients div p {
	line-height: 1em;
	margin: 0 0 5px 0;
}

#clients {
	margin-left: 20px;
	margin-bottom: 10px;
}

#footer {
	color: #888;
	border-bottom: thin #3b3b3b solid;
	border-left: thin #3b3b3b solid;
	border-right: thin #3b3b3b solid;
	line-height: 1.0;
	margin-bottom: 20px;
}

#footer-copyright {
	margin-top: 15px;
	margin-bottom: 0px;
}

#footer a {
	color: #fff;
	text-decoration: none; 
}

#footer img {
	margin-top: 7px;
	margin-left: 5px;
}

#footer ul {
	list-style-type: none;
}

#footer ul li {
	display: inline;
	margin-left: 0px;
}

#footer-menu {
	margin-top: 15px;
	margin-bottom: 0px;
	text-align: right;
}

#footer-menu a {
	color: #888;
}

#footer-menu a:hover {
	color: #fff;
}

.dkgray {
	color: #3b3b3b;
}

.ltgray {
	color: #888;
}

.blue {
	color: #0000ff;
}

.green {
	color: #bbcf32;
}

.red {
	color: #ff0000;
}

.yellow {
	color: #ffff00;
}

.left {
	float: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.comedy {
	margin-right: -50px;
}