/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0
}
body{
	color: #000000;
	font: .8em Arial,Tahoma,Verdana,Helvetica,Sans-Serif;
  background-color:#E2E1DD
}

a{
  /*color: #FF7800;*/
	color: #000;
	text-decoration: none
}
a:hover{
	text-decoration: underline
}
input,select,textarea{
	border: #999999 1px solid;
	font-size: 12px;
	padding: 2px
}
select{
	padding: 0
}
li{
	list-style: none
}
h1, h2, h3, h4{
	font-family: Georgia,"Times New Roman", Times, serif;
	font-weight: normal;
	letter-spacing: -1px
}

/*=== Layout ===*/
.wrapper{
  background: url(images/bgr.gif) #FFF repeat-y center;
  width:996px;
  margin: 0 auto;
  position: relative;
}

#page{
	margin: 0 auto;
	width: 956px
}
/*=== Header ===*/
#header{
	/*height: 107px*/
  padding-bottom:30px;
  position: relative;

}
/*- Logo -*/
#header h1{
	background: url(images/logo.gif) no-repeat;
	float: left;
	text-indent: -9999px;
  margin-top:27px
}
#header h1 a{
	display: block;
	height: 60px;
	width: 384px
}

#langnav{
  position:absolute;
  right:0px;
  top:0px;
  height:20px;
  color:#00B5E6;
}

#nav2 #langnav li{
  float: left;
  width:30px;
  font-weight:bold;
  text-align: right;
  text-transform: uppercase;
}

#nav2 #langnav a{
  color:#000
}

#nav2 #langnav a:hover{
  text-decoration:underline
}

.vdl{ display:block; float:right; width: 334px; height: 67px; padding:20px 0 0  }

/*- RSS -*/
#rss{
	float: right;
	padding: 27px 42px 0 0;

	width: 175px;
}
#rss a{
  font: 12px "Arial", sans-serif;
	color: #666666;
  padding-bottom: 4px;
  border-bottom: 1px #e2e1dd solid;
}
#rss a:hover{
	color: #00B5E6;
  text-decoration: none;
}

#rss li{
	margin: 0 0 3px;
	padding: 0 0px 5px 25px;
}
#rss img{
	float: right
}
/*========= NAVIGATION LISTS =========*/

/*- Category Navigation -*/
#catnav {
	background: url(images/navbgr.gif) no-repeat top;
	height:59px;
	width:956px;
}

.nav2, .nav2 * {
	margin:0;
	padding:0;

}
.nav2 {
	background: url(images/nav-bgr.gif) no-repeat top;
	height: 30px;
	line-height:30px;
	position:relative;
}
.nav2 ul {
	background:#fff; /*IE6 needs this*/
	float: left;
	position:relative;
}
.nav2 li {
	line-height: 30px;
	float: left;
	font-size: 12px;
	text-transform: uppercase;
	list-style:none;
	z-index:999;
}
.nav2 li.current ul {
	z-index: 999;
}
.nav2 li.sfHover ul,
ul.nav2 li:hover ul {
	z-index: 1000;
	background:none;
	color: #ffffff;
	text-decoration: none;
}
.nav2 li li {
}
.nav2 a {
	color: #000000;
	display: block;
	padding: 0 13px;
}
.nav2 li ul a {
	color:#FFF !important;
}
.nav2 li ul a:hover {
	color: #FF7800 !important;
}
.nav2 li ul {
	left:0;
	top:-999em;
	position:absolute;
	width:956px;
	height:29px;
	line-height:29px;
}
.nav2 li:hover,
.nav2 li.sfHover,
.nav2 li.current,
.nav2 a:focus, .nav2 a:hover, .nav2 a:active {
	color: #FF7800;
	text-decoration: none;
	background: #666;
}
.nav2 li.sfHover a,
.nav2 li.current a,
.nav2 a:focus, .nav2 a:hover, .nav2 a:active {
	border-bottom: none;
}
.nav2 li li.current a {
	font-weight: bold;
	color:#FFF !important;
}
.nav2 li li:hover,
.nav2 li li a:focus, .nav2 li li a:hover, .nav2 li li a:active {
	background:none !important;
}
.nav2 li:hover ul, /* pure CSS hover is removed below */
body .nav2 li.current ul, /* this must be more specific than the .superfish override below */
ul.nav2 li.sfHover ul {
	top:2.5em;
}

