/*  
Theme Name: Arthemia
Theme URI: http://michaelhutagalung.com/2008/05/arthemia-magazine-blog-wordpress-theme-released/
Description: <a href="http://michaelhutagalung.com/2008/05/arthemia-magazine-blog-wordpress-theme-released/">Arthemia</a> theme is combining a magazine and a weblog into one; it is not too magazine-ish nor too blog-ish. Designed for Wordpress. Gravatar support included along with automatic thumbnail resizer.
Version: 1.0
Author: Michael Jubel Hutagalung
Author URI: http://michaelhutagalung.com/2008/05/arthemia-magazine-blog-wordpress-theme-released/

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/


/* HTML Elements */
* {
	margin:0;
	padding:0;
	}

body {
	font: 100% Arial, Helvetica, sans-serif;
	color: #414141;
/*	background-color: #4d4d4d;*/
	background-color: #021b2d;
	background-image: url(../../../images/bgrnd5.gif); 
	background-repeat: repeat-x;
	/*behavior: url("Scripts/csshover3.htc");*/ 
	}
	

p {	
	margin: 15px 0;
	}

a:link, a:visited {
	color: #3c78a7;
	text-decoration:none
	}

a:hover, a:active {
	color: #3c78a7;
	text-decoration:underline;
	}

a img {
	border:0;
	}

code {
	font: 1.0em 'Courier New', Courier, Fixed;
	background:#ececec;
	}	

acronym, abbr, span.caps {	
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	}			

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	padding: 10px 10px 0 10px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #eee;
	font:1.0em Arial;
	line-height:1.5em;
	margin:10px 0px;
	}

select {
	width: 130px;
	}	



/* Structure */


#head {
	width:960px;
	margin:6px auto 0px auto;
	padding:0px;
	font-size:0.7em;
	background-color: #FFFFFF;
	}


#page {
	width:940px;
	margin:0px auto;
	padding:10px 10px 10px 10px;
	font-size:0.7em;
	background-color: #ececec;
	}

.left, .alignleft {
	float:left;
	}

.right, .alignright {
	float:right;
	}


/* Navigation Bar*/
#navbar {
	margin:0 auto;
	margin-top:0px;
	padding:0px 8px;
	text-transform:uppercase;
	background:#2c2c2c url(images/navbar5.gif);
	}

#page-bar {
	width:722px;
	}

#page-bar ul {
	list-style: none;

	}

#page-bar li {
	float:left;
	list-style:none;
	cursor: pointer;
	display:block;
	border-right:1px dotted #a1aab1;
	font-size:1.1em !important;
	line-height:1.5em !important;
	color: #CCCCCC;
	}

#page-bar li:hover {
	background: #0d4c7e;
	}


#page-bar a, #page-bar a:visited {
	margin: 0px;
	padding:10px 11px;
	font-weight:bold;
	color:#FFF;
	display:block;
	}

#page-bar a:hover {
	text-decoration:none;
	display:block;
	}
	

#searchform {
	width:194px;
	float:right;
	text-align:right;
	padding-top:11px;
	margin-right:10px;
	}
	



/* Dropdown Menus */		
#page-bar li {
	float: left;
	margin: 0px;
	padding: 0px;
	}
	
#page-bar li li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 160px;
	text-transform:none;
	position: relative;
	}
	
#page-bar li li a, #page-bar li li a:link, #page-bar li li a:visited {
	background: #EDEDED;
	color: #021B2D;
	width: 160px;
	height: 14px;
	float: none;
	margin: 0px;
	padding: 0px 0px 7px 8px;
	border-top: 1px dotted #ABABAB;
	border-left: 2px solid #ABABAB;
	border-right:2px solid #ABABAB;	
	font-size: 0.8em;
	position:relative;
	z-index:1000;
	}
	
#page-bar li li a:hover, #page-bar li li a:active {
	background: #021B2D;
	color: #FFFFFF;
	text-decoration:none;
	/*padding: 5px 10px 5px 18px;*/
	}

