#instructions
{
	display: none;
}

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

body,
html
{
	height: 100%;
	margin: 0;
	padding: 0;
}

body
{
	background: #0e1f35 url(../img/site/header.jpg) repeat-x center top;
	color: #242c31;
}

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

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

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

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

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

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

a:hover
{
	text-decoration: underline;
}

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

img
{
	border: 0;
}

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

dl
{
	clear: both;
}

dd
{
	margin: 0;
	padding: 0;
}

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

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

.post-links a
{
	font-weight:normal;	
}

#article_main .post-links,
#article_sub .post-links
{
	font-size: 86%;
	padding:0 0 18px 0;
	margin:0;
	font-family: 'Arial', sans-serif;
}

.image,
.article,
.quote,
.video,
.link,
.snippet,
.audio,
.event
{
	border-top:1px solid #b7d3d6;
	padding-top:20px;
}

#article_sub div.first-child
{
	padding-top:0;
	border-top:none;
}

#article_sub .first-child.article
{
	padding-top:10px;
	border-top:1px solid #b7d3d6;
}

.permalink
{
	float: left;
	margin: 3px 5px 0 0;
	background: url(../img/site/permalink.gif) no-repeat;
	height: 11px;
	width: 65px;
	font-size: .001em;
	cursor: pointer;
}

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

.continue
{
	margin-top: -10px;
	font-weight: bold;
}

#article_main .date,
#article_sub .date
{
	font-size: 86%;
	font-style: italic;
	font-family: 'Arial', sans-serif;
	margin-bottom:0;
	padding-bottom:0;
}

#sidebar .date
{
	font-size: 92%;
	font-style: italic;
	font-family: 'Arial', sans-serif;
	margin-bottom:0;
	padding-bottom:0;
}

