/*
Theme Name: WordPress HeebMag

Description: Heeb Magazine Theme.
Version: 1
Author: 33 Oxclove
Author URI: http://oxclove.com/
Tags: Heeb Magazine	

*/

/* CSS Document */
/* clear all styles */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}body {line-height: 1;}ol, ul {list-style: none;}blockquote, q {quotes: none;}blockquote:before, blockquote:after,q:before, q:after {content: '';content: none;}:focus {outline: 0;
}ins {text-decoration: none;}del {text-decoration: line-through;}table {border-collapse: collapse;border-spacing: 0;}.clearer {border:0 none;clear:both;float:none;font-size:1px;height:0;line-height:1px;margin:0;padding:0;visibility:hidden;} html {overflow-y: scroll; min-height: 100%; margin-bottom: 1px;  /*fix page jump in FF for non-scrolling pages */
}
/* ... */

/* page layout styles */
body {
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #2d2f30;
	background: #F1F2F3;	
}
#wrapper {
	text-align: left;
	width: 1024px;
	margin: 0 auto;
	background: #F1F2F3;
	position: relative;
}
#footerWrap {
	text-align: left;
	width: 1024px;
	margin: 0 auto;
}
/* ... */

/* top bar region styles */
#topBar {
	background: #2D2F30;
}
#topBarWrapper {
	padding: 5px 0 5px 32px;
	text-align: left;
	margin: 0 auto;
	width: 1000px;
}
#topBar form {
	float: left;
	margin-right: 15px;
}
#topBar form input,
#topBar p img,
#topBar #emailSignup span a img{
	vertical-align:middle;
}

#topBar form input.text {
	border: none;
	background: url(images/nl-join-textbg.jpg);
	width: 129px;
	height: 22px;
	margin-right: 5px;
}
#topBar p {
	float: left;
	color: #fff;
	font-size: 11px;
	margin-right: 35px;
}
#topBar p.priv {
	padding: 5px 0;
}
#topBar p a {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}
#topBar li {
	float: left;
	margin: 5px 10px 0;
}
#topBar li a {
	display: block;
	text-indent: -1000em;
	height: 17px;
}
#topBar li#topNavInfo a {
	width: 32px;
	background: url(images/top-links-info.jpg);
}
#topBar li#topNavReg a {
	width: 60px;
	background: url(images/top-links-reg.jpg);
}
#topBar li#topNavLogin a {
	width: 40px;
	background: url(images/top-links-login.jpg);
}
#topBar li#topNavInfo a:hover,
#topBar li#topNavInfo  {
	background: url(images/top-links-info-on.jpg);
}
#topBar li#topNavReg a:hover,
#topBar li#topNavReg {
	background: url(images/top-links-reg-on.jpg);
}
#topBar li#topNavLogin a:hover,
#topBar li#topNavLogin {
	background: url(images/top-links-login-on.jpg);
}
/* ... */

/* header area */
#heebLogo {
	float: left;
	margin: 30px 20px 16px;
	width: 225px;
	height: 72px;
	display: block;
}
#horzAdBanner {
	float: left;
	width: 728px;
	height: 90px;
	padding: 10px;
	margin: 10px 0 16px;
	background-image: url(/wp-content/themes/heebmag/images/bannerBG.gif)
}

#navSearch {
	clear: left;
	padding-left: 8px;
	margin-bottom: 12px
}
#navSearch li {
	float: left;
	margin: 0 22px;
}
#navSearch li a {
	display: block;
	text-indent: -1000em;
	height: 26px;
}
#navSearch li#navLatest,
#navSearch li#navLatest a {
	background: url(images/latest-articles-nav.gif);
	width: 137px;
}
#navSearch li#navLatest a:hover {
	background: url(images/latest-articles-nav-on.gif);
}
#navSearch li#navVideo,
#navSearch li#navVideo a {
	background: url(images/videos-nav.gif);
	width: 67px;
}
#navSearch li#navVideo,
#navSearch li#navVideo a:hover {
	background: url(images/videos-nav-on.gif);
}
#navSearch li#navEvent,
#navSearch li#navEvent a {
	background: url(images/events-nav.gif);
	width: 66px;
}
#navSearch li#navEvent a:hover {
	background: url(images/events-nav-on.gif);
}
#navSearch li#navStore,
#navSearch li#navStore a {
	background: url(images/store-nav.gif);
	width: 50px;
	
}
#navSearch li#navStore a:hover{
	background: url(images/store-nav-on.gif);
}
#navSearch li#navHeeb100,
#navSearch li#navHeeb100 a {
	background: url(images/heeb100-nav.gif);
	width: 93px;
}
#navSearch li#navHeeb100 a:hover {
	background: url(images/heeb100-nav-on.gif);
}

#navSearch form#searchform {
width: 210px;
	float: left;
	margin-left: 40px;
}
#navSearch form#searchform input {
	vertical-align: middle;
}
#navSearch form#searchform input.searchText,
#navSearch form#searchform input#s {
	border: 1px solid #000;
	background: #fff /*url(images/searcch-textbg.jpg)*/;
	width: 109px;
	float: left;
}
#navSearch form#searchform #searchsubmit {
	background: url(images/search-button.jpg) no-repeat;
	border:medium none;
	display:block;
	float:right;
	height:26px;
	margin-left:5px;
	margin-top:-2px;
	text-indent:-1000em;
	width:84px;
	cursor: pointer;
	font-size:0;
	line-height:0;
}
#navSearch #searchform .screen-reader-text {
	display: none;
}/* ... */

/* misc body area */
blockquote {
	margin: 10px 30px;
}

#heeb100mainBody, #mainBody {
	margin: 0 25px;
	width: 1016px;
}

#yearFilterHead{
	font-size: 16px;
	padding-bottom: 5px;

}
#eventsBox {
	background: url(images/events-home-bg_03.jpg) no-repeat -2px 0;
	height: 319px;
	padding-top: 30px;
	padding-left: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#eventsBox .dbem_events_list li {
	margin: 10px 0;
}

#eventsBox .dbem_events_list .eventLeft {
	width: 86px;
	float: left;
	font-style: italic;
	font-size: 12px;	
	text-align: center;
	line-height: 16px;
}
#eventsBox .dbem_events_list .eventLeft strong {
	font-style: normal;
	border-top: 1px dashed #d0d0d0;
	line-height: 14px;
}
#eventsBox .dbem_events_list .eventRight {
	float: left;
	width: 183px;
	font-size: 11px;
	
}
#eventsBox .descField{
	display: none;
}

/*#eventsBox .dbem_events_list .eventRight a {
	text-decoration: none;
	color: #00aeef;
	font-size: 16px;
	color: #00aeef;
	font-weight: bold;
}
*/
#eventsBox .dbem_events_list .eventRight a:link {
	text-decoration: none;
	font-size: 16px;
	color: #00aeef;
	font-weight: bold;
}
#eventsBox .dbem_events_list .eventRight a:visited {
	text-decoration: none;
	font-size: 16px;
	color: #00aeef;
	font-weight: bold;
}
#eventsBox .dbem_events_list .eventRight a:active {
	text-decoration: underline;
	font-size: 16px;
	color: #00aeef;
	font-weight: bold;
}
#eventsBox .dbem_events_list .eventRight a:hover {
	text-decoration: underline;
	font-size: 16px;
	color: #00aeef;
	font-weight: bold;
}