#page-bar ul li:last-child a{
	border-bottom: 2px solid #ABABAB;
}

/* OK, really ugly hack here to get menus to work in IE.  I'm tired */
#page-bar .page-item-137 a, #page-bar .page-item-472 a, #page-bar .page-item-397 a{
	border-bottom: 2px solid #ABABAB;
}



#page-bar ul li:first-child a{
	border-top: 1px solid #ABABAB;
}

#page-bar li ul {
	position: absolute;
	z-index:1000; /* this fixed the problem with the dropdowns hiding behind the AJAX rotator */
	width: 10em;
	left: -999em;
	}

#page-bar li:hover ul {
	left: auto;
	display: block;
	}
	
#page-bar li:hover ul, #page-bar li.sfhover ul {
	left: auto;
	}


#top_menu
{
	height:22px;
	color:#236da4;
	background-image: url(images/top_tab3.gif);
	width: 272px;
	float: right;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: -1px;
	text-align: center;
}

#top_menu ul
{
	padding-left:24px;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	display:block;
	list-style-type:none;
	list-style-image:none;
	margin:0px auto;
}
#top_menu li
{
	float:left;
	margin: 3px 3px;

}

#top_menu li a
{
	color:#236da4;
	font-weight: bold;
	text-decoration: underline;
}

#top_menu li a:hover
{
	font-style: italic;
}


/* Text*/

h1 {
	font:3.5em Arial;
	font-weight:bold;
	letter-spacing:-0.08em;
	}

h2 {
	font:2.3em Georgia, "Times New Roman";
	}

h3 {
	font:1.2em Arial;
	margin-bottom:3px;
	color:#021B2D;
	font-weight:bold;
	}

h4 {
	font:1.0em Arial;
	}

h3.cat_title, h3.cat_title a {
	color:#3c78a7;
	letter-spacing:-0.05em;
	font-size:0.85em;
	}

h3#respond {
	margin-top:0px;
	padding-top:20px;
	}

h3#comments {
	margin-top:32px;
	padding-left:0px;
	}

h3.authors {
	margin-top:15px;
	}

/* Index Page*/

#logo {
	width:350px;
	margin-top: 21px;
	margin-left:15px;
	}

#top-banner {
	margin-top:9px;
	margin-bottom:12px;
	margin-right:0px;
	width:468px;
	height:72px;
	background-image: url(../../../images/VidcomBanner1.gif);
	background-repeat: no-repeat;
}

#top-banner a.maillink{
	display: block;
	float: left;
	clear: none;
	padding-left: 72px;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 41px;
}

#top-banner-buttons {
	width:222px;
	height:72px;
	float:right;
	margin-right:3px;
	clear:none;
	text-align:center;
}

#top-banner-buttons li {
	background-image: url(images/banner-buttons.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	display:block;
}
#top-banner-buttons li:hover {
	background-image: url(images/banner-buttons.gif);
	background-position: top;

}
#top-banner-buttons li a{
	display:block;
	width:194px;
	line-height: 19px;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
}

select#cat  {
	background-color: #ECECEC;
	color: #021b2d;
	border: none;
	font-size: 12px;
}

/* To hide first item from list

#cat option{
	display:none;
}*/

/*#cat option.level-0 {
Was styling level-0 but changed to option (below) */

#cat option {
	display: block;
	padding-left: 8px;
	padding-top: 1px;
	padding-bottom: 2px;
	background-color: #F0F0F0;
	color: #021b2d;
	border-top: 1px solid  #E0E0E0;
	font-size: 12px;	
	margin-top: 1px;
}

/* getting fancy with last child
#cat option:last-child.level-0 {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid  #E0E0E0;
}*/

/*#cat option:first-child.level-0 {
	margin-top: 5px;
	border-top: none;
}*/

