/*------------------------------------------------------------------

1.	RESET
	Global reset for all HTML elements

------------------------------------------------------------------*/

* { font-family: inherit; font-size: 100%; font-style: inherit; font-weight: inherit; margin: 0; outline: 0; padding: 0; vertical-align: baseline; }
html { height: 100% }
body { font-family: Helvetica, Verdana, Arial, sans-serif; background: #fff; color: #000; font-size: 100.01%; min-height: 101%; text-align: left; position: relative; }
img, fieldset, abbr, acronym { border: 0 }
table { border-collapse: collapse; border-spacing: 0; width: 100%; }
address, caption, cite, code, dfn, em, strong, var { font-style: normal; font-weight: normal; }
caption { text-align: left }
q:before, q:after, blockquote:before, blockquote:after { content: '' }
input, select, textarea, button { font-size: 1em; line-height: normal; width: auto; }
input, select { vertical-align: middle }
textarea { height: auto; overflow: auto; }
option { padding-left: 0.6em }
button { background: none; border: 0; cursor: pointer; text-align: center; }
ul, ol { list-style-type:none; }

/*------------------------------------------------------------------

2.	MAIN STYLES
	General definitions

--------------------------------------------------------------------

/*-------------------------------
2.a Tags defaults
---------------------------------
[?] Tags only. No classes or ID's here.
*/
	
body {
	background: #FFFFFF url(images/bg.jpg) repeat-x center 0;
	color: #2F2E23;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

p, ul, ol, table { margin: 0 0 18px }

em { color: #d9e3ea }


/* Headlines */
h1, h2, h3{
	font-weight: normal;
	line-height: normal;
	letter-spacing:-1px;
}
h1 { font-size:30px; }
h2 { font-size:26px; }
h3 { font-size:22px; }
h4 { font-size:14px; }
h5 { font-size:12px; }
h6 { font-size:10px; }
h1, h2, h3 {
	color: #000000;
	margin-top: 15px;
}
h4 {
	font-size: 1.3em;
}


/* Anchors */
a, a:link, a:visited {
	color: #fff;
	text-decoration: none;
}
a:hover, a:active, a.active {
	text-decoration: underline;
}

/* Lists */
#main div.box1 ul {
	padding:20px;
	list-style:inside;
}
#main div.box1 ol {
	padding:20px;
	list-style:inside;
	list-style-type:decimal;
}
#sidebar .box1 { margin:7px 0 18px; padding: 18px; }
#sidebar #videos .box1 { margin: 0 0 20px; padding: 10px; }

#sidebar ul, #sidebar ol { 
	list-style-type:none;
}

blockquote {
	margin:15px 0; padding:10px 20px;
	border-bottom:1px solid #000;
	font:1.00em Georgia, "Times New Roman", Times, serif; color:#fff;
	background:url(images/bg-box.png) repeat scroll 0 0 !important;
	background: #222;
}

#konName {
	color: #5D903F;
	font-weight: bold;
}

/*-------------------------------
2.b Base layout
---------------------------------
[?] Mostly ID's. Classes & tags allowed.
*/

#wrap {
	margin: auto;
	text-align: left;
	width: 1020px;
	position: relative;
/* 	height: 1600px; */
}

	#header, #content, #contentHome, #footer {
		float: left; display: inline;
		clear: both;
		position: relative;
	}

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

	#header {
		height: 240px;
		width: 100%;
	}
	
	#logo { 
		margin: 0 
	}

	#logo a {
		/* background: url(images/logo.png) no-repeat; */
		cursor: pointer;
		position: absolute;
		top: 0; left: -100px;
		display:block;
	}
	
	#headerInset {
		background: url(images/headerInsetBkg.png);
		position: absolute;
		top: 3px; right: 20px;
		width: 410px;
		height: 120px;
	}
	#headerInset ul {
		margin-left: 45px;
	}
	#headerInset ul li {
		display: block;
		float: left;
		margin-top: 20px;
		padding: 5px;
		width: 155px;
		height: 60px;
		text-indent: -5000px;
	}
	
	.headerLink  {
	margin: 0 0 10px 0;
	padding: 5px 0 0 0;
	text-indent: 42px;
	width: 140px;
	height: 60px;
}

