/*
Theme Name: dtx7
Description: DataX - bringing intelligence into networks
Author: DataX.pl
Version: 1.0
*/

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;
	vertical-align: baseline;
}

/* main background structure */

body
{
	background: #2A354B;
}
#middle
{
	background: #ffffff;
}
#topline
{
	background: #2A354B;
	height: 157px;
	left: 0px;
	margin: 0px;
	position: absolute;
	top: 0px;
	width: 100%;
}

/* main structure */

#access .menu-header,
#main,
#wrapper
{
	background: #ffffff;
	border-bottom: 2px solid RGB(0,166,222);
	margin: 0 auto;
	position: relative;
	width: 980px;
}
#wrapper
{
	padding: 0;
}

/* header structure */

#header
{
	background: url(/wp-content/themes/dtx7/images/header-tech.jpg) top no-repeat #29344A;
	border-bottom: 6px solid RGB(0,166,222);
	height: 154px;
	margin: 0;
	padding: 0;
}
#logo
{
	float: left;
	overflow: hidden;
	width: 650px;
	height: 154px;
}
.address
{
	color: #8392B3;
	float: left;
	font-family: "Courier New", Courier, monospace;
	font-size: 10px;
	height: 90px;
	letter-spacing: 1px;
	list-style: none;
	margin: 36px 0 0 50px;
	text-align: left;
	text-shadow: 1px 1px 1px #222222;
	width: 265px;
}
#header-topline
{
	border-top: 1px solid RGB(0,166,222);
	display: none;
	height: 20px;
	left: 260px;
	margin: 0 auto;
	position: absolute;
	top: 120px;
	width: 718px;
}
#header-topline, div.menu
{
	color: #eee;
	font: 500 normal 0.8em/1.1em Verdana, Arial, Tahoma, sans-serif;
	letter-spacing: 1px;
	margin: 4px 0;
	text-align: right;
}
#header-topline ul
{
	list-style: none;
	margin: 0;
}
#header-topline li
{
	float: right;
	list-style: none;
	position: relative;
}
#menutop a
{
	color: RGB(0,166,222);
	display: block;
	line-height: 2em;
	padding: 0 10px;
	text-decoration: none;
	text-shadow: 1px 1px 1px #f1f1f1;
	width: 100px;
}
#menutop ul ul
{
	display: none;
	float: left;
	left: 0;
	position: absolute;
	top: 38px;
}
#menutop ul ul li
{
	min-width: 180px;
}
#menutop ul ul ul
{
	left: 100%;
	top: 0;
}
#menutop ul ul a
{
	height: auto;
	line-height: 1em;
	padding: 5px 10px;
	width: 160px;
}
#menutop li:hover a,
#menutop ul ul :hover a
{
	color: RGB(0,166,222);
}
#menutop ul li:hover > ul
{
	display: block;
}
#menutop ul li.current_page_item a,
#menutop ul li.current-menu-ancestor a,
#menutop ul li.current-menu-item a,
#menutop ul li.current-menu-parent a
{
	color: RGB(0,166,222);
	text-decoration: underline;
}
* html #menutop ul li.current_page_item a,
* html #menutop ul li.current-menu-ancestor a,
* html #menutop ul li.current-menu-item a,
* html #menutop ul li.current-menu-parent a,
html #menutop ul li a:hover
{
	color: RGB(143,212,0);
}
.wdgt-list ul
{
	color: #bbb;
	font: 500 small-caps 0.98em/1.8em Verdana, Helvetica, Arial, sans-serif;
}
.wdgt-list a:link, .wdgt-list a:visited
{
	color: #7CAF00;
}
.wdgt-list-right ul
{
	color: RGB(143,212,0);
	font: 300 normal 1em/1.6em Verdana, Helvetica, Arial, sans-serif;
}
.wdgt-list-right li
{
	border-bottom: 1px dotted #ddd;
	margin: 3px 0px 0 10px;
}
.wdgt-list-right a:link, .wdgt-list-right a:visited
{
	color: #2C394F;
	letter-spacing: 1px;
}
h3.widget-title
{
	color: RGB(0,166,222);
	font: 500 small-caps 1.5em/1.2em Arial, Tahoma, sans-serif;
	text-align: center;
}
h3.widget-title-right
{
	border-bottom: 3px solid #2C394F;
	color: RGB(0,166,222);
	font: 500 small-caps 1.4em/1.2em Arial, Tahoma, sans-serif;
	margin: 20px 0px 10px 0px;
	text-shadow: 1px 1px 1px #fff;
	white-space: nowrap;
}

