/*
Theme Name: zBench
Theme URL: http://zww.me/archives/25131
Description: A clean, feature-packed, light-gray coloured design with multiple layouts, slick looking search box in the header and a smooth flowing easy to navigate dropdown menu.
Author: zwwoooo
Author URI: http://zww.me/
Version: 1.3-wpcom
Tags: gray, white, dark, light, one-column, two-columns, three-columns, left-sidebar, right-sidebar, two-columns, fixed-width, right-sidebar, white, fixed-width, custom-header, custom-menu, rtl-language-support, light, sticky-post, translation-ready, custom-background, theme-options, full-width-template, blog, clean, faded, futuristic, minimal, modern, tech

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/

/* CSS reset */
body,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,a,img,dl,dt,dd,ol,ul,li,fieldset,form,legend,table,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	list-style: none;
}
a {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: underline;
	color: #4a630f;
}


/* Wrappers */
body {
	/* background: #454546; */
	background: #f7f7f7;
}
body, input, textarea {
	font-family: Tahoma, sans-serif;
}


/* Header */
#header {
	width: 100%;
	height: 51px;
	background: #454546;
	font-family: sans-serif;
}
#header_inner {
	width: 100%;
	max-width: 960px;
	min-width: 300px;
	margin: 0 auto;
}
* html #header_inner { /* Hack to force IE6 to use fixed width */
	width: 960px;
}

/* Navigation */
.nav {
	float: left;
	position: relative;
	top: 20px;
	/*width: 690px;*/
	z-index: 9999;
}
.nav li {
	float: left;
	position: relative;
	background: #333;
	border-left: 1px solid #555;
	border-top: 1px solid #555;
	border-right: 1px solid #555;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	margin: 0 8px 0 0;
	-moz-border-radius-topleft: 6px;
	-khtml-border-top-left-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	border-top-left-radius: 6px;
	-moz-border-radius-topright: 6px;
	-khtml-border-top-right-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	border-top-right-radius: 6px;
}
.nav li.current-menu-item,
.nav li.current_page_item,
.nav li.current-menu-item:hover,
.nav li.current_page_item:hover {
	background: #f7f7f7;
}
.nav li.current-menu-item a,
.nav li.current_page_item a {
	color: #333;
	text-shadow: 1px 1px 1px #ddd;
}
.nav li a {
	display: block;
	color: #abaaaa;
	padding: 0 10px;
}
.nav li.current-menu-item:hover a,
.nav li.current_page_item:hover a {
	color: #333;
}
.nav li:hover,
.nav li.sfhover {
	background: #3a3a3a;
}
.nav li:hover a,
.nav li.sfhover a {
	color: #fff;
	text-decoration:none;
}


/* Dropdown */
.nav li ul {
	z-index:10;
	position: absolute;
	display: none;
	width: 150px;
	background: #454546;
	-moz-box-shadow: 4px 5px 29px #666;
	-khtml-box-shadow: 4px 5px 29px #666;
	-webkit-box-shadow: 4px 5px 29px #666;
	box-shadow: 4px 5px 29px #666;
}
.nav li:hover ul,
.nav li.sfhover ul {
	display: block;
	top: 30px;
	border-top: none;
}
.nav li li {
	z-index: 20;
	width: 150px;
	margin: 0;
	padding: 0;
	-moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	height: auto;
	line-height: auto;
}
.nav li li.current-menu-item,
.nav li li.current_page_item,
.nav li li.current-menu-item:hover {
	background: #3a3a3a;
}
.nav li li.current-menu-item a,
.nav li li.current_page_item a {
	color: #abaaaa;
	text-shadow: none;
}
.nav li:hover li a,
.nav li.sfhover li a {
	color: #abaaaa;
	width: 130px;
	margin: 0;
	padding: 0 10px;
}
.nav li:hover li:hover a,
.nav li.sfhover li.sfhover a {
	color: #fff;
}
/* Flyout */
.nav li:hover li ul,
.nav li.sfhover li ul {
	left: -999em;
}
.nav li li:hover ul,
.nav li li.sfhover ul {
	z-index: 30;
	left: 0;
	top: -1px;
	margin: 0 0 0 150px;
}
.nav li:hover li:hover li a,
.nav li.sfhover li.sfhover li a {
	color: #abaaaa;
}
.nav li:hover li:hover li:hover a,
.nav li.sfhover li.sfhover li.sfhover a {
	color: #fff;
}
/* Third level */
.nav li:hover li:hover li ul,
.nav li.sfhover li.sfhover li ul {
	left: -999em;
}
.nav li:hover li:hover li:hover ul,
.nav li.sfhover li.sfhover li.sfhover ul {
	z-index: 50;
	left: 0;
}
.nav li:hover li:hover li:hover li a,
.nav li.sfhover li.sfhover li.sfhover li a {
	color: #abaaaa;
}
.nav li:hover li:hover li:hover li:hover a,
.nav li.sfhover li.sfhover li.sfhover li.sfhover a {
	color: #fff;
}


