body {
	margin: 0;
	background: #e8e8e8 url(/g/tac_page_bg.jpg) no-repeat top center;
	}

pre {
	margin-left: 70px;
	border-left: 5px #ccc solid;
	padding-left: 10px;
	line-height: 18px; 
	font-size: 12px;
	font-style: italic;
	background: #ffffcc;
	margin-right: 20px;
	background: #ffffe8 url(/g/preback.gif);
	}

#code {
	font-family: courier;
	font-size: 12px;
	line-height: 16px;
	color: #666;
	background: #fffae3;
	margin-left: 70px;
	margin-right: 20px;
	padding: 0;
	padding-left: 10px;
	padding-right: 10px;
	border-top: 2px #f6d376 solid;
	border-bottom: 2px #f6d376 solid;
	}

#code b {
	font-weight: normal;
	color: #000;
	}

#wrapper_header {
	width: 800px;
	height: 360px;
	margin: auto;
	}

#portbadge {
	position: absolute;
	top: 233px;
	left: 312px;
	width: 120px;
	height: 127px;
	background: transparent;
	}

#header {
	float: left;
	width: 800px;
	height: 360px;
	margin: auto;
	margin-top: -5px;
	text-align: center;
	}

#wrapper_body {
	width: 800px;
	margin: auto;
	//padding-top: 20px;
	}

#content {
	margin: auto;
	width: 800px;
	margin-bottom: -20px;
	background: transparent url(/g/tac_body.png) repeat-y top left;
	}

/* POSTS */

#posts {
	width: 500px;
	border-right: 1px #ccc dotted;
	padding-top: 20px;
	}

#posts a, #posts a:visited, #posts a:hover {
	text-decoration: none;
	color: #003399;
	border-bottom: 1px #003399 dotted;
	}

#posts a:hover {
	color: #d30703;
	border: 0;
	text-decoration: underline;
	}

#posts a.comment, #posts a.comment:visited, #posts a.comment:hover {
	text-decoration: none;
	color: #555;
	border: 0;
	}

#posts a.comment:hover {
	color: #fff;
	border: 0;
	text-decoration: underline;
	}

#posts p, #posts ul, #posts ol {
	padding-left: 70px;
	padding-right: 20px;
 	font-family: "verdada","arial","helvetica","sans serif";
 	font-size: 15px;
 	line-height: 24px;
 	color: #555;
	}

#posts ul {
	padding-left: 85px;
	//padding-left: 50px; }

#posts ol {
	padding-left: 90px;
	//padding-left: 55px; }

#posts h1 {
	font-size: 20px;
	line-height: 22px;
	letter-spacing: -1px;
	font-weight: bold;
	font-family: 'segoe ui','trebuchet ms',arial,helvetica,sans-serif;
	margin: 0px;
	padding-bottom: 4px;
	display: block;
	}

#posts h2 {
	padding-left: 70px;
	font-size: 17px;
	line-height: 19px;
	font-weight: bold;
	font-family: "segoe UI","trebuchet MS",verdana,arial,helvetica,"sans-serif";
	padding-bottom: 8px;
	color: #4188a5;
	display: block;
	}

#posts del {
	text-decoration: none;
	font-size: 17px;
	line-height: 19px;
	font-weight: bold;
	font-family: "segoe UI","trebuchet MS",verdana,arial,helvetica,"sans-serif";
	padding-bottom: 8px;
	color: #4188a5;
	display: block;
	}
#posts h1 a, #posts h1 a:visited, #posts p.postinfo a, #posts p.postinfo a:visited {
	color: #000;
	text-decoration: none;
	background: none;
	border: none;
	}

span.code {
	font-family: "courier new",courier, monospace;
	background: #ffffcc;
	font-weight: bold;
	border-bottom: 1px #aaa dotted;
	}

#posts p.postinfo a, #posts p.postinfo a:visited {
	color: #666;
	text-decoration: underline;
	}

#posts h1 a:hover, #posts p.postinfo a:hover {
	color: #CC2212;
	border: none;
	background: none;
	}

#posts p.postinfo {
	font-size: 11px;
	color: #666;
	margin: 0;
	padding: 0px;
	padding: 3px;
	margin-left: 70px;
	margin-right: 20px;
	background: #fafafa;
	border-bottom: 1px #ccc solid;
	}

.searchresult {
	background: #ffffaa;
	padding: 10px;
	width: 400px;
	margin-left: 70px;
	margin-bottom: 20px;
	border: 1px #ffaa33 solid;
 	font-family: "Segoe UI", "trebuchet ms","arial","helvetica","sans serif";
 	font-size: 14px;
 	color: #555;
	}

.posthead {
	margin: 0;
	display: block;
	position: relative;
	top: -20px;
	left: 51px;
	width: 409px;
	padding: 20px;
	background: transparent url(/g/posthead_bg.jpg) no-repeat top left;
	border-bottom: 3px #56759A solid;
	//top: -5px;
	}

/* COMMENTS */

.post-comments {
	position: relative;
	left: 380px;
	margin-bottom: 20px;
	padding-left: 6px;
	padding-top: 3px;
	height: 21px;
	width: 100px;
	background: transparent url(/g/blog_comments.gif) no-repeat top left;
	font-family: "Segoe UI", arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	}