.headerLink a {
	padding-top: 5px;
	display: block; 
	height: 60px;
	outline: none;
}
	
	#headerShareLink { background: url(images/btnShare.png) left center no-repeat;	}
	#headerDonateLink { background: url(images/btnDonate.png) left center no-repeat;	}

	#content {
		background: url(images/contentBkg2.jpg);
		/* background-position: 0 200px; */
		padding: 0 0 4em;
		width: 100%;
		height: 1500px;
	}
	
	#contentHome {
	background: url(images/contentBkg2.jpg);
		/* background-position: 0 200px; */
		padding: 0 0 4em;
		width: 100%;
		height: 1400px;
	}
	
	

/*--- HOMEPAGE FEATURED MEDIA SECTION ---*/

	#homepageFeature {
		float: left;
		position: absolute;
		top: 100px;
		width: 1020px;
		height: 521px;
		background-color: black;	
	}
	
	.featureSmall {
		width: 280px;
		height: 258px;
	}
	.featureWide {
		width: 460px;
		height: 258px;
	}
	.featureTall {
		width: 280px;
		height: 516px;
	}
	
/* --- TOP ROW ---*/
	#r1f1{
		background-color: #5D903F;
		background: url(images/akon_feature_up.jpg);
		position: absolute;
		top: 0; left: 0;
	}
	
	#r1f1:hover {

		background: url(images/akon_feature_over.jpg);

	}
	#r1f2{
		background-color: #2F2E23;
		position: absolute;
		top: 0; left: 280px;
	
	}
	
	#r1f3{
		background-color: #E41B24;
		background: url(images/senegal_feature_up.jpg);
		position: absolute;
		top: 0; right: 0;
	
	}
	
	#r1f3:hover {
		background: url(images/senegal_feature_over.jpg);
	}
	
/* --- BOTTOM ROW ---*/
	#r2f1{
		background-color: #F3A516;
		background: url(images/program_feature_up.jpg);
		position: absolute;
		top: 258px; left: 0;
	}
	
	#r2f1:hover {
		background: url(images/program_feature_over.jpg);
	}
	
	#r2f2{
		background-color: #FFE900;
		background: url(images/feature_vision_up.jpg);
		position: absolute;
		top: 258px; left: 460px;
	}

#r2f2:hover {
background: url(images/feature_vision_over.jpg);

}
		
		
		
		.home #main {
			float: left;
			height: 500px;
			top: 100px;
		}
		
		.home #wrap {
			height: 1200px;
		}
		#main {
			float: left;
			position: absolute;
			top: 0;
			width: 1020px;
			height: 518px;
			
		}
		.home #sidebar {
			float: right;
			width: 543px;
		}
		#sidebar {
			float: right;
			width: 333px;			
		}
		#sidebar h3 { margin-top:10px; }
	
	
	#newsContainer {
		position: absolute;
		top:620px;
		display: block;
		padding-left: 25px;
		width: 600px;
		height: 300px;
		color: black;
	}
	#newsContainer h3 {
		padding-left: 15px;
		padding-bottom: 10px;
		color: black;
	}
	#rssfeed {
		display: block;
		position: absolute;
		top:20px;
		right: 50px;
		
	}
	
	#rssfeed a {
		color: #660000;
	}
	
	#articleContainer {
		display: block;
		width: 550px;
		height: 235px;
		padding: 15px;
		overflow: hidden;
		background: url(images/transparentTile.png) repeat;
	}
	
	#articleContainer h4 a{
	display: block;
		padding-bottom: 10px;
		font-weight: bold;
		color: #660000;
	}
	#articleContainer .more-link {
		color: #660000;
	}
	
	#widgetContainer {
		position: absolute;
		top:620px;
		left: 630px;
		display: block;
		width: 390px;
		height: 300px;
	}
	
	#widgetContainer h3 {
		padding-left: 15px;
		padding-bottom: 10px;
		color: black;
	}
	
	#homepageQuote {
