/*  
Theme Name: DD-B's flexible theme
Theme URI: http://dd-b.net/dd-b/
Description: Specializes in working okay at different screen/window sizes
Version: 0.2
Author: David Dyer-Bennet
Author URI: http://dd-b/dd-b.net/dd-b/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

Derives middling-directly from the WordPress default theme, 
which in turn derives from Kubrick.

*/

/* Cookie formatting, see cookie.cgi */
@import url(/cookie/cookie.css);

body {
	font-family: Divona, 'Lucida Sans', Verdana, Arial, Helvetica, Geneva, Swiss, Sans-Serif;
	text-align: left;
	background-color: colr(237, 231, 187);
	background-image: url("images/linen-003-tan.png");
}

h1, h2, h3, h4, h5, h6 {
	font-family: Sirona, "OrigGarmnd BT", Garamond, Divona, Serif;
	font-weight: bold;
}

a:link, a:visited {
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
	color: rgb(192,0,0);
}

#page {
}

#header {
	text-align: center;
	clear: both;
	margin-bottom: 1em;
}

#header hr {
  	display: none;
}

#blogtitle {
	font-size: 36pt;
	font-family: Franklin, "Arial Narrow", Arial, sans-serif;
}

#headerimg a img {
	border: 0;
}

#pagestuff {
}

#sidebar {
	opacity: 1.0;
}

#sidebar a:link {
	color: black;
}

#sidebar a:visited {
	color: #555;
}

#sidebar ul, #sidebar ol {
	padding: 0;
	list-style-type: none;
	font-size: 80%;
}

#sbback {
	/* opacity: .65; */
	background-color: #CCC;
	width: 13em;
	margin-right: 2.6em;
	float: left;
	padding-left: .7em;
	padding-right: .7em;
	text-align: left;
}

h2.widgettitle {
	margin: 6px 0 3px 0;
	
}

li.widget_links h2 {
	font-size: 80%;
	font-family: Divona, 'Lucida Sans', Verdana, Arial, Helvetica, Geneva, Swiss, Sans-Serif;
}

li.widget_links li {
	display: inline;
}

li.widget_links ul > li:before {
	content: url("images/windings-0x77-black-8.png");
}
li.widget_links  ul > li:first-child:before {
	content: "";
}

li.widget_rss ul li {
	margin: 2px;
}

#text-2 div.textwidget {
	margin: 6px 0 6px 0;
}

#text-2 li {
	margin: 6px 0 6px 0;
	text-align: center;
}

#text-2 img {
	border: 0;
}

#php-code-1 .not {
	font-size: 120%;
	font-weight: bold;
	color: rgb(192,0,0);
}

/* Content section with navbar to the left */
.narrowcolumn {
	max-width: 40em;
	margin-left: 16em;
}

/* Content section with no navbar to the left */
.widecolumn {
	max-width: 40em;
	margin-left: auto;
	margin-right: auto;
}

#content .pullquote {
	font-family: Sirona, "OrigGarmnd BT", Garamond, Divona, Serif;
	font-weight: bold;
	float: right;
	background-color: rgb(144, 208, 255);
	max-width: 13em;
	padding: .5em;
	margin: 0 0 .8em .8em;
	border: 3px groove black;
}

#content .sidebar {
	font-family: Sirona, "OrigGarmnd BT", Garamond, Divona, Serif;
	float: left;
	background-color: rgb(144, 208, 255);
	max-width: 13em;
	padding: .5em;
	margin: 0 .8em .8em 0;
	border: 3px groove black;
}

p.postmetadata {
	font-size: 70%;
}

div.posthead {
	border: 1px solid #888;
	/* opacity: .65; */
	background-color: #CCC;
}

div.posthead h2 {
	margin: .1em 4em .1em 0;
	/* 4em right margin is empirical, wraps header about as data runs into it */
	padding: 0;
}

div.posthead p.postmetadata {
	float: right;
	padding-right: .5em;
}

/* Block capital for first letter of first paragraph of article */
div.entry > P:first-child:first-letter {
	font-family: Sirona, "OrigGarmnd BT", "Adobe Garamond Pro", Garamond, Divona, Serif;
	font-size: 1.8em;
	float: left;
	border: 3px ridge black;
	font-weight: bolder;
	background-color: rgb(144, 208, 255);
	padding: .1em;
	margin-right: .15em;
}

div.post > h2 {
}

.more-link {
	font-size: 70%;
}

/* Mostly it's thumbnails that are linked inside paragraphs. */
/* They look better when they're not butted right up to each other. */
.entry p > a > img {
    margin: 6px;
}

#footer {
	font-size: 60%;
	text-align: center;
	clear: both;
}

#footer hr {
	display: none;
}


/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

/* End Images */

/* Caption stuff, I missed this first time around */

/* Captions */


.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 {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* Cookie formatting, see cookie.cgi */
@import url(/cookie/cookie.css);
