/* ------------------------------ BEGIN Global Styles ------------------------------ */
@import url("../../global/CSS/global.css");
@import url("client.css");
/* ------------------------------ END Global Styles ------------------------------ */

/* BE SURE TO COPY YOUR CLIENT STYLES IN THIS MASTER.CSS IN ORDER FOR THE EDITOR TO IMPLEMENT THE CLIENT STYLES-
YOU HAVE TO LOAD THEM UP SEPARATELY AS CLIENT.CSS AS WELL */

/*-------------------------------------------------------------------- UNIVERSAL */

html, body, div, ol, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, p, pre, form, blockquote, fieldset, input {
margin:0;
padding:0;
}

h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-weight: normal; font-style: normal; }
fieldset,img {
	border: none;
}
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }
img, div { behavior: url(/SiteFiles/1142/Scripts/iepngfix.htc); }

body {
	margin: 0px;
	background: #120000 url(/SiteFiles/1142/Images/new-bkgd.jpg) no-repeat center top;
}

img.left { float: left; margin: 2px 20px 16px 0; }
img.right { float: right; margin: 2px 0 16px 20px; }
img.across { margin: 2px 0 16px 0; }
img.flushleft { margin-left: -20px; }
img.flushright { margin-right: -20px; }

img.navigate { float: left; margin: 0px 0px 20px 0; }

.imgborder {
	border: 1px solid #CCCCCC;float: left; margin-bottom: 10px;
}


hr {
	border: 0;
	width: 100%;
	color: #262626;
	background-color: #262626;
	height: 1px;
	line-height: 1px;
	margin: 10px 0px;
	padding: 0px;}
	
ul li {
	padding: 0 0 0 15px;
	margin: 0px;
	background: url(../Images/bullet.gif) no-repeat 0em 0.5em;
	list-style: none;}

/*-------------------------------------------------------------------- TYPE */
body, p, div, li, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 19px;
	color: #262626;
}
	
.bodyoptional {
	font-family: "Trebuchet MS", "Lucida Grande CY", sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #262626;
}
	
a {
	color: #FF9200; 
	text-decoration: underline;}
	
a:hover, a:focus {
	color: #FF9200; 
	text-decoration: none;}
	
strong, b { font-weight:bold; }
em, i { font-style: italic; }

h1 {
	font-size: 25px;
	line-height: 40px;
	color: #262626;
	font-family: "Trebuchet MS", "Lucida Grande CY", sans-serif;
}

h2 {
	font-size: 20px;
	line-height: 30px;
	color: #C2CD23;
	font-family: "Trebuchet MS", "Lucida Grande CY", sans-serif;
}
	
h3 {
	font-size: 20px;
	line-height: 30px;
	color: #00549E;}
	
h4 {
	font-size: 13px;
	line-height: 20px;
	color: #00549E;}
	
h5 {
	font-size: 13px;
	line-height: 20px;
	color: #FF9200;}


/*-------------------------------------------------------------------- SEARCH */
#search {
	float: right;
	width: 171px;
	height: 30px;
	margin-right: 20px;
	margin-top: 10px;
}
.searchField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	float: left;
	padding: 8px 8px 8px 24px;
	margin: 0px;
	border: 0;
	width: 139px;
	height: 14px;
	background: url(/SiteFiles/1142/Images/new-searchField.png) no-repeat;
	behavior: url(/SiteFiles/1142/Scripts/iepngfix.htc);
	outline: none;
}
.searchButton {
	display: none;
}

/*-------------------------------------------------------------------- PAGE SEARCH */
	
.pageSearchTitle {
font-size: 16px;
line-height: 20px;
color: #00549E;}

a.pageSearchTitle {
font-size: 16px;
line-height: 20px;
color: #00549E;
text-decoration:none;}

a.pageSearchTitle:hover {
font-size: 16px;
line-height: 20px;
color: #00549E;
text-decoration:underline;}

/*-------------------------------------------------------------------- MAIN NAV */

#mainnav, #mainnav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	background: none;
	z-index: 70;
}
#mainnav a {
	font-size: 12px;
	color: #FFF;
	display: block;
	text-decoration: none;
	padding: 10px 12px;
	text-align:center;
	background-image: none;
	margin-right:1px;
}