color: #660000;
		font-weight: bold;
		font-style: italic;
		font-size: 1.1em;
		padding: 10px;
		display: block;
	}
	
	#homepageAuthor {
		padding-left: 20px;
	}
	
	#widgetContent {
		display: block;
		width: 330px;
		height: 235px;
		padding: 15px;
		text-align: center;
		overflow: hidden;
		color: black;
		background: url(images/hands_bkg.jpg);
	}
	
.home #transition {
position: absolute;
top: 900px;
left: 0;
background: url(images/footer_01.png);
	width: 1020px; height: 100px;
}
.home #footer {
position: absolute;
top: 1070px;
left: 0;
	width: 1020px; height: 500px;
	background: url(images/footer_02.jpg);
}


#transition {
position: absolute;
top: 1330px;
left: 0;
background: url(images/footer_01.png);
	width: 1020px; height: 100px;
}
#footer {
position: absolute;
top: 1500px;
left: 0;
	width: 1020px; height: 500px;
	background: url(images/footer_02.jpg);
}
	#footerWrap {
	clear: left;
	display: block;
		color: #dadada;
		width: 1020px;
		margin: 0 auto;
		position: relative;
		padding-left: 5px;
	}


.footerSection {
display: block;
margin-top: 20px;
margin-left: 5px;
width: 210px;
height: 360px;
padding: 0 0 0 30px;


float: left;
}

.footerSection h3 {
	color: #fcffaf;
}

#footer a {
	color: #CDE387;
}

#footer a:hover {
	color: #fcffaf;
}

.footerSection p {
	color: #ffe358;
	font-weight: bold;
	padding: 10px 0 0 0;
	width: 170px; 
}	

.footerSection ul li {
	display: block;
	width: 180px;
	height: 30px;
	padding: 4px 0;
}

.footerLink  {
	margin: 0 0 10px 0;
	padding: 5px 0 0 0;
	text-indent: 42px;
	width: 140px;
	height: 42px;
}

.footerLink a {
	padding-top: 5px;
	display: block; 
	height: 32px;
	outline: none;
}

/* --- Facebook links ---*/
#fbLink { background: url(images/icons/icon_fb_dim.png) left center no-repeat;	}
#fbLink:hover { background: url(images/icons/icon_fb_lit.png) left center no-repeat;}

/* --- Twitter links ---*/
#twitterLink { background: url(images/icons/icon_twitter_dim.png) left center no-repeat;	}
#twitterLink:hover { background: url(images/icons/icon_twitter_lit.png) left center no-repeat;}

/* --- LinkedIn links ---*/
#linkedInLink { background: url(images/icons/icon_linkedin_dim.png) left center no-repeat;	}
#linkedInLink:hover { background: url(images/icons/icon_linkedin_lit.png) left center no-repeat;}

/* --- RSS links ---*/
#rssLink { background: url(images/icons/icon_rss_dim.png) left center no-repeat;	}
#rssLink:hover { background: url(images/icons/icon_rss_lit.png) left center no-repeat;}

/* --- Newsletter links ---*/
#newsletterLink { background: url(images/icons/icon_email_dim.png) left center no-repeat;	}
#newsletterLink:hover { background: url(images/icons/icon_email_lit.png) left center no-repeat;}

/* --- YouTube links ---*/
#ytLink { background: url(images/icons/icon_youtube_dim.png) left center no-repeat;	}
#ytLink:hover { background: url(images/icons/icon_youtube_lit.png) left center no-repeat;}

/* --- ShareThis links ---*/
#shareLink { background: url(images/icons/icon_share_dim.png) left center no-repeat;	}
#shareLink:hover { background: url(images/icons/icon_share_lit.png) left center no-repeat;}

/* --- Google links ---*/
#googleLink { background: url(images/icons/icon_google_dim.png) left center no-repeat;	}
#googleLink:hover { background: url(images/icons/icon_google_lit.png) left center no-repeat;}

/* --- PayPal links ---*/
#paypalLink { background: url(images/icons/icon_paypal_dim.png) left center no-repeat;	}
#paypalLink:hover { background: url(images/icons/icon_paypal_lit.png) left center no-repeat;}

