/*
Theme Name: HBSAAA
Description: Modified by Saad Siddique
*/

/** {
	margin: 0; padding: 0;
}*/

#mainTable{
	margin-left:auto;
	margin-right:auto;
}

.headerSpacer{
	background:url(images/spacer.gif)repeat;
	width:813px;
	height:241px;

}

.bodyBg{
	background:url(images/content_bg.jpg) no-repeat bottom #fff; 
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
/*	min-height:500px;*/
	height:400px;
	padding-bottom:75px;
	line-height:20px;
}

.headerImage{
	background:url(images/header.jpg) no-repeat;
	width:814px;
	height:179px;
}
body {
	font: 12px "Georgia";
    color: black; 
	background-color: #f5d7a5; 
	background-image: url(images/bg.jpg); 
	background-repeat: repeat-x;
	margin:0;
}

a {
	color: #990000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border: none;
}
div.speakercaption {
	float: left; width: 128px;
}
div.speakercaption img {
	align: left;
}
p {
	margin-bottom: 10px;
}
h1 {
	margin-bottom: 20px;
}
.break {
	font-size: 0;
	width: 0; height: 0;
	clear: both;
}
.alignleft {
	float: left;
	margin: 3px 8px 4px 0;
}
.alignright {
	float: right;
	margin: 4px 0 5px 10px;
}
.hidden {
	display: none;
}

/** BEGIN wrapper **/
#wrapper {
	width: 895px;
	margin: auto auto;
	text-align: left;
}
/** END wrapper **/

/** BEGIN header **/
#header {
	height: 80px;
	font-family: "Myriad Pro";
	color: #B5B06A;
	padding-top: 100px;
}
	#header a {
		color: #B5B06A;
	}
	#header a:hover {
		text-decoration: none;
	}
	#header .logo {
		float: left
	}
		#header .logo h1 {
			font-size: 4.1em;
			letter-spacing: -4px;
			line-height: 0.9em;
		}
		#header .logo p {
			font-size: 1.6em;
			letter-spacing: -2px;
			text-align: center;
		}
	#header .rss a {
		float: right;
		font-size: 1.5em;
		letter-spacing: -1px;
		padding: 50px 60px 0;
		display: block;
	}
/** END header **/

/** menu**/

#navtabs { 
    list-style: none; 
    padding: 0; 
    font-size: 13px;
	background:url(images/nav_bg.jpg) repeat-x;
    font-weight: bold; 
    text-transform: uppercase; 
	width:814px;
	height:30px;
} 
 
#navtabs li { 
    float: left; 
/*    background: #CCE7F7 url(images/tableft.png) no-repeat left top; */
    padding: 8px 0 6px 1px;
	background:url(images/nav_bg.jpg) repeat-x;
/*    margin-right: 1px; */
	
} 
 
#navtabs li a { 
    background: url(images/nav_bg.jpg) repeat-x; 
    padding: 8px 28px 8px 28px;
	color:#570912;
} 
#navtabs li a:hover { 
    background: url(images/nav_bg.jpg) repeat-x; 
    padding: 8px 28px 8px 28px;
	color:#c00;
	text-decoration:none;
} 
 
#navtabs li.current_page_item { 
   /* background: #0288D8 url(images/tableft_active.png) no-repeat left top; */
} 
 
#navtabs li.current_page_item a { 
    color: #c00; 
}

/** BEGIN content **/
#content {
/*	clear: both;
	width: 813px;
	float: left;*/
	padding-bottom: 10px;
}
	#content .post {
/*		clear: both;*/
		margin-bottom: 5px;
		padding-bottom: 10px;
/*		#background: url(images/contentfoot.gif) no-repeat 0 bottom;*/
	}
		#content .post h2 {
/*			#background: url(images/content.gif) no-repeat 0 0;*/
			#font-size: 1.2em;
			letter-spacing: -1px;
			padding: 6px 10px;
			color:#990000;
		}
		#content .post .content {
