@charset "utf-8";
/* CSS Document */

/* Blog category listing */

div.category {
	padding-top: 20px;
}

div.category ul {
	list-style:none;
	position:relative;
	width: 100%;
}

div.category ul li.sectiontableheader{
	border-bottom: 1px dotted #333;
}

div.category ul li.sectiontableheader a{
	color: #333;
	text-decoration: none;
}

div.category ul li{
	float:left;
	text-align:left;
	list-style-type:none;
	font-size: 1em;
	line-height: 1.8em;
}

div.category li#count, div.category ul li.count{
	float:left;
	text-align:left;
	list-style-type:none;
	width: 10%;
}

div.category li#tableOrdering, div.category ul li.tableOrdering{
	float:left;
	text-align:left;
	list-style-type:none;
	width: 49.5%;
}

div.category li#tableOrdering2, div.category ul li.tableOrdering2{
	float:left;
	text-align:left;
	list-style-type:none;
	width: 10%;
}

div.category li#author, div.category ul li.author{
	float:left;
	text-align:left;
	list-style-type:none;
	width: 20%;
}

div.category li#hits, div.category ul li.hits{
	float:left;
	text-align:left;
	list-style-type:none;
	width: 10%;
}

/* Content */

div.contentdescription {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	color: #999;	
}

div.contentdescription p {
	padding: 5px 5px 0px 10px;
	margin: 0px;
	font-size: 1em;
	line-height: 1.2em;
	border-bottom: 0px solid #eee;
}

div.contentdescription p img {
	float: left;
	padding: 0px 5px 5px 5px;
	max-height: 60px;
	width: expression(this.height > 60 ? 60: true);
	display: block;
}

/* Categories */

ul.categorylist {
	list-style:none;
	margin: 0px 0px 10px 10px;
}

li.categorylist {
	padding: 5px;
	margin: 10px 10px 10px 0px;
/*	background: #fafafa; */
}

li.categorylist a.category{
 	margin: 0px 0px 0px 0px; 
	padding: 0px; 
	color:#666;
	border-bottom: 1px dashed #999; 
	font-size: 1.4em;
	line-height: 1.6em; 
	font-family: calibri, Arial, Helvetica, sans-serif;
	font-weight: bold; 
	text-transform: uppercase;
	text-decoration: none;	
}

li.categorylist p {
	padding: 0px;
}

li.categorylist ul {
	padding: 2px 0px 0px 15px;
}

li.categorylist p img {
	float: right;
	margin: 0px 0px 3px 5px;
	border: 1px solid #ccc;
	padding: 1px;
	background: #eee;
	max-height: 120px;
	height: expression(this.height > 120 ? 120: true);
	display: block;
}

li.categorylistbottom {
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
/*	background: #fafafa;
	border: 1px solid #eee; */
	text-align:left;
	height: 12px;
}

li.categorylistbottom a.category{
 	margin: 0px 0px 0px 0px;
	padding: 0px;
	color:#000;
/*	background: url("../images/readmore.gif") top right no-repeat; */
}

li.categorylistbottom img{
	border: 1px solid #ccc;
	padding: 1px;
	margin: 0px 0px 0px 5px;
	background: #eee;
}	

/* Articles */

div.article_row, div.article_column {
	vertical-align: top;
	margin-top: 0px;
	float: left;
}

span.article_separator, span.row_separator {
	display: none;
}


div.column1, div.leading {
} 

div.column2 {
} 

div.column3{
} 

div.column4{
} 

div.cols1, div.leading {
	float: left;
	width: 770px;
	padding: 5px;
	margin: 10px 0px 10px 10px;
/*	background: #fafafa;
	border: 1px solid #eee; */
} 

div.cols1 p img {
	max-width: 700px;
	width: expression(this.width > 700 ? 700: true);
	border: 1px solid #ccc;
}

div.cols2 {
	float: left;
	padding: 5px;
	width: 375px;
	min-height: 50px;
	margin: 10px 0px 10px 10px;
/*	background: #fafafa;
	border: 1px solid #eee; */
} 

div.cols2 p img {
	max-width: 360px;
	width: expression(this.width > 360 ? 360: true);
	border: 1px solid #ccc;
	padding: 1px;
	margin: 0px 5px 0px 0px; 
	background: #eee;
	float: left;
}


div.cols3 {
	float: left;
	padding: 5px;
	width: 245px;
	min-height: 120px;
	overflow: hidden;
	margin: 10px 0px 10px 10px;
/*	background: #fafafa;
	border: 1px solid #eee; */

} 

div.cols3 p img, div.cols3 img {
	max-width: 235px !important;
	width: expression(this.width > 235 ? 235: true);
	border: 1px solid #ccc;
	padding: 1px;
	background: #eee;
}

div.cols4 {
	float: left;
} 


div.blog {
	vertical-align: top;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

div.breadcrumb {
	float: left;
	padding: 0px 0px 0px 10px;
	margin: 0px 1px 0px 10px;
	border-left: 1px solid #eee;
}

span.pathway{
	color: #ccc;
	padding: 0px 1px;
	text-transform: none;
}

span.pathway a, span.pathway a:link, span.pathway a:visited  {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	text-decoration: none;
	color: #333 !important;
	text-transform: none;
}

