/*
Theme Name: Helping Others Worldwide Custom Theme
Theme URI: http://www.hownp.org
Description: Custom theme designed exclusivley for H.O.W.
Version: 2.0
Author: Matthew Shuey
Author URI: http://www.globalwebfx.com
Tags: yellow, black, grunge, custom web design

	HOW 2.0
	 http://hownp.org

*/



/* Begin Typography & Colors */

body {
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000000;
	margin: 0px;
}
.headerBG {
	width: 943px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	height: 217px;
	background-image: url(images/headerbg.png);
}
.headerBG .logo {
	float: left;
	height: 125px;
	width: 237px;
	padding-top: 28px;
	padding-left: 31px;
}
.headerBG .donateCTR {
	height: 61px;
	width: 172px;
	float: right;
	padding-top: 150px;
	padding-right: 25px;
}



/*	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 {
	display: inline;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 7px;
	}

img.alignleft {
	display: inline;
	margin-top: 0;
	margin-right: 24px;
	margin-bottom: 5px;
	margin-left: 0;
	border: 9px solid #4A4A4A;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

.navBar {
	width: 872px;
	background-image: url(images/navbg.jpg);
	background-repeat: repeat-x;
	height: 43px;
	position: relative;
}
.contentBG {
	background-image: url(images/contentBG.png);
	background-repeat: repeat-y;
	width: 872px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 36px;
	padding-left: 35px;
	padding-bottom: 20px;
}
.contentBG a {
	color: #FFFF00;
	text-decoration: none;
}
.contentBG a:hover {
	text-decoration: underline;
}
.contentBG2 {
	background-image: url(images/contentBG.png);
	background-repeat: repeat-y;
	width: 872px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 36px;
	padding-left: 35px;
	padding-bottom: 1px;
}

.footer {
	background-image: url(images/footerbg.png);
	height: 45px;
	width: 933px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 20px;
	padding-top: 10px;
	background-position: top;
	background-repeat: no-repeat;
}
.footer a {
	color: #FFFFFF;
	text-decoration: underline;
}
.footer a:hover {
	text-decoration: none;
}
.clear {
	clear: both;
	width: 100%;
}
.contentBGFooter {
	background-image: url(images/contentBG.png);
	background-repeat: repeat-y;
	width: 851px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 46px;
	padding-left: 46px;
	padding-top: 10px;
	padding-bottom: 10px;
	height:230px;
}


.contentBGFooter  .eventsBox {
	background-image:url("images/box1.jpg");
	background-repeat:no-repeat;
	border:1px solid #999999;
	float:left;
	height:232px;
	width:267px;
}
#upcomingevents_header {
	background-image: url(images/upcomingevents_header.jpg);
	display:block;
	height:40px;
	background-position:center center;
}
#subscribe_header {
	background-image: url(images/subscribe_header.jpg);
	display:block;
	height:40px;
	background-position:center center;
}
#contact_header, #contact_header a {
	background-image: url(images/contact_header.jpg);
	display:block;
	height:40px;
	background-position:center center;
}
.contentBGFooter  .blogbox {
	background-image:url("images/box2.jpg");
	background-position:right center;
	background-repeat:no-repeat;
	border:1px solid #999999;
	float:left;
	height:232px;
	margin-left:22px;
	width:268px;
}
.contactBox {
	background-image: url(images/box3.jpg);
	height: 232px;
	width: 268px;
	float: right;
	border: 1px solid #999;
}
#videoBG {
	height: 320px;
	/*---width: 467px;
	margin-right: auto;
	margin-left: auto;
	padding:20px 0 46px 0;
	margin-bottom:35px;-----*/
	background-image:url("images/videobg.png");
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-size:12px;
	line-height:15px;
	margin:0 auto 45px;
	padding:27px 0 33px;
	width:590px;
	}
}
#videoContainer {
	padding-top: 30px;
	padding-bottom: 10px;
}
#slideshow #slidesContainer {
	width:845px;
	height:225px;
	background-image: url(images/slideBG.png);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-left: 14px;
	padding-right: 13px;
	position: relative;
}