/* --- Donate Mail links ---*/
#donateMailLink { background: url(images/icons/icon_email_dim.png) left center no-repeat;	}
#donateMailLink:hover { background: url(images/icons/icon_email_lit.png) left center no-repeat;}


#ContactSection {

	
}
#ContactSection form {
margin: 0;
	padding: 0;
display: block;
position: absolute;
top: 120px;

}

#ContactSection .formHeader {
	margin: 0;
	padding: 0;
}

.newsletter a {
	visibility: hidden;
}

#ContactSection form input {

	width: 200px;
	padding: 0;
	margin: 0;
	margin-bottom: 5px;
}

#ContactSection #contactType {
	width: 205px;
	padding: 0;
	margin: 0;
	margin-top: 5px;
	margin-bottom: 10px;
}

#ContactSection form input.mybutt {

	width: 215px;
	padding: 0;
	margin: 0;
	margin-bottom: 15px;
}


#ContactSection form textarea {

	width: 205px;
	height: 60px;
	padding: 0;
	margin: 0;
	margin-bottom: 15px;
}

.footerSection form p {
	padding: 0;
	margin: 5px 0 0 0;
	color: #CDE387;
	font-weight: normal;
	text-transform: lowercase;
}

#legal {
	position: absolute;
	top: 450px;
	width: 1000px;
	text-align: center;
}
	
/* Fix Footer Position */
#wrap {position: relative; min-height: 100%;}
html, body, * html #wrap {height: 100%;}
#content {padding-bottom: 100px;}
#footer {margin-top: -73px; bottom: -7px }


/*-------------------------------
2.c Navigations
-------------------------------*/

ul.nav { margin: 0 }

/* Main navigation */
#nav {
	height: 38px;
	width: 675px;
	position: absolute;
	top: 200px; right: 0;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none; 
	line-height: 1;
	z-index: 100;
}

#nav a {
	color: #989A7F;
	font-size: 14px;
	font-weight: bold;
	display: block;
	text-decoration: none;
	padding: 9px 15px;
	/*text-transform: uppercase;*/
}

#nav a:hover {
	color: #000;
	background: url(images/bg-nav.png);
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

#nav li {
	float: left;
}

/* Style drop down list */

#nav li ul {
	position: absolute;
	width: 200px;
	left: -999em;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav li ul li a {
	background: url(images/bg-nav.png);
	line-height: 18px;
	font-size: 11px;
	color: #fff;
	width: 150px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;	
}

#nav li ul li a:hover {
	background: #FFF;
	color:#222;
}

#nav li ul li a {
}

#nav li ul ul {
	margin: -35px 0 0 180px;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
}

/* IE7 Fix */

#nav li:hover, #nav li.hover {  
	position: static;
}

ul#footerNav {
	position: absolute;
	top: 27px; right: 0;
}
	ul#footerNav li {
		float: left; display: inline;
		margin-left: 15px;
	}


/* ---- FEATURE BAR -----*/

#featureBar {
	display: block;
	width: 1020px;
	height: 100px;
	position: absolute;
	top: 0px;
	background: url(images/featureBarBkg.jpg);
}

#featureBar #infoLink {
	display: block;
	position: absolute;
	top: 68px;
	left: 340px;
	font-weight: bold;
	font-size: 1.3em;
	color: #002E62;
	
}

#audioPlayer {
	position: absolute;
	top: 0px;
	left: 0px;	
}


#btnBuyNow{
display: block;
	position: absolute;
	top: 20px;
	left: 630px;
	width: 185px;
	height: 75px;
	background: url(images/btnBuyItNow.png);
}

/*-------------------------------
2.d Elements, ID's & Classes
-------------------------------*/

#footer #footerWrap #copy {
	position: absolute;
	top: 100px; left: 0;
}
	#footer #footerWrap #copy a {
		color: #6099ff;
	}

