/*
Theme Name: Sufi Says Theme
Version: 1
Author: Craig Curchin / Danny Blackman

*/


/* Begin Typography & Colors */
body {
	background:#000000;
	width:100%;
	margin:0; padding:0;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color:#FFFFFF;
	text-align:center;
	/*width:100%;*/
	font-style:italic;
	
	min-width: 960px;
	width:expression(document.body.clientWidth < 960? "960px" : 'auto');
}

/****** Main Layout Start ******/

#header{
	height:40px;
	width:100%;
	background-color:#000;
	text-align:left;
	position:absolute;
	z-index:20;
	
	min-width: 960px;
	width:expression(document.body.clientWidth < 960? "960px" : 'auto');
}
#flashHolder{
	width:100%;
	height:630px;
}
#noFlashHolder{
	width:100%;
	height:630px;
}
#flashWrapper{
	width:100%;
	padding-top:40px;
	background-image:url(http://www.sufisays.com/images/sufi-bg.jpg);
	background-position:top center;
	background-repeat:repeat-x;
}
#footer{
	height:40px;
	width:100%;
	background-color:#000000;
	text-align:center;
	display:inline;
	position:absolute;
	left:0px;
	
	min-width: 960px;
	/*max-width: 1300px;*/
	width:expression(document.body.clientWidth < 960? "960px" : 'auto');
}
#footer a{
	display:inline;	
}
#morePosts{
	width:100%;
	background-color:#000;
	text-align:center;
	
	min-width: 960px;
	/*max-width: 1300px;*/
	width:expression(document.body.clientWidth < 960? "960px" : 'auto');
	position:absolute;
	top:40px;
}


#moreButtonBottom{
	width:100%;
	text-align:center;
	min-width: 960px;
	/*max-width: 1300px;*/
	width:expression(document.body.clientWidth < 960? "960px" : 'auto');
	
	height:40px;
	margin-top:40px;
}

#sufiSaysTopLink{
	height:40px;
	width:95px;
	position:absolute;
	top:0px;
	left:50%;
	margin:0 0 0 -47px;
	z-index:999;
}

#flashFallBack{
	width:100%;
	background-image:url(http://www.sufisays.com/images/sufi-splash-fallback.jpg);
	background-position:center center;
	background-repeat:repeat-x;
}
#flashFallBack a{
	display:block;
	width:100%;
	height:100%;
	text-decoration:none;
}

/****** Main Layout End ******/

/****** Header Start ******/
#headerLeftWrapper{
	height:40px;
	float:left;
	display:inline;
	background-color:#000;
}
#headerRightWrapper{
	height:40px;
	/*min-width:377px;*/
	float:right;
	display:inline;
	background-color:#000;
	text-align:right;
}
#gsLogo{
	width:140px;
	height:23px;
	float:left;
	display:inline;
	padding:7px 14px 0 8px;
}
#header ul{
	padding:0px;
	margin:0px;
	list-style:none;
	float:left;
	display:inline;
}
#header li{
	float:left;
	display:inline;
	font-size:14px;
	font-style:italic;
}
#header li a {
	padding:11px 6px 12px 6px;
	display:block; text-decoration: none; font-weight:normal; color:#FFFFFF;
}
#header li a:hover {
	display:block; text-decoration: none; font-weight:normal; background-color:#1b1b1b;
}

#musicPlayer{
	width:309px;
	height:40px;
	float:left;
	display:inline;
	margin:0 0 0 16px;
}

#rssLink{
	position:absolute;
	right:8px;
	top:48px;
}
#shareThisLink{
	position:absolute;
	right:39px;
	top:48px;
}

/****** Header End ******/


/****** HOMEPAGE CONTENT COLUMNS ******/

#leftColumn{
	position:absolute;
	top:60px;
	left:50%;
	margin-left:-450px;
/*	background-color:#0C9; */
	width:337px; /*width:215px;*/
	z-index:300;
	padding:0px;
}
#rightColumn{
	position:absolute;
	top:60px;
	right:50%;
	margin-right:-450px;
/*	background-color:#900; */
	width:337px; /*width:215px;*/
	z-index:300;
	padding:0px;
}

/* post titles */
#leftColumn h2{
	text-align:right;
	background-color:#000000;
	padding:5px;
	margin:0px;
	font-size:18px;
	width:205px;
	float:left;

}
#rightColumn h2{
	text-align:left;
	background-color:#000000;
	padding:5px;
	margin:0px;
	font-size:18px;
	width:205px;
	float:left;
}

