/*
Theme Name: Bits of Mint
Theme URI: http://ben.liveforge.org/
Description: custom theme for my blog
Version: 2009.04
Author: Ben de Groot
.
Copyright 2005-2009 Ben de Groot
.
*/

html,body {
	background: #fff;
	color: #555;
	margin: 0;
	padding: 0;
}

body {
	font: normal 16px/1.6 'droid sans','dejavu sans','bitstream vera sans','lucida grande',verdana,sans-serif;
	text-align: center;
	background: transparent url(mint-img/hdr.png) repeat-x;
}

#main {
	position: relative;
	margin: 0 auto;
	padding: 1px 0 0 0;
	width: 990px;
}

#header {
	position: relative;
	height: 110px;
	width: 100%;
	margin: -1px 0 0;
	padding: 0;
	overflow: hidden;
	text-align: left;
}

#header h1 {
	display: block;
	width: 300px;
	height: 65px;
	margin: 40px 0 0;
	padding: 0;
	line-height: 1;
	background: transparent url(mint-img/bbb-dax2.png) 0 0 no-repeat;
}

h1 a:link, h1 a:visited, h1 a:hover, h1 a:active {
	display: block;
	width: 300px;
	height: 65px;
	text-decoration: none;
	text-indent: -9999px;
	border: none;
}

#wrap {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 990px;
	overflow: hidden;
}

#content {
	float: left;
	margin: 0 0 40px;
	padding: 0;
	text-align: left;
	width: 560px;
	overflow: hidden;
}

#sidebar {
	float: right;
	margin: 35px 0;
	padding: 0;
	width: 388px;
	text-align: left;
	font-size: 11px;
	overflow: hidden;
}

#intern {
	float: left;
	width: 160px;
	padding: 0 12px;
	background: #e3e3e3;
	border-top: 1px solid #888;
}

#extern {
	float: right;
	width: 160px;
	padding: 0 12px;
	background: #e3e3e3;
	border-top: 1px solid #888;
}

#footer {
	clear: both;
	overflow: hidden;
	margin-top: 40px;
	padding: 12px;
	background: #eee url(mint-img/wp-logo.png) top right no-repeat;
	color: #888;
	border-top: 1px solid #888;
	font-size: 11px;
}

#content h2 {
	font: normal 42px/1.2 DaxlinePro,'droid sans','dejavu sans','bitstream vera sans','lucida grande',verdana,sans-serif;
	margin: 1.2em 0 .3em 0;
	padding: 0;
}

#content h2 a:link, #content h2 a:visited {
	color: #555;
	text-decoration: none;
	border: none;
}

#content h2 a:hover, #content h2 a:active {
	color: #9c3;
	text-decoration: none;
}

.posted {
	background: #e3e3e3;
	color: #888;
	margin: -1em 0 1em 0;
	padding: 1px 4px;
	text-align: right;
	font-size: 12px;
	border-top: 1px solid #888;
}

#content h3 {
	font-size: 24px;
	font-weight: normal;
	line-height: 1.1;
	margin: 1.4em 0 .4em 0;
}

#content h4 {
	font-size: 20px;
	font-weight: normal;
	line-height: 1.1;
	margin: 1.4em 0 .4em 0;
}

#content a:link {
	color: #9c3;
	border-bottom: 1px dotted #9c3;
	text-decoration: none;
}
#content a:visited, #footer a:link, #footer a:visited {
	color: #555;
	border-bottom: 1px dotted #555;
	text-decoration: none;
}
#content .posted a:link,
#content .posted a:visited {
	color: #888;
	border-bottom: 1px dotted #888;
}
#content p:hover a:link,
#content ul:hover a:link,
#content ol:hover a:link,
#content p:hover a:visited,
#content ul:hover a:visited,
#content ol:hover a:visited {
	border-bottom: 1px solid #9c3;
}
#content a:hover, a:active,
#content p:hover a:hover,
#content ul:hover a:hover,
#content ol:hover a:hover,
#content p:hover a:active,
#content ul:hover a:active,
#content ol:hover a:active {
	color: #9c3;
	text-decoration: none;
	border-bottom: 1px solid #9c3;
}

#content blockquote {
	margin: .5em 0 .5em 14px;
	border-left: 1px solid #555;
	padding-left: 14px;
}

#content img.frame {
	border: 1px solid #888;
	padding: 4px;
	margin: 0;
}

.imgbanner p {
	font-style: italic;
	font-size: 10px;
	line-height: 1.2;
	text-align: right;
	margin: 4px 0;
}