#heeb100Link a:link {
	text-decoration: none;
	font-size: 16px;
	color: #00aeef;
	font-weight: bold;
}
#heeb100Link a:visited {
	text-decoration: none;
	font-size: 16px;
	color: #00aeef;
	font-weight: bold;
}
#heeb100Link a:active {
	text-decoration: underline;
	font-size: 16px;
	color: #00aeef;
	font-weight: bold;
}
#heeb100Link a:hover {
	text-decoration: underline;
	font-size: 16px;
	color: #00aeef;
	font-weight: bold;
}

#squareAd {
	padding: 10px 6px 15px;
}
#mostsBox {
	height: 455px;
	width: 317px;	
}
#snapsBox {
	float: left;
	width: 320px;
}
#kvetchBox {
	float: left;
	width: 320px;
	margin-top: 10px;
	margin-left: 0px;	
}
#kvetchContainer {
	background: url(images/urban-kvetch-bg.jpg) repeat-y;
	padding: 4px 7px 0;
	width: 306px;
}
#sideBar #kvetchContainer div.sociable,
.page-template-rss-php div.sociable {
	display: none;
}

#kvetchBox h3 {
	text-indent: -1000em;
}
#kvetchBox img {
	float: right;
}	
#kvetchRating img {
	float: none;
}
#kvetchBox p {
	font-size: 12px;
	color: #000;
	line-height: 141.66%;
	margin: 10px;
}
#kvetchBox #kvetchRating {
	font-size: 10px;
	color: #c4c4c4;
	width: 120px;
	float: left; 
	margin: 0 10px;
}
#kvetchRating .post-ratings {
	border-width: 1px 0;
	border-color: #c4c4c4;
	border-style: dashed;
	height:25px;
	padding:2px 0;
	margin: 2px 0;
}
#submitKvetch {
	float: left;
	margin-top: 19px; 
	margin-left: 32px;
}
#vertAd {
	background-image: url(/wp-content/themes/heebmag/images/bannerBG.gif);
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 160px;
	text-align: center;
	margin-right: 6px;

}
#gratJewess {
	width: 148px;
	background: url(images/gratuitious-jewess-bg.jpg) no-repeat;
	padding-left: 4px;
	padding-top: 11px;
	padding-right: 10px;
	min-height: 266px;
	* height: 266px;
	margin-top: 12px;
}
#gratJewess h3 {
	text-indent: -1000em;
	background: url(images/gratuituous-jewess-header.png) no-repeat;
	width: 143px;
	height: 62px;
	position:relative;
	z-index: 20;
}
#gratJewess img {
	margin-top: -17px;
}
#gratJewess h4,
#gratJewess h4 a {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #00aeef;
	text-decoration: none;
	margin: 5px 0;	
}
.alignleft {
	float: left;
	margin-right: 5px;
}
.aligncenter {
	width: 100%;
	text-align: center;
}
	
.alignright {
	float: right;
	margin-left: 5px;
}
div.sociable {
	clear: both;
}
/* ... */

/* home page body area */
#homeFeatured {
	background: url(images/home-big-featuredIII.jpg) no-repeat;
	min-height: 470px;
	width: 647px;
	float: left;
}
#featuredMore a {display:block; margin:2px;font-size: 10px; font-weight: bold;color: #00aeef;text-decoration:none;}
#featuredMore a:hover {text-decoration:underline;}
#homeTopRight {
	float: left;
	width: 321px;
	margin-left: 4px;
}
#fromArk {
	background: url(images/from-ark-bg_03.jpg) no-repeat;
	height: 246px;
	padding: 7px 9px 0 15px;
}
#fromArk h3 {
	text-indent: -1000em;
	background: url(images/from-ark-head.png) no-repeat;
}
#fromArk h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	margin: 5px 0 2px;	
}
#fromArk h4 a:link {
	color: #00aeef;
	text-decoration: none;
}
#fromArk h4 a:visited {
	color: #00aeef;
	text-decoration: none;
}
#fromArk h4 a:active {
	color: #00aeef;
	text-decoration: underline;
}
#fromArk h4 a:hover {
	color: #00aeef;
	text-decoration: underline;
}
#fromArk h5 {
	color: #2D2F30;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin: 5px 0;
}
#fromArk h6 {
	margin:5px 0;
}
#fromArk h6 span.title {
	color: #2d2f30;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	margin: 2px 0;
	/*background: #ff8500;*/
}
#fromArk h6 span.date {
	color: #c4c4c4;
	font-style: italic;
	font-size: 12px;
	font-weight: normal;
	/*background: #FFF;*/
}
#fromArk p {
	font-size: 12px;
	line-height: 141.666666667%;
}
#fromArk img {
	float: right;
}
#homeHeeb100 {
	margin-top: 7px;
	background: url(images/home_100_bg.jpg) no-repeat;
	padding: 4px 9px 8px 14px;
	height: 136px;
	overflow:hidden;
}
#homeHeeb100 h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	margin: 52px 0 0 0;
}
#homeHeeb100 h4 a:link {
	color: #00aeef;
	text-decoration: none;
}
#homeHeeb100 h4 a:visited {
	color: #00aeef;
	text-decoration: none;
}
#homeHeeb100 h4 a:active {
	color: #00aeef;
	text-decoration: underline;
}
#homeHeeb100 h4 a:hover {
	color: #00aeef;
	text-decoration: underline;
}
#homeHeeb100 p {
padding: 0 2px 0 0;
margin: 0;
	color: #333;
	font-size: 12px;
	line-height: 125%;
  height:45px;
  overflow:hidden;
}
#homeHeeb100 img {
	float: right;
}
#homeLeft {
	float: left;
	width: 322px;
	margin-top: 5px;
}
#homeLatest {
	float: left;
	margin-top:10px;
	width:443px;
}
#mainHome {
	
}
#homeRight {
	/*position: absolute;
	top: -65px;
	left: 325px;*/
	width: 645px;
	float: left;
	margin-top: -73px;
	margin-left: 4px;
}
#homeRightCallouts {
	float: left;
	width: 156px;
	margin-top: 8px;
	margin-left: 40px;
}
#homeRight #kvetchBox {
	margin-left:5px;
}
/* ... */

/* ************ MOO TABS SECTION FOR TABBED WIDGETS ON HOMEPAGE *****************/
#myTabs {	
	padding-left: 0px;
	padding-right: 5px;
}
.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	
}

.mootabs_title li {
	float: left;
	background-color: #3975BD;
	padding: 2px 8px 2px 8px;
	margin-right: 0px;
	cursor: pointer;
	color: #666666;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	background:#FFF;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	font-weight:bold;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;

}