/* Search */
#search-form {
	float: right;
	width: 231px;
	height: 28px;
	background: #fff; /* Used to style button hover */
	position: relative;
	top: 37px;
	right: 0;
	/* Curve's */
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	/* Shadow */
	-moz-box-shadow: 2px 2px 5px #777;
	-khtml-box-shadow: 2px 2px 5px #777;
	-webkit-box-shadow: 2px 2px 5px #777;
	box-shadow: 2px 2px 5px #777;
}
#search-form #s {
	float: left;
	background: #565657;
	width: 187px;
	height: 26px;
	line-height: 26px;
	border: none;
	outline: none;
	margin: 0;
	padding: 0 5px;
	color: #ddd;
	border: 1px solid #999;
	border-right: none;
	/* Top left curves */
	-moz-border-radius-topleft: 6px;
	-khtml-border-top-left-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	border-top-left-radius: 6px;
	/* Bottom left curves */
	-moz-border-radius-bottomleft: 6px;
	-khtml-border-bottom-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
#search-form #search-submit {
	float: left;
	background: #565657 url(images/sprite.gif) 0 -20px; /* Need background colour for IE6/7 bug */
	width: 33px;
	height: 28px;
	border: none;
	outline: none;
	margin: 0;
	padding: 0;
	border: 1px solid #999;
	text-indent: -999em;
	font-size: 0; /* Hack to make indent work in IE7 */
	display: block; /* Hack to make indent work in IE */
	line-height: 0; /* Hack to make indent work in IE6 */
	/* Top rigth curves */
	-moz-border-radius-topright: 6px;
	-khtml-border-top-right-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	border-top-right-radius: 6px;
	/* Bottom right curves */
	-moz-border-radius-bottomright: 6px;
	-khtml-border-bottom-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-right-radius: 6px;
}
#search-form #search-submit:hover {
	opacity: 0.9;
	cursor: pointer;
}

/* Content */
#content {
	width: 100%;
	max-width:960px;
	min-width:300px;
	margin:0 auto;
}
* html #content { /* Hack to force IE6 to use fixed width */
	width: 960px;
}

/* Title */
#title {
	width: 100%;
	margin: 30px auto 20px auto;
	overflow: hidden;
}
#title h1 {
	float: left;
	line-height: 35px;
	margin: 0 0 0 10px;
	padding: 0;
	text-shadow: 1px 1px 1px #999;
	font-size: 28px;
}
#title h1 a {
	color: #222;
}
#title h1 a:hover {
	text-decoration: none;
}
#content #title p {
	float: left;
	line-height: 18px;
	margin: 10px 0 0 20px;
	padding: 0;
	color: #222;
	font-family: Georgia, 'Times New Roman', sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-shadow: 0 1px 0 #fff;
}
#top {
	display: none;
}
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Georgia, "Times New Roman", Times,serif;
	font-weight: bold;
	color: #555;
	margin:0 0 18px 0;
}
h1 {
	font-size: 24px;
	line-height: 30px;
}
h2 {
	font-size: 20px;
	line-height: 26px;
}
h3 {
	font-size: 16px;
	line-height: 24px;
}
h4 {
	font-size: 14px;
	line-height: 20px;
}
h5 {
	font-size: 14px;
	line-height: 20px;
}
h6 {
	font-size: 14px;
	line-height: 20px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #333;
}