.nav2 li:hover li ul,
.nav2 li.sfHover li ul {
	top:-999em;
}
.nav2 li li:hover ul, /* pure CSS hover is removed below */
ul.nav2 li li.sfHover ul {
	top:2.5em;
}
/*following rule negates pure CSS hovers
so submenu remains hidden and JS controls
when and how it appears*/
.superfish li:hover ul,
.superfish li li:hover ul {
	top: -999em;
}
.nav2 li.fr{
	float: right
}
.nav2 li.last a{
	background: none
}
/*- Page Navigation -*/
#nav2{
	/*background: url(images/nav2-bgr.gif) no-repeat top;*/
	height: 29px;
  clear:both;
  border-bottom: 10px #000 solid;
  position: relative;
}
#nav2 ul{
	padding: 0 2px
}
#nav2 li{
	float: left;
	font-size: 12px;
	letter-spacing: 0px;
	line-height: 29px;
	text-transform: capitalize
}
#nav2 li.fr{
	float: right
}
#nav2 li a{
	background: url(nav2-sep.gif) no-repeat right;
	color: #00B5E6;
	display: block;
	padding: 0 17px;
  font-weight:bold;
  text-transform: uppercase;

}

#nav2 li.page_item a{
  color:#000;
}

#nav2 li.current_page_item a{
  color:#00B5E6;
}

#nav2 li.last a{
	background: none
}
#nav2 li a:hover,
#nav2 li.active a{
	color: #00b5e6;
	text-decoration: none
}

/*=== Columns ===*/
#columns{
	margin: 15px 0 0;
	padding: 0 0 25px
}
.col1{
	float: left;
	width: 475px
}
.col2{
	float: right;
	width: 457px
}

#columns h1{
	/*border-bottom: 1px solid #E2E1DD;*/
	font-size: 30px;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 0 0 0px;
	padding: 0 0 5px;
}

#columns h1.cats{ font-size:12px; letter-spacing:0 }
#columns h1.cats a{ font-style:italic }

#columns h1.title{ float:left }

#columns h2{
	color: #00b5e6;
	font-size: 2em;
	line-height: 26px
}
#columns .col2 h2{
  font-size: 18px;
  margin: 0 0 5px
}
#columns .col2 .videobox h2{
  color:#ec008c;
  line-height:normal;
  margin-bottom: 8px;
}
#columns p{
  line-height: 18px;
  padding: 0 0 12px;
}
#columns .post p.front{
  border-top:10px #000 solid;
  clear:both;
}

#columns .post.standard p.front{
  clear:both;
  margin-top: 10px;
  border-top:none;
}

#skyscrappercontainer{
  position: absolute;
  top:0;
  left:1009px;
  width:120px;
  height:600px;
}
#skyscrapper{
  width: 120px;
  height: 600px;
  position: fixed;
  top:135px;

}

/*- Search -*/
#search{
	background: url(images/search-bgr.gif) no-repeat left top;
	float: right;
	height: 36px;
	margin: 0 0 10px;
	width: 306px
}
#search input{
	border: 0;
	float: left;
	margin: 8px 14px 0 15px;
	width: 186px
}
#search .btn{
	margin: 6px 0 0;
	padding: 0;
	width: auto
}

/*- SideTabs -*/
.sideTabs .idTabs{
	font-size: 12px;
	height: 28px;
	letter-spacing: -1px
}
.sideTabs .idTabs li{
	float: left;
	line-height: 28px;
  font-style: italic;
}
.sideTabs .idTabs li a{
	/*background: url(images/tab.gif) no-repeat left top;*/
  font-family: Georgia,"Times New Roman",Times,serif;
  background-color: #666;
	color: #FFFFFF;
	display: block;
	height: 28px;
	margin: 0 5px 0 0;
	text-align: center;
	width: 110px;
  letter-spacing: 1px;
  font-size: 12px;
}
.sideTabs .idTabs li.last a{
	margin: 0
}
.sideTabs .idTabs li a:hover,
.sideTabs .idTabs .selected{
	color: #00b5e6;
	/*background: url(images/tab-.gif) no-repeat left top;*/
  background-color: #e2e1dd;
	text-decoration: none
}