.mootabs ul li.active {
	background-color: #ebedf2;
	border-color:#757679;
	border-right:1px solid #757679;
	border-bottom-color:#EBEDF2 ;
	color:#7a8aa8;
}
.mootabs ul.mootabs_title #lastItem.active {
	background-color: #ebedf2;
	border-color:#757679;
	border-right:1px solid #757679;
	color:#7a8aa8;
	padding-left:14px;
	padding-right:15px;
	border-bottom-color:#EBEDF2 ;
}
.mootabs ul.mootabs_title li {
	padding:3px 5px;
	width:91px;
	text-align:center;	
	height: 35px;
}
.mootabs ul.mootabs_title li span {
	display: block;
	text-indent: -1000em;
}
.mootabs ul.mootabs_title li#temailed {
	background: url(images/tab-email.jpg) no-repeat;
	border: none;
	margin-right: 1px;
}
.mootabs ul.mootabs_title li#temailed.active {
	background: url(images/tab-email-act.jpg) no-repeat;
	border: none;
}
.mootabs ul.mootabs_title li#tcommented {
	background: url(images/tab-comment.jpg) no-repeat;
	border: none;
	margin: 0 2px;
	width: 92px;
}
.mootabs ul.mootabs_title li#tcommented.active {
	background: url(images/tab-comment-act.jpg) no-repeat;
	border: none;
}
.mootabs ul.mootabs_title li#tvisited {
	background: url(images/tab-visit.jpg) no-repeat;
	border: none;
	width: 98px;
}
.mootabs ul.mootabs_title li#tvisited.active {
	background: url(images/tab-visit-act.jpg) no-repeat 1px 0;
	border: none;
}
.mootabs ul.mootabs_title {
	background:none;
}
.mootabs ul.mootabs_title #lastItem {
	border-right:1px solid #ccc;
	padding-left:14px;
	padding-right:14px;
}
.mootabs_panel {
	display: none;
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	clear: both;
	color: #fff;
	overflow: auto;
}
.mootabs_panel.active {
	background: #ebedf2 url(images/most-panel-bg.jpg) no-repeat 0 -7px;
	display: block;
	color:#000;	
	padding-top:5px;
	padding: 5px 10px 0 5px;
}
.mootabs_panel.active p {
	padding-left:10px;
	padding-right:10px;
	padding-top:1px;
	padding-bottom:1px;
	color:#666;
}
.mootabs_title li.over {
	color:#7a8aa8;
}
#mostsBox .mootabs_panel li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	padding: 15px 5px;
	border-bottom: 1px dashed #cdcdcd;
}
#mostsBox .mootabs_panel li a {
	text-decoration: none;
	color: #2d2f30;	
}

#mostsBox #Commented h2 {
	display: none;
}

#mostsBox #Commented li {
	padding: 0;
	list-style-type: none;
}

#mostsBox #Commented li {
	padding: 15px 5px;
	color: #fff;
}

#mostsBox #Emailed li {
	list-style-type: none;
	color: #fff;
}
#relatedarticles {
	background: url(images/relatedarticlesbg.jpg) repeat-y;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #c4c4c4;
	margin-top: 9px;
}
#relatedarticles-content li,#relatedarticles-content ul{
	list-style: none;
	margin:0;
	padding:0;
}
#relatedarticles-content img{
	border: 0; 
	margin-right: 5px;
}
#relatedarticles-content{
	color: #2d2f30;
	font-size: 12px;
	margin-right: 10px;
	margin-left: 5px;
}
#relatedarticles-content a{
	font-size: 18px; 
color: #00AEEF;
text-decoration: none;
font-weight: bold;
font-size: inherit;
}

#relatedarticles-content li{
	clear: both;
}
#snapsBox {
	background: url(images/snapsbg2.jpg) repeat-y;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #c4c4c4;
	margin-top: 9px;
}
#relatedarticles p, #relatedarticles h3, #snapsBox p,
#snapsBox h3 {
	margin: 0 10px;	
}
#relatedarticles p, #snapsBox p {
	margin-top: 5px;
}
#relatedarticles h3, #snapsBox h3 {
	font-size: 18px;
	font-weight: bold;
	color: #2d2f30;
	margin-bottom: 5px;
}
#snapsBox .ngg-galleryoverview {
	padding: 0 4px;	
	margin-top: 0;
}
#snapsBox .ngg-gallery-thumbnail {
	margin-right: 0;
}
#snapsBox .ngg-gallery-thumbnail-box {
	margin-top:2px;
}
#snapsBox .ngg-gallery-thumbnail-box img{
	float: left;
	margin-right: 0px;
	height: 75px;
	width: 75px;
}
#snapsBox .ngg-gallery-thumbnail-box:first-child img {
	width: 152px;
	height: 151px;
	margin-right: 2px;
	margin-bottom: 0px;
}
#snapsBox .ngg-gallery-thumbnail img {
	background: none;
	border: none;
	margin: 0px 2px 0px 0;
	padding: 0;
}


/* *********************************************************************************/

/* latest news block on homepage */
#latest_posts {
	width: 443px;
	background:url(/wp-content/themes/heebmag/images/latest_posts_bg.jpg);
	background-repeat:repeat-y;
}
#postDiv {
	margin-left:5px;
	width: 443px;
}
#latest_posts .post {
	width:443px;
	border-bottom:1px dashed #ccc;	
	padding:5px;
	min-height: 125px;
}
*html #latest_posts .post {
	height: 125px;
}
#postDiv h2, #postDiv h2 a {
	color:#00aeef;
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	text-align:center;
	padding-right:10px;
}
#postDiv h2 a:hover {

	text-decoration:underline;	
}
#postDiv .entry p, #postDiv .entry {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	text-align:center;
	padding-right:10px;
	line-height: 121.42%;
}
#postDiv small {
	display:block;
	text-align:center;
	color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	padding:5px 0px;
}
#postDiv small a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	color:#000;
	text-decoration:none;
	font-weight:bold;
	
}	
div#postDiv .post:last-child {
	bottom-border:none;
}

/* article post styles */
#articleColumn {
	width:632px;
	float: left;
	background: url(images/article-column-bg.jpg) repeat-y; 
	padding-left: 5px;
	padding-right: 15px;
	
}

#articleColumn img.articleBottom {
	position: relative;
	left: -5px;
}
#columnHeader {
	height: 72px;
	width: 633px;
	margin-left: 1px;
	padding-top: 20px;
}
.page-template-videos-php #videoColumnHeader #featuredVideo {
	width:632px;
	background: url(images/article-column-bg.jpg) repeat-y; 
	padding-left: 5px;
	padding-right: 13px;
	margin-top: 89px;
}
#columnHeader p {
	text-align: right;
	font-size: 10px;
	margin-bottom: 8px;
}
#folRss {
	float: right;
	width: 60px;
	text-align: center;
	height:40px;
	font-size: 10px;	
	font-weight: bold;
}
#folRss a {
	background: url(images/via-rss.jpg) no-repeat bottom center;
	display: block;
	text-indent: -1000em;
	height: 22px;
	width: 22px;
	margin-left: 19px;
	margin-top: 5px;
}
#folEmail {
	float: right;
	width: 60px;
	text-align: center;
	height:40px;
	font-size: 10px;	
	font-weight: bold;
}
#folEmail a.opener {
	background: url(images/via-email.jpg) no-repeat bottom center;
	display: block;
	text-indent: -1000em;
	height: 23px;
	width: 23px;
	margin-left: 19px;
	margin-top: 5px;
}
body.single .singlePost {
	background: url(images/column-head.jpg) no-repeat left top;
}
body.page #mainBody {
	background: url(images/column-head.jpg) no-repeat left -90px;
	padding-top: 2px;
}
body.single .from-the-ark,
body.archive .from-the-ark {
	background: url(images/column-head.jpg) no-repeat left top;
	/*background: url(images/from-ark-column-head.jpg) no-repeat left top; */
}
body.single .hype-by-heeb,
body.archive .hype-by-heeb {
	background: url(images/column-head.jpg) no-repeat left top;
	/*background: url(images/hype-by-heeb-column-head.jpg) no-repeat left top;*/
}
body.page-template-videos-php #mainBody,
body.single .videos,
body.archive .videos {
	background: url(images/column-head.jpg) no-repeat left top;
	/*background: url(images/videos-column-head.jpg) no-repeat left top;*/
}
body.page-template-videos-php #sideBar {
	/*margin-top: -307px;*/
}
#sideBar {
	float: left;
	width:320px; 
}
.singlePost #sideBar {

}
#articleColumn img.alignright {
	float: right;
}
#heeb100Detail h1, #articleColumn h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #00aeef;
	font-size: 35px;
	text-align: center;
	padding-top: 18px;
	padding-bottom: 10px;
	line-height: normal;
}
#heeb100Detail h2, #articleColumn h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #2d2f30;
	font-size: 25px;
	text-align: center;
	font-weight: normal;
	padding-bottom: 10px;
}
#heeb100Detail h5, #articleColumn h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #2d2f30;
	font-size: 10px;
	text-align: center;
	font-weight: normal;
	padding-bottom: 10px;
	padding-top: 3px;
}