/* Page templates */
body.attachment-jpeg #maincontent,
body.attachment-png #maincontent,
body.attachment-gif #maincontent,
body.page-template-fullwidth-page-php #maincontent,
body.page-template-fullwidth-page-php .sep,
body.attachment.page #maincontent {
	width: 100%;
}
body.attachment-jpeg #maincontent_inner,
body.attachment-png #maincontent_inner,
body.attachment-gif #maincontent_inner,
body.page-template-fullwidth-page-php #maincontent_inner {
	width: 100%;
}
.attachment-jpeg #maincontent  p.comments-closed,
.attachment-png #maincontent  p.comments-closed,
.attachment-gif #maincontent  p.comments-closed,
.page-template-fullwidth-page-php p.comments-closed,
.attachment-jpeg #maincontent #comments,
.attachment-png #maincontent #comments,
.attachment-gif #maincontent#comments,
.page-template-fullwidth-page-php #comments {
	width: 100%;
}
.attachment img {
	display: block;
	margin: 0 auto 30px auto;
}
.archives-title {
	margin: 10px 0;
	background: #f0f0f0;
	border: 1px solid #ccc;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.archives-title div {
	padding: 7px 10px;
	border: 1px solid #fff;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.archives-title h2 {
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 18px;
	margin: 0;
	padding: 0;
}

/* Main Content area */
#maincontent {
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	width: 67%;
}
.sidebar-content #maincontent {
	float: right;
	margin-left: 20px;
}
.content-sidebar-sidebar #maincontent,
.content-sidebar #maincontent {
	float: left;
	margin: 0 20px 0 0;
}
.sidebar-sidebar-content #maincontent {
	float: right;
	margin: 0 0 0 20px;
}
.sidebar-content-sidebar #maincontent {
	float: left;
	margin: 0 20px 0 0;
	width: 75%;
}
.sidebar-content-sidebar #maincontent_inner {
	width: 67%;
	float: right;
}

/* Post title */
h2.title {
	border-bottom: 1px solid #fff;
	font-size: 16px;
	text-shadow: 1px 1px 1px #aaa;
	margin: 10px 0 0 0;
	padding: 2px 10px;
}
h2.title a {
	color: #445566;
}
h2.title a:hover {
	color: #4a630f;
	text-decoration: none;
}
.post {
	overflow: hidden; /* To prevent images from blowing out the side */
	margin: 0 0 50px 0;
}
.aside {
	padding: 10px;
	background: #f3f2f2;
	border: 1px solid #eee;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.aside .sep {
	display: none;
}
/* Sticky posts */
.sticky {
	margin: 10px 0;
	background: #f0f0f0;
	border: 1px solid #ccc;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.sticky h2,
.sticky h2 a {
	color: #FF4E00;
	margin: 0;
}
.sticky .sep {
	border: none;
	background:none;
}
/* Post thumbnails */
.post img.attachment-post-thumbnail {
	float: right;
	border: 1px solid #ccc;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding: 4px;
	background: #fff;
}
/* Post info */
.post-info {
	border-top: 1px solid #ddd;
	line-height: 18px;
	color: #999;
	margin: 0 0 18px 0;
	padding: 2px 12px;
}
.post-info div {
	background: url(images/sprite.gif) no-repeat 0 -55px;
	padding: 0 0 0 18px;
}
.post-info span.comments-meta {
	float: right;
	background: url(images/sprite.gif) no-repeat 0 -177px;
	padding: 0 8px 0 19px;
}
/* Seperator */
.sep {
	width: 100%;
	border-top: 1px solid #fff;
	background: #ddd;
	font-size: 0;
	height: 1px;
}
* html .sep {
	height: 2px;
	margin: 0 0 -1px 0;
}
/* the_content output */
.content {
	overflow: hidden;
	margin:0 0 0 10px;
}
/* Post content */
#maincontent .content a {
	text-decoration: underline;
}
#maincontent .content a:hover {
	text-decoration: none;
}
#content,
#content textarea,
#content input[type=text] {
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	color: #242424;
	line-height: 22px;
}
#content p,
#content li
#content blockquote {
	margin: 0 0 18px 0;
}
#content blockquote {
	-moz-box-shadow: 4px 5px 29px #ddd;
	-khtml-box-shadow: 4px 5px 29px #ddd;
	-webkit-box-shadow: 4px 5px 29px #ddd;
	box-shadow: 4px 5px 29px #ddd;
}
#content ul,
#content ol  {
	margin: 10px 0;
}
#content .post .content ul,
#content .post .content ol {
	padding-left: 1em;
}
#content ol  {
	margin-left: .5em;
}
#content ul li,
#content ol li {
	margin: 4px 0 4px 20px;
	line-height: 16px;
}
#content ul li {
	list-style: disc;
}
#content ol  li {
	list-style: decimal;
}
#content #maincontent blockquote {
	background: #fff;
	-khtml-border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	margin: 30px 20px 30px 30px;
	padding: 20px 20px 10px 20px;
}
#content #maincontent blockquote p {
	color: #666;
	font-style: italic;
	margin: 0 0 10px 0;
}
/* Post content */
.alignleft {
	float: left;
	margin: 5px 20px 5px 5px;
}
.alignright {
	float: right;
	margin: 5px 5px 5px 20px;
}
.aligncenter {
	display: block;
	margin: 5px auto;
}
#content  .wp-caption {
	border: 1px solid #ccc;
	background: #fff;
	height: auto;
	max-width: 99%;
	padding: 0;
	clear: both;
}
#content p.wp-caption-text {
	font-size: 12px;
	text-align: center;
	line-height: 14px;
	color: #666;
	margin: 0;
	padding: 5px 10px;
	margin:0;
}
#content .wp-caption img {
	display: block;
	border: none;
	height: auto;
	margin: 5px auto 0 auto;
	max-width: 98%;
	padding: 0;
}
/* Tables */
#content table {
	background: #fff;
	border: 2px solid #ccc;
	border-collapse: collapse;
	margin: 5px 0 10px 5px;
}
#content th,
#content td {
	border: 1px solid #ccc;
	padding: 3px 10px;
	text-align: left;
	vertical-align: top;
}
#content tr.even td{
	background: #f7f7f7;
}
#content th {
	background: #edeff0;
}
#content code {
	background: #333;
	color: #ddd;
}
#content pre {
	font-size: 12px;
	width: 95%;
	line-height: 16px;
	overflow: auto;
	font-family: monospace;
	color: #555;
	background: #fafafa;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 15px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 0 5px 16px 5px;
	margin: 0 0 20px 0;
}


