/* @override 
	http://local.vp.org:9999/css/global.css
	http://voiceproject.org/css/global.css
*/

/* @group reset */

/* RESET */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a, img, fieldset {
	border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

ol, ul {
	list-style: none;
}

caption, th, td {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

abbr, acronym {
	border: 0;
}

:focus {
	outline: 0;
}

/* @end */

/* @group Typography */

h1 {
	color: #7b7b7b;
	font: 20px/1.2em "Arial Narrow", Arial, sans-serif;
}

h2 {
	font: italic 16px "Arial Narrow",Arial, sans-serif;
	margin: 2px 0 0 0;
	color: #7b7b7b;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 20px 0 0 0;
}

h4 {
	font-size: 14px;
}

h5 {
	font-size: 1em;
	font-weight: bold;
}

h6 {
	font-size: 1em;
	font-weight: bold;
}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin: 0;
}

p {
	margin: 12px 0 0;
}

.justify {
	text-align: justify;
}

a:link, a:visited {
	color: #cf2d43;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

a span {
	padding: 0 0 0 5px;
	vertical-align: middle;
}

a.toggle {
	font-size: 11px;
	float: right;
	margin-top: 3px;
}

.raquo {
	font-size: 130%;
}

.highlight {
	font-size: 18px;
	line-height: 1.5em;
}

.footnote {
	font-size: 11px;
	color: #7b7b7b;
}

/* @end */

/* @group Basic Structure */

/* BASIC STRUCTURE ------------------------ */

body {
	background-color: #000000;
	color: #d0d0d0;
	font-size: 12px;
	line-height: 1.5em;
	font-family: Arial, sans-serif;
	padding: 0 10px;
}

#wrap {
	width: 950px;
	margin: 0 auto;
}

#main {
	float: left;
	width: 660px;
	padding: 0;
}

#main .grid {
	padding: 0 0 0 0;
}

#main .grid .thumb {
	width: 200px;
	height: 112px;
	float: left;
	padding: 0px 20px 20px 0px;
	margin: 0;
}

#video {
	margin: 0 0 0px 0;
}

.caption {
	width: 630px;
	background-color: #202020;
	padding: 5px;
	text-align: center;
}

#episode-filter {
	font-size: 14px;
	color: #7b7b7b;
	margin: 0 20px 0 0;
	padding: 0 10px;
	height: 32px;
	background-color: #191919;
	line-height: 32px;
}

#ep-grid-header {
	font-size: 14px;
	color: #7b7b7b;	
	margin: 0 20px 20px 0;
	padding: 0 10px;
	height: 32px;
	background-color: #191919;
	line-height: 32px;
}

#slider-header {
	font-size: 14px;
	color: #7b7b7b;	
	/*text-align: right;*/
	padding: 0 10px;
	height: 32px;
	background-color: #191919;
	line-height: 32px;
	/*float: left;*/
}

#sidebar {
	float: left;
	width: 290px;
}

#feature-info {
	/*height: 345px;*/
	color: #b0b0b0;
	background-color: #191919;
	padding: 5px 10px 10px 10px;
	margin: 0 0 20px 0;
	overflow: hidden;
}

div.expander {
	width: 100%;
	margin: 15px 0 5px 0;
}

div.expander span.read-less {
	margin-left: 10px;
}

#feature-info.more-visible {
	height: auto;
	padding-bottom: 0px;
}

#feature-info2 {
	height: 345px;
	color: #b0b0b0;
	background-color: #191919;
	border-top: 5px solid #191919;
	border-right: 10px solid #191919;
	border-bottom: 10px solid #191919;
	border-left: 10px solid #191919;
	margin: 0 0 20px 0;
	overflow: hidden;
}

#feature-info2 #info {
	padding: 10px 0 0 0;
}

.content-box {
	background-color: #202020;
	padding: 10px;
	margin: 0 0 20px 0;
}

.sidebar-container {
	margin: 0 0 20px 0;
}

.ad-mention {
	color: #888888;
	font-size: 11px;
	text-align: right;
}