#heeb100Detail .post .entry, #articleColumn .post .entry {
	margin: 10px 20px;
	font-size: 14px;
	line-height: 20px;
}
#heeb100Detail .post h2, #articleColumn .post h2 {
	padding-top:8px;
}
#articleColumn .post.category-videos .entry {
	margin-top: 0;
}
#heeb100Detail .articlePhoto, #articleColumn .articlePhoto {
	float: left;
	margin-right: 10px;
}
#heeb100Detail .issueMeta, #articleColumn .issueMeta {
	font-weight: bold;
	text-align: center;
	font-size: 12px;
}
#heeb100Detail .issueMeta em, #articleColumn .issueMeta em {
	font-weight: normal;
}
#heeb100Detail .issueMeta span, #articleColumn .issueMeta span {
	font-style: italic;
	font-weight: normal;
}
#heeb100Detail .issueMeta em a, #articleColumn .issueMeta em a {
	font-weight: bold;
	text-decoration: none;
	color: #2D2F30;
	font-style: normal;
}
p.first img.aligncenter {
  display:block;
  width:auto;
}
#heeb100Detail .post .entry p, #articleColumn .post .entry p {
	display:block;
	margin: 20px 0;
}
#heeb100Detail .post .entry .first_letter, #articleColumn .post .entry .first_letter {
	display:block;
	float: left;
	line-height:0.8em;
	position:relative;
  //left:-3px;
	font-size:600%; 
	font-weight: bold; 
  font-family: Verdana;
  padding:0 2px 0 0;
}

#heeb100Detail a:link, #articleColumn a:link{
color: #00AEEF;
text-decoration: none;
font-weight: normal;
font-size: inherit;
}
#heeb100Detail a:visited, #articleColumn a:visited{
color: #00AEEF;
text-decoration: none;
font-weight: normal;
font-size: inherit;
}
#heeb100Detail a:active, #articleColumn a:active{
color: #00AEEF;
text-decoration: underline;
font-weight: normal;
font-size: inherit;
}
#heeb100Detail a:hover, #articleColumn a:hover{
color: #00AEEF;
text-decoration: underline;
font-weight: normal;
font-size: inherit;
}

.videoEmbed {
	width: 425px;
	float: left;
	margin-right: 35px;
	margin-left: 20px;
}

.sociable .sociable_tagline {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #999;
}
h4#author {
	width: 200px;
	height: 24px;
	background: url(images/about_author.jpg) no-repeat;
	text-indent: -1000em;
	margin-left: 20px;
}
#authorBlock {
	border-width: 1px 0;
	border-color: #d0d0d0;
	border-style: dashed;
	background: #f1f2f3; 
	margin-bottom: 20px;
	margin-left: 1px;
}
#authorPhoto {
	float: left;
	width: 130px;
}
#authorInfo {
	float: left;
	width: 487px;
	margin-left: 10px;
	padding-top: 5px;
}
#authorInfo h5 {
	text-align:left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #00aeef;
}
#authorInfo h5 img {
	vertical-align: middle;
	margin-left: 10px;
}
#authorInfo p {
	font-size: 12px; 
	color: #000;
}
ol.commentlist li.odd {
	border-width: 1px 0;
	border-style: dashed;
	border-color: #d0d0d0;
	background: #f1f2f3;
}
li.comment {
	clear: left;
	margin: 5px 0;
}
p#comments {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #999;
	font-style: italic;
	margin-left: 20px;
	font-weight: bold;
}
ol.commentlist {
	margin: 20px 0;
}
.comment-author.vcard {
	float: left;
	width: 50px;
	margin-right: 10px;
} 
.comment-text {
	padding: 5px 0;
	float: left;
	width: 572px;
}
.comment-author .byline {
	font-family: Georgia, "Times New Roman", Times, serif;
}
.comment-text p {
	font-size: 12px;
}

#respond {
	float: left;
	width: 306px;
	margin-top: 9px;
}
#respond h3 {
	text-indent: -1000em;
	background: url(images/comment-head.gif);
	height: 23px;
	width: 146px;
	margin-left: 20px;
	margin-bottom: 3px;
}
#commentBox {
	background: #f1f2f3;
	border-width: 1px 0;
	border-color: #d0d0d0;
	border-style: dashed;
	padding: 7px;
	margin-left:1px;
}

#commentBox label {
	/*display: none;*/
}
#commentBox .subscribe-to-comments label {
	display: inline;
}
#commentBox p {
	font-size: 12px;
	color: #2d2f30;
	margin: 5px 2px;
}
#commentBox input#submit {
	background: url(images/submit-comment.jpg);
	border: none;
	text-indent: -1000em;
	display: block;
	width: 148px;
	height: 28px;
	cursor: pointer;
}

#twitterFeed {
	float: left;
	width: 303px;	
	margin-left: 23px;
}
#twitterFeed h3 { 
	text-indent: -1000em;
	background-image: url(images/twitter.jpg);
	background-repeat: no-repeat;
	
	background-position: right;
	height: 32px;
	width: 280px;
	margin-left: 20px;
	margin-bottom: 3px;
}
#twitterBox {
	background: #f1f2f3;
	border-width: 1px 0;
	border-color: #d0d0d0;
	border-style: dashed;
	padding: 7px;
	font-size: 10px;
}
#twitterBox li {
	margin: 10px 0;
}
#twitterBox li .avatar {
	width: 48px;
	float: right;
	clear: right;
}
#twitterBox li .avatar img {
	max-width: 48px;
	max-height: 48px;}

