@charset "utf-8";
/* CSS Document */

/* --------------------
		Reset Styles
-------------------- */


html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, em, img, q, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;	
}

ol, ul {
	list-style: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a {
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	text-decoration: underline;
}

strong {
	font-weight: bold;	
}

p {
	padding-bottom: 10px;	
}

/* --------------------
		Main Styles
-------------------- */

html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	line-height: 16px;
}

.wrapper {
	width: 960px;
	padding: 0 5px;
	margin: 0 auto;
}

.header {
	height: 140px;
	position: relative;
}

.header .logo {
	margin: 15px 0 0 20px;
	float: left;
	background-image: url(images/logo.gif);
	width: 287px;
	height: 115px;
	background-repeat: no-repeat;
}

.header .slogan {
	float: left;
	width: 380px;
	padding-top: 82px;
	padding-left: 20px;
	font-family: "Arial";
	font-size: 12px;
	line-height: 16px;
        text-transform:uppercase;
	letter-spacing: 2px;
}

.header form {
	float: right;
	background-image: url(images/search-bg.gif);
	width: 244px;
	height: 34px;
	padding-top: 8px;
	padding-left: 34px;
	line-height: 18px;
	margin-left: -50px;
	position: relative;
}

.header form input {
	border: none;
	background-color: #efeeee;
	height: 18px;
	padding: 0 5px;
	width: 173px;
	border-top: 2px groove #7b7a7a;
	border-right: 2px ridge #7b7a7a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
	margin-right: 5px;
}

.header form input.submit {
	border: none;
	background-image: url(images/search-submit-bg.gif);
	width: 22px;
	height: 22px;
	background-repeat: no-repeat;
	cursor: pointer;
}



.header .donate {
	background-image: url(images/donate-bg.gif);
	background-repeat: no-repeat;
 	height: 53px;
	width: 152px;
	position: absolute;
	bottom: 0;
	right: 0;

	
}
.header .donate a {
	color:#ffffff;
    position: absolute;
	top: 18px;
	left: 37px;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:2px;
	
}

.header  .donate a:hover { text-decoration:underline; }

.navigation {
	clear: both;
	background-image: url(images/nav-bg.gif);
	background-repeat: no-repeat;
	height: 54px;
	line-height: 54px;
	text-align: center;
	z-index: 1000;
}

.navigation a {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	padding: 5px 0;
}

.navigation ul li {
	display: inline;
	clear: none;
	padding: 0 15px;
	position: relative;
	height: 54px;
	line-height: 54px;
	z-index: 1001;

}

.navigation ul ul {
	display: none;
	width: 161px;
	background-color: #000;
	position: absolute;
	top: 20px;
	left: 3px;
	
}
.navigation ul ul.resources{ width: 250px;
}

.navigation ul li.selected a, .navigation ul li a:hover, .navigation ul li:hover a {
	color: #f1bb2e;
	text-decoration: none;
}

.navigation ul li:hover ul {
	display: block;
}

.navigation ul li:hover ul li {
	display: block;
	clear: both;
	padding: 5px 14px;
	line-height: 19px;
	height: 19px;
	text-align: left;
}

.navigation ul li:hover ul li a {
	font-size: 13px;
	color: #fff;
}

.navigation ul li:hover ul li:hover, .navigation ul li ul li:hover {
	background-color: #f1bb2e;	
}

.navigation ul li:hover ul li:hover a, .navigation ul li ul li:hover a {
	color: #000;	
}

.main {
	clear: both;
	overflow: hidden;
	padding: 10px 0 15px 0;	
}

.sidebar {
	float: left;
	width: 300px;
	padding: 0 10px;
}

.content {
	float: right;
	width: 630px;
	overflow: hidden;
}

.block {
	background-image: url(images/block-bg.gif);
	background-repeat: no-repeat;
	margin-bottom: 15px;
}

