/* general */

html { 
	margin: 0; 
	padding: 0; 
	text-align: center;
}

body
{
	margin: 0; 
	padding: 10px;
	min-width: 916px;
	color: #fff; background: #D3CFE0;
	font: 11px/1.5em "Lucida Grande", Arial, Helvetica, sans-serif;
	text-align: center;
}

a:link
{
	color: #876301; background: transparent;
	font-weight: bold;
	text-decoration: underline;
	border: none;
}

a:visited { 
	color: #BC8900; 
	background: transparent; 
}

a:hover { 
	color: #BC8900; 
	background: transparent; 
}

/* structure */

#container {
	position: relative;
	width: 916px;
	border: none;
	margin: 0 auto; 
	padding: 0;
	text-align: center;
}

#header, #comic, #content_sidebar {
	float: right;
	margin: 0; 
	padding: 0;
	border: 1px #000 solid;
	color: black; background: #F7EDE3;
	font: 12px/1.5em "Lucida Grande", Arial, Helvetica, sans-serif;
}

#ad_sidebar {
	margin: 0; 
	border: 1px #000 solid;
	color: black; background: #F7EDE3;
	font: 12px/1.5em "Lucida Grande", Arial, Helvetica, sans-serif;
	text-align: center; 
	padding: 3px; 
	float: right; 
	width: 170px; 
}

#adbar {
	float: left;
	margin: 0; 
	padding: 0;
	border: 0px #000 solid;
	color: inherit; background: none;
	width: 100%; 
	height: 90px; 
	margin-bottom: 2px; 
	padding-top: 0px; 
	padding-bottom: 2px; 
	overflow: hidden;
}

#header { 
	width: 916px; 
	margin-bottom: 2px; 
	text-align: center;
}

#comic { 
	width: 570px; 
}

#content_sidebar { 
	float: left; 
	width: 160px; 
	text-align: left; 
	border-bottom: 1px #000 solid; 
	padding: 2px; 
	font: 11px/1.5em "Lucida Grande", Arial, Helvetica, sans-serif;
}

.clear, #comic img { 
	clear: both; 
} /* latter prop is ie5 mac png fix of doom */

#comic img { 
	display: block; 
} /* safari weirdness */

/* title */

h1 { margin: 0; padding: 0; }


.titletext {
	font: 2em "Lucida Grande", Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold; 
}

/* navs */
	
#main_navigation, #sub_navigation, .navcomic { 
	width: 100%; 
	margin: 0; 
	padding: 0; 
	text-align: center;
}

#main_navigation li, #sub_navigation li, .navcomic li {
	float: left;
	list-style: none;
	margin: 0; 
	padding: 5px 0px 5px 5px;
}

#main_navigation li, #sub_navigation li { 
	padding-top: 0; 
}

#main_navigation a, #sub_navigation a, .navcomic a {
	float: left;
	padding: 5px 10px;
	border: 1px #000 solid;
	color: white; 
	background: #7C4B8C;
	font-weight: bold;
	text-decoration: none;
}

#main_navigation a:hover, #sub_navigation a:hover, .navcomic a:hover { 
	color: #fff; 
	background: #BC8900; 
}

.comic_list {
	list-style: none;
	padding: 0; 
	margin: 0; 
}

/* formatting */

h2, form, table { 
	margin: 10px; 
}

h2 { 
	font-size: 100%; 
}

table { 
	margin: 2px 0; 
}

img, table { 
	border: none; 
}

table, td { 
	text-align: center;
	font: inherit;
}

.center { 
	text-align: center; 
}

input.submit { 
	width: 87px; 
	height:23px; 
	margin: 0px; 
	padding: 0px; 
	border: 0px:
} 

td {
	valign: top;
}


/* forms */

input {
	width: 100%;
	margin: 10px 0 0 0; padding: 5px 0;
	border: 1px #000 solid;
	color: black; background: #f8f8f8;
	font: inherit;
}

ul.social {
	float: left;
	list-style: none;
	margin-left: 0;
	padding: 0 0 0 0;
}
ul.social li {
	float: left;
	line-height: 1.4em;
	margin: 0 0 .75em 0;
	padding: 0 0 0 10px;
}
ul.social li a {
	background-position: 0 60%;
	background-repeat: no-repeat;
	padding: .25em 0 .25em 80px;
	text-align: center;
}

ul.social li a.digg { background-image: url("http://www.homeonthestrange.com/images/button_digg.gif"); }
ul.social li a.delicious { background-image: url("http://www.homeonthestrange.com/images/button_delicious.gif"); }
ul.social li a.fark { background-image: url("http://www.homeonthestrange.com/images/button_fark.gif"); }
ul.social li a.reddit { background-image: url("http://www.homeonthestrange.com/images/button_reddit.gif"); }
ul.social li a.technorati { background-image: url("http://www.homeonthestrange.com/images/button_technorati.gif"); }