/*			background-color: #ffffff;
			border-width: 1px 1px;
			border-style: solid;*/
/*			border-color: #B5B06A;*/
			padding: 4px 8px 10px;
		}
			#content .post .content h1 {
				margin-bottom: 10px;
				color:#990000;
			}
		
			#bodyBg .post .content p {
				line-height: 1.4em;
				margin-bottom: 8px;
				margin-top:10px;
			}
			#content .post .content img {
				border: 3px solid #C4BE76;
				margin: 5px 15px 5px 5px;
			}
			#content .post .content h3 {
				font-size: 1.5em;
				font-weight: normal;
				margin-bottom: 5px;
				color:#990000;
			}
			#content .post .content ul {
				margin: 0 0 10px 16px;
			}
			#content .post .content ol {
				margin: 0 0 10px 20px;
			}
			#content .post .content li {
				line-height: 1.4em;
				padding: 1px 0;
			}
			#content .post .content blockquote {
				padding: 10px ;
				border-width: 1px 0;
				border-style: solid;
				border-color: #e0e0e0;
				background-color: #FFFFEE;
				margin-bottom: 10px;
			}
		#content .post .details {
			font-size: 0.8em;
			padding: 4px 14px 0;
			clear: both;
		}
			#content .post .details .date {
				float: left;
				background: url(images/date.gif) no-repeat 0 0;
				padding: 3px 22px;
			}
			#content .post .details .comments a {
				float: left;
				background: url(images/comments.gif) no-repeat 0 0;
				padding: 3px 22px;
				color:#990000;
			}
			#content .post .details .tags {
				float: left;
				background: url(images/tags.gif) no-repeat 0 0;
				padding: 3px 29px;
				width: 230px;
			}
	#content .postnav {
		font-size: 0.9em;
		font-weight: bold;
		text-align: center;
		padding: 10px 0;
	}
		#content .postnav a {
			margin: 0 10px;
		}
		
.home-left{
	float:left;
	width:335px;
	background-color:#FFF;
	padding:5px;
	margin-right:5px;
	border:solid 1px #DDD;
	font-size:13px;
}

.home-right {
	float:left;
	width:330px;
	background-color:#FFF;
	padding:5px;
	margin-left:5px;
	border:solid 1px #DDD;
}

.home-left a ,.home-right a {
	text-decoration:underline;
}

.home-left ul {
	padding:15px;
}
/** END content **/

/** BEGIN sidebar **/
#sidebar {
	float: right;
	width: 188px;
	padding-bottom: 10px;
}
.sidebar {
	width: 178px;
	float: left;
	padding-left: 5px;
}
	.sidebar .item {
		background: #FFFFFF url(images/sidebarfoot.gif) no-repeat 0 bottom;
		padding-bottom: 13px;
		margin-bottom: 5px;
	}
		.sidebar .item h2 {
			background: url(images/sidebar.gif) no-repeat 0 0;
			font-size: 1.2em;
			padding: 6px 10px 3px;
		}
		.sidebar .item ul, .sidebar .item p {
			background-color: #ffffff;
			border-width: 0 1px;
			border-style: solid;
			border-color: #B5B06A;
		}
		.sidebar .item ul {
			list-style-type: none;
			padding: 5px 8px 0;
		}
			.sidebar .item ul li ul {
				border: 0;
				padding: 0;
			}
			.sidebar .item ul li {
				padding-left: 9px;
				background: url(images/bullet.gif) no-repeat 0 5px;
				line-height: 1.4em;
			}
		.sidebar .item p {
			text-align: center;
			padding-top: 8px;
		}
/** END sidebar **/

/** BEGIN footer **/
#footer {
	line-height: 1.6em;
	padding:2px 0 30px 50px;
	background:url(images/footer_bg.jpg) repeat;
	color:#fff;
/*	width:814px;*/
	text-align:center;
}
	#footer a {
		text-decoration: underline;
	}