.block .block-content {
	overflow: hidden;
	background-image: url(images/block-bottom-bg.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 15px;
}

.block.pink {
	background-image: url(images/block-pink-bg.gif);
	padding: 15px;
}

.page .block.pink {
	background-image: url(images/block-pink-bg-270w.gif);
	padding: 15px;
}

.block.orange {
	background-image: url(images/block-orange-bg.gif);
	padding: 15px;
}

.page .block.orange {
	background-image: url(images/block-orange-bg-270w.gif);
	padding: 15px;
}

.page .intro-photo {
	margin-bottom: 10px;
}

.page .intro {
	margin-bottom: 10px;
}



.block.subscribe {
	background-image: url(images/subscribe-bg.gif);
	height: 65px;
	padding: 15px;
}

.main h2 {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	line-height: 24px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.main h2 a {
	float: right;
	font-size: 10px;
	font-weight: bold;
	color: #c9343a;
	text-transform: uppercase;
}

.main .sidebar h2 a {
	float: right;
	font-size: 10px;
	font-weight: bold;
	color: #c9343a;
	text-transform: uppercase;
	padding-left: 10px;
	border-left: 1px dotted #cccaca;
	margin-top: -13px;
	padding-top: 13px;
	position: relative;
}

.main .block.subscribe h2 {
	color: #fff;	
}

.block.subscribe form input {
	border: none;
	background-color: #fff;
	height: 18px;
	padding: 0 5px;
	padding-top: 2px;
	width: 173px;
	border-top: 2px groove #7b7a7a;
	border-right: 2px ridge #7b7a7a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
	margin-right: 5px;
}

.block.subscribe form input.submit {
	border: none;
	background: none;
	padding: 0;
	margin: 0;
	background-image: url(images/subscribe-submit-bg.gif);
	width: 22px;
	height: 22px;
	background-repeat: no-repeat;
	cursor: pointer;
}

/*
.block.love-notes {
	background-image: url(images/love-notes-bg.gif);
	width: 320px;

	position:relative;
	right:15px;
	margin-right:-30px;
	height: 185px;	
	font-size: 15px;
	line-height: 20px;
	text-align: center;
}

.block.love-notes .title {
	position:absolute;
	top:10px;
	left:30px;
	 height:20px;
	
}
.block.love-notes  h4{
	padding:0px;
	margin-top:0px;
	position:absolute;
	top:40px;
	left:30px;
	width:85%;

}

.block.love-notes h2  {
	text-align: left;
	
}

div.more {
	
	text-align: right;
}

a.more {
	color: #c9343a;	
	font-weight: bold;
	white-space: nowrap;
}

div.more a {
	color: #c9343a;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
	
}

.block.love-notes div.more {
	text-align: right;
	font-size: 10px;
	position:absolute;
	bottom:5px;
	right:20px;
}
#love_notes h4{  }
*/
.block.love-notes {
	background-image: url(images/love-notes-bg.gif);
	width: 251px;
	position: relative;
	margin: 0 -15px 10px -15px;
	height: 163px;
	padding: 15px 40px 15px 40px;
	font-size: 15px;
	line-height: 15px;
	text-align: center;

}

.block.love-notes h2 {
	text-align: left;
}
#love_notes {
   position:relative;
 /*  top:-15px;*/
	
}
#love_notes h4{  



}
#love_notes p{
 margin:0;	
 padding:0;
 display:inline;
}

div.more {
	clear: both;
	text-align: right;
}

a.more {
	color: #c9343a;	
	font-weight: bold;
	white-space: nowrap;
}

div.more a {
	color: #c9343a;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
}
.block.love-notes div.more {
	position: absolute;
	bottom: 12px;
	right: 30px;
	text-decoration: none;
}

.share .more {
	color: #fff;
	text-decoration: underline;
}

.share .more:hover {
	text-decoration: none;	
}

.main a.more {
	text-decoration: underline;	
}

.main .more:hover {
	text-decoration: none;	
}



.social a {
	display: inline-block;
	margin: 0 4px;
}

.author {
	overflow: hidden;
	padding-left: 0px;
	font-weight: bold;
	color: #000;
	line-height: 15px;
	margin-bottom: 10px;
}

.author img {
	float: left;
	margin-left: 0px;
	border:1px solid #666;
	position: relative;
		margin-right:2px;
}

#ally_quotes blockquote {
	background-image: url(images/blockquote-bg.gif);
	background-repeat: no-repeat;
	padding: 0 35px 0 35px;
	font-style: italic;
}