/* main content area - right side */

#container
{
	background: #ffffff;
	float: right;
	margin: 0 -225px 0 0;
	min-height: 490px;
	width: 100%;
}
#content
{
	margin: 20px 280px 0 20px;
}
#content2
{
	width: 525px;
	border: 0px solid red;
	float: left;
	margin: 20px 25px 0 0;
	padding: 0px;
}
#primary
{
	float: left;
	overflow: hidden;
	width: 220px;
}
#secondary
{
	width: 200px;
	border: 0px solid red;
	white-space: nowrap;
	float: left;
	margin: 0px;
}

/* footer structure */

#footer
{
	border-top: 3px solid #01A6DC;
	clear: both;
	margin: 0 auto;
	min-height: 115px;
	width: 980px;
}
#footer-widget-area
{
}

/* footer boxes - 1 and 3 */

#box-first, #box-third
{
	color: #62718F;
	list-style: none;
	height: 90px;
	font-family: Verdana, san-serif;
}
#box-first
{
	float: left;
	font: 300 normal 0.9em/1.3em Verdana, Arial, Tahoma, sans-serif;
	margin: 5px 10px;
	text-align: justify;
	width: 60%;
}
#box-third
{
	float: right;
	list-style: none;
	margin: 5px 30px;
	width: 27%;
}
#footer a:link, #footer a:visited
{
	color: #62718F;
	text-decoration: none;
}
#footer a:hover
{
	text-decoration: none;
}
#footer hr
{
	background: #313D57;
	height: 1px;
}

/* styles */

body,
input,
textarea
{
	color: #5A626F;
	font-size: 11px;
	line-height: 18px;
}
hr
{
	background: #E7E7E7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}
p
{
	margin-bottom: 18px;
}
.twoColumnList
{
	-moz-column-count: 2;
	-moz-column-gap: 0.5em;
	-webkit-column-count: 2;
	-webkit-column-gap: 1em;
	width: 100%;
}
img#wpstats
{
	display: block;
	margin: 0 auto 10px;
}
h1, h2, h3, h4, h5, h6
{
	clear: both;
	font-weight: normal;
}
ol, ul
{
	list-style: none;
}
blockquote
{
	quotes: none;
}
blockquote:before, blockquote:after
{
	content: '';
}
del
{
	text-decoration: line-through;
}
table
{
	border-collapse: collapse;
	border-spacing: 0;
}
a img
{
	border: none;
}
body,
input,
textarea,
.page-title span,
.pingback a.url
{
	font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
}
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-content2 label,
.entry-content2 tr th,
.entry-content2 thead th,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
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;
}

/* ul, ol, li styles */

