/*
Theme Name: SE-NSE Default
Theme URI: http://se-nse.net/
Description: The default SE-NSE theme based on the famous <a href="http://se-nse.net/">SE-NSE</a>.
Version: 1.0
Author: Chris Warren
Author URI: http://ixalon.net/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

.narrowcolumn {
	float: left !important;
	padding: 0 0 20px 20px !important;
	margin: 0px 20px 0 0 !important;
	width: 670px !important;
	border: 0px !important;
	}

.widecolumn {
	padding: 10px 0 20px 0 !important;
	margin: 5px 0 0 20px !important;
	width: 880px !important;
	border: 0px !important;
	}

.post {
	margin: 0 0 40px !important;
	padding: 0 !important;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 0px 0 10px 0;
	margin-left: 715px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

.blog h2 {
	clear: none;
}

.narrowcolumn .post {
	padding: 0px;
	margin-bottom: 20px !important;
	background-color: #f5f5f5;
	border: 1px solid #ffd392;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.post h2 {
	background: #ff6600 url(http://forums.se-nse.net/public/style_images/sense/gradient_bg.png) repeat-x 0 15px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	padding: 5px 10px 5px 10px;
	font-size: 12pt;
	font-weight: bold;
	margin: 0px;
}
.post h2 a {
	text-decoration: none;
	color: #fff;
}
.post h2 a:hover {
	text-decoration: underline;
}
.narrowcolumn .post small {
	padding: 5px 10px 5px 10px;
	display: block;
	background-color: #E5DDC9;
	border-bottom: 1px solid #000;
}
.narrowcolumn .post div.entry {
	padding: 10px;
}
.narrowcolumn .post p.postmetadata {
	display: block;
	padding: 5px;
	text-align: center;
	font-size: 0.85em;
}
#content.widecolumn {
	margin-top: 0px !important;
	padding-top: 0px !important;
}
.widecolumn .navigation {
	margin-top: 0px;
	margin-bottom: 0px;
}
.widecolumn .post {
	clear: both;
	position: relative;
	top: 20px;
	margin-bottom: 40px !important;
	background-color: #f5f5f5;
	border: 1px solid #ffd392;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.widecolumn .post h2 {
	color: #fff;
}
.widecolumn .post .entry {
	padding: 10px;
}
.widecolumn .post .postmetadata {
	display: block;
	background-color: #E5DDC9;
	margin: 10px 0 0 0;
	text-align: center;
	font-size: 1.1em;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px;
}
.widecolumn #comments {
}
.widecolumn .comment {
	position: relative;
	border: 1px solid #E5DDC9;
	background-color: #f5f5f5;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px;
}
.widecolumn .comment-author {
	margin-bottom: 0px;
}
.widecolumn .comment-author img {
	float: left;
	padding: 5px;
	border: 1px solid #E5DDC9;
	background-color: #fff;
	margin-right: 10px;
}
.widecolumn .comment-author cite {
	display: inline;
}
.widecolumn .comment-author .says {
	display: inline;
}
.widecolumn .comment-meta {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 0.85em;
}
.widecolumn .comment-meta a {
	text-decoration: none;
}
.widecolumn .comment-meta a:hover {
	text-decoration: underline;
}
.widecolumn .comment p {
	display: block;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 53px;
}
.widecolumn #respond {
	border: 1px solid #E5DDC9;
	background-color: #f5f5f5;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px;
}
.widecolumn #respond h3 {
	padding: 0px;
}
.widget {
	background-color: #f5f5f5;
	border: 1px solid #ffd392;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding-bottom: 5px;
}
.widget div {
	padding: 10px;
}
.widget div div {
	padding: 0px;
}
.widgettitle {
	background: #ff6600 url(http://forums.se-nse.net/public/style_images/sense/gradient_bg.png) repeat-x 0 15px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	padding: 5px 10px 5px 10px;
	font-size: 10pt;
	font-weight: bold;
	margin: 0px;
	color: #fff;
	text-align: left !important;
}
.widget_categories {
	text-align: center;
}
.widget_archive {
	text-align: center;
}
#recentcomments {
	font-size: 0.8em;
}
#recentcomments li {
	margin-top: 1em !important;
}
#sidebar h2 {
	clear: none;
}
.wp-pagenavi a, .wp-pagenavi a:link {
	color: #000 !important;
	border-color: #000 !important;
}
.wp-pagenavi .current {
	color: #ff6600 !important;
	border-color: #ff6600 !important;
}
.page .entry {
	background-color: #fff;
}
.page h2 {
	color: #fff;
}
#footer_utilities .left {
	display: none;
}
.archive #content .post h3 {
	background: #ff6600 url(http://forums.se-nse.net/public/style_images/sense/gradient_bg.png) repeat-x 0 15px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	padding: 5px 10px 5px 10px;
	font-size: 10pt;
	font-weight: bold;
	margin: 0px;
	color: #fff;
}
.archive #content .post h3 a {
	color: #fff;
}
.linkedpost {
	background-color: #f5f5f5;
	border: 1px solid #ffd392;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px;
	margin-bottom: 20px;
	text-align: center;
}
.ads_homepost {
	margin: 15px auto 15px auto;
	width: 468px;
}
.ads_post {
	margin: 15px auto 15px auto;
	width: 468px;
}
.ads_side {
	margin: 0 auto 0 auto;
	width: 160px;
}
.entry p {
	margin-bottom: 1.0em;
}