#categories li {
	list-style:none;
	line-height: 15px;
}	/*this is where the offset in the dropdown can be set */

.select {
	position: absolute;
	width: 174px; /* this plus padding is 190 pixels, the actual width of the image. */
	height: 21px;
	padding: 0 8px 0 8px;
	color: #fff;
	font: 12px/21px arial,sans-serif;
	background: url(images/select.gif) no-repeat;
	overflow: hidden;
}


input.btn { 
	  color:#050; 
	  font: bold 84% 'trebuchet ms',helvetica,sans-serif; 
	  background-color:#fed; 
	  border:1px solid; 
	  border-color: #696 #363 #363 #696; 
	} 

#tagline {
	margin-top:5px;
	font-size:1em;
	color:#333;
	}

#top {
	padding:0;
	}

#headline {
	width:608px;
	float:left;
	padding:0px;
	font-size:1.05em;
	line-height:1.5em;
	margin:0;
	height: 194px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	/*background-image: url(images/banner1.png);*/
	}

#headline  div.title {
	font-weight:bold;
	font:2.4em Georgia;
	letter-spacing:-0.05em;
	display:block;
	padding-bottom:5px;
	}

#headline div.meta {
	display:block;
	margin-top:-5px;
	padding-bottom:2px;
	}

#headline p {
	padding-bottom:15px;
	}


#toggle-search {
	color:#FFFFFF;
	height:116px;
	width:940px;
	padding-top:15px;
	background-color:#FFFFFF;
/*	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;*/
	background-image: url(images/toggle-search-bg.gif);
	background-repeat: no-repeat;
/*	display:none;
	background-image: url(images/toggle-search-bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;*/
}
#toggle-search .far-left {
width:195px;
float:left;
text-align:center;
font-size:11px;
font-weight:bold;color:#021b2d;
}

#toggle-search ul {
	color:#666666;
	list-style:none;
	line-height: 16px;
	margin-left: 33px;
	display:block;
	float:left;
}
li.prod-title {
	font-size:11px;
	font-weight:bold;
	color:#021b2d;
	padding-left:0px;
	margin-left: -13px;
}

#toggle-search ul li a {
	text-decoration: none;
	width:135px;
	display:block;
	padding-left: 5px;
	font-weight: lighter;
	font-size: 11px;
}

#toggle-search ul li a:hover {
	background-color: #999999;
	color: #FFFFFF;
}

/* this is the navigation bar */	
#product-line-toggle {
	width: 315px;
	height: 18px;
	/*	background-color: #3c78a7;*/
	float: right;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	margin-top: 10px;
	padding-right: 0px;
	background-image: url(images/toggle-bg.gif);
	background-repeat: repeat-x;
	text-align:center;
}

#product-line-toggle a.open {
	background-image: url(images/toggle-open.gif);
	background-repeat: no-repeat;
	background-position: right;



}
#product-line-toggle a.open:hover {
	background-image: url(images/toggle-open-hover.gif);
	background-repeat: no-repeat;
	background-position: right;

}
#product-line-toggle a:focus {
	outline: none;

}
#product-line-toggle a {
	background-image: url(images/toggle-close.gif);
	background-repeat: no-repeat;
	background-position: right;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	color: #021B2D;
	font-size: 12px;
	margin-top: 1px;
	font-weight: bold;	
	width: 303px;	
}
#product-line-toggle a:hover {
	background-image: url(images/toggle-close-hover.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#offer {
	width:318px;
	height:164px;
	border: 1px solid #bac9d5;
	float:left;
	margin-left: 10px;
	background-color: #fff;
	background-image: url(/images/offer3h.gif);
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	color: #4074af;
	}
	
#offer h4 {
	color:#021b2d;
	font-weight:bold;
	font-size:16px;
	margin-left:12px;
	margin-top:4px;
}	
	
