/*  
Theme Name: InSync Show Productions, Inc.
Theme URI: http://www.3-insync.com/
Description: Theme for InSync.
Version: 1.0
Author: Lauri Mueller
Author URI: http://www.muellermultimedia.com/
*/

body  {
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #ccc;
}

a {text-decoration:none;}
a:hover {text-decoration:underline;}

img {border:none;}

h1, h2, h3 {
	padding-bottom: 2px;
	margin-bottom: 2px;
	color: #AFA35C;
	text-transform:uppercase;
	letter-spacing: 0.08em;
}
#mainContent h1 {
	font-size: 17px;
	font-weight:normal;
}
#mainContent h2 {
	font-size: 15px;
	color: #666666;
	font-weight:normal;
}
p {
	margin: 0 0 10px 0;
	padding: 0;
}
.twoColLiqLt #container {
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/bkg_page.jpg);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	overflow:visible;
} 

.twoColLiqLt #sidebar1 {
	float: left;
	width: 250px; /* top and bottom padding create visual space within this div  */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 15px;
}

#sidebar1 a {
	color: #ECECD1;
	text-decoration:underline;
}

.twoColLiqLt #sidebar2 {
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 220px; /* top and bottom padding create visual space within this div */
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 0;
	margin-bottom: 20px;
	margin-right: 10px;
}

.twoColLiqLt #sidebar1 h3, .twoColLiqLt #sidebar1 p,.twoColLiqLt #sidebar1 h1 {
	margin-left: 20px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
	color: #ECECD1;
}
.twoColLiqLt #mainContent {
	margin-top: 0;
	margin-right: 260px;
	margin-left: 270px;
	padding-top: 10px;
	position:relative;
} 

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#topphrase {
	font-size: 22px;
	color: #ececd1;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 250px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #bbb176;
	padding-left: 20px;
	padding-right: 20px;
	position:relative;
}
#logo {
	
}
#mainnav {
	width: 247px;
	float: left;
	clear: left;
	margin-bottom: 80px;
}
#mainnav ul {
	line-height: 30px;
	font-size: 14px;
	letter-spacing: 0.08em;
	list-style-type: none;
	text-align: right;
	margin-right: 20px;
}
#mainnav a {
	color: #fff;
	text-decoration: none;
}
#mainnav a:hover {
	text-decoration: underline;
	padding-right: 20px;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: right;
}

div#flashcontainer {
	background-color: #000000;
	margin-left: 250px;
	background-image: url(images/bkg_ribs.gif);
	background-repeat: repeat;
	position:relative;
	height: 395px;
}

div#flashcontainer div#mainimage {
	width:759px;
	position:absolute;
	overflow:hidden;
}

div#imagestripcontainer {
	background-color: #000000;
	margin-left: 250px;
	background-image: url(images/bkg_ribs.gif);
	background-repeat: repeat;
	position:relative;
	height: 200px;
	margin-bottom: 10px;
}

div#imagestripcontainer div#mainimagestrip {
	width:100%;
	position:absolute;
	overflow:hidden;
	height: 200px;
}

div#imagestripcontainer div#mainimagestrip h1 {
	font: bold 70px "Trebuchet MS", Trebuchet, Verdana;
	color:#FFF;
	text-shadow: #333333 5px 5px 5px;
	filter: Shadow(Color=#666666, 	
			Direction=135, 
			Strength=5);
	margin: 120px 0 0 20px;
}


#footer {
	padding: 0 10px;
	background-color: #bbb176;
} 
#footer p {
	font-size: 11px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	color: #FFFFFF;
}

.sidebox {
	margin-top: 20px;
	margin-bottom: 10px;
	border: 1px solid #BBB176;
}

.sideboxheader {
	letter-spacing: 0.08em;
	font-size: 14px;
	text-transform: uppercase;
	color: #333;
	background-color: #BBB176;
	padding: 5px 8px;
	background-image: url(images/goldgradientbar.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

.sidebox p{
 	padding: 8px;
}

.sidebox p img{
 	margin: -8px;
	margin-bottom: -18px;
}