/*==================================
Jan002 a.k.a. 32 Not Out
by Payal Dhar (http://writeside.net)
24 January 2008
Feel free to use, but please retain credit.
====================================*/

*{
margin:0;
padding:0;
}

body{
	color:#666666;
	font:0.9em 'Trebuchet MS', Arial, sans-serif;
	background-image: url(../images/body.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #435EA5;
}

.bmtdesign {color: #425DA5}
.author {
	font-size: 0.8em;
	font-style: italic;
}
#wrapper{
	width:770px;
	height: auto;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

#title{
height:50px;
background:#fff;
font-size:2.2em;
color:#3a4a3f;
text-align:right;
}

#title .menu{
	float:left;
	font-size:0.4em;
	color: #435EA5;
}

#title .menu ul li{
float:left;
list-style:none;
padding:7px 5px;
}

#title .menu a{
background:none;
color:#435EA5;
padding:0 3px;
text-decoration:none;
}

#title .menu a:hover, a:active{
color:#999999;
text-decoration:none;
}

#header{
clear:both;
height:235px;
width:515px;
float:left;
}

.nav1 ul{
float:left;
list-style:none;
width:250px;
}

.nav1 ul li{
margin:5px 0;
padding-left:20px;
text-align:right;
}

.nav1 a{
	color:#425DA5;
	border-bottom:1px solid #cfc9bd;
	display:block;
	width:94%;
	height:22px;
	padding:5px;
	text-decoration:none;
	background-image: url(../images/menu.jpg);
	background-repeat: no-repeat;
	background-position: left;
}

.nav1 a:active, a:hover{
	color:#333333;
	background-image: url(../images/menu-roll.jpg);
	background-repeat: no-repeat;
	background-position: left;
}

#content{
	clear:both;
	border:1px solid #333333;
	margin:5px;
	padding:5px;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #FFFFFF;
}

h1, h2, h3{
	color:#425DA5;
	margin-left: 5px;
}

h1{
font-size:1.2em;
font-variant:small-caps;
}

h2{
font-size:1em;
}

h3{
	font-size:0.75em;
	font-weight: normal;
	padding: 3px;
}

p{
	line-height:1.3em;
	margin-left: 5px;
}

p.ref{
text-align:right;
font-size:0.8em;
}

#content a{
background:none;
color:#425DA5;

text-decoration:underline;
}

#content a:hover, a:active{
color:#425DA5;
text-decoration:none;
}

blockquote{
	padding:7px 15px 0 25px;
	margin:7px 15px;
	background-color: #FFFFEA;
	background-repeat: no-repeat;
	background-position: left bottom;
	color: #333333;
}

#content ul, ol{
padding:5px 10px 5px 40px;
}

#content ul{
list-style:circle;
}

#content ol{
list-style:lower-roman;
}

input, textarea{
border:1px solid #999999;
color:#999999;
padding:3px;
}

input:hover, input:focus, textarea:hover, textarea:focus{
border:1px solid #707070;
}

#footer{
	margin:5px 5px 0;
	text-align:center;
	font-size:0.8em;
	background-image: none;
	background-repeat: no-repeat;
	background-position: right bottom;
}

#footer a{
color:#3a4a3f;
text-decoration:underline;
background:none;
}

#footer a:hover, a:active{
color:#707070;
text-decoration:none;
}

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }

#lightbox img{ border: none; } 
#overlay img{ border: none; }