/*--- Sub Columns ---*/
.subcol{
	border-bottom: 1px solid #E2E1DD;
	float: left;
	height: auto !important;
	height: 220px;
	margin: 0 20px 15px 0;
	min-height: 220px;
	width: 132px
}
.subcol h2{
	border-bottom: 1px solid #E2E1DD;
	padding: 0 0 4px
}
.subcol.last{
	margin: 0
}
/*=== Post ===*/
#columns .post h3{
	/*border-bottom: 1px solid #E2E1DD;*/
	border-top: 1px solid #bfbfbf;
	clear: both;
	color: #666;
	font-size: 12px;
	height: 28px;
	letter-spacing: normal;
	line-height: 28px;
	margin: 0px;
	padding: 0px !important;
  font-family: Georgia,"Times New Roman",Times,serif !important;
  font-style: italic;
}

#columns .post.standard{ border-top: 1px solid #E2E1DD; padding-top: 10px; }

#columns .post .hp_title h2{
  margin-top: -4px;
}

#columns .post .hp_title h3{
  border-top: none;
  line-height: normal;
  height: 22px;
  margin-top: -2px;

}

#columns .post.standard .hp_picthb{
  margin-right: 10px;
  width: 80px;
  height: 80px;
  overflow:hidden;
  float:left;
}

#columns .post.standard .hp_title{
  width: 385px;
  border-bottom: 10px #000 solid;
  float: left;
}

#columns .post.standard  p.posted{
  padding-bottom: 8px;
}

#columns .post h3 a{
	color: #000
}
#columns .post h3 span{
	float: left;
  padding-top:2px
}
#columns .post h3 span.comments{
	float: right;
	font-size: 12px;
	font-style: normal;
  background: url(images/bubble.gif) no-repeat left top;
  width:34px;
  height:24px;
  text-align: center;
  line-height: normal;
  margin-top: 5px;
}

#columns .post .hp_title h3 span.comments{
  margin-top: -3px;
}

#columns .post .hp_title h2 a{
  border-bottom:1px solid #E2E1DD;
  font-size:18px;
}

#columns .post h3 span.comments a{
  color: #FFF;
}

#columns .post h2{
  clear:both;
	color: #000;
	font-size: 18px
}
#columns .post h2 a{
  font-family: "Arial", sans-serif;
  font-size:24px;
  text-transform: uppercase;
  font-weight: bold;
}

/*- Featured Post -*/
.post .featured .pic{
	height: 40px;
	margin: 0 0 10px;
	padding: 140px 0 0;
  border-top:10px #000 solid;
  position: relative;
  width:100%;
  overflow: hidden;
}
#columns .post .featured h2,
#columns h2.singleh2 {
  clear: both;
  font-family: "Arial", sans-serif;
	font-size: 24px;
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 7px;
  letter-spacing: 0px;
}

#columns .post .featured h2 a{
  border-bottom: 1px #e2e1dd solid;
  margin-bottom: 12px;
}

#columns .post .featured .pic h3{
	background: #262626;
	border: 0;
	color: #FFFFFF;
	font-size: 14px;
  position: absolute;
  bottom:35px;
  left:0;
	font-family:Arial, sans-serif !important;
	height: 32px;
	line-height: 32px;
	margin: 0;
	padding: 0 0 0 15px !important;
	text-transform: uppercase;
  font-style:normal;
  width:100%;
}
#columns p.posted{
	color: #000;
	font: 12px Georgia,"Times New Roman", Times, serif;
  text-transform: uppercase;
	/*letter-spacing: -1px*/
}
.post h3 { font-family:  Arial !important; }
/*=== Styling Boxes ===*/
/*- Box -*/
.box{
	background: #E2E1DD;
	clear: both;
	color: #666666;
	margin: 0 0 12px;
	width: 457px
}
.box a{
	color: #666666
}
.box-top,.box-bot{
	background: url(images/box-top.gif) no-repeat top;
	clear: both;
	height: 4px;
	overflow: hidden
}
.box-bot{
	background: url(images/box-bot.gif) no-repeat top
}
.box .spacer{
	height: 1%;
	padding: 10px 17px
}
/*- Ads -*/
.box .spacer.ads .ar{
	padding: 0 12px
}
.ads {
	text-align: center
}
.ads img{
	margin: 0 6px
}
/*=== Styling Lists ===*/
/*- List1 -*/
.list1 li{
	font: 1em Georgia,"Times New Roman", Times, serif;
	margin: 0 0 3px;
	padding:0 0 5px 20px;
  background: url(styles/default/ico-star.gif) no-repeat left 2px;
}
.list1 li a{
	padding: 0 0 0 0;
  font: 14px Arial, Helvetica, sans-serif;
}
/*- List3 -*/
.list3{
	padding: 5px 0
}
.list3 li{
	font-size: 14px;
	margin: 0 0 1px
}
.list3 li a{
	color: #000000
}
.list3 li  a em{
	color: #FF7800;
	font-size: .85em;
	font-style: normal
}
/*=== Footer ===*/
#footer{
	border-top: 1px solid #E2E1DD;
	clear: both;
	color: #666666;
	font: 11px Arial,sans-serif;
	padding: 10px 10px;
	margin-bottom: 20px;
	line-height:22px;
}
#footer a{
	color: #000;
}
#footer img {
	vertical-align:middle;
}