#mainnav a:hover {
	font-size: 12px;
	color: #262626;
	display: block;
	background-color:#FFF;
	text-decoration: none;
	padding: 10px 12px;
	background-image: none;
	margin-right:1px;
}
	
/*
Sets the properties of the top-level link that is currently loaded. OPTIONAL!
*/
#mainnav a.current  {
	font-size: 12px;
	color: #262626;
	display: block;
	background-color:#FFF;
	text-decoration: none;
	padding: 10px 12px;
	margin-right:1px;	background-image: none;

}
#mainnav a.trigger {
	padding: 5px 12px;}

#mainnav li {
	float: left;
	padding: 0px;
	margin: 0px;
	background: none;
	width: 9em;
}
#mainnav ul li a  {
	color: #FFF;
	text-align:left;
	padding: 5px 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#mainnav ul li a.current  {
	color: #262626; 
	text-decoration: none;
	padding: 5px 12px;
	
}
#mainnav li ul, #mainnav ul li  {
	width: 16em;
}
#mainnav li ul {
	position: absolute;
	display: none;
	background: rgb(239,239,239);
	background: rgba(239,239,239,.9);
	text-shadow: 0px 1px 1px #fff;
	filter:alpha(opacity=90);
	z-index: 70;
}
#mainnav li:hover a, #mainnav a:focus, #mainnav a:active, #mainnav li.p7hvr a {
	color: #262626; background-color:#FFF;
}
#mainnav li:hover ul, #mainnav li.p7hvr ul {
	display: block;
	z-index: 110;
}

#mainnav li:hover ul a, #mainnav li.p7hvr ul a {
	color: #262626; 
	background-color: transparent;
}
#mainnav ul a:hover {
	text-decoration:none;
	padding: 5px 12px;
	background-color: #FFFFFF!important;
	color: #262626!important;
}
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
#mainnav li {
	width: auto;
	z-index:1000;
}
#mainnav ul li li { display:none; }

/*-------------------------------------------------------------------- SUB NAV */

#Browse {
	background-image: url(/sitefiles/1142/Images/btn-browse.gif);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	width: 259px;
	padding-top: 60px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-color: #FFFFFF;
}
* html #Browse {
	width: 299px;
	w\idth: 259px; }


#subnavWrapper {
	float: left;
	width: 259px;
	padding: 0px;}
	
#subnav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	background: none;}
	
#subnav li {
	margin: 0px;
	padding: 0px;
	float: left;
	background:none;
	height: 35px;
	line-height:35px;
	width: 259px;
	font-size:11px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
	
#subnav a {
	background-image: url(/sitefiles/1142/Images/arrowOff.gif);
	background-position: left center;
	background-repeat: no-repeat;
	color: #262626;
	text-indent:30px;
	text-decoration:none;
	display: block;}

#subnav a.first {
	background-image: url(/sitefiles/1142/Images/arrowOff.gif);
	background-position: left center;
	background-repeat: no-repeat;
	color: #262626;
	text-indent:30px;
	text-decoration:none;
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
	
#subnav a:hover {
	background-image: url(/sitefiles/1142/Images/arrowOn.gif);
	background-position: left center;
	background-repeat: no-repeat;
	color: #FF9200;
	text-indent:30px;
	text-decoration:none;
	display: block;}

#subnav a.current {
	background-image: url(/sitefiles/1142/Images/arrowOn.gif);
	background-position: left center;
	background-repeat: no-repeat;
	color: #FF9200;
	text-indent:30px;
	text-decoration:none;
	display: block;
}

