@charset "utf-8";
/* CSS Document */


/* colors: 
BLACK: #000000
GREY Darkest: #363636
GREY Dark: #4a4a4e
GREY Charcoal: #36454f
GREY Light: #f1f1f1
GREEN: #75943b or #73923b translates as #66952F
GREEN Light: #a2b06b
PURPLE: #873377
BURGUNDY: #88274c
PINK: #a97481
*/

body {
	text-align: center;
	margin:0;
	margin-bottom: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 69%;
	color: #36454f;
	background-color: black;
	line-height: 16px;
	background-image: url(../images/contentImages/bgStalker/bgStalker_30b.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
/*************************************************************
**************************************************************

						LINKS

**************************************************************
*************************************************************/

a:link {
	color:#36454f; /* charcoal */
	color: #66952F; /* mawenzi green */
	color: #9f224c;
	text-decoration: underline;
	font-weight: normal;
}
a:visited {
	color:#36454f; /* charcoal */
	text-decoration: underline;
	font-weight: normal;
}
a:hover {
	color: #66952F; /* mawenzi green */ 
	text-decoration: underline;
	font-weight: normal;
}
a:active {
	color: #008080; /* teal */
	text-decoration: underline;
	font-weight: normal;
}

a.darkBGlink:link {
	color:#67845E; /* beige */
	text-decoration:none;
}
a.darkBGlink:visited {
	color:#658033; /* gray */
	color: #999;
	text-decoration:none;
}
a.darkBGlink:hover {
	color:#FFF; 
	text-decoration:none; 
}
a.darkBGlink:active {
	color: #f5f5dc; /* beige */
	text-decoration:none; 
}
a img {
	border: none;
	margin-bottom: 15px;
}


/*************************************************************
**************************************************************

						LIST

**************************************************************
*************************************************************/

ul {
}
li {
	
}
.ul_contactInfo {
	list-style-type: none;
/*	padding-left: 6px;
	padding-right: 0px;
	margin-left: 0px;*/
	margin-top: 0px;
	padding-top: 0px;
}
.li_contactInfo {
	padding-left: 15px;
	line-height: 16px;
	font-weight: normal;
	display: block;
}

/*************************************************************
**************************************************************

						MAIN SECTIONS

**************************************************************
*************************************************************/
.globalContainer {
	width: 960px;
	margin: auto;
	margin-top: 6px;
	text-align: left;
	background-color: transparent;
}
/*************************************************************
**************************************************************

						IMAGE STYLES

**************************************************************
*************************************************************/

.iepngfix {
	/* behavior: url(iepngfix.htc); */
}

img {
	padding: 0px;
	margin: 0px 0px 6px 0px;
}

/*************************************************************
**************************************************************

						HEADINGS

**************************************************************
*************************************************************/
h1 {
	font-size: 1.3em;
	margin-bottom: 15px;
	font-variant: small-caps;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #88274c;
	font-variant: small-caps;
	margin-bottom: 6px;
	padding-bottom: 0px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #66952F;
	font-variant: small-caps;
	margin-top: 0px;
	margin-bottom: 6px;
	padding-bottom: 0px;
}
h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: normal;
	margin-top: 15px;
	margin-bottom: 6px;
	color: #36454f;
	color: black;
	line-height: 1em;
	/*font-variant: small-caps;*/
}
h5 {
	/*font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	padding-top: 6px;
	font-variant: small-caps;
	margin-bottom: 6px;*/
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: normal;
	margin-top: 6px;
	margin-bottom: 0px;
	color: #36454f;
	line-height: 1em;
}
h6 {
	font-size: 1em;
	letter-spacing: 0em;
	padding-top: 3px;
	margin-bottom: 1px;
	font-weight: bold;
	color: #9f224c;
	color: #73923b;
	margin-top: 0px;
	padding-top: 0px;
}


/*************************************************************
**************************************************************

						FONT STYLES

**************************************************************
*************************************************************/

.mainText_main {
	padding-bottom: 6px;
	color: white;
}

/*************************************************************
**************************************************************

						HIGHLIGHT TEXT

**************************************************************
*************************************************************/

.mawenziGreen {
	color: #66952F; /* mawenziGreen */
}

/*************************************************************
**************************************************************

						COLUMNS

**************************************************************
*************************************************************/

.columnLeft {
	font-weight: normal;
	width: 300px;
	float: left;
	background-color: transparent;
}
.columnRight {
	font-weight: normal;
	margin-right: 0px;
	width: 659px;
	float: right;
	/*border-left: 1px solid #ccc;*/
}
/*************************************************************
**************************************************************

						BUTTONS

**************************************************************
*************************************************************/
#itunes_preOrder {
	display: block;
	float: left;
	width: 105px;
	height: 38px;
	background-image: url(../images/contentImages/logos/preorder_on_itunes105x38.png);
	background-position: left top;
	background-repeat: no-repeat;
	margin-right: 0px;
}
#itunes_preOrder:hover {
	background-position: 0 -38px;
}