#twitterBox li a {
	font-weight: bold;
	color:#2D2F30;
	text-decoration: none; 
}
#heeb100Detail #latestArticles h2, #articleColumn #latestArticles h2 {
	font-weight: bold;
	font-size: 25px;
	padding: 5px 10px 0;
	color: #00AEEF; 
}
#heeb100Detail #latestArticles h2 a, #articleColumn #latestArticles h2 a {
	font-weight: bold;
}
#heeb100Detail #latestArticles small, #articleColumn #latestArticles small {
	color:#000000;
	display:block;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:12px;
	padding:5px 0;
	text-align:center;
}
#heeb100Detail #latestArticles .category-videos small, #articleColumn #latestArticles .category-videos small {
	text-align: left;
	font-size: 10px;	
}
#heeb100Detail  #latestArticles .category-videos small, #articleColumn #latestArticles small a {
	color:#000000;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
}

#heeb100Detail #latestArticles .post .entry p, #articleColumn #latestArticles .post .entry p {
	font-size: 11px;
	margin: 10px 0;
}
#heeb100Detail #latestArticles .post.category-videos .entry p, #articleColumn #latestArticles .post.category-videos .entry p {
	margin-top: 0;
	font-size: 14px;
}

#articleColumn .vidComment a {
	font-weight: bold;
	font-size: 12px;
	color: #2d2f30;
}

#articleColumn .videoFooter {
	border-top: 1px dashed #CDCDCD; 
	background: #f1f2f3;
	height: 46px;
	margin-left: 1px;
	padding-left: 170px;
	margin-top: 15px;	
}
#articleColumn .tag-youtube .videoFooter {
	background-image: url(images/found-youtube.jpg);
	background-position: left;
	background-repeat: no-repeat;
}
#articleColumn .tag-vimeo .videoFooter {
	background-image: url(images/found-vimeo.jpg);

	background-position: left;
	background-repeat: no-repeat;
}
#articleColumn .tag-apple .videoFooter {
	background-image: url(images/found-apple.jpg);
	background-position: left;
	background-repeat: no-repeat;
}
#articleColumn .tag-heebex .videoFooter {
	background-image: url(images/found-heeb.jpg);
	background-position: left;
	background-repeat: no-repeat;
}
#articleColumn .videoFooter .sociable {
	margin: 10px 0 0 25px;
	
}

#articleColumn .videoFooter .sociable .sociable_tagline {
	width: 148px;
	float: left;
	margin-top: 7px;
}

#articleColumn .videoFooter .sociable ul li {
	margin: 5px 3px;
}

/* ... */

/* user admin page styles */

body.page-template-register-php #articleColumn .post h1,
body.page-template-login-php #articleColumn .post h1,
body.page-template-contact-php #articleColumn .post h1 {
	font-size: 35px;
	color: #2d2f30;
	margin-bottom: 20px;
}
body.page-template-contact-php #articleColumn .post h2 {
	text-align: left;
}

body.page-template-register-php #fbConnect,
body.page-template-login-php #fbConnect,
body.page-template-contact-php #fbConnect,
body.page-template-rss-php #fbConnect,
.blueBox {
	width: 290px;
	padding: 14px 11px 46px 9px;
	background: #f1f2f3;
	border-width: 1px 0;
	border-color: #d0d0d0;
	border-style: dashed;
	float: right;
	font-size: 12px;
}
body.page-template-register-php #articleColumn .post .entry,
body.page-template-login-php #articleColumn .post .entry,
body.page-template-contact-php #articleColumn .post .entry {
	float: right;
	width: 300px;
	margin: 0;
}
body.page-template-register-php #articleColumn .post .entry p {
	margin-top: 0;
	color: #2d2f30;
}
body.page-template-contact-php #articleColumn .post .entry p {
	margin: 10px 0;
}
body.page-template-contact-php #articleColumn .post .entry a {
	
}
body.page-template-register-php #articleColumn .post  .entry form label,
body.page-template-login-php #articleColumn .post .entry form label {
	font-size: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 10px;
}
body.page-template-register-php #articleColumn .post .entry form label span {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
body.page-template-register-php #articleColumn .post .entry form input.input,
body.page-template-login-php #articleColumn .post .entry form input.input {
	width: 268px;
	height: 30px;
	border: 1px solid #333536;
	background:url("images/account-input-bg.jpg") repeat-x;
	margin: 5px 0;
	font-size: 20px;
}
body.page-template-register-php #articleColumn .post  .entry form input#wp-submit {
	width: 104px;
	height: 33px;
	background: url("images/reg-submit-button.jpg") no-repeat;
	display: block;
	text-indent: -1000em;
	border: none;
}
body.page-template-login-php #articleColumn .post  .entry form input#wp-submit {
	width: 103px;
	height: 32px;
	background: url("images/signin-button.jpg") no-repeat;
	display: block;
	text-indent: -1000em;
	border: none;
	cursor: pointer;
}
body.page-template-login-php #articleColumn .post .entry p.submit a {
	float: right;
	color: #2d2f30;
	font-weight: bold;
	font-size: 12px;
	margin-top: 5px;
	margin-right: 10px;
}
body.page-template-register-php #fbConnect p,
body.page-template-login-php #fbConnect p,
body.page-template-contact-php #fbConnect p {
	margin: 10px 0;
	color: #999;
	font-family: Georgia, "Times New Roman", Times, serif;
}
body.page-template-register-php #fbConnect h4 ,
body.page-template-login-php #fbConnect h4 {
	font-size: 13px;
	margin: 10px 0;
}
body.page-template-register-php #fbConnect ul,
body.page-template-login-php #fbConnect ul {
	margin: 10px 0;
}
body.page-template-register-php #fbConnect li {
	margin: 10px 0;
}
#fbConnect .followLink {
	float: left;
	width: 140px;
	margin: 10px 5px 0 0;
}
#fbConnect .followLink img {
	float: left;
}
#fbConnect .followLink p {
	float: left;
	margin-left: 5px!important;
	width: 85px;
}
#fbConnect .followLink p a{
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #2d2f30;
}
/* ... */
/* footer styles */

#footer {
	background:#2d2f30;
	clear: both;
	position: relative;
	margin-top: 10px;
}
#footerWrap {
	background: url(images/footer-bg.gif) repeat-y;
}
#footer_section_1 {
	float:left;
	border-right:1px dashed #a6a6a6;
	width:348px;
	padding-bottom:15px;
}
#issue_image {
	float:left;
	width:100px;
	margin-left:33px;
	margin-right:20px;
	margin-top:5px;
}
#issue_links {
	float:left;
	width:190px;
	margin-top:5px;
}
#issue_links h1,#issue_links h1 a  {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#00aeef;
	text-decoration:none;
}
#issue_links h1:hover,#issue_links h1 a:hover  {
	text-decoration:underline;
}
#issue_links p  {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#f1f2f3;
	font-size:11px;
	margin-bottom:10px;
	padding-top:3px;
}
#issue_links a.sublink{
	display:block;
	width:95px;
	float:left;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#f1f2f3;
	text-decoration:none;
	padding-bottom:3px;
}
#issue_links a.sublink:hover {
	text-decoration:underline;
}