/* PARENT STYLE- THIS JUST NEEDS TO BE THE SAME DIV NAME AS THE CONTAINING SUBMENU CONTAING DIV NAVE */	
#subnavWrapper h2 {
	font-size:12px;
	display: block;
	text-decoration: none;
	padding: 5px 0px;
	color: #262626;
	text-transform: uppercase;
	font-weight: bold;}

#subnavWrapper h2 a {
	font-size:12px;
	display: block;
	text-decoration: none;
	padding: 5px 0px;
		color: #262626;
	text-transform: uppercase;
	font-weight: bold;}
	
/*-------------------------------------------------------------------- BREADCRUMBS */

#breadcrumbs {
	padding: 30px 40px 20px;
	float: left;
	width: 520px;
}
* html #breadcrumbs {
	width: 600px;
	w\idth: 520px; }
	
#breadcrumbs ul{
	padding: 0px;
	margin: 0px;
	list-style: none;}
	
#breadcrumbs li {
	margin: 0px;
	float: left;
	background:none;}

#breadcrumbs a {
	padding: 0 0 0 20px;
	font-size: 10px;
	display:inline;
	text-decoration: none;
	color: #999999;
	background: url(../Images/breadcrumb.gif) no-repeat 0.2em;}
	
#breadcrumbs a:hover {
	padding: 0 0 0 20px;
	font-size: 10px;
	display:inline;
	text-decoration: none;
	color: #262626;
	background: url(../Images/breadcrumb.gif) no-repeat 0.2em;}
	
#breadcrumbs a.first  {
	padding: 0px;
	font-size: 10px;
	display:inline;
	text-decoration: none;
	color: #999999;
	background: none;
	margin-left: -15px;}
	
#breadcrumbs a.first:hover  {
	padding: 0px;
	font-size: 10px;
	display:inline;
	text-decoration: none;
	color: #262626;
	background: none;
	margin-left: -15px;}

#breadcrumbs a.current  {
	padding: 0 0 0 20px;
	font-size: 10px;
	display:inline;
	text-decoration: none;
	color: #262626;
	background: url(../Images/breadcrumb.gif) no-repeat 0.2em;}

/*-------------------------------------------------------------------- WRAPPERS */
#topWrapper {
	width: 100%;
	float: left;
	text-align: left;
	background-color: #262626;
	height: 35px;
}
	
#mainnavWrapper {
	height: 40px;
	float: right;
	position: absolute;
	top: 46px;
	right: 0px;
}

#contentWrapper {
	width: 100%;
	float: left;
	text-align: left;
}
	
#footerWrapper {
	width: 100%;
	float: left;
	text-align: left;
	padding-bottom: 20px;
}
/*-------------------------------------------------------------------- SITE INDEX */
#indexWrapper {
	width: 100%;
	float: left;
	text-align: left;
	background-color: #5a5a5a;
}
#index {
	margin: 0px auto;
	padding: 20px 0px;
	width: 900px;
}
#index p {
	font-size: 11px;
	line-height: 22px;
	color: #EFEFEF;
	margin-bottom: 0;
}
#index a {
	color: #FFFFFF;
	text-decoration: underline;
}
#index a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
div#siteIndex {
	margin:0 auto;
	padding:20px 0;
	width:860px;
}
#siteIndex dl {
	float:left;
	font-size:10px;
	line-height:16px;
	overflow:hidden;
	padding:0 35px 0 0;
}
#siteIndex dt {
	padding: 0px;
	font-weight: bold;
}
#siteIndex dd {padding: 1px 0;}
#siteIndex dt a, #siteIndex dt a:hover {color: #999;}
#siteIndex a {
	color:#fff;
	text-decoration:none;
}
#siteIndex a:hover {
	color:#fff;
	text-decoration: underline;
}
#siteIndex ul {margin:0;padding:0;}
#siteIndex li {margin:0;padding:0;background:none;}

