@charset "utf-8";

/* Main Layout */

body {
	font: 100% "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
	background: #CCCCCC;
	margin: 0;
	padding: 0;
	text-align: center; 
	color: #000000;
	}

h1 {
	margin: 0;
	font-size: 22px;
	color:	#666666;
	}

h2 {
	margin: 0;
	font-size: 18px;
	font-weight:500;
	color:	#E89300;
	}

h3 {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 16px;
	font-weight:500;
	color:	#666666;
	}

p {
	margin: 0;
	}

img {
	border: none;
	vertical-align: middle;
	} 
	
textarea {
		width:400px;
		height:6em;
		border:1px solid #000;
		margin: 0;
}

/* Main Containers */

.expert #container {
	width: 980px;  
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #CCCCCC; /* 1px border is IMPORTANT*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	}

.expert #header {
	background: #FFFFFF;
	float: left;
	width: 700px;
	margin-top: 20px; 
	margin-bottom: 0px;
	border: 0px dashed #666666;
	padding: 0 10px 0 20px;
	}

.expert #header-time {
	background: #FFFFFF;
	float: left;
	width: 170px;
	margin-top: 20px; 
	margin-bottom: 0px;
	border: 0px dashed #666666;
	}

.expert #header-right {
	background: #FFFFFF;
	float: left;
	width: 60px;
	margin-top: 20px; 
	margin-bottom: 0px;
	border: 0px dashed #666666;
	padding: 0px;
	}

.expert #mainContent {
	padding: 0 20px; 
	background: #FFFFFF;
	border: 0px dashed #666666;	
	}

.expert #main_left
	{
	float:				left;
	width:				700px;
	border:				0px dotted #000000;
	padding:			10px;
	text-align:			justify; 
	}

.expert #main_right
	{
	width:				205px;
	margin-left:		720px;
	border:				0px dotted #000000;
	padding:			5px;
	text-align:			left; 
	}

.expert #main_fullscreen
	{
	/*float:			left;*/
	width:				940px;
	border:				0px dashed #000000;
	padding:			0px;
	margin:				0px;
	text-align:			justify; 
	}

/* Page Title - if NO logo image */

.expert #pagetitle {
	font-family: "Arial Narrow", "Trebuchet MS", Trebuchet, Arial, sans-serif;
	font-size: 33px;
	font-weight: bolder;
	text-transform: uppercase;
	border: 0px solid #000000;
	}
.expert #pagetitle a {
	color: #E89300;
	text-decoration: none;
	}
.expert #grey {
	color: #666666;
	}
.expert #black {
	color: #000000;
	}

/* Footer */

.expert #footer { 
	clear:				both;
	margin:				0px;
	padding: 			0px 30px; 
	background: 		#999999;
	border: 			1px solid #999999;	
	color:				#FFFFFF;
	} 

.expert #footer h6  {
	font-size: 			18px;
	margin-top:			20px;
	margin-bottom:		10px;
	padding:	        0px;
}

.expert #footer p {
	clear:				both;
	margin: 			0; 
	padding: 			0px;
	padding-bottom:		5px;
	font-size: 			10px;
	color: 				#FFFFFF;
	text-align: 		left;
	}
	
.expert #footer a {
	color: 				#FFFFFF;
	text-decoration:	none;
	}	
	
.expert p {
	font-size: 			12px;
	}

.expert h4 {
  line-height: 	0px;
  font-size: 	18px;
  font-weight: 	bold;
  margin-top: 	18px;
  margin-bottom: 0px;
  text-align: 	right;
  color: 		#CCCCCC;
  }

.expert h5 {
  line-height: 	0px;
  font-size: 	11px;
  font-weight: normal;
  margin-top: 	15px;
  text-align: 	right;
  color: 		#999999;
  }





/*- Submitbox--------------------------- */

form {
	margin-top: 5px;
	}

#submitbox { 
	margin:				0px;
	padding: 			25px 30px 30px 30px; 
	background: 		#E6E6E6;
	border: 			0px solid #999999;	
	color:				#666666;
	text-align:			left;
	} 

h1.oversized {
	margin: 			0;
	font-size: 			30px;
	color:				#666666;
	}

p.descr {
	font-size: 			14px;
	}

p.label {
	font-size: 			16px;
	font-weight: 		bold;
	}

img.submitbox {
	vertical-align:		middle;
	}

input {
	padding: 			5px;
	color: 				#666666;
	font-family: 		"Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
	font-size: 			16px;
	} 


/*- Menu Tabs--------------------------- */

#tabs1 {
  float:left;
  width:100%;
  background: #FFFFFF;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.2;
  border-bottom:1px solid  #EDA93A;
  margin-bottom: 15px;
  }
#tabs1 ul {
  margin:0;
  padding:10px 10px 0 10px;
  list-style:none;
  }
#passive li {
  display:inline;
  margin:0;
  padding:0;
  }
#passive a {
  float:left;
  background:url("../images/tableft2.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 4px;
  text-decoration:none;
  }
#passive a span {
  float:left;
  display:block;
  background:url("../images/tabright2.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  color:#627EB7;
  }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs1 a span {float:none;}
/* End IE5-Mac hack */
#tabs1 a:hover span {
  color:#627EB7;
  }
#tabs1 a:hover {
  background-position:0% -42px;
  }