#footer_heeb100 {
	float:left;
	border-right:1px dashed #a6a6a6;	
}
#footer_heeb100 p {
	text-align:center;
	color:#f1f2f3;
	display:block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	margin-bottom:10px;
}
#footer_heeb100 .alignleft {text-align:right;padding-left:8px;}
#footer_heeb100 .alignright {padding-right:3px;}
#footer_heeb100 a {
	/*text-align:center;*/
	color:#f1f2f3;
	display:block;
	padding-top:3px;
	padding-bottom:3px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	padding-right: 1px;
}
#footer_heeb100 a:hover {
	text-decoration:underline;
}
#footer_rss {
	width:161px;
	float:left;
	border-right:1px dashed #a6a6a6;	
}
#footer_rss_icon {
	width:52px;
	float:left;
	margin-left:10px;
}
#footer_rss_links {
	float:left;
}
#footer_rss_links a {
	color:#f1f2f3;
	display:block;
	padding-top:3px;
	padding-bottom:3px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
	font-weight:bold;
	margin-left:5px;
}
#footer_rss_links a:hover {
	text-decoration:underline;
}
#footer_rss p {
	color:#f1f2f3;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	float:left;	
	margin:0px;
	padding:0px;
	padding-left:5px;
	padding-right:5px;
	padding-top:10px;
}
#footer_merch {
	width:160px;
	float:left;
	border-right:1px dashed #A6A6A6;
}
#footer_about {
	float: left;
	width: 159px;
}
#footer_about li {
	margin-left: 12px;
}
#footer_about li a {
	font-weight: bold;
	font-size: 12px;
	color: #f1f2f3;
	text-decoration: none;
}
#footer_about p {
	font-size: 10px;
	color: #f1f2f3;
	margin-left: 12px;
	margin-top: 40px;
}
/* ------ modal window styles ----- */
.dhtmlwindow{
position: absolute;
border: 2px solid black;
visibility: hidden;
background-color: white;
}

.drag-handle{ /*CSS for Drag Handle*/
padding: 1px;
text-indent: 3px;
font: bold 14px Arial;
background-color: #CA0000;
color: white;
cursor: move;
overflow: hidden;
width: auto;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
position: absolute;
right: 1px;
top: 2px;
cursor: hand;
cursor: pointer;
}

* html .drag-handle{ /*IE6 and below CSS hack. Width must be set to 100% in order for opaque title bar to render*/
width: 100%;
}


.drag-contentarea{ /*CSS for Content Display Area div*/
border-top: 1px solid brown;
background-color: white;
color: black;
height: 150px;
padding: 2px;
overflow: auto;
}

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
border-top: 1px solid gray;
background-color: #F8F8F8;
height: 13px; /*height of resize image*/
}


.drag-resizearea{ /*CSS for Resize Area itself*/
float: right;
width: 13px; /*width of resize image*/
height: 13px; /*height of resize image*/
cursor: nw-resize;
font-size: 0;
}

.drag-handle{ /*Overwrite default drag handle bar background color with below*/
background-color: #03277C;
}


#interVeil{ /*CSS for veil that covers entire page while modal window is visible*/
position: absolute;
background: black url(blackdot.gif);
width: 10px;
left: 0;
top: 0;
z-index: 5;
visibility: hidden;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=80);
opacity: 0.8;
}

.drag-handle { display: none!important; }

/* ------------ */

#featuredText {
	height: 385px;
	overflow: hidden;
	width: 319px;
	margin-right: 15px;

	float: right;
	text-align: center;
}

/* set default styles */
#featuredText .accordion_toggler_1 {
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px dashed #d0d0d0;
	cursor: pointer;
}
#featuredText .accordion_toggler_1:first-child {
	border: none;
	margin-bottom: 0;
}
#featuredText .accordion_toggler_1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #2d2f30;
	font-weight: bold;
	display: block;
}
#featuredText .accordion_toggler_1 strong {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #00aeef;
	text-decoration: none;
	padding: 0 10px;
	display: block;
}
#featuredText .accordion_toggler_1:hover strong {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #00aeef;
	text-decoration: underline;
	padding: 0 10px;
	display: block;
}

#featuredText .accordion_toggler_1.open {
	font-size: 20px;
	display: block;
	padding: 0;
}
#featuredText .accordion_toggler_1.open strong {
	display: none;
}
a:link.accordion_toggler_link{
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 30px;
text-decoration: none;
	font-size: 30px;
	display: block;
	background: url(images/carrot2.png) no-repeat;
	font-weight: bold;
	color: #00AEEF;
	padding: 0px 30px;

}
a:visited.accordion_toggler_link {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 30px;
text-decoration: none;
	font-size: 30px;
	display: block;
	background: url(images/carrot2.png) no-repeat;
	font-weight: bold;
	color: #00AEEF;
	padding: 0px 30px;
}
a:hover.accordion_toggler_link {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 30px;
text-decoration: underline;
	font-size: 30px;
	display: block;
	background: url(images/carrot2.png) no-repeat;
	font-weight: bold;
	color: #00AEEF;
	padding: 0px 30px;
}
a:active.accordion_toggler_link {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 30px;
text-decoration: none;
	font-size: 30px;
	display: block;
	background: url(images/carrot2.png) no-repeat;
	font-weight: bold;
	color: #00AEEF;
	padding: 0px 30px;
}
#featuredText .accordion_content_1.open p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2d2f30;
	/*display: none;*/
	padding: 5px 15px 10px;
	line-height: 17px;
}

#slider {
	position: relative;	
}
#featuredText .postImage {
	display: none;
}

#featuredText .accordion_toggler_1.open .postImage{
	display: block;
	position: absolute;
	left: 5px;
	top: 3px;
}


#featuredFeed{
margin-left: 337px;
position: absolute;
float: left;
z-index: 500;
}
#featuredwrapper {
	width:332px;
	height:457px;
	position:relative;
	top:0;left:0;
	background-color:#ccc;
	overflow:hidden;
}


	#featuredmask {
		width:332px;
		height:500%;
		overflow:hidden;
		background-color:#eee;
	}

	.featuredimageitem {
		width:332px;
		height:457px;
		display:block;
		background-color:#ddd;
	}	
	
	
	.featuredcontent {
		width:332px;
		height:457px;
		margin:0 auto;
		background-color:#aaa;
		position:relative;
	}
	
	.featuredselected {
		background:#fff;
		font-weight:700;
	}
#featuredimage{
width: 332px;
margin-left: 5px;
margin-top: 3px;
float: left;
position: relative;
}
#list1a{height:385px;}
#featuredlist{
margin-top: 5px;
background: none;
width: 327px;
position: relative;
float: left;
left: -28px;
height: 385px;
text-align: center; 
z-index: 500;
margin-top: 3px;
}
#featured1.selected, #featured2.selected, #featured3.selected, #featured4.selected{
padding-left: 28px;
position:relative;
display: block;
float: left;
width: 28px;
background: none;
background-image: url(/wp-content/themes/heebmag/images/carrot.png);
background-position: left top;
background-repeat: no-repeat;
width: 299px;
}
#featured1, #featured2, #featured3, #featured4{
position: relative; 
float: left;
width: 299px;
	min-height: 40px;
padding-left: 28px;
display: block;
clear:both;
background-color: #FFFFFF;
}
#featured1 #Carrot, #featured2 #featured, #featured3 #featured, #featured4 #featured{
position:relative;
display: block;
float: left;
width: 28px;
height: 20px;
background-color: #000000;

}
#featureditem{
	min-height: 40px;
	display: block;
	position:relative;
	width: 297px;
	float: left;
	background-color: #FFFFFF;
}
#featured1 a.featuredtitle, #featured2 a.featuredtitle, #featured3 a.featuredtitle, #featured4 a.featuredtitle{