/* Pagination */
.pagination {
	margin: 40px 0 0 0;
	padding: 5px 0;
	border-top: 1px solid #ccc;
}
.pagination a,
.pagination span {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	padding: 0 10px;
}
.pagination a {
	color: #047;
}
.pagination .pagination-current {
	font-weight: bold;
}


/* Post meta */

.postmetadata {
display:none;
}


/* Next and previous posts links */
.next-prev-links {
	margin: 0 0 0 10px;
	padding: 25px 0 40px 0;
	color: #047;
}
.next-prev-links a {
	color: #047;
}
.next-prev-links .nav-previous {
	float: left;
}
.next-prev-links .nav-next {
	float: right;
}

/* Comments */
p.comments-closed {
	width: 100%;
	text-align: right;
	border-bottom: none;
	text-shadow: 1px 1px 1px #aaa;
	color: #445566;
	font-size: 16px;
}
#comments {
	float: left;
	margin: 0 0 15px 0;
	padding: 0;
	border-bottom: 1px solid #fff;
	min-height: 1px;
	width: 100%;
}
#comments a {
	color: #047;
}
#respond {
	float: left;
	margin: 30px 0 0 0;
	padding: 0;
}
#content .commentlist li {
	list-style: none;
	margin: 10px 0 0 0;
	padding: 10px;
	background: #fdfcfc;
	border: 1px solid #eeecec;
	border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	word-wrap: break-word;
}
#content .commentlist .pingback p {
	margin: 0;
}
#content .commentlist li ul li {
	background: #f7f7f7;
}
.comment-body {
	padding: 0 0 9px;
}
#content #maincontent #comments blockquote {
	padding: 10px;
	margin: 10px;
}
#content .commentlist li img.avatar {
	float: right;
	margin: 0 5px 0 10px;
	padding: 4px;
	border: 1px solid #E6E6E6;
	background: #fff;
}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
}
.commentlist p {
	font-weight: normal;
	text-transform: none;
}
.commentmetadata {
	font-weight: normal;
}
.comment-form-comment label {
	display: block;
}
/* Reply buttons */
#content .reply a,
#content .reply a:visited {
	background: #fff;
	font-size: 12px;
	font-weight: normal;
	color: #047;
	text-decoration: none;
	margin: 0;
	padding: 2px 5px 3px 5px;
	border: 1px solid #ccc;
	border-radius: 10px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#content .reply a:hover {
	background: #047;
	color: #fff;
	text-decoration: none;
	border: 1px solid #010126;
}
/* Comment meta */
.commentmetadata, .commentmetadata a {
	display: block;
}
/* Styling for alternate comments */
.thread-alt {
	background: #f7fcfe;
}
.depth-1 {
	border: 1px solid #fff;
}
#content .commentlist li.alt {
		background: #f9f9f9;
}
#comments code {
	background: none;
	color: #000;
}
/* Comment form */
#respond input[type=text] {
	border: 1px solid #e6e6e6;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	float: left;
	margin-right: 10px;
	padding: 4px 10px;
}
#content p.comment-form-comment {
	margin-bottom: 0;
}
#content p.comment-form-comment label {
	display: none;
}
#commentform textarea {
	background: #fff;
	-khtml-border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #e6e6e6;
	margin:0;
	padding: 10px;
	width: 90%;
}
body.attachment #commentform textarea {
	width: 895px;
}
/* Submit button */
#commentform #submit {
	background: #fff;
	font-size: 14px;
	color: #047;
	text-decoration: none;
	margin: 0;
	padding: 6px 14px 7px 14px;
	border: 1px solid #ccc;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