blockquote{
		padding: 0 35px 0 35px;
	font-style: italic;
	
}

.video-preview {
	overflow: hidden;
	padding-left: 0px;
	margin-bottom: 10px;
}

.video-preview img {
	float: left;
	margin-left: 0px;
	border:1px solid #666;
	position: relative;
	margin-right:2px;
}

.video-preview h3 a {
	font-size: 13px;
	font-weight: bold;
	color: #c9343a;
	text-decoration:underline;
}

.video-preview h3 a:hover {
	text-decoration: none;	
}

.gallery-scroller .left-arrow {
	background-image: url(images/arrows.gif);
	background-position: -46px 0;
	width: 23px;
	height: 27px;
	background-repeat: no-repeat;
	float: left;
	margin-top: 62px;
	margin-left: -6px;
	position: relative;
}

.gallery-scroller .left-arrow:hover {
	background-image: url(images/arrows.gif);
	background-position: -69px 0;
}

.gallery-scroller .right-arrow {
	background-image: url(images/arrows.gif);
	background-position: 0 0;
	width: 23px;
	height: 27px;
	background-repeat: no-repeat;
	float: right;
	margin-top: 62px;
	margin-right: -6px;
	position: relative;
}

.gallery-scroller .right-arrow:hover {
	background-image: url(images/arrows.gif);
	background-position: -23px 0;
}

.gallery-scroller .images {
	float: left;
	width: 206px;
	overflow: hidden;
	height: 181px;
	margin-left: 13px;
}

.gallery-scroller .images .image {
	height: 181px;
	line-height: 18px;
}

.footer {
	border-top: 7px solid #000;
	padding-top: 9px;
	text-align: right;
	font-size: 12px;
	color: #333333;
	padding-bottom: 10px;
}

.footer a {
	color: #c9343a;
	text-decoration: underline;
	font-weight: bold;
}

.footer a:hover {
	text-decoration: none;	
}

.footer .copyright {
	display: inline-block;
	padding-left: 5px;
}

.slideshow {
	background-color: #000;
	position: relative;
	color: #fff;
	overflow: hidden;
	margin-bottom: 28px;
	z-index: 100;
	width:619px;
}

.slideshow .lt {
	position: absolute;
	float: left;
	background-image:url(images/tl.gif);	
	width: 10px;
	height: 10px;
	background-repeat: no-repeat;
	left: 0;
	top: 0;
}

.slideshow .rt {
	position: absolute;
	float: left;
	background-image:url(images/tr.gif);
	width: 10px;
	height: 10px;
	background-repeat: no-repeat;
	right: 0;
	top: 0;
}

.slideshow .lb {
	position: absolute;
	float: left;
	background-image:url(images/bl.gif);
	width: 10px;
	height: 10px;
	background-repeat: no-repeat;
	left: 0;
	bottom: 0;
}

.slideshow .rb {
	position: absolute;
	float: left;
	background-image:url(images/br.gif);
	width: 10px;
	height: 10px;
	background-repeat: no-repeat;
	right: 0;
	bottom: 0;
}

.slideshow  .desc {
	padding-left: 15px;
	width:  430px;
	line-height: 14px;
	margin-top: 5px;
	margin-bottom: 5px;
	float: left;
	clear: both;
	border-right: 1px dotted #fff;
}

.slideshow .nav {
	float: right;
	width: 160px;
	text-align: center;
	height: 40px;
	line-height: 40px;
}

.slideshow .nav a {
	display: inline-block;
	background-image: url(images/slideshow-nav-bg.gif);
	width: 26px;
	height: 22px;
	background-repeat: no-repeat;
	line-height: 22px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	font-size: 15px;
}

.slideshow .nav a:hover, .slideshow .nav a.current {
	text-decoration: none;
	background-image: url(images/slideshow-nav-bg.gif);
	background-position: -26px 0;
}


.left-half {
	float: left;
	width: 300px;
}

.right-half {
	float: right;
	width: 300px;
	margin-right:10px;
}

.page .left-half {
	float: left;
	width: 270px;
}

.page .right-half {
	float: right;
	width: 270px;
}

.numbered {
	color: #fff;
	font-size: 13px;
}