ul
{
	list-style: square;
}
ol
{
	list-style: decimal;
}
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: 01px dotted #666;
	cursor: help;
}
sup,
sub
{
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup
{
	bottom: 1ex;
}
sub
{
	top: .5ex;
}
input[type="text"],
textarea
{
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
	webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
}

/* content styles */

#main
{
	overflow: hidden;
	padding: 0;
}
#content
{
	margin-bottom: 36px;
}
#content,
#content2,
#content input,
#content textarea
{
	color: #576B7F;
	font: 300 normal 1em/1.5em Verdana, Arial, Tahoma, sans-serif;
	text-align: justify;
}
#content li, #content2 li
{
	list-style: disc;
	margin: 0 0 0 20px;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr,
#content2 p,
#content2 ul,
#content2 ol,
#content2 dd,
#content2 pre,
#content2 hr
{
	margin-bottom: 10px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content2 ol ul,
#content2 ul ul,
#content2 ol ol,
#content2 ul ol,
#content2 ol ul
{
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var,
#content2 pre,
#content2 kbd,
#content2 tt,
#content2 var
{
}
#content code,
#content2 code
{
	font-size: 13px;
}
#content strong,
#content b,
#content dt,
#content th,
#content2 strong,
#content2 b,
#content2 dt,
#content2 th
{
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6,
#content2 h1,
#content2 h2,
#content2 h3,
#content2 h4,
#content2 h5,
#content2 h6
{
}
#content table,
#content2 table
{
	width: 100%;
}
#content tr th,
#content thead th,
#content2 tr th,
#content2 thead th
{
}
#content tr td
{
}
#content tr.odd td
{
}
#content a:link, #content a:visited,
#content2 a:link, #content2 a:visited
{
	color: #35435F;
	text-decoration: none;
}
.hentry
{
	margin: 0 0 48px 0;
}
.home .sticky
{
	background: #F2F7FC;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry
{
	margin: 0 0 36px 0;
}
.page-title
{
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span
{
	color: #444;
	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,
.entry-meta
{
	clear: left;
	float: left;
	margin-right: 68px;
}
#content .entry-title,
#content2 .entry-title
{
	color: #7FBF00;
	font-size: 18px;
	margin-bottom: 5px;
}
#content .entry-title a:visited, #content .entry-title a:link
{
	color: #7FBF00;
	font: 300 normal 0.8em/1.5em Verdana, Arial, Tahoma, sans-serif;
}

/* entry, category title, dates styles */

.entry-meta
{
	color: #B5BECF;
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
.entry-meta a:link, .entry-meta a:visited
{
	color: #B5BECF;
	text-decoration: none;
}
a:link
{
	color: #0066CC;
}
a:visited
{
}
a:active,
a:hover
{
	color: #337DFF;
}
.screen-reader-text
{
	left: -9000px;
	position: absolute;
}
.entry-title a:link,
.entry-title a:visited
{
	color: #283349;
	font: 300 normal 0.8em/1.5em Verdana, Arial, Tahoma, sans-serif;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover
{
	color: #555;
}
.entry-meta
{
	color: #888;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr
{
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover
{
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-content2,
.entry-summary
{
	clear: both;
	padding: 12px 0 0 0;
}
#content .entry-summary p:last-child,
#content2 .entry-summary p:last-child
{
	margin-bottom: 12px;
}
.entry-content fieldset,
.entry-content2 fieldset
{
	border: 1px solid #E7E7E7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend,
.entry-content2 fieldset legend
{
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input,
.entry-content2 input
{
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button
{
	margin-right: 24px;
}
.entry-content label,
.entry-content2 label
{
	color: #888;
	font-size: 12px;
}
.entry-content select,
.entry-content2 select
{
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub
{
	font-size: 10px;
}
.entry-content blockquote.left,
.entry-content2 blockquote.left
{
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right,
.entry-content blockquote.right
{
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link
{
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited
{
	background: #f1f1f1;
	color: #444;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a
{
	background: #D9E8F7;
}
.page-link a:active,
.page-link a:hover
{
	color: #FF4B33;
}
#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;
}
.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;
}
.category-gallery
{
	margin-bottom: 48px;
}
.category-gallery h2
{
	margin-top: 10px;
}
.category-gallery .entry-meta
{
}
.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-content p
{
	display: inline;
}
.home #content .category-gallery .entry-utility
{
	padding-top: 4px;
}
.entry-content .attachment img,
.entry-content2 .attachment img
{
	margin-bottom: 0;
}
.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';
}

/* content images */

#content img,
#content2 img
{
	margin: 0;
	max-width: 640px;
}
.single-attachment #content img,
.single-attachment #content2 img
{
	max-width: 900px;
}
#content .alignleft,
#content img.alignleft,
#content2 .alignleft,
#content2 img.alignleft
{
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright,
#content2 .alignright,
#content2 img.alignright
{
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter,
#content2 .aligncenter,
#content2 img.aligncenter
{
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft, 
#content img.alignright, 
#content img.aligncenter,
#content2 img.alignleft, 
#content2 img.alignright, 
#content2 img.aligncenter
{
	margin-bottom: 12px;
}
#content .wp-caption,
#content2 .wp-caption
{
	background: #f1f1f1;
	color: #888;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
#content .wp-caption img,
#content2 .wp-caption img
{
	margin: 5px;
}
#content .wp-caption p.wp-caption-text,
#content2 .wp-caption p.wp-caption-text
{
	margin: 0 0 4px;
}
#content .wp-smiley
{
	margin: 0;
}
#content .gallery,
#content2 .gallery
{
	margin: auto;
}
#content .gallery .gallery-item,
#content2 .gallery .gallery-item
{
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img,
#content2 .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;
}
input[type=submit]
{
	color: #333;
}
.form-allowed-tags
{
	line-height: 1em;
}

/* widget styles */

.widget-area ul
{
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul
{
	list-style: square;
	margin-left: 1.3em;
}
.widget_search #s
{
	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;
}
.widget_rss a.rsswidget
{
	color: #000;
}
.widget_rss a.rsswidget:hover
{
	color: #FF4B33;
}
.widget_rss .widget-title img
{
	height: 11px;
	width: 11px;
}
#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;
}
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%;
}
.textwidget
{
	padding: 5px;
}
#menutop .textwidget
{
	color: RGB(0,166,222);
	font: 500 normal 0.7em/1.2em Verdana, Arial, Tahoma, sans-serif;
}

/* welcome page - 3 columns */

.column-front
{
	color: #29344A;
	display: block;
	float: left;
	font: 300 normal 1em/1.2em Verdana, Tahoma, sans-serif;
	margin: 5px 3px;
	min-height: 200px;
	overflow: hidden;
	padding: 0 10px;
	position: relative;
	text-shadow: 1px 1px 1px #fff;
	width: 200px;
}
.column-front h3, .column-front-1 h3
{
	color: #90D300;
	font: 300 small-caps 2.5em/1.2em Arial Narrow, Tahoma, sans-serif;
	margin: 0px;
	text-shadow: 1px 1px 1px #fff;
}

/* welcome page - photo + text */

.column-front-1
{
	background: url(/wp-content/themes/dtx7/images/digital-screen.jpg) right bottom no-repeat;
	border-bottom: 1px solid #8FB0D9;
	color: #29344A;
	display: block;
	float: left;
	font: 300 normal 1em/1.2em Verdana, Tahoma, sans-serif;
	margin: 0px;
	min-height: 250px;
	padding: 0px 10px;
	position: relative;
	width: 680px;
}
.column-front-2
{
	color: #29344A;
	display: block;
	float: left;
	margin: 0 0 15px 0;
	padding: 0px 10px;
	position: relative;
	width: 685px;
}
.column-front-2 h3
{
	border-bottom: 1px solid #29344A;
	color: #90D300;
	font: 300 small-caps 2.5em/1.2em Arial Narrow, Tahoma, sans-serif;
	margin-top: 20px;
	text-align: center;
	text-shadow: 1px 1px 1px #fff;
}
.column-front-text
{
	height: 200px;
	margin: 10px 0 0 -20px;
	overflow: hidden;
	padding: 3px 20px;
	width: 400px;
}
.column-front-2 td
{
	border-left: 0px solid #fafafa;
	padding: 2px 13px;
}
.column-front-2 table
{
}
.front-3
{
	border-top: 1px dotted #29344A;
	color: RGB(0,166,222);
	font: 600 small-caps 1.9em/1em Verdana, Tahoma, sans-serif;
	text-shadow: 1px 1px 1px #fff;
}
#s, #searchsubmit
{
	background: #fff;
}
.page-title
{
	display: none;
}
iframe
{
	padding: 20px;
}
.contact-form
{
	clear: both;
}
.contact-form p
{
	padding: 0;
	margin: -10px 0 0 0;
}

/* print style */

@media print
{
	body
	{
		background: none !important;
	}
	#wrapper
	{
		float: none !important;
		clear: both !important;
		display: block !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;
		margin: 0;
		padding: 0;
		line-height: 1.4em;
	}
	#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
	{
		width: 100%;
		margin: 0;
	}
	#content,
	 .one-column #content
	{
		width: 100%;
		margin: 24pt 0 0;
	}
	.wp-caption p
	{
		font-size: 11pt;
	}
	#site-info,
	 #site-generator
	{
		float: none;
		width: auto;
	}
	#colophon
	{
		width: auto;
	}
	img#wpstats
	{
		display: none;
	}
	#site-generator a
	{
		padding: 0;
		margin: 0;
	}
	#entry-author-info
	{
		border: 1px solid #e7e7e7;
	}
	#main
	{
		display: inline;
	}
	.home .sticky
	{
		border: none;
	}
}