#leftColumn h2 a, #rightColumn h2 a{
	color:#FFF;
	text-decoration:none;
	width:205px;
}
#leftColumn h2 a:hover, #rightColumn h2 a:hover{
	color:#e8e8e8;
	text-decoration:none;
	width:205px;
}


/* images displayed ontop of the flash */
#leftColumn .sufiHeaderHomeImg{
	background-color:#000;
	padding:5px;
	width:205px;
	float:right;
}
#rightColumn .sufiHeaderHomeImg{
	background-color:#000;
	padding:5px;
	width:205px;
	float:left;
}
#leftColumn .sufiHeaderHomeImg img, #rightColumn .sufiHeaderHomeImg img{
	width:205px;
	height:auto;
}

/* videos displayed ontop of the flash */
#leftColumn .sufiVideo, #rightColumn .sufiVideo{
	background-color:#000;
	padding:5px;
	font-size:0px;
	float:left;
}
#leftColumn .sufiVideo object, #rightColumn .sufiVideo object{
	width:205px;
	height:163px;
}
.sufiVideo object embed{
	width:205px;
	height:163px;
}

/* when the post was posted */
#leftColumn .sufiHeaderHomePosted{
	background-color:#000;
	padding:4px;
	font-weight:bold;
	font-style:italic;
	color:#aeaeae;
	float:right;
	margin:5px 0px;
}
#rightColumn .sufiHeaderHomePosted{
	background-color:#000;
	padding:4px;
	font-weight:bold;
	font-style:italic;
	color:#aeaeae;
	float:left;
	margin:5px 0px;
}

#leftColumn .sufiHeaderHomePosted a, #rightColumn .sufiHeaderHomePosted a{
	color:#FFFFFF;
	text-decoration:none;
}
#leftColumn .sufiHeaderHomePosted a:hover, #rightColumn .sufiHeaderHomePosted a:hover{
	color:#e8e8e8;
	text-decoration:none;
}


/* Share this */
#leftColumn .shareThisPost{
	float:right;
	clear:both;
}
#rightColumn .shareThisPost{
	float:left;
	clear:both;
}
.shareThisPost a{
	text-decoration:none;
	color:#FFF;
}
.shareThisPost a:hover{
	text-decoration:none;
	color:#e8e8e8;
}
.shareThisPost img{
	float:left;
	display:inline;	
}
.spreadTheWordTopText{
	margin:0px;
	padding:1px 5px 4px 5px;
	display:inline;
	float:left;
	background-color:#000;
}

.stbuttontext{
	font-size:14px;
	color:#FFF;
	font-style:italic;
}

.clear{
	width:215px;
	font-size:0px;
	clear:both;
	height:1px;
}

/****** Footer Start ******/

#sufiOnceSaid{
	height:40px;
	width:236px;
	left:50%;
	margin-left:-118px;
	position:absolute;
	top:-54px;
	cursor:pointer;
}

#sufiOnceSaid ul{
	margin:0px;
	padding:0px;
	display:block;
	list-style:none;
}
#sufiOnceSaid li{
	margin:0px;
	padding:0px;
	width:236px;
	height:40px;
	display:block;
	list-style:none;
}
#sufiOnceSaid li a{
	margin:0px;
	padding:0px;
	width:236px;
	height:40px;
	display:block;
	list-style:none;
	background-image:url(http://www.sufisays.com/images/sufi-once-said-image.gif);
	background-repeat:no-repeat;
	background-position:top left;
}
#sufiOnceSaid li a:hover{
	margin:0px;
	padding:0px;
	background-image:url(http://www.sufisays.com/images/sufi-once-said-image.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
}

#pod_audio_1{
	width:205px;
	height:27px;
	background-color:#000;
}