/*-------------------------------------------------------------------- TOP */
#top {
	margin: 0px auto;
	padding: 0px;
	width: 900px;
	height: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #808080;
	line-height: 35px;
}
	
#logo {
	float: left;
	width: 315px;
	height: 75px;
	color: #FFFFFF;
	position: absolute;
	left: 35px;
	top: 5px;
}
	

/*-------------------------------------------------------------------- CONTENT */
.clear {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;}
	
#content {
	margin: 0px auto 0px;
	width: 900px;
	background-color: #FFFFFF;
	z-index: 0;
}
	
#contentLeft {
	float: left;
	width: 600px;
	background-color:#FFFFFF;
	overflow: hidden;
}
	

#contentRight{
	float: right;
	width: 299px;
	background-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
	
* html #contentRight {
	width: 300px;
	w\idth: 299px; }
/*-------------------------------------------------------------------- FOOTER */
#footer {
	margin: 0px auto 20px;
	width: 860px;
	background-color: #EBEBEB;
	height: 133px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}
* html #footer {
	width: 900px;
	w\idth: 860px; }
	
#footerLeft {
	float: left;
	width: 234px;
	padding: 20px;
	background-image: url(/sitefiles/1142/Images/footerbox.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 73px;
	margin-right: 19px;
	display: inline;
}
* html #footerLeft {
	width: 274px;
	w\idth: 234px; }
	
#footerMid {
	float: left;
	width: 234px;
	padding: 20px;
	background-image: url(/sitefiles/1142/Images/footerbox.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 73px;
	margin-right: 19px;
	display: inline;
}
* html #footerMid {
	width: 274px;
	w\idth: 234px; }
	
#footerRight {
	float: left;
	width: 234px;
	padding: 20px;
	background-image: url(/sitefiles/1142/Images/footerbox.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 73px;
	display: inline;
}
* html #footerRight {
	width: 274px;
	w\idth: 234px; }
	
#footerRightText {
	display: inline;
	float: left;
	width: 90px;
	padding-right: 5px;
}
* html #footerRightText {
	width: 95px;
	w\idth: 90px; }
	
#footerRightTextB {
	display: inline;
	float: right;
	width: 120px;
}	
.email {
	font-size: 10px;
	color: #666666;}
	
a.email:link, a.email:visited{color: #FF9200; text-decoration:underline;}
a.email:hover, a.email:active{color: #FF9200; text-decoration:none;}

#speakFooter {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#speakFooter a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px 2px 0px 2px;
}
#speakFooter a:hover {
	text-decoration: underline;
}
#speakLeft {
	float: left;
	width: 400px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
#speakRight {
	float: right;
	height: 20px;
	width: 225px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
#quicklinksA {
	display: inline;
	float: left;
	width: 100px;
	padding-right: 20px;
}
* html #quicklinksA {
	width: 69px;
	w\idth: 59px; }
	
#quicklinksB {
	display: inline;
	float: left;
	width: 85px;
}	
#quicklinksC {
	display: inline;
	float: right;
	width: 90px;
}
	
/*-------------------------------------------------------------------- MASTHEAD */
#topLeft {
	float: left;
	width: 135px;
	line-height: 35px;
	color: #808080;
	margin-left: 20px;
	z-index: 70;
}
#bookmark {
	float: right;
	text-align: left;
	width: 60px;
	height: 25px;
	padding-top: 5px;
}
#bookmarkText {
	line-height: 35px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
}
#topRight {
	float: left;
	height: 23px;
	width: 500px;
	padding-top: 7px;
	margin-right: 25px;
	margin-left: 25px;
}
#masthead {
	height: 85px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background: url(/SiteFiles/1142/Images/new-bluebkgd.jpg) no-repeat center top;
	position: relative;
	z-index: 900;
}
#mastheadWrapper {
	float: left;
	width: 100%;
	height: 85px;
	position: relative;
	z-index: 900;
}
.b-siteindex {
	float: right;
	height: 26px;
	width: 171px;
	overflow: hidden;
	margin-right: 20px;
}
.b-siteindex a {
	height: 26px;
	width: 171px;
	overflow: hidden;
	text-indent: -9999px;
	display: block;
	background: url(/SiteFiles/1142/Images/b-siteindex.gif) no-repeat;
}

