/*  
Theme Name: Dexmo Skin
Theme URI: http://wordpress.org/
Description: The default WordPress modified for Dexmo purposes
Version: 1.0
Author: 38one
Author URI: http://38one.com/

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

*/

html, body {
	margin: 0px;
	padding: 0px;
}

body {
	font-size: 12px; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;
	color: #333;
	text-align: center;
	background: #fff;
}
	
img {
	border: none;
}

a {
	text-decoration: none;
	color: #FF3700;
}

a:hover {
	text-decoration: underline;
}

textarea, input {
	font-family: Verdana, Arial, Sans-Serif;
}

#page {
	text-align: left;
}

#header {
	height: 107px;
	background: #E6E6E6;
	text-align: center;
}

#blog_info {
	display: none;
}

#header_content {
	width: 770px;
	text-align: left;
	margin: 0px auto;
	position: relative;
}

#header_navigation {
	position: absolute;
	top:10px;
	right:0px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#header_navigation li {
	display: inline;
	padding-right:10px;
}

#header_navigation li a {
	font-weight: bold;
	color:#333;
	text-decoration: underline;
}

#header_navigation li a:hover {
	text-decoration: none;
}

#site_logo {
	position: relative;
	top: 15px;
	left: 15px;
}

#search_form {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background:url(images/site_headline_back.gif) repeat-x top left;
	
}

#search_form .inner {
	width: 770px;
	height: 33px;
	text-align:left;
	margin: 0px auto 0px auto;
	background:url(images/site_headline.gif) no-repeat top left;
	position: relative;
}

#search_form form {
	padding: 0px;
	margin: 0px;
	position: absolute;
	right:8px;
}

* html #search_form form {
	top: 1px;
}

#search_form form input#s {
	background: #FFF;
	border: 1px solid #999999;
}

#search_form form #searchsubmit {
	position: relative;
	top: 4px;
	margin-left:3px;
}

#container {
	background:#F3F3F3;
	margin: 0px;
	padding: 0px;
	text-align:center;
	padding-bottom: 1px;
}

#real_container {
	width: 770px;
	text-align:left;
	margin: 0px auto;
	padding: 10px 0px 0px 0px;
	position: relative;
}

#content {
	float: left;
	width: 594px;
}

#sidebar {
	width: 136px;
/*	position: absolute;
	right: 0px;
	top: 0px;*/
	float:left;
	padding: 0px 10px 0px 30px;
}

.post {
	width: 579px;
	background: #fff url(images/post_top.gif) no-repeat top left;
	margin-bottom: 24px;
	margin-left: 15px;
	line-height:150%;
}

.post_inner {
	background: transparent url(images/post_bottom.gif) no-repeat bottom left;
	padding: 17px;
}

.post h2 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 15px;
}

.postmetadata {
	border-top: 1px solid #999;
	padding-top: 10px;
	font-weight: bold;
}

.postmetadata .posted {
	padding-top:4px;
}

.postmetadata .meta_actions {
	float: right;
}

.postmetadata .author {
	color: #FF3700;
}

.postmetadata .date {
	color: #666666;
}

#sidebar ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#sidebar ul li {
	padding-bottom: 7px;
}

#sidebar ul li h2 {
	font-size: 13px;
}

#sidebar ul ul {
	margin-top: -4px;
}

#footer {
	padding-top: 60px;
	padding-bottom:60px;
	text-align: center;
}

#footer_container {
	width: 770px;
	margin: 0px auto;
	text-align:left;
}

#footer_container .inner {
	text-align:center;
	width: 594px;
}

#footer_navigation {
	padding: 0px 10px 10px 0px;
	margin: 0px;
	list-style: none;
}

#footer_navigation li {
	display: inline;
	padding-left: 10px;
}

#footer_navigation a {
	color: #999999;
	text-decoration: underline;
}

#footer_navigation a:hover {
	text-decoration: none;
}

#comment_block {
	width: 579px;
	margin-left:15px;
}

#comments_title {
	display: block;
	width: 586px;
	height: 33px;
	background:url(images/comment_headline.gif) no-repeat top left;
	margin: 0px -4px 21px -4px;
}

#comments_title span {
	display: none;
}

