/*
Theme Name: DittyBox
Theme URI: http://www.onedittyaday.com/
Description: Based roughly on Youtube and Barthleme
Version: 0.942
Author: Llynix
Author URI: http://www.onedittyaday.com/
*/

* {
	margin:0;
	padding:0;
}
body {
	font-family:arial,helvetica,sans-serif;
	font-size:9pt;
}
div#wrapper { 
	margin-left: auto;
	margin-right: auto;
	width: 728px;
}
div#header {
	background: #8B9CB0 url(images/header.png) repeat-x scroll center top;
	margin-bottom: 5px;
	color: #FFF;
	padding: 0.5em 0.4em 1em 0.4em;
}
#headersearch {
	float:right;
	padding-top:15px;
}
h1 {
	font-size: 2.2em;
	font-weight: normal;
}
h2 {
	font-size:1.1em;
	font-weight: bold;
	padding: 0.2em 0.4em 0.2em 0.4em;
}
h2.archive {
	text-align: center;
}
div#header p {
        font-size:0.9em;
	line-height:100%;
}
.post-info {
	font-style: italic;
}
.post-title {
	padding-top:2px;
	font-size:1.2em;
	font-weight:bold;
}
.post-content p {
	line-height: 120%;
	margin-top: 1em;
	background-color: white;
}
.post-links {
	float:right;
	text-align:right;
	border-left: 1px dotted #8B9CB0;
	border-bottom: 1px dotted #8B9CB0;
	padding:0 2px;
}
.box {
	border: 1px solid #8B9CB0;
	background-color: #8B9CB0; 
	color: #fff;
	margin-top:5px;
	margin-bottom: 5px;
}
div#featured {
	width: 400px;
	float: left;
}
#featured ul {
	margin-left:120px;
	height:130px;
}
div#news {
	width: 320px;
	float: right;
}
#news ul{
	height:130px;
}
div#curditty {
	clear:both;
}
div.navigation {
	background-color: #8B9CB0;
	color: #fff;
	font-size:1.1em;
	font-weight: bold;
	margin-bottom:5px;
	margin-top:5px;
	width:728px;
}
.nav-left {
	float:left;
	padding: 0.2em 0.4em 0.2em 0.4em;
}
.nav-right {
	float:right;
	padding: 0.2em 0.4em 0.2em 0.4em;
}
div#footer {
	background-color: #8B9CB0; 
	color: #fff;
	margin-top:5px;
	width:728px;
}
.content {
	background-color: white;
	height:1%;
	color: #000;
	padding-left: 5px;
	padding-bottom: 5px;
}
div.video {
	float:left;
	padding:5px;
}
div.thumbbox {
	width:120px;
	float:left;
	text-align:center;
}
div.thumbbox p {
	font-size:0.8em;
	line-height:normal;
	width:120px;
}
.thumbnail {
	width:85px;
	height:60px;
	padding:5px;
	background-color:#DDD;
	margin-top:3px;
	border:none;
}
.image { 
	float:left;
	padding-right: 5px;
}
.more-link {
	float:right;
	font-size:0.9em;
}
#comments p{
	line-height: 120%;
	margin-top:1em;
	padding-bottom:1em;
}
/* List Styles */
#comments ol {
	padding:0;
	list-style:none;
}
#comments li {
	padding:0;
}
ol {
	padding-top:1em;
	padding-left:3em;
}
ul.linklist {
	list-style: none;
	font-size:0.9em;
}
#fouroffour li, #content li{
	margin-left:15px;
	padding:0.5em 0;
	line-height: normal;
}
.rightlink {
	float:right;
	font-size:0.8em;
	clear:left;
}
blockquote {
	border-top: 1px dotted #8B9CB0;
	border-bottom: 1px dotted #8B9CB0;
	clear:right;
	font-size: 0.9em;
	padding-left: 1em;
}
code, pre {
	font: 1em/normal "courier new", courier, monospace;
	clear:both;
}
/* LINK STYLES */

div#header a, div#header a:active, div#header a:link, div#header a:visited {
	background: transparent;
	color: #fff;
	text-decoration: none;
}
.content a, .content a:active, .content a:link, .content a:visited {
	color: #0080A0;
	background: transparent;
	text-decoration: none;
}
a, a:active, a:link, a:visited {
	color: #FFF;
	text-decoration:none;
}
a:hover, .content a:hover {
	color: #000;
	background: transparent;
}