#slideshow #slidesContainer .slide {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 185px;
	padding-top: 40px;
	padding-bottom: 20px;
	width: 100%;
}
/**
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:39px;
  height:263px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:0;
  left:0;
  background:transparent url(img/control_left.jpg) no-repeat 0 0;
}
#rightControl {
  top:0;
  right:0;
  background:transparent url(img/control_right.jpg) no-repeat 0 0;
}
.videoTemplate .hideVideo {
	display: none;
}
.slide .videoSlide {
	float: left;
	width: 200px;
	padding-left: 63px;
	clear: right;
}
.videoSlide .hideVideo h1 {
}
.videoSlide .hideVideo h1 {
	font-family: "Courier New", "Courier New", Courier, monospace;
	font-size: 16px;
	color: #000000;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 5px;
}
.videoSlide p {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}
.videoSlide .more {
	display: none;
}
.videoSlide .hideVideo {
	width: 192px;
}
img {
border:none;
}
.videoSlide img {
	margin-bottom: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#slideshow {
}
#slideshow h3 {
	font-size: 11px;
	display: block;
	padding-left: 40px;
	color: #FFFFFF;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.slide .videoSlide .hideVideo a {
	color: #000000;
	text-decoration: none;
}
.videoSlide .hideVideo a:hover {
	text-decoration: underline;
}
.missionBox {
	background-image: url(images/missionbg.jpg);
	height: 300px;
	width: 747px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 55px;
	text-align: center;
	padding-right: 50px;
	padding-left: 50px;
}
.missionBox .heading {
	margin-top: -15px;
}
.post-edit-link {
	color: #FFCC00;
	text-decoration: none;
}
.missionBox .entry p {
	font-size: 15px;
	color: #FFFF00;
}


.contactEmail {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 22px;
	font-weight: bold;
	color: #00FFFF;
}
.contactPhone  {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 17px;
	color: #00FFFF;
	margin-top: 0px;
	margin-bottom: 0px;
}
.contactPhone span {
	color: #FFF;
}
.communicationTitle {
	font-size: 18px;
	font-weight: bold;
	color: #00FFFF;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	margin-top: 0px;
	margin-bottom: 25px;
}
.contactEmail  {
	margin-top: 0px;
	margin-bottom: 25px;
}
.contentBGFooter a {
	color: #FFF;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-decoration: none;
}
.contentBGFooter a:hover {
	text-decoration: underline;
}
#topbar {
	position: absolute;
	width: 48px;
	top: 2px;
	z-index: 100;
	left: 887px;
}
.fbLink {
	background-image: url(images/facebooknav.png);
	background-repeat: no-repeat;
	display: block;
	height: 48px;
	width: 48px;
	background-position: top;
	margin-bottom: 10px;
}
.fbLink:hover {
	background-image: url(images/facebooknav.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
.twitterLink {
	background-image: url(images/twitter.png);
	background-repeat: no-repeat;
	display: block;
	height: 48px;
	width: 48px;
	background-position: top;
	margin-bottom: 10px;
}
.twitterLink:hover {
	background-image: url(images/twitter.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
.addthis_button {
	display: block;
}
.blogbox ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.blogbox li {
	height: 30px;
	display: block;
	font-size: 15px;
	font-weight: bold;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	margin-bottom: 15px;
	background-image: url(images/seperator.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.blogbox a {
	color: #00FFFF;
}
.blogbox a:hover {
	text-decoration: underline;
}
.contentBG h2 {
	display: block;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	margin-top: 0px;
	color: #000000;
	font-size: 35px;
	font-weight: bold;
	height: 1px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 21px;
	padding-left: 18px;
}
.contentBG .entry {
	padding-right: 20px;
	padding-left: 20px;
}
.thickBorder {
	border: 9px solid #4A4A4A;
}
.entry p {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 30px;
}
.openingsentence {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	color: #ffff00 !important;
	line-height: 30px;
	text-align:center;
}
.entry2 {
	padding-bottom: 20px;
	background-image: url(images/hr.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.contentBG2 .navBar .children {
	position: absolute;
	border: 1px solid #B7B05A;
	top: 41px;
	left: -999em;
	background-image: none;
	width:222px;
}
.navBar li:hover .children {
	left: auto;
	background-image: url(images/suckafishbg.png);
	background-repeat: repeat;
}
.missionBox p {
}
.current_page_parent      
 {
	background-image: url(images/navbgactive.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}


.navBar .children li {
	float: none;
	border-right-style: none;
}
.navBar .children li a {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 13px;
	text-align: left;
	line-height: 29px;
	background-image: none;
	background-repeat: repeat;
	height: 29px;
	width:165px;
	border:none;
}
.navBar .children li a:hover {
	background-color: #000000;
	background-image: none;
}
.navBar   ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.navBar  .page_item {
	float: left;
	position: relative;
}
.current_page_item         {
	background-image: url(images/navbgactive.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
}
.navBar   ul   li   a {
	display: block;
	background-image: url(images/navbgactive.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 43px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 35px;
	text-align: center;
}
.navBar    ul    li    a:hover {
	background-image: url(images/navbgactive.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	text-decoration: none;
}
.navBar .page-item-2 a {
	width:;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #4E4E4E;
	padding:0 32px;
}
.navBar .page-item-19 a {
	width:;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #4E4E4E;
	padding:0 29px;
}
.navBar .page-item-25 a {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #4E4E4E;
	width:;
	padding:0 29px;
}
.navBar .page-item-29 a {
	width:;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #4E4E4E;
	padding:0 29px;
}
.navBar .page-item-239 a {
	padding:0px 0px 0px 31px;
}
.navBar .page-item-31 a {
	width:;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #4E4E4E;
	padding:0 29px;
}
.navBar .page-item-33 a {
	width:;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #4E4E4E;
	padding:0 29px;
}
.current_page_parent .children .current_page_item {
	background-image: none;
}
.gallerythumbtitle {
	margin:0;
}
.gallery_image_header {
	background-color:#000;
	padding:10px;
	border:solid 1px #333333;
}
.gallery_img_title {
	font-size:25px;
	color:#FFFF00;
	padding-left:15px;
	vertical-align:top;
	display:inline-block;
	width:375px;

}
.gallery_img_subtitle {
	color:#FFFFFF;
	font-size:15px;
	vertical-align:top;
}
.viewmore_link {
	display:inline-block;
	float:right;
	margin-top:-25px;
	text-align:right;
	width:111px;
}
.textbox_t1 {
	background-color:#000;
	padding:10px;
	border:solid 1px #333333;
	text-align:center;
}
#aboutus_names a {
	float:right;
}
#aboutus_names {
	width:750px;
	margin:0 auto;
}
.titlebar1  {
	background-image:url("images/bar.png");
	background-repeat:no-repeat;
	color:#00FFFF;
	font-size:37px;
	/*height:46px;*/
	margin-left:auto;
	margin-right:auto;
	padding:42px;
	text-align:center;

}
.titlebar3  {
	background-image:url("images/forum.png");
	background-repeat:no-repeat;
	color:#00FFFF;
	font-size:37px;
	/*height:46px;*/
	margin-left:auto;
	margin-right:auto;
	padding:42px;
	text-align:center;

}
.titlebar2  {
	background-image:url("images/subtitlebar.png");
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-size:18px;
	height:73px;
	margin-left:auto;
	margin-right:auto;
	/*padding:45px;*/
	text-align:center;
	width:306px;
}