/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: 0 0 -1px;
	overflow: hidden
}
.ar{
	text-align: right
}
a.more{
	color: #00b5e6;
	font-weight: bold
}
a.more2{
	color: #666666;
	font: 1.4em Georgia,"Times New Roman", Times, serif;
	font-weight: bold
}
.th{
	border: 1px solid #C0C0C0;
	float: left;
	margin: 0 10px 10px 0
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.gravatar {
	float:left;
	border: 1px solid #000;
	margin-right: 10px;
}
/*========= VIDEO =========*/

.video{
	float: left;
	height: 228px;
	/*margin: 0 15px 0 0;*/
  margin: -13px 15px 2px -5px;
	width: 275px
}
#videolist .idTabs li{
	font: .85em Georgia,"Times New Roman", Times, serif;
	margin: 0 0 7px
}

/*========= COMMENTS =========*/

h2.commh2{
	font-size: 19px !important;
	padding: 0 0 5px;
	color:#00B5E6 !important;
}
ol.commentlist{
	margin: 10px 0 20px;
	padding: 0;
	list-style: none;
	font-size: 12px;
	line-height: 20px;
}
ol.commentlist p{
	line-height: 20px;
}
ol.commentlist cite{
	font-style: normal;
	font-weight: bold;
}
ol.commentlist li{
	padding: 20px 10px 10px 10px;
}
ol.commentlist li.alt{
	padding: 10px 10px 0 10px !important;
	background:#DDD;
	border:1px solid #C0C0C0;
}

/*========= THREADED COMMENTS =========*/

#comments_wrap {
	margin:20px 0 0;
}
ol.commentlist .comment-meta{
	font-size:0.8em;
}
ol.commentlist li .avatar {
	float:left;
	border: 1px solid #000;
	margin-right: 10px;
}

ol.commentlist li{
	border:1px solid #eee;
	margin:10px 0 10px;
	padding:15px 10px 10px;
}

ol.commentlist li .even{
	background:#ffffff;
}

.commentlist li ul li {
	margin-left:10px;
	margin-right:-5px;
}

ol.commentlist li .reply {
	padding:0 0 5px 0;
}

#respond p{
	margin-bottom:10px;
	line-height: 20px;
	padding:0;
}

.post-alt p {
	padding:0;
}

/*========= SINGLE POST SPECIFIC =========*/

.singletags {
	margin-top:5px;
	font-weight:bold;
	color:#C0C0C0;
}
.singleh2 {


}
.entry p{
	text-align:left;
	font-size:12px;
	line-height:20px !important;
	}
.entry blockquote {
	padding: 0px 10px 0px;
	border-left: 2px solid #666666;
	color:#666666;
	width:85%;
	margin: 0 auto 10px auto;
	font-style: italic;
	}
.entry blockquote p {
	font-size:12px;
	padding: 5px 0px;
	margin: 5px 0px;
	line-height: 20px;
	}
.entry img {
	padding: 2px 2px 2px 2px;
  margin:0 10px 10px 0;
	background:#DDD;
	border: solid 1px #C0C0C0;
	}
.entry ul, .entry ol {
	margin-bottom:15px;
	font-size:12px;
	line-height:20px;
	}
