body {
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
/*	font-size: 12px; */
/*	line-height: 24px; */
	color: #000000;
	margin: 0;
	padding: 0;
	background-image: url(images/pattern3.gif);
	background-repeat: repeat;
	background-position: left top;
}

.sociable_tagline{
	color: #777777;
	font-size: 12px;
	width: 50px;
	float: left;
}
.sociable ul{
	margin: 0;
	padding: 0 !important;
	list-style-type: none !important;
	list-style-image: none !important;
	width: 350px;
	height: auto;
	float: left;
	text-indent: 0px !important;
}
.sociable ul li{
	margin: 0 !important;
	padding: 0;
	list-style-type: none !important;
	list-style-image: none !important;
	width: 24px;
	float: left;
}
.sociable ul li:before{
	/*content: none !important;*/
}

a {
	color: #C22038;
	text-decoration: none;
}
h3 a{
	color: #800000;
}
a:hover {
	text-decoration: underline;
	color: #C22038;
}
a:visited {
	/*color: #891627;*/
}
h1 {
	color: #800000;
	font-size: 16px;
}

.cat-item{
	font-size: 12px;
}

div#sidebar ul li p{
	font-size: 10px;
	color: #666666;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 12px;
}

ul[role=navigation] li ul li{
	font-size: 12px;
}

ul[role=navigation] li ul li a{
	font-size: 12px;
}

.text {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; text-decoration: none; color: #333333; line-height:13px;}
.reg {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; text-decoration: none; color: #333333}
.regbold {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; text-decoration: none; font-weight:bold; color: #333333}
.bodytext1 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #333333; text-align: left}
.spotlighttext {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; color: #666666; line-height:12px;}
.profiletext1 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; color: #333333; text-align: left }
.textSM { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; text-decoration: none; color: #333333 }
.textLG { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; text-decoration: none; color: #333333 }

/* Don't steal this without asking me.  I mean it. */
/* Copyright 2007, Craig D. Wilding                */
/* craig@nexusarts.com                             */

* html body { 
	behavior:url("csshover.htc");
}
/*Container for the menu*/
#menuwrapper {
	display:block;
	background-color:#fff;
	border-top: 1px solid #C22038;
	border-bottom: 2px solid #C22038;
	*border-bottom: 3px solid #c22038;
	background-image: url(images/menu_bkgd.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	margin: 0;
	padding: 0;
	height: 18px;
}
/*Clears the floated menu items.
Assigned to a BR tag placed just before
menuwrapper's closing DIV tag*/
.clearfloats {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
/*The root and Sub-Level Unordered Lists*/
#menu, #menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 16px;
	background-color:#fff;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

#menu ul {
	padding: 0px 4px 4px 4px;
	background-color: #0Aa;
	/*border: solid 1px #0A0;*/
}
/*Root-Level Links*/
#menu a {
	display: block;
	padding: 0 8px 2px 8px;
	color: #000000;
	text-decoration: none;
	text-align: left;
	width: auto; /* IE hack to get the entire area to be hyperlinked */

	/*background-color:#66FF33;*/
}
/*Class assigned to those Root-Level links
that have associated Sub-Menus*/
#menu a.root {
	display: block;
	padding-left:14px;
	background-image: url(images/menu_bkgd.gif);
	background-repeat: no-repeat;
	background-position: 3px 2px;
/*	width:108px;*/
}

/*The Root-Level list items. Floating allows
them to appear horizontally.
*/
#menu li {
	float:left;
/*	float:right;*/
	display:block;
	margin:0;
	padding:0;
	height: 100%;
}
#menu li#title {
	font-style:italic;
	padding: 0 16px 0 10px;
	margin:0;
}
* html #menu a.root { 
/*	width:108px;*/
	/*width: expression((offsetWidth > 100) ? "auto" : "100px");*/
}

/*Sets width for Sub-Menu List Items
"menubreak" class is used for styling
an element without a link
*/
#menu ul li,
#menu ul li .menubreak {
	width: 190px;
	text-align: left;
	color: #FFFFFF;
	background-color: #C22038;
	background-color: transparent;
	border-top: 1px solid #AD1D32;
}
#menu ul li a,
#menu ul li .menubreak {
	margin: 0;
	display: block; /* corrects for the top-level "inline" that IE needs to get the hyperlinks the full width. */
	padding: 4px 6px;
	border: 0;
	text-align: left;
}
#menu ul li#end {
	padding: 0;
	margin: 0;
	height: 20px;
	border: 0;
}
/* get rid of annoying image borders
and padding
*/
#menu .imgwrapper img {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
}
/* Must devise a trick for using margin,
padding, and border attributes in 
different browsers.  Can't get IE to
make images clickable */
#menu .imgwrapper {
	float:right;
	margin: 3px 0 1px 1px;
	padding: 1px;
	background: #fff;
	border: 1px solid #000;
}
/* Sub-Menu Unordered List. Width must match
Sub-Munu LI rule (#menu ul li). Positioned
Absolutely to allow it to appear below root.
Set to display none to hide it until root is
moused over. Background Color must be set.
*/
#menu li ul {
	width: 190px;
	position: absolute;
	display: none;
	background-color: transparent;
	border: 2px solid #C22038;
	border-top: none;