.numbered .number1 {
	background-image: url(images/numbered-first.gif);
	height: 70px;
	background-repeat: no-repeat;
	margin-bottom: 8px;
	padding-left: 47px;
	clear: both;
}

.numbered .number2 {
	background-image: url(images/numbered-second.gif);
	height: 70px;
	background-repeat: no-repeat;
	margin-bottom: 13px;
	padding-left: 47px;
	clear: both;
}

.numbered .number3 {
	background-image: url(images/numbered-third.gif);
	height: 70px;
	margin-bottom: 18px;
	background-repeat: no-repeat;
	padding-left: 47px;
	clear: both;
}

.numbered h2 {
	margin: 3px 0;	
}

.numbered h2, .numbered h2 a, .sidebar .numbered h2 a {
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-transform: none;
	float: left;
	width: 253px;
	padding-left: 0;
	border-left:0; /*NB - fixed a small bug that showed up dotted left border on secondary pages*/
}
.numbered h2 a:hover, .sidebar .numbered h2 a:hover {
   text-decoration:underline;	
}

.share {
	height: 212px;
	padding-bottom: 20px;
	color: #fff;
	margin-bottom: 18px;
}

.share h2, .share .author {
	color: #fff;	
}

.share-your-story {
	background-image: url(images/share-your-story.gif);
	width: 191px;
	height: 36px;
	display: block;
	cursor: pointer;
	margin: 7px auto 0 auto;
}

.preview {
	padding-bottom: 12px;
	overflow: hidden;
	clear: both;
}

.preview .info {
	font-size: 13px;
	font-weight: bold;
	color: #000;
	
	padding-bottom: 2px;
}

.preview .info .right {
	float: right;
	color: #000;
}

.preview .info .right a {
	font-size: 11px;
	font-weight: bold;
	color: #c9343a;
}

h3 a {
	font-size: 13px;
	font-weight: bold;
	color: #000;
}

h3.blog-page a {
	font-size: 17px;
	font-weight: bold;
	color: #000;
}