.sidebar-amazon {
	width: 290px;
	height: 244px;
	overflow: hidden;
	margin: 0 0 20px 0;
}

.sidebar-amazon img {
	width: 290px !important;
	height: 242px !important;
}

#newsletter {
	padding: 0 0 20px;
	height: 32px;
}

#twitter-widget {
	background-color: #191919;
	margin: 0 0 10px 0;
}

div.twtr-hd {
	display: none;
}

.twtr-ft span a {
	display: none;
}

/* @end */

/* @group Forms */

/* FORMS --------------------------------- */

label {
	font-weight: bold;
}

/*fieldset {
	padding: 1.4em;
	margin: 0 0 1.5em 0;
	border: 1px solid #ccc;
}*/

legend {
	font-weight: bold;
	font-size: 1.2em;
}

input.text, input.submit, textarea {
	font-size: 11px;
	color: #d0d0d0;
	height: 30px;
	padding: 0px 5px;
	background-color: #000;
	border: 1px solid #333;
	line-height: 30px;
}

input.text:focus, textarea:focus {
	border-color: #555;
}

#newsletter input.text {
	width: 204px;
	float: left;
	margin: 0 4px 0 0;
}

#newsletter input.submit {
	height: 32px;
	width: 70px;
	background-color: #000;
	border: 1px solid #333;
}

#newsletter input.submit:hover {
	color: #fff;
	border-color: #555;
	cursor: pointer;
}

#mce-error-response, #mce-success-response {
	margin-bottom: 20px;
}

textarea {
	width: 390px;
	height: 250px;
	padding: 5px;
}

input[type=checkbox], input[type=radio],
input.checkbox, input.radio {
	position: relative;
	top: .25em;
}

form.inline {
	line-height: 3;
}

form.inline p {
	margin-bottom: 0;
}

.error, .notice, .success {
	padding: .8em;
	margin-bottom: 1em;
	border: 2px solid #ddd;
}

.error {
	background: #FBE3E4;
	color: #8a1f11;
	border-color: #FBC2C4;
}

.notice {
	background: #FFF6BF;
	color: #514721;
	border-color: #FFD324;
}

.success {
	background: #E6EFC2;
	color: #264409;
	border-color: #C6D880;
}

.error a {
	color: #8a1f11;
}

.notice a {
	color: #514721;
}

.success a {
	color: #264409;
}

/* @end */

/* @group header, nav */

/* HEADER -------------------------------- */

#header {
	margin: 30px 0 20px;
}

#logo {
	width: 290px;
	float: right;
	padding: 0 0 0 0px;
}

#social {
	float: left;
	margin: 0;
}

#social img {
	margin-right: 4px;
}

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

#nav {
	padding: 2px 10px 0 0;
	font-size: 11px;
	font-family: Arial, sans-serif;
	float: left;
}

#nav li {
	float: left;
	padding: 0 0 0 0;
}

#nav li a {
	display: block;
	text-decoration: none;
	color: #666666;
	background: url(/images/nav-btn-bg.png) no-repeat right;
	padding: 0 12px;
	height: 24px;
	line-height: 24px;
	float: left;
}

#nav li a:hover {
	color: #cfcfcf;
}

#nav li a.current {
	color: #cfcfcf;
}

/* @end */

/* @group content */

/* @group home */

#home-slide-container {
	position: relative;
	margin-bottom: 20px;
}

#home-slider {
	/*position: relative;*/
}

#home-slide-nav {
	z-index: 1000;
	float: right;
	position: relative;
	top: 10px;
	right: 10px;
}

#home-slide-nav a {
	color: #fff;
	width: 26px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	background: url(/images/slider/slider-sprite.png) no-repeat -1px 0px;
	float: left;
	margin-left: 1px;
}

#home-slide-nav a:hover, #home-slide-nav a.activeSlide {
	background-position: -28px 0px;
	text-decoration: none;
}

