/*
THEME NAME: AgendaQuick
THEME URI: http://agendaquick.com/
TEMPLATE: sandbox
DESCRIPTION: Theme used for agendaquick.com (sandboxed)
VERSION: 1.0
AUTHOR: Daniel Stockman
AUTHOR URI: http://danielstockman.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

	I hate Internet Explorer.

*/

/* Begin Typography & Colors */
body {
	font-size: 62.5%;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #d5d6d7;
	color: #333;
	text-align: center;
}

#wrapper {
	/*background-color: white;*/
	background: url(images/fadebg.jpg) repeat-y 14% top;
	border: 1px solid #959596;
	text-align: left;
}

#content {
/*	font-size: 1.2em*/
}

.narrowcolumn .entry {
	line-height: 1.4em;
}

.narrowcolumn .postmetadata {
	text-align: center;
}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#footer {
	background: #1D4EA4 url(images/agenda_grad.jpg) repeat-y 100px top;
	font-size: 1em;
}

#footer p, #footer p a {
	color: white;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
}

h1 {
	font-size: 4em;
	text-align: center;
}

#header #blog-description {
	font-size: 1.2em;
	text-align: center;
}

.entry-content h2 {
	font-size: 2em;
}

h2, h2.pagetitle {
	font-size: 1.6em;
}

div.sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
}

h3 {
	font-size: 1.3em;
}

h1, h1 a, h1 a:hover, h1 a:visited, #header #blog-description {
	text-decoration: none;
	color: white;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, div.sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
}
#wrapper .post h2.entry-title {
/*	display: none;*/
	text-align: left;
}
#wrapper .post .entry-content h2 {
	display: block;
}
div.entry-date {
	margin-top: 5px;
}

#content .entry-content {
	line-height: 1.5;
	font-size: 1.2em;
}
#content .entry-content address {
	font-size: 1.5em;
	font-weight: bold;
	font-style: normal;
}

.entry-content p a:visited {
	color: #b85b5a;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentlist li {
	font-weight: bold;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentmetadata {
	font-weight: normal;
}

div.sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

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

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
}

a:hover {
	color: #147;
	text-decoration: underline;
}

/* End Typography & Colors */

/* Begin Structure */
body {
	margin: 0;
	padding: 0;
}

div#container {
	float: right;
	margin: 0 0 0 -200px;
	width: 100%;
}

div#content {
	margin: 0 0 0 200px;
	padding-right: 10px;
}

div.sidebar {
	float: left;
	overflow: hidden;
	width: 180px;
}

div#secondary {
	clear: left;
	display: none;
}

div#footer {
	clear: both;
	width: 100%;
}

div.skip-link {
	position: absolute;
	right: 1em;
	top: 1em;
}

#wrapper {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	/*width: 760px;*/
	width: 76%;
	border: 1px solid #959596;
}

#header {
	padding: 0;
	margin: 0 auto;
	height: 99px;
	width: 100%;
	background-color: #73a0c5;
}

#header #blog-title {
	margin: 0;
	height: 99px;
	width: 100%;
	background: #1D4EA4 url(images/agenda.jpg) no-repeat 100px -1px;
}

.narrowcolumn {
	float: right;
	padding: 0 20px 45px 0;
	margin: 0;
	width: 70%;
}

.post {
	margin: 0 0 40px;
	/*text-align: justify;*/
}

.narrowcolumn .postmetadata {
	padding-top: 5px;
}

.postmetadata {
	clear: left;
}

#footer {
	padding: 20px 0 20px 1px;
	margin: 0 auto;
	width: 100%;
	clear: both;
}
#wrapper > #footer {
	padding-left: 0;
}

#footer p {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 30em;
	/*background-color: white;*/
}
/* End Structure */

/* Begin Headers */
h1 {
	/*padding-top: 70px;*/
	margin: 0;
}
#header #blog-title span, #header #blog-description {
	text-indent: -999em;
}
#header #blog-title span a {
	display: block;
	height: 100px;
}

h2 {
	margin: 30px 0 0;
}

h2.entry-title {
	margin-top: 10px;
	text-align: center;
}
.page h2.entry-title {
	display: none;
}

div.sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
}

h3 {
	padding: 0;
	margin: 30px 0 0;
}
h4 {
	margin: 1.33em 0;
	font-size: 1em;
}
/* End Headers */

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

