body {
	margin: 0;
	padding: 0;
	font: normal normal normal 1em/1.5em "Lucida Grande", Verdana, sans-serif;
	font-size: 12px;
	background: #EEE;
}
a { text-decoration: none; color: #6F5589; }
a:hover { text-decoration: underline; }
h2,h3,h4,h5 {
	font-size: 1em;
	line-height: 1.5em;
	margin: 0.5em 0 0.5em;
}
h3 {
	text-shadow: #BBB 1px 1px 1px;
/*	background: url(../misc/sm/underline.png) no-repeat scroll bottom left;*/
/*	border-bottom: 1px solid #F3F3F3;*/
/*	margin-left: 30px;*/
/*	max-width: 500px;*/
/*	text-indent: 0;	*/
}
h2 a {
	font-size: 2.5em;
	color: #AAA;
	text-shadow: #AAA 1px 1px 3px;
	font-family: Constantia, 'Book Antiqua', Georgia, serif;
}

#search {
	position: fixed;
	z-index: 1000;
	top: 0px;
	right: 20px;
	padding: 20px 10px 20px;
	width: 250px;
	color: #FFF;
	background: url(../misc/sm/search-bg.png) no-repeat scroll bottom right;
	text-align: center;
}
#search a { color: #FFF; }
#search a:hover { color: #0080FF; text-decoration: none; }
#search input {
	width: 230px;
	margin: auto;
	margin-bottom: 1.2em;
}
#search input.troll { width: 218px; padding-left: 2px; }
#search dl {
	margin: 0 auto;
	width: 214px;
	padding: 0 1.5em;
	text-align: left;
	overflow: hidden;
}
#search #searchResultsDL { height: 0px; }
#search dt,
#search dd {
	margin: 0;
	padding: 0;
}
#search dd.last { margin-bottom: 0.5em; }
#search dd p {
	color: #999;
	font-size: 11px;
	line-height: 15px;
	margin: 0 0 0.75em;
}
#search dd p strong { color: #EEE; }
#search #searchStatus {
	margin: 0;
	padding: 0 1em;
	text-align: left;
	color: #4DC331;
	font-size: 10px;
	line-height: 10px;
	font-family: Monaco, 'Courier New', monospace;
}

#sitemap {
	margin-left: 0;
	padding-left: 0;
	margin-top: 0;
}
#sitemap li {
	font-size: 30px;
	text-indent: 30px;
}
#sitemap li a {
	float: left;
	padding: 10px 0 30px;
}
#sitemap li ul li a {
	float: none;
	padding: 0;
	line-height: 2em;
	width: auto;
	background: none;
}
#sitemap li ul {
	list-style-type: none;
	padding-left: 0;
}
#sitemap li ul li {
	clear: both;
	float: left;
	width: 100%;
	text-indent: 30px;
	padding-bottom: 40px;
	font-size: 16px;
	font-weight: bold;
}
#sitemap li ul li ul {
	list-style-type: square;
	padding-left: 2em;
}
#sitemap li ul li ul li {
	clear: both;
	float: none;
	width: auto;
	font-size: 12px;
	font-weight: normal;
	text-indent: 0;
	margin: 0 auto;
	margin-left: 20px;
	padding-bottom: 0;
}
#sitemap li ul li ul li.nested {
	clear: both;
	list-style-type: disc;
}
#sitemap li ul li ul li ul li {
	margin-left: 5px;
}
#sitemap li ul li ul li.nested ul {}
#sitemap li ul li ul li ul {}
#sitemap li ul li ul li.nested ul li.nested,
#sitemap li ul li ul li#friends ul li.nested ul li.nested {
	clear: none;
	float: left;
	width: 250px;
	margin-right: 25px;
	overflow: hidden;
	word-wrap: break-word;
}
#sitemap li ul li ul li#friends>ul { padding-left: 0; }
#sitemap li ul li ul li#friends ul li.nested {
	float: none; width: auto; margin: auto;
}
#sitemap li ul li ul li ul li.nested {
	margin-left: 0;
	list-style-type: none;
	text-transform: uppercase;
}
#sitemap li ul li ul li ul li.nested a {
	color: #000;
	margin: 10px 0 20px 0;
	font-size: 9px;
}
#sitemap li ul li ul li ul li.nested ul {
	margin-bottom: 10px;
}	
#sitemap li ul li ul li ul li.nested ul a {
	line-height: 1.5em;
	margin: auto;
	font-size: 12px;
	color: #474747;
}
#sitemap li ul li ul li ul li.nested ul li {
	margin-top: 0;
	margin-bottom: 0;
}
#sitemap li ul li ul li ul li ul li.nested a {
	color: #292929;
	margin: 10px 0 10px 0;
	font-size: 9px;
}
#sitemap li ul li ul li ul li ul li.nested ul a {
	line-height: 1.5em;
	margin: auto;
	font-size: 12px;
	color: #474747;
}

#sitemap li ul li ul li ul li.nested {
	float: none;
	width: auto;
}
#sitemap li ul li ul li ul li ul li {
	list-style-type: circle;
	text-transform: none;
	font-weight: normal;
	font-size: 12px;
}

li#photoblog h3 a { color: #51000A; }
li#webmarks h3 a { color: #000; }
li#bits_pieces h3 a { color: #008591; }
li#linkedlist h3 a { color: #7BBA1F; }
li#grand_slam_draws h3 a { color: #880; }

li#live_cricket_scores_widget a { color: #3082C6; }

li#bits_pieces li li a { color: #474747; }
li#site_map a { color: #333; }

#photoblog, #bits_pieces
{ background: url(../misc/sm/photoblog.png) no-repeat scroll bottom right; }
#webmarks, #site_map
{ background: url(../misc/sm/sitemap.png) no-repeat scroll bottom right; }
#linkedlist, #grand_slam_draws 
{ background: url(../misc/sm/linkedlist.png) no-repeat scroll bottom right; }
#live_cricket_scores_widget
{ background: url(../misc/sm/livescorewidget.png) no-repeat scroll bottom right; }


li#friends>h4>a { color: #06D; font-size: 1.2em; }
