html, body { margin: 0; padding: 0; }

img { border: 0; }
form { margin: 0; }

p, body { font: 11px/15px verdana, sans-serif; }
a { color: #ff3300; text-decoration: none; }
a:hover { text-decoration: underline; }


/* STRUCTURE */

#frame {
	width: 990px !important;
/*	margin: 0 auto; */
	padding: 0 10px;
	w\idth: 970px;
	overflow: hidden;
}

#leader {
	margin: 5px auto;
	width: 970px;
	text-align: center;
}

#main-content {
	float: left;
	width: 650px;
	border-right: 1px solid #000;
	margin: 0 19px 20px 0;
	padding-right: 20px;
	w\idth: 610px;
}

#sidebar {
	float: left;
	width: 320px;
	margin-bottom: 20px;
}

#footerblock {
	clear: both;
	width: 970px;
	margin: 20px 0;
	border-top: 1px solid #000;
	padding-top: 10px;
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
}

div.horizontalline { display:none }



/* LEADER */

/* -- top area -- */


#topbar {
	width: 970px;
	background-color: #fe8112;
	border-top: 1px solid #000;
}


#topbar h1 {
	margin: 0;
	padding: 0;
}

#blog_logotop {
	height: 105px;
	padding: 1px 0 1px 20px;
}

#logobottom {
	background-color: #333333;
	height: 20px;
	color: white;
	margin: 0;
	padding: 0;
	width: 970px;
}

#logobottomcurveleft {
	float: left;
	width: 20px;
	height: 20px;
	background: url(/blogs/images/masthead_left_corner.gif) 0 0 no-repeat;
}

#logobottomcurveright {
	float: right;
	width: 20px;
	height: 20px;
	background: url(/blogs/images/masthead_right_corner.gif) 0 0 no-repeat;	
}

#date {
	width: 250px;
	text-align: right;
	font-size: 10px;
	float: right;
	padding: 2px 10px 0 0;
	text-transform: uppercase;
}



/* -- greeting -- */

#greeting {
	list-style: none;
	padding: 0;
	margin: 0;
	font-family: verdana, sans-serif;
	font-size: smaller;
}

#greeting li {
	float: left;
}

#greeting li#hi {
	margin-right: 15px;
	margin-top: 2px;
}

#greeting a {
	color: #fff;
}

#greeting a:hover {
	color: #666;
}

#searchform {
	display: inline;
}

/* -- subscribe -- */

#subscribe {
	float: right;
	width: 207px;
	background: #fe8112 url(/blogs/images/subscribe_box.gif) 0 0 no-repeat;
	margin: 10px 20px 0 0;
	padding: 12px 10px 18px 17px;
}

#subscribe h2 {
	margin: 0 0 5px 0;
	padding: 0;
}

#subscribe form {
	display: block;
	height: 20px;
	margin: 0 0 5px 0;
}

#subscribe input {
	float: left;
}

#subscribe_field {
	width: 125px;
	border: 1px solid #000;
	margin-right: 5px;
	margin-top: 2px;
	font: normal 11px verdana, sans-serif;
	text-transform: uppercase;
}

#subscribe_rss {
	text-align: right;
	margin-right: 10px;
	padding-top: 5px;
}

/* -- navigation -- */

#navbar {
	margin-top: 15px;
	margin-bottom: 15px;
	height: 46px;
	width: 970px;
	background-color: white;
	text-align: left;
}

#navbar .paper_tv {
	float: right;
}

#navbar a img, #greeting a img, #subscribe a img {
	border: 0;
}

#globalnavigation {
	height: 25px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.globalnavbutton {
	height: 25px;
	width: 120px;
	float: left;
}

.globalnavspacer {
	height: 25px;
	width: 14px;
	float: left;
}

#navigationspacer {
	height: 2px;
	width: 790px;
	background-color: #999999;
	padding: 0px;
	margin: 0px;
}

#localnavigation {
	height: 20px;
	width: 790px;
	margin: 0px;
	padding: 0px;
	background-color: #f60;
	overflow: hidden;
}

#local_left {
	padding: 0px;
	margin: 0px;
	float: left;
	width: 5px;
	height: 20px;
	background: #f60 url(/blogs/images/blog_local_left.gif) 0 0 no-repeat;	
}

#local_right {
	float: right;
	width: 5px;
	height: 20px;
	background: #f60 url(/blogs/images/blog_local_right.gif) top right no-repeat;
}

#localnavbuttons {
	float: left;
	margin: 0px;
	padding: 0px;
	margin-top: 6px;
	padding-left: 15px;
}

.localnav_image {
	float: left;
}

.localnav_spacer {
	height: 11px;
	width: 90px;
	float: left;
}



/* MAIN CONTENT */