#commentform #submit:hover {
	background: #047;
	color: #fff;
	text-decoration: none;
	border: 1px solid #010126;
	cursor: pointer;
}
.comment object,
.comment embed {
	margin: 1em 0;
}

/* Sidebar */
#sidebar {
	overflow: hidden;
}
.sidebar-sidebar-content #sidebar,
.content-sidebar-sidebar #sidebar,
.content-sidebar #sidebar {
	margin:0;
}
.sidebar-content-sidebar #sidebar-left {
	float: left;
	width: 33%;
	overflow: hidden;
}
.sidebar-content-sidebar  #sidebar-two .sidebar-border {
	margin: 0 20px 0 0;
}
.sidebar-sidebar-content #featured-widget-area,
.content-sidebar-sidebar #featured-widget-area {
}
.sidebar-sidebar-content #primary-widget-area,
.content-sidebar-sidebar #primary-widget-area {
	margin: 20px 0 0 0;
	width: 46%;
	float: left;
}
.sidebar-sidebar-content #secondary-widget-area,
.content-sidebar-sidebar #secondary-widget-area {
	margin: 20px 0 0 0;
	width: 47%;
	float: right;
}
.sidebar {
	padding: 10px 0 0 0;
	overflow:auto;
	font-family: tahoma, sans-serif;
	font-size: 12px;
	position: relative;
}
* html #sidebar-two {
	width:230px;
}
* html #sidebar {
	float: left;
}
*html .sidebar-sidebar-content #sidebar,
*html .content-sidebar-sidebar #sidebar,
* html .content-sidebar #sidebar {
	float: right;
}
* html #sidebar .sidebar_inner {
	width: 100%;
}
.active {
	background: #f2f2f2;
	border: 1px solid #ccc;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.active .sidebar-inner {
	padding: 20px 10px 10px 10px;
	border: 1px solid #fff;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	overflow: hidden;
	position: relative; /* Haslayout bug fix */
}
/* RSS Feed */
.sidebar #rssfeed {
	z-index: 1;
	position:absolute;
	top:-10px;
	left:50%;
	margin: 12px 0 0 -33px;
	width: 66px;
	height: 20px;
	text-indent: -999em;
}
.sidebar #rssfeed a {
	display: block;
	background: url(images/sprite.gif) 0 0;
	width: 66px;
	height: 20px;
}
.sidebar #rssfeed a:hover {
	opacity: 0.7;
}
/* Links */
.sidebar a {
	color: #555;
	text-shadow: 0 1px 0 #fafafa;
}
.sidebar a:hover {
	color: #999;
}
.sidebar h3 {
	background: url(images/widget-border-light.png) repeat-x left bottom;
	color: #445566;
	font-size: 16px;
	line-height: 30px;
	margin: 0;
	padding: 0 5px 2px;
	text-shadow: 1px 1px 1px #aaa;
}
.widget ul,
.textwidget {
	padding: 0 5px;
}
.widget ul ul {
	padding: 0;
}
/* Specific widgets */
.widget_flickr table {
	background-color: transparent !important;
	border: 0 !important;
	margin-left: 0 !important;
}
#content .widget_flickr td {
	border: 0;
}
#content .widget_flickr tr {
	background: none !important;
}
#vodpod_recent_videos {
	position: relative;
	left: 50px;
}
#wp-calendar {
	table-layout: fixed;
	width: 96.5%;
}
.content-sidebar-sidebar #content #primary-widget-area #wp-calendar th,
.content-sidebar-sidebar #content #primary-widget-area #wp-calendar td,
.content-sidebar-sidebar #content #secondary-widget-area #wp-calendar th,
.content-sidebar-sidebar #content #secondary-widget-area #wp-calendar td,
.sidebar-sidebar-content #content #primary-widget-area #wp-calendar th,
.sidebar-sidebar-content #content #primary-widget-area #wp-calendar td,
.sidebar-sidebar-content #content #secondary-widget-area #wp-calendar th,
.sidebar-sidebar-content #content #secondary-widget-area #wp-calendar td {
	padding: 2px 1px;
}
#wp-calendar a {
	text-decoration: underline;
}
#wp-calendar #next {
	text-align: right;
}
.widget_twitter a {
	display: inline !important;
}
#vodpod_recent_videos {
	margin: 0 auto !important;
	position: static !important;
}
#content .sidebar .widget_recent_comments li a {
	display: inline;
}

