/*   
Theme Name: Blue Doodlez
Theme URI: http://www.fwaggle.org/blog/themes/bluedoodlez
Description: Throwback to a late 90s hacker website
Author: fwaggle
Author URI: http://www.fwaggle.org/
Version: 0.1
Template: default
.
Copyright (c) 2009, Sabrienix Communications
All rights reserved.

Redistribution and use in source and binary forms, with or without 
modification, are permitted provided that the following conditions are met:

    * Redistributions of source code must retain the above copyright 
      notice, this list of conditions and the following disclaimer.
    * Redistributions in binary form must reproduce the above copyright
      notice, this list of conditions and the following disclaimer in the
      documentation and/or other materials provided with the distribution.
    * Neither the name of Sabrienix nor the names of it's contributors
      may be used to endorse or promote products derived from this software
      without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
THE POSSIBILITY OF SUCH DAMAGE..
*/

a {
	color: #f9f9f9;
}

a:visited {
	color: #ffffff;
}

a.pu2b {
	color: #ffffff;
	text-decoration: none;
}

body {
	/* fucking msie */
	background: url('images/bg.png');
	background-color: #15b0e3;
	color: #ffffff;
	font-family: tahoma, arial, helvetica;
}

div#header {
	height: 105px;
	margin-bottom: 15px;
}

div#header h1 {
	float: left;
}

div#header h1 a {
	display: block;
	background: url('images/header1.png');
	height: 105px;
	width: 475px;
}

div#header h1 span {
	display: none;
}

div#header h2 {
	display: block;
	float: right;
	background: url('images/header2.png');
	height: 105px;
	width: 200px;
}

div#header h2 span {
	display: none;
}

div#content {
	clear: both;
	float: left;
	width: 75%;
}

div#sidebar {
	width: 25%;
	float: right;
}

div#footer {
	clear: both;
}

div.navigation {
	clear: both;
	display: block;
	padding-bottom: 10px;
	font-size: 0.8em;
}

div.post h2 {
	clear: both;
	font-family: georgia, tahoma, arial, helvetica;
	height: 30px;
	background: url('images/h2bg.png');
	background-repeat: no-repeat;
	background-position: bottom right;
}

div.post h2 a {
	height: 28px;
	display: block;
	text-decoration: none;
	border-bottom: solid 2px white;
}

ul li {
	list-style-image: url('images/bullet.png');
}

li.widget {
	list-style-image: none;
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

form#searchform {
	margin: 0;
	padding: 0; 
}

form#searchform input#s {
	background-color: #15b0e3;
	padding: 0;
	padding-top: 1px;
	border: solid 1px white;
	color: #ffffff;
}

form#searchform input#searchsubmit {
	background-color: #15b0e3;
	margin: 0;
	padding: 0;
	border: solid 1px white;
	color: #ffffff;
	font-size: 0.75em;
}

label.hidden {
	display: none;
}

/*form#searchform label.hidden {
	display: block;
	text-align: center;
	font-family: georgia, arial, helvetica;
	font-weight: bold;	
}*/

li#calendar caption {
	margin-top: 1em;
	font-family: georgia, arial, helvetica;
	font-weight: bold;
}

li#calendar h2.widgettitle {
	display: none;
}

li.widget table#wp-calendar {
	margin-left: auto;
	margin-right: auto;
	font-size: 0.8em;
}

table#wp-calendar td {
	text-align: right;
}

div#sidebar h2.widgettitle {
	font-family: georgia, arial, helvetica;
	font-size: 0.9em;
	text-align: center;
}

li.widget_categories ul {
	margin: 0;
	padding: 0;
}

div#sidebar li.cat-item {
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 0.9em;
}

p.postmetadata {
	font-size: 0.8em;
	text-align: right;
	border-top: solid 1px white;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
	margin-right: 1em;
}

a.flickr-image {
	color: #ffffff;
	padding: 1px;
}

a.flickr-image img, img.flickr-image {
	border: solid 2px white;
	padding: 3px 3px 3px 3px;
	margin: 1px 1px 1px 1px;
}

img.aligncenter {
	text-align: center;
	margin: auto;
	border: 0;
}

div.textwidget {
	text-align: center;
}