/*	margin: 0 0 0 -66px;*/
	margin: 0 0 0 -6px;
	font-weight: normal;
	font-size: 10px;
	line-height:11px;
	/*background-image: url(images/menu_transp.gif);*/
	background-repeat: repeat;
	background-color:#fff;
	z-index: 5000; /* careful, need to overlay on top of EVERYTHING */
}
/*
Changes the Text color and background color when the Root-Level
menu items are moused over. The second selector sets color and background
when Root-Level items are accessed with the keyboard tab key. The third 
selector is assigned to IE5 and IE6 Windows via the P7_ExpMenu script.
*/
#menu li:hover a,
#menu a:focus,
#menu a:active {
	color: #FFF;
	background-color: #C22038;
	background-position: 3px -28px;
/*	background-image:*/
}

/*
Set the Sub-Menu UL to be visible when its associated
Root-Level link is moused over.
*/
#menu li:hover ul,
#menu li ul#test {
	display: block;
}
/*
Sets the Text color of the Sub-Level links when the Root-Level
menu items are moused over.
*/
#menu li:hover ul a {
	color: #FFFFFF;
}
/*
The normal hover class for Sub-Level links. The Important directive
is required for older browsers.
*/
#menu ul a:hover {
	background-color: #DF3C54;
	color: #000000 !important;
}
/* The single backslash \ character inside this comment
causes IE5 Mac to ignore the following rule, which allows other
browsers to render top-level menu items to their natural width. */
/*#menu li {width: auto;}*/
#menu li ul li {
	position:relative;
}


#menu li ul li.hyperlink a {
	padding-right:3em;
}
#menu li ul li.hyperlink a.rsvp {
	position:absolute;
	color:#000;
	top:0;
	right:0;
	height:auto;
	padding:0 3px;
	margin:0;
	font-size:10px;
	line-height:13px;
	border: 1px #AD1D32;
	border-style:none solid solid solid;
	background-color:#FFCC00;
	font-weight:bold;
}
#menu li ul li.hyperlink a.rsvp:hover {
	color:#000 !important;
	background-color:#aaa;
}

/* Don't steal this without asking me.  I mean it. */
/* Copyright 2007, Craig D. Wilding                */
/* craig@nexusarts.com                             */

body {
	margin: 0 0 40px 0;
	padding: 0;
	line-height: 1em !important;
	line-height: 1em;
}
font {
	line-height: 1em; /* hack to prevent existing content to get ruined by FONT tags in the markup */ 
}




#iconbar {
	z-index:200;
	position:absolute;
	margin:0;
	padding:0;
	top:30px;
	width:200px;
	right:10px;
	height:72px;
}
#iconbar UL {
	padding:0;
	margin:0;
}
#iconbar LI {
	float: right;
	list-style-type:none;
	margin:0 0 0 10px;
}
#iconbar ul li A {
	display:block;
	width:77px;
	height:72px;
	text-indent:-5000px;
	overflow:hidden;
}
A#iconjoin {
	background:url(images/btn_join.gif) left top;
}
A#iconjoin:hover {
	background-position: left bottom;
}
A#icondonate {
	background:url(images/btn_donate.gif) left top;
}
A#icondonate:hover {
	background-position: left bottom;
}
A#iconcontact {
	background:url() left top;
}
A#iconcontact:hover {
	background-position: left bottom;
}