div#hi {
	color: #2a2b2b;
	font: 18px/18px Georgia, "Times New Roman", Times, serif;
	text-align: right;
	width: 440px;
	position: absolute;
	top: 135px; right: 0;
}
	div#hi p a {
		color: #d0d0d0;
		font: 11px/11px Arial, Helvetica, sans-serif;
	}

h3#myWritings {
	background: url(images/bg-h2-mywritings.png) no-repeat;
	width: 160px; height: 34px;
	margin: 0 0 10px 12px;
}

h3#myVideos {
	background: url(images/bg-h2-myvideos.png) no-repeat;
	width: 138px; height: 33px;
	margin: 0 0 11px 12px;
}

h3#myPhotos {
	background: url(images/bg-h2-myphotos.png) no-repeat;
	width: 137px; height: 34px;
	margin: 0 0 10px;
}
h3#myPortfolio {
	background: url(images/bg-h2-myportfolio.png) no-repeat;
	width: 160px; height: 34px;
	margin: 0 0 10px;
}
h3#myLifestream {
	background: url(images/bg-h2-mylifestream.png) no-repeat;
	width: 189px; height: 34px;
	margin: 0 0 10px;
}
h3#myFavblog {
	background: url(images/bg-h2-myfavblog.png) no-repeat;
	width: 150px; height: 32px;
	margin: 0 0 10px;
}


h2.lifestream_date { display:none; } 
p.lifestream_credits { display:none; } 


.subPage {
	padding: 40px;
	color: black;
display: block;
}

.subPage h2 {
	padding-bottom: 20px;
}

.subPage h3 {
padding-top: 0px;
	font-weight: bold;
	font-size: 1.6em;
	color: #E41B24;
}

.subPage h4 {
	font-weight: bold;
	font-size: 1.3em;
	padding-top: 15px;
	padding-bottom: 5px;
	color: #5D903F;
}

.akonquote {
	color: #E41B24;
	font-style: italic;
	font-weight: bold;
	font-size: 1.2em;
}


/* ---- CONTACT PAGE ---- */


#contactPage {
	padding: 40px;
	color: black;
	width: 500px;
	height: 400px;
}

#contactPage h3 {
padding-top: 30px;
	font-weight: bold;
	font-size: 1.6em;
	color: #E41B24;
}

#contactPage h4 {
	font-weight: bold;
	font-size: 1.3em;
	padding-top: 30px;
	padding-bottom: 5px;
	color: #5D903F;
}

#contactPage h5 {
	font-weight: bold;
	font-size: 1.1em;
	color: #2F2E23;
}

#contactPage #coName {
padding-top: 10px;
	font-weight: bold;
	font-size: 1.2em;
}

#contactPage em {
	color: #2F2E23;
	font-style: italic;
}

#contactPage a {
	color: #E41B24;
}

#contactPage ul {
	padding: 0;
}
#contactPage li {
	padding-bottom: 5px;
}

.inqType {
	font-weight: bold;
	font-size: 1.1em;	
}

#techsupport {

	display: block;
	width: 400px;
}

#googleDonate{
margin-top: 20px;
padding: 10px 20px;
	display: block;
	widows: 500px;
	background-color: white;
}

#googleDonate h4{
padding-top: 5px;
}

#paypalDonate{
margin-top: 20px;
padding: 10px 20px;
	display: block;
	widows: 500px;
	background-color: white;
}

#paypalDonate form {

	display: block;
	padding-left: 150px;
	padding-top: 5px;
}
#paypalDonate h4{
padding-top: 5px;
}

#mailDonate{
margin: 20px 0;
padding: 10px 20px;
	display: block;
	widows: 500px;
	background-color: white;
}

#mailDonate h4{
padding-top: 5px;
}


/* --- ABOUT US PAGE ---- */

#aboutPage .founderPic {
/*
	display: block;
	width: 200px;
	height: 200px;
	float: left;
	background-color: aqua;
*/
}

#picKine img {
	float: left;
	border: none;
}
#picAkon img {
	/*background: url(images/AkonPic.png) no-repeat;*/
	float: left;
	border: none;
}

#aboutPage .founderInfo {
display: block;
	width: 630px;
margin-left: 280px;
}