#footerLeft{
	float:left;
	display:inline;
	height:40px;
}
#footerRight{
	float:right;
	display:inline;
	height:40px;
}
.mailingListText{
	font-size:12px;
	font-style:italic;
	float:left;
	display:inline;
	padding:11px 16px 0 0;
	color:#414141;
}
#fieldHolder{
	width:201px;
	height:40px;
	float:left;
	display:inline;
}
#fieldHolder input{
	border:0px;
	font-size:12px;
	color:#000;
	font-style:italic;
	padding:10px 9px 0px 9px;
	width:200px;
	height:30px;
	margin:0px;
	font-family:"Times New Roman", Times, serif;
}
#buttonHolder{
	margin:0 0 0 1px;
	float:left;
	display:inline;
}
#buttonHolder a{
	padding:11px; 10px 0 10px;
	height:22px;
	float:left;
	display:block;
	cursor:pointer;
	background-color:#171717;
	font-size:12px;
	color:#FFF;
	text-decoration:none;
	font-style:italic;
}
#buttonHolder a:hover{
	background-color:#343434;
	color:#FFF;
	text-decoration:none;
}

/* promo */
.promoTitle{
	float:left;
	display:inline;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	color:#414141;
	font-size:18px;
	padding:7px 10px 0 10px;
}
.promoContent{
	float:left;
	display:inline;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	color:#414141;
	font-size:12px;
	padding:11px 0 0 0;
}
.promoContent p{
	margin:0px;
	padding:0px;
}
.promoContent a{
	color:#FFF;
	text-decoration:none;
}
.promoContent a:hover{
	color:#e8e8e8;
	text-decoration:none;
}

/***** MORE POSTS *****/
#morePostsHolder{
	width:514px;
	margin:auto;
	text-align:left;
	padding:40px 0 0 0;
}
.moreHeading{
	width:514px;
	font-size:18px;
	font-style:italic;
	font-weight:bold;
	color:#FFF;
}
.moreHeading a{
	color:#FFF;
	text-decoration:none;
}
.moreHeading a:hover{
	color:#e8e8e8;
	text-decoration:none;
}

.moreShare{
	width:21px;
	height:21px;
	float:right;
	display:inline;
	padding:0 0 0 10px;
}

.morePosted{
	width:514px;
	font-size:11px;
	color:#aeaeae;
	padding:0 0 18px 0;
}
.morePosted a{
	color:#FFF;
	text-decoration:none;
}
.morePosted a:hover{
	color:#e8e8e8;
	text-decoration:none;
}

.moreDivide{
	width:514px;
	height:18px;
	border-bottom:1px solid #FFF;
	margin-bottom:18px;
	font-size:0px;
}
.morePostedContent{
	width:514px;	
}
.morePostedContent a{
	color:#ffffff;
	text-decoration:none;
}
.morePostedContent a:hover{
	color:#e8e8e8;
	text-decoration:none;
}
.morePostedContent img{
	border:none;
	border:0px;
}

#moreButtonBottom a{
	width:100%;
	min-width: 960px;
	width:expression(document.body.clientWidth < 960? "960px" : 'auto');
	height:40px;
	display:block;
	background-color:#FFF;
	background-image:url('http://www.sufisays.com/images/more-btn.gif');
	background-repeat:no-repeat;
	background-position:top center;
	cursor:pointer;
}
#moreButtonBottom a:hover{
	background-color:#e8e8e8;
	background-image:url('http://www.sufisays.com/images/more-btn-over.gif');
	background-repeat:no-repeat;
	background-position:top center;
	cursor:pointer;
}

.postedVideo{
	width:514px;
	padding:20px 0 0 0;
}

/* HOMEPAGE AUDIO STYLE */

.audioSufiHeader{
	width:215px;
	clear:both;
	margin:0px;
	padding:5px 0 0 0;
}
.audioSufiHeader p{
	background-color:#000;
	margin:0px;
	padding:5px 0 5px 5px;
}

/* SINGLE POST ENTRY */
.singlePostEntry{
	width:215px;
	clear:both;
}
.singlePostEntry a{
	color:#FFFFFF;
	text-decoration:none;
}
.singlePostEntry a:hover{
	color:#e8e8e8;
	text-decoration:none;
}

.singlePostEntry img{
	background-color:#000;
	width:205px;
	height:auto;
	border:none;
	border:0px;
}
.singlePostEntry p{
	padding:5px;
	margin:0 0 5px 0;
	background-color:#000;
	text-align:right;
}
.singlePostEntry object{
	width:205px;
	height:163px;
}
.singlePostEntry object embed{
	width:205px;
	height:163px;
}



.post{
	background-repeat:no-repeat;
}

.embeddedvideo{
	width:205px; !important;
	height:27px;
	border:none;
	border:0px;
}