/*-------------------------------------------------------------------- FLASH */
#flash {
	float: left;
	height: 361px;
	width: 600px;
	background-color: #262626;
}
#ContentLeftClient {
	background-image: url(/sitefiles/1142/Images/bkgdLogo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 40px;
	float: left;
	width: 520px;
	min-height:350px;
	overflow: hidden;
}
* html #ContentLeftClient {
	width: 600px;
	w\idth: 520px; }
	
#ContentLeftDefault {
	padding: 0px 40px 40px;
	float: left;
	width: 520px;
	min-height:300px;
}
* html #ContentLeftDefault {
	width: 600px;
	w\idth: 520px; }

/*-------------------------------------------------------------------- tabS start*/

#Tabs {
	float: left;
	width: 299px;
	height: 361px;
	background-color: #FFFFFF;
}
.tabset{
	width: 299px;
	overflow: hidden;
	margin: 0;	padding:0;
}
* html .tabset{
	width: 299px;
	overflow: auto;
	margin: 0;	padding:0;
}
.tabset li{
	margin: 0;
	display: inline;
	float: left;
	background:none;
	padding:0;
}
.tabset li a{
	display: block;
	width: 77px;
	height: 15px;
	background: url(/SiteFiles/1142/Images/tabset-item.jpg) no-repeat;
	padding: 10px 11px;
}
.tabset li a span{
	display: block;
	height: 10px;
	overflow: hidden;
	background-repeat: no-repeat !important;
	text-indent: -9999px;
	cursor: pointer;
}
.tabset li a span.gathering{background: url(/SiteFiles/1142/Images/tabset-link-1.png);}
.tabset li a span.growing{background: url(/SiteFiles/1142/Images/tabset-link-2.png);}
.tabset li a span.giving{background: url(/SiteFiles/1142/Images/tabset-link-3.png);}
.tabset li a.active, .tabset li a:hover{background-position: 0 100%;}

* html .tabset li a span.gathering {background: url(/SiteFiles/1142/Images/tabset-link-1.gif);}
* html .tabset li a span.growing{background: url(/SiteFiles/1142/Images/tabset-link-2.gif);}
* html .tabset li a span.giving{background: url(/SiteFiles/1142/Images/tabset-link-3.gif);}

#tab1,#tab2, #tab3 {
	color: #262626;
	font-size: 11px;
	line-height: 35px;
}

.tabsetbox{
	width: 259px;
	height:266px;
	padding: 20px;
	overflow:auto;
}
* html .tabsetbox {
	width: 299px;
	w\idth: 259px; }

/*-------------------------------------------------------------------- GUESTS */

		
#Guest {
	background-image: url(/sitefiles/1142/Images/btn-guest.gif);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	width: 259px;
	padding-top: 60px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-color: #FFFFFF;
}
* html #Guest {
	width: 299px;
	w\idth: 259px; }

#Guest ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	background-image: none;}
	
#Guest li{
	margin: 0px;
	padding: 0px;
	float: left;
	background:none;
	height: 35px;
	width: 259px;
	font-size:11px;
}
	
#Guest a{
	background-image: url(/sitefiles/1142/Images/arrowOff.gif);
	background-position: left center;
	background-repeat: no-repeat;
	color: #262626;
	text-indent:30px;
	text-decoration:none;
	display: block;
}
	
#Guest a:hover {
	background-image: url(/sitefiles/1142/Images/arrowOn.gif);
	background-position: left center;
	background-repeat: no-repeat;
	color: #FF9200;
	text-indent:30px;
	text-decoration:none;
	display: block;
}
	
