<!--

/*  default (mainly uncontained) type/color styles only */

body {
	color: #f00;
	font-family:  arial, verdana, helvetica, sans-serif; 
 	font-size: 1em;
	font-weight: normal;
	line-height: 130%;
	}


img {
	border: 0px;
 	vertical-align: middle;
	}


h1 {
	font-family: "Arial Narrow",arial, verdana, helvetica, sans-serif;
	font-weight: bold;
 	font-size: 27px;
 	line-height: 27px;
	color: #222;
	text-align: left;
	margin-bottom: 8px;
	}


h2 {
	font-family: "Arial Narrow",arial, verdana, helvetica, sans-serif;
	font-weight: bold;
 	font-size: 1.2em;
	font-style: italic;
	line-height: 1.4em;
	text-align: left;
	color: #222;
	margin-bottom: 12px;
	}
	
h3 {
	font-family: "Arial Narrow",arial, verdana, helvetica, sans-serif;
	font-weight: bold;
 	font-size: 1.2em;
	color: #000;
	text-align: left;
	margin-bottom: 6px;
	}


h4 {
	font-family: arial, verdana, helvetica, sans-serif;
	text-align: left;
 	font-size: 12px;
 	font-weight: bold;
	color: #000;

	}

p {
 	font-size: 0.9em;
 	margin-bottom: 1.1em;
	color: #000;
	}


blockquote {
 	font-size: 0.9em;
 	margin-bottom: 1.1em;
	color: #222;
	padding: 20px;
	border: 1px solid #666;
	}

blockquote blockquote {
 	font-size: 0.9em;
 	margin-bottom: 1.1em;
	color: #222;
	padding: 20px;
	border: 0px solid #666;
	}


a {
	color: #900;
	border-bottom: none;
	text-decoration: none;
	font-weight: bold;
	}

a:hover {	
	border-bottom: 1px #000;
	text-decoration: none;
	font-weight: bold;
}

.post a, .firstpost a {
	color: #900;
}

li {
 	font-size: 1.1em;
	color: #999;
	margin-left: 1.2em;
 	margin-bottom: 1.1em;
	}


/* Header is invisitext */

#gtaheader h1 {
 	font-size: 1px;
 	width: 120px;
	float: left;
	margin: 0;
	margin-left: -3000px;
}

#header h2 {
 	font-size: 1px;
 	line-height: 1px;
 	width: 120px;
	color: #000000;
	float: right;
	margin: 0 0 120px 0;
}


/*  left (main) column, posts */


div.post, div.post img {
	margin-bottom: 24px;
}


p.postNotes {
 	font-size: 0.7em;
 	margin-bottom: 1.1em;
	color: #888;
	border-bottom: 1px dashed #666;
	}

p.postFoot {
	font-family: verdana, arial, helvetica, sans-serif;
 	font-size: 11px;
 	line-height: 14px;
 	margin-left: 2px;
 	margin-bottom: 28px;
	color: #900;
	}

p.postFoot a {
	color: #900;
	font-weight: bold;
	text-decoration: none;
}

p.postFoot a:hover {
	text-decoration: none;
	color: #000;
}


p.tip {
 	font-size: 0.8em;
 	font-weight: bold;
 	margin-bottom: 1.1em;
	background: #ddd;
	color: #222;
	padding: 10px;
	border: 1px dashed #666;
	}





/*  right (sidebar) on gray */



#footer p {
 	font-size: 11px;
  	line-height: 14px;
	margin-bottom: 13px;
	padding: 64px 0 ;
	color: #999;
	}




.feed {
  margin-left: 3px;
  padding: 0 0 0 19px;
  background: url("./imgs/feed-icon-14x14.png") no-repeat 0 50%;
} 



.sticky {
	font-family: arial,sans-serif;
	font-size: 14px;
	line-height: 110%;
	color: #900;
	margin-left: 3px;
}

.stickylink {
	border: 1px solid #fff;
	margin: 0 -15px;
	padding: 15px 15px 0 15px;
	width: 160px;
}

.stickylink a {
	font-weight: bold;
	}

.sublink {
	color: #222c00;
}


.boxed { 
	border: 1px solid #900;
	margin: 0 -15px;
	padding: 15px 15px 0 15px;
	width: 220px;
}


.wideboxed {
	text-align: center; 
	margin-left: 2px; 
	margin-bottom: 32px; 
	width: 100%; 
	border: 1px #666 solid;
	padding: 10px;
}




/* Add-on options */

.centered {
 	margin-left: 10%;
	 margin-right: 10%;
	 text-align: center;
 }
 
.black { color: #222; }
.silent { text-decoration: none; }
.silent:hover  { text-decoration: none; color: #000;}
