﻿/*
Theme Name: M3S Classic Red
Theme URI: http://www.mo3aser.com/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
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

*/

* {
	margin:0;
	padding:0;
}
body {
	background: #64696D;
	font: 9pt tahoma,arial;
}

/* Begin Header Area */

#header {
	background: url(images/header-bg.gif) #F1EFE2 repeat-x center top;
	width: 100%;
	height: 128px;
}
    
#bg {
	background: url(images/bg.gif) #64696D repeat-x center top;
	width: 100%;
}

.buttons{
	background: transparent  url(images/button-bg.gif) center center repeat-x;
	width: 100%;
	font: bold 12pt Arial;
	height:auto;
	float: left;
}

.buttons li{
	display: inline;
}

.buttons li a{
	padding: 9px 11px;
	color: #FFF;
	text-decoration: none;
}

.buttons li a:hover{
	background: transparent url(images/button-h.gif) center center repeat-x;
	color: #FFF;
}

/* End  Header Area */

/* Begin Content Area */
#page {
	background: url(images/page-bg.gif) #FFF repeat-x center 38px ;
	border-right: 1px solid #3C3F42;
	border-left: 1px solid #3C3F42;
	width: 779px;
	margin : auto;
}

.content {
	width: 765px;
	padding: 5px;
	margin:auto;
	overflow: hidden;
	clear:both;
}

.narrowcolumn {
	width: 530px;
	padding-right: 10px;
}

/* End Content Area */

/* Begin Footer Area */

div#footer {
	background: url(images/footer-bg.gif) #414649 repeat-x center top;
	width: 100%;
}

#footer-top {
	background: url(images/footer-top.gif) #FFF repeat-x center top;
	width: 100%;
	height:33px;
}

.footer-content{
	color:#BBBEC1;
}

.footer-content a{
	color: #FFF;
	text-decoration:none;
}

.footer-content a:hover{
	color: #CCC;
	text-decoration:none;
}

.footer-list {
	width: 250px;
	margin-left: 4px;
	text-align: right;
}

.footer-list h3 {
	color :#fff;
}

.footer-list ul {
	list-style-type: none;
}

.footer-list ul li {
	padding-right: 2px;
	display:block;
	border-bottom: 1px solid #DD0005;
	padding:7px;
	color:#ccc;
}

.footer-list ul li:hover {
	background:#23292B;
}

.footer-list ul li a:link ,.footer-list ul li a:active , .footer-list ul li a:visited {   
	color: #CCC;
	text-decoration: none;
}

.footer-list ul li a:hover {   
	color: #FFF;
	text-decoration: none;
}

.footer-list small {
	color:#ccc;
}

.rss {
	background: url(images/feed.png) no-repeat right center;
	padding: 0 15px 2px 0;
	margin-right: 8px;
}

/* End Footer Area */

/* Begin sidebar Area */
.sidebar {
	width: 209px;
	padding-right: 5px;
}

.list-box{
	display:block;
	width: 209px;
	margin: 0 0 15px 5px;
}

.list-head{
	background: url(images/dark.gif) repeat-x center top  ;
	display: block;
	color:white;
	padding: 6px 11px;
}

.list-content {
	background: url(images/items-bg.gif) #F3F3F3 repeat-x center top  ;
	padding: 10px 0;
	border:1px #999DA2 solid;
}
.list-content ul{
	list-style-type: none;
}
.list-content li {
	padding-right: 10px;
	height: 20px;
}
.list-content li a {
	color: #000;
	text-decoration: none;
}
.list-content li a:hover {
	color: #B50005;
	text-decoration: none;
}

/* End sidebar Area */

a ,h2 , h2 a{
	color: #B50005;
	text-decoration:none;
}
a:hover ,h2  a:hover{
	color: #282E31;
	text-decoration:none;
}

.line-bottom {
	margin-top: 3px;
	margin-bottom: 3px;
	border-top: 1px solid #ccc;
	height: 3px;
	overflow: hidden;
}


.post .date {
	height: 45px;
	width: 35px;
	font: normal 22px Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: center;
	padding: 0 0 0 2px;
	line-height: 100%;
	border-right:1px #ccc solid;
}
.post .date span {
	display: block;
	font: normal 9pt tahoma,Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;
	padding-top: 4px;
}

.postmetadata{
	width: 96%;
	display:block;
	background:#F6F6F6;
	padding:3px 8px 3px 8px;
	margin-top:15px;
	border:1px #CCC solid;
}


small {
	font-family: Tahoma, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: Arial, 'Trebuchet MS', 'Lucida Grande', Verdana, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	text-align: center;
	color:#969A9E;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, .description {
	text-decoration: none;
	color: white;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.postmetadata {
	clear: left;
}

.clear {
	clear: both;
}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 30px;
	margin: 0;
	}
h3#comments , h3#respond {
	margin-top: 30px;
	color:#969A9E;
	}
/* End Headers */



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

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. */


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

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

input {
	    background: #FAFAFA;
        border: 1px solid #B4B4B4;
        color: #000000;
        font-family: Tahoma;
        font-size: 11px;
        padding: 2px 4px 2px 4px;
	}
#commentform input{
		width:200px;
}	

textarea {
	    background: #FAFAFA;
        border: 1px solid #B4B4B4;
        color: #000000;
        font-family: Tahoma;
        font-size: 12px;
        padding: 2px;
        padding-right: 6px;
        padding-left: 6px;
       	width: 97%;
	}

#commentform #submit {
	margin: 0;
	float: right;
}
	
input:hover,textarea:hover{
	border: 1px solid #64696D;
}
	
input:focus ,textarea:focus{
	border: 1px solid #B50005;
	background:#F6F6F6;
}

/* End Form Elements */



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

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

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}
	
	
.commentlist .alt {
	background: #F6F6F6;
}

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

#commentform p {
	margin: 5px 0;
	}

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

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



/* Begin Sidebar */
#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;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

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



/* "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." */

