/*  
Theme Name: JYM Theatre
Theme URI: http://www.jymtheatre.com
Description: Designed specifically for JYM Theatre Co., Australia
Version: 1.0
Author: Spiral Designs
Author URI: http://www.spiraldesigns.com.au

*/

/**************************************************/
/*                                                */
/* Copyright 2007				                  */
/*                                                */
/**************************************************/

/*** TAGS  ***/
	
body {
    background-color: #65486f;
    font-family: Verdana, Arial, "Trebuchet MS", "Sans-Serif";
    font-size: 0.73em;
    line-height: 1.53em;
	color: #232323;
    margin: 0;
    padding: 0;
}

a {
    color: #6f487c;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}
    
abbr {
    border-bottom: 1px dashed;
    cursor:help;
}
    
h1, h2, h3 {
    padding-top: 10px;
    text-transform: uppercase;
}

h1 {
    font-size: 1.8em;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #6f487c;
    line-height: normal;
}

#h1-home {text-transform: none;}

h2 {
    font-size: 1.6em;
    margin-top: 15px;
    margin-bottom: 25px;
}
   
h3 {
    padding-top: 0;
    color: #000;
    text-transform: uppercase;
    font-size: 1.1em;
    margin: 5px 0;
    font-weight: bold;
}      

input, select, textarea {
    border-width: 1px;
    border-color: #cccccc;
    vertical-align: middle;
    margin-right: 5px;
}

img.alignright {float: right; padding-left: 15px; padding-bottom: 15px;}
img.alignleft {float: left; padding-right: 15px; padding-bottom: 15px;}


p{padding-bottom: 10px;}
strong {font-weight: bold;}
em {font-style: italic;}

label {
	width: 50px;
	float: left;
	margin-right: 6px;
	font-weight: bold;
	margin-bottom: 5px;
}

input {
	margin-bottom: 5px;
}

#content table td {
	padding-right: 10px;
}

#content table.photolist td {
	padding-bottom: 5px;
}

#content table#adlist td {
	padding-right: 80px;
}

blockquote {
	color: #6f487c;
	padding: 15px 0 25px 0;
	margin: 0;
	font-weight: bold;
	font-style: italic;
	font-size: 110%;
}    

#content ul {
	margin: 15px 0;	
} 

#content li {
	margin-bottom: 5px;
}

#content table td {vertical-align: top;}

/*** NAMED ELEMENTS  ***/
#container {
	width: 900px;
	margin: auto;
	background-color: #e1dddc;
	margin-bottom: 30px;
}
               
#header {
    height: 57px;
    padding: 30px;
}   

#main {
	margin: 30px 30px 20px 30px;
	background-color: #fff;
	float: left;
}

#logo {
    vertical-align: bottom;
    margin: 0 auto;
    padding: 0;
}     

#menu {
	background: url(images/menu-back.png) top left repeat-x;
    min-height: 40px;
    vertical-align: middle;
    text-transform: uppercase;
    padding: 0;
}

#menu ul {
    width: 100%;
    margin: 0;
    display: block;
    padding: 0 0 0 30px;
    list-style: none;
}

#menu li {
    float: left;
    margin-top: 10px;
    margin-right: 25px;
    font-weight: bold;
    text-transform: lowercase;
    font-family: "Century Gothic", Verdana, "Trebuchet MS";
    font-size: 135%;
    line-height: 15px;
}

#menu li span {display: none;}

#menu li a {
    color: #525252;
    text-decoration: none;
    height: 15px;
    display: block;
}

#menu li#menu_hm a {width: 44px; background: url(images/menu-home.png) top left no-repeat;}
#menu li#menu_au a {width: 68px; background: url(images/menu-aboutus.png) top left no-repeat;}
#menu li#menu_ph a {width: 55px; background: url(images/menu-photos.png) top left no-repeat;}
#menu li#menu_ca a {width: 64px; background: url(images/menu-cabaret.png) top left no-repeat;}
#menu li#menu_ad a {width: 72px; background: url(images/menu-auditions.png) top left no-repeat;}
#menu li#menu_cu a {width: 82px; background: url(images/menu-contactus.png) top left no-repeat;}

#menu li a:hover, #menu li.current a, #menu li.current_page_item a {
	background-position: bottom left !important;
	color: #8f8e8e;
}    

#sidebar {
	clear: left;
	float: left;
	width: 250px;
	min-height: 380px;
	padding: 20px;
}

#sidebar-homepage {
	clear: left;
	float: left;
	width: 280px;
	min-height: 380px;
	padding: 20px;
}

#sidebar li {font-size: 120%; text-transform: uppercase;}

#content {
    width: 800px;
    float: left;
    padding: 20px;     
    min-height: 300px;   
}  

#content.narrowcol {
	width: 510px !important;
} 
#content.homeimage {
	text-align: right;
	width: 480px !important;
}
 

#footer {
    clear: both;
    padding: 0px 30px 10px;
    min-height: 20px;
    font-size: 90%;
	color: #412c48;
}

#footer ul {
    width: 100%;
    margin: 0;
    display: block;
    list-style: none;
}

#footer li {
    float: left;
    margin-right: 15px;
    text-transform: lowercase;
    line-height: 15px;
}

#footer a {
    text-decoration: none;
    color: #412c48;
}

#footer a:hover {
	text-decoration: underline;
}    

.footermenu {
	width: 670px;
	float: left;
}

.copyright {
	width: 140px;
	float: right;
	text-align: right;
	color: #412c48;
}

.copyright a {
	color: #716d72 !important;
}

/*** CLASSES ***/
.text-only {
	display: none;
} 


.largeheading {
    font-family: Verdana, Arial, "Trebuchet MS", "Sans-Serif" !important;
    font-size: 1.8em !important;
    text-transform: uppercase !important;
    margin-bottom: 10px !important;
    color: #6f487c !important;
    line-height: normal !important;
}
