/* @override 
	http://voiceproject.org/css/global.css
	http://www-local.voiceproject.org:8888/css/global.css
	http://voiceproject.org/css/global-dev.css
	http://local.voiceproject.org:8888/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 */

/* TYPOGRAPHY ----------------------------- */

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

h2 {
	font-size: 16px;
	margin: 2px 0 0 0;
	color: #7b7b7b;
	font-style: italic;
}

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: 20px 0 0 0;
}

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

#video {
	padding: 0 0 20px;
}

.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;
}

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

.addthis_toolbox a {
	margin-left: 5px;
}

#sharebar div.copy {
	float: left;
}

#sharebar div.share {
	float: right;
	text-align: right;
	width: 400px;
	line-height: 38px;
}

#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;
}

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

#feature-info2 {
	color: #b0b0b0;
	background-color: #191919;
	padding: 5px 10px 10px 10px;
	margin: 0 0 20px 0;
}


#feature-info2 .expandable {
	
}

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

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

.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;
}

.blastacasta {
	color: #ffffff;
	font-size: 11px;
	background-color: #191919;
	margin: 0 0 10px 0;
}

.blastacasta img {
	margin-right: 10px;
}

.blastacasta a:link {
	color: #d0d0d0 !important;
	font-weight: normal !important;
}

.blastacasta a:hover {
	text-decoration: underline !important;
}

.blastacasta td {
	vertical-align: top;
}

/* @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, select {
	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, select: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;
}

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;
}

#donate {
	float: right;
	width: 144px;
	margin: 0;
}

#donate a.btn {
	width: 144px;
	height: 50px;
	background: url(/images/btn-donate.gif) no-repeat 0 0;
	display: block;
	text-indent: -9999px;
}

#donate a.btn:hover {
	background: url(/images/btn-donate-over.gif) no-repeat 0 0;
}

#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 */

.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;
}

#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 #main #livelihood {
	width: 291px;
	float: left;
	margin: 0 22px 0 0;
	padding: 0 5px;
}

.programs #main #vocation {
	width: 293px;
	float: left;
	margin: 0 20px 0 0;
	padding: 0 5px;
}

.programs #main #rehabilitation {
	width: 292px;
	float: left;
	padding: 0 5px;
}

#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;
}

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

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

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

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

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

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

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

#prog-donate li button.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;
}

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

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

.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;
}

.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;
}

/* @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;
}

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

#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 */