.aFounder {

	width: 950px;
	clear:both;
	padding-bottom: 20px;
}

#aboutPage {
	padding: 40px;
	color: black;
display: block;
}

#aboutPage h2 {
	padding-bottom: 20px;
}

#aboutPage h3 {
padding-top: 0px;
	font-weight: bold;
	font-size: 1.6em;
	color: #E41B24;
}

#aboutPage h4 {
	font-weight: bold;
	font-size: 1.3em;
	padding-top: 5px;
	padding-bottom: 15px;
	color: #5D903F;
}

/*--- PROGRAM PAGE ---*/

#programPage img {
	display: block;
	padding: 20px 0;
}

#pepsiPage #purch {
	display: block;
	padding-top: 20px;

}

#pepsiPage .buyNowTitle {
font-size: 1.4em;
	text-align: center;
	text-decoration: underline;
}
#pepsiPage a {

	color: #5D903F;
}

/*--- MEDIA PAGE ---*/

#mediaPage #photos a {
	border-color: #0d0e09;
	border-style: solid;
	border-width: 3px;
	display: block;
	margin: 10px 10px 0 0;
float: left;
}

#mediaPage #videos {
	clear: both;
	padding-top: 40px;
}

#mediaPage .vid {
width: 450px;
height: 340px;
	
}


#mediaPage .videoContainer {
width: 450px;
height: 290px;
	display: block;
	margin: 10px 10px 0 0;
float: left;
}


#vid1 {
width: 450px;
		height: 290px;

}


/*--- NEWSLETTER ---*/


#newsletter {

	padding: 40px;
}
    #newsletter h3 {
        margin-bottom: 0px;
        margin-top: 30px;
    }
    #newsletter h4 {
        font-size: 1.3em;
        border-bottom: 1px solid #999;
    }
    #newsletter .form-table {
        border: 1px solid #999;
        background-color: #f4f4f4;
    }

/* --- THE COLOR SCHEME --- */

.#konfgreen {
  color: #5D903F;
}

.#konfred {
  color: #E41B24;
}

.#konforange {
  color: #F3A516;
}

.#konfyellow {
  color: #FFE900;
}

.#konfgrey {
  color: #2F2E23;
}
	
/*	

div.box1, ol.commentlist li, form#comments { background: url(images/bg-box.png) repeat !important; background: #111; }

div.box1 {
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin: 0 0 20px;
	padding: 0px 20px;
}
	div.box1 ul, div.box1 ul.blog-list li p { margin: 0 }

		div.box1 ul.blog-list li {
			border-bottom: 1px dashed #3f566e;
			padding: 0 0 15px;
		}

	div.box1 p.link {
		text-align: right;
		margin: 0 0 15px;
	}
	
	div.box1 ul.left-list {
		float: left;
		width: 230px;
		padding: 10px 0 10px 10px;
	}

	div.box1 ul.right-list {
		float: right;
		width: 230px;
		padding: 10px 10px 10px 0;
	}
	
		div.box1 ul.left-list li, div.box1 ul.right-list li, div.box1 ul.list3 li {
			line-height: 13px;
			border-top: 1px dashed #3f566e;
			padding: 8px 0;
		}
		
		div.box1 ul.list3 {
			margin: 15px 0 0;
		}

		div.box1 ul.list3 li {
			padding: 15px 0;
		}
		
		div.box1 ul.list3 li ul {
			margin: 0;
			border: none !Important;
		}

		div.box1 ul.list3 li ul li {
			margin: 0 0 0 15px;
			padding: 15px 0 0;
			border: none !Important;
		}
		
		div.box1 ul.left-list li a, div.box1 ul.right-list li a, div.box1 ul.list3 li a { color: #dadada }

div.box2 {
	background-color: #141517;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding: 8px;
}
*/

.txt0, .txt0 a, .continue { color: #a3d5ea;}

h4.txt1 {
	background: url(images/ico-1.gif) no-repeat 15px 3px;
	padding: 0 0 10px 45px;
}

#sidebar h3 {
	color: #fff;
	font-weight: normal;
}

#sidebar a {
	color: #6099ff;
}

