/*
Dinesh Moylan website
http://www.dineshmoylan.com
Screen style sheet for smart browsers 
1 April 2004
Gonzo Moriarty gonzo@geniusmoon.com
001 - tag styles
002 - top banner
003 - horizontal navbar
004 - lists that occur thru the site
005 - all the classes and ids for the main content section
006 - pictures and photos
007 - the footer
*/
/* 001 ========== start with all the tag styles ======================= */
body {
	margin: 0;
	padding:0;
	font-family: vedana,tahoma,arial,sans-serif;
	font-size:90%;
	color: #333;
	background-color:#B5B37C;
	}

a {
	text-decoration: none;
	font-weight: normal;
	color:  maroon;
	outline: none;
	}
a:visited {
	color:  maroon;
	}
a:active {
	color:  red;
	}
a:hover {
	color: blue;
	text-decoration: underline;
	}

strong, b {
	font-weight: bold;
	}
p {
	font-size: 1em;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 10px; 
	}

h1 {
	display: none;
	}
h2 {
	font-size: 36px;
	font-family:Georgia,serif;
	font-style:italic;
	line-height: 40px;
	font-weight: 400;
	margin-top: 5px;
	margin-bottom: 0;
	color:#333;
	}
h3 {
	font-size: 28px;
	/*line-height: 22px;*/
	font-weight: 400;
	margin-top: 0;
	margin-bottom: 0;
	}
h4 {
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h5 {
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h6 {
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
img {
	border: 0;
	}
input {
	background-color:#BFBC6B;
	border-top:1px solid #333;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	border-left:1px solid #333;
}	

textarea {
	background-color:#BFBC6B;
	border-top:1px solid #333;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	border-left:1px solid #333;
}	

	
/* 002 =============== top banner =============== */

#banner {
	width:100%;
	background-color:#005973;
	border-top:1px solid #666;
	background-image: url(/chrome/carpetRunner008.jpg);
	background-repeat:no-repeat;	
	background-position:left;
	height:82px;
	margin:0;
	padding:0;
}

/* 003 ========== start horizontal navbar ======================= */

#navbar ul{
	padding : 2px;
	margin : 0;
	white-space : nowrap;
	background-color : #BFBC6B;
	color : #333;
	border-top:1px solid #666;
	border-bottom:1px solid #666;	
	font-size:1em;
}
#navbar ul li{
	display : inline;
}
#navbar ul li a{
	padding-left : 1em;
	padding-right : 1em;
	background-color : #BFBC6B;
	color : #333;
	font-weight : normal;
	text-decoration : none;
	border:1px solid #BFBC6B
}
#navbar ul li a:hover{
	background-color : #B7BA1D;
	color : #f00;
	border:1px solid #f00
}	



/* 004 =============== lists that occur thru the site =============== */

.menulist li
{
	list-style: none;
	padding: 0.10em 0 0.10em 1em;
	background-image: url(/chrome/navlistarrow.gif);
	background-repeat: no-repeat;
	background-position: 0 60%;
	font-weight:100;
	color:#333;
}

.menulist li a { text-decoration: none;color:#333;font-weight:200; }
.menulist li a:hover { text-decoration: underline;color:blue;font-weight:200; }


/* 005 =============== all the classes and ids for the main content section =============== */

.hide {
	display: none;
	}
	
.spacer {height:2em;padding-left:1em;}
	
#pageContent {
	padding:1em;
	border:0;
	background-color:#B5B37C;
}	
		
.nowrap {
	white-space: nowrap;
	font-size: 10px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
/* must be combined with nobr in html for ie5win */
	}

.rightYouAre {text-align:right; padding-right:2em}	

.thePartyLine {text-align:left; padding-left:2em;}	

.sendme input {
	background-color:#B7BA1D;
	border-top:2px solid #85323D;
	border-right:2px solid #CC394E;
	border-bottom:2px solid #CC394E;
	border-left:2px solid #85323D;
}	

.lineSeperator {
	border-bottom:1px solid #005973;
	margin-bottom:1em;
}

.tracklist li {line-height: 22px;}

/* 006 ============== pictures and photos ====================== */	

.rightColPhoto {
	border:1px solid #333;
	padding:0;
	margin-top:50px}		

/* 008 =============== the footer  =============== */

#footer{
	width:100%;
	background:#B7BA1D;
	height:42px;
	margin-top:2em;
	border-top:1px solid #666;
	border-bottom:1px solid #666;
	background-image: url(/chrome/footer.jpg);
	background-repeat:no-repeat;	
	background-position:left;
	}
	
/* =============== the end  =============== */	