#tabs1 a:hover span {
  background-position:100% -42px;
  }
#active li {
  display:inline;
  margin:0;
  padding:0;
  }
#active a {
  float:left;
  background:url("../images/tableft13.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 4px;
  text-decoration:none;
  }
#active a span {
  float:left;
  display:block;
  background:url("../images/tabright13.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  color: #FFFFFF;
  }
#active a:hover {
  background-position:0% 0px;
  }
#active a:hover span {
  background-position:100% 0px;
  color: #FFFFFF;
  }



/* Sidebar */

.sidebar p {
	margin-bottom: 15px;
	font-size: 11px;
	color:#666666;
	}
.sidebar ul {
	margin-top: 0px;
	margin-bottom: 15px;
	}

.sidebar li {
	font-size: 11px;
	line-height: 14px;
	color: #666666;
	padding: 0px;
	margin: 0px;
	}

/* Master Homepage */

.intro {
	height: 100px;
	width: 938px;
	background-image: url(../images/home_orange_fresh.gif);
	border: #FFFFFF solid 1px;
	}
.intro p {
	font-size: 19px;
	color: #FFFFFF;
	margin-top: 19px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 180px;
}

.section {
  clear: both;
  margin-top: 0px;
  padding-top: 20px;
  border: #000000 solid 0px;
}  


.section h1 {
	font-size: 22px;
	margin-top: 0px;
	padding: 0px;
}

.section h2 {
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 2px;
}

.section a {
		text-decoration: none;
	}

#expage {
  text-align:left;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  width: 165px;
  float: left;
  margin-left: 10px;
  border: #CCCCCC solid 0px;
  background-color:#F0F0F0;
}  

/* Blog Toplist */

.third {
  clear: left;
}
.feed {
  margin-top: .8em;
  margin-bottom: .8em;
  width: 280px;
  float: left;
  margin-right: 32px;
}  
.feed h2 {
  margin: 0;
  padding: 0;
  line-height: 1em;
  text-align: left;
  margin-bottom: 5px;
}
.feed h2 a {
  color: #E89300;
  font-family:  Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: medium;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1em;
}

.feed h3 {
  color: #993300;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 12px;
  text-decoration: none;
  line-height: 1em;
  margin-bottom: 5px;
  margin-top: 5px;
}

.items {
  margin: 0;
  padding: 0;
  font-family:	Arial, Helvetica, sans-serif;
}
.items li {
  margin: 0;
  padding: 4px 0 4px 0;
  width: 100%;
  list-style-type: none;
  text-indent: 0;
  border-bottom: 1px solid #CCCCCC;
  line-height: 1em;
  clear: both;
}
.items a {
  color: #000;
  text-decoration: none;
  font-size: 11px;
  line-height: 1em;
  position: relative;
  z-index: 24;
}
.items a:visited {
  color: #E89300 !important;
}
.items a:hover {
  z-index: 25;
}
.items li a .desc {
  width: 250px;
  position: absolute;
  top: 33px;
  left: 20px;
  padding: 10px;
  border: 1px solid #CCCCCC;
  background-color: #ECEBE8;
  color: #333366;
  text-align: justify;
  font-size: 11px;
  line-height: 1.2em;
}

/* Top 10 Posts Layout */

P.item { 
	margin-top: 10px; 
	margin-bottom: 8px; 
	font-family: Helvetica, Arial, sans-serif; 
	padding-bottom: 10px; 
	border-bottom: 1px solid #999; 
	line-height: 1.45em 
	}
	
a 	{ 
	color: #04E; 
	}

#items { 
	font-size: 13px; 
	}
	
SPAN.description { 
	color: #222; 
	line-height: 1.25em 
	}

SPAN.date { 
	color: #888; 
	font-size: 11px; 
	}
	
SPAN.date A { 
	color: #247; 
	}
SPAN.grey { 
	color: #888; 
	font-weight: bold; 
	font-size: 22px; 
	}

/* Advertising */

#ads {
	margin-bottom: 15px;
	}

/* --- Blog Ranking --- */

.grid p {
  line-height: 16px;
  font-size: 12px;
  color:#666666;
}

.grid h3 {
  line-height: 0px;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.grid h4 {
  line-height: 	42px;
  font-size: 	42px;
  font-weight: 	bold;
  margin-top: 	0px;
  text-align: 	center;
  color: 		#CCCCCC;
}

.grid img {
	vertical-align:middle; 
}

.grid-left {
  float: left;
  width: 140px;
  border: #999999 0px dashed;
  margin-top: 20px;
}

.grid-middle {
  float: left;
  width: 80px;
  border: #999999 0px dashed;
  margin-top: 20px;
}

.grid-right {
  float: left;
  width: 467px;
  border: #999999 0px dashed;
  margin-top: 20px;
}

/* --- Blog Statistics --- */


	
#stat_block{
  	float: 			left;
  	width: 			120px;
	height:			120px;
  	border: 		#999999 0px dashed;
  	margin: 		25px;
	background-image:	url(../images/stat_grey.gif);
	text-align:		center;
	}
	
p.stat_percent {
	margin-top:		10px;
	font-size:		32px;
	font-weight:	bold;
	color:			#666666;
	}
p.stat_text {
	font-size:		14px;
	color:			#666666;
	}

/* --- Badges --- */

#badges {
margin-top: 15px;
}