/*
Theme Name: Boldy
Author: Site5.com
Author URI: http://gk.site5.com/t/237
Description: Check <a href="http://wordpress.site5.net/boldy/doc/">Boldy Documentation</a> in case you need directions</a>.
*/

/* MAIN STYLES
-------------------------------------------*/
* { margin: 0; padding: 0; }

body,html {
	font-weight:normal;
	font-family:Helvetica, Arial, sans-serif;
	font-size:13px;
	color:#515151;
	/* background:url(images/bk_body.jpg); */
	background: #000;
	line-height:135%;
}

ul {
	list-style:none;
}

a {
	text-decoration:none;
	color:#862728;
}

a:hover {
	text-decoration:underline;
}

a:focus {
	outline:none;
}

p {
	margin:0 0 1.5em;
}



h1, h2, h3 {
	font-size:32px;
	letter-spacing:-1px;
	line-height:100%;
	padding-bottom:15px;
}

h1 {
	font-weight:normal;
}

h1 a:hover {
	text-decoration:none;
	color:#515151;
}

h2 {
	font-size:20px;
	padding-top:10px;
	font-weight:normal;
}

h3 {
	font-size:18px;
	padding-top:10px;
}

 /* LAYOUT STRUCTURE
--------------------------------------------------*/
body#home #mainWrapper {
	/* background:url(images/bk_main_wrapper_home.png) 0 0 repeat-x; */
}

#mainWrapper {
	/* background:url(images/bk_main_wrapper.png) 0 0 repeat-x; */
	background: #000;
}
#wrapper {
	margin:0 auto;
	width:960px;
	background: #fff;
	-moz-border-radius: 0 0 6px 6px;  
	-webkit-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;

}

#header {
	height:171px;
	position:relative;
}

#content {
	padding-bottom:20px;
	overflow:hidden;
	background:url(images/bk_vertline.jpg) 695px 0 repeat-y;

}

#content #colLeft {
	float:left;
	width:620px;
	margin-right:50px;
	padding-top:30px;
	padding-left:20px;
}

#content #colRight {
	float:right;
	width:260px;
	
}

#footer {
	/* background:url(images/bk_horiz_line.jpg) 0 0 repeat-x; */
	/* margin:10px 0 0; */
	color:#441414;
	position:relative;
	padding-top:3px;	
	font-size:12px;
}

#footerActionsInner{
	width:960px;
	margin:0 auto;
	padding:16px 0 16px;
	overflow:hidden;
	background:#fff;
	-moz-border-radius: 6px;  
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

#footerWidgets {
	/* background:#000 url(images/bk_footer_widgets.png) 0 0 repeat-x; */
	padding-top:32px;
}

#footerWidgetsInner {
	width:960px;
	margin:0 auto;
	padding:20px 0 35px;
	overflow:hidden;
}

/* HEADER ELEMENTS
-----------------------------------*/

/* -- logo --*/
#logo {
	position:absolute;
	top:18px;
	left:9px;
}

#logo a img{
	border:none;
	vertical-align:middle;
}

#navcontainer {
    width:960px;
    height:35px;
   	background:#B41520 url(images/dazzle_red.png) repeat-x;
}

#mainMenu {
	width:696px;
	height:35px;

	background-position:50% 0;
	margin:0;
    display:inline;
}

#mainMenu ul {
	width:100%;
	border:none;
	background:none;
	margin:0;
	padding:0;
	list-style:none;
}
	
#mainMenu li {
	border:none;
	background:#B41520 url(images/dazzle_red.png);
	color:#FFFFFF;
	line-height:35px;
	z-index:20;
	letter-spacing:0px;
	font-weight:bold;
	font-size:16px;
	padding:0;
	margin:0 0px;
	float:left;
	font-family:Helvetica, Arial, sans-serif;
	position:relative;
}
	
#mainMenu li:hover,#mainMenu li.sfhover {
	background:#D43843 url(images/dazzle_red.png);
	background-position:0 60px;
}
	