/* Begin Lists */
.entry-content dl {
	margin: 1em;
}
.entry-content dl dt {
	font-weight: bold;
	font-size: 1.1em;
	color: #000;
}
.entry-content dl dd {
	margin-left: 0;
	padding-left: 2em;
}
.entry-content dl dt,
.entry-content dl dd {
	margin: 0.5em 0;
}

.entry-content ul {
	padding: 0 1.5em;
}
.entry-content ul li {
	margin: 0.75em 0;
}

.entry-content ol {
	padding: 0 0 0 35px;
	margin: 0;
}
.entry-content ol li {
	margin: 0;
	padding: 0;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

div.sidebar ul, div.sidebar ul ol {
	margin: 0;
	padding: 0;
}
div.sidebar ul li {
	list-style-type: none;
	list-style-image: none;
}
div.sidebar ul p, div.sidebar ul select {
	margin: 5px 0 8px;
}
div.sidebar ul ul, div.sidebar ul ol {
	margin: 5px 0 0 10px;
}
div.sidebar ul ul ul, div.sidebar ul ol {
	margin: 0 0 0 10px;
}
ol li, div.sidebar ul ol li {
	list-style: decimal outside;
}
div.sidebar ul ul li, div.sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}
/* End Entry Lists */

/* Begin Menu */

#menu, .widget_pages h3 {
	display: none;
}

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

.sidebar .widget_pages ul li {
	padding: 0 10px 10px 0;
	list-style: none;
}

#wrapper .widget_pages li.current_page_item a {
	color: #06c;
	background-color: white;
}

.widget_pages li a:link,
.widget_pages li a:visited {
	margin: 0;
	display: block;
	background-color: #efefef;
	height: 1%;
	border: 1px solid;
	padding: 5px 0;
	font-size: 2em;
	text-align: center;
	color: #147;
}
.widget_pages li > a:link,
.widget_pages li > a:visited {
	height: auto;
}
.widget_pages li a:focus,
.widget_pages li a:hover,
.widget_pages li a:active {
	text-decoration: none;
	background-color: white;
	color: #06c;
}

/* End Menu */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite {
	margin: 5px 0 0;
	padding-left: 4em;
	display: block;
}

.center {
	text-align: center;
}

hr {
	display: none;
}

a img {
	border: none;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
}
/* End Various Tags & Classes*/

.entry-title, .entry-meta {
	clear: both;
}

div#container, div#primary {
	/* margin-top: 2em;*/
}

form#commentform .form-label {
	margin: 1em 0 0;
}

form#commentform span.required {
	background: #fff;
	color: #c30;
}

form#commentform, form#commentform p {
	padding: 0;
}

input#author, input#email, input#url, textarea#comment {
	padding: 0.2em;
}

div.comments ol li {
	margin: 0 0 3.5em;
}

textarea#comment {
	height: 13em;
	margin: 0 0 0.5em;
	overflow: auto;
	width: 66%;
}

div.gallery {
	clear: both;
	height: 180px;
	margin: 1em 0;
	width: 100%;
}

div.gallery dl.gallery-columns-3 {
	width: 33%;
}

div#nav-above {
	margin-bottom: 1em;
}

div#nav-below {
	margin-top: 1em;
}

div#nav-images {
	height: 150px;
	margin: 1em 0;
}

div.navigation {
	height: 1.25em;
}

div.navigation div.nav-next {
	float: right;
	text-align: right;
}

div.sidebar h3 {
	font-size: 1.2em;
}

div.sidebar input#s {
	width: 7em;
}

div.sidebar li {
	list-style: none;
	margin: 0 0 2em;
}

div.sidebar li form {
	margin: 0.2em 0 0;
	padding: 0;
}

div.sidebar ul ul {
	margin: 0 0 0 1em;
}

div.sidebar ul ul li {
	list-style: disc;
	margin: 0;
}

div.sidebar ul ul ul {
	margin: 0 0 0 0.5em;
}

div.sidebar ul ul ul li {
	list-style: circle;
}

div#menu ul li,
div.gallery dl,
div.navigation div.nav-previous {
	float: left;
}

div#header, div#footer {
	text-align: center;
}

input#author, input#email, input#url, div.navigation div {
	width: 50%;
}

div.gallery *,
div.sidebar div,
div.sidebar h3,
div.sidebar ul {
	margin: 0;
	padding: 0;
}
