/*
 * This is a CSS file for website and template specific stuff.
 *
 * (c) Winterwell Associates Ltd 2008-2009
 */
 
html, body {
    background: #eee;
    font-family: "Arial", sans;
    font-size: 11pt;
    color: #222;
    margin: 0px;
    padding: 0px;
    line-height: 150%;
    text-align: center;
    height: 100%;
}

h1 {
    color: #e14184; //display: none; /* Only used for accessibility */
}

h2 {
    color: #444;
    font-weight: normal;
    font-size: 140%;
}

h3 {
    color: #444;
    font-weight: normal;
    font-size: 120%;
}

a {
    color: #0096bb;
    text-decoration: none;
}

#main a {
    //color: #7f254a;
    //border-bottom: 1px dotted #7f254a;
}

p.leader {    
    color: #e14184; 
    font-size: 120%;
}

p.note {
	color: #888;
	font-size: 75%;
}

#page {
    width: 800px;
    top: 0px;
    height:100%;
    padding: 0px;
    margin: 0px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #ccc;
    background: white;
    text-align: left;
}

#banner-row {
	height: 70px;
}

#banner {
    background: white url('/static/images/gradient.png') repeat-x;
    height: 70px;
    width: 100%;
    padding: 10px;
    padding-top: 20px;
    padding-bottom: 10px;
}

#logo {
    margin-left: 20px;
}

#nav-row {
	height:70px;
}
#nav {
    background: white url('/static/images/tab-gradient.png') repeat-x;
    height: 70px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 0px;
    text-align: bottom;
}
#nav a {
	padding-left: 10px;
	padding-right: 10px;
    height: 35px;   
    padding-top: 5px;
    text-align: center;
    border: none;
    color: white;    
    text-transform: lowercase;    		
}

#nav a.selected {
    color: black;
    background: url('/static/images/tab.png');    
}

#nav a:hover {
    color: black;
}

#nav a.selected:hover {
    color: black;
}

#banner-links {
    font-size: 80%;
    color: #888;
}

#banner-links a {
    color: #888;
}

#main {    
    padding: 20px;
    padding-top: 5px;
    margin-bottom: 60px;
    min-height:250px;
}

#force-scroll {
    position: absolute;
    top: 0px;
    bottom: -1px;
    width: 1em;
    z-index: -1;
}

#footer {    
    bottom: 0px;
    background: url('/static/images/gradient-bottom.png');
    height: 16px;
    left: 0px;
    right: 0px;
    padding-bottom: 20px;
    padding-top: 10px;
    padding-left: 50px;
    padding-right: 50px;
    text-align: center;
    color: #888;
    font-size: 50%;
    line-height: 100%;
}
#footer a {
	color:#888; border-bottom: 1px dotted #808080;
}

.top-element {
    padding-top: 0px;
    margin-top: 0px;
}

img {
	border: none;
}

img.mugshot {
    float: right;
    border: 1px solid #ddd;
    padding: 5px;
    margin: 5px;
    margin-top: 0px;
    width: 100px;
}

img.inline {
	padding:0px;
	margin:0px;
//	border:none; Doesn't work :(
}

.small-print {
	font-size: 75%;
}

p.detail {
    font-size: 80%;
    line-height: 150%;
}

#main ul {
    list-style: square;
}

#share {
	border: solid 2px #0096bb;
	/*background-color: #808080;*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

tr.odd {
	background: #ddd;
	padding: 2px;
}

.trailer a {
	text-decoration: none;
	border:none;
	color: #222222;	
}

