body {
font-family: Helvetica, sans-serif;
background-image:
url('/images/topbar_repeating.jpg');
background-repeat: repeat-x;
margin: 0!important;
padding: 0;
text-align: center;
background-color: #fbeccf;
}

p { 
	color: #344444;
	margin 0 0 14px 0;
	font-family: Helvetica, sans-serif;
    font-size: 15px; 
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 20px; 
	margin-top: 0;
	}
	
strong {
	font-weight: normal;
}
	
a, a:link, a:visited {
	color: #CA093B;
	text-decoration: underline;
	}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
	}

ul {
	list-style: none;
	margin: 0;;
	}
	
li {
	margin: 0;
	padding: 0;
}

img { 
border: none
}

h1.logo {position: absolute; top: 34px; left: 130px; padding: 0; margin: 0; height: 75px; width: 750px; text-indent: -10001px; border: none;}
h1.logo a {display: block; height: 75px; width: 750px; background-color: transparent; text-decoration: none;}
h1.logo a:hover {background-color: transparent; text-decoration: none;}

/*******************psuedo classes*****************************/

.tit { font-family: Georgia, Times New Roman, Times, serif; font-size: 22px; font-weight: normal; color: #FFFFFF; }
.largelink { font-family: Georgia, Times New Roman, Times, serif; font-size: 20px; font-weight: normal; color: #D7506F; }
.header { font-family: Georgia, Times New Roman, Times, serif; font-size: 14px; font-weight: bold; color: #525253; }
.highlight { font-family: Georgia, Times New Roman, Times, serif; font-size: 14px; font-weight: bold; color: #FFFFFF; }
.regular { font-family: verdana, sans-serif; font-size: 12px; font-weight: normal; color: #525253; letter-spacing: 1 px; line-height: 25px;}
.noline { font-family: Georgia, Times New Roman, Times, serif; font-size: 14px; font-weight: normal; color: #525253; letter-spacing: 1 px; line-height: 20px;}
.orange { font-family: Helvetica, sans-serif; font-size: 16px; font-weight: bold; color: #F17221; }
.teal { font-family: Helvetica, sans-serif; font-size: 16px; font-weight: bold; color: #058A82; }
.purple { font-family: Helvetica, sans-serif; font-size: 16px; font-weight: bold; color: #221264; }
.red { font-family: Helvetica, sans-serif; font-size: 16px; font-weight: bold; color: #CA093B; }
.green { font-family: Helvetica, sans-serif; font-size: 16px; font-weight: bold; color: #759242; }
.yellow { font-family: Helvetica, sans-serif; font-size: 16px; font-weight: bold; color: #FFD481; }
.blue { font-family: Helvetica, sans-serif; font-size: 16px; font-weight: bold; color: #0066CC; }


.bigteal { font-family: Helvetica, sans-serif; font-size: 24px; font-weight: normal; color: #058A82; line-height: 26px;}
.biggreen { font-family: Helvetica, sans-serif; font-size: 24px; font-weight: normal; color: #759242; line-height: 26px; }
.bigorange, .bigorange h3 { font-family: Helvetica, sans-serif; font-size: 24px; font-weight: normal; color: #F17221; line-height: 26px; }
.bigpurple { font-family: Helvetica, sans-serif; font-size: 24px; font-weight: normal; color: #221264; line-height: 26px;}
.bigred { font-family: Helvetica, sans-serif; font-size: 24px; font-weight: normal; color: #CA093B; line-height: 26px; }
.bigblue { font-family: Helvetica, sans-serif; font-size: 24px; font-weight: normal; color: #0066CC; line-height: 26px; }

.side-copy { font-family: Helvetica, sans-serif; font-size: 24px; font-weight: normal; color: #344444; line-height: 26px; }
.side-smaller { font-family: Helvetica, sans-serif; font-size: 18px; font-weight: normal; color: #344444; line-height: 26px; }
.testify { font-family: Didot, serif; font-size: 16px; font-weight: normal; color: #344444; line-height: 26px; }







/************************* ID's *************************/



#wrapper {
	position: relative;
	width: 1000px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background-image:
	url('/images/topbar_2011.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	}

#individual {
	position: relative;
	margin: 154px 0 0 0;
	float: left;
	width: 955px;
	height: auto;
	background-color: #fbeccf;
	padding: 35px 0 0 35px;
}

#nav  {
	position: absolute;
	top:0;
	left:0;
	height: 21px;
	width: 1000px;
	padding: 8px 0 2px 0;
	margin: 0 0 0 0;
}

#nav ul {
	font-family: Helvetica, sans-serif;
	padding: 0;
	margin: 0 0 0 170px;
	list-style: none;
	border: 0px none; 
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
}

#nav ul li {
	float: left;
	padding: 0;
	margin: 0;
	border: 0px none;
	letter-spacing: 1px;
	font-weight: normal;
}

#nav ul li a {
	color: #fff;
	text-decoration: none;
	margin: 0 45px 0 0;
	padding: 0;
}

#nav ul li a:hover {
	color: #ca083c;
	text-decoration: none;
}

#nav ul li.selected a {
	color: #ca083c;
}

.nav-green {
	background: #058A82;
}

.nav-purple {
	background: #058A82;
}

.nav-teal {
	background: #241264;
}

.nav-orange {
	background: #058A82;
}


#content-left {
	float: left;
	width: 600px;
	height: auto;
	margin: 40px 0 0 0;
}

#content-right {
	float: right;
	width: 285px;
	height: auto;
	margin: 35px 0 0 0;
	padding: 0 20px 0 0
	background-color: #84A649;
}


#footer {
	font-family: Helvetica, sans-serif;
	position: relative;
	margin: 0;
	padding: 25px 0 15px 45px;
	height: auto;
	font-size: 12px;
	color: #fff;
	clear: both;
	background: #f39c57;
}
	
#footer a {
	text-decoration: none;
	color: #fff;
}

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

#footer ul {
	margin: 0;
	padding: 0;
}

#footer li {
	margin: 0;
	padding: 0 0 3px 0;
	text-indent: 0;
	letter-spacing: 1px;
}
	
#footer h2 {
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0 0 7px 0;
	text-align: left;
	text-indent: 0;
	border-bottom: 1px dotted #fff;
	width: inherit;
	letter-spacing: 1px;
}

#footer p {
	color: #fff;
	font-size: 11px;
	line-height: 14px;
	letter-spacing: 1px;
}
	
.footer-col {
	float: left;
	width: 270px;
	height: auto;
	margin: 0 40px 0 0;
}

.tweetmeme_button {
	border:5px solid white;
	background: white;
}

.twitter_button {
	border:5px solid white;
	background: white;
	float: right;
	clear: right;
	margin: 10px 10px 0 0;
}


#fb_share_1 {
	border:5px solid white;
	background: white;
}

img { 
border: none
}

.wp-pagenavi {
	font-weight: bold;
	color: #344444;
	float: left;
	margin: 0 0 30px 30px;
	font-size: 12px;
	padding: 5px 8px 5px 8px;
}

.wp-pagenavi a {
	color: #fff;
	margin-right: 5px;
	background-color: #058A82;
	padding: 5px 8px 5px 8px;
	text-decoration: none;
}

.pages {
	margin-right: 10px;
}

.current {
	color: #fff;
	margin-right: 5px;
	font-weight: bold;
	background-color: #221264;
	padding: 5px 8px 5px 8px;
}

.page larger {
	margin-right: 5px;
}


#page {
	text-align: left;
	}

#headerimg 	{
	margin: 7px 9px 0;
	height: 175px;
	}

#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 {
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	}

.alt {
	background-color: none;
	margin: 0;
	padding: 0;
	}

small {
	font-size: 11px;
	line-height: 14px;
	color: #5F6061;
	margin: 0;
	padding: 0;
	}


#headerimg h1 {
	font-size: 4em;
	}

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


h2.pagetitle {
	font-size: 22px;
	letter-spacing: 1px;
	}

#sidebar h2 {
	font-family: Helvetica, sans-serif;
	font-size: 16px;
	margin: 0 0 7px 0;
	padding: 0;
	font-weight: normal;
	letter-spacing: 1px;
	}
	
#sidebar h4 {
	text-align: center;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#footer h4 {
	text-align: center;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

	
.date {
	font-size: 11px;
	margin: 0 0 3px 0;
	padding: 0;
}

h1 {
	font-family: Georgia, Times, serif;
	margin: 0 0 40px 0;
	padding: 10px 0 5px 0;
	font-size: 42px;
	line-height: 42px;
	font-weight: normal;
	color: #201566;
	border-bottom: 3px solid #201566;
	width: 100%;
	letter-spacing: .025em;
}


.post h2 {
	font-family: Georgia, Times, serif;
	margin: 0 0 30px 0;
	padding: 0;
	font-size: 42px;
	line-height: 42px;
	font-weight: normal;
	color: #201566;
	letter-spacing: .025em;
}

.post h2 a {
	text-decoration: none;
	color: #221264;
	font-weight: normal;
}

.post h3 {
	margin: 30px 0 3px 0;
	padding: 0;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: 1px;
}

.post h4 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #F17221;
}

.post ul {
	margin: 0 0 20px 15px;
	padding: 0 0 0 30px;
	color: #000;
	margin 0 0 14px 0;
	margin-top: 0;
}

.post li {
	list-style-type: disc;
	font-size: 14px;
	padding: 0 0 8px 0;
	letter-spacing: 1px;
	line-height: 20px;
}

.post li a {
	text-decoration: none;
}

.post li a:hover {
	text-decoration: underline;
}

#sidebar h2 {
	color: #c23445;
	}

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