#sidebar a:link {
	color: #555;
	border-bottom: 1px dotted #555;
	text-decoration: none;
}
#sidebar a:visited {
	color: #555;
	border-bottom: 1px dotted #555;
	text-decoration: none;
}
#sidebar ul:hover a:link,
#sidebar ol:hover a:link,
#sidebar p:hover a:visited,
#sidebar ul:hover a:visited,
#sidebar ol:hover a:visited {
	color: #555;
	border-bottom: 1px solid #555;
}
#sidebar a:hover, a:active,
#sidebar p:hover a:hover,
#sidebar ul:hover a:hover,
#sidebar ol:hover a:hover,
#sidebar p:hover a:active,
#sidebar ul:hover a:active,
#sidebar ol:hover a:active {
	color: #9c3;
	text-decoration: none;
	border-bottom: 1px solid #9c3;
}

del { display:none; }

img { border: none; }

.asides img, .posted img {
	vertical-align: -1px;
}
.asides .posted {
	border: none;
}

#sidebar img {
	vertical-align: middle;
	padding: 1px;
}

#sidebar h3 {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.1;
	margin: 1.4em 0 .4em 0;
}

#intern > h3:first-child, #extern > h3:first-child {
	line-height: 1;
	margin-top: .8em;
}

#sidebar p {
	margin: 0;
	padding: 0;
	}

ol {
	margin-left: 20px;
	}

pre, code, var {
	font: normal 14px/1.2 'droid sans mono','dejavu sans mono','bitstream vera sans mono','andale mono',monospace;
	white-space: pre;
	}

ul {
	margin-top: 1.5em;
	margin-left: 0;
	padding: 0;
	list-style: disc;
	}
#sidebar ul { margin-top: .4em; }

li {
	margin: 0 0 0 15px;
	padding: 0;
	}

ul.asides {
	margin-top: 2em;
}
ul.asides li {
	color: #9c3;
}
ul.asides li p {
	color: #555;
}


/* COMMENT STYLES */
ol#commentlist {
	margin: 1em 0;
	padding: 0;
	list-style: none;
	font-size: 14px;
}

#commentlist li {
	margin: 2.5em 0;
	padding: 0;
	width: 100%;
	overflow: hidden;
}

#commentlist p.posted {
	display: inline;
	float: left;
	width: 158px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	text-align: left;
	border-top: 1px solid #888;
	background: #fff;
	color: #555;
}

#commentlist p.posted cite {
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	line-height: 1.4;
	margin: .4em 0;
	display: block;
}

#commentlist .comment-content {
	display: inline;
	float: right;
	width: 390px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border-top: 1px solid #888;
}

.comment-content > p:first-child {
	margin: .4em 0;
}

/*  COMMENTFORM  */
#commentform label {
	display: block;
	font-size: 14px;
}

#commentform textarea#comment, #commentform input#author, input#email, input#url {
	margin: .1em 0;
	padding: 2px;
	background: #fff;
	color: #555;
	width: 270px;
	border: 1px solid #888;
}

#commentform textarea#comment:focus, #commentform input#author:focus, input#email:focus, input#url:focus {
	border-color: #9c3;
}

#commentform textarea#comment {
	width: 550px;
	margin-bottom: 1em;
}


/*  PAGE NAV  */
#page-selector {
	text-align: center;
	margin: 2em 0 1em 0;
}

#page-selector a:link, #page-selector a:visited,
#page-selector a:hover, #page-selector a:active, #page-selector a:focus,
p#page-selector:hover a:link, p#page-selector:hover a:visited {
	display: inline-block;
	padding: .7em 1.1em;
	border: 1px solid #888;
}

#maincontent #page-selector a:hover, #maincontent #page-selector a:active,
#maincontent #page-selector a:focus {
	border-color: #9c3;
}


/*  MINI NAV + SEARCH  */
#mininav {
	position: absolute;
	top: 0;
	font-size: 14px;
	line-height: 1;
	color: #fff;
	overflow: hidden;
}

#mininav ul {
	float: left;
	width: 806px;
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding: 8px 0 0 0;
	overflow: hidden;
}

#mininav ul li {
	display: inline;
	margin: 0;
	padding: 0 1em 0 0;
}

#mininav a:link, #mininav a:visited {
	color: #ddd;
	text-decoration: none;
}

#mininav a:hover, #mininav a:active {
	color: #ae4;
	text-decoration: none;
}

#search-form {
	float: right;
	width: 184px;
	overflow: hidden;
	margin: 0;
	padding: 4px 0 0 0;
	text-align: right;
}

#search-form div {
	display: inline;
}

#search-form input {
	margin: 0;
	padding: 2px;
	background: transparent;
	color: #ddd;
	width: 178px;
	border: 1px solid #888;
	text-align: left;
}

#search-form input:focus {
	border-color: #ae4;
}


/*  LAST.FM  */
ul#lastfm {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#lastfm li {
	margin: 1em 0;
	padding: 0;
	overflow: hidden;
}

#lastfm img {
	float: left;
	width: 45px;
	height: 45px;
}

#lastfm span {
	display: block;
	margin-left: 53px;
}

#lastfm .lfm-artist {
	font-style: italic;
}

#lastfm a:link, #lastfm a:visited {
	border-bottom: none;
}

#profile-link {
	text-align: right;
}