.featured
{
	background: url(../img/site/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;
}

#article_main img,
img.left,
img.right
{
	display: inline;
}

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

#article_main img.section
{
	border: 0;
	display: block;
	margin: -16px 0 5px -21px;
	padding: 0;
}

.border
{
	border: 3px solid #0e1f35;
}

#sidebar img
{
	
	border: 3px solid #020e11;
}

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

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

.post_details
{
	background: url(../img/site/icon_clipboard.gif) no-repeat 0 10px;
	margin: 0;
	padding: 10px 0 0 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 #b7d3d6;
}

table.data th
{
	background:#b7d3d6;
	padding-right: 30px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color:#188190;
}

table.data th a
{
	color:#188190;
}

table.data th span
{
	display: none;
}

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

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

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

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

#header_wrap
{
	color: #fff;
	width: 100%;
}

#header
{
	background:url(../img/site/banner.jpg) repeat-x center top;
	margin: 0 auto;
	padding: 36px 0 18px;
	position: relative;
	width: 960px;
	font-size: 86%;
}

#header a
{
	color: #fff;
}

#header h1
{
	margin: 0;
}

#header h1 a
{
	background: url(../img/site/logo.jpg) no-repeat;
	display: block;
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
	text-indent: -99999px;
	width: 358px;
	height: 52px;
}

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

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

#header li a
{
	display: block;
	padding: 5px 10px;
	font-weight: normal;
}

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

#header li.current a
{
	background: #0e333c;
}

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

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

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

#try_again
{
	padding:0 0 25px 0;
}

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

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


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

#q_again
{
	border-color: #999;
	border-style: solid;
	border-width: 1px;
	color: #333;
	margin: 0 7px 0 0;
	padding: 2px 3px;
	width: 150px;
}

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

#content_main_wrap
{
	width: 100%;
}

#content_main
{
	background:url(../img/site/content-main.jpg) top right no-repeat;
	margin: 0 auto;
	padding: 30px 0 25px;
	width: 960px;
}

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

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

#content_sub
{
	background: #e4deae url(../img/site/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(../img/site/bullet_content_sub.gif) no-repeat 0 4px;
	padding: 0 0 0 15px;
}

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

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

#article_wrap h1
{
	color: #860300;
	font-size: 171%;
	line-height: 100%;
	padding: 5px 0;
	font-weight: normal;
}

#article_wrap .category
{
	color:#000;
	margin-left:26px;
	margin-top:10px;
	padding:8px 0 10px 35px;
	font-size: 138%;
	font-style: italic;
	background: url(../img/site/category.gif) left top no-repeat;
}

#article_wrap h2
{
	font-size: 129%;
	line-height: 100%;
	padding: 5px 0;
	margin:0 0 0 0;
}

#article_wrap h3
{
	font-size: 129%;
	line-height: 100%;
	padding: 5px 0;
	margin:0 0 0 0;
}

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

#about #article_wrap h4
{
	padding:0;
	margin:0 0 15px 0;
	font-size: 150%;
}

#about #article_wrap
{
	font-size:86%;
}

#article_wrap h5
{
	font-size: 114%;
	line-height: 100%;
	padding: 5px 0;
	margin:0 0 0 0;
}

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

#article_wrap h1 a,
#article_wrap h2 a,
#article_wrap h3 a,
#article_wrap h4 a,
#article_wrap h5 a,
#article_wrap h6 a
{
	line-height: inherit;
	color: #860300;
	font-weight:normal;
}

#article_wrap .date
{
	color: #333;
	margin-bottom:0;
}

#article_topper
{
	background: url(../img/site/article_topper.jpg) no-repeat;
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
	width: 630px;
	height: 10px;
}

#article_bottom
{
	background: url(../img/site/article_bottom.gif) no-repeat;
	clear: both;
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
	width: 630px;
	height: 3px;
}

#post #article_bottom
{
	background: url(../img/site/article-post_bottom.gif) no-repeat;
}

#subscribe #article_bottom,
#error #article_bottom
{
	background: url(../img/site/article-white_bottom.gif) no-repeat;
}

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

#article_main
{
	background-color: #fff;
	margin: 0 4px;
	min-height: 200px;
	padding: 15px 26px 10px;
	width: 570px;
}

#article_main dt
{
	font-size: 107%;
	font-weight: bold;
}

#article_main dd
{
	background: url(../img/site/bullet_content.gif) no-repeat left center;
	padding: 0 0 0 15px;
}

#article_main .excerpt
{
	font-size: 114%;
}

#article_main blockquote
{
	margin: 0;
	padding: 0 10px 0 20px;
}

#article_main blockquote p
{
	color: #0e2f3b;
	font-family: Georgia, serif;
	font-size: 114%;
	font-style: italic;
}

#article_main blockquote.left,
#article_main blockquote.right
{
	border-color: #3793a0;
	border-style: solid;
	border-width: 1px 0;
	display: inline;
	font-size: inherit;
	margin: 0 0 5px;
	padding: 10px 0;
	width: 240px;
}

#article_main blockquote.left
{
	margin-right: 15px;
}

#article_main blockquote.right
{
	margin-left: 15px;
}

#article_main blockquote.left p,
#article_main blockquote.right p
{
	font-size: large;
}

#article_main ol
{
	margin-left: 20px;
}

#article_main ul
{
	list-style: none;
}

#article_main ol ul,
#article_main ol ol,
#article_main ul ul,
#article_main ul ol
{
	margin-bottom: 0;
	padding-top: 5px;
}

#article_main li
{
	padding: 0 0 5px;
}

#article_main ul li,
#article_main ol ul li
{
	background: url(../img/site/bullet_content.gif) no-repeat 0 4px;
	padding-left: 15px;
}

#article_main ol li
{
	background: none;
	padding-left: 0;
}

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

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

#article_sub
{
	background: #e1f6f8;
	border-top: 4px solid #b7d3d6;
	clear: both;
	margin: 0 2px;
	overflow: hidden;
	padding: 26px 28px 5px;
	width: 570px;
}

#category #article_sub
{
	border-top:2px solid #b7d3d6;
}

#post #article_sub
{
	border-top:none;
	background: #ebebeb;
}


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

#article_sub h3#discuss
{
	border-bottom: 1px solid #8fb0b4;
	padding: 0 0 5px;
	margin: 0 0 15px 0;
	font-weight:normal;
}

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

#article_sub img,
#article_sub object
{
	margin:0 0 10px 0;
}

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

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

.article
{
	background:url(../img/site/article-bkg.jpg) left top repeat-x;
	padding:10px 10px 0 10px;
}

.quote p
{
	font-family: 'Georgia', serif;
	font-size: 138%;
}

.pagination
{
	text-align:center;
	font-weight:normal;
	padding:20px 0;	
	border-top:1px solid #b7d3d6;
}

.top_pagination
{
	text-align:center;
	font-weight:normal;
	padding:20px 0;	
}

.pagination .prev-page a,
.top_pagination .prev-page a
{
	padding-left:10px;
	background:url(../img/site/prev.gif) left no-repeat;
	font-weight: normal;
}

.pagination .next-page a,
.top_pagination .next-page a
{
	padding-right:10px;
	margin-left:30px;
	background:url(../img/site/next.gif) right no-repeat;
	font-weight:normal;
}



/* =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: #fff;
	border: 4px solid #d7d6d6;
	margin: 0 0 20px 1px;
	padding: 0 20px 20px;
	width: 520px;
}

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

ol.comments
{
	padding: 0 0 0 50px;
	border-bottom: 1px solid #8fb0b4;
}

ol.comments li
{
	color: #949393;
	font: italic bold 200% Georgia, serif;
	padding-bottom:15px;
}

.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%;
	margin:0;
}

.comment_name a
{
	font-weight:normal;
}

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

.comments_error
{
	background: #feff82;
	border: 2px solid #ff952e;
	list-style: none;
	padding: 10px 20px;
}

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

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

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



#txpCommentInputForm .add
{
	font-size: 143%;
	float: left;
	padding: 0;
}

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

#txpCommentInputForm textarea,
#txpCommentInputForm .input_wrap input
{
	background: #fff url(../img/site/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;
	overflow: auto;
	width: 562px;
	height: 120px;
}

#txpCommentInputForm .input_wrap label
{
	float: left;
	font-size: 100%;
	line-height: normal;
	text-align: right;
	margin:0 10px 0;
}

#txpCommentInputForm .input_wrap input
{
	width: 200px;
	float:left;
}

#txpCommentInputForm .input_wrap
{
	float:right;
	margin-bottom:0;
}

#txpCommentInputForm #submit
{
	padding: 0;
	text-align: right;
}

p.check_wrap
{
	padding: 0;
	margin:0 0 15px 0;
	text-align: right;
	font-size: 86%;
}

.button
{
	margin-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

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

#sidebar
{
	color: #fff;
	display: inline;
	float: right;
	width: 300px;
	font-size: 86%;
}

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


#blog-categories,
#photos,
#blog-contributors,
#recs,
#about-blogger,
#whats-going-on,
#all-categories
{
	background:url(../img/site/h3_all-cat.gif) no-repeat;
	float:left;
	width:330px;
	height:35px;
	text-indent:-5000px;
	padding:0;
	margin:0 0 10px -30px;
	border-bottom: 1px solid #2f6169;
}

#all-categories
{
	background:url(../img/site/h3_all-cat.gif) no-repeat;
}

#whats-going-on
{
	background:url(../img/site/h3_what.gif) no-repeat;
}

#about-blogger
{
	background:url(../img/site/h3_about_blogger.gif) no-repeat;
}

#recs
{
	background:url(../img/site/h3_recs.gif) no-repeat;
}

#blog-contributors
{
	background:url(../img/site/h3_blog-contributors.gif) no-repeat;
}

#photos
{
	background:url(../img/site/h3_photos.gif) no-repeat;
}

#blog-categories
{
	background:url(../img/site/h3_blog-categories.gif) no-repeat;
}

.view-all
{
	background:url(../img/site/view-all.gif) no-repeat;
	float:right;
	display:inline;
	width:50px;
	height:19px;
	margin:-37px 0 0 0;
	text-indent: -5000px;
	overflow:hidden;
}

.about-404
{
	background:url(../img/site/about-404.gif) no-repeat;
	width:610px;
	height:220px;
	text-indent: -5000px;
	margin:-15px 0 0 -20px;
}

.honorary
{
	width:96px;
	height:15px;
	margin:0 0 0 10px;
}

.subscribe
{
	background:url(../img/site/subscribe.gif) left no-repeat;
	font-size: 138%;
	font-weight: bold;
	text-align: center;
	padding:5px 0 5px 45px;
	margin:0 0 50px 150px;
	float:left;
	clear:right;
}

#sidebar h4,
#sidebar .simplepie strong a
{
	font-size: 150%;
	font-weight: normal;
	line-height: 120%;
	margin-bottom: 0;
	padding: 5px 0;
}

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

#sidebar a
{
	color: #d0ff7e;
	font-weight:normal;
}

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

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

#sidebar ul
{
	clear:left;
	margin:0;
	padding:0;
}

#sidebar li
{
	background: url(../img/site/bullet_sidebar.gif) no-repeat 0 4px;
	padding: 0 0 0 15px;
	list-style: none;
	line-height: 167%;
}

#sidebar .simplepie li
{
	background:none;
	margin:0 0 15px 0;
	padding:0;
}

#sidebar .two-col-list ul li
{
	display:inline;
	float:left;
	width:130px;
}

.two-col-list
{
	margin-bottom:20px;
}

#sidebar .current a
{
	color:#fff;
}

#sidebar #flickr
{
	padding-top:10px;
}

#flickr a{
	float:left;
	display:inline;
	margin:0 16px 16px 0;
	padding:0;
	border:3px solid #c4f179;
	background:none;
}

#flickr img
{
	border:none;
}

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

.info_box
{
	margin: 0 0 20px -30px;
	padding:0 0 20px 0;
	position: relative;
	width: 330px;
	background:#020e11 url(../img/site/info_box_bottom.gif) bottom right no-repeat;
}

.info_box p
{
	background: url(../img/site/about.gif) no-repeat right top;
	margin: 0;
	text-indent: -5000px;
	height:98px;
	width:330px;
}

.info_box a
{
	padding:0 0 0 29px;
	font-style:italic;
}


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

#footer
{
	background: url(../img/site/footer.jpg) left top repeat-x;
	color: #242c31;
	margin: 0 auto;
	position: relative;
	width: 100%;
}

#footer p
{
	color:#fff;
	margin: 0 auto;
	overflow: hidden;
	padding: 25px 0 50px;
	text-align: center;
	width: 960px;
	height: 40px;
}

#footer a
{
	color: #c4f179;
	text-decoration: none;
}

/* =Granular Adjustments
----------------------------------------------------------------------*/

#article_main .quote .date,
#article_sub .quote .date
{
	margin-bottom:8px;
	padding-bottom:0;
}

#article_main .link .date,
#article_sub .link .date
{
	margin-bottom:5px;
	padding-bottom:0;
}

#article_main .audio .date,
#article_sub .audio .date,
#article_main .image .date,
#article_sub .image .date,
#article_main .link .date,
#article_sub .link .date,
#article_main .quote .date,
#article_sub .quote .date,
#article_main .snippet .date,
#article_sub .snippet .date,
#article_main .video .date,
#article_sub .video .date
{
	color: #7a989c;
}

.link h1
{
	margin: 0 0 5px;
}

.link h1 a
{
	font-size: 80%;
}

#article_wrap .link h1 a
{
	color: #d85b00;
}