li.offer-button  a{
	display:block;
	height:17px;
	line-height: 17px;
	background-image:url(images/big-arrow.gif);
	padding-left:20px;
	background-position: 0px -17px;
	background-repeat: no-repeat;
	margin: 10px 0 8px 0;
}	
 li.offer-button a:hover {
	background-position: 0px 0px;
	background-repeat: no-repeat;
}	

	
#offer .clearfloat {

	}

#featured {
	width:298px;
	background:#fff;
	border: 1px solid #e1e1e1;
	float:right;
	padding:10px 10px 9px 10px;
	}

#featured .clearfloat {
	margin-top:7px;
	margin-bottom:8px;
	}

a.feature-more {
	font-size:10px;

}

.info {
	margin-top:0px;
	padding-top:0px;
	float:left;
/*	width:190px;*/
	}
	
	
.static-box {
	float:right;
	margin:5px 10px 10px 10px;
	clear:none;
	border:2px dotted #CCCCCC;
	height:250px;
	width:200px;
	background:#EFEFEF;
}		

.static-box H4 {
	color: #FF3333;
}

.title {
	font-weight:bold;
	font-size: 12px;
	margin: 0px;
	border: 0px;
	color: #021B2D;
	}
	
div .title a {
	color: #021b2d;
}	
	
div .supt {
	float:left;
	margin:6px 3px 3px 3px;
	padding:3px;
	font-size:12px;
}	

div .supt a{
	text-decoration: none;
}

div .supt:hover {
	background-color: #e9f2ff;
	text-decoration: none;
}

/*#headline a img, #featured a img {
	border:1px solid #ccc;
	margin-top:5px;
	margin-right:10px;
	padding:2px;
	}
*/

#featured a img {
	border:1px solid #ccc;
	margin-top:5px;
	margin-right:10px;
	padding:2px;
	}

#middle {
	width: 920px;
	height: 123px;
	background:#c0c0c0;
	float:right;
	padding:7px 9px 5px 9px;
	margin:10px 0;
	border: 1px solid #ADADAD;
	}


#ind-more-link li {
	list-style: none;
}
#ind-more-link li a {
	display:block;
	float:right;
	width:119px;
	height:21px;
	color:#FFFFFF;
	background-image: url(images/industry-more.gif);
	background-repeat: no-repeat;
	background-position: 0px -21px;
	line-height: 21px;
	font-size: 12px;
	font-weight: bold;
	padding-left: 10px;
	letter-spacing: 1px;

}	


#ind-more-link li a:hover{

	background-position: 0px 0px;
	text-decoration:underline;

}	
/* #middle:hover {
	border: 1px dotted #c1c1c1;
	}
*/	
	
#industry-nav {
height:89px; 
width: 922px;
margin-top:30px;
position: relative;
}	

#industry-nav li {
	float:left;
	list-style: none;
}	

#industry-nav li a {
	position: absolute;
	top: 0;
	margin: 0;
	padding: 0;
	display: block;
	height: 89px;
	background: url(images/Industry-Blocks2.jpg) no-repeat;	
	text-indent: -9999px;
	overflow: hidden;
}	
/* Up State */
li#nav-1 a {
 	left:0;
	width: 122px;
	background-position: 0px 0px;
}
li#nav-2 a {
 	left:133px;
	width: 122px;
	background-position: -122px 0px;
}
li#nav-3 a {
 	left:266px;
	width: 122px;
	background-position: -244px 0px;
}
li#nav-4 a {
 	left:399px;
	width: 122px;
	background-position: -366px 0px;
}
li#nav-5 a {
 	left:532px;
	width: 122px;
	background-position: -488px 0px;
}
li#nav-6 a {
 	left:665px;
	width: 122px;
	background-position: -610px 0px;
}
li#nav-7 a {
 	left:798px;
	width: 122px;
	background-position: -732px 0px;
}

/* Hover State */

