/*
Theme Name: Twenty Ten
Theme URI: http://wordpress.org/
Description: The 2010 theme for WordPress is stylish, customizable, simple, and readable -- make it yours with a custom menu, header image, and background. Twenty Ten supports six widgetized areas (two in the sidebar, four in the footer) and featured images (thumbnails for gallery posts and custom header images for posts and pages). It includes stylesheets for print and the admin Visual Editor, special styles for posts in the "Asides" and "Gallery" categories, and has an optional one-column page template that removes the sidebar.
Author: the WordPress team
Version: 1.1
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	float: left;
	margin: 0 -320px 0 0;
	width: 100%;
}
#content {
	margin: 0;
}
#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 220px;
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 640px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit] {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
	width: 974px;
}
#wrapper {
	margin-top: 2px;
	padding: 0 0;
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 700px;
}
#site-generator {
	float: right;
	width: 220px;
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body { background: #C2C2BC;margin-top:-18px }
.body-video { background: url(http://assets.thatblognetwork.com/theme-images/body-pattern.png) #060606;margin-top:-18px }


body,
input,
textarea {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
a:link { color: #0066cc;outline:none; }
a:visited {	color: #743399;outline:none; }
a:active, a:hover {	color: #ff4b33;outline:none; }

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


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

#header { width:100%;height:398px;background-color:#000; }
#header-video { width:100%;height:197px;background-color:#000; }
#header-feature-back { width:100%;height:288px;background: url(http://assets.thatblognetwork.com/theme-images/header-background.png); }
#header-feature-back-video { width:100%;height:197px;background: url(http://assets.thatblognetwork.com/theme-images/header-background-video.png); }
#header-logo-feature { width:974px;height:288px;margin-left:auto;margin-right:auto; }
#header-logo-feature-video { width:974px;height:197px;margin-left:auto;margin-right:auto; }

.featured-2-featured-story { position:absolute;width:37px;height:37px;margin-left:198px;background: url(http://assets.thatblognetwork.com/theme-images/featured-icons.png) 0 0 no-repeat; }
.featured-3-featured-video { position:absolute;width:37px;height:37px;margin-left:198px;background: url(http://assets.thatblognetwork.com/theme-images/featured-icons.png) -37px 0 no-repeat; }

/* Features top */
.feature-type { font-family:arial,tahoma;width:235px;height:170px;text-align:left;float:left;padding:0;text-decoration:none;margin:0 9px 0 1px;.margin:0 9px 0 1px;cursor:pointer; }
.feature-type:hover { color:#ffffff !important; }
.feature-type a { text-decoration:none; }
.feature-type a:hover { color:#ffffff !important; }
.feature-type p, .feature-type p a { margin:0;padding:0;cursor:pointer; }

.feature:hover, .feature a:hover { color:#ffffff !important; }

.feature-image-text img { margin:-12px 0 0 -14px; }

.feature-text, .feature-text a { float:left;padding:0 0 0 0;color:#5A5959;font-size:19px;line-height:15px;letter-spacing:-0.03em;font-family:georgia,lucida sans,arial; }
.feature-text:hover, .feature-text a:hover { float:left;padding:0 0 0 0;color:#807D7D;font-size:19px;line-height:15px;letter-spacing:-0.03em;font-family:georgia,lucida sans,arial; }

.feature { width:980px;height:162px;margin: 0 auto 0 auto; }
.feature ul { margin: 0;padding:0; }
.feature ul li { display: inline;list-style-type: none;margin:0;padding:0; }

.view-full { color:#00218A;text-decoration:none;font-size:12px;font-family:arial,tahoma,verdana;padding-right:7px; }
.view-full a, .view-full a:visited { color:#00218A;text-decoration:none; }
.view-full a:hover { text-decoration:underline; }

.index-comments { color:#CA5F0A;border-bottom:none;font-size:12px;font-family:arial,tahoma,verdana;padding-right:8px; }
.index-comments a, .index-comments a:visited { color:#CA5F0A;border-bottom:none;text-decoration:none; }
.index-comments a:hover { border-bottom:none;text-decoration:underline; }

.twitter { background:#E1EEFD;color:#83909F;padding:5px 0 4px 35px;margin:5px 1px 0 0;font-size:12px;font-family:arial,trebuchet ms,tahoma,verdana; }
.twitter a, .twitter a:visited { color:#595241;border-bottom: 1px solid #BDC7D2;text-decoration: none;font-weight:bold;*margin-left:25px; }
.twitter a:hover { color:#000;border-bottom:none;text-decoration: none; }

.author-twitter a, .author-twitter a:visited { color:#6F718D;border-bottom:1px solid #DFDED9;text-decoration:none;font-size:12px; }
.author-twitter a:hover { color:#59595B;border-bottom:1ps solid #AEAEA8;text-decoration:none; }

.author-box a, .author-box a:visited { color:#595241;text-decoration:none;font-weight:bold;font-size:12px; }
.author-box a:hover { color:#000;text-decoration: none; }

.story-gallery-link-border-story a { border:1px solid #D9D7D6; }
.story-gallery-link-border-story a:hover { border:1px solid #CDCBDE; }

#content img.attachment-post-thumbnail,
#content img.attachment-single-post-thumbnail { float:left;margin: 0 11px 0 0;padding:0; }


.gallery-link-story a, .gallery-link-story a:visited { font-family:verdana,tahoma,arial;font-size:12px;color: #4B4B45;text-decoration: none;background: url(http://assets.thatblognetwork.com/gallery-button-back.gif) #F5F5E8 no-repeat top left;padding: 6px 10px 7px 83px; }
.gallery-link-story a:hover { color: #373734;text-decoration: underline;background: url(http://assets.thatblognetwork.com/gallery-button-back.gif) #F2F2FA no-repeat top left; }


.story-info { font-family:arial,verdana,tahoma;font-size:12px;color:#83909F;margin: 4px 0 10px 1px;cursor:default;}

.tags, .tags a, .tags a:visited { color:#817CB4;text-decoration:none; }
.tags a:hover { color:#666385;border-bottom: 1px solid #D8D1C9; }

.byline, .byline a, .byline a:visited { color:#83909F;text-decoration:none; }
.byline a:hover { color:#535256;border-bottom: 1px solid #D8D1C9; }

.comments-nr, .comments-nr a, .comments-nr a:visited { color:#C4750F;text-decoration:none; }
.comments-nr a:hover { color:#8D540A;border-bottom: 1px solid #D8D1C9; }

.sidebar-text-links { font-family:arial,tahoma,verdana;font-size:9px;color:#796964;line-height:13px }
.sidebar-text-links a { color:#796964;text-decoration:none;border-bottom:1px dotted #A3A3A3 }
.sidebar-text-links a:hover { color:#625551;text-decoration:none;border-bottom:1px dotted #A3A3A3 }

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

#main {
	clear: both;
	overflow: hidden;
	padding: 8px 0 0 0;
}
#content {
	margin-bottom: 0;
}
#content,
#content input,
#content textarea {
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 0px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #000;
	line-height: 1.5em;
	margin: 0 0 0 0;
}
#content table {
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
}
#content tr td {
}
#content tr.odd td {
	background: #f2f7fc;
}
.hentry {
	margin: 0 0 8px 0;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}
.entry-title-index, .entry-title-index a { color:#00218A;font-family:arial,tahoma,verdana;font-size:16px;font-weight:bold;line-height:15px;padding:5px 0 2px 0; }
.entry-title-index a:link, .entry-title-index a:visited { color: #00218A;text-decoration: none; }
.entry-title-index a:active, .entry-title-index a:hover { color: #F26A00; }

.entry-title, .entry-title a { color: #000;font-size: 25px;font-weight: bold;line-height:22px;margin-bottom:6px;letter-spacing:-0.04em; }
.entry-title a:link, .entry-title a:visited { color: #000;text-decoration: none; }
.entry-title a:active, .entry-title a:hover { color: #F26A00; }

.entry-title-video, .entry-title-video a { color: #fff;font-family:arial,tahoma,verdana;font-size: 25px;font-weight: bold;line-height: 1.3em;letter-spacing:-0.04em; }
.entry-title-video a:link, .entry-title-video a:visited { color: #fff;text-decoration: none; }
.entry-title-video a:active, .entry-title-video a:hover { color: #F26A00; }

.tag-title { color:#4E4D4A;font-family:arial,tahoma,verdana;font-size:12px;line-height:22px;margin: 0 0 0 7px }
.tag-title a { color:#888479;font-family:arial,tahoma,verdana;font-size:12px;text-decoration:none;border-bottom:1px solid #232323}
.tag-title a:link, .tag-title a:visited { color: #888479;text-decoration: none; }
.tag-title a:active, .tag-title a:hover { color: #DEA314;text-decoration:underline; }

.tag-page-title { color:#fff;font-family:arial,tahoma,verdana;font-size:25px;font-weight:bold;background: url(http://assets.thatblognetwork.com/theme-images/tag-page-title.png) top left no-repeat;padding:19px 0 0 0;margin:16px 0 21px 7px; }
.author-page-title { color:#fff;font-family:arial,tahoma,verdana;font-size:25px;font-weight:bold;background: url(http://assets.thatblognetwork.com/theme-images/author-page-title.png) top left no-repeat;padding:19px 0 0 0;margin:16px 0 21px 7px; }
.search-page-title { color:#fff;font-family:arial,tahoma,verdana;font-size:25px;font-weight:bold;background: url(http://assets.thatblognetwork.com/theme-images/search-page-title.png) top left no-repeat;padding:19px 0 0 0;margin:16px 0 21px 7px; }

/* Search field */

.idleField { width:155px;height:27px;font-family:arial,tahoma,verdana;font-size:12px;color:#787676;border:none;background: url(http://assets.thatblognetwork.com/theme-images/search-form.png) top left no-repeat;padding: 0 0 0 5px }
.focusField { width:155px;height:27px;font-family:arial,tahoma,verdana;font-size:12px;color:#4F4C4C;border:none;background: url(http://assets.thatblognetwork.com/theme-images/search-form.png) 0 -30px no-repeat;padding: 0 0 0 5px; }
.search-field { width:155px;padding: 0 0 0 5px;height:27px;font-family:arial,tahoma,verdana;font-size:12px;border:none;background: url(http://assets.thatblognetwork.com/theme-images/search-form.png) top left no-repeat; }
.search-field:hover, .search-field:focus { width:155px;height:27px;border:none;background: url(http://assets.thatblognetwork.com/theme-images/search-form.png) 0 -30px no-repeat; }
.search-field-arrow { position:absolute;display:block;width:25px;height:27px;border:none;background: url(http://assets.thatblognetwork.com/theme-images/search-form.png) -161px 0 no-repeat;margin:0 0 0 135px }
.search-field-arrow:hover { display:block;width:25px;height:27px;border:none;background: url(http://assets.thatblognetwork.com/theme-images/search-form.png) -161px -30px no-repeat; }

/* Social buttons */

.social-text { float:left;display:block;width:125px;height:13px;border:none;background: url(http://assets.thatblognetwork.com/theme-images/social-buttons.png) top left no-repeat;margin-top:6px; }
.social-fb { float:left;display:block;width:25px;height:25px;border:none;background: url(http://assets.thatblognetwork.com/theme-images/social-buttons.png) 0 -20px no-repeat; }
.social-fb:hover { float:left;display:block;width:25px;height:25px;border:none;background: url(http://assets.thatblognetwork.com/theme-images/social-buttons.png) 0 -50px no-repeat;cursor:pointer; }
.social-t { float:left;display:block;width:25px;height:25px;border:none;background: url(http://assets.thatblognetwork.com/theme-images/social-buttons.png) -35px -20px no-repeat;margin-left:10px; }
.social-t:hover { float:left;display:block;width:25px;height:25px;border:none;background: url(http://assets.thatblognetwork.com/theme-images/social-buttons.png) -35px -50px no-repeat;cursor:pointer; }
.social-rss { float:left;display:block;width:25px;height:25px;border:none;background: url(http://assets.thatblognetwork.com/theme-images/social-buttons.png) -70px -20px no-repeat;margin-left:10px; }
.social-rss:hover { float:left;display:block;width:25px;height:25px;border:none;background: url(http://assets.thatblognetwork.com/theme-images/social-buttons.png) -70px -50px no-repeat;cursor:pointer; }
.entry-meta { color:#888;font-size:12px; }
.entry-meta-video { color:#6C6C69;font-size:12px;font-family:arial,tahoma,verdana;float:left;margin-top:24px }

/* Write with us */
.write-for-us { position:absolute;display:block;width:151px;height:145px;border:none;background: url(http://assets.thatblognetwork.com/theme-images/index-feature-titles-nav.png) 0 -110px no-repeat;margin:19px 0 0 13px }
.write-for-us-button { position:absolute;display:block;width:57px;height:19px;border:none;background: url(http://assets.thatblognetwork.com/theme-images/index-feature-titles-nav.png) 0 -267px no-repeat;margin:185px 0 0 15px }
.write-for-us-button:hover { position:absolute;display:block;width:57px;height:19px;border:none;background: url(http://assets.thatblognetwork.com/theme-images/index-feature-titles-nav.png) -60px -267px no-repeat;margin:185px 0 0 15px }
.write-title { width:384px;height:32px;background: url(http://assets.thatblognetwork.com/theme-images/writers-texts.png) top left no-repeat; }
.write-1 { width:251px;height:10px;background: url(http://assets.thatblognetwork.com/theme-images/writers-texts.png) 0 -40px no-repeat;margin:35px 0 5px 0;}
.write-2 { width:94px;height:10px;background: url(http://assets.thatblognetwork.com/theme-images/writers-texts.png) 0 -60px no-repeat;margin:13px 0 5px 0; }
.write-3 { width:166px;height:10px;background: url(http://assets.thatblognetwork.com/theme-images/writers-texts.png) 0 -80px no-repeat;margin:67px 0 5px 0; }
.write-4 { width:149px;height:10px;background: url(http://assets.thatblognetwork.com/theme-images/writers-texts.png) 0 -100px no-repeat;margin:32px 0 5px 0; }

.page-link, .page-link:visited { color:#D2DEC5;font-weight:bold;text-decoration:none;border-bottom:1px solid #5A664D; }
.page-link:hover { color:#D2DEC5;font-weight:bold;text-decoration:none;border-bottom:1px solid #D2DEC5; }

/* Contact */
.contact-title { width:532px;height:35px;background: url(http://assets.thatblognetwork.com/theme-images/contact-texts.png) top left no-repeat;margin:0 0 20px 0; }
.contact-1 { width:251px;height:10px;background: url(http://assets.thatblognetwork.com/theme-images/contact-texts.png) 0 -40px no-repeat;margin:20px 0 5px 0;}
.contact-2 { width:215px;height:12px;background: url(http://assets.thatblognetwork.com/theme-images/contact-texts.png) 0 -60px no-repeat;margin:58px 0 3px 0; }
.contact-3 { width:155px;height:10px;background: url(http://assets.thatblognetwork.com/theme-images/contact-texts.png) 0 -80px no-repeat;margin:25px 0 5px 0; }

/* Advertise */
.advertise-title { width:562px;height:35px;background: url(http://assets.thatblognetwork.com/theme-images/advertise-texts.png) top left no-repeat;margin:0 0 25px 5px; }
.advertise-1 { width:275px;height:10px;background: url(http://assets.thatblognetwork.com/theme-images/advertise-texts.png) 0 -40px no-repeat;margin:0 0 8px 0; }
.advertise-2 { width:206px;height:10px;background: url(http://assets.thatblognetwork.com/theme-images/advertise-texts.png) 0 -60px no-repeat;margin:0 0 8px 0; }
.advertise-3 { width:166px;height:10px;background: url(http://assets.thatblognetwork.com/theme-images/advertise-texts.png) 0 -80px no-repeat;margin:0 0 8px 0; }

/* Privacy Policy */
.privacy-title { width:171px;height:14px;background: url(http://assets.thatblognetwork.com/theme-images/privacy-texts.png) top left no-repeat;margin:0 0 25px 0; }

/* Comments title */
.comments-title { width:181px;height:13px;background: url(http://assets.thatblognetwork.com/theme-images/commenting-ftw.png) top left no-repeat;margin:15px 0 0 12px; }

/* Disqus additions */
.disqus h3 {margin-bottom:-12px !important}

/* 404 */
.error-title { width:62px;height:14px;background: url(http://assets.thatblognetwork.com/theme-images/404-texts.png) top left no-repeat;margin:35px 0 12px 0; }

/* Staff */
.staff-title { width:62px;height:14px;background: url(http://assets.thatblognetwork.com/theme-images/staff-texts.png) top left no-repeat;margin:0 0 25px 0; }

.staff-link a { color:#4E4D4A;border-bottom:1px solid #262522;text-decoration:none }
.staff-link a:hover { color:#72716C;border-bottom:1px solid #72716C;text-decoration:none }

/* Footer links */
.footer-links { font-family:arial,tahoma,verdana;color:#333;font-size:13px; }
.footer-links a { font-family:arial,tahoma,verdana;color:#4E4D4A;text-decoration:none;font-size:12px; }
.footer-links a:hover { color:#8A8A8A;text-decoration:none }

/* Features media */
.feature-media { font-family:arial,tahoma;width:271px;height:190px;text-align:left;font-size:12px;line-height:15px;float:left;padding:0;text-decoration:none;cursor:pointer }
.feature-media:hover { color:#A5A4A1 !important; }
.feature-media a { text-decoration:none; }
.feature-media a:hover { color:#A5A4A1 !important; }
.feature-media p, .feature-media p a { margin:0;padding:0;cursor:pointer; }

.feature-media:hover, .feature-media a:hover { color:#A5A4A1 !important; }

.feature-text-media, .feature-text-media a { float:left;padding:0 0 0 0;color:#6C6B68;font-size:12px;line-height:15px;font-family:arial,tahoma,verdana; }
.feature-text-media:hover, .feature-text-media a:hover { float:left;padding:0 0 0 0;color:#A5A4A1;font-size:12px;line-height:15px;font-family:arial,tahoma,verdana; }

.feature-media-icon { margin:0;background: url(http://assets.thatblognetwork.com/theme-images/index-feature-titles-nav.png) 0 -75px no-repeat;width:28px;height:28px; }

/* Tiny Carousel */
#slider-code { width:271px;height:224px;overflow:hidden;}
#slider-code .viewport { float:left;width:271px;height:190px;overflow:hidden;position:relative; }
#slider-code .disable { visibility:hidden; }
#slider-code .overview { list-style:none;padding:0;margin:0;position:absolute;left:0;top:0; }
#slider-code .overview li{ float:left;margin:0 10px 0 0;height:190px;width:271px;}

#slider-code .pager { width:271px;overflow:hidden;list-style:none;padding-top:12px;margin-left:211px}
#slider-code .pager li { float:left;padding:4px 0 0 0;}
#slider-code .pagenum { outline:none;margin-right:-1px;padding:6px 6px 6px 6px;display:block;background: url(http://assets.thatblognetwork.com/theme-images/index-feature-titles-nav.png) 1px -38px no-repeat; }
#slider-code .active { background: url(http://assets.thatblognetwork.com/theme-images/index-feature-titles-nav.png) -10px -38px no-repeat; }

/* Tiny Carousel 2 */
#slider-code-2 { width:182px;height:210px;overflow:hidden;margin:7px 0 0 7px;}
#slider-code-2 .viewport { float:left;width:194px;height:190px;overflow:hidden;position:relative; }
#slider-code-2 .disable { visibility:hidden; }
#slider-code-2 .overview { list-style:none;padding:0;margin:0;position:absolute;left:0;top:0; }
#slider-code-2 .overview li { float:left;margin:0;height:190px;width:194px;}

#slider-code-2 .pager { float:left;width:194px;list-style:none;padding-top:4px;margin-left:156px;}
#slider-code-2 .pager li { float:left;padding:4px 0 0 0;}
#slider-code-2 .pagenum { outline:none;margin:0;padding:6px 5px 6px 6px;display:block;background: url(http://assets.thatblognetwork.com/theme-images/index-feature-titles-nav.png) 1px -38px no-repeat; }
#slider-code-2 .active { background: url(http://assets.thatblognetwork.com/theme-images/index-feature-titles-nav.png) -10px -38px no-repeat; }

/* Twitter followers */
#followers { width:192px;height:120px;margin:0 0 0 5px;padding:0; }
#followers img { margin: 0 2px -1px 1px;line-height:0;padding:0;border:1px solid #212121;}
#followers img:hover { border:1px solid #656565;}
.twitter-go a { color:#50688A;border-bottom:1px solid #1E252F;text-decoration:none}
.twitter-go a:hover { color:#50688A;border-bottom:1px solid #3E5069}

/* Index mid-page feature */
.monthly-archive-title { position:absolute;display:block;width:114px;height:17px;border:none;background: url(http://assets.thatblognetwork.com/theme-images/index-feature-titles-nav.png) 0 0 no-repeat;margin:19px 0 0 33px }
.twitter-followers-title { position:absolute;display:block;width:149px;height:13px;border:none;background: url(http://assets.thatblognetwork.com/theme-images/index-feature-titles-nav.png) 0 -20px no-repeat;margin:19px 0 0 16px }

.read-on { position:absolute;display:block;width:69px;height:27px;border:none;background: url(http://assets.thatblognetwork.com/theme-images/index-feature-titles-nav.png) 0 -298px no-repeat;margin:0 }
.read-on:hover { position:absolute;display:block;width:69px;height:27px;border:none;background: url(http://assets.thatblognetwork.com/theme-images/index-feature-titles-nav.png) -70px -298px no-repeat;margin:0 }

.read-on-feature-title, .read-on-feature-title a { font-weight:bold;letter-spacing:-1px;text-decoration:none;margin-bottom:10px;font-family:arial,tahoma,verdana;font-size:22px;line-height:21px;color:#EDEEEC }
.read-on-feature-title:hover, .read-on-feature-title a:hover { font-family:arial,tahoma,verdana;font-size:22px;line-height:21px;color:#ccc }
.read-on-feature-text { font-family:arial,tahoma,verdana;font-size:12px;line-height:15px;color:#B4B4B0;cursor:default }

/* External link icon */
a.external { background: url(http://assets.thatblognetwork.com/theme-images/external.png) center right no-repeat;padding-right:13px;color:#4A40A7;border-bottom:1px solid #E7E0D8;text-decoration:none; }
a.external:hover { background: url(http://assets.thatblognetwork.com/theme-images/external.png) #FFFFCC center right no-repeat !important;padding-right:13px; }

.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}

.index-content, .index-content p { padding:0 0 2px 0;font-family:arial,tahoma,verdana;line-height:16px;font-size:12px;color:#212121;cursor:default; }
.index-content a { color:#4A40A7; text-decoration:none; border-bottom:1px solid #E7E0D8; }
.index-content a:hover { color:#000; text-decoration:none; border-bottom:1px solid #AEAEA8;background-color:#FFFFCC; }

.entry-content, .entry-summary { padding: 3px 0 0 1px;font-family: verdana,arial,tahoma;color:#0F0F0F;cursor:default; }
.entry-content a { color:#4A40A7; text-decoration:none; border-bottom:1px solid #E7E0D8; }
.entry-content a:hover { color:#000; text-decoration:none; border-bottom:1px solid #AEAEA8;background-color:#FFFFCC; }

.entry-content p { margin: 0 0 10px 0; }

#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}


/* =Asides
-------------------------------------------------------------- */

.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.category-asides {
	padding: 0;
}
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

.entry-content p img {border:5px solid #EEEEE9;}

#content img { max-width: 626px; }
#content .attachment img { max-width: 626px;}

#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
}
#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
#content .wp-caption img {
}
#content .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
#content .wp-smiley {
	margin: 0;
}
#content .gallery {
	margin: 0 auto 18px;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}
#content .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */
.tag-author-nav { color:#42413E;font-family:arial,tahoma,verdana;font-size:12px; }
.tag-author-nav a, .tag-author-nav a:visited { color:#D0C125;font-weight:bold;text-decoration:none }
.tag-author-nav a:hover { text-decoration:underline }
.tag-author-nav-newer { margin-right:4px;background: url(http://assets.thatblognetwork.com/theme-images/nav-dot.png) 78px 9px no-repeat;padding-right:8px }

.footer-nav {  }
.footer-nav-older, .footer-nav-older a { width:62px;height:21px;background: url(http://assets.thatblognetwork.com/theme-images/footer-nav.png) top left no-repeat; }
.footer-nav-newer, .footer-nav-newer a { width:62px;height:21px;background: url(http://assets.thatblognetwork.com/theme-images/footer-nav.png) -65px 0 no-repeat;margin-left:5px; }
.footer-nav a:hover {  }




.wp-pagenavi {float:left}

.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: 0;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {

}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color: #222;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}

#wp-calendar { width: 100%; }
#wp-calendar a {text-decoration:none;}
#calendar-has-posts { height:19px;background: url(http://assets.thatblognetwork.com/theme-images/index-feature-titles-nav.png) -25px -50px no-repeat;color:#6D6D6D;padding-top:2px}
#calendar-has-posts:hover { background: url(http://assets.thatblognetwork.com/theme-images/index-feature-titles-nav.png) -50px -50px no-repeat;color:#A3A397 }
#wp-calendar #today, #wp-calendar #today #calendar-has-posts { color:#CFCDDB;background: url(http://assets.thatblognetwork.com/theme-images/index-feature-titles-nav.png) -75px -50px no-repeat;}
#wp-calendar #today #calendar-has-posts:hover { color: #fff;background: url(http://assets.thatblognetwork.com/theme-images/index-feature-titles-nav.png) -100px -50px no-repeat; }
#wp-calendar caption { display:none; }
#wp-calendar thead { font-size:11px; }
#wp-calendar thead th { width:24px;height:20px;text-align:center;font-size:11px;color:#888884;paddong-top:1px;cursor:default }
#wp-calendar tbody { color: #aaa; }
#wp-calendar tbody td { width:24px;height:21px;background:#0E0E0E;border: 1px solid #080808;text-align:center;color:#212020;font-size:11px;background: url(http://assets.thatblognetwork.com/theme-images/index-feature-titles-nav.png) 0 -50px no-repeat;cursor:default}

#wp-calendar tbody .pad { background: #0C0C0C; }
#wp-calendar tfoot #next, #wp-calendar tfoot #prev { display:none; }


.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
#primary {
}
#secondary {
}

/* Footer widget areas */
#footer-widget-area {
}


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

#footer { width:100%;height:175px;clear:both;padding-top:10px;margin-top:10px;text-align:center;background: url(http://assets.thatblognetwork.com/theme-images/footer-back.png) #000000; }
#footer-dark { width:100%;height:175px;clear:both;padding-top:10px;margin-top:10px;text-align:center;background: url(http://assets.thatblognetwork.com/theme-images/footer-back-dark.png) #000000; }

#colophon {
	overflow: hidden;
	padding: 18px 0;
}
#site-info {
	font-weight: bold;
}
#site-info a {
	color: #000;
	text-decoration: none;
}
#site-generator {
	font-style: italic;
	position: relative;
}
#site-generator a {
	background: url(http://assets.thatblognetwork.com/theme-images/wordpress.png) center left no-repeat;
	color: #666;
	display: inline-block;
	line-height: 16px;
	padding-left: 20px;
	text-decoration: none;
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}


/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}