#search-box {
	float: right;
	margin: 0;
}

#search {
	width: 190px;
	margin: 0;
}

h3 {
	margin: 0 0 10px 0;
	font: 15px/15px verdana, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

.blog-post {
	border-top: 1px solid #ff6600;
	margin-bottom: 20px;
}

.archive-post { border-top: 1px dashed #f60 !important; padding-top: 10px; }
.archive-post-top { border: 0 !important; padding-top: 10px; }

.blog-post p.entry-date {
	float: right;
	margin: 2px 0 0 0;
	width: auto;
}

.blog-post .category-tab {
	margin: 0 0 15px 0;
	float: left;
}
.blog-post .category-tab a { 
	color: #000; 
	display: block;
	margin: 0px;
}

.blog-post h1 {
	font: 23px/26px verdana, sans-serif;
	margin: 0 0 2px 0;
	text-transform: uppercase;
	clear: both;
}
.blog-post h1 a { color: #000; }

.blog-post h2 {
	font: 12px/16px verdana, sans-serif;
	margin: 0 0 10px 0;
	text-transform: uppercase;
	font-style: italic;
}

.blog-body {
	overflow: hidden;
	width: 100%;
}

.blog-post p.post-footer {
	clear: both;
	width: 100%;
	text-align: right;
	margin-top: 20px;
	text-transform: uppercase;
	font-size: 10px;
}

.blog-post div.video {
	text-align: center;
}


#ad-inline {
	margin: 0 auto 20px auto;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #9b9b9b;
	text-align: center;
}

#ad-inline #ad-top { 
	background: url("http://www.papermag.com/blogs/images/ad_bar_bgd.gif") left center repeat-x; 
	margin-bottom: 10px;
}

#ad-top span { 
	background-color: #fff !important;
	font: 9px/9px verdana, sans-serif;
	padding: 0 5px;
}

/* Archives */

#archive-header {
	background: url("http://www.papermag.com/blogs/images/archive_header_bgd.gif") bottom left no-repeat;
	padding: 10px 0;
	margin-bottom: 15px;
	text-align: center;
}

#archive-header h3 {
	color: #fe3102;
	font: 34px/34px verdana, sans-serif;
	font-weight: bold;
}
#archive-header h3.search-results { font: 26px/32px verdana, sans-serif; }

/* Comments */

#comments {
	border-top: 1px solid #f60;
	padding-top: 10px;
}

#comments h3 {
	font: 14px/14px verdana, sans-serif;
	color: #000;
	font-weight: bold;
	margin: 0 0 15px 0;
}

.comment {
	padding-bottom: 10px;
	border-bottom: 1px dashed #f60;
	margin-bottom: 10px;
}

#post-a-comment { width: 100%; }

#post-a-comment p { 
	clear: both; 
}

#post-a-comment label {
	font: 11px/11px verdana, sans-serif;
	width: 250px;
	float: left;
	display: block;
	margin: 0 0 10px 0;
}

#post-a-comment input#comment-author, #post-a-comment input#comment-email, #post-a-comment input#comment-url, #post-a-comment textarea#comment-text {
	width: 350px;
	float: right;
	display: block;
	margin: 0 0 10px 0;
}

#comment-buttons {
	clear: both;
	text-align: right;
	margin: 10px 0 0 0;
}

#pagination {
	padding-top: 8px;
	border-top: 1px dashed #f60;
}

.entry-header { margin-bottom: 15px; }

/* SIDEBAR */

#sidebar #ad-inline { border: 0 !important; }

.sidebar-module a { color: #f30; }
.sidebar-module a.cat { color: #000; }

.sidebar-module ul { margin: 0 0 0 1em; padding: 0 0 0 .5em; }
.sidebar-module ul li { margin-top: 10px; line-height: 15px; }

.sidebar-module h4 {
	margin: 0;
}

.sidebar-module { 
	line-height: 10px;
	margin: 0 0 20px 0; 
}


/* FOOTER */

#footerblock a { color: #000; }
#footerblock {
				width: 100%;
				text-align: center;
				font-size: 9px;
				line-height: 12px;
				clear: both;
				text-transform: uppercase;
				text-decoration: none;
}

/* GALLERY */

.galleryEaseDisplayed {
	display: table;
	margin: auto;
	margin: bottom: 3em;
	text-align: center;
}
.galleryWrapper {
	display: cell;
}
.galleryImage {
	display: block;
	margin: 0 auto;
}
.galleryNavigation {
	clear: both;
	margin: 0 auto;
}
.galleryEasePrev {
	float: left;
}
.galleryEaseNext {
	float: right;
}
.galleryEaseThumbs {
	clear: both;
	margin: 0 auto;
	display: block;
	text-align: center;
}
