/*
Theme Name: MMCrisp
Theme URI: http://www.mastermute.com/mmcrisp
Description: Crisp, clean and simple theme. Highly modular for easy expansion.
Author: Johan Dahlstr&ouml;m
Author URI: http://www.mastermute.com
Version: 1.0.4
Tags: two-columns, light, translation-ready, fixed-width, theme-options
Note: 
MMCrisp is Copyright 2010 Johan Dahlstr&ouml;m and released under GPL v2
If you want to donate please use PayPal johan@mastermute.com  
Credits: comments-system (comments.php and comment callback) is derived from the twenty-ten(GPL) theme  
*/

body{
	background-color: #aaa;
	color: #000;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	
}

a{
	color: inherit;
}

a:hover{
	background-image: url("images/transb-20.png");
	background-repeat: repeat;
}

.content{
	width: 960px;
	margin: 0 auto;
	background-color: #fff;
	position: relative;
}

.clear
{
	clear: both;
}

#header{
	position: relative;
	background-image: url("images/header.png");
	height: 118px;
}

#title{
	border-top: solid 3px #000;
	text-align: right;
}

.siteTitle{
	font-size: 24px;
	font-weight: bold;
	margin-left: 5px;
}

.siteTitle a {
	text-decoration: none;
	background-image: none;
}

.siteDescription{
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	letter-spacing: -1px;
	color: #888;
	margin-right: 5px;
}

#nav{
	height: 2.5em;
	background-color: #fff;
	color: #000;
	border-top: solid 3px #000;
	font-weight: bold;
}

#main{
	border-top: solid 3px #000;
	border-bottom: solid 3px #000;
	background:url("images/divider.png") repeat-y scroll 640px 0 #FFFFFF;
	overflow: hidden;
}

#content{
	width: 620px;
	padding: 5px 10px 5px 10px;
	float: left;
}

#tag{
	background-color: #aaa;
	color: #ddd;
	text-align: center;
}

#tag a{
	color: inherit;
	text-decoration: none;
}

/* WordPress compliance */

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

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.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-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