#mainMenu li a {
	border:none;
	background:none;
	text-decoration:none;
	display:block;
	padding:0 12px;
	color:#FFFFFF;
}
	
#mainMenu li a:hover {
	border:none;
	background:none;
	text-decoration:none;
	color:#FFFFFF;
	background-position:100% -120px;
}
	
#mainMenu ul ul {
	position:absolute;
	left:-999em;
	top:35px;
	width:120px;
}
	
#mainMenu li:hover ul,#mainMenu li.sfhover ul {
	left:auto;
}
	
#mainMenu ul ul li a {
	padding:4px 10px;
	text-transform:none;
	font-variant:normal;
}
	
#mainMenu ul ul li {
	letter-spacing:0px;
	color:#fff;
	z-index:20;
	width:168px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:11px;
	font-weight:normal;
	font-style:normal;
	background:#FFFFFF;
	border-bottom:1px solid #cccccc;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	margin:0;
}
	
#mainMenu ul ul li a {
	line-height:22px;
	color:#444444;
	text-decoration:none;
}
	
#mainMenu ul ul li:hover a,#mainMenu ul ul li.sfhover a {
	color:#FFFFFF;
	text-decoration:none;
}
	
#mainMenu ul ul li:hover li a,#mainMenu ul ul li.sfhover li a {
	color:#444444;
}
	
#mainMenu ul ul li:hover li a:hover,#mainMenu ul ul li.sfhover li a:hover {
	color:#FFFFFF;
}
	
#mainMenu ul ul li:hover,#mainMenu ul ul li.sfhover {
	color:#FFFFFF;
	background:#B41520;
}

#mainMenu ul ul ul li {
	font-size:1em;}#mainMenu ul ul ul, #mainMenu ul ul ul ul {
	position:absolute;
	margin-left:-999em;
	top:0;
	width:120px;
}

#mainMenu li li:hover ul,#mainMenu li li.sfhover ul,#mainMenu li li li:hover ul,#mainMenu li li li.sfhover ul {
	margin-left:120px;
}

#mainMenu ul ul li:hover li a,#mainMenu ul ul li.sfhover li a {
	text-decoration:none;
}
	
#mainMenu ul ul li li:hover a,#mainMenu ul ul li li.sfhover a {
	color:#FFFFFF;
	text-decoration:none;
}

/* top social links */

#topSocial {
	position:absolute;
	right:0;
	top:110px;
}

#topSocial ul li {
	float:left;
	padding:0 2px;
	width:50px;
}

#topSocial ul li a {
	display:block;
	height:47px;
	width:47px;
	background:none;
}

#topSocial ul li a img {
	border:none;
	margin-top:9px;
	margin-left:8px;
}

#topSocial ul li a:hover {
	/*background:url(images/bk_topsocial_hover.png) 0 0 no-repeat;*/
	background:url(images/bk_topsocial.png) 0 0 no-repeat;
}



/* Donate Box */

#logo img {
	border:none;
}

#donatebox {
	position:absolute;
	left:270px;
	top:120px;
	-moz-border-radius: 0 0 6px 6px;  
	-webkit-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;

}

#donatebox:hover 	{
	left:271px;
	}

/* Non-Profit Tag */
.corpTab {
		height: 16px;
		width: 95px;
		background-color: #fff;
		float: right;
		margin-right: 32px;
		border-left: 8px solid #fff;
		border-right: 1px solid #fff;
		border-bottom: 6px solid #fff;
		-moz-border-radius: 0 0 6px 6px;  
		-webkit-border-radius: 0 0 6px 6px;
		border-radius: 0 0 6px 6px;

		}

.tabText {
		font-family: "Lucida Grande", sans-serif;
		font-size: 11px;
		margin-top: 3px;
		margin-right:3px;
		color: #666;
		text-align: center;
		}

/* CONTENT ELEMENTS
-------------------------------------------*/

/* homeboxes */

#homeBoxes {
	overflow:hidden;
}

