/*
www.jingleman.net

----------------------------------------------------------------------------------------------
Produced by:

subduedmedia
Accessible, bespoken and handcoded website design from Ayrshire 

----------------------------------------------------------------------------------------------

Version:  0.5
Author: 


*/




 * {
 margin: 0;
 padding: 0;
 text-decoration: none;
 border: 0;
}

a:link, a:visited, a:active{
	text-decoration: none;
	color : #66CCFF;
}

a:hover{
	background : #007CCE;
    color: #fff;
}


 body {
	font-family:  "Trebuchet MS","Tahoma","Helvetica","Arial",sans-serif;
	font-size: 80%;
	color: #fff;
	text-align: center;
	background : url(images/bg.gif) repeat-x;
	background-color : #000;
}

p {
	margin: 0.6em 0 0.6em 0;
	font-size: 1.2em;
	line-height: 1.5em;
}


h1 {
	font-family : "Trebuchet MS",Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	font-size: 1.8em;
	margin: 0.6em 0 0.6em 0;
}

h2 {
	font-family : "Trebuchet MS",Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	font-size: 1.4em;
	margin: 0.8em 0 0.8em 0;
	line-height: 1.3em;
}

h3 {
	font-family : "Trebuchet MS",Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #78A028;
	font-size: 1.6em;
	margin: 0 1em 1em 0;
	letter-spacing : -1px;
}


/* ============================================ Div, Dov and Daves */

#wrap{ 				
margin: 0 auto;	
text-align:left;
width: 760px;
	}
	
#header {
	color: #fff;
	text-align: center;
	margin-top: 50px;
	height: 130px;
}





#sidebar {
	float: left;
	width: 190px;
	color: #DFFDFF;
}

#content {
	float: right;
	width: 470px;
}

#fakefooter {
	clear:both;
	height: 1px;
}

#footer {
margin: 1em auto;
border-top: 1px solid #004068;
	padding: 0.3em 0 0.3em 0;
	text-align: center;
	width: 760px;
	font-size: 0.8em;
	background: #002339;
}

#skip {
	position: absolute;
	top: 1em;
	right: 3em;
	font-family : Arial, Helvetica, sans-serif;
	color: #002339;
	font-size: 0.9em;
}


#shout p {
	display:none;
}

/* ============= Footer */

/* CSS Code */

.display {
font-size: 1.1em;
color: #fff;
 width: 100%;
}

 div.display span.left {
 float: left;
 text-align: left;
}

 div.display span.middle {
 display: none;
}

 div.display span.right {
 float: right;
 text-align: right;
}



#sidebar strong{
	background-color: #0099FF;
	color: #000;
	padding: 0 0.2em 0 0.2em;
}

#sidebar blockquote{
	margin: 2em 0 2em 0;
	font-style : italic;
}

#sidebar p{
font-size: 0.9em;
margin-bottom: 1.5em;
}


/* ================== List Content */

 #content ul
{
list-style-type: none;
margin: 0;
padding: 1em 0 1em 0;
font-weight: bold;
}

#content li
{
background-image: url(images/bullet.gif);
background-repeat: no-repeat;
background-position: 0.1 em;
padding: 0 0 0 1.5em;
margin-top: 0.7em;
color: #FFFFFF;
}


/* Nav */

#navlist{
	height: 20px;
	margin: 0 0 35px 0;
	text-align: center;
	font-family : Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #78A028;
	font-size: 1.3em;
	letter-spacing : -1px;
}

ul#navlist
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { padding: 3px 10px; }

#navlist a:link, #navlist a:visited
{
color: #0189E0;
/*background-color: #fff;*/
text-decoration: none;
}

#navlist a:hover
{
color: #fff;
background-color: #0199FF;
text-decoration: none;
}