/* css copyright Andy Laub 2005 for use exclusively on andylaub.com */

body {
	margin: 0;
	padding: 0;
	font: italic bold 13px Georgia, "Times New Roman", Times, serif;
	background: #ffffd6 url(body.jpg) repeat-x fixed right bottom;
	}

#container {
	padding: 0;
	margin: 0;
	}

/* topnav & footer */

#topnav {
	background: #003 url(nav.jpg);
	text-align: right;
	margin: 0px;
	padding: 0px 10px;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	border-top: 3px solid #000;
	border-bottom: 3px solid #000;
	}

#footer a {
	color: #fff;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #0cf;
	}
	
#topnav a {
	display: none;
	}

/* Mac IE hack \*/	
#topnav a {
	margin: 4px 0;
	display: inline;
	padding: 0 15px;
	text-decoration: none;
	color: #fff;
	}
/* end Mac IE hack */



#topnav a.title {
	margin: 4px 0;
	display: inline;
	padding: 0 15px;
	text-decoration: none;
	color: #fff;	
	}
	
/* Mac IE hack \*/	
#topnav a.title {
	margin: 0;
	float: left;
	text-align: left;
	}
/* end Mac IE hack */

#topnav a:hover {
	background: #000;
	color: #3cf;
	}

#pagename,
#footer {
	color: #fff;
	background: #000;
	height: 21px;
	margin: 20px 0 20px 100px;
	padding: 5px 0 0 7px;
	width: 693px;
	border-top: #000;
	border-right: 3px solid #000;
	border-bottom: #000;
	border-left: 3px solid #000;
	}
	
#footer {
	margin-bottom: 50px;
	}

/* date navigation (monthly) */

#subnav {
	display: none;
	}

/* Mac IE hack \*/
#subnav {
	width: 700px;
	border-top: 3px solid #000;
	border-right: 3px solid #000;
	border-left: 3px solid #000;
	height: 22px;
	background: url(content.gif);
	margin-left: 100px;
	text-align: left;
	clear: both;
	padding: 0px;
	display: block;
	}
/* end Mac IE hack */	
	

#subnav a {
	text-align: left;
	font: italic bold 11px Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	color: #000;
	margin: 0 0 0 10px;
	padding: 4px 0 0;
	float: left;
	}

#subnav a.on,
#subnav a:hover {
	text-decoration: none;
	border-top: 4px solid #000;
	padding-top: 0px;
	}
	
#subnav a.on {
	padding-top: 2px;
	}	

#subnav div {
	display: none;
	}

#content {
	display: block;
	width: 700px;
	background: url(content.gif);
	margin-left: 100px;
	border-top: 0px;
	border-right: 3px solid #000;
	border-bottom: 3px solid #000;
	border-left: 3px solid #000;
	margin-bottom: 20px;
	clear: both;
	font-style: normal;
	font-weight: normal;
	}

#content img,
#music,
#musicmargin {
	display: none;
	}

/* Mac IE hack \*/
#content img,
#content img.bottommargin {
	display: block;
	background: #fff;
	text-align: center;
	float: right;
	border: 2px solid #000;
	margin: 0 5px 5px 5px;
	width: 200px;
	clear: right;
	}
/* end Mac IE hack */	

h1 {
	background: #000 url(h1.gif) no-repeat left top;
	margin: 0 0 5px 0;
	clear: both;
	padding: 5px 0px 0px 87px;
	font-size: 13px;
	color: #3cf;
	height: 21px;
	font-style: italic;
	font-weight: bold;
	}

h1 .headline,
h1 .headline a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font: bold normal 10px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	}
	
.headline a:hover {
	color: #000;
	background: #FFF;
	}

/* general content */
ol, ul, li {
	margin: 0;
	padding: 0;
	}

p {
	padding: 0;
	margin: 5px 10px 10px;
	}

p,
li,
#music,
#musicmargin,
.quote,
#cams {
	font: 11px/16px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	}

p a:link,
li a:link,
#music a:link,
#musicmargin a:link,
.quote a:link,
#cambox a:link {
	font: italic bold 12px/16px Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	color: #09c;
	background: #FFFFFF;
	}
	
p a:visited,
li a:visited,
#music a:visited,
#musicmargin a:visited,
.quote a:visited,
#cambox a:visited {
	font: italic bold 12px/16px Georgia, "Times New Roman", Times, serif;
	text-decoration: line-through;
	color: #666;
	}	
	
p a:hover,
li a:hover,
#music a:hover,
#musicmargin a:visited,
.quote a:hover,
#cambox a:hover {
	text-decoration: line-through;
	color: #1ad;
	}

p strong,
li strong,
.quote strong {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 11px;
	}

ul, ol {
	margin: 0 2px 0 10px;
	padding: 0 2px 10px 20px;
	}

ul {
	list-style: circle;
	}
	
.censor {
	display: none;
	}

.censor a:link,
.censor a:visited,
.censor a:hover,
.censor a:active {
	color: #000;
	display: none;
	}
	
.quote {
	display: block;
	padding: 5px 10px 10px;
	border: 2px solid #000;
	margin: 5px;
	color: #333;
	background: #fff;
	}

.quote em,
.quote strong,
.quote b,
.quote i {
	color: #333;
	}

#music a,
#musicmargin a {
	display: block;
	padding: 5px 0 0 0;
	text-transform: none;
	}

/* Mac IE hack \*/
#music,
#musicmargin {
	display: block;
	padding: 0 5px 7px 6px;
	float: right;
	width: 189px;
	margin: 0 5px 5px 5px;
	background: #fff;
	border: 2px solid #000;
	clear: right;
	font-size: 10px;
	text-transform: uppercase;
	line-height: 11px;
	}
/* end Mac IE hack */

#nothing {
	display: block;
	margin: 0px;
	padding: 0px;
	float: none;
	height: 0px;
	width: 0px;
	clear: both;
	}

/* cam stuff for et_c page */
	
#cambox {
	margin: 0px 64px 10px;
	height: 225px;
	}
	
#cambox img {
	float: none;
	margin: 0px;
	padding: 0px;
	width: 250px;
	height: 190px;
	border: none;
	border-bottom: 2px solid #000;
	}

#cambox p {
	padding: 5px;
	text-align: center;
	margin: 0px;
	}
		
#cam,
#phone {
	padding: 0;
	border: 2px solid #000;
	margin: 0;
	width: 250px;
	text-align: center;
	background: #fff;
	}

#cam {
	float: left;
	}
	
#phone {
	float: right;
	}




	/* This is for the style switcher */

#switcheroo {
	font: 11px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	padding: 5px;
	margin: 0;
	color: #fff;
	text-align: center;
	background-color: #000;
	}
	
#switcheroo a {
	color: #fff;
	}
	
span.reboot {
	display: inline;
	}
	
span.eight {
	display: none;
	}