#leftSidebar, #pageFooter {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
/********** LEFT SIDEBAR START ***********/
#leftSidebar {
	float: left;
	font-size: 17px;	/* keep the font-size at the container level */
	width: 160px;
	padding: 0;
	margin: 0;
	float: left;
	display: inline;	/* IE hack to correct margins when using a floated element*/
	line-height:1em;
}
#leftSidebarHeader {
	height: 20px;
	padding: 0;
	margin: 0;
	background-repeat: no-repeat;
	background-position: top right;
	background-image: url(images/leftsidebar_header.jpg);
}
#leftSidebarContent {
	padding: 0;
	margin: 0 10px 10px 10px;
}
#leftSidebarFooter {
	display: none;
}
#leftSidebarContent a, #navStaticLink {
	display: block;
	font-weight: bold;
	padding: 0 0 4px 0;
	text-decoration: none;
	width: 100%;
}
#leftSidebarContent a:link, #leftSidebarContent a:visited {
	color: #FFFFFF;
}
#leftSidebarContent a:hover{
	color: #C22038;
}
#leftSidebarContent #navHeading {
	color: #000000;
	padding: 10px 0px 2px 0px;
	font-size: .8em; /* relative to container */
	font-style: italic;
}
#navStaticLink {
	color: #C22038;
}
/********** LEFT SIDEBAR END  ************/

#page,
#page2col {
	border-right: 2px solid #595959;
	border-bottom: 2px solid #595959;
	width: 780px;
	background-image: url(images/pagebkg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0;
	padding: 0;
}
#pageWrapper {
	background-image: url(images/logobkg.jpg);
	background-repeat: no-repeat;
	background-position: 165px bottom; /* ff/ie can't agree on "right bottom" while having a right border */
	/* IE/FF height hack */
	min-height: 350px;
	height: auto !important;
	height: 350px;
	/* end hack */
	margin:0;
	padding:0;
	position:relative;
}
#pageHeader {
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(images/header_bkgd.jpg);
	height: 120px;
	position:relative;
}
#mainContent {
	width: 440px;
	margin: 10px 0 20px 7px;
	background-color:transparent;
	display: block;
	float: left;
	overflow: hidden;
}
#page2col #mainContent {
	width:604px;
}
p {
	padding: .5em 0;
	margin: 0;
}
#mainContent .textblock {
  margin:0 0 1em;
  padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#mainContent .textblock p {
  margin:0;
  padding:0;
	font-size:.7em;
	color:#333;
}
#mainContent .textblock h3 {
	font-family:"Trebuchet MS";
	font-size:1.2em;
	font-weight:normal;
	color:#800000;
	margin:0 0 .1em;
	padding:0;
}
#mainContent .textblock h4 {
	font-size:.8em;
	font-style:italic;
	font-weight:normal;
	color:#800000;
	margin:0 0 .1em;
	padding:0;
}
#rightSidebar {
	/*width: 154px;*/
	width: 150px;
	padding: 0;
	margin: 0;
	float: right;
	display: inline;	/* IE hack to correct margins when using a floated element*/
}
#rightSidebarHeader {
	display: none;
}
#rightSidebarContent {
	margin: 0 0 0 2px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #C22038;
	padding: 0px;
}
#rightSidebarContent .paddedContent{
	padding: 5px 5px 20px 5px;
}
#rightSidebarFooter {
	height: 20px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(images/rightsidebarend.jpg);
}
#pageFooter {
	color: #FFF;
	font-size: 10px;
	height: auto;
	clear: both;
	text-align: right;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(images/footerbkg2.jpg);
	border: 2px solid #FFF;
	border-style: solid none none none;
	background-color: #595959;
	padding: 0px 5px 1px 5px;
	margin:0;
}
#pageFooter table {
	color: #FFF;
	font-size: 10px;
	border-collapse: collapse;
	height: 100%;
	width: 100%;
	margin: 0px;
}
#pageFooter table td {
	vertical-align: bottom;
	text-align: right;
	font-weight: normal;
	padding: 0px 5px 5px 0px;
}
#pageFooter span {
	color: #C22038;
	font-weight: bold;
	font-size: 14px;
}
.italic {
	font-style:italic;
}

#rightSidebarContent #calendarWrapper
{
	margin: 0;
	border: 1px #AD1D32;
	border-style:none none solid none;
	height: 173px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background-color:#CCC;
	overflow:0;
}
#calendarWrapper h3
{
	background-color:#C22038;
	margin:0;
	font-size: 14px;
	line-height:14px;
	padding: 2px 3px 3px 3px;
	color:#FFFFFF;
	overflow: hidden;
	height:15px;
}
#calendarWrapper h3 a {
	font-size:11px;
	line-height:11px;
	font-weight:normal;
	text-decoration:underline;
	color:#FFF;
	padding:0 0 0 10px;
	margin:0 0 3px 0;
}