#comments {
	position: relative;
	left: 70px;
	width: 400px;
	}

#comments h1 {
	color: #307696;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px #f0f0f0 solid;
	}

.comment-body {
	background: #ffffec url(/g/comment_bottom.gif) no-repeat bottom left;
	padding: 10px;
	border-top: 1px #dbdbbc solid;
	}

.comment-body p {
	margin-top: 0px;
	margin-left: -70px;
	}

.comment-author {
	margin-top: -5px;
	margin-left: 10px;
	margin-bottom: 20px;
	}

.comment-author cite {
	font-family: georgia;
	font-size: 12px;
	color: #666;
	}

.comment-author cite strong {color: #000; }

#comments form {
	margin-left: -70px;
	}

#comments input, #comments textarea {
	border: 1px #aaa solid;
	background: #fafafa;
	padding: 3px;
	width: 400px;
	}

#comments input:focus, #comments textarea:focus {
	border: 1px #444 solid;
	border-right: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
	background: #ffffcc;
	}

#comments .button, #comments .button:focus {
	border: 1px #ccc solid;
	padding: 6px;
	width: 80px;
	background: #fafafa;
	color: #555; }

#comments .button:hover {
	background: #555;
	border: 1px #555 solid;
	color: #fff;
	}
	
#comments .fieldlegend {
	font-family: "Segoe UI", arial, helvetica, sans-serif;
	font-size: 11px;
	color: 888;
	}

.form-error {
	margin-left: 70px;
	width: 370px;
	padding: 20px;
	margin-bottom: 20px;
	font-family: "segoe ui","trebuchet ms",tahoma,arial,helvetica,sans-serif;
	font-size: 16px;
	background: #f0d6d6;
	border-top: 1px #d7908d solid;
	border-bottom: 1px #7c3936 solid;
	line-height: 24px;
	color: #c4251e;
	}

.form-error strong { color: #7c3936; }

/* SIDEBAR */

#sidebar {
	margin: 0;
	margin-top: -20px;
	width: 220px;
	padding: 0;
	position: relative;
	float: right;
	clear: both;
	text-align: left;
	padding-top: 24px;
	margin-right: 65px;
	}

#sidebar ul {
 	font-family: "Segoe UI", "trebuchet ms","arial","helvetica","sans serif";
 	font-size: 14px;
 	color: #222;
 	list-style: none;
 	padding: 0;
 	margin: 0;
	}

#sidebar ul li {
	padding-left: 4px;}

#sidebar h2 {
 	font-family: "Segoe UI",arial,helvetica,sans serif;
 	font-size: 16px;
 	font-weight: bold;
 	color: #003399;
 	}

#sidebar a, #sidebar a:visited, #sidebar a:hover {
 	font-family: "Segoe UI", "trebuchet ms","arial","helvetica","sans serif";
 	font-size: 14px;
 	color: #222;
 	text-decoration: none;
 	padding: 3px;
	}

/* FOOTER */

#footer {
	margin: 0 auto;
	width: 800px;
	height: 40px;
	background: transparent url(/g/tac_foot.png) no-repeat top left;
	}

#foottext {
	margin: 0 auto;
	text-align: center;
	padding-bottom: 20px;
	font-family: arial;
	font-size: 11px;
	color: #888;
	}

img { border: none; }

.section {
	width: 200px;
	height: 40px;
	}

.cat_form_textarea {
	width: 400px;
	border: 1px #aaa solid;
	padding: 3px;
	}

.cat_form_shortinput {
	width: 330px;
	border: 1px #aaa solid;
	padding: 3px;
	}

.cat_form_textarea:focus, .cat_form_shortinput:focus {
	border: 1px #ffffff inset;
	background: #fffec6;
	}

#contact_form {
	margin: auto;
	width: 600px;
	}

#contact_form p {
	margin: 0;
	padding-left: 0;
	padding-top: 5px;
	}

.fieldname {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	}

/* MISC IMPORTED */

div.bubble {
	width: auto;
	font-size: 0.75em;
	margin-bottom: 24px;
	}

div.bubble blockquote {
	margin: 0px;
	padding: 0px;
	border: 1px solid #c9c2c1;
	background-color: #fff;
	}

div.bubble blockquote p {
	margin: 10px;
	padding: 0px;
	}

div.bubble cite {
	position: relative;
	margin: 0px;
	padding: 7px 0px 0px 15px;
	top: 6px;
	background: transparent url(/g/bubble/tip.gif) no-repeat 20px 0;
	font-style: normal;
	}

div.bubble div.rounded {
	margin-bottom: 10px;
	border: 3px solid #e0e0e0;
	background-color: #f2f2f2;
	}

div.bubble div.rounded blockquote {
	border: 0;
	background-color: transparent;
	}

div.bubble div.rounded blockquote p {
	margin: 0px 10px;
	margin-left: -60px;
	}

div.bubble cite.rounded {
	position: relative;
	margin: 0px;
	padding-left: 15px;
	padding-top: 13px;
	top: 9px;
	font-family: verdana, sans-serif;
	font-size: 11px;
	background: transparent url(/g/bubble/tip-rounded.gif) no-repeat 15px 0;
	}

.no-border { border: 0; }