.commentlist li, #commentform input, #commentform textarea {
	font-size: 1em;
	line-height: 1.4em;
	}

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

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	color: #c23445;
	}

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

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

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

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

a:hover {
	color: #333;
	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 Helvetica, Arial, Sans-Serif;
	}

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



/* Begin Structure */

#page {
	margin: 0 auto;
	padding: 0;
	width: 760px;
	}

#header {
	margin: 0;
	padding: 0;
	height: 250px;
	}

.narrowcolumn {
	float: left;
	padding: 0;
	margin: 0;
	width: 550px;
	}

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

.post {
	margin: 0 0 80px 0;
	padding: 0;
	width: 600px;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 0;
	}

.widecolumn .postmetadata {
	font-family: Helvetica, sans-serif;
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
	border-top: 1px dotted #eea058;
	padding-top:10px;
	margin-top: 20px;
}

.clear {
	clear: both;
}

/* End Structure */


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

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



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

#sidebar ul {
	margin: 0 0 0 10px;
	padding: 0;
}

#sidebar li {
	list-style-type: disc;
	margin:0;
	padding: 0 0 3px 0;
	text-indent: 0;
	letter-spacing: 1px;
	font-size: 11px;
}
	
#sidebar ul li a {
	text-decoration: none;
	color: #996666;
	}
	