li#nav-1 a:hover {
	background-position: 0px -89px;
} 
li#nav-2 a:hover {
	background-position: -122px -89px;
}  
li#nav-3 a:hover {
	background-position: -244px -89px;
} 
li#nav-4 a:hover {
	background-position: -366px -89px;
}  
li#nav-5 a:hover {
	background-position: -488px -89px;
} 
li#nav-6 a:hover {
	background-position: -610px -89px;
}  
li#nav-7 a:hover {
	background-position: -732px -89px;
} 

.category {
	width:163px;
	float:left;
	border-top:8px solid #333;
	margin:0px;
	padding:0px 10px 5px 10px;
	background:#c0c0c0;
	}

.category p {
	margin:0;
	}

#cat-1, #cat-3, #cat-5  {border-top:8px solid #021B2D;}
#cat-2, #cat-4 {border-top:8px solid #3c78a7;}

.category span.cat_title, #front-popular h3, #front-list .cat_title, #archive .cat_title {
	text-transform: capitalize;
	font-family: Arial, Georgia, Helvetica, sans-serif;
	margin:2px 0px;
	font-weight:bold;
	font-size:12px;
	/*letter-spacing:-0.05em;*/
	color: #021b2d;
	}
	
span.cat_title {
	color: #021B2D;
	margin: 3px 0px;
}	

#front-popular h3 {
	color:#021B2D;
	}

.category a {
	color:#021b2d;
	display:block;
	background:none;
	margin: 3px 0;
	}

.category a:hover {
	background:none;
	color:#fff;
	text-decoration:none;
	}

#cat-1:hover, #cat-3:hover, #cat-5:hover {background:#021B2D; color:#fff; }
#cat-2:hover, #cat-4:hover {background:#3c78a7; color:#fff; }
#cat-1:hover a, #cat-3:hover a, #cat-5:hover a {background:#021B2D; color:#fff; }
#cat-2:hover a, #cat-4:hover a {background:#3c78a7; color:#fff; }


#twitter-list	{
	/*border-bottom: 1px dotted #cccccc;
	border-top: 1px dotted #cccccc; */
	/*padding: 5px 5px;*/
	padding-top:10px;
	}

.twitter-title {
	color: #FFFFFF;
	}

.twitter-title a :hover	{
	text-decoration: none;
	}
	
#twitter-list li	{
	margin: 0px 20px 0px 10px;
	color: #333;
	list-style-type: none;
	}
	
#twitter-box	{
	background: #FFFFFF;
	padding: 0px 0px 5px 0px;
	}

#bottom {
	width: 940px;
	}

#front-list {
	width:590px;
	min-height: 410px;
	padding: 0px 10px 10px 10px;
	font-size:1.05em;
	line-height:1.75em;
	float:left;
	background-color: #fff;
	background-image: url(images/gray-grad1.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	}
#front-list-header {
	width:100%;
	background-color: #021b2d;
	width:610px;
	height:22px;
	margin-left:-10px;
	margin-bottom: 20px;	
	font-family: "trebuchet ms", verdana, arial;
}

#archive {
	padding-top:15px;
	font-size:1.05em;
	line-height:1.75em;
	}

#front-list blockquote {
	padding: 0px 10px 0 10px;
	}

#front-list .title, #archive .title {
	font-weight:bold;
	font:2.0em Georgia;
	letter-spacing:-0.05em;
	}

#front-list .clearfloat, #archive .clearfloat {
	padding-bottom:10px;
	border-bottom:1px dotted #ccc;
	margin-bottom:10px;
	}

#front-list .spoiler, #archive .spoiler {
	display:block;
	margin-top:3px;
	}

#front-list p, #archive p {
	margin:0px;
	padding:0px;
	}

.author {
	font-size:0.8em;
	font-weight:bold;
	}

.meta {
	font-weight:normal;
	font-size:0.7em;
	color:#333;
	}

.meta a {
	color:#333;
	}

#headline p, #featured p {
	margin:0;
	}


/* Content Page*/