#first ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	background-image: none;}
	
#first li{
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	float: left;
	background:none;
	height: 35px;
	width: 249px;
}
	
#first li a{
	background-image: url(/sitefiles/1142/Images/small1st.gif);
	background-position: left center;
	background-repeat: no-repeat;
	color: #262626;
	text-indent:30px;
	text-decoration:none;
	display: block;
}
	
#first li a:hover {
	background-image: url(/sitefiles/1142/Images/small1st.gif);
	background-position: left center;
	background-repeat: no-repeat;
	color: #FF9200;
	text-indent:30px;
	text-decoration:none;
	display: block;}
	
/*-------------------------------------------------------------------- MEDIA SECTION */

#Media {
	background-image: url(/sitefiles/1142/Images/btn-media.gif);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	width: 259px;
	padding-top: 60px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	text-align: center;
	background-color: #FFFFFF;
	overflow: hidden;
}
* html #Media {
	width: 299px;
	w\idth: 259px; }
	
.Media {
	font-size: 11px;
	text-align: center;
	color: #666666;}
	
a.Media:link, a.Media:visited{color: #FF9200; text-decoration:underline;}
a.Media:hover, a.Media:active{color: #FF9200; text-decoration:none;}
	
	
#mediaVideos {
	float: left;
	height: 75px;
	width: 50px;
	display: inline;
	padding-bottom:15px;
}
#mediaPhotos {
	float: left;
	height: 75px;
	width: 50px;
	display: inline;
	margin-right: 19px;
	padding-bottom:15px;
}
#mediaAudio {
	float: left;
	height: 75px;
	width: 50px;
	display: inline;
	margin-right: 19px;
	padding-bottom:15px;
}
#mediaBlogs {
	float: left;
	height: 75px;
	width: 50px;
	display: inline;
	margin-right: 19px;
	padding-bottom:15px;
}
#mediaEcards {
	float: left;
	height: 75px;
	width: 50px;
	display: inline;
}
#mediaGiving {
	float: left;
	height: 75px;
	width: 50px;
	display: inline;
	margin-right: 19px;
}
#mediaLinks {
	float: left;
	height: 75px;
	width: 50px;
	display: inline;
	margin-right: 19px;
}
#mediaResources {
	float: left;
	height: 75px;
	width: 50px;
	display: inline;
	margin-right: 19px;

}

/*-------------------------------------------------------------------- global overrides */

/* BLOG */

.blog .blog-entry 
    {margin: 20px 0;
     border-bottom: solid 1px #ccc;
     padding-bottom: 10px;
    }
.blog .post-date 
    {
	font-size: 11px;
	font-weight: bold;
	color: #262626;
}
	
.blog .post-title a
    {font-size: 14px;
        margin-top: 5px;
        color: #00549E;}
		
a.blog .post-title:link, a.blog .post-title:visited{color: #00549E; text-decoration:none;}
a.blog .post-title:hover, a.blog .post-title:active{color: #00549E; text-decoration:underline;}
		
.blog .post-body 
    {padding: 10px 0;}
	
.blog .comment-entry 
    {border: solid 1px #999;
     padding: 5px;
     margin-bottom: 10px;
	 color: #00549E;
	 font-size: 14px;}
	 
.blog .textarea 
    {width: 100%;
     height: 150px;} 
/*********
		 Blog Customization
						*********/	
	.blog .blog-entry { padding-bottom: 0px; }
	.post-profileinfo { color: #444; background-color: #EEE; padding: 2px 5px; }
	 
	 
/* PHOTO GALLERY */
.photogallery {
    padding: 0px;
    margin: 0px 0px 0px -10px;
    list-style: none;
}


.photo-flickr-link { display: none; }
.photogallery li {
    margin: 0px;
    background: none;
    float: left;
}
	   