ol.commentlist  { margin:0; }

ol.commentlist li {
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin: 0 0 10px;
	padding: 18px 20px 18px 20px;
	position: relative;
}
	ol.commentlist li p {	margin: 0 }

		ol.commentlist li img.avatar {
			float:right;
			padding:0 10px 0 10px;
		}

		ol.commentlist li p a { color: #6099ff; }
		
	ol.commentlist li ul li {
		padding: 15px 0px 5px 20px;
		margin:0;
	}

ol.commentlist .comment-meta a { color:#999; padding-bottom:5px; }
ol.commentlist .children { margin:0; }

h2.title { color: #fff; margin: 0 0 14px }

div.post { padding: 5px 0px }
.post strong { font-weight: 700;}
.post em { font-style: italic}


.home .post { border-bottom: 1px dashed #777777}

div.post img { border:1px dashed #888888; padding:5px !important; padding:0; }

.box1 .navigation { padding: 10px 0; }

h2.hd-page {
	margin: 20px 0;
}
div.box1 ul.list2 li, div.list3 li {
	line-height: 13px;
	border-bottom: 1px dashed #777;
	padding: 8px 0;
}
div.list3 .lifestream li { border:none; }


/*------------------------------------------------------------------

3.	FORMS
	Styles for forms only

--------------------------------------------------------------------

/*-------------------------------
3.a Form styles
-------------------------------*/

input.text, select.select, textarea.textarea
{
	border: 0;
	color: #000;
	padding: 7px;
}
input.text { width: 168px }
select.select { width: 200px }
textarea.textarea { width: 375px; height: 100px; background-color: #e9eef4 }

button.button {
	color: #fff;
	height: auto; width: auto;
	line-height: normal;
	white-space: nowrap;
}

/* General forms */
form.form {  }

	form.form ol.fieldset {	list-style: none }
	
		form.form ol.fieldset li.field {
			margin: 0 0 13px;
			position: relative;
		}
			form.form ol.fieldset li.field label {
				position: absolute;
				top: 5px; left: 195px;
			}
			
	form.form p.submit { margin: 0 }
	
	form.form p.submit input { padding: 5px 10px }


/* Search forms where button and text input are next to each other  */
form.search { /* nothing here */ }
	
	form.search p.fields { margin: 0 }

		form.search p.fields input, form.search p.fields button {
			display: inline;
			vertical-align: middle;
		}


/*-------------------------------
3.b Individual forms
-------------------------------*/

form#topSearch {
	background: url(images/bg-search.png) no-repeat;
	width: 178px; height: 32px;
	position: absolute;
	top: 10px; right: 0;
}
	form#topSearch p.fields input {
		color: #fff;
		font-size: 14px;
		font-weight: bold;
		width: 130px;
		background: none;
		overflow: hidden;
		border: none;
		position: absolute;
		top: 8px; left: 8px;
	}
		form#topSearch p.fields button {
			background: url(images/ico-search.png) no-repeat;
			width: 21px; height: 21px;
			border: none;
			position: absolute;
			top: 5px; right: 10px;
		}

form#comments {
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding: 20px 30px;
}
		

/*------------------------------------------------------------------

4.	PLUGINS
	Predefined utilities

--------------------------------------------------------------------

/*-------------------------------
Sidebar Tabber
-------------------------------*/

ul.idTabs {
	width: 100%;
	padding: 0;
	margin: 0 0 0 10px;
}

ul.idTabs li {
	display: inline;
	margin-right:5px;
	float:left;
}

ul.idTabs li a {
	display:block;
	float:left;
	height:16px;
	margin:0 auto;
	padding:10px;
	text-align:left;
}

ul.idTabs li a.selected, ul.idTabs li a:hover {
	background: url(images/bg-box.png) repeat !important;
	background: #111;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-topleft: 6px;
	-khtml-border-radius: 6px 6px 0 0;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	border-radius: 6px 6px 0 0;	
}
#tabs .inside {
	background: url(images/bg-box.png) repeat !important;
	background: #111;
	-moz-border-radius: 6px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;	
}

#tabs .inside ul li {
	line-height: 13px;
	border-bottom: 1px dashed #555;
	padding: 15px 0;	
}
#tabs .inside ul#comm li {
	background:url(images/ico-6.gif) no-repeat left center;
	padding-left:28px;
}
#tabs .inside ul#pop li {
	background:url(images/ico-2.gif) no-repeat left center;
	padding-left:28px;
}