.h1 {
	background-image: url(images/h1-bottom-bg.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	margin-bottom: 7px;
}

.h1 h1 {
	background-image: url(images/h1-top-bg.gif);
	background-repeat: no-repeat;
	padding: 2px 25px;
	font-size: 24px;
	line-height: 28px;
	font-weight: bold;
	color: #fff;
}

.block.page {
	background-image: url(images/block-page-bg.gif);
	background-repeat: repeat-y;
}

.block.page .block-content {
	background: none;
	background-image: url(images/block-page-top-bg.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 25px 30px 0 30px;
	line-height: 18px;
	color: #333333;
}

.block.page .bottom {
	background-image: url(images/block-page-bottom-bg.gif);
	background-repeat: no-repeat;
	background-position: top left;
	height: 25px;
}

.block.page img {
	border: 1px solid #E7E7E7;
	margin-bottom: 10px;
}

.block.page a {
	color: #C93438;
	font-weight: bold;
	text-decoration: underline;
}


.block.page a:hover {
	text-decoration: none;	
}

.block.page h2 {
	font-size: 21px;
	color: #323232;
	text-transform: none;
	padding: 0;
	margin: 0px 0px 10px 0px;
	line-height: normal;
}
.content .slideshow .tab {
	height: 214px;
	width:619px;
	max-width:619px;
	padding:0;
	margin:0;
	display: none;
	color: #FFF;
}

.content .slideshow .visible {
	display: block;
}	

.content .slideshow .tabber {
	
}
/****************************/
.content-block {
	background-image: url(images/block-bg-560w.gif);
	background-repeat: no-repeat;
	margin-bottom: 15px;
}

.content-block .content-block-content {
	overflow: hidden;
	background-image: url(images/block-bottom-bg-560w.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 15px;
}

.content-block .content-block-content h2 {
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 10px;
}

.content-block .col-a {
float: left; width: 238px;
}

.content-block .col-b {
float: left; width: 50%; margin-left: 20px;
}
/* --------------- Love notes data entry---------------------*/
.error{
	width:80%;
	background-color:#FF8080;
	color:black;
	margin:0 auto;
	   
	   }
.message{
	width:80%;
	background-color:#FFCC66;	
	color:black;
	margin:10px auto;

}
.pagination{clear:both;}
.pagination  a {
	font-size: 12px;
	font-weight: bold;
	color: #c9343a;

}
/*--------------LOVE NOTES LANDING PAGE----------------*/
.block .lnwrap{
	   float:left;
	   width:50%;
	   margin-bottom:20px;
}
.love_note_list {
	background-image: url(images/ln_noteBg.gif);
	width: 270px;
	height:187px;
	padding:0;
    margin:0;
	font-size: 14px;
	line-height: 15px;
	text-align: center; 


 
}
.lnwrap h4 {padding:0;  margin:0;}
.lnwrap h4 p {padding:0px; margin-top:-5px;}

.ln_navigation {
   width:100%;
   margin-bottom: 30px;
   float:left;
}
.ln_navigation .text{
  width:344px;
  float:left;
  font-family:Arial, Helvetica, sans-serif;
  font-size:13px;
}
.ln_navigation .button{
  width:200px;
  float:left;
  background-image: url(images/ln_menuButton.gif);
  background-repeat:no-repeat;
  height:65px;
  text-align:center;
  padding-top:7px;
}
.ln_navigation .button a{
   font-weight:bold;
   color:#FFF;
   text-decoration:none;
   font-size:14px;
}

.page .intro h2 {
	font-size: 18px;
	line-height: 26px;
}

h2.heading {
	font-size: 18px;
	line-height: 22px;
	display: block;
	padding: 10px;
	margin: 10px;
}

/* End captions */
.required{
	 color:red;
}
label {
  margin-top: .33em;
  display: block;
} 

/*--------------CONTENT AREA STYLES----------------*/

h2 {
font-size:24px;
}


ul.list {
margin-top:20px;
margin-bottom:30px;
}


ul.list li {
margin-left:30px;
margin-bottom:10px;
list-style: disc;
}

.footnote {
font-size:80%;
color:#666;
}
/*--------------------- blog ---------------------*/
/****************************/

/*
.thumbnail {
	float: left;
	width: 110px;
	height: 80px;
	margin: 0 15px 10px 0;
	border: 5px solid #06344d;
	
	}
	.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}
	
	html>body .entry li {
	margin: 7px 0 8px 10px;
	}


html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;

	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	list-style-type:circle;
	}

/ *
.entry ul li:before, #sidebar ul ul li:before {

	list-style-type:disk;
	margin-right:2px;
	}* /

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 2px;
	padding: 2px;;
	}
	
	



.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	float:left;
}

.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;
}
*/
#page-blog p{
	
}
#page-blog .post img {
	max-width: 568px;
	padding: 5px;
	border: 1px solid #ccc;
	}
#page-blog img { margin:0; padding:0}
#page-blog .thumbnail {
	float: left;
	width: 100px;
	height: 100px;
	margin: 5px 15px 0 0;
	}

/* Captions [caption] */
#page-blog .wp-caption {
	max-width: 576px;
	margin-top: 6px;
	padding: 6px 1px 0 1px;
	border: 1px solid #ccc;
	text-align: center;
	float:left;
	margin-right:3px;
	}
#page-blog .wp-caption .wp-caption-text {
	margin: 0;
	padding: 0 5px;
	text-align: right;
	font-size: .9em;
	font-style: italic;
	color: #666;
	}
#page-blog .wp-caption img {
	max-width: 564px;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #666;
	}


.tw a:hover,.tw a {text-decoration:none}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -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;
}

#TB_window img#TB_Image {

}

#TB_window {
	z-index: 1003 !important;
}

#TB_overlay {
	z-index: 1002 !important;
}

#twtr-widget-1 {
  height: 300px;
  background: url(images/share-bg.gif) top left no-repeat !important;
}

#twtr-widget-1 .twtr-doc, #twtr-widget-1 .twtr-hd a, #twtr-widget-1 h3, #twtr-widget-1 h4 {
  background: inherit !important;
}

#mywrapper ul {
	list-style-type:circle;
margin-left: 1em;
}

#mywrapper ol {
	list-style-type:decimal; 
margin-left: 2.5em;

}