text-decoration: none;
font-family: Georgia; 
font-size: 16px;
font-weight: bold;
color:#00AEEF;
padding-top: 14px;
padding-bottom: 3px;

}

#featured1 a.selected, #featured2 a.selected, #featured3 a.selected, #featured4 a.selected{
padding:0;
text-decoration: none;
font-family: Georgia; 
font-size: 35px;
font-weight: bold;
color:#00AEEF;
}
#featured1 #featuredLeader, #featured2 #featuredLeader, #featured3 #featuredLeader, #featured4 #featuredLeader{
font-family: Georgia; 
	font-size: 16px;
	color: #2D2F30;
	margin-top: 2px;
	margin-bottom: 7px;
}
#featured1.selected #featuredLeader, #featured2.selected #featuredLeader, #featured3.selected #featuredLeader, #featured4.selected #featuredLeader{
font-family: Georgia; 
	font-size: 25px;
	color: #2D2F30;
	margin-top: 2px;
	margin-bottom: 8px;
}
#featuredDash{
width: 327px;
clear: both;
display: block;
margin:0;
background-color: #FFFFFF;
background-image: url(/wp-content/themes/heebmag/images/featured-dash.gif);
height: 6px;
padding-bottom: 2px;
}
#featured1 #featuredStory, #featured2 #featuredStory, #featured3 #featuredStory, #featured4 #featuredStory{
padding-right: 10px;
visibility: hidden;
display: block;
height: 0px;
}
#featured1.selected #featuredStory, #featured2.selected #featuredStory, #featured3.selected #featuredStory, #featured4.selected #featuredStory{

visibility: visible;
font-family: Verdana;
font-size: 14px;
display: block;
margin-bottom: 5px;
height:auto;
text-align: left;
line-height: 121.42%;
}
#featured1 #featuredMore, #featured2 #featuredMore, #featured3 #featuredMore, #featured4 #featuredMore{

visibility: hidden;
display: block;
height: 0px;

}
#featured1.selected #featuredMore, #featured2.selected #featuredMore, #featured3.selected #featuredMore, #featured4.selected #featuredMore{
visibility: visible;

text-align: left;
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 12px;
font-weight: bold;
color: #2D2F30;
text-decoration: none;
height:auto;
padding-bottom: 5px;
}
#featured1.selected #featuredMore a, #featured2.selected #featuredMore a, #featured3.selected #featuredMore a, #featured4.selected #featuredMore a{
visibility: visible;
text-align: left;
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 12px;
font-weight: bold;
color: #2D2F30;
text-decoration: none;
height:auto;
padding-bottom: 5px;
}
#heeb100Left li a{
	font-family: Georgia;
	font-size: 16px;
	font-weight:bold;
	color: #00AEEF;
}

	#heeb100Left ul#heebnav li{
	display:block;
	font-family: Georgia;
	font-size: 16px;
	font-weight:bold;
	color: #00AEEF;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 6px;
	border-bottom: 1px dashed #d0d0d0;
	width: 137px;
	}
	#heeb100Left li.grey{
	background: #F1F2F3;		
	}
.page-template-event-php .eventLeft{
	float: right; /* I know */
	width: 135px;
}
.page-template-event-php #articleColumn .dbem_events_list li {
	margin: 10px;
	border-bottom: 1px dashed #d0d0d0;
	padding-bottom: 10px;
}
.page-template-event-php #articleColumn .eventRight a {
	font-size: 25px;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-weight: bold;
	line-height: normal;
}
.page-template-event-php .eventRight span {
	display: block;
}
.page-template-rss-php #feedColumn {
	float: left;
	width: 300px;
}
#shopcats{
width: 307px;
height: 149px;
padding: 10px;

float: left;
background-image: url(/wp-content/themes/heebmag/images/heeb-shopcats.jpg);
}

#storecatitem{
	float: left; width: 142px; display:block;
}
#storecatimage{
padding-bottom: 6px; width: 142px;
}
#storepricebox{
	width: 120px; float: right;
	background-color: #F1F2F3;
	text-align: center;
	}
#storeprice{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	color: #333;
	padding-top: 5px;
	padding-bottom: 20px;
	}
#featured_store{
	float: left;
	width: 321px;
}	
#featured_products{
	width: 321px;
	background-image: url(/wp-content/themes/heebmag/images/featured_products_bg.jpg);
	background-repeat: repeat-y;
}
#featured_products #products{
	font-size: 10px;
	padding-left: 5px;
	padding-right: 10px;
	}
	
#featured_products img{
padding-right: 8px;
padding-bottom: 2px;
}	
#featured_products h2 a:link {
padding-top: 20px;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 14px;
font-weight: bold;
	color: #00aeef;
	text-decoration: none;
line-height: 107%;
}
#featured_products h2 a:visited {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 14px;
font-weight: bold;
	color: #00aeef;
	text-decoration: none;
line-height: 107%;
}
#featured_products h2 a:active {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 14px;
font-weight: bold;
	color: #00aeef;
	text-decoration: underline;
line-height: 107%;
}
#featured_products h2 a:hover {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 14px;
font-weight: bold;
	color: #00aeef;
	text-decoration: underline;
line-height: 107%;
}
#featured_products .entry{
padding-top: 4px;
font-size: 12px;
line-height: 141%;
}
#latest-news-image{ 
width: 125px;
float:left;
margin:0px 14px 0px 0px;}
#latest-article{float: left;
width: 490px;
display:block;}

//homepage latest news date formatting
span.date {
font-size:12px;
font-style:italic;
line-height:16px;
}

#heeb100Paginate{display: block;
	margin-bottom: 7px;
}
#gjpaginator #heeb100Paginate {
	float:left;
}

#heeb100Paginate a:link {
color:#00AEEF;
text-decoration:underline;
}
#heeb100Paginate a:visited {
color:#00AEEF;
text-decoration:underline;
}
#heeb100Paginate a:active {
color:#00AEEF;
text-decoration:underline;
}
#heeb100Paginate a:hover {
color:#00AEEF;
text-decoration:underline;
}
#heeb100Paginate h4 {
	padding: 14px 0;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:16px;
font-weight: bold;
text-align: center;
}
#heeb100Detail{
	background: url(images/heeb100detailBG.jpg) repeat-y;	
	width: 645px;
	float: left;
	margin-right: 10px;
}

#heeb100Previous, #heeb100Next{
	padding-left: 5px;
	padding-right: 10px;
	width: 145px;
	background: url(images/heeb100PaginationBG.jpg) repeat-y;
	min-height: 152px;
}

#heeb100Left{
	width: 164px; float:left; 
	padding-right: 5px; 
	padding-top: 5px; 
	text-align: right; 
	margin-right: 5px; 
	margin-left: 20px;}