#home-slide-prev {
	width: 37px;
	height: 89px;
	float: left;
	position: relative;
	left: 15px;
	top: 224px;
	background: url(/images/slider/slider-sprite.png) no-repeat -37px -28px;
	text-indent: -9999px;
	z-index: 1000;
}

#home-slide-prev:hover {
	cursor: pointer;
	background-position: -37px -117px;
}

#home-slide-next {
	width: 37px;
	height: 89px;
	float: right;
	position: relative;
	right: 15px;
	top: 224px;
	background: url(/images/slider/slider-sprite.png) no-repeat 0px -28px;
	text-indent: -9999px;
	z-index: 1000;
}

#home-slide-next:hover {
	cursor: pointer;
	background-position: 0px -117px;
}

/* @end */

/* @group about */

.movement #main {
	width: 950px;
	background: url(/images/movement-bg.jpg) no-repeat 0 0;
	margin-bottom: 10px;
}

.movement #video {
	text-align: center;
	padding: 0px;
	height: 420px;
}

.movement #content {
	background-color: #191919;
	padding: 20px;
}

#program-nav {
	height: 26px;
	margin: 0px 0 15px 0;
	font-size: 9px;
	text-transform: uppercase;
	background: transparent url(/images/subnav-bg.png) repeat-x;
}

/* @end */

/* @group programs */

#program-nav ul {
	overflow: hidden;
}

#program-nav li {
	float: left;
}

#program-nav li a {
	height: 26px;
	width: 189px;
	text-align: center;
	display: block;
	line-height: 25px;
	color: #7b7b7b;
	border-right: 1px solid #000;
}

#program-nav li a.current {
	color: #cfcfcf;
}

#program-nav li a.last {
	border-right: none;
}

#program-nav li a:hover {
	color: #cfcfcf;
	text-decoration: none;
}

.programs #main {
	width: 950px;
	line-height: 1.7em;
	padding: 0px 0 0px 0;
	margin-bottom: 10px;
}

.programs-img-right {
	float: right;
}

#amplify-peace-art {
	color: #999999;
	font-size: 12px;
	float: right;
	width: 376px;
	text-align: center;
	background: url(/images/programs/amplify-peace-art.jpg) no-repeat 0 0;
	margin: 0px 0 0 30px;
	padding: 322px 30px 0 30px;
}

#program-info h1 {
	font-size: 24px;
}

#program-info h2 {
	font-size: 18px;
	font-style: normal;
	margin-top: 30px;
}

#program-info .content {
	padding: 20px;
	background-color: #191919;
}

#program-info.vocation .video {
	height: 326px;
	padding: 32px 0 0 20px;
	background: url(/images/programs/vocational-training.jpg) no-repeat 0 0;
}

#program-info.bpu .video {
	height: 326px;
	padding: 32px 0 0 20px;
	background: url(/images/programs/breakdance-project-uganda.jpg) no-repeat 0 0;
}

#program-info.amplify .video {
	width: 950px;
	height: 398px;
	padding: 32px 0 0 0;
	background: url(/images/programs/amplify-peace.jpg) no-repeat 0 0;
}

#program-info.amplify .floatR {
	margin: 40px 0 30px 20px;
}

#prog-donate {
	margin: 30px 0 0 0;
	text-align: center;
}

#prog-donate p {
	font-size: 14px;
	color: #7b7b7b;
}

#prog-donate ul {
	width: 860px;
	margin: 15px auto 0 auto;
	overflow: hidden;
}

#prog-donate.single ul {
	width: 215px;
}

#prog-donate ul li {
	float: left;
}

#prog-donate li a {
	width: 215px;
	height: 96px;
	display: block;
	border: none;
	overflow: hidden;
	cursor: pointer;
	text-indent: -9999px;
}

#prog-donate li a.donate {
	background: url(/images/programs/bpu-btn-donate.png) no-repeat 0 0;
}

#prog-donate li a.donate:hover {
	background: url(/images/programs/bpu-btn-donate.png) no-repeat 0 bottom;
}

#prog-donate li a.youtube {
	background: url(/images/programs/bpu-btn-youtube.png) no-repeat 0 0;
}

