*
{
	border: 0;
	margin: 0;
	padding: 0;
}

#instructions
{
	display: none;
}

/* =Basic HTML + Global Classes
----------------------------------------------------------------------*/

body,
html
{
	height: 100%;
}

body
{
	background: #FF5555;
	color: #242c31;
}

body.search #pic_main strong
{
	background: #ff9;
	color: #000;
}

body.search #pic_main p.search_excerpt
{
	font-size: 85%;
}

body.search #pic_main p.pagination
{
	color: #999;
	font-size: 122%;
	font-weight: bold;
	text-transform: uppercase;
	text-align: right;
}

body.search #pic_main p.pagination a
{
	text-decoration: underline;
}

#container
{
	background: #f55;
	min-height: 100%;
	position: relative;
}

a
{
	color: #d64900;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

acronym
{
	background: url(../images/acronym.gif) repeat-x left bottom;
	cursor: help;
}

dl,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
ol,
ul,
pre,
table
{
	margin: 0 0 15px;
}

dl
{
	clear: both;
}

hr
{
	border-top: 1px solid #a1c6e8;
	clear: both;
	height: 1px;
}

.author
{
	font-size: 85%;
	margin-top: -15px;
}

.author a
{
	color: #245e95;
	font-weight: bold;
}

.comment_count
{
	font-size: 85%;
	margin-top: -15px;
}

.clear
{
	clear: both;
	display: block;
	overflow: hidden;
	width: 0;
	height: 0;
}

.continue
{
	margin-top: -10px;
}

.date
{
	font-family: Georgia, serif;
	font-size: 85%;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 0;
}

.featured
{
	background: url(../images/icon_featured.png) no-repeat;
	padding: 0 0 5px 70px;
}

.group
{
	padding: 0 0 0 30px;
	float: left;
	width: 300px;
}

.group.first
{
	padding-left: 0;
}

.keywords
{
	text-transform: capitalize;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.center
{
	text-align: center;
}

#pic_main img,
img.left,
img.right
{
	border: 3px solid #545e66;
	display: inline;
}

#pic_main img.clean,
img.clean.left,
img.clean.right
{
	border: 0;
}

#pic_main img.section
{
	border: 0;
	display: block;
	margin: -12px -13px 0 -12px;
	padding: 0 0 20px;
	height: 30px;
}

img.left
{
	margin: 0 15px 15px 0;
}

img.right
{
	margin: 0 0 15px 15px;
}

.post_details
{
	background: url(../images/icon_clipboard.gif) no-repeat 0 10px;
	margin: -10px 0;
	padding: 10px 0 10px 60px;
}

/* =Table - Data
----------------------------------------------------------------------*/

table.data
{
	font-size: 95%;
	width: 100%;
}

table.data td,
table.data th
{
	padding: 5px 0 5px 10px;
	text-align: left;
	vertical-align: top;
}

table.data td.td_author
{
	white-space: nowrap;
}

table.data td
{
	border-bottom: 1px solid #a1c6e8;
}

table.data th
{
	border-color: #a1c6e8;
	border-style: solid;
	border-width: 1px 0;
	padding-right: 30px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

table.data th span
{
	display: none;
}

table.data th.forwardSort
{
	background: #e4deae url(../images/arrow_forwardSort.gif) no-repeat right center;
}

table.data th.reverseSort
{
	background: #e4deae url(../images/arrow_reverseSort.gif) no-repeat right center;
}

table.data th.forwardSort a,
table.data th.reverseSort a
{
	color: #333;
}

/* =Header
----------------------------------------------------------------------*/

#header_wrap
{
	background: #262c32 url(../images/header.gif) repeat-x center top;
	color: #fff;
	width: 100%;
}

#header
{
	background: #262c32 url(../images/header.gif) repeat-x center top;
	margin: 0 auto;
	padding: 20px 0 0;
	position: relative;
	width: 960px;
}

#header a
{
	color: #fff;
}

#header h1
{
	margin: 0;
}

#header h1 a
{
	background: url(../images/logo.gif) no-repeat;
	display: block;
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
	text-indent: -99999px;
	width: 219px;
	height: 47px;
}

#header ul
{
	list-style: none;
	position: absolute;
	top: 26px;
	right: 250px;
}

#header li
{
	float: left;
	padding: 0 0 5px;
	white-space: nowrap;
}

#header li a
{
	display: block;
	padding: 5px 10px;
}

#header li.current
{
	background: url(../images/current.gif) no-repeat center bottom;
}

#header li.current a
{
	background: #545E66;
}

#header li.mothership
{
	padding: 5px 5px 0 0;
}

#header li.mothership a
{
	border-right: 1px solid #fff;
	color: #c4bb7d;
	padding: 0 15px 0 0;
}

#header form
{
	position: absolute;
	top: 30px;
	right: 0;
}

#header label
{
	display: block;
	overflow: hidden;
	width: 0;
	height: 0;
}

#header input
{
	display: inline;
	float: left;
}

#search
{
	color: #fff;
}

#q
{
	background: #fff url(../images/input.gif) repeat-x;
	border-color: #7c7c7c #c3c3c3 #ddd;
	border-style: solid;
	border-width: 1px;
	color: #333;
	margin: 0 5px 0 0;
	padding: 2px 3px;
	width: 150px;
}

/* =Content - Main
----------------------------------------------------------------------*/

#content_main_wrap
{
	background: #262c32 url(../images/content_main.gif) repeat-x left bottom;
	width: 100%;
}

#content_main
{
	background: #262c32 url(../images/content_main.gif) repeat-x left bottom;
	margin: 0 auto;
	padding: 30px 0 25px;
	width: 960px;
}

/* =Content - Sub
----------------------------------------------------------------------*/

#content_sub_wrap
{
	background: #e4deae url(../images/content_sub.gif) repeat-x;
	width: 100%;
}

#content_sub
{
	background: #e4deae url(../images/content_sub.gif) repeat-x;
	margin: 0 auto;
	padding: 25px 0 60px;
	width: 960px;
}

#content_sub h3
{
	border-bottom: 2px solid #b7ae74;
	margin: 0 0 10px;
}

#content_sub dt
{
	margin: 0 0 5px;
}

#content_sub dt em
{
	font-weight: bold;
}

#content_sub dd
{
	background: url(../images/bullet_content_sub.gif) no-repeat 0 4px;
	padding: 0 0 0 15px;
}

/* =Article - Trimmings
----------------------------------------------------------------------*/

#main_wrap
{
	background: #fff;
	display: inline;
	float: left;
	margin: -30px 0 0;
	overflow: hidden;
	width: 630px;
}

#main_wrap h1
{
	color: #d64900;
	font-size: 189%;
	line-height: 100%;
	padding: 5px 0;
}

#main_wrap h2
{
	font-size: 144%;
	line-height: 100%;
	padding: 5px 0;
}

#main_wrap h3
{
	font-size: 136%;
	line-height: 100%;
	padding: 5px 0;
}

#main_wrap h4
{
	font-size: 129%;
	line-height: 100%;
	padding: 5px 0;
}

#main_wrap h5
{
	font-size: 122%;
	line-height: 100%;
	padding: 5px 0;
}

#main_wrap h6
{
	font-size: 114%;
	line-height: 100%;
	padding: 5px 0;
}

#main_wrap h1 a,
#main_wrap h2 a,
#main_wrap h3 a,
#main_wrap h4 a,
#main_wrap h5 a,
#main_wrap h6 a
{
	line-height: inherit;
}

#main_wrap .date
{
	color: #666;
}

#pic_topper
{
	background: url(../images/article_topper.gif) no-repeat;
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
	width: 630px;
	height: 15px;
}

#main_bottom
{
	background: url(../images/main_bottom.gif) no-repeat;
	clear: both;
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
	width: 630px;
	height: 5px;
}

/* =Article - Main
----------------------------------------------------------------------*/

#pic_main
{
	background: #fefefe url(../images/pic_main.jpg) repeat-x;
	margin: 0 4px;
	min-height: 210px;
	padding: 0;
	width: 622px;
}


/* =Article - Sub
----------------------------------------------------------------------*/

#main_sub
{
	background: #e2f5fe;
	border-top: 1px solid #a1c6e8;
	clear: both;
	margin: 0 4px;
	overflow: hidden;
	padding: 20px 20px 5px;
	width: 582px;
}

#main_sub blockquote
{
	font-size: 100%;
}

#main_sub h3
{
	font-size: 129%;
}

#main_sub h3#discuss
{
	border-bottom: 2px solid #b7ae74;
	padding: 0 0 5px;
}

#main_sub h3 .add
{
	background: url(../images/icon_plus_small.gif) no-repeat left center;
	color: #245e95;
	float: right;
	font-size: small;
	font-weight: bold;
	padding: 4px 0 0 20px;
}

#cpreview blockquote,
#main_sub blockquote
{
	border-left: 5px solid #a1c6e8;
	font-size: inherit;
	padding: 0 0 0 20px;
}

#cpreview blockquote p,
#main_sub blockquote p
{
	font-size: 100%;
	font-style: italic;
}

.chunk
{
	width: 275px;
}

/* =Code
----------------------------------------------------------------------*/

code
{
	background: #ff9;
	line-height: 170%;
}

pre
{	
	background: #eee;
	color: #000;
	border-color: #000;
	border-style: solid;
	border-width: 1px 0;
	font-size: 100%;
	overflow: auto;
	padding: 10px;
}

pre code
{
	background: none;
	font-size: 93%;
}

/* =Comments - List
----------------------------------------------------------------------*/

#cpreview
{
	background: #e3f5fe;
	border: 4px solid #fff;
	margin: 0 0 20px;
	padding: 0 20px 10px;
	width: 582px;
}

#cpreview p.notice
{
	background: #364149 url(../images/notice.gif) no-repeat left bottom;
	color: #e3f5fe;
	font-size: 114%;
	margin: -4px -24px 10px;
	padding: 10px 20px 20px;
}

ol.comments
{
	padding: 0 0 0 50px;
}

ol.comments li
{
	color: #587585;
	font: italic bold 200% Georgia, serif;
}

.comment_wrap
{
	color: #242c31;
	font-family: Arial, Helvetica, clean, sans-serif;
	font-style: normal;
	font-weight: normal;
}

ol.comments .comment_wrap
{
	font-size: 50%;
}

.comment_name
{
	font-size: 152%;
	font-weight: bold;
}

.comment_link
{
	float: right;
	font-size: 55%;
	padding: 10px 0 0;
}

.comments_error
{
	background: #feff82;
	border: 4px solid #ff952e;
	list-style: square;
	padding: 10px 20px 10px 30px;
	font-weight: bold;
}

/* =Comment Form
----------------------------------------------------------------------*/

form#txpCommentInputForm
{
	margin: 0 0 15px;
	width: 630px;
}

p#txpCommentInputForm
{
	font-size: 152%;
}

#txpCommentInputForm p
{
	margin-bottom: 0;
}

#txpCommentInputForm .add
{
	background: url(../images/icon_plus.gif) no-repeat 1px 3px;
	color: #7a2a00;
	font-size: 155%;
	font-weight: bold;
	float: left;
	padding: 0 0 0 30px;
}

#txpCommentInputForm .required
{
	float: right;
	font-size: 85%;
	font-weight: bold;
	padding: 10px 0 0;
}

#txpCommentInputForm textarea,
#txpCommentInputForm .input_wrap input
{
	background: #fff url(../images/input.gif) repeat-x;
	border-color: #7c7c7c #c3c3c3 #ddd;
	border-style: solid;
	border-width: 1px;
	color: #333;
	margin: 0 0 15px;
	padding: 2px 3px;
}

#txpCommentInputForm textarea
{
	clear: both;
	display: block;
	float: right;
	overflow: auto;
	width: 622px;
	height: 120px;
}

#txpCommentInputForm .input_wrap label
{
	float: left;
	font-size: 120%;
	font-weight: bold;
	line-height: normal;
	text-align: right;
	width: 365px;
}

#txpCommentInputForm .input_wrap input
{
	float: right;
	width: 250px;
}

#txpCommentInputForm #submit
{
	padding: 0 0 0 372px;
}

p.check_wrap
{
	padding: 0 0 15px 370px
}

.button
{
	background: #eee;
	border-color: #fff #999 #666 #ccc;
	border-style: solid;
	border-width: 2px;
	font-weight: bold;
	overflow: visible;
	padding: 4px 5px 2px;
}

/* =Sidebar
----------------------------------------------------------------------*/

#sidebar
{
	color: #fff;
	display: inline;
	float: right;
	width: 300px;
}

#sidebar .date
{
	color: #ccfefe;
	padding-top: 10px;
}

#sidebar h3
{
	border-bottom: 1px solid #545e66;
	font-size: 159%;
	font-weight: normal;
	line-height: 100%;
	margin: 0 0 10px -30px;
	padding: 0 0 0 30px;
}

#sidebar h4
{
	font-size: 144%;
	font-weight: normal;
	line-height: 100%;
	margin-bottom: 0;
	padding: 5px 0;
}

#sidebar h3 a,
#sidebar h4 a
{
	line-height: inherit;
}

#sidebar a
{
	color: #f8d245;
}

#sidebar dt
{
	font-size: 114%;
	margin: 0 0 5px;
}

#sidebar dd
{
	background: url(../images/bullet_sidebar.gif) no-repeat 0 4px;
	padding: 0 0 0 15px;
}

/* =Info Box
----------------------------------------------------------------------*/

.info_box
{
	background: #000 url(../images/info_box_bottom.gif) no-repeat right bottom;
	color: #cdfeff;
	margin: 0 0 20px -30px;
	position: relative;
	width: 330px;
}

.info_box p
{
	font-style: italic;
	margin: 0;
	padding: 10px 10px 15px 30px;
}

.info_box_top
{
	background: url(../images/info_box_top.gif) no-repeat;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
	width: 4px;
	height: 4px;
}

/* =Footer
----------------------------------------------------------------------*/

#footer
{
	background: #9D2D11;
	color: #FBE596;
	margin: -50px auto 0;
	position: relative;
	width: 100%;
}

#footer p
{
	background: #9D2D11;
	margin: 0 auto;
	overflow: hidden;
	padding: 10px 0 0;
	text-align: center;
	width: 960px;
	height: 40px;
}

#footer a
{
	color: #FBE596;
	text-decoration: underline;
}