/**
HASANMINHAJ.COM CSS V1.1
Copyright 2007 hasanminhaj.com
Created by amarantcreative
**/

/**General**/

body {
	margin: 0px;
	padding: 0px;
	background: #ede24c url(http://www.hasanminhaj.com/themes/site_themes/hasanminhaj/images/bg.jpg) no-repeat fixed center center;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
	text-align: center; /** Fixed width container hack **/
}

p {
	margin-bottom: 0px;
	line-height: 140%;
}

/**Container for fixed center site layout**/
#container {
	margin-left: auto;
	margin-right: auto;
	width: 778px; /**total fixed width is 888px - less amount is due to 110px right padding**/
	padding-right: 110px;
	text-align: left;

}

/**Places Hasan Minahj Logo in top left div**/
#logo {	
background: url(http://www.hasanminhaj.com/themes/site_themes/hasanminhaj/images/logo.png) no-repeat top left;
	width: 325px;
	height: 434px;	
display: block;
float: left;

}

/**Places top banner in top left div**/
#banner {
behavior: url(http://www.hasanminhaj.com/themes/site_themes/hasanminhaj/iepngfix/iepngfix.htc);
	width: 453px;
	height: 126px;
/**position: absolute;**/
	/**margin-left: 325px;**/
float: left;
}

/**Content Special Styling for Album Release Text Links**/

#banner_text {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #484d4c;
	width: 100px;
	position: absolute;
	top: 43px;
	right: 89px;
}

#banner_text a {
	color: #ffff99 !important;
	text-decoration: none;

}

#banner_text a:hover {
	color: #fff !important;
	text-decoration: none;
}

/**Places main menu container with background image of menu**/
#nav {
	background: url(http://www.hasanminhaj.com/themes/site_themes/hasanminhaj/images/main_menu-bg.png) no-repeat top left;
	width: 140px;
	height: 278px; /**was 308**/
	float: left;
	postion: absolute;
	/**margin-left: 325px;
	margin-top: 126px;**/
	padding-top: 30px;
}

#nav ul {
	margin: 0px;
	padding: 0px;
}

#nav img {
	border: none;
}

#nav li {
	display: inline;
	list-style:none;
}

#nav li a {
	float: left;
	display:block;
	width: 140px;
	height: 35px;
}

#nav li a img {
	border:none;
	vertical-align:top; /* for IE6 */
}

#nav li a:hover {
	visibility:visible; /* for IE6 */
}

#nav li a:hover img {
	visibility:visible; /* for IE6 */
}

#nav li a:hover img/**/ { visibility:hidden; /* hide from IE5.0/win */}

#home {
	background:url(http://www.hasanminhaj.com/themes/site_themes/hasanminhaj/images/main_menu/home_hover.png) no-repeat left top;
}

#home.active {
	background:url(http://www.hasanminhaj.com/themes/site_themes/hasanminhaj/images/main_menu/home_active.png) no-repeat left top;
}

#bio {
	background:url(./themes/site_themes/hasanminhaj/images/main_menu/bio_hover.png) no-repeat left top;
}

#bio.active { background:url(http://www.hasanminhaj.com/themes/site_themes/hasanminhaj/images/main_menu/bio_active.png) no-repeat left top; }
#events { background:url(http://www.hasanminhaj.com/themes/site_themes/hasanminhaj/images/main_menu/events_hover.png) no-repeat left top; }
#events.active { background:url(http://www.hasanminhaj.com/themes/site_themes/hasanminhaj/images/main_menu/events_active.png) no-repeat left top; }
#blog { background:url(http://www.hasanminhaj.com/themes/site_themes/hasanminhaj/images/main_menu/blog_hover.png) no-repeat left top; }
#blog.active { background:url(http://www.hasanminhaj.com/themes/site_themes/hasanminhaj/images/main_menu/blog_active.png) no-repeat left top; }
#gallery { background:url(http://www.hasanminhaj.com/themes/site_themes/hasanminhaj/images/main_menu/gallery_hover.png) no-repeat left top; }
#gallery.active { background:url(http://www.hasanminhaj.com/themes/site_themes/hasanminhaj/images/main_menu/gallery_active.png) no-repeat left top; }
#videos { background:url(http://www.hasanminhaj.com/themes/site_themes/hasanminhaj/images/main_menu/videos_hover.png) no-repeat left top; }
#videos.active { background:url(http://www.hasanminhaj.com/themes/site_themes/hasanminhaj/images/main_menu/videos_active.png) no-repeat left top; }
#contact { background:url(http://www.hasanminhaj.com/themes/site_themes/hasanminhaj/images/main_menu/contact_hover.png) no-repeat left top; }
#contact.active { background:url(http://www.hasanminhaj.com/themes/site_themes/hasanminhaj/images/main_menu/contact_active.png) no-repeat left top; }