#prog-donate li a.youtube:hover {
	background: url(/images/programs/bpu-btn-youtube.png) no-repeat 0 bottom;
}

#prog-donate li a.myspace {
	background: url(/images/programs/bpu-btn-myspace.png) no-repeat 0 0;
}

#prog-donate li a.myspace:hover {
	background: url(/images/programs/bpu-btn-myspace.png) no-repeat 0 bottom;
}

#prog-donate li a.facebook {
	background: url(/images/programs/bpu-btn-facebook.png) no-repeat 0 0;
}

#prog-donate li a.facebook:hover {
	background: url(/images/programs/bpu-btn-facebook.png) no-repeat 0 bottom;
}

#prog-donate li a.bpu {
	background: url(/images/programs/bpu-btn-bpu.png) no-repeat 0 0;
}

#prog-donate li a.bpu:hover {
	background: url(/images/programs/bpu-btn-bpu.png) no-repeat 0 bottom;
}

/* @end */

/* @group contact */

.contact #main {
	width: 950px;
	margin-top: 15px;
}

.contact #general {
	float: left;
	width: 465px;
	margin: 30px 20px 0 0;
}

.contact #advertising {
	float: left;
	width: 465px;
	position: absolute;
	margin: 30px 0 0 485px;
}

/* @end */

/* @group gallery */

.gallery #main {
	width: 950px;
	margin-top: 15px;
}

.gallery #content {
	background-color: #191919;
	padding: 20px 20px 20px 20px;
	text-align: left;
}

.gallery ul#gallery-select {
	margin: 20px 0;
	padding: 0;
	overflow: hidden;
}

.gallery ul#gallery-select li {
	float: left;
	margin: 0 6px 20px 6px;
}

/* @end */

/* @group store */

.store #main {
	width: 950px;
}

.store #main h1 {
	font-size: 22px;
}

.store #main h2 {
	font-size: 18px;
}

.store #image {
	width: 402px;
	float: left;
	margin: 15px 40px 20px 0;
}

ul#store-thumbs {
	padding: 10px 0;
	overflow: hidden;
}

ul#store-thumbs li {
	float: left;
	margin: 0 10px 0 0;
}

.store #details {
	width: 508px;
	float: right;
	margin: 15px 0 20px 0;
}

.store #view-cart {
	float: right;
}

.store #details .info {
	background-color: #191919;
	overflow: hidden;
	margin: 20px 0 0 0;
}

.store #details ul.options {
	width: 100%;
	float: left;
}

.store #details ul.price {
	width: 130px;
	float: left;	
}

.store #details ul li {
	padding: 15px 15px;
	border-bottom: 1px solid #000000;
}

.store #details ul li.s-name {
	font-size: 20px;
	color: #7b7b7b;
}

.store #details span.price {
	font-size: 20px;
	float: right;
}

.store #details ul li.s-color {
	color: #d0d0d0;
}

.store #details ul li.s-color span {
	width: 70px;
	float: left;
}

.store #details ul li.s-size {
}

.store #details ul li.s-size span {
	width: 70px;
	float: left;
}

.store #details ul li.s-buy {
	border-bottom: none;
	padding-bottom: 0;
}

.store #details li button {
	width: 215px;
	height: 96px;
	display: block;
	border: none;
	overflow: hidden;
	cursor: pointer;
}

.store #details li button {
	background: url(/images/store/btn-add-to-cart.png) no-repeat 0 0;
}

.store #details li button:hover {
	background: url(/images/store/btn-add-to-cart.png) no-repeat 0 bottom;
}

/* @end */

#donate {
	
}

#donate p {
	color: #7b7b7b;
	font-size: 16px;
	line-height: 1.5em;
	text-align: center;
}

#donate .content {
	width: 950px;
	padding: 5px 0 20px 0;
	background-color: #191919;
	margin: 0 0 20px 0;
	overflow: hidden;
}

#donate .donate-all {
	float: left;
	text-align: center;
	margin: 0 115px;
}