.entry ul li ul, .entry ol li ol{
	margin-bottom:0px;
	padding-top:3px;
	}
.entry ul li {
	list-style:circle inside !important;
	margin-left:15px;
	padding:3px 0px;
	}
.entry ul li ul li {
	list-style:disc inside !important;
	}
.entry ol li {
	list-style:decimal inside !important;
	font-size:12px;
	padding:3px 0px;
	}
.entry ol li ol li {
	list-style:decimal-leading-zero inside !important;
	}

#columns .entry h3,
#columns .entry h4 {
  font-size: 19px !important;
  padding: 0 0 5px;
  color:#00B5E6 !important;
  border:none;
}

#columns .entry h4{
  font-size:15px !important;
  font-style:italic;
}

/*========= ARCHIVE SPECIFIC =========*/

#archivebox {
	background:#EEE;
	padding:10px;
	width:455px;
	margin-bottom:25px;
}
#archivebox h2 {
	font-size:1.5em;
	color:#000;
}
#archivebox h2 em{
	color:#C0C0C0 !important;
	font-style:normal;
}
.archivefeed {
	margin-top:5px;
}
.archivefeed a {
	background:url(images/ico-arcfeed.gif) center left no-repeat;
	padding-left:20px;
	color:#000;
	font-weight:bold;
}
.arclist{
	border-top: 3px solid #c0c0c0;
	border-bottom: 3px solid #c0c0c0;
	margin: 0 0 15px;
	padding: 10px 0 10px;
	width: 230px;
}
.arclist h2{
	font-size:1.5em !important;
	color:#000 !important;
	padding: 0 0 10px 0 !important;
}

.arclist ul li{
	padding:0 0 7px 10px;
	color:#c0c0c0;
	font-size:14px;
	font-weight:bold;
}
/*=== Page Navigation (Next / Previous Posts) ===*/
.navigation {
}
.navigation a {
	color: #c0c0c0;
	font-size: 1.2em;
	font-weight: bold;
}
.alignleft{
	display:inline;
	float:left;
}
.alignright{
	display:inline;
	float:right;
}

#advertisingtop{
  text-align: center;

  padding: 20px 0 0 0 ;
}

.adevertisingcol{
  text-align: center;
  padding-top:10px;
  clear:both;
}


#videolist a{
  font-family: "Arial", sans-serif;
  font-size:12px
}

.catcount{
  color:#00b5e6;
  font-family: "Arial", sans-serif;
  font-size:12px;
}

#featured {
  position: relative;
  margin: 0 -20px 20px -20px;
  background-color:#404040;
}

#loopedSlider {
  margin:0 auto;
  padding-top:10px;
  width:960px;
  color: #bfbfbf;
  font-family: "Arial", sans-serif;
}

#loopedSlider p{
  padding: 10px 0
}

#loopedSlider h4{
  font-size:24px;
  padding: 27px 0 10px 0;
  font-weight:normal
}

#loopedSlider h5{
  font-size:18px;
  padding: 10px 0 13px 0 ;
  font-weight:normal
}

#loopedSlider h6{
  font-family: Georgia,"Times New Roman", Times, serif;
  font-size:12px;
  padding: 13px 0 0 0;
  font-weight:normal
}

#slider-block {
  min-height:320px;
  overflow:hidden;
  /* Adrien */
  height:365px;
}

#loopedSlider .nav-buttons {
  list-style-type:none;
  margin:0;
  padding:0;
  position:relative;
}

#loopedSlider li#p {
  left:10px;
  position:absolute;
  top:160px;
}

#loopedSlider li#n {
  position:absolute;
  right:10px;
  top:160px;
}

#loopedSlider .nav-buttons {
list-style-type:none;
}

.container {
  height:377px;
  margin:0 auto;
  overflow:hidden;
  position:relative;
  width:855px;
  z-index:0;
}

.container div {
  left:0;
  padding:0;
  position:absolute;
  top:0;
  width:860px;
  z-index:0;
}

#rss .rss{ background: url(images/thb_rss.png) left 2px no-repeat; }
#rss .fb { background: url(images/thb_fb.png) left 2px no-repeat; }
#rss .twitter { background: url(images/thb_twitter.png) left 2px no-repeat; }

.clr{ clear: both; }