/*
				 
		     /                   /
            /      |            /           \/
            \______|___________/__________  /           ______________________
      /\   /                              \/           /                      \
   __/  \/                                 \  /--      \                       \
       /                                    \/         /                       /
  ___/           ------                      \         \      BRRAAIINNS       \
 /  /         ====----====                    |        /                       /
   /                                          ---      \                       \
   \                       _____              |        /                       /
    \------\              /     \             \        \_    _________________/
     | o    \            /       \            |\_       /   /
     |	    /      /\   /     o   \          /         /  /
      \____/   ()  \/   \         /         /         / /   
      /                  \-------/         /         //
      \                                 __/
       \=================\	       _/   /
           \[__]  [_]     \       /    /
             _        __   \    /     |
            [_]      [__]  |     /   /
           /===============\    /---/
           \____              _/
              |______________/

*/

#likeMe{
  display:none;
}

#footer{
  display:none;
}

body{
	margin:0px;
	padding:0px;
	background:#27333A url(/images/background/bg.png) repeat-x;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#232323;
}

h1,h2,h3,h4,h5{
	margin:0px;
	padding:0px;	
	font-family:Georgia, "Times New Roman", Times, serif;
}

a,a:visited{
	color:#c90b0e;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;	
}

a img{
	border:none;
}

.wrap{
	width:1000px;
	margin:0 auto;	
}

/* font styles */

.txtLeft, .txtLeft a{text-align:left;}

.txtCenter, .txtCenter a{text-align:center;}

.txtRight, .txtRight a{text-align:right;}

.txtRed, .txtRed a{color:#940709;}

.txtBlue, .txtBlue a{color:#004883;}

.txtBold, .txtBold a{font-weight:bold;}

.txtItalic, .txtItalic a{font-style:italic;}

.txt12, .txt12 a{font-size:12px;}

.txt14, .txt14 a{font-size:14px;}

.txt16, .txt16 a{font-size:16px;}

.txt18, .txt18 a{font-size:18px;}

.fontGeorgia, .fontGeorgia a{font-family:Georgia, "Times New Roman", Times, serif;}

.fontArial, .fontArial a{font-family:Arial, Helvetica, sans-serif;}

/* header */

#logo{
	float:left;
	display:inline-block;
	width:240px;
	height:115px;	
}

#logo a{
	background:url(/images/logo.png) 15px 25px no-repeat;	
	width:240px;
	height:115px;
	text-decoration:none;
	display:block;
}


#conferenceLogo{
	float:left;
	display:inline-block;
	width:240px;
	height:115px;	
	
}

#conferenceLogo a{
	background:url(/images/conferenceLogo.png) 15px 25px no-repeat;	
	width:240px;
	height:115px;
	text-decoration:none;
	display:block;
}



#ad728by90{  
	width:728px;
	height:102px;
	float:left;
	display:inline-block;	
	padding:13px 16px 0px 16px; 
}


/* Body styles */

#body{
  background:#fff;
	display:inline-block;
}

#articleList{
	background-color:#fff; 
	display:inline-block;	
	padding:10px;
	width:810px;
	float:left;	
}

#conferenceContent{
	background-color:#fff; 
	display:inline-block;	
	padding:10px;
	width:810px;
	float:left;	
}


#articleList .deck{	  
  padding:0;
  display:block;
}

#articleList .date{
	color:#999;
	padding:0;
	display:block;
		
}






#articleContent{
	background-color:#fff;
	display:inline-block;	
	padding:10px;
	width:810px;
	float:left;	
}

#articleContent p{
  font-size:14px;
  line-height:18px; 
}

#articleContent ul li{
  font-size:14px;
  line-height:18px; 
}


#body.content h2{
	color:#990000;
	font-style:italic;
	font-size:18px;
	font-weight:normal;
	padding:0px 0px 5px 0px;
	background:none;
}


/*Home Page*/
#body.home{
	background:#fff url(/images/colLbg.png) repeat-y;
	display:inline-block;	
}

#articleContent.buyersGuide h2{
	color:#990000;
	font-style:italic;
	font-size:18px;
	font-weight:normal;
	padding:0px 0px 5px 0px;
	background: url(/images/headLine.png) repeat-x;	
}

#articleContent.buyersGuide h2 span{
	background:#fff;
	padding-right:10px;	
}