#homeBoxes .homeBox {
	width:290px;
	float:left;
	margin-right:40px;
	background:url(images/bk_dotted_thick.png) 0 0 repeat-x;
}

#homeBoxes .homeBox img {
	border:6px solid #E2E2E2;
	background:#fff;
	padding:1px;
}

#homeBoxes .homeBox img:hover {
	border-color:#F9F9F9;
}


#homeBoxes .last{
	margin-right:0;
}

#homeBoxes .homeBox h2 {
	padding:10px 0 15px;
	color:#515151;
	font-weight:normal;
	font-size:24px;
}

.more-link {
	padding:20px 0 0 0;
}

/* home blurb */

#blurb {
	-moz-border-radius:8px; 
	-webkit-border-radius:8px;
	border-radius:8px;
	border-top:1px solid #BDBDBD; 
	border-left:1px solid #BDBDBD; 
	border-bottom:1px solid #fff; 
	border-right:1px solid #fff;
	padding:15px 20px 25px;  
	text-shadow:1px 1px #fff;
	background:url(images/bk_blurb.jpg) 0 100% repeat-x;
	font-size:18px;
	line-height:130%;
	margin-bottom:25px;
}

#blurb p {
	margin:0;
}

#blurb img {
	float:right;
	border:none;
	margin-top:5px;
}

#archive-title {
	padding:5px 0 7px 25px;
	margin:0 0 15px;
	display:block;
	background:url(images/ico_archive.png) 2px 50% no-repeat;
	border-bottom:1px solid #932b2c;
}

/* #content #colLeft img {
	border-top:1px solid #862728; 
	border-left:1px solid #862728; 
	border-bottom:1px solid #fff; 
	border-right:1px solid #fff;
} */

/* BLOG ITEMS */

.postItem {
	margin:0 0 30px;
	padding:0 0 15px;
	border-bottom:1px dotted #862728;
	overflow:hidden;
}

.postItem .meta {
	font-size:11px;
	color:#441414;
	text-shadow:1px 1px #fff;
	margin-top:-12px;
	margin-bottom:18px;
}

.postTags {
	font-size:13px;	
	background:url(images/ico_tag.png) 0 50% no-repeat;
	padding-left:24px;
	margin:25px 0 0;
}

blockquote {
	padding-left:80px;
	margin:20px 0 15px 0;
	padding-top:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	background:url(images/bk_blockquote.png) 0 15px no-repeat;
	/* border-top:1px dotted #932b2c;
	border-bottom:1px dotted #932b2c; */
}

#content #colLeft ul li, #content #colLeft ol li  {
	padding:5px 0 5px 25px;
	background:url(images/bullet_list.png) 0 8px no-repeat;
}

#content #colLeft ul {
	margin:0 0 15px 15px;
}

#content #colLeft ol li {
	background:none;
	padding-left:0;
}

#content #colLeft ol {
	margin:0 0 15px 35px;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

#shareLinks {
	height:30px;
	background:url(images/bk_social.jpg) 0 0 repeat-x;
	font-size:12px;
	line-height:32px;
	padding:0 10px;
	-moz-border-radius:8px; 
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #932B2C; 
	/*border-left:1px solid #008FF5; 
	border-bottom:1px solid #fff; 
	border-right:1px solid #fff;*/
	margin:20px 0;
	width:130px;
}

#shareLinks a {
	color:#fff;
}

#shareLinks #icons {
	display:none;
	padding-left:15px;
}

#shareLinks #icons a {
	margin:0 10px;
	font-weight:bold;
	text-transform:uppercase;
}


/* PAGINATION */

