/*  
Theme Name: Utterly Unpredictable
Theme URI: http://jamie-online/utterly-unpredictable/
Description: The wonderful theme for Jamie's Utterly Unpredictable blog
Version: 1.0
Author: Mike Little and Jamie Little
Author URI: http://zed1.com/
*/

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: small;
	background: #fff;
	}
img {
    border: 0;
}

a:link    { color: #003399; text-decoration: underline; }
a:visited { color: #003399; text-decoration: underline; }
a:hover   { color: #003399; text-decoration: underline; }
a:active  { color: #003399; text-decoration: underline; }

#wrap {
	max-width: 1200px;
    margin-left:auto;
    margin-right:auto;
	}
#wrap-inner {
	}
#header {
	margin: 0;
	padding: 0;
    background: white url(img/backgroundheader.jpg) no-repeat 50% 50%;
    height: 150px;
	}
#header2 {
	margin: 0;
	padding: 0;
    background: white url(img/backgroundheader2.jpg) no-repeat 50% 50%;
    height: 150px;
	}
#header2 h1 {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 180%;
	color: #fff;
    text-align: center;
    padding-top: 10px;
	}
#main-body {
	float: left;
	width: 80%;
	}
#content {
	float: right;
	width: 85%;
	}
#sidebar {
	float: left;
	width: 15%;
	}
#sidebar-2 {
	float: right;
	width: 20%;
	}
#content div, #sidebar div, #sidebar-2 div {
	}


div.post {
    padding: 20px;
}
#footer {
	clear: both;
	padding: 10px 20px;
	background: #cc9;
	}

#sidebar-2 h2, #sidebar-2 h3 {
    background: red url(img/heading-back.jpg) 50% 50%;
    color: #fff;
    font-family: "Comic Sans MS", sans-serif;
    font-size: 120%;
    padding: 2px;
    margin-right: 5px;
}

div#sidebar, div#sidebar-2 {
    padding-top: 20px;
}

#sidebar ul, #sidebar-2 ul, #sidebar-2 ul ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#sidebar ul li, #sidebar-2 ul li {
    margin-left: 5px;
}    

hr.story-separator {
    background: red url(img/backrow.gif) 50% 50%;
    height: 20px;
    border: 0;
}

#sidebar-2 a:link    { color: #003399; text-decoration: none; }
#sidebar-2 a:visited { color: #003399; text-decoration: none; }
#sidebar-2 a:hover   { color: #003399; text-decoration: underline; }
#sidebar-2 a:active  { color: #003399; text-decoration: underline; }

    
.meta {
	font-size: 100%;
    border: 1px red solid;
    padding: 0;
    margin: 0;
}

.meta li, ul.post-meta li {
	display: inline;
}

.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

.meta, .meta a {
	color: #000;
	font-weight: normal;
	letter-spacing: 0;
}

.meta img {
    margin: 5px;
    margin-top: 0;
    float: left;
}

.meta h2 {
	font-size: 120%;
    margin: 5px;
}

br.nofloat{
    clear: both;
}

#footer {
	margin: 0;
	padding: 0;
    padding-top: 10px;
    background: white url(img/backgroundheader-fade.jpg) no-repeat 50% 0%;
    height: 55px;
    text-align: center;
	}

.navigation { }
.alignright { float: right; }
.alignleft { float: left }