#itunes_preOrder span {
	position: absolute;
	top: -999em;
	/*position: relative;
	display: block;
	color: white;
	text-decoration: none;
	width: 260px;
	margin-left: 20px;
	margin-top: 40px;*/
}
#itunes_available {
	display: block;
	float: left;
	width: 105px;
	height: 38px;
	background-image: url(../images/contentImages/logos/available_on_itunes105x38.png);
	background-position: left top;
	background-repeat: no-repeat;
	margin-right: 0px;
}
#itunes_available:hover {
	background-position: 0 -38px;
}

#itunes_available span {
	position: absolute;
	top: -999em;
	/*position: relative;
	display: block;
	color: white;
	text-decoration: none;
	width: 260px;
	margin-left: 20px;
	margin-top: 40px;*/
}
#youtube_watch {
	display: block;
	float: left;
	width: 105px;
	height: 38px;
	background-image: url(../images/contentImages/logos/watch_on_youtube105x38.png);
	background-position: left top;
	background-repeat: no-repeat;
	margin-right: 0px;
}
#youtube_watch:hover {
	background-position: 0 -38px;
}

#youtube_watch span {
	position: absolute;
	top: -999em;
	/*position: relative;
	display: block;
	color: white;
	text-decoration: none;
	width: 260px;
	margin-left: 20px;
	margin-top: 40px;*/
}

#vimeo_watch {
	display: block;
	float: left;
	width: 105px;
	height: 38px;
	background-image: url(../images/contentImages/logos/watch_on_vimeo105x38.png);
	background-position: left top;
	background-repeat: no-repeat;
	margin-right: 0px;
}
#vimeo_watch:hover {
	background-position: 0 -38px;
}

#vimeo_watch span {
	position: absolute;
	top: -999em;
	/*position: relative;
	display: block;
	color: white;
	text-decoration: none;
	width: 260px;
	margin-left: 20px;
	margin-top: 40px;*/
}

/*************************************************************
**************************************************************

						BOXES AND CONTAINERS

**************************************************************
*************************************************************/
.logoHolder {
	text-align: right;
	/*margin: 100px 10px 51px 0px;*/
	margin: 0px 0px 15px 0px;
	padding: 100px 10px 51px 0px;
	background-color: white;
	opacity: 0.9;
}
.mawenziText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.4em;
	color: #73923b;
}
.mawenziText2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #aaa;
	font-weight: bold;
	margin-right: 36px;
	letter-spacing: 0.2em;
}
.breathLife_box {
	/** width: 195px; **/
	background-color: #73923b;
	padding: 10px 19px;
	float: right;
	color: white;
	font-weight: bold;
}
.contentHolder_right {
	margin: 143px 10px 10px 33px;
}
.whatWeDo_box {
	margin-bottom: 120px;
	color: #73923b;
	color: white;
}
.contactInfoHolder {
	text-align: right;
	/*margin: 33px 10px 33px 10px;*/
	padding: 24px 10px 10px 10px;
	color: #888;
	color: white;
	background-color: white;
	background: transparent;
	opacity: 0.9;
}
.stalker_contentHolder {
	width: 616px;
	height: 262px;
	background-image: url(../images/contentImages/asali_stalker-1_1s.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	border: 1px solid black;
	padding: 15px;
}
.releaseTitleHolder {
	background-color: #111;
	background-color: black;
	margin: 0px 0px 0px 0px;
	text-align: right;
	padding: 15px 10px 15px 0px;
	color: white;
	color: #999;
	opacity: 1;
}
.releaseDetails {
	background-color: black;
	border-top: 1px solid #111;
	border-left: 1px solid #111;
	margin: 0px 0px 15px 0px;
	text-align: right;
	padding: 10px 10px 15px 0px;
	color: #ddd;
	opacity: 1;
}
/*************************************************************
**************************************************************

						SEPARATORS

**************************************************************
*************************************************************/
.clear {
	clear: both;
}


/*************************************************************
**************************************************************

						TABLES, TD STYLES

**************************************************************
*************************************************************/

/*************************************************************
**************************************************************

						FORM STYLES: TEXT, BUTTONS

**************************************************************
*************************************************************/

/*************************************************************
**************************************************************

						CLIENT LOG-IN TOP

**************************************************************
*************************************************************/


/*************************************************************
**************************************************************

						SEARCH BOX - TOP

**************************************************************
*************************************************************/


/*************************************************************
**************************************************************

						SEARCH RESULTS PAGE

**************************************************************
*************************************************************/