.emm-paginate {padding:10px 0; overflow:hidden; clear:both;}
.emm-paginate a {background:url(images/bk_pagenavi.jpg) 0 100% repeat-x; border:1px solid #932b2c; color:#441414; margin-right:5px; padding:4px 8px; text-align:center; text-decoration:none;}
.emm-paginate .emm-title {color:#441414; margin-right:4px;}
.emm-paginate .emm-gap {color:#862728; margin-right:4px;}
.emm-paginate a:hover, .emm-paginate a:active, .emm-paginate .emm-current {color:#fff; background:#bb3638; border:1px solid #ad3234; margin-right:5px; padding:4px 8px;}
.emm-paginate .emm-page {}
.emm-paginate .emm-prev, .emm-paginate .emm-next {}


/* SLIDER
---------------------------------------*/

/* #slider {
	position:relative;
	background:url(images/loading.gif) no-repeat 50% 40%;
	height:370px; 
	padding:25px 25px; 
} */
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

#slider		{
	float:left;
	width:515px;
	height:370px;
    margin-left:17px;
	background:url(images/loading.gif) no-repeat 50% 40%;
	}

/* PORTFOLIO PAGE 
---------------------------------------*/

.portfolioCategs {
	margin-top:5px;
	float:right;
	margin-top:-47px;
}

.portfolioCategs li {
	float:left;
	margin-right:5px;
}

.portfolioCategs li a{
	-moz-border-radius:4px; 
	-webkit-border-radius:4px;
	border-radius:8px;
	border-top:1px solid #932b2c; 
	border-left:1px solid #932b2c; 
	border-bottom:1px solid #fefefe; 
	border-right:1px solid #fefefe;
	padding:6px 12px;  
	text-shadow:1px 1px #fff;
	background:url(images/bk_blurb.jpg) 0 100% repeat-x;
	font-weight:bold;
	display:block;
	
}

.gallery {
	margin-top:10px;
	padding-left:22px;
	margin-left:-22px;
	margin-bottom:20px;
	width:982px;
}

.gallery .portfolioItem {
	float:left;
	width:300px;
	margin-right:25px;
	overflow:hidden;
	margin-bottom:10px;
}

.gallery .portfolioItem img {
	border:none;
}



/* COLRIGHT ELEMENTS 
-------------------------------------*/

.rightBox  {
	margin-bottom:17px;
}

.rightBox h2 {
	padding:10px 0;
}

.rightBox ul li{
	padding:6px 0;
	border-bottom:1px solid #932b2c;
}

.rightBox ul {
	border-top:1px solid #932b2c;
}

/* COMMENTS
-----------------------------------*/


#content #colLeft ul.commentlist {
	list-style:none;
	list-style-position:outside;
	display:block;
	margin:0 0 20px;
	border-top:3px solid #D2D8DB;
	border-bottom:4px solid #D2D8DB;
	padding:0;
	padding-bottom:10px;
}

#content #colLeft ul.commentlist ul {
	list-style-type:none;
	list-style-position:outside;
	margin:0;
}

#content #colLeft ul.commentlist li {
	padding:20px 0 10px 50px;
	position:relative;
	margin-top:0;
	background:url(images/bk_horiz_line.jpg) 0 0 repeat-x;
}

#content #colLeft ul.commentlist li img {
	border:none;
}

#content #colLeft ul.commentlist li p{
	font-size:13px;
	margin:10px 0;
}

#content #colLeft ul.commentlist li .comment-meta, #content #colLeft ul.commentlist li .text  {
	margin-left:20px;	
}

#content #colLeft ul.commentlist li .comment-meta span {
	font-size:11px;
	color:#862728;
}

#content #colLeft ul.commentlist li .comment-meta {
	font-size:16px;
}


#content #colLeft ul.commentlist li .gravatar {
	position:absolute;
	width:50px;
	height:50px;
	top:20px;
	left:0;
}

#content #colLeft ul.commentlist li .gravatar .gravatar_mask {
	position:absolute;
	left:0;
	top:0;
	background:url(images/bk_gravatar_mask.png) 0 0 no-repeat;
	width:50px;
	height:50px;
}

#content #colLeft ul.commentlist .reply {
	position:absolute;
	right:0;
	top:25px;
	width:46px;
	height:21px;
	text-align:center;
	font-size:12px;
}

#content #colLeft ul.commentlist .reply a {
	display:block;
	width:46px;
	height:21px;
	font-style:italic;
}

