/*  
 *  Theme Name: Redowl
 *  Theme URI: http://www.redowl.ca
 *  Description: Theme made to integrate with www.redowl.ca (Jon-o's web page).
 *  Version: 1.0
 *  Author: Jon-o Addleman
 *  Author URI: http://www.redowl.ca
 */


@import url(/redowl.css);

div#main {
	/* stupid IE can't handle this...
	max-width: 70%;
	*/
	width: 70%;
}

div#header div#description {
	font-style: italic;
	font-size: .75em;
	margin-top: 0;
	
}

div#header h1 {
	margin-bottom: 0;
}

div#header {
	margin-bottom: 1em;
}

div.post {
	padding-bottom: 2em;
}

div.postmetadata p {
	font-size: .8em;
	border-style: solid;
	border-width: 1px;
	padding: .3em;
	display: inline;
	background-color: #AAAAFF;
}

div.postmetadata {
	margin-bottom: 1em;
	clear: both;
}

div.extendedpostmetadata {
        font-size: .8em;
	border-style: solid;
	border-width: 1px;
	padding: .3em;
	background-color: #AAAAFF;
	margin-bottom: 1em;
}

div#navigation  {
	padding-bottom: 1em;
	padding-top: 1em;
}

div#navigation p {
	border-width: 2px;
	border-style: solid;
	border-color: #000000;
	background-color: #AAAAFF;
	padding: 1em;
	display: inline;
}

#sidebar li {
	list-style-type: none;
	list-style-image: none;
	width: auto;
}

#sidebar {
	border-style: solid;
	border-width: 2px;
	background-color: #AAAAFF;
	padding-left: .5em;
	padding-right: .5em;
	position: absolute;
	top: 7em;
	right: 1em;
	width: 15%;
	font-size: 75%;
}


#sidebar ul {
	margin-left: 0;
	padding-left: 0;

}

#sidebar h2 {
	background-color: #FFFFFF;
	width: 80%;
	font-size: 1em;
	margin-top: .5em;
	padding-right: 1em;
	text-align: right;
	position: relative;
	left: 1em;


}

#searchbox {
	text-align: center;
}

#searchbox #s {
	width: 80%;
	margin-bottom: .3em;
}

#contentdescription {
	font-size: .6em;
}

div#footer {
	font-size: .6em;
}

h2.posttitle {
	margin-bottom: 0;
	padding-bottom: -.2em;
}

p.postdate {
	margin: 0 0 1em 0;
	font-size: 75%;
}

.albumthumb {
	float: left;
	border-style: solid;
	border-width: 2px;
	margin: 0 1em 1em 0;
}

p#albumnavigation {

}

p.enlargetext {
	margin-top: 0;
	font-size: 75%;
}


#previmage, #nextimage {
	display: block;
}

#previmage {

}

#nextimage {
	float: right;
}

dd.gallery-caption {
	font-size: 75%;
}

dl.gallery-item {
}

#oldalbumlink {
	font-size: 110%;	
	border-style: solid;
	border-width: 1px;
	padding: .7em;
	text-align: center;
}

#bigpic {
	text-align: center;
}

#monthlyarchive li {
	margin-left: 2em;
}