#donate .benefactor {
	width: 302px;
	margin: 40px auto;
}



ul#benefactor {
	background-color: #222222;
	border: 1px solid #000000;
	border-bottom: none;
}

ul#benefactor li {
	font-weight: bold;
	padding: 8px 10px;
	border-bottom: 1px solid #000;
}

ul#benefactor li label {
	width: 180px;
	float: left;
	margin-right: 8px;
	padding-top: 2px;
}

ul#benefactor li input#amount {
	width: 50px;
	background: #d8d8d8;
	border: 1px solid #000000;
	padding: 3px;
}

ul#benefactor select {
	
}

#donate .donate-column {
	width: 217px;
	text-align: center;
	float: left;
	margin: 40px 10px 0 10px;
}

#donate li a, #donate li button {
	width: 215px;
	height: 96px;
	margin: 20px auto;
	display: block;
	border: none;
	overflow: hidden;
	cursor: pointer;
	text-indent: -9999px;
}

#donate li button.donate {
	background: url(/images/programs/bpu-btn-donate.png) no-repeat 0 0;
}

#donate li button.donate:hover {
	background: url(/images/programs/bpu-btn-donate.png) no-repeat 0 bottom;
}

.your #main {
	margin-top: 15px;
}

.news #main {
	margin-top: 15px;
}

.threesixty #main {
	width: 950px;
	background: url(/images/360-bg.jpg) no-repeat 0 0;
	margin-bottom: 10px;
}

.threesixty #video {
	text-align: center;
	padding: 0px;
	height: 300px;
}

.threesixty #content {
	background-color: #191919;
	padding: 20px;
}

/* @group press */

ul#press-scroll {
	width: 850px;
	height: 70px;
	background: url(/images/press/press-bg.png);
	overflow: hidden;
}

ul#press-scroll li img {
	float: left;
}


/* @end */


/* @end */

/* @group Footer */

/* FOOTER --------------------------------- */

#footer {
	width: 950px;
	margin: 10px auto 20px auto;
	font-size: 11px;
	text-transform: uppercase;
	color: #8b8b8b;
}

#partners {
	width: 850px;
	float: left;
}

#partners ul {
	width: 850px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#partners li {
	height: 57px;
	padding: 0;
	margin: 0;
	float: left;
	overflow: hidden;
}

#footer-logo {
	float: right;
	margin: 0;
	padding-top: 25px;
}

#press-footer-logo {
	float: right;
	margin: 0;
}

#footer-nav {
	width: 540px;
	height: 33px;
	float: left;
	background-color: #191919 ;
	padding: 0 0 0 20px;
	margin: 0;
	line-height: 33px;
}

#footer-nav li {
	float: left;
}

#footer-nav li a {
	color: #8b8b8b;
	display: block;
	margin: 0 30px 0 0;
	text-decoration: none;
}

#footer-nav li a:hover {
	color: #fff;
}

#footer-cr {
	width: 269px;
	height: 33px;
	float: left;
	background-color: #191919;
	padding: 0 20px 0 0;
	margin: 0;
	text-align: right;
	line-height: 33px;
}

/* @end */

/* @group MISC */

/* MISC. -----------------------------------
--------------------------------------------- */

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

ol.alpha {
	list-style-type: lower-latin;
	margin: 10px 30px 30px;
}

ol.numeric {
	list-style-type: decimal;
	margin: 10px 30px 30px;
}

ul.square {
	list-style-type: square;
	margin: 10px 30px 30px;
}

hr {
	background: #ddd;
	color: #ddd;
	clear: both;
	float: none;
	width: 100%;
	height:1px;
	margin: 0 0 20px;
	border: none;
}

.hide {
	display: none;
}

img.border {
	border: 5px solid #fff;
}

/* self-clear floats */

.group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.center {
	text-align: center;
}

.clearfloat {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}

.floatR {
	float: right;
}

.floatL {
	float: left;
}

.last {
	margin-bottom: 0;
}

/* @end */