#content #colLeft ul.commentlist .reply a:hover {
	text-decoration:none;
	color:#515151;
}


#content #colLeft ul.commentlist li .children li {
	margin-top:15px;
	padding-top:25px;
	border-bottom:none;
	overflow:hidden;
	padding-bottom:5px;
}

#content #colLeft ul.commentlist li .children li .gravatar {
	top:20px;
}

#content #colLeft ul.commentlist li .children li .reply {
	top:30px;
}

/* FOOTER ELEMENTS
-------------------------------------------*/

#twitter #twitter_update_list li {
list-style-type:none;
line-height:140%;
}

#showHide {
	display:block;
	position:absolute;
	width:48px;
	height:16px;
	right:4px;
	top:-5px;
	background:url(images/but_show_hide.png) 0 0 no-repeat;
	text-indent:-9999px;
}

#footerActionsInner #twitter {
	float:left;
	overflow:hidden;
	width:315px;
	background:url(images/twitter_ill.png) 0 0 no-repeat;
	padding-left:85px;
	position:relative;
	margin-left:20px;
}

#footerActionsInner #twitter #latest {
	width:293px;
}

#footerActionsInner #twitter #latest #tweet {
	background:url(images/bk_latest_tweet.png) 0 0 no-repeat;
	padding:10px 10px 0 20px;
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	line-height:125%;
	height:65px;
	
}

#footerActionsInner #twitter #latest #tweetBottom{
	height:26px;
	background:url(images/bl_latesttweet_bottom.png) 0 0 no-repeat;
}

#footerActionsInner #twitter a.action {
	position:absolute;
	display:block;
	width:81px;
	height:23px;
	background:url(images/but_actions.png) 0 0 no-repeat;
	text-align:center;
	font-size:12px;
	color:#fff;
	padding-top:2px;
}

#footerActionsInner #twitter a.action:hover {
	background:url(images/but_actions.png) 0 -25px no-repeat;
}

#footerActionsInner #twitter a.action {
	left:0;
	top:76px;
}

#footerActionsInner #quickContact {
	float:right;
	overflow:hidden;
	width:435px;
	background:url(images/quick_contact_ill.png) 0 0 no-repeat;
	padding-left:85px;
	position:relative;
	margin-left:10px;
}

#footerActionsInner #quickContact .leftSide {
	float:left;
	width:155px;
	overflow:hidden;
}

#footerActionsInner #quickContact .rightSide {
	float:left;
	width:268px;
	overflow:hidden;
	margin-left:10px;
}

/* Footer Widgets */

#footerWidgetsInner .boxFooter {
	float:left;
	width:290px;
	padding-right:30px;
	overflow:hidden;
	margin-bottom:40px;
}


#footerWidgetsInner h2 {
	font-size:20px;
	border-bottom:1px solid #292929;
	padding:7px 0 12px;
	margin-bottom:2px;
	color:#ccc;
}

#footerWidgetsInner .boxFooter ul li {
	padding:7px 0;
	border-bottom:1px solid #292929;
	color:#986123;
	font-size:10px;
	font-style:italic;
}

#footerWidgetsInner .boxFooter ul li a {
	text-decoration:none;
	color:#515151;
	font-size:13px;
	font-style:normal;
}

#footerWidgetsInner .boxFooter ul li a:hover {
	color:#ccc;
}

/* Copyright */

#footerWidgetsInner #copyright {
	clear:both;
	border-top:4px solid #090E0F;
	padding-top:25px;
	margin-top:15px;
	position:relative;
}

#site5bottom {
	position:absolute;
	right:0;
	top:17px;
}

#site5bottom img {
	border:none;
}

#site5bottom a {
	display:block;
	width:344px;
	height:26px;
	background:url(images/site5bottom.png) 100% 0 no-repeat;
	text-indent:-9999px;
}


/* FORMS
------------------------------------*/

/* Quick Contact Form */

