/*
Theme Name: Advent 2009
Theme URI: http://wordpress.org/
Description: Theme built for 2009 Advent
Version: 1.0
Author: Dennis Cheatham
Author URI: http://www.flipbookco.com
Tags: blue, custom header, fixed width, two columns, widgets
*/



body {
	margin: 0;
	padding: 0;
	font: .95em Georgia, "Times New Roman", Times, serif;
		background: black url(images/adventback.jpg) repeat-x;
}

body#holding-page{
	margin: 0;
	padding: 0;
	font: .95em Georgia, "Times New Roman", Times, serif;
		background: black url(images/advent-holding-back.jpg) repeat-x 0 top;
}

a {
	text-decoration: none;
	color: #c64965;
}

h1, h2, h3 {
	font-variant: small-caps;
	font-weight: normal;
	font-style: normal;
}

h1 {
	font-size: 2em;
	color: white;
	text-align: right;
	margin-right: 20px;
}

h2 {
	font-size: 2.5em;
}

h3 {
	text-align: center;
	font-size: 1.25em;
}

p {
	font-size: .95em;
	line-height: 1.35em;
}

#willreturn {
	width: 280px;
	height: 175px;
	background-image: url(images/will-return_03.png);
	margin-top: 100px;
	margin-left: 100px;
}

#willreturn span {
	position: relative;
	left: -9999px;
}

#mainpage {
	background: black url(images/adventback.jpg) repeat-x;
}

#ltfback {
	background: black none repeat-x;
}

#ibcbar {
	background-color: #1e1e1e;
	padding-top: 10px;
	padding-bottom: 10px;
	color: silver;
	font: .75em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	display: none;
}

#ibcbar li {
	list-style-type: none;
	display: inline;
	margin-right: 10px;
}

ul#ibcbar {
	margin: 0;
}

#ibcbar a {
		color: #7389c0;

}

#ltfbody {
	width: 800px;
	height: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
	background: url(images/LTF-web.jpg) no-repeat;
}

#ltftext {
	color: white;
	width: 330px;
	margin-left: 60px;
	margin-top: 60px;
	float: left;
}

#floatingbox {
	width: 1000px;
	margin: 40px auto;
}

#mainbody {
	float: left;
	width: 730px;
}

#leftmenu {
	width: 250px;
	float: left;
	font-size: 1em;
}

#leftmenu ul {
	padding: 0;
	margin: 0;
	font-variant: small-caps;
	text-align: right;
}

#leftmenu li {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	list-style-type: none;
}

#leftmenu li a {
	font-size: 1em;
	color: white;
}

#leftmenu li a:hover {
	color: #c64965;
}

#leftmenu h2.widgettitle {
	display: none;
}

#content {
	float: left;
	width: 590px;
	background: url(images/body_16.png) repeat-y;
	padding: 20px 70px;
	height: auto;
}

#topcap {
	height: 15px;
	width: 730px;
	background: url(images/body_04.png) no-repeat;
}

#bottomcap {
	height: 15px;
	width: 730px;
	background: url(images/body_18.png) no-repeat;
	float: left;
}

h2#pagetitle {
	text-align: center;
	font-weight: bold;
}

li#tweet-blender.widget.tb_widget {
	margin-right: 20px;
	width: 170px;
	float: right;
	margin-top: 30px;
	font: normal .75em "Lucida Grande", Lucida, Verdana, sans-serif;
	background-color: #482c77;
	padding: 10px;
	color: silver;
}

li#tweet-blender.widget.tb_widget a {
	color: #c64965;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	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 */