#content {
	width:590px;
	background:#fff;
	padding:10px;
	font-size:1.05em;
	line-height:1.75em;
	float:left;
	min-height:540px;
	background-image: url(images/gray-grad1.gif);
	background-repeat: repeat-x;
	background-position: bottom;	
	}

#content .breadcrumbs {
	font-weight:bold;
	color: #BBB;
	}
#content .breadcrumbs a {
	font-weight:bold;
	color:#999999;
	}
	

#content h2.title {
	/*font:2.0em Georgia;
	font-weight:bold;
	letter-spacing:-0.05em;*/
	font-size: 24px;
	border-bottom:1px dotted #ddd;
	border-top:3px solid #ddd;
	padding:10px 0px 5px 0px;
	}

.post {
	font-size:1.05em;
	/*font-size:1.05em;*/
	/*line-height:1.75em;*/
	line-height:1.5em;
	}

.post p {
	margin-top:0px;
	line-height: 1.8em;
	}

.post .clearfloat {
	border-bottom:1px dotted #ccc;
	margin:10px 0px;
	}

.post ul, .post ol, #front-list ul, #front-list ol {
	margin-bottom:15px;
	}

.post ul li, #front-list ul li {	
	list-style:square;
	margin-left:30px;
	}

.post ol li, #front-list ol li {	
	list-style:decimal;
	margin-left:30px;
	}

.post ol li ul li, #front-list ol li ul li {	
	list-style:square;
	margin-left:20px;
	}

.post img, .post a img, #front-list img, #archive img {
	border:1px solid #ccc;
	margin:0 10px 5px 0;
	padding:2px;
	}

.post .ads {
	margin-top:10px;
	}

.entry {
	margin-top:20px;
	}

#stats {
	margin-top:0px;
	padding:4px 0px;
	text-transform:uppercase;
	font:0.8em Arial;
	display: none;
	}

#stats span {
	padding: 0px 20px 0px 0px;
	}

#stats span a:hover {
	background:none;
	}

#stats span a {
	color:#333;
	}

#stats img, #nav img {
	border:0px;
	margin:0px;
	padding:0px;
	}

#tools {
	width:590px;
	height:25px;
	font-size:0.95em;
	display: none;
	}

#tools a:hover {
	background:none;
	}

.navigation {
	padding:5px 0px;
	text-align:Center;
	}

/* Sidebar*/
#sidebar {
	width:320px;
	float:right;
	margin:0px 0px 0px 0px;
	}

#sidebar .sidebar-blue {
	font-size: 12px;
	font-weight: bold;
	color: #4074af;
	line-height: 1.5;
	padding: 0;
	margin: 0;
}

#sidebar h3 {
	font-size: 13px;
	/*font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;*/
	font-family: "trebuchet ms", verdana, arial;
	background:#021B2D !important;
	font-weight: bold;
	color:#FFFFFF;
	margin:0px 0px 0px 0px;
	padding:2px 10px;
	}

#sidebar-top {
	width:320px;
	float:right;
	/*padding:5px 10px 0px 10px;*/
	background:#fff;
	border-bottom: 1px solid #bac9d5;
	border-left: 1px solid #bac9d5;
	border-right: 1px solid #bac9d5;	
	margin-bottom: 20px;	
	}
	
#sidebar-bottom {
	width:320px;
	float:right;
	margin-top: 0px;
	padding-bottom: 3px;
	/*padding:5px 10px 5px 10px;*/
	background-color: #fff;
	/*background-image: url(images/gray-grad1.gif);
	background-repeat: repeat-x;
	background-position: bottom;*/
	border-bottom: 1px solid #bac9d5;
	border-left: 1px solid #bac9d5;
	border-right: 1px solid #bac9d5;	
	}

#sidebar-middle {
	width:320px;
	float:right;
	background: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 20px;	
	border-bottom: 1px solid #bac9d5;
	border-left: 1px solid #bac9d5;
	border-right: 1px solid #bac9d5;	
	}

