/* ======== page defaults ======== */

html, body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Trebuchet, "Trebuchet MS", sans-serif;
	font-size: 14px;
	line-height: 1.2em;
	text-align: left;
	color: #222;
}

html, body, #tall {
	border-collapse: collapse;
	height: 100%;
	min-height: 100%;
	max-height: 100%;
	overflow: auto; 
}

img {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: inline;
}

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

td {
	font-family: Trebuchet, "Trebuchet MS", sans-serif;
	font-size: 14px;
	line-height: 1.2em;
	text-align: left;
	color: #222;
}

hr {
	border: 0px;
	color: #CC9;
	background-color: #CC9;
	height: 2px;
	width: 100%;
	margin: 12px 0px 12px 0px;
}

li {
	margin: 0px 0px 0px -8px;
	list-style: circle;
	list-style-position: outside;
}


/* ======== links ======== */

a:link {
	color: #e52;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #c53;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}

a:active {
	color: #444;
	font-weight: bold;
	text-decoration: underline;
}

/* ======== blog specific ======== */

#blog img {
	padding: 2px 2px 2px 2px;
	background: url(/_images/grid_black.gif) repeat;
}

P.nav_title {
	line-height: 1.8em;
	padding: 0px 0px 0px 8px;
	color: #000;
	font-weight: bold;
	background: url(/_images/grid_white.gif) repeat;
}

img #blog {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: inline;
}

h3#nav_sub-list {
	margin: 0px 0px 0px 0px;
	display: block;
	font-size: 90%;
	line-height: 1.2em;
	text-decoration: none;
}

h3#nav_sub-list a {
	display: block;
	color: #666;
	padding: 2px 0px 2px 0px;
	text-decoration: none;
	background: url(/_images/line_subnav.gif) repeat-x top left;
}

h3#nav_sub-list a:hover {
	color: #333;
	text-decoration: underline;
	background: url(/_images/bg_nav_sub_hover.gif) repeat-x top left;
}

h3#nav_sub-list a#active {
	color: #333;
	background: url(/_images/bg_nav_sub_active.gif) repeat-x top left;
	border-bottom: 1px solid #000;
}

h3#nav_sub-list a:active {
	color: #099;
	width: 99%; /* Firefox hack */
}

P.nav_sub-item_dead {
	background: url(/_images/bg_nav_sub_dead.gif) repeat-x top left;
}

P.nav_sub-item {
	padding: 0px 0px 0px 8px;
}

/* ======== carl's crap ======== */

P.lesser {
	font-size: 11px;
	color: #777;
}

P.title {
	font-size: 20px;
	line-height: 1.2em;
	font-weight: bold;
 	color: #000;
}

P.title_lesser {
	padding-bottom: 4px;
	font-size: 20px;
	line-height: 1.5em;
	font-weight: bold;
 	color: #AAA;
}

P.title_admin {
	padding-bottom: 4px;
	font-size: 20px;
	line-height: 1.5em;
	font-weight: bold;
	color: #F00;
}

P.l_caption {
	font-size: 11px;
	color: #999;
	text-align: left;
}

P.r_caption {
	font-size: 11px;
	color: #999;
	text-align: right;
}

P.carlcast {
	font-size: 11px;
	line-height: 1.3em;
}

P.error {
	font-size: 20px;
	color: #F00;
	font-weight: bold;
}

P.comment {
	font-size: 12px;
	line-height: 1.2em;
	padding: 4px 4px 4px 4px;
	border: solid; border-width: 1px;
	border-color: #CCC;
	background: #EFEFEF;
	color: #444;
}

P.twitter {
	font-size: 11px;
	font-weight: bold;
	line-height: 1.2em;
	padding: 2px 4px 2px 20px;
	color: #111;
}


P.twitter a {
	color: #155;
	font-weight: bold;
}

/* ======== comments ======== */

#pre-comment {
	display: block;
}

#post-comment {
	display: none;
}


/* ======== structure ======== */

@media all {
	#main-page {
		
	}

	#main-content {
		margin: 2px 16px 16px 16px;
		padding: 0px 0px 0px 0px;
		font-family: Trebuchet, "Trebuchet MS", sans-serif;
		font-size: 14px;
		line-height: 1.2em;
		text-align: left;
		color: #222;
	}

	#nav_sub {
		width: 256px;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		font-size: 13px;
	}

	#pics {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		font-size: 12px;
		line-height: 1.2em;
		color: #222;
	}
}