#quickContact form input[type="text"], #quickContact form textarea{
	width:138px;
	margin-bottom:5px;
	-moz-border-radius:6px; 
	-webkit-border-radius:6px;
	border-radius:6px;
	border-top:1px solid #BDBDBD; 
	border-left:1px solid #BDBDBD; 
	border-bottom:1px solid #fff; 
	border-right:1px solid #fff;
	background:url(images/bk_blurb.jpg) 0 100% repeat-x;
	padding:7px;
	color:#441414;
	font-size:12px;
	font-family:Helvetica, Arial, sans-serif;
}

#quickContact form textarea {
	width:250px;
	height:90px;
	padding-top:5px;
}

#quickContact form input[type="submit"] {
	display:block;
	float:right;
	width:81px;
	height:24px;
	background:url(images/but_actions.png) 0 0 no-repeat;
	text-align:center;
	font-size:12px;
	color:#fff;
	padding-top:0px;
	border:none;
	line-height:80%;
	margin-top:3px;

}

/* Top Search */



#topSearch {
   	position:relative;
	height:35px;
	float:right;
	display:inline;

}

#topSearch input[type="text"] {
	-moz-border-radius:4px; 
	-webkit-border-radius:4px;
	border-radius:4px;
	width:180px;
	padding:5px 10px 6px;
	border:1px solid #441414;
	color:#535353;
	font-style:italic;
	margin: 5px 3px 0 0;
	position:relative;
}

#topSearch input[type="submit"] {
	position:relative;
	top:1px;
	z-index:100;
	width:32px;
	height:33px;
	background:url(images/but_search.png) 0 0 no-repeat;
	border:none;
	cursor:pointer;
	float:right;
}	

/* COMMENTS F0RM */

#commentform p {
	margin:0;
}

#commentform label {
	display:block;
	padding:5px 0;
}

#commentform input, #commentform textarea {
	border:1px solid #932b2c;
	padding:8px;
	width:300px;
	margin-bottom:10px;
   -moz-border-radius:4px;
   -webkit-border-radius:4px;
   border-radius:4px;
}

#commentform input:focus, #commentform textarea:focus {
	border:1px solid #a02f30;
}


#commentform textarea {
	width:560px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:13px;
}

#commentform input[type="submit"]{
	border:none;
	width:151px;
	height:32px;
	margin-top:10px;
	cursor:pointer;
	background:url(images/but_form.jpg) 0 100% repeat-x;
	color:#FFF;
	font-size:12px;
	padding:0;
}

/* Contact Form */

#contact label {
	display:block;
	padding:5px 0;
}

#contact input, #contact textarea {
	border:1px solid #932b2c;
	padding:8px;
	width:300px;
	margin-bottom:10px;
   -moz-border-radius:4px;
   -webkit-border-radius:4px;
   border-radius:4px;
}


#contact textarea {
	width:560px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:13px;
}

#contact input[type="submit"]{
	border:none;
	width:151px;
	height:32px;
	margin-top:10px;
	cursor:pointer;
	background:url(images/but_form.jpg) 0 100% repeat-x;
	color:#FFF;
	font-size:12px;
	padding:0;
}

.errormsg, .successmsg{
	background:#FEF4F1;
	border:1px solid #F7A68A;
	color:#DA4310;
	padding:10px;
	-moz-border-radius:4px;
   -webkit-border-radius:4px;
   border-radius:4px;
}

.successmsg {
	background:#F5FAF1;
	border:1px solid #C2E1AA;
	color:#8FA943;
	-moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
}

/* Front Page */
#LPContent {
	padding-bottom:20px;
	overflow:hidden;


}

#LPLeft {
	float:left;
	width:410px;
}

#LPRight {
	float:left;
	width:550px;
}

.blogbkg		{
	width:549px;
	height:426px;
	margin-top:20px;
	margin-left:1px;
	background:transparent url(images/landing/lpblogbkg.png) 0 0 no-repeat;
	}