/** END footer **/

/** BEGIN comments **/
.commentbox {
	clear: both;
	margin-bottom: 5px;
	background: url(images/contentbg.gif) repeat-y 0 0;
}
	.commentbox h2 {
		background: url(images/content.gif) no-repeat 0 0;
		font-size: 1.2em;
		letter-spacing: -1px;
		padding: 6px 10px;
	}
	.commentbox .buffer {
		padding: 8px 8px 25px;
		background: url(images/contentfoot.gif) no-repeat 0 bottom;
	}
#comments {
	
}
	#comments h2 {
		
	}
	#comments p {
		margin-bottom: 10px;
		line-height: 1.5em;
	}
	#comments form {
		padding: 10px 10px 0;
	}
		#comments form input, textarea {
			border: 1px solid #cccccc;
			font-size: 0.9em;
			font-family: Verdana;
			padding: 4px 4px 4px 20px;
			background-position: 4px 4px;
			background-repeat: no-repeat;
		}
		#comments form input {
			width: 260px;
			border: 1px solid #cccccc;
		}
		#comments form textarea {
			width: 350px;
			padding: 4px 4px !important;
			border: 1px solid #cccccc;
		}
		#comments form button {
			border: 1px solid #909090;
			background-color: #cccccc;
			font-size: 0.9em;
			font-family: Verdana;
			width: 120px; height: 23px;
		}
	#comments form p {
		margin-bottom: 5px;
		font-size: 0.9em;
		font-family: Verdana;
	}
	#comments .author {
		margin-bottom: 5px !important;
		font-weight: bold;
	}
	#comments .date {
		font-size: 0.8em;
		margin-bottom: 5px;
	}
	#comments .required {
		color: #ff0000;
	}
	#comments .comment1 {
		border-width: 1px 0;
		border-style: dotted;
		border-color: #cccccc;
		background-color: #eeeeee;
		padding: 10px;
		margin-bottom: 10px;
	}
	#comments .comment2 {
		padding: 10px;	
	}
	#comments .details {  }
	#comments .gravatar {
		float: right;
	}
/** END comments **/


.btnRegisterSpacer{
	background:url(images/speacer.gif) repeat;
	width:195px;
	height:58px;
}

.btnAgendaSpacer{
	background:url(images/speacer.gif) repeat;
	width:191px;
	height:58px;
}

.btnSpeakerSpacer{
	background:url(images/speacer.gif) repeat;
	width:192px;
	height:58px;
}

.btnRegister{
	background:url(images/register_button.jpg) no-repeat;
	width:195px;
	height:58px;
}
.btnAgenda{
	background:url(images/agenda_button.jpg) no-repeat;
	width:191px;
	height:58px;
}
.btnSpeaker{
	background:url(images/speakers_button.jpg) no-repeat;
	width:192px;
	height:58px;
}


#footNav { 
    list-style: none; 
    padding: 0; 
    font-size: 11px;
    font-weight: bold; 
    text-transform: uppercase; 
	margin-bottom: 10px;
	margin-left:100px;
} 
 
#footNav li { 
    float: left; 
/*    background: #CCE7F7 url(images/tableft.png) no-repeat left top; */
    padding: 8px 0 8px 1px;
/*	background:#fff;*/
    margin-right: 1px; 

} 
 
#footNav li a { 
/*    background: url(images/btnBG.jpg) repeat-x; */
    padding: 8px 15px 8px 15px;
	text-decoration:none;
	color:#fff;
} 
#footNav li a:hover { 
/*    background: url(images/btnBG.jpg) repeat-x; */
    padding: 8px 15px 8px 15px;
	color:#dca923;
	text-decoration:none;
} 
 
#footNav li.current_page_item { 
} 
 
#footNav li.current_page_item a { 
    color: #dca923; 
}

.base2{
	width:814px;
	text-align:center;
}

.base10{
	width:814px;
	text-align:center;
}