/*must set the damn width because of IE's faulty box model w/ tables*/
ul.calendar#w150,
ul.calendar#w150 table
{
	width: 150px;
}
ul.calendar#w250,
ul.calendar#w250 table
{
	width: 250px;
}


ul.calendar,
ul.calendar caption,
ul.calendar thead
{
	background: #aaa;
}
ul.calendar
{
	padding: 0;
	margin: 0;
	list-style-type: none;
	width: 165px;
	position: relative;
	font-size: 10px;
	border:0;
	height:auto;
	float:left;
}
ul.calendar li.month
{
	display: block;
	float: left;
	width: 16.6667%;
	height: 20px;
	line-height:14px;
	text-align: center;
	padding:0;
	margin:0;
	border:0;
}
ul.calendar li.month
{
	margin:0;
	padding:0;
}
ul.calendar li.bottom
{
	display: block;
	height: 20px;
	text-align: center;
	margin: 50px 0 0 0;
}
ul.calendar li a.day,
ul.calendar li a.day:visited
{
	text-decoration: none;
	display: block;
	color: #000;
	font-weight: bold;
}
ul.calendar li a.monthlink,
ul.calendar li a.monthlink:visited
{
	text-decoration: none;
	display: block;
	font-weight: bold;
	width: 100%;
	height: 100%;
}
ul.calendar table
{
	font-size: 10px;
	border-collapse: collapse;
	margin:0;
	padding:0;
	width:165px; /*must match UL container*/
}
ul.calendar tbody td
{
	text-align: center;
	background: #fff;
	padding: 0;
	width: 14.2857%;
	height: 14.2857%;
	margin: 0;
	height: 18px;
	line-height:18px;
}
ul.calendar tbody td.blank
{
	background: #CCC;
}
ul.calendar caption
{
	font-weight: bold;
	font-size: 11px;
	height: 13px;
	line-height: 13px;
	overflow: hidden;
	margin:0;
}
ul.calendar thead th
{
	margin:0;
	color: #840;
	font-size: 8px;
	padding: 0 0 1px 0;
	height: 9px;
	line-height: 9px;
	overflow: hidden;
}
ul.calendar thead th,
ul.calendar tbody td
{
	border: 1px #AD1D32;
	border-style: none none solid none;
}
ul.calendar td a, 
ul.calendar td a:visited
{
/*	color: #000;*/
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
}
ul.calendar table
{
	visibility: hidden;
	position: absolute;
	top: -99999px;
	left: 0px;
	z-index:2000;
}
ul.calendar li a.monthlink:hover,
ul.calendar li:hover a.monthlink
{
	background: #fff;
}
ul.calendar li.month a.monthlink
{
	color: #000;
}
ul.calendar li.month#showfirst a.monthlink /* wow */
{
	color: #AD1D32;
}
ul.calendar li:hover table,
ul.calendar li.month#showfirst table
{
	visibility: visible;
	top: 15px;
	left: 0px;
}
ul.calendar li.month#showfirst table {
	z-index:1999;
}
ul.calendar li table a:hover
{
	background-color: #DDD;
/*	color:#000;*/
	cursor: default;
	text-decoration: none;
}






/*span.popup {
	position:relative; breaks IE, due to erroneous z-index interpretation 
	display:block;
	color:#fff;
	background-color:#0000FF;
	width:auto;
	height:100%;
}
*/
.popup {
	/*position:relative; breaks IE, due to erroneous z-index interpretation */
	display:block;
	width:auto;
}
table#smallcalendar .popup a.day,
table#smallcalendar .popup a.day:hover {
	background-color:#C22038;
	width: 100%;
	height: 100%;
	color:#FFF;
}
ul#bubble {
	display:none;
	position:absolute;
	width:160px;
	border: 2px solid #C22038;
	/*left: -156px;
	top: 5px; Removed due to IE z-index problems.  Replaced with margins */
	margin: 5px 0 0 -155px;
	padding: 4px;
	list-style: none;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height:14px;
	font-weight:normal;
	text-align:left;
	background-color:#fff;
}
.popup:hover ul#bubble {
	display: block;
	z-index:999;
}
ul#bubble li {
	list-style:none;
	display:block;
	margin:0;
	padding:0;
	background-color:#C22038; /* added to fix in safari */
}
ul#bubble li a {
	margin:0;
	display:block;
	width:auto;
	padding: 2px 6px;
	color: #FFF;
	text-decoration: none;
	border-top: 1px solid #AD1D32;
}
ul#bubble li a:hover {
	background-color: #DF3C54;
	color:#000;
	cursor:pointer;
}