/* List items */
#content .sidebar li {
	list-style:none;
	line-height: 20px;
	background: #f2f2f2 url(images/sidebar-li.gif) no-repeat;
	margin: 0;
	padding: 0 0 0 15px;
}
#content .sidebar li:hover {
	background: url(images/sidebar-li.gif) no-repeat -300px 0;
}
#content .sidebar li a {
	display: block;
}
#content .sidebar li a:hover {
	text-decoration: none;
}
#content .sidebar li ul {
	background: #f2f2f2;
	position: relative;
	left: -15px;
	margin: 0;
	padding: 0;
}
#content .sidebar li li {
	background: #f2f2f2 url(images/sidebar-li.gif) no-repeat;
	margin: 0 0 0 15px;
	padding: 0 0 0 15px;
}

/* Sub-footer - contains widgeted area */
#sub-footer {
	width: 100%;
	float: left;
}
#sub-footer .sidebar {
	width: 23%;
	margin: 0 1%;
	float: left;
}

/* Footer */
#footer {
	float: left;
	width: 100%;
	height:45px;
	background: #454546;
	margin: 20px 0 -5px 0;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	color: #aaa;
	position: relative;
}
#footer div {
	width: 100%;
	max-width: 960px;
	min-width:300px;
	margin: 4px auto 0 auto;
}
* html #footer div { /* Hack to force IE6 to use fixed width */
	width: 960px;
}
#footer a {
	border-bottom: 1px dashed #aaa;
	color: #aaa;
}
#footer a:hover {
	color: #f2f2f2;
	text-decoration:none;
}
#footer #top-link {
	float: right;
	margin: 0 100px 0 0;
	color: #f2f2f2;
	font-size: 14px;
	border: none;
}
#footer #top-link:hover {
	color: #fff;
	border: none;
}

/* Stats image */
img#wpstats {
	display: block;
	clear: both;
}


/***************
 * Print Style *
 ***************/
@media print {
	body,
	pre,
	ins {
		background: none !important;
	}
	#sidebar-two,
	#sidebar,
	#sub-footer,
	#search-form,
	.nav,
	#respond,
	.post-info,
	.aside .sep {
		display: none;
	}
	#header {
		height: 4px;
	}
	#maincontent,
	.sep {
		max-width: 100% !important;
		width: 100% !important;
	}
	#content,
	#comments,
	#maincontent,
	#maincontent_inner {
		max-width: 100% !important;
		width: 100% !important;
	}
	.archives-title {
		background: #fff !important;
	}
	.sticky {
		background: #f0f0f0;
	}
	#content code {
		background: #efefef;
	}
	#content pre {
		background: #efefef;
	}
	#footer {
		border-top: 2px solid #ccc;
		background: #fff;
	}
	#footer div {
		width: 100% !important;
		max-width: 100% !important;
		text-align: center;
	}
}