/**Places Main Image area and flash showcase container**/
#main_image {
	background: #dc2222;
	width: 306px;
	height: 294px;
display: inline;
	float: left;
margin: 0px;
padding: 0px;
	border-top: 7px solid #ffffff;
	border-right: 7px solid #ffffff;
	border-bottom: 7px solid #ffffff;
}

/**Places container for header area of site**/
#siteheader_container {
	margin: 0px;
	padding: 0px;
	width: 778px;
	position: relative;
	text-align: left;
}

/**Sidebody Wrapper to fix margin-left issue in ie6**/
#sitebody_wrapper {
margin: 0px;
padding: 0px;
width: 778px;
position: relative;
text-align: left;
}

/**Places container for content area of site**/
#sitebody_container {
	margin-left: 111px; 
	padding-top: 0px;
	padding-left: 7px;
	padding-bottom: 7px;
	background: #ffffff;
	width: 660px;
	text-align: left;
	float: left;
	position: relative; /**remove**/
display: inline;
}

/**Places image for sitebody footer container**/
#sitebody_footer {
	margin-left: 111px;
	padding-top: 0px;
	background: url(http://www.hasanminhaj.com/themes/site_themes/hasanminhaj/images/sitebody_footer.png) no-repeat;
	behavior: url(http://www.hasanminhaj.com/themes/site_themes/hasanminhaj/iepngfix/iepngfix.htc);
	width: 674px;
	height: 60px;
	text-align: left;
	float: left;
display: inline;
}

/**Places container for left column**/
#left_column_container {
	width: 207px;
	float: left;
	padding: 0px;
	position: absolute;
display: inline;
}

#left_column_links {
	text-align: center;
	padding: 0px 0px 17px 0px;
}

/**Places container for Upcoming Events**/
#upcoming_events {
	background: #00a9e0 url(http://www.hasanminhaj.com/themes/site_themes/hasanminhaj/images/upcoming_events-bg.png) repeat-y top left;
	width: 207px;
}

/**Places container for Upcoming Events content as well as footer image of UE container**/
#upcoming_events_content {
	background: transparent url(http://www.hasanminhaj.com/themes/site_themes/hasanminhaj/images/upcoming_events-footer.png) no-repeat bottom left;
	width: 190px;
	padding-right: 17px;
	padding-bottom: 35px;
	color: #FFFFFF;
	list-style-position: outside;
	list-style-image: url(http://www.hasanminhaj.com/themes/site_themes/hasanminhaj/images/li_Bullet.gif);
	font-size: 9px;
	vertical-align: middle;
	line-height: 120%;
}

.eventcost {
	color: #dc2222;
	font-weight: bold;
	font-size: 14px;
	text-align: right;
	border-top: 1px dotted #ede24c;
	border-bottom: 1px solid #ede24c;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	margin-bottom: 25px;
}

/**yearly archive**/

ul.yearly_archives{
	list-style-position: outside;
	list-style-image: url(http://www.hasanminhaj.com/themes/site_themes/hasanminhaj/images/li_Bullet.gif);
	text-align: left;
	text-indent: 0px;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 14px;
}


ul.yearly_archives li {
	margin-top: 10px;
}

ul.yearly_archives li ul {
	font-size: 11px;
	text-indent: 0px;
	text-align: left;
	margin: 0px;
	padding: 5px 0px 5px 0px;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

ul.yearly_archives li ul a {
text-decoration: underline;
color: #00A9E0;
}

ul.yearly_archives li ul a:hover {
text-decoration: none;
color: #00A9E0;
}

/**Places website footer**/
#site_footer_container {
	margin: 10px 0px 10px 111px;
	width: 674px;
	height: 29px;
	float: left;
display: inline;
}

/**Controls the Photo's Section Showcase**/

#flash_required {
	height: 195px;
	width: 529px;
	color: #ba0000;
	background: #000000;
	border: 10px solid #ba0000;
	text-align: center;
	padding-top: 184px;
}

#flash_required a {
	color: #ffffff;
text-decoration: underline;
}

#flash_required a:hover {
	color: #ffffff;
	background: transparent;
	text-decoration: none;
}

#flash_required_home {
	height: 294px;
	width: 306px;
	color: #ffffff;
	background: #dc2222;
	text-align: center;
	font-size: 10px;
}

#flash_required_home a {
	color: #ffffff;
	text-decoration: underline;
}

#flash_required_home a:hover {
	color: #ffffff;
	background: transparent;
	text-decoration: none;

}

/**forms**/

