/*
Theme Name: Blue Fractal
Theme URI: http://dw-sandbox.com/something
Description: My default WordPress theme.
Version: 1.0
Author: Dave Wheeler 
Author URI: http://dw-sandbox.com/
Tags: 

	This theme was designed and built by Dave Wheeler,
	whose blog you will find at http://dw-sandbox.com/something

	The CSS, XHTML and design is Copyright 2009 Dave Wheeler
*/

* {
	margin:0px;
	padding:0px;
}

body {
	background:#080018 url('images/background.jpg') no-repeat fixed center top;
	font-family:'Lucida Grande',Verdana,Arial,Sans-Serif;
	font-size:87.5%;
	color:#ddd;
}

hr {
	color:#d0d0ff;
	margin:8px auto;
	clear:both;
}

h1 {
	font-size:2em;
	font-weight:bold;
	margin:0.67em 0;
}

h2 {
	font-size:1.5em;
	font-weight:bold;
	margin:0.83em 0;
}

h3 {
	font-size:1.17em;
	font-weight:bold;
	margin:1em 0;
}

p, blockquote ul {
	display:block;
	margin:1em 0;
	text-align:justify;
}

a {
    font-weight:bold;
    text-decoration:none;
}
a:link, a:visited {
	color:#a0a0ff;
}
a:hover {
	color:#d0d0ff;
}

#page {
	margin:0 auto;
	width:1000px;
}

.index, .latest, .headlines, #content.narrowcolumn {
	width:608px;
}

.latest, .headlines, #sidebar, #content.widecolumn, #content.narrowcolumn {
	border-left:1px solid #d0d0ff;
	border-right:1px solid #d0d0ff;
	background:url('images/opaque.png');
}

#latest-top, #latest-bottom, #headlines-top, #headlines-bottom, #narrowcolumn-top, #narrowcolumn-bottom {
	background:url('images/border-narrow.png');
	width:650px;
	height:6px;
}

#sidebar-top, #sidebar-bottom {
	background:url('images/border-sidebar.png');
	width:300px;
	height:6px;
}

#widecolumn-top, #widecolumn-bottom {
	background:url(images/border-wide.png);
	width:1000px;
	height:6px;
}

#latest-bottom, #headlines-bottom, #sidebar-bottom, #widecolumn-bottom, #narrowcolumn-bottom {
	background-position:0px 6px;
}

.latest, #latest-top, #latest-bottom, .latest .post, .headlines, #headlines-top, #headlines-bottom, #sidebar, #sidebar-top, #sidebar-bottom, .addtoany_wrap, #content.narrowcolumn, #narrowcolumn-top, #narrowcolumn-bottom {
	position:relative;
}

#latest-top, #latest-bottom, #headlines-top, #headlines-bottom, #sidebar-top, #sidebar-bottom, #narrowcolumn-top, #narrowcolumn-bottom {
	left:-21px;
}

#latest-top, .latest .post, #sidebar-top, #narrowcolumn-top {
	top:-6px;
}

.latest, .headlines, #sidebar, #sidebar-bottom, #content.narrowcolumn, .archive #narrowcolumn-bottom {
	top:6px;
}

#latest-bottom, #narrowcolumn-bottom {
	top:20px;
}

.index {
	float:left;
}

.latest {
	padding:0 20px 14px;
	margin-bottom:19px;
}

.headlines {
	padding:14px 20px 20px;
	font-size:75%;
	float:left;
	margin-right:50px;
	margin-bottom: 19px;
}

#headlines-top {
	top:-20px;
}

#headlines-bottom {
	top:26px;
	float:left;
	clear:both;
}

.headlines div.post {
	border-bottom:1px dotted #D0D0FF;
	height:17.5em;
	width:294px;
}

.headline1, .headline3, .headline5, .headline7 {
	clear:both;
	float:left;
}

.headline2, .headline4, .headline6, .headline8 {
	float:right;
}

#sidebar {
	padding:0 20px;
	float:right;
	width:258px;
	font-size:0.8em;
	margin-bottom:19px;
}

#sidebar ul {
	padding-left:40px;
}

#sidebar ul, #sidebar ul ol {
	margin:0;
	padding:0;
}

#sidebar ul li {
	list-style-type:none;
	margin-bottom:15px;
}

#sidebar #searchform {
	margin:4px auto 10px;
	padding:5px 3px;
	text-align:center;
}

#sidebar #searchform #s {
	padding:2px;
	width:104px;
}

#sidebar #searchsubmit {
	padding:1px;
}

#sidebar h2 {
	border-top:1px solid #D0D0FF;
	font-size:1.2em;
	margin:5px 0 0;
	padding:10px 0;
}

#sidebar ul ul, #sidebar ul ol {
	margin:5px 0 0 10px;
}

#sidebar ul ul li, #sidebar ul ol li {
	margin:3px 0 0;
}

#sidebar ul ul li:before {
	content:"» ";
}

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

#sidebar ul li.wp_cumulus_widget {
	margin-bottom: 20px;
}

#wp-calendar {
	font-size:115%;
	text-align:center;
	width:258px;
}

#content.widecolumn {
	padding:20px;
}

blockquote {
	background:#080018 none repeat scroll 0 0;
	border:1px solid #D0D0FF;
	color:#DDDDDD;
	font-size: 90%;
	margin: 0 30px;
	padding: 0 20px;
}

pre {
	background:#080018 none repeat scroll 0 0;
	border:1px solid #D0D0FF;
	color:#DDDDDD;
	margin: 0 30px;
	padding: 0 20px;
	white-space: pre;
}

.navigation {
	margin-bottom:60px;
	margin-top:10px;
	text-align:center;
}

.alignleft {
	float:left;
	clear:left;
}

.alignright {
	float:right;
	clear:right;
}

.post {
	overflow:hidden;
}

div.entry .postmetadata {
	border-left:1px solid #D0D0FF;
}

.alt {
	margin:0;
	padding:10px;
}

#commentform p {
	margin:5px 0;
}

#commentform input, #commentform textarea {
	background-color:#080018;
	border:1px solid #D0D0FF;
	color:#DDDDDD;
}

#commentform textarea {
	padding:2px;
	width:100%;
}

.addtoany_wrap {
	clear:both;
	float:right;
	top:-32px;
}

#content.widecolumn #searchform {
	margin:10px auto;
	padding:5px 3px;
	text-align:center;
}

#content.widecolumn ul {
	padding-left: 40px;
}

#content.widecolumn ul.children {
	padding-left:20px;
}

.page #page #content.widecolumn {
	padding-bottom:36px;
}

li a img {
	vertical-align:middle;
}

#content.narrowcolumn {
	padding:0 20px 14px;
	float:left;
	margin-right:50px;
}

.archive #content.narrowcolumn {
	padding:0 20px;
	margin-bottom: 19px;
}

.commentlist li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding:5px 5px 10px 10px;
}

.depth-1 {
	border-bottom:1px solid #D0D0FF;
	margin:15px 0 10px;
}

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

/** IE Warning **/
#ie-upgrade p {
	text-align:center;
}
#ie-upgrade {
	display:none;
}

/* Captions & aligment */
.aligncenter,
div.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 p.wp-caption-text {
	text-align: center;
        font-size: 11px;
        line-height: 17px;
        padding: 4px 5px;
        margin: 0;
	color: #222;
}