.vidbkg		{
	width:389px;
	height:181px;
	margin-top:20px;
	background:transparent url(images/landing/lpvidbkg.png) 0 0 no-repeat;
	}

.lpbodytext {
     font-family: Helvetica, Arial, sans-serif;
     font-size: 13px;
     color: #515151;
     display:block;
     padding-top:5px;
     line-height:110%;
}

.lpvisittext {
     font-family: Helvetica, Arial, sans-serif;
     font-size: 16px;
     color: #98bddc;
     display:block;
     padding-top:10px;
     line-height:110%;
}

.lpvisittext:hover {
     color: #3B89D0;
}

.lpparttext {
     font-family: Helvetica, Arial, sans-serif;
     font-size: 16px;
     font-weight:bold;
     color: #ffffff;
     display:block;
     padding-top:5px;
     line-height:110%;
}

.lpparttext:hover {
     color: #3B89D0;
}

.watchvideo {
     font-family: Helvetica, Arial, sans-serif;
     font-size: 16px;
     color: #ffffff;
     display:block;
     text-align:center;
     padding-top:110px;
}

.partbkg		{
	width:389px;
	height:181px;
	background:transparent url(images/landing/lppartbkg.png) 0 0 no-repeat;
	}

.lpwrap		{
	float:left;
	width:200px;
	height:180px;
	padding:5px 0 0 10px;
	}

.lppartwrap		{
	float:left;
	width:200px;
	height:180px;
	padding:7px 0 0 10px;
	}

.blogtitle		{
	float:left;
	width:425px;
	height:30px;
	padding:10px 0 0 10px;
	}

.vidplaybkg		{
	float:left;
	width:173px;
	height:140px;
	margin-top:20px;
	margin-left:6px;
	background:transparent url(images/landing/lpvidplaybkg.png) 0 0 no-repeat;
	}

.lpwrapright		{
	float:left;
	width:165px;
	height:140px;
	margin-left:6px;
	margin-right:6px;
	}

.phodog 	{
	float:left;
	width:189px;
	height:123px;
	margin-left:-10px;
	margin-top:5px;
	background:transparent url(images/landing/lpphodog.png) 0 0 no-repeat;
	}

.vidplayimg 	{
	float:left;
	width:144px;
	height:96px;
	text-indent:-9999px;
	margin-top:7px;
	margin-left:14px;
	background:transparent url(images/landing/lpvidplayimg.jpg) 0 0 no-repeat;
	}

.vidplayimg:hover 	{
	background-position: 0 -98px;
	}

.fotomapheader		{
	float:left;
	width:950px;
	height:140px;
	text-indent:-9999px;
	margin-top:10px;
	background:transparent url(images/landing/fotomapheader.png) 0 0 no-repeat;
	}

.fotomap		{
	float:left;
	width:950px;
	height:638px;
        margin-left:5px;
        margin-right:5px;
	}

.lpformWrap {
	width:390px;
	height: 25px;	
	margin-top: 8px;
	margin-bottom: 24px;
	padding-left: 10px;
	padding-top: 6px;
}

/* PARTICIPATE PAGE */

.participateWrap {
		width: 960px;
		background: #862728;
		-moz-border-radius: 0 0 6px 6px;  
		-webkit-border-radius: 0 0 6px 6px;
		border-radius: 0 0 6px 6px;
		}
		
.phodogWrap {
		width:680px;
		height: 150px;
		margin-left:auto;
		margin-right:auto;
		margin-top:30px;
		background: #862728;
		}
		
.phodogPic {
		width:200px;
		height:150px;
		margin-right:20px;
		float:left;
		}
		
.optionA {
		width:820px;
		height:250px;
		background:#ccc;
		margin-left:auto;
		margin-right:auto;
		margin-top:30px;
		background: url(images/participate/optiona.png) 0 0;
		}

.optionB {
		width:820px;
		height:250px;
         	text-indent:-9999px;
        display:block;
		background:#ccc;
		margin-top:10px;
		margin-left:auto;
		margin-right:auto;
		padding-bottom:100px;
		background: url(images/participate/optionb.png) 0 0 no-repeat;
		}	