ol.commentlist {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ol.commentlist li {
	display: block;
	width:579px;
	background: #E8E8E8 url(images/comment_top.gif) no-repeat top left;
	margin-bottom: 8px;
}

ol.commentlist li .inner {
	width:533px;
	background: transparent url(images/comment_bottom.gif) no-repeat bottom left;
	padding: 17px 23px;
	line-height: 140%;
}

ol.commentlist .alt {
	background: #DDDDDD url(images/comment_top_alt.gif) no-repeat top left;
}

ol.commentlist .alt .inner {
	background: transparent url(images/comment_bottom_alt.gif) no-repeat bottom left;
}

.commentmetadata .author {
	font-weight: bold;
}

.commentmetadata .date {
	font-size: 10px;
	color: #999;
	font-weight: bold;
}

.commentlist .admin_actions {
	float: right;
	font-weight: bold;
}

h4#respond {
	font-size: 12px;
	font-weight: bold;
	padding-top: 15px;
	padding-left: 20px;
}

#comment_form {
	width: 579px;
	background: #E8E8E8 url(images/comment_form_top.gif) no-repeat top left;
	margin-bottom: 40px;
}

#comment_form .inner {
	width: 539px;
	background: transparent url(images/comment_form_bottom.gif) no-repeat bottom left;
	padding: 16px 20px 16px 20px;
}

#comment_form textarea {
	width: 505px;
	background: #EEE9E1;
	border: 1px solid #999;
	height: 120px;
	margin: 0px;
	font-size: 11px;
	padding: 10px
}

#comment-preview h3 { 
	font-size: 12px;
}

#livePreview {
	background: #ddd;
	padding: 10px;
}

#livePreview p {
	margin: 0px;
	padding: 0px 0px;
}

.textile_info {
	padding: 10px 0px;
	font-size: 10px;
}

.textile_info a {
	color: #333;
	text-decoration: underline;
}

.textile_info a:hover {
	text-decoration: none;
}

#comment_form .logged {
	padding-bottom: 15px;
}

#comment_form label {
	display: block;
	padding-bottom: 3px;
}

#comment_submit {
	padding-top:20px;
	text-align: right;
}

#txtcontainer {
	position: relative;
}


/*

.txtplus {
	position: absolute;
	right: -5px;
	top: 19px;
	cursor: pointer;
}

.txtminus {
	position: absolute;
	right: -5px;
	top: 0px;
	cursor: pointer;
}

*/

.txtplus {
	position: absolute;
	right: -5px;
	bottom: 0px;
	cursor: pointer;
}

.txtminus {
	position: absolute;
	right: -5px;
	bottom: 19px;
	cursor: pointer;
}

* html .txtminus {
	right: 13px;
	top: 0px;
}

* html .txtplus {
	right: 13px;
	top: 19px;
}

#info_fields {
	font-size: 11px;
}

#info_fields input {
	margin-bottom: 10px;
	background: #EEE9E1;
	border: 1px solid #999;
	font-size: 11px;
	padding: 3px 5px;
	width: 230px;
}

.sidebar_info {
	font-size: 11px;
}

#page_title_block {
	background: #F3F3F3;
	text-align: center;
	margin: 0px;
}

#page_title_block .inner{
	width: 770px;
	margin: 0px auto;
	text-align: left;
}

#page_title_block h2 {
	margin: 0px;
	font-size: 14px;
	padding: 20px 10px 15px 30px;
}

.navigation {
	text-align: center;
	background:url(images/navigation_background.gif) no-repeat center top;
	height: 33px;
	margin-bottom: 20px;
	position: relative;
}

.nav_next {
	display: block;
	width: 67px;
	height: 19px;
	background:url(images/navigation_next.gif) no-repeat top left;
	position: absolute;
	right: 210px;
	top: 6px;
}

.nav_next:hover {
	background-position: bottom left;
}

.nav_next span {
	display: none;
}

.nav_prev {
	display: block;
	width: 67px;
	height: 19px;
	background:url(images/navigation_previous.gif) no-repeat top left;
	position: absolute;
	left: 210px;
	top: 6px;
}

.nav_prev:hover {
	background-position: bottom left;
}

.nav_prev span {
	display: none;
}