.titlebar2_text {
	color:#000000;
	display:inline-block;
	font-size:25px;
	padding-top:30px;
	vertical-align:sub;
}
.titlebar1 a:hover, .titlebar1 a {
	/*color: #FFFF00;*/color:#00ffff;
	text-decoration: none;
}
.titlebar2_text a {
	color:#000000;
}
.titlebar4  {
	background-image:url("images/subtitlebar.png");
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-size:18px;
	height:73px;
	/*padding:45px;*/
	text-align:center;
	width:306px;
}
.titlebar3 a:hover, .titlebar3 a {
	/*color: #FFFF00;*/color:black;
	text-decoration: none;
}
.projects_par {
	width:710px;
	text-align:center;
	margin:0 auto;
	font-size:16px !important
}
.projects_par2 {
	width:710px;
	text-align:center;
	margin:0 auto;
	font-size:16px !important;
	color:#ffff00 !important;
}
.logothumblist {
	padding:35px;
	text-align:center;
}
.logothumblist img {
	vertical-align:middle;
}

.showtime {
	margin:0 auto;
}
#comments {
	color:#00ffff;
	padding:10px;
	border-top:solid 1px #fff;
	margin:10px;
}
.commentlist {
	/*margin:10px 40px 10px 20px;*/
	padding:10px;
	/*border: solid 1px #333;*/
	color:white;
}
.respond {
	color:FFFF00;
}
#commentform {
	margin-left:20px;
}
#commentform p {
	color:#fff;
}
.paypal-donations {
	width:115px;
	margin:0 auto;
}
.sponsors a, .sponsors a:hover {
	font-size:12px;
	text-decoration:none;
}
.specialthankslinks a {
	text-transform:uppercase;
	text-decoration:underline;
}

.specialthankslinks a:hover {
	text-transform:uppercase;
	text-decoration:underline;
}
#myytplayer {
	border:7px solid #000000;
}
.video-col {
	width:265px;
	padding-right:10px;
	float:left;
	text-align:center;
}
.video-col-end {
	width:265px;
	float:left;
	text-align:center;
}
#vidlist {
	margin-top:40px;
	width:830px;
	overflow:hidden;
}
#vidlist a {
	font-size:16px;
	line-height:1.5;
}
#vp_gallery {
	margin:0 !important
}
.comment-holder {
	background-image:url("images/bar.png");
	background-position:center top;
	height:90px;
	background-repeat:no-repeat;
	padding:30px 0 0 60px;
}
.comment-holder li {
	list-style:none;
}
.comment-author {
	width:45px; height:45px;
	float:left;
	padding:2px 15px 0 0;
}
.fn {
	font-size:28px;
	font-style:normal;
	color:#00FFFF;
}
.fn a {
	color:#00FFFF;
}
.comment-meta a {
	color:#fff;
	font-size:14px;
}
.comment-text {
	width:730px;
	margin:0 auto;
	color:#fff;
}
#events_holder {
	padding:10px 15px;
}
#events_holder li {
	border-bottom:1px solid #999999;
	font-size:18px;
	list-style:none outside none;
	padding:8px 5px;
}

#events_holder li a {
	color:#00FFFF;
}
.vp-video_payer2 {
	background-image:url("images/videobg.png");
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-size:12px;
	line-height:15px;
	margin:0 auto 45px;
	padding:13px 41px 33px;
	width:565px;
	}
#videoBG object {
	border:9px solid black;
	background-color:black;
	display:inline-block;
	height:283px;
	margin-left:54px;
	}
.reply {
	margin:0 0 30px 40px;
	}
#cartlink {
	color:yellow;
	display:block;
	float:right;
	position:absolute;
	text-align:right;
	top:20px;
	width:905px;
	z-index:99;
}
#cartlink a {
	color:#FFFF00;
	font-size:14px;
	font-weight:regular;
	text-decoration:none;
}
