﻿/*
Design For chicagolandmusicals
Date:24.11.08

*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
/*	background-image: url(../images/gray.gif);
	background-repeat:repeat; */
}

h3 {
	text-transform: lowercase;
	font-weight: normal;
	color: #333333;
}

h2 {
	text-transform: lowercase;
	font-weight: normal;
	color: #333333;
}

h1 {
	text-transform: lowercase;
	font-weight: normal;
	color: #333333;
}

h1 {
	font-size: 2.4em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1em;
}

ol {
	margin-bottom: 1.5em;
	line-height: 1.8em;
}

ul {
	margin-bottom: 1.5em;
	line-height: 1.8em;
}

blockquote {
	margin-bottom: 1.5em;
	line-height: 1.8em;
}

p {
	margin-bottom: 1.5em;
	line-height: 1.8em;
}

p {
}

p.link{
  margin-bottom: .5em;
  line-height: 1.8em;
	
}

blockquote {
	margin-left: 2em;
	margin-right: 2em;
	font-style: italic;
}

ul {
	margin-left: 3em;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	color: #333333;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

img {
}

img.left {
	float: left;
	margin: 10px 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

img.ad{
	height:100px;
	
}


/* Boxed Style */

.boxed {
}

.boxed .title {
	margin-bottom: 10px;
}

.boxed .content {
}

/* Post */

.post {
}

.post .title {
}

.post .date {
	margin-bottom: 2em;
}

.post .date .month {
}

.post .date .day {
}

.post .date .year {
}

.post .meta {
	margin-bottom: 20px;
	padding: 10px 0;
	border-top: 1px solid #EEEEEE;
	border-bottom: 4px solid #EEEEEE;
	font-size: x-small;
}

.post .meta p {
	margin: 0;
}

.post .story {
}

/* Header */

#header {
	height:230px;
	background: #000000 url(../images/img02.gif) repeat-x ;

}

/* Header > Logo */

#logo {
	float: left;
}

#logo h2 {
	float: left;
	/*padding: 100px 0 0 20px;*/
	margin: 40px 0 0 20px;
	
}

#logo h1 {
	float: left;
/*	padding: 100px 0 0 20px;*/
    margin: 30px 0 0 20px;
}

#logo h2 {
	/* padding-left: .25em; */
	 
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}


/* Ads... */
.ad{
padding-top:20px;
/* height:100px; */
 width:100%; 
text-align:center;
}

/* ad Image */
div.ad img{
	/* change image width
	width:90%; */
	height:120px;
	
	
}

/* Header > Menu */

#menu {
	float: right;
/*	margin: 20px 10px 0 0;*/
}

#menu ul {
	margin: 0;
 /*	padding: 120px 10px 0 0; */
    padding: 40px 10px 0 0; 

 
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 0 15px;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .active a {
}

/* Content */

#content {
	padding: 20px;
	/*background-image: url(../images/gray.gif);*/
}

/* Content > Main */

#main {
/*	margin-left: 460px; */
    margin-left: 680px;
	padding: 20px;
	background-color:#7795DD;
}

/* Content > Main > Welcome */

#welcome {
}

/* Content > Main > Example */

#example {
}

/* Content > Sidebar */

#sidebar {
	float: left;
	width: 180px;
	padding: 20px;
	background:#7795DD;
}

#sidebar .title {
	border-bottom: 5px solid #5FC1BC;
}

#sidebar a {
	color: #1D6E68;
}

/* Content > Sidebar > Login */

#login {
}

#login form {
}

#login fieldset {
	border: none;
}

#login legend {
	display: none;
}

#login label {
	display: block;
}

#login input {
	margin-bottom: 10px;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#inputtext2 {
	width: 170px;
}

#inputtext1 {
	width: 170px;
}

#inputsubmit1 {
}

.inputtext {
	width: 170px;
}


/* Content > Sidebar > Updates*/

#updates {
}

#updates ul {
	margin: 0;
	list-style: none;
}

#updates h3 {
	font-size: .8em;
}

#updates p {
	line-height: normal;
	font-size: .8em;
}

#updates a {
	text-decoration: none;
}

/* Content > Sidebar2 */

#sidebar2 {
	float: left;
	width: 420px;
	padding: 20px;
	background:#FFF;
	background-image:url(../images/rocker1.jpg);  
	background-position:center  ;
	background-repeat:no-repeat;
	height:100%;

}

#sidebar2 .title {
	border-bottom: 5px solid #B7D885;
}

#sidebar2 a {
	color: #1D6E68;
}

#sidebar2 ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}


/* Browse Shows */

 #browse fieldset {
	border: none;
}

#browse legend {
	display: none;
}

#browse label {
	display: block;
}



/* newshows  */
p.newshows{
	height:80px;
	border:1px black outset;
}

#main .title {
	border-bottom: 5px solid #5FC1BC;
}



/* table */
table {
	margin: 0 auto;
	font-size: smaller;
}

caption {
	margin: 0 auto;
	font-size: larger;
	font-weight: bold;
	text-align: center;
}

td {
	padding: 0;
	border: 1px solid #787A6B;
	 color: #222;
	text-align: center;
}

table a {
	font-weight: bold;
	color: #000;
}

a#headtitle{
	font-size:.5em;
}






/* Form Label */


label{
	float:left;
	text-align:left;
	margin-left:5px;
/*	font-family:"Verdana"; */
	clear:left;
	font-weight:bold;
	color:#254FCE;
}


label.msg{
	
	width:200px;
	
   /* background-color:#7795DD;*/
		margin-right:5px;

	
	/*border-bottom:2px orange solid;*/

}


#regform{
	float:left;
	width:350px;
/*	border-right:2px green solid;*/
	margin:20px 0 0 20px;
}


.InputField {
	width: 170px;
	margin-bottom:10px;
	
}

label.error
{
	font-size:xx-small;
	border:0;
	margin:0;
	height:25px;
    width:80px;	
   
}








/* Footer */

#footer {
	clear: both;
	padding:20px ;
	/*margin-bottom:2em;*/
	height: 170px;
    background: #000000 url(../images/img02.gif) repeat-x;
  
}

#footer p {
	margin: 0;
	text-align: left;
	line-height: normal;
	font-size: x-small;
}

#footer a {
	text-decoration: underline;
	color: #666666;
}

#footer a:hover {
	text-decoration: none;
}

/* Footer > Legal */

#legal {
}

/* Footer > Links */

#links {
}