#body.home  h2{
	color:#990000;
	font-style:italic;
	font-size:18px;
	font-weight:normal;
	padding:0px 0px 5px 0px;
	background: url(/images/headLine.png) repeat-x;	
	margin-bottom:7px;
}

#body.home h2 span{
	background:#fff;
	padding-right:10px;	
}

.colBox.noClear{
	clear:none;	
}


.colBox.noLine{
	border-bottom:none;		
}

.colBox{
	border-bottom:1px dotted #999;
	padding-bottom:5px;
	margin-bottom:5px;
	display:block;
	clear:both;
}

.date{
	color:#999;
	display:block;	
	padding:10px 0px 0px 0px;
}

.deck{
	padding:10px 0px 0px 0px;
	display:block;
}
	
/* column home 1 */

#colHome1{
	width:165px;
	padding:10px 10px 10px 10px;
	float:left;
	display:inline-block;
}
#body.home #colHome1 h2, #body.home #colHome4 h2{
	background: none;
}

#colHome1 label{
	/* This worked  for the demo where input was designed as <label><input></label>, but .NET controls render <input id="foo"><label for="id">
	display:block; 
	*/
	
	font-size: 11px;	
}

#colHome1 h3 a{
	color:#004883;
	font-size:14px;
	font-weight:normal;
	text-decoration:none;	
}
#colHome1 .date{
	color:#999;
	display:block;	
	padding:0px 0px 5px 0px;
	font-size:12px;
}




/* column home 2 */

#colHome2{
	width:345px;
	padding:10px 10px 10px 10px;
	float:left;
	display:inline-block;
}

#colHome2 h3 a{
	color:#004883;
	font-size:18px;
	font-weight:normal;
	text-decoration:none;	
}
#colHome2 h3 a:hover{
	text-decoration:underline;	
}

#colHome2 img{
	border:3px solid #64a0d0;	
	margin:0px 5px 5px 0px;
	float:left;
	display:inline-block;
}

/* column home 3 */

#colHome3{
	width:270px;
	padding:10px 10px 10px 0px;	
	float:left;
	display:inline-block;
}

#colHome3 h3 a, #colHome4 h3 a{
	color:#004883;
	font-size:14px;
	font-weight:normal;
	text-decoration:none;	
}

#colHome3 h3 a:hover, #colHome4 h3 a:hover{
	text-decoration:underline;	
}

#colHome3 .date{
	color:#999;
	display:block;	
	padding:2px 0px 0px 0px;
	font-size:12px;
}

#colHome3 .deck{
	padding:2px 0px 0px 0px;
	display:block;
	font-size:12px;
}

#colHome3 .blockBlueOuter, #colHome3 .blockBrownOuter{
	padding:6px;
	background:#c0dcef;
	margin-bottom:10px;
}

#colHome3 .blockBlueOuter .date, #colRight .date{
	padding:0px 0px 10px 0px;
}

#colHome3 .blockBrownOuter{
	background:#e8e5d4;
}

#colHome3 .blockBlueOuter h2, #colHome3 .blockBrownOuter h2{
	border:1px solid #fff;
	background:url(/images/sidebarHeadBg.png) repeat-x;
	line-height:37px;
	padding:0px 10px;
}

#colHome3 .blockBrownOuter h2{
	background:url(/images/sidebarHeadBgBrown.png) repeat-x;
}

#colHome3 .blockBrownOuter .deck{
	padding-bottom:10px;
}

#colHome3 .blockBrownOuter img{
	padding:0px 10px 10px 0px;
}

#colHome3 .blockInner{
	background:#fff;
	padding:10px;
}

#colHome3 .quoteBegin{
	background:url(/images/quoteL.png) no-repeat; 
	padding-left:30px;
}	

#colHome3 .quoteEnd{
	background:url(/images/quoteR.png) no-repeat;
	width:22px; 
	height:18px; 
	display:block; 
	float:right;	
}

#colHome3 .quoteAuthor{
	clear:both;
	padding:5px 0px 0px 0px;	
}

#colHome3 .zineTitle{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-style:italic;	
	color:#940709;
	display:block;
	padding-bottom:4px;
}

#colHome3 ul{
	list-style:none;
	padding:5px 0px 0px 0px;
	margin:0px;	
}

#colHome3 ul li a{
	color:#004883;
	padding:0px 0px 10px 0px;
	display:block;
	font-family:Georgia, "Times New Roman", Times, serif;
}

/* column right */