input {border: 1px solid #cccccc; color: #333333; padding: 2px; font-size: 11px; font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;}
input:focus {background: #FDFC93; color: #333333;}
textarea {border: 1px solid #cccccc; color: #333333; padding: 2px; font-size: 11px; font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;}
textarea:focus {background: #FDFC93; color: #333333;}
label {font-size: 10px;}
.required {font-weight: bold; color: #dc2222;}

/**links**/

#container img {
	/**color: none;**/
	background: none;
	text-decoration: none;
	border: 0; }

#main_content a:link, a:visited { text-decoration: none; color: #00A9E0;}
#main_content a:hover {color: #FFFFFF; background: #00A9E0;}

#main_content_subpage a:link, a:visited { text-decoration: none; color: #00A9E0;}
#main_content_subpage a:hover {color: #FFFFFF; background: #00A9E0;}

/**main menu**/

#main_menu li {
	/**_position: relative;
	_top: -50%;**/
	text-transform: uppercase;
	text-align: right;
	list-style-type: none;
	line-height: 25px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#main_menu_container .active a{
	background-color: #FAE674;
	color: #333333;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	/**-moz-opacity: 0.9;
	filter: alpha(opacity=90);**/
}

#main_menu li a {
	text-decoration: none;
	background-color: transparent;
	color: #ffffff;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
}

#main_menu li a:hover {
	background-color: #FAE674;
	color: #333333;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
}

/**main content area**/

#section_title {
	padding: 15px 0px 5px 0px;
}

#section_title img{
	padding-right: 10px;
}

#section_title_link {
	display: inline;
	position: absolute;
	padding-top: 25px;
}

#section_title_link a {
	text-decoration: underline !important;
	color: #dc2222 !important;
	background: none !important;
}

#section_title_link a:hover {
	text-decoration: none !important;
	background: none !important;
}

h2 {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	padding: 5px 8px 5px 8px;
	background: #FAE674;
	color: #333333;
	font-size: 15px;
}

h3 {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 13px;
	font-weight: bold;
}

h4 {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #333333;
text-align: center;
	font-size: 12px;
	font-weight: bold;
}

#main_content {
	width: 413px;
	font-size: 11px;
	padding-left: 16px;
	padding-right: 16px;
	float: right;
	vertical-align: top;
display: inline;
}

#main_content_subpage {
	width: 620px;
	font-size: 11px;
	padding-left: 16px;
	padding-right: 24px;
	float: left;
	vertical-align: top;
}

.commentsbox #message {
	width: 375px;
}

/**upcoming events - homepage **/

#upcoming_events li {
	margin-bottom: 10px;
}

#upcoming_events li a {
	text-decoration: none;
	color: #ffffff;
}

#upcoming_events li a:hover {
	text-decoration: underline;
	color: #ffffff;
}

/**footer**/

#site_footer_right {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	padding: 10px 0px 10px 15px;
	height: 9px;
	width: 379px;
	background: url(http://www.hasanminhaj.com/themes/site_themes/hasanminhaj/images/sitefooter-bg.png) no-repeat;
behavior: url(http://www.hasanminhaj.com/themes/site_themes/hasanminhaj/iepngfix/iepngfix.htc);
	float: left;
display: inline;

}

#site_footer_right a {
	text-decoration: none;
	color: #F2B9B9;
}

#site_footer_right a:hover {
	color: #ffffff;
	text-decoration: none;

}

#site_footer_left {
	padding: 10px 15px 10px 0px;
	text-align: right;
	font-size: 9px;
	color: #d51616;
	width: 199px;
	height: 9px;
	float: left;

}

#site_footer_left a {
	text-decoration: underline;
	color: #00a9e0;
	font-weight: bold;

	
}

#site_footer_left a:hover {
	text-decoration: none;

}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 11px Arial, Helvetica, sans-serif;
	color: #333333;

}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(http://www.hasanminhaj.com/themes/site_themes/hasanminhaj/images/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	padding: 10px;
	background: #000000;
	z-index: 102;
	color:#000000;
	display:none;
	border: 10px solid #00b6e5;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
}

#TB_closeAjaxWindow{
	padding:10px 11px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
	color: #ffffff;
	font-family: "Lucida Grande",Geneva,Arial,Verdana,sans-serif;
	font-size: 18px;
	font-weight: normal;
}

#TB_title{
	background-color:#000000;
	color: #ffffff;
	height:40px;
}

#TB_title a{
	color: #ffffff;
	font-family: "Lucida Grande",Geneva,Arial,Verdana,sans-serif;
	text-decoration: underline;

}

#TB_title a:hover{
	color: #ffffff;
	font-family: "Lucida Grande",Geneva,Arial,Verdana,sans-serif;
	text-decoration: none;

}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}