#sidebar-left {
	width:305px;
	/*padding:10px 10px 10px 10px;*/
	float:left;
	background:#fff;
	padding:10px 5px 0px 10px;
	}

#sidebar-left-hardcode {
	width:320px;
	/*padding:10px 10px 10px 10px;*/
	float:left;
	background:#fff;
	padding:0px;
	border-bottom: 1px solid #bac9d5;
	border-left: 1px solid #bac9d5;
	border-right: 1px solid #bac9d5;	
	}
	
#sidebar-left p {
	margin-top: 20px;

}	

#sidebar-right {
	width:135px;
	/*padding:0px 10px 10px 10px;*/
	float:right;
	background:#fff;
	min-height: 80px;
	}


#sidebar li {
	list-style:none;
	border-bottom:1px dotted #ccc;
	display:block;
	padding:4px 0px 4px 13px;
	background:url(images/sub1.png) no-repeat 0 3px;
	}

/*#sidebar li ul li:last-child{
	list-style:none;
	border-bottom:0px dotted #ccc;
	display:block;
	padding:4px 0px 20px 13px;
	background:url(images/sub1.png) no-repeat 0 3px;
	}
*/
#sidebar li:last-child{
	list-style:none;
	border-bottom: none;
	padding-bottom: 0;
	display:block;
}

#sidebar-ads {
	width:300px;
	float:right;
	margin-bottom:10px;
	padding:10px;
	background:#fff;
	}

#sidebar-top li {
	list-style: none !important;
	background: none;
}	


#sub-pages {
	padding: 0 0 5px 0 !important;
}	

/* Form Elements */

select {
	border:1px solid #333;
	width:100%
	}
	
.field {
	padding: 2px;
	border:1px solid #333;
	background:#fff;
	font-size:1.0em;
	}

#s {
	padding:1px;
	font-size:1.0em;
	width:150px;
	}
	
#searchsubmit {
	padding-left:5px;
	}

#commentform input {
	width: 140px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 99%;
	margin-top:5px;
	}



/* Comments*/

.commentlist cite {
	font-style:normal;
	margin-bottom:4px;
	display:block;
	}	

.commentlist blockquote {
	background:#ededed;
	}
			
.commentlist li {
	padding: 10px 0px 10px 0px;
	list-style:none;
	margin-bottom:3px;
	}

.commentlist li li {
	background:none;
	border:none;
	list-style:square;
	margin:3px 0 3px 20px;
	padding:3px 0;
	}

.commenttext {
	padding: 10px 10px 0px 10px;
	background:#f2f2f2;
	border-top:1px solid #ddd;
	border-bottom: 1px solid #ddd;
	width:495px;
	float:right
	}
		
.commentlist cite strong {
	font-size:1.1em;
	}
	
li.my_comment {
	background: #FFF;
	border:none;
	}

li.my_comment cite strong {
	font-size: 1.3em;
	color:#313228;
	}
	
#commentform small {
	background:#FFF;
	font-weight:bold;
	padding:0;
	}
	
.commentmetadata {
	color:#4d4d4d;
	display: block;
	margin-top:3px;
	text-align:right;
	font-size:0.9em;
	}

.commentmetadata a, .commentmetadata a:visited {
	color:#959382;
	}
	
.commentlist small {
	background:#e9e9e9;
	}

.avatar {
	border:1px solid #bbb;
	margin:0px 10px 0px 0px;
	float:left;
	padding:2px;
	width:55px;
	height:55px;
	}	

#comment {
	width:590px;
	background:#fff;
	}

/* Footer*/


#front-popular {
	font-size:0.7em;
	color:#fff;
	width: 940px;
	background:#021b2d url(images/bottombar2.gif) bottom no-repeat;
	margin: 0 auto;
	padding:10px;
	}

#recentpost, #mostcommented {
	width:280px;
	float:left;
	padding:10px;
	border:1px solid #fff;
	}