#heeb100Right{width: 159px; float:left;}
#followHeeb100{
	margin-top: 20px;
	margin-bottom: 7px;
}
#nominateHeeb{
	width: 156px;
	display:block;
	margin-left: 8px;
}
#nominateHeeb #middle{
	font-size: 11px;
	background:url(images/nominations-bg.jpg) repeat-y;
	text-align: left;
	padding-left: 15px;
	padding-right: 20px;
	padding-bottom: 12px;
}
#nominateHeeb .cform{
	font-size: 11px;
}
#nominateHeeb #middle #heebsubmit, #nominateHeeb #middle #sendbutton3 {
background:url("images/nominations-submit.jpg") no-repeat ;
cursor:pointer;
display:block;
height:23px;
text-indent:-1000em;
width:67px;
border: 0;
}
#nominateHeeb input {
background:none repeat scroll 0 0 #FFFFFF;
border:1px solid #000000;
width:109px;
}
#nominateHeeb .cform legend, #nominateHeeb .linklove a, .linklove a:visited, #nominateHeeb .cform label{ 
	display: none;
}
#nominateHeeb .cform{
	margin: 0;
	width: auto;
	
}
#nominateHeeb .cform fieldset, #nominateHeeb ol.cf-ol li.textonly{ 
	background: none !important;
	border: none !important;
	margin:0 !important;
	padding:0 !important;
	text-align: left !important;
}
#nominateHeeb div.success{
	background: none !important;
	border: none !important;
	margin:0 !important;
	padding:0 !important;
	text-align: left !important;
	color: blue;
}
#nominateHeeb div.cf_info{
	width: auto;
	padding-bottom: 10px !important;
}
ul#heebnav{
	width: 152px;
	display:block;
	background:url(images/nominations-bg.jpg) repeat-y;
	padding-left: 5px;
	padding-bottom: 12px;
	margin-left: 8px;
}
#heeb100Left #form select{
	font-size: 11px;
	margin-top: 8px;
}
#vitals {
	margin-left: 6px; 
	float: left;
	width: 306px;
}
#vitals h3 {
	text-indent: -1000em;
	background: url(images/vitals.gif);
	height: 28px;
	width: 135px;
	margin-bottom: 3px;
}
#vitalsBox {
	text-align: center;
	background: #f1f2f3;
	border-width: 1px 0;
	border-color: #d0d0d0;
	border-style: dashed;
	padding: 7px;
	padding-top: 14px;
	font-size: 10px;
}
#vitalsBox h1 {
	font-size: 14px;
	font-style:italic;
	color: #999;
	margin:0;
	margin-bottom: 6px;
	padding:0;
	
}
#vitalsBox h2 {
	color: #2D2F30;
	font-size: 14px;
	font-weight: bold;
	margin:0;
	margin-bottom: 22px;
	padding:0;
}

#vitalsBox li {
	margin: 10px 0;
}
#vitalsBox li .avatar {
	width: 48px;
	float: right;
	clear: right;
}
#vitalsBox li .avatar img {
	max-width: 48px;
	max-height: 48px;}

#vitalsBox li a {
	font-weight: bold;
	color:#2D2F30;
	text-decoration: none; 
}



#related {
	float: left;
	width: 303px;	
	margin-left: 20px;
}
#related h3 { 
	text-indent: -1000em;
	background-image: url(images/relatedstories.gif);
	background-repeat: no-repeat;
	margin-left: 85px;
	
	background-position: right;
	height: 28px;
	width: 217px;
	margin-bottom: 3px;
}
#relatedBox {
	text-align: center;
	background: #f1f2f3;
	border-width: 1px 0;
	border-color: #d0d0d0;
	border-style: dashed;
	padding: 7px;
	font-size: 10px;
}
#relatedBox li {
	margin: 10px 0;
}
#relatedBox li .avatar {
	width: 48px;
	float: right;
	clear: right;
}
#relatedBox li .avatar img {
	max-width: 48px;
	max-height: 48px;}

#relatedBox li a {
	font-weight: bold;
	color:#2D2F30;
	text-decoration: none; 
}
#relatedBox h2 {
	font-weight: bold;
	font-size: 14px;
	font-style:italic;
	color: #999;
	margin:0;
	margin-bottom: 6px;
	padding:0;
	
}
#relatedBox a ,#relatedBox h1 {
	font-size: 14px !important;
	font-weight: bold !important;
	margin:0;
	margin-bottom: 22px;
	padding:0;
}
#heeb100ListDiv{
	float:left; width: 75px; padding-left: 5px; padding-bottom: 5px;
}
#gallery{
	margin-left: 30px;
	margin-bottom: 20px;
}

/* sociable styles */
div.sociable { margin: 30px 0 16px 0; }

span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 5px;
	padding: 1px;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 26px;
	height: 26px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers, .sociable .WP-EmailIcon {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover, .sociable .WP-EmailIcon:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
/* end sociable styles */

.widget_text {
  list-style-type: none;
}
#heeb100tour{
	left: -10px;
	font-size: 11px;
	background:url(images/100tourbg.jpg) repeat-y;
	text-align: left;
	width: 317px;
	float: left;
}
#heeb100tourcontent{
		background:url(images/100tourcity.gif) no-repeat 6px 100%;
		min-height: 125px;
		padding-left: 8px;
}
#heeb100news{
	background: url(images/100newsbg.jpg) repeat-y;
	width: 486px;
	float:left;
}
#heeb100news #heeb100newscontent{
	padding-right: 10px;
}
#heeb100newscontent{
	text-align: center;
		background:url(images/100bg.jpg) repeat-y;
		min-height: 125px;
		padding-left: 5px;
		font-family:Verdana, Geneva, sans-serif;
		font-size:14px;
		line-height: 121.42%;
}
#heeb100newscontent  a{
	color:#00aeef;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
}
#heeb100newscontent a:hover{
	text-decoration: underline;
}
#heeb100newscontent h2{
		font-size:18px;
}
#heeb100tourcontent {
	font-family: Georgia, "Times New Roman", Times, serif;
}
#heeb100tourcontent ul, #heeb100tourcontent li{
	margin:0;
	list-style: none;
}
#heeb100tourcontent .dbem_events_list li {
	margin: 0;
	padding-top: 10px;
}
#heeb100tourcontent .dbem_events_list .eventLeft {
	float: left;
	font-style: italic;
	font-size: 12px;	
	text-align: center;
	line-height: 16px;
	width: 105px;
}
#heeb100tourcontent .dbem_events_list .eventLeft strong {
	font-style: normal;
	border-top: 1px dashed #d0d0d0;
	line-height: 14px;
}
#heeb100tourcontent .dbem_events_list .eventRight {
	float: left;
	font-size: 11px;
	width: 195px;
}
#heeb100tourcontent .descField{
	display: none;
}

/*#eventsBox .dbem_events_list .eventRight a {
	text-decoration: none;
	color: #00aeef;
	font-size: 16px;
	color: #00aeef;
	font-weight: bold;
}
*/
#heeb100tourcontent .dbem_events_list .eventRight a:link {
	text-decoration: none;
	font-size: 16px;
	color: #00aeef;
	font-weight: bold;
}
#heeb100tourcontent .dbem_events_list .eventRight a:visited {
	text-decoration: none;
	font-size: 16px;
	color: #00aeef;
	font-weight: bold;
}
#heeb100tourcontent .dbem_events_list .eventRight a:active {
	text-decoration: underline;
	font-size: 16px;
	color: #00aeef;
	font-weight: bold;
}
#heeb100tourcontent .dbem_events_list .eventRight a:hover {
	text-decoration: underline;
	font-size: 16px;
	color: #00aeef;
	font-weight: bold;
}
#heeb100newscontent span.date{
	font-style: italic;
}
