
body
{
	font-size: 14px;
	text-align: center;
	background-color: white;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px 0px 1em 0px;
	background-image: url('/img/bg.png');
	background-position:top left;
	background-repeat: repeat;
}

img
{
	border: none;
}

a img
{
	border: none;
}

#header
{
	font-size: 1em;
	margin-bottom: 1em;
	background-image: url('/img/header_bg.png');
	background-repeat: repeat-x;
	background-color: #9b675b;
	height: 5.35em;
	overflow: hidden;
}

	#header div
	{
		font-size: 1em;
		width: 56em;
		margin-left: auto;
		margin-right: auto;
	}
	
	#header img.logo
	{
		float: left;
	}
	
	#header ul
	{
		list-style-type: none;
		margin: 0px 1em 0px 0px;
		padding: 0px;
		font-size: 1.2em;
		margin-top: 3em;
		text-align: right;
		float: right;
		color: #fffffe;
	}
	
	#header h1
	{
		position: absolute;
		left: -300px;
	}

	#header ul li
	{
		display: inline;
	}
	
	#header a
	{
		color: #fffffe;
		font-weight: bold;
		text-decoration: none;
	}

#page
{
	width: 56em;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
}

#sidebar
{
	float: left;
	width: 14.28em;
	padding: .35em;
	/*
	border-top: 2px dotted #804c40;
	border-bottom: 2px dotted #804c40;
	text-align: center;
	*/
}

	#sidebar h3, #sidebar h4
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
	#sidebar h3 a, #sidebar h4 a
	{
		text-decoration: none;
	}
	
	#sidebar h3
	{
		border-bottom: 2px dotted #804c40;
		padding-bottom: 0.2em;
	}

	#sidebar ul
	{
		list-style-type: none;
		margin: 0px 0px 1em 0px;
		padding: 0px;
		border-bottom: 2px dotted #444444;
	}
	
	#sidebar li
	{
		border-top: 2px dotted #444444;
		padding: 1em;
	}
	
	#sidebar img.preview
	{
		margin: 1em auto 0em auto;
		width: 13em;
		border: 2px solid #444444;
	}
	
	#sidebar ul a
	{
		font-weight: bold;
		text-decoration: none;
		font-size: 1.1em;
	}
	
	#sidebar .note
	{
		margin: 0px;
	}

#inside
{
	float: right;
	width: 39em;
	padding: .5em;
	background-color: white;
	margin-bottom: 2em;
}
	
	#inside p
	{
		margin: 1em 1em 1em 1em;
		text-align: justify;
		line-height: 1.5em;
	}
	
	#inside table
	{
		margin: 1em;
	}
	
	#inside pre
	{
		margin-left: 1em;
	}
	
	#inside a img
	{
		text-decoration: none;
	}
	
	#inside ul
	{
		margin-bottom: 1em;
	}
	
	dl
	{
		margin-bottom: 1em;
	}
	
	dt
	{
		font-weight: bold;
	}
	
#techTable
{
	border-collapse: collapse;
	margin: 1em 0.5em;
}

#techTable td, #techTable th
{
	padding: 0.2em;
	border: 1px solid #cccccc;
}

.prop
{
	float: left;
	width: 1px;
	height: 40em;
}

.sidebar
{
	height: 30em;
}

.clear
{
	clear: both;
}

h1, h2, h3, h4, h5, h6
{
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1
{
	font-size: 1.7em;
}

h2
{
	font-size: 1.5em;
}

h3
{
	font-size: 1.2em;
}

#inside h3
{
	border-bottom: 2px dotted #aaaacc;
}

h4
{
	font-size: 1.1em;
	margin-top: 0.5em;
}

#inside h2
{
	margin-bottom: 1em;
	border-bottom: 3px solid #880000;
	text-align: left;
}


#inside h3 a
{
	color: #9b675c;
	text-decoration: none;
}

a
{
	color: #9b675c;
}

a:visited
{
	color: #804c40;
}

#footer
{
	clear: both;
	border-top: 3px dotted #426882;
	text-align: right;
	font-size: .7em;
	padding: 1em;
	margin-bottom: 1em;
}

	#footer p
	{
		margin: 0px;
	}
	
	#textinfo
	{
		float: right;
	}
	
	#buttonbar
	{
		float: right;
		padding-left: 1em;
	}

p.note
{
	font-size: 0.8em;
	margin: 0em 4em 0em 4em;
}


/* Specific to Music */
img.albumCover
{
	border: 1px solid #426882;
	width: 14em;
	height: 14em;
	float: right;
	margin: 0em 0em 1em 1em;
}

ul.columns li
{
	margin-left: 2em;
}

ul.columns li.nolist
{
	list-style-type: none;
	padding: 0em;
	margin: 0em;
}


ul.iconList
{
	margin: 0em 0em 0em 1em;
	padding: 0px;
}

ul.iconList li
{
	list-style-type: none;
}

ul.iconList a
{
	text-decoration: none;
}

.icon
{
	vertical-align: middle;
}

a img.icon
{
	border: none;
	text-decoration: none;
}

.thumbnail
{
	border: 1px solid #426882;
}

div.thumbnails
{
	display: inline;
	float: left;
	margin: 1em;
	
}

hr
{
	
}

p.fact
{
	font-size: 0.8em;
	text-align: left;
	margin-left: 1em;
	line-height: 1.5em;
}

.entice
{
	font-weight: bold;
	text-align: center; 
	margin-bottom: 1em;
}

.techList ul
{
	list-style-type:  square;
	margin: 0em;
	padding: 0em;
}

.techList ul li
{
	margin: 0em;
	padding: 0em;
}

.example
{
	padding-left: 2em;
	font-size: 70%;
}

#tweets
{
	border-top: 2px dotted #444444;
	border-bottom: 2px dotted #444444;
	padding-top: 1em;
	margin-bottom: 2em;
}

	#tweets ul
	{
		border: none;
		font-size: x-small;
	
	}
	
	#tweets li
	{
		border: none;
	}
	
	#tweets h4
	{
		font-size: small;
		margin-left: 1em;
	}
	
#buttonbar img
{
	margin-left: 2em;
}

#header a.active
{
	color: #ffdddd;
	border-bottom: 1px solid #ffffff;
}

#footer .megaMenu
{
	clear: right;
}

.clear
{
	clear: both;
}