#mostcommented {
	margin-left:17px;
	}

#recent_comments {
	width:280px;
	float:right;
	padding:10px;
	border:1px solid #fff;
	}

#recentpost a, #mostcommented a, #recent_comments a {
	color:#fff;
	}

#recentpost ul, #mostcommented ul, #recent_comments ul {
	margin-top:5px;
	}

#recentpost ul li, #mostcommented ul li, #recent_comments ul li {
	list-style:none;
	border-top:1px dotted #fff;
	padding:5px;
	display:block;
	}

#recentpost ul li:hover, #mostcommented ul li:hover, #recent_comments ul li:hover {
	background:#3c78a7;
	color:#fff;
	}

#recentpost ul li:first-child, #mostcommented ul li:first-child, #recent_comments ul li:first-child {
	border-top:0px dotted #fff;
	}


#footer {
	margin: 0 auto;
	width: 960px;
	font-size:0.6em;
	padding-top:10px;
	padding-bottom:0px;
	}
	
#promo {
	width:940px;
	height:60px;
	margin:0px auto;
	padding:0px;
	line-height: 14px;
	font-size:xx-small;
	font-weight:lighter;
	color:#8e8d8d;
	clear:both;
	/*background-image: url(images/PoweredByWebfuel.png);
	background-repeat: no-repeat;
	background-position: left top;*/
	text-align: center;
}

#promo a {
	text-decoration: none;
	color: #5996A9;
}

#promo a:hover {
	text-decoration: underline;
	color: #5996A9;
}

#footer-map {
	width:940px;
	height:135px;
	margin:5px auto 10px;
	margin-bottom: 10px;
	padding:5px;
	font-size:xx-small;
	line-height: 1.5em;
	font-weight:lighter;
	color: #CCCCCC;
	background-color: #142B3C;
	border: 1px solid #102738;
}

#footer-map h3 {
	font-size:12px;
	margin-left: 10px;
	margin-bottom: 5px;
	color: #5996A9;
}

#footer-map ul {
	list-style: none;
	}

#footer-map li {
	color: #CCCCCC;
	padding-left:5px;
	}
	
#footer-map li a{
	font-size: x-small;
	line-height: 15px;
	font-weight:lighter;
	color: #5996A9;
	margin:0;
	padding:0;
	text-decoration:none;
	}	
	
#footer-map li a:visited {
	font-size: x-small;
	line-height: 15px;
	font-weight:lighter;
	color: #5996A9;
	margin:0;
	padding:0;
	text-decoration:none;
	}		
	

#footer-map li:hover {
	background: #154365;
	color:#FFFFFF;
	}
	
#footer-map li a:hover {
	color:#FFFFFF;
	}	

.footer-linkbox1 {
	margin-left:35px;
	width:168px;
	float:left;
	clear:none;
}
.footer-linkbox {
	width:168px;
	float:left;
	clear:none;
	margin-left:15px;
}


/* Float Properties*/

.clearfloat:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	background-image: url(images/PoweredByWebfuel.png);
	background-repeat: no-repeat;
	background-position: right;
	}

.clearfloat {
	display: inline-block;
	}


/* Hides from IE-mac \*/
* html .clearfloat {
	height:1%;
	}

*+html .clearfloat {
	height:1%;
	}

.clearfloat {
	display:block;
	}

a.external-link {
	display:block;
	line-height: 14px;
	background: url(../../../images/ext-link.gif) left no-repeat;
	padding-left: 19px;	
	margin-top: 10px;
}

a.external-pdf {
	display:block;
	line-height: 14px;
	background: url(../../../images/ext-pdf.gif) left no-repeat;
	padding-left: 27px;	
	margin-top: 10px;
}


.debug {
font-size: xx-small;
color: #999999;
display: none;  /* change to 'none' to turn off debug comments */
}

.debug:before {
	content: "debug: ";
}

ul.blog-widget {
	padding: 5px 5px 0 5px;
}	