#colHome4{
	width:160px;	
	float:left;
	display:inline-block;
	padding:10px 10px 10px 0px;
}

#colHome4 .colBox{
	border:0px;	
}

#colHome4 h2{
	background:none;
}

#colHome4 .deck{
	padding:0px;
	display:block;
	font-size:12px;
}

#colHome4 .date{
	color:#999;
	display:block;	
	padding:0px 0px 5px 0px;
	font-size:12px;
}


/* Search box styles */

#searchBox{
	background:url(/images/search.png) no-repeat right;
	height:26px;
}

#searchBox .txtBox input{
	background:#fff;
	border:1px solid #940709;
	height:24px;
	float:left;
	padding:0px 4px 0px 4px;
	margin:0px;
	line-height:24px;
	font-size:12px;
}

#body.home #searchBox .txtBox input{
	width:124px;
}

#searchBox .button{
	float:left;
	background:none;
	border:0px;
	cursor:pointer;
	width:26px;
	height:26px;
}

/* Article styles */

#body #colLeft{
	width:640px;
	padding:20px;
	display:inline-block;
	float:left;	
}

#body #colLeft h1{
	font-size:24px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	color:#004883;
}

#body #colLeft h2{
	font-size:14px;
	color:#999;
	background:none;	
}

#body #colLeft .byLine{
	display:block;
	padding:20px 0px 10px 0px;
	margin:0px 0px 20px 0px;
	border-bottom:1px dotted #CCC;
	color:#666;
}

#body #colLeft .article{
	line-height:18px;	
}

#body #colRight{
	width:310px;	
	float:left;
	display:inline-block;
	padding:10px 10px 10px 0px;
}

#body #colRight .colBox{border-bottom:0px;}

#body #colRight h2{background:none;}

#body #colRight h3{}




/*******************************************************************************************/
.home_SubscribeButton{
  background:url(/images/btnSubscribe.png) no-repeat;
  width:143px;
  height:26px;
  border:none;
  cursor:pointer;
  margin:10px 0 0 0;
}

.articleBuyersGuideBox{
  float:right;
  width:160px;    
  margin:10px auto 10px auto;
  
}
.articleBuyersGuideHeader{
  border-top-left-radius: 10px;  
  border-top-right-radius: 10px; 
  background-color:#94080b; 
  font-size:14px; 
  padding:4px; 
  text-align:center; 
  color:#ffffff; 
  font-weight:bolder;"
}
.articleBuyersGuideContent{
  padding:4px; 
  border-left: 1px #94080b solid; 
  border-right: 1px #94080b solid; 
  border-bottom: 1px #94080b solid; 
  border-bottom-left-radius: 10px; 
  border-bottom-right-radius: 10px;
}

.articleBuyersGuideTextListing{
  font-weight:bolder;
  text-align:center;
  padding:4px;  
}

.buyersGuideSearchLogo{
  font-weight:bolder;
  text-align:center;
  padding:4px;  
  width:75px;
  height:75px;
  border:1px #ececec solid;  
  border-radius: 7px;
  margin:0 4px 4px 0;  
  float:left; 
  background-repeat:no-repeat;  
  background-position:center;    
  overflow:hidden;
  
}


.modalHeader{
	background-color: #98070a;
	color:#ffffff;
	padding:2px;
	text-align:center;
	font-weight:bolder;
	height:18px;
	width:800px;
}


.leave-my-table-alone-twitter{
  font-size:12px;
}

.columns h3{
	margin:0px;
	padding:0px;	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;		
	font-weight:normal;
	color:#000000;
	font-style:italic;
}

.authorImageSmall{
  -moz-border-radius: 5px 5px 5px 5px; 
  -webkit-border-radius: 5px 5px 5px 5px; 
  border-radius: 5px 5px 5px 5px; 
  width:65px; 
  height:65px; 
  clip:rect(0px,0px,65px,65px);
  background-repeat:no-repeat;
}

.authorImageMedium{
  -moz-border-radius: 5px 5px 5px 5px; 
  -webkit-border-radius: 5px 5px 5px 5px; 
  border-radius: 5px 5px 5px 5px; 
 width:100px; 
  height:100px; 
  clip:rect(0px,0px,100px,100px);
  background-repeat:no-repeat;
  background-position:center; 
}
.disclaimer{
	font-size: 11px; 
	line-height: 12px; 
  font-weight: normal; 
  font-style: italic;
  padding-top:15px;
	color: 000000;
}