ul#calendarnav {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	display:block;
	list-style:none;
	margin:0;
	padding:0;
	position:absolute;
	top:0;
	right:0;
	line-height:1em;
}
ul#calendarnav li {
	display:block;
	float:left;
	padding:4px 4px;
	margin:0;
	border:1px #C22038;
	border-style: none none solid solid;
}
ul#calendarnav li#title {
	border:0;
	font-style:italic;
	font-weight:bold;
	color:#000;
}



table#fullcalendar {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	width:99.9%;
	border-collapse:collapse;
	padding:0;
	margin:0 0 0 1px;
	font-size:13px;
	line-height:1em;
}
table#fullcalendar a.day {
	border: 1px #AD1D32;
	border-style: none none solid solid;
	font-size:10px;
	font-weight:bold;
	color:#000;
	background-color:#fff;
	padding:0 3px 1px;
	display:block;
	float:right;
	position:relative;
}
table#fullcalendar th {
	margin:0;
	padding:3px 0;
	color:#777;
}
table#fullcalendar td {
	height:80px;
	border: 1px #AD1D32;
	border-style: solid;
	vertical-align:top;
	margin:0;
	padding:0;
	width:14.2857%;
/*	width:86.285px;*/
}
table#fullcalendar caption,
table#fullcalendar caption a {
	text-align:left;
	font-weight:bold;
	font-size:16px;
	line-height:25px;
	color:#AD1D32;
	margin:0;
	height:auto;
}
table#fullcalendar ul.events {
	display:block;
	list-style:none;
	margin:0;
	padding:0;
}
table#fullcalendar ul.events li {
	display:block;
	width:auto;
	list-style:none;
	margin:0 0 1px 0;
	padding:2px;
	font-size:10px;
	line-height:10px;
	cursor:default;
}
table#fullcalendar ul.events li:hover {
}
table#fullcalendar ul.events li a,
table#fullcalendar ul.events li a:visited {
	display:block;
	width:auto;
	font-size:10px;
	font-weight:bold;
	color:#AD1D32;
}
.t1 {background-color:transparent;}
.t2 {background-color:transparent;}
.t3 {background-color:transparent;}
.t4 {background-color:transparent;}
.t5 {background-color:transparent;}
.t6 {background-color:transparent;}


/* ******************************************************************************** */
/* ******         GIVEBACKCINCINNATI.ORG STYLES ABOVE          ******************** */
/* ******************************************************************************** */
/* ******************************************************************************** */
/* ******************************************************************************** */
/* ******************************************************************************** */
/* *********        WORDPRESS DEFAULT STYLES BELOW             ******************** */
/* ******************************************************************************** */

/* Begin Typography & Colors */

/*body {
	font-size: 62.5%; /* Resets 1em to 10px */
	/*font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #d5d6d7 url('images/kubrickbgcolor.jpg');
	color: #333;
	text-align: center;
	}
*/
/*#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}
	

#header {
	background: #73a0c5 url('images/kubrickheader.jpg') no-repeat bottom center;
	}

#headerimg 	{
	margin: 7px 9px 0;
	height: 192px;
	width: 740px;
	}

#content {
	font-size: 1.2em;
	}
*/
.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	/*line-height: 1.4em;*/
	}

.widecolumn {
	/*line-height: 1.6em;*/
	}

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

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

#footer {
	background: #e7e7e7 url('images/kubrickfooter.jpg') no-repeat top;
	border: none;
	}

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;*/
	font-weight: normal;
	}

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

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

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

#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, #headerimg .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, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

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

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

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

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.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;
	}

#sidebar {
	/*font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;*/
	}

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

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;*/
	text-decoration: underline;
	}

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

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



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

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

#header {
	background-color: #73a0c5;
	margin: 0 0 0 1px;
	padding: 0;
	height: 200px;
	width: 758px;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.narrowcolumn {
	/*float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;*/
	}

.widecolumn {
	/*padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;*/
	}

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

.post hr {
	display: block;
	}

.widecolumn .post {
	/*margin: 0;*/
	}

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

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	/*margin: 30px 0 0;*/
	color: #891627;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* 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;*/
	width: 100%;
	text-align: right;
	}

.alignleft {
	/*float: left;*/
	width: 100%;
	text-align: left;
	margin-bottom: 7px;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	/*content: "\00BB \0020";*/
	}

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

.entry ol li {
	margin: 0;
	padding: 0;
	}

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

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	/*padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;*/
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* 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;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

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



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

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


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