#sidebar ul li a:hover {
	text-decoration: underline;
	}
	
#sidebar p {
	font-size: 11px;
	line-height: 14px;
}

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
 	cursor: pointer;
 	color: #c23445;
 	font-size: 11px;
 	font-family: Helvetica, sans-serif;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	font-size: 11px;
	color: #c23445;
	background: #fff;
	border: 1px dotted #c23445;
	font-family: Helvetica, sans-serif;
	}

#sidebar #searchsubmit {
	padding: 1px;
 	cursor: pointer;
 	color: #c23445;
 	font-size: 11px;
 	font-family: Helvetica, sans-serif;
 	background: #fff;
	border: 1px dotted #c23445;
	}

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

select {
	width: 130px;
	}

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

#commentform textarea {
	width: 560px;
	padding: 10px;
	font-size: 11px;
	color: #c23445;
	font-family: Helvetica, sans-serif;
	}

#commentform #submit {
	float: right;
 	padding: 1px;
 	cursor: pointer;
 	color: #c23445;
 	font-size: 11px;
 	font-family: Helvetica, sans-serif;
 	background: #fff;
	border: 1px solid #fff;
	margin: 10px 38px 40px 0;
	width: 120px;
	}

input, textarea
 {
 	background: #fff;
	border: 1px solid #fff;
 	font-size:1em;
 	font-weight: normal;
 }

#searchsubmit 
 {
 	text-decoration:none;
 	padding: 1px;
 	cursor: pointer;
 	color: #c23445;
 	font-size: 11px;
 	font-family: Helvetica, sans-serif;
 	background: #fff;
	border: 1px solid #fff;;
	}
 	
/* End Form Elements */




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

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

.commentlist li {
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

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

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar {
	position: relative;
	width: auto;
	color: #c23445;
	}

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



/* Begin Calendar */
#wp-calendar_wrap {

	text-align: left;
	}
#wp-calendar {
	empty-cells: show;
	margin: 10px 0 0 0;
	width: 155px;
	text-align: left;
	}

#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 {
	width: 100%;
	text-align: left;
	}

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

#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 #eee;
	}

blockquote {
	font-weight: normal;
	font-size: 16px;
	margin: 16px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #F17221;
	color: #330066;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	display: block;
	margin-bottom: 40px;
	width: 600px;
	}
	
/* End Various Tags & Classes*/



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

.wp-caption {
	border: 1px solid #eee;
	background-color: #fff;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0px 5px;
	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." */

