/* ############ sheema.css - Created: 28.10.2007 Last modified: 28.10.2007 ############# */
/* ############ Coding: Simon Moss: www.simonmoss.co.uk ############# */
/*div
{
border:solid 1px #f00;
} 
 ##### DIV BORDER TEST ###### */

*
{
margin:0;
padding:0;
}
ul, ul li, li
{
margin:0;
padding:0;
}
html, body
{
height:100%;
}
body
{
margin:0;
padding:0;
background-color:#bdf1fc;
color:#fbf3ca;
font-family:Verdana, Helvetica, sans-serif;
font-size:1em;
}
#container
{
width:960px;
height:600px;
margin:0 auto;
}
#header
{
width:960px;
height:84px;
background:#7db1ed url("images/performances_header_tile.jpg") repeat-x top left;
}
#logo
{
width:650px;
height:84px;
margin:0 auto;
background:#7db1ed url("images/performances_logo.jpg") no-repeat top center;
}
h1
{
padding-top:55px;
font-weight:normal;
font-size:1em;
color:#dde4f8;
text-align:center;
letter-spacing:10px;
}
h2
{
font-size:0.9em;
font-weight:normal;
color:#dde4f8;
letter-spacing:10px;
margin:2px;
padding:0 6px;
}
#content
{
width:960px;
height:432px;
background:#7db1ed url("images/index_bg_image.jpg") no-repeat top center;
}
#content.news
{
background:#7db1ed url("images/performances_bg_image.jpg") no-repeat top center;
width:960px;
height:432px;
margin-top:-2px;
}
#footer
{
width:960px;
height:84px;
background:#fff url("images/performances_footer_tile.jpg") repeat-x bottom right;
}
#navbar
{
width:800px;
list-style-type:none;
margin:0 auto;
text-align:center;
}
#navbar li
{
float:left;
padding:36px 9px;
font-size:0.9em;
}
#navbar li a
{
text-decoration:none;
color:#dde4f8;
}
#navbar li a:hover
{
color:#f8e517;
}
#navbar li a.selected
{
color:#f8e517;
background-color:; /* to add background colour or delete if you don't like this! */
}
#leftbox, #rightbox
{
width:325px;
padding-top:45px;
}
#leftbox
{
float:left;
text-align:left;
color:#fbf3ca;
padding-left:80px;
}
#rightbox
{
float:right;
text-align:right;
color:#fbf3ca;
padding-right:80px;
}
#content.news h2
{
position:relative;
top:24px;
left:12px;
}
#content.news p
{
font-size:0.9em;
letter-spacing:3px;
padding-top:40px;
}
#content #maintext
{
margin-top:60px;
}
#content #maintext p
{
padding:9px 90px;
}
#maintext p a, #leftbox p a, #rightbox p a
{
text-decoration:none;
color:#84abfa;
}
#maintext p a:hover, #leftbox p a:hover, #rightbox p a:hover
{
color:#f8e517;
}