

/*######################################################################################################
  ###### General styles ###############################################################################
  ####################################################################################################*/

* {
	font-family: "Lucida Grande","Trebuchet MS", Tahoma, Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

body {
	color: #333;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: normal;
}

#wrap {
	width: 1000px;
	overflow: hidden;
	position:relative;
	margin: 0 auto 0 auto;
	background: url(/common/wrap.png) repeat-y center;
	padding: 0 10px 0 10px;
}

.PagingCurrent		{
	font-size: 12pt;
	color:#990033
}

.meta-category{
	text-transform: lowercase;
	line-height: 20px;
}


/***************** Images *****************************************************/
a img  { border:1px solid #BBBBBB; }
img.rb { border:1px solid #BBBBBB; float: right; margin: 0 0 5px 5px; padding: 4px; }


/***************** Header *****************************************************/
h1,h2,h3,h4 {
	font-weight: bold;
	font-family: "Trebuchet MS", "Lucida Grande", verdana, helvetica, arial, sans-serif, font-size: 180%; ;
}
h2 { font-size: 150%; }
h3 { font-size: 140%; }
h4 { font-size: 130%; }


blockquote {
	border-left: 1px solid #aaaaaa;
	color: #666666;
	margin: 7px 10px 7px 10px;
	padding-left: 6px;
	font-style:italic;
}


/***************** Header Navigation ******************************************/
#topnav {
	height: 29px;
	margin: 0px;
	width:970px;
	margin-left:auto;
	margin-right:auto;
	border-left: 1px solid #ffffff;
}

#topnav ul {
	padding: 0px;
	white-space: nowrap;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left:0px;
}

#topnav ul li {
	display: block;
	float:left;
  height: 29px;
  width: 110px;
	line-height: 29px;
	list-style-type: none;
	font-size: 12px;
	font-weight: bold;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	border-right: 1px solid #ffffff;
}

#topnav ul li.current_page_item a  {
	background-color:#9c9c9c;
	border-top: 1px solid #ffffff;
}

#topnav ul li a {
	display: block;
	text-decoration: none;
	color:#fff;
	height: 29px;
	text-align: center;
	padding-left:20px;
	padding-right:20px;
}
#topnav ul li a:hover {
	color: #fff;
	background-color: #6b6b6b;
	
}


/*######################################################################################################
  ###### Content #######################################################################################
  ####################################################################################################*/

#contentwrap {
	width: 600px;
	float: left;
	display:inline;
	margin: 15px 0 0 20px;	/* margin-top: same like #sidebar */
	padding: 0 5px 5px 0;
	border-right: 1px dotted #cdcdcd;
}
/********************** tag style ************************/
.primary { padding-bottom:10px;}


/*######################################################################################################
  ###### Sidebar #######################################################################################
  ####################################################################################################*/

#sidebar {
	margin: 15px 0 0 0;	/* margin-top: same like #contentwrap */
	float: right;
	width: 365px;
}

#sidebar .sb-about {
	margin: 0 20px 10px 0;
	background-color: #f9f9f9;
	border: 1px solid #e5e5e5;
	padding: 20px;
	line-height: 1.4em;
}

#sidebar .sb-about p {
	margin-top: 5px;
	margin-bottom: 10px;
}

#sidebar1 , #sidebar2 {
	width: 162px;
	float: right;
	line-height: 1.5em;
	display:inline;
	margin: 3px 20px 0px 0px;
	list-style: none;
}


#sidebar1 p, #sidebar2 p {
	margin-bottom: 10px;
	margin-top: 10px;
}


/*######################################################################################################
  ###### Footer ########################################################################################
  ####################################################################################################*/

#footer {
	clear: both;
	padding: 10px 0 10px 0;
	margin: 0 auto 0 auto;
	width: 900px; height: 30px;
	text-align: center;
	border-top: 1px solid #cccccc;
}

#footer p {
	color: #777;
	font-size: 0.8em;
}

#footer p a {
	color: #9c9c9c;
}

#footer p a:hover {
	color: #9c9c9c;
}


#wrapfooter {
	width: 1000px;
	overflow: hidden;
	position:relative;
	margin: 0 auto 0 auto;
	padding: 0 10px 0 10px;
	background-image: url(/common/wrapfooter.png);
	background-repeat: repeat-y;
	background-position: center;
	font-size: 15px;
	line-height: 23px;
	font-weight: bold;
}

#wrapfooter a, a:visited, a:hover, a:active {
	color: #333333;
	font-weight: normal;
	text-decoration: none;
}
#wrapfooter a:hover {
	color: #3300FF;
	text-decoration: underline;
}

#wrapfooter{
	clear: both;
}



/***************** Links ******************************************************/
a, a:visited, a:active  {color: #3f3f3f; font-weight: normal; text-decoration: none; }
a:hover  { color: #3300FF; text-decoration: underline; }