#tagcloud {
	padding:15px;
}
#tabs .inside ul{
	margin:0;
	padding:0px 15px 10px 15px !important;
}
.home #tabs {
	width:260px;
	float:left;
	margin:24px 0 20px;
}
.home div#myfavblog {
	width:260px;
	float:right;
}



/*-------------------------------
Widgets
-------------------------------*/


.widgetized .inside {
	background: url(images/bg-box.png) repeat !important;
	background: #111;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-topleft: 6px;
	-khtml-border-radius: 6px 6px 0 0;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	border-radius: 6px 6px 0 0;	
}

table#wp-calendar { margin:0 !important; }

#wp-calendar caption {
	color: #fff;
	font-weight: normal;
	font-size: 22px;
	letter-spacing: -1px;
	margin: 0 0 10px;
	font-family: Georgia;
}

#wp-calendar thead {
	color: #6099ff;
	font-weight: bold !important;
}

#wp-calendar #next, #wp-calendar #prev {
	padding: 10px 0 0 !important;
}

#flickr {
	clear: both;
	margin: 0 0 20px 0;
	padding: 0 10px;
}

#flickr .flickr_badge_image a {
		float: left;
		display: inline;
		margin: 0 16px 15px 0;
		border: 1px dashed #888;
		padding: 5px;
}

#flickr .flickr_badge_image a:hover {
	border: 1px dashed #fff;
}
#browseFlickr{
	background: url(images/bg-flickr.png) no-repeat;
	width: 91px; height: 11px;
	margin: 0 25px 10px 12px;
	float:right;
}
#video {
	padding: 10px;
}

#sidebar #advert_125x125 { padding:30px 0 20px 30px; margin: 0 0 18px;	}
#sidebar #advert_125x125 img { margin:0 15px 5px 0; }

#portfolio {
	clear: both;
	margin: 0 0 20px 0;
	padding: 0 10px;
}

#portfolio a {
		float: left;
		display: inline;
		margin: 0 16px 15px 0;
		border: 1px dashed #888;
		padding: 5px;
}

#portfolio a:hover {
	border: 1px dashed #fff;
}


/*-------------------------------
Lifestream
-------------------------------*/

.list3 .first, .list3 h5 {
	font-weight: bold;
	font-size: 16px;
	margin: 0 0 15px;
	padding: 0 0 15px;
	border-bottom: 1px dashed #fff;
}

.list3 .lifestream-icon {
	float: left;
	padding: 0 15px 0 0;
}

.list3 .lifestream-post {
	font-size: 14px;
}

.list3 .lifestream-post p {
	margin: 0 !important;
}


/*-------------------------------
Utility classes
-------------------------------*/

.l { text-align: left }
.c { text-align: center }
.r { text-align: right }
.aligncenter { margin: 5px auto 15px auto;	display: block; }
.alignleft { margin: 5px 15px 5px 0; float: left; }
.alignright { margin: 5px 0px 5px 15px; float: right; }

.wrap, .col { float: left;	display: inline; position: relative; }
.wrap { clear: both }

.clear { clear: both }
.fl { float: left }
.fr { float: right }
.hide, .hidden, .anchor, .skip { display: none }
.nomargin { margin-bottom: 0 !important }
.noborder { border: 0 !important }
.top { margin-top: 0 !important }

.replace, .br { display: block; font-size: 1%; line-height: 0; text-align: left; text-indent: -10000px; }

.hr { background: #ccc; height: 1px; margin: 1.5em 0 }
.hr hr { display: none }


/*-------------------------------
Clearfix
-------------------------------*/

.clearfix:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }
.clearfix { display: block }
.fix{ clear: both; height: 1px; margin: -1px 0 0; overflow: hidden; }