input.text_short {
width:9em;
}

input.text, textarea {
border:1px solid #6D6D6D;
font-size:11px;
color:#888;
padding:0.2em;
}

/* PARTICIPATE PHODOGRAPHER PAGE */

#becomephowrapper {
	overflow:hidden;
	width:960px;
	background: #862728;
	-moz-border-radius: 0 0 6px 6px;  
	-webkit-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
}

.step1 {
	width:420px;
	height:320px;
	background: url(images/participate/step1.png) 0 0 no-repeat;
	float:left;
	margin-left:30px;
	margin-top:30px;
	}
	
.step2 {
	width:440px;
	height:405px;
	background: url(images/participate/step2.png) 0 0 no-repeat;
	float:left;
	margin-top:30px;
	}
	
.step3 {
	width:368px;
	height:285px;
	background: url(images/participate/step3.png) 0 0 no-repeat;
	float:left;
	margin-left:30px;
	padding-bottom:80px;
	}
	
.step4 {
	width:350px;
	height:170px;
	background: url(images/participate/step4.png) 0 0 no-repeat;
	float:left;
	margin-left:130px;
	margin-top:50px;
	}
	
.downloadPDF {
	width:125px;
	height:24px;
        display:block;
	text-indent:-9999px;
	margin-top:295px;
	margin-left:220px;
	background: url(images/participate/downloadpdf.png) 0 0 no-repeat;
	}
	
.downloadPDF:hover {
	background-position: 0 -24px;
	}
	
.learnMore {
	width:125px;
	height:24px;
        display:block;
	text-indent:-9999px;
	margin-top:409px;
	margin-left:290px;
	background: url(images/participate/learnmore.png) 0 0 no-repeat;
	}
	
.learnMore:hover {
	background-position: 0 -24px;
	}
	
.sendIn {
	width:190px;
	height:24px;
        display:block;
	text-indent:-9999px;
	margin-top:175px;
	margin-left:90px;
	background: url(images/participate/sendin.png) 0 0 no-repeat;
	}
	
.sendIn:hover {
	background-position: 0 -24px;
	}

/* Sidebar Custom*/
.fotosButton		{
	width:220px;
	height:70px;
    display:block;
	text-indent:-9999px;
	margin:35px auto 0 auto;
	background:transparent url(images/fotosgiven.png) 0 0 no-repeat;
	}

.partButton		{
	width:260px;
	height:170px;
        display:block;
	text-indent:-9999px;
	margin-top:35px;
	margin-left:7px;
	background:transparent url(images/phodographer.jpg) 0 0 no-repeat;
	}
	
.partButton:hover   {
	background-position: 0 -170px;
}

.supportButton		{
	width:260px;
	height:170px;
        display:block;
	text-indent:-9999px;
	margin-top:35px;
	margin-left:7px;
	background:transparent url(images/support.jpg) 0 0 no-repeat;
	}

.supportButton:hover   {
	background-position: 0 -170px;
}

.submitButton		{
	width:260px;
	height:90px;
        display:block;
	text-indent:-9999px;
	margin-top:35px;
	margin-left:7px;
	margin-bottom:35px;
	background:transparent url(images/submitphotos.jpg) 0 0 no-repeat;
	}

.submitButton:hover   {
	background-position: 0 -90px;
}

/* Misc Page Divs */

.downloadCP {
		width: 150px;
		height: 190px;
		margin-top:25px;
		margin-left: 250px;
		float:left;
		display: block;
		background: url(images/story/downloadpdf2.png) 0 0 no-repeat;
		}
		
.downloadCP:hover {
		background-position: 0 -190px;
		}
	
.carofooter 	{

    margin: 5px auto 5px auto;
    display:block;
	width:171px;
	height:115px;
	text-indent:-9999px;
    border: 1px solid #862728;
	background:transparent url(images/carolynfoto.jpg) 0 0 no-repeat;
	}
	

