/**
 * Content CSS for the BonusThemes.com TeraHost Template
 *
 * @package bt_terahost
 * @version 1.1
 * @copyright BonusThemes.com 2008-2009
 * @link http://www.bonusthemes.com/goto/bt_terahost
 */


/* #######################  GENERAL SETTINGS ############################ */

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	color: #000;
	background: #ccc url(../images/layout/bg.jpg) repeat-x left top;
}

/*  Global Formatting */

h1 {
	font-size: 16px;
	line-height: 1em;
	font-weight: 900;
	color:  #D94B2B;
}

h2 {
	font-size: 15px;
	line-height: 1em;
	font-weight: 900;
	color:  #000;
}

h3 {
	font-size: 14px;
	line-height: 1em;
	font-weight: 900;
	color:  #D94B2B;
}

h4 {
	font-size: 13px;
	line-height: 1em;
	font-weight: 900;
	color:  #000;
}

h5 {
	font-size: 12px;
	line-height: 1em;
	font-weight: 900;
	color:  #D94B2B;
}

h6 {
	font-size: 11px;
	line-height: 1em;
	font-weight: 900;
	color:  #000;
}

td {
	font-size: 12px;
}

th {
	font-size: 12px;
}

a {
	color: #1F98C7;
}

a:hover {
	color: #D94B2B;
}

a:visited {
	color: #1F98C7;
}

a.image, a.image:hover {
	border: 0;
}

li {
	list-style-type: none;
}

ul {
	list-style: none;
}
ul li {
	background: url(../images/bullet-list.gif) no-repeat 0 5px;
	padding-left: 12px;
	margin-left: 0;
}

ol li {
	line-height: 180%;
	padding-left: 12px;
}

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 10px 0;
	padding: 0;
}

fieldset {
	border: none;
}

fieldset a {
	font-weight: bold;
}

img {
	border: none;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix { display: inline-block; }
/* Hide from IE Mac \*/
.clearfix { display: block; }
/* End hide from IE Mac */


/* #######################  END GENERAL SETTINGS ############################ */

/* ######################  LAYOUT SETTINGS       ############################## */

/* ######################  LAYOUT SETTINGS       ############################## */

/*##################### NAVIGATION SECTION #####################*/

/* Pathway Breadcrumbs */

.pathway {
	color: #585858;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

a.pathway:link {
}

a.pathway:visited {
	color: #585858;
}

a.pathway:active {
}

a.pathway:hover {
	text-decoration: underline;
}

#pathway_notice {
	color: #D94B2B;
	font-weight: bold;
	font-size: 11px;
}


/* Default Menus for Joomla 1.0 */

.mainlevel, .sublevel {
}

a.mainlevel,
a.sublevel {
	padding: 7px 0 3px 15px;
	text-decoration: none;
	background: url(../images/arrow_dark.gif) no-repeat 0px 9px;
	line-height: 18px;
}

a.mainlevel:hover, a.sublevel:hover {
	text-decoration: underline;
}


/* Default Menus for Joomla 1.5 */

ul.menu li {
	list-style-position: outside;
	padding-left: 1.6em;
	margin-left: 0;
	background: url(../images/arrow_dark.gif) no-repeat 0px 6px;
}

ul.menu li a {
	line-height: 18px;
	margin-left: 0px;
	text-decoration: none;
	color: #727272;
}

ul.menu li a:hover {
	margin-left: 0px;
	text-decoration: underline;
	color: #D94B2B;
}



/* Add Custom Menus */


/*##################### NAVIGATION SECTION #####################*/

/* ##################### STANDARD MODULE TABLE  #################*/

table.moduletable {
	padding: 0px;
	margin: 0px;
}

table.moduletable th {
	background: #2F3E57;
	height: 18px;
	color: #FFFFFF;
}

table.moduletable td {
	height: 18px;
}

div.moduletable, div.module {
	margin-bottom: 15px;
}

/* End Custom Modules */

/* ##################### END STANDARD MODULE TABLE  #################*/

/* #############  CONTENT - SECTIONS & CATEGORIES ###########################*/

.contentheading {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
	font-size: 26px;
	color: #1F98C7;
}

.contentheading a, .contentheading a:visited {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
	font-size: 20px;
	color: #576676;
	text-decoration: none;
}

.contentheading a:hover {
	color: #4E7EC6;
	text-decoration: underline;
}

/* content title and links */

.contentpagetitle {
	
}

a.contentpagetitle, a.contentpagetitle:visited {
	text-decoration: none;
	font-weight: normal;
	color: #10478c;
	border-bottom: 0px;
}

a.contentpagetitle:hover {
	color: #000;
	border-bottom: 0px  dashed #CCCCCC;
	text-decoration: none;
}

.contentinfo .author {
	position: relative;
	top: -12px;
	background: url(../images/user.gif) no-repeat left top;
	padding-left: 20px;
}

/* top box like a category description */

.contentdescription {
	
}

/* Main Body Text */

.contentpane {
	width: auto;
}

.contentpaneopen h2 {
	padding: 0;
	margin: 0;
}

.contentpaneopen {
}

table.contentpane {
	margin-bottom: 30px;
}

/* Main Body Text */

/* article rating */

.content_rating {
	font-weight: normal;
	font-size: .8em;
}

.content_vote {
	font-weight: normal;
	font-size: .8em;
}

/* icons */

.buttonheading {
	font-size: 12px;
}

.pop-ups {
	float: right;
}

a.pop-up {
	border-bottom: 0;
}

/* Dates */

.blogdate {
	background: url(../images/layout/article_date.gif) no-repeat top left;
	width: 58px;
	height: 60px;
	margin-right: 10px;
	margin-top: 9px;
}
.blogdate .month {
	color: #666;
	text-align: center;
	font-size: 12px;
	margin: 0;
	padding: 0;
	line-height: 20px;
}
.blogdate .day {
	color: #999;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	margin: 0;
	padding: 0;
	line-height: 18px;
}
.blogdate .year {
	color: #fff;
	text-align: center;
	font-weight: normal;
	font-size: 10px;
	margin: 0;
	padding: 0;
	line-height: 20px;
}

.createdate {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
	font-size: 10px;
	color: #D94B2B;
}

.modifydate {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
	font-size: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.newsfeeddate {
	font-size: 10px;
	color: #d34807;
	font-weight: normal;
}

/* Dates */

/* Writen by Authors name */

.small {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
	font-size: 10px;
	color: #727272;
}

/* Page navigation links "<<< 1 of 10 next >>>" */

.pagenav {
	padding: 2px;
	color: #999;
}

a.pagenav,
.pagenav_prev a,
.pagenav_next a,
.pagenavbar a {
	padding: 1px 4px;
	border-top: 1px solid #E1E1E1;
	border-left: 1px solid #E1E1E1;
	border-bottom: 1px solid #BABDB6;
	border-right: 1px solid #BABDB6;
	text-decoration: none;
	font-size: 11px;
	background: #f5f5f5;
	color: #999;
	height: 100%;
}

a.pagenav:hover, a.pagenav:active,
.pagenav_prev a:hover, .pagenav_prev a:active,
.pagenav_next a:hover, .pagenav_next a:active,
.pagenavbar a:hover, .pagenavbar a:active {
	padding: 1px 4px;
	border-top: 1px solid #BABDB6;
	border-right: 1px solid #E1E1E1;
	border-bottom: 1px solid #E1E1E1;
	border-left: 1px solid #BABDB6;
	text-decoration: none;
	color: #000;
}

th.pagenav_prev a, th.pagenav_prev a:visited,
th.pagenav_next a, th.pagenav_next a:visited {
	color: #999;
	font-weight: normal;
}

th.pagenav_prev a:hover,
th.pagenav_next a:hover {
	color: #000;
	font-weight: normal;
}

.pagenavbar {
	padding-left: 14px;
	font-size: 11px;
}

.pagenavcounter {
	padding: 10px 0 0 0;
	color: #aaa;
}

/* Read more link */

a.readon, a.readmore {
	background: url(../images/readon.gif) no-repeat top;
	color: #333;
	text-decoration: none;
	text-indent: 13px;
	font-weight: bold;
	width: 162px;
	line-height: 31px;
	float: left;
	display: block;
}

/* Article index  {mospagebreak} */

table.contenttoc {
	margin: 0 0 30px 30px;
	padding: 0;
	width: 200px;
}

table.contenttoc th {
	padding: 5px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
	font-size: 12px;
	background-color: #e8e8e8;
	border-bottom: solid 1px #999999;
	color: #808080;
	text-indent: 5px;
}

table.contenttoc td a {
	display: block;
	width: auto;
}

table.contenttoc td a:hover {
	background: #f1f1f1;
	color: #000;
	text-decoration: none;
	display: block;
	width: auto;
}

table.contenttoc td {
	text-align: center;
	background: #FCFCFC;
	border-left: solid 1px #ddd;
	border-right: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
}

.toclink {
	font-size: 10px;
	padding: 5px;
}

/* Links article index */

a.toclink {
	height: 18px;
}

/* End Article index  */

/*  component heading */

.componentheading {
	font-size: 1.5em;
	font-weight: bold;
	color: #D94B2B;
	text-align: left;
	margin-top: 1.5em;
}

/* Sectiontable Table types listings Faqs's, weblink etc..*/

.sectiontableheader {
	height: 25px;
	background-color: #8EB833;
	background-repeat: repeat;
	padding: 2px;
	color: #fff;
	font-weight: bold;
	padding: 2px;
}

.sectiontableheader a, .sectiontableheader a:visited {
	color: #fff;
}

/* Table odd and Even Rows */

.sectiontableentry1 {
	background-color: #e2e2e2;
	height: 20px;
}

.sectiontableentry2 {
	height: 20px;
}

.sectiontableentry1 a, .sectiontableentry1 a:visited,
.sectiontableentry2 a, .sectiontableentry2 a:visited {
	color: #D94B2B;
}

.sectiontableentry1 td,
.sectiontableentry2 td {
	padding: 4px;
	border-bottom: 1px solid #B6BBC6;
}

td.sectiontableentry1,
td.sectiontableentry2 {
	padding: 4px;
	border-bottom: 1px solid #B6BBC6;
}

tr.sectiontableentry1:hover td,
tr.sectiontableentry2:hover td {
	background-color: #FFFFEA;
}

/* End Sectiontable */

/* Category */

.category {
	color: #333;
}

a.category {
	height: 15px;
}

/* End category */

/* blogsection */

.blog table {
	padding: 0 5px;
}

.blog_more {
	margin-top: 5px;
	margin-left: 20px;
	margin-bottom: 30px;
}

/* space from bottom of article */

.article_separator, .article_seperator {
	display: block;
	height: 30px;
}


/* End blogsection */

/* Search Form Module*/

.search {

}

/* results if not search google */

.searchintro {
	height: 26px;
}

/*Search Form keyword highlight*/

.highlight {
	background: #ffff99;
	padding: 0px 2px 0px 2px;
}

/* End Search Form */

/* wrapper title */

/* mosimage */

.img_caption {
	border: 1px solid #988e34;
	padding: 5px 5px 2px;
	background: #eee8ac;
	color: #333;

}
.img_caption p {
	padding: 3px 0;
}

/* Caption fixes */
.img_caption.left {
	float: left;
	margin-right: 1em;
}

.img_caption.right {
	float: right;
	margin-left: 1em;
}

.img_caption.left p {
	clear: left;
	text-align: center;
}

.img_caption.right p {
	clear: right;
	text-align: center;
}



/* ############# END CONTENT - SECTIONS & CATEGORIES ###########################*/

/* ##################### FORM SECTION  #####################*/

form {
	font-size: 12px
}

input {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color: #FFFFFF;
	font-size: 13px;
	color: #333;
}

.inputbox {
	background: White;
}

.text_area {
	background: White;
}

/* Pull down menu */

.selectbox {
}

/* Submit Button */

.button {
	background: url(../images/grad1.gif) repeat-x center #EFEFEF;
	border: 1px solid #DDDDDD;
	border-bottom-color: #CCCCCC;
	color: #666666;
	padding: 2px 8px;
	cursor: pointer;
}

/* Contact Email Form */

.contact_email {
	margin: 0px;
	padding: 5px;
}

/* ##################### END FORM SECTION  ##################### */

/* ##################### SEARCH SECTION  ##################### */


/* Search module */

.search {
}

input#mod_search_searchword {
	background-color: #eee;
	border: 1px solid #727272;
	padding: 3px;
}

.search input.button {
	position: relative;
	left: 5px;
	background: none;
	border: none;
	padding: 0;
	margin: 0;
}


/* ##################### END SEARCH SECTION  ##################### */

/* ###################### TABBED EDITING ###################### */

/* When user login to edit or sumbit articles for modifying {moscode} output.  Don't set the color! */

.moscode {
	background-color: #f0f0f0;
}

.code {
	font-family: courier, serif;
	font-size: 1.2em;
	padding: 2px;
	background-color: #f0f0f0;
	color: blue;
	border: 1px solid #d5d5d5;
	margin: 0px;
	width: 90%;
}

/* Text passed with mosmsg url parameter */

.message {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1em;
	color: #666;
	text-align: center;
}

/* Styles for dhtml tabbed-pages */

.ontab {
	background-color: #666666;
	border-left: outset 1px #666;
	border-right: outset 1px #333;
	border-top: outset 1px #666;
	border-bottom: solid 1px #333;
	text-align: center;
	cursor: default;
	font-weight: bold;
	color: #FFFFFF;
	padding: .2em;
}

.offtab {
	background-color: #cccccc;
	border-left: outset 1px #666;
	border-right: outset 1px #333;
	border-top: outset 1px #666;
	border-bottom: solid 1px #333;
	text-align: center;
	cursor: default;
	font-weight: normal;
	padding: .2em;
}

.edit-tabs {
	padding: 1em;
	background: none;
}

.tabpadding {
	padding: 1px;
}

.tabheading {
	background-color: #FF6600;
	text-align: left;
}

.pagetext {
	visibility: hidden;
	display: none;
}

/*Body of the form*/

.adminform {
	background-color: #FFFFFF;
}

/* ###################### End TABBED EDITING ###################### */

/* ######################  TYPOGRAPHY SETTINGS       ############################## */

/* @group typography */

span.alert {
	display: block;
	background: #fff6bf url(../images/bt_exclamation.png) center no-repeat;
	background-position: 15px 50%;
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 4px solid #D94B2B;
	border-bottom: 1px solid #D94B2B;
}

span.info {
	display: block;
	background: #f8fafc url(../images/bt_information.png) center no-repeat;
	background-position: 15px 50%;
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 4px solid #1F98C7;
	border-bottom: 1px solid #1F98C7;
}

span.download {
	display: block;
	background: #e2f3de url(../images/bt_download.png) center no-repeat;
	background-position: 15px 50%;
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 4px solid #8EB833;
	border-bottom: 1px solid #8EB833;
}

pre {
	display: block;
	line-height: 100%;
	border-left: 5px solid #D94B2B;
	background: #eeeeee;
	padding: 10px;
	font-family: Monaco, "Courier New", monospace;
	font-size: 11px;
	overflow: auto !important;
	overflow: scroll;
	width: 95%;
}

blockquote {
	margin: 20px 0;
	padding: 0 0 0 40px;
	border: none;
	font-style: oblique;
	color: #8EB833;
	background: url(../images/bt_quote.png) no-repeat 10px 0;
	font-size: 22px;
}

ul.check1 li,
li.check1 {
	background: url(../images/bullet-1.png) 0 0 no-repeat;
}

ul.check2 li,
li.check2 {
	background: url(../images/bullet-3.png) 0 0 no-repeat;
}

ul.arrow1 li,
li.arrow1 {
	background: url(../images/bullet-2.png) 0 0 no-repeat;
}

ul.arrow2 li,
li.arrow2 {
	background: url(../images/bullet-4.png) 0 0 no-repeat;
}

ul.arrow3 li,
li.arrow3 {
	background: url(../images/bullet-5.png) 0 0 no-repeat;
}

ul.star li,
li.star {
	background: url(../images/bullet-6.png) 0 0 no-repeat;
}

ul.circle li,
li.circle {
	background: url(../images/bullet-7.png) 0 0 no-repeat;
}

ul.check1,
ul.check2,
ul.arrow1,
ul.arrow2,
ul.arrow3,
ul.star,
ul.circle,
ul.morespace {
	margin-left: 35px;
	padding: 0;
}

ul.check1,
ul.check2,
ul.arrow1,
ul.arrow2,
ul.arrow3,
ul.star,
ul.circle,
ul.morespace,
ul.check1,
ul.check2,
ul.arrow1,
ul.arrow2,
ul.arrow3,
ul.star,
ul.circle,
ul.morespace {
	margin-left: 5px;
	padding: 0;
}

ul.check1 li,
ul.check2 li,
ul.arrow1 li,
ul.arrow2 li,
ul.arrow3 li,
ul.star li,
ul.circle li,
li.check1,
li.check2,
li.arrow1,
li.arrow2,
li.arrow3,
li.star,
li.circle {
	list-style: none;
	padding-bottom: 5px;
	padding-left: 25px;
}

ul.camera li {
	background: url(../images/camera-list.gif) no-repeat 0 2px;
	padding-left: 18px;
	margin-left: 0;
}

/* ######################  End TYPOGRAPHY SETTINGS       ############################## */



/* @group module suffixes */


.btmod {
	margin-bottom: 15px;
}


.mstyle1_tc { background: #94b10a url(../images/layout/mstyle1_tcr.gif) no-repeat top right; }
.mstyle1_ml { background: #94b10a; }
.mstyle1_mc { background: #94b10a url(../images/layout/mstyle1_mctr.gif) no-repeat top right; }
.mstyle1_mr { background: #94b10a url(../images/layout/mstyle1_mrt.gif) no-repeat top left; }
.mstyle1_bc { background: #94b10a; }
.moduletablemstyle1 h3 {
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0px 0px 8px 0px;
}

.mstyle1_mc ul.menu a {
	color: #000;
}

.mstyle1_mc ul.menu li {
	list-style-position: outside;
	padding-left: 1.6em;
	margin-left: 0;
	background: url(../images/arrow_light.gif) no-repeat 0px 6px;
}

.mstyle1_mc a {
	color: #fff;
}

.mstyle1_mc a:hover {
	text-decoration: none;
}

.mstyle2_tc { background: #dd9b0c url(../images/layout/mstyle2_tcr.gif) no-repeat top right; }
.mstyle2_ml { background: #dd9b0c; }
.mstyle2_mc { background: #dd9b0c url(../images/layout/mstyle2_mctr.gif) no-repeat top right; }
.mstyle2_mr { background: #dd9b0c url(../images/layout/mstyle2_mrt.gif) no-repeat top left; }
.mstyle2_bc { background: #dd9b0c; }
.moduletablemstyle2 h3 {
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0px 0px 8px 0px;
}

.mstyle2_mc ul.menu a {
	color: #000;
}

.mstyle2_mc ul.menu li {
	list-style-position: outside;
	padding-left: 1.6em;
	margin-left: 0;
	background: url(../images/arrow_light.gif) no-repeat 0px 6px;
}

.mstyle2_mc a {
	color: #fff;
}

.mstyle2_mc a:hover {
	text-decoration: none;
}

.mstyle3_tc { background: #d2d7b4 url(../images/layout/mstyle3_tcr.gif) no-repeat top right; }
.mstyle3_ml { background: #d2d7b4; }
.mstyle3_mc { background: #d2d7b4 url(../images/layout/mstyle3_mctr.gif) no-repeat top right; }
.mstyle3_mr { background: #d2d7b4 url(../images/layout/mstyle3_mrt.gif) no-repeat top left; }
.mstyle3_bc { background: #d2d7b4; }
.moduletablemstyle3 h3 {
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0px 0px 8px 0px;
}

.mstyle3_mc ul.menu a {
	color: #000;
}

.mstyle3_mc ul.menu li {
	list-style-position: outside;
	padding-left: 1.6em;
	margin-left: 0;
	background: url(../images/arrow_dark.gif) no-repeat 0px 6px;
}

.mstyle3_mc a {
	color: #727949;
}

.mstyle3_mc a:hover {
	text-decoration: none;
}

.mstyle4_tc { background: #379bc5 url(../images/layout/mstyle4_tcr.gif) no-repeat top right; }
.mstyle4_ml { background: #379bc5; }
.mstyle4_mc { background: #379bc5 url(../images/layout/mstyle4_mctr.gif) no-repeat top right; }
.mstyle4_mr { background: #379bc5 url(../images/layout/mstyle4_mrt.gif) no-repeat top left; }
.mstyle4_bc { background: #379bc5; }
.moduletablemstyle4 h3 {
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0px 0px 8px 0px;
	color: #fff;
}

.mstyle4_mc ul.menu a {
	color: #000;
}

.mstyle4_mc ul.menu li {
	list-style-position: outside;
	padding-left: 1.6em;
	margin-left: 0;
	background: url(../images/arrow_light.gif) no-repeat 0px 6px;
}

.mstyle4_mc ul.menu li a:hover {
	margin-left: 0px;
	text-decoration: underline;
	color: #fff;
}

.mstyle4_mc a {
	color: #fff;
}

.mstyle4_mc a:hover {
	text-decoration: none;
}

.mstyle56_c {
	color: #fff;
	background: url(../images/layout/mstyle56_c.gif) repeat-x top left;
}

.moduletablemstyle5 h3 {
	color: #8EB833;
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 0px 0px 14px 0px;
}

.moduletablemstyle6 h3 {
	color: #1F98C7;
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 0px 0px 14px 0px;
}

.ddp1_content a {
	color: #fff;
}

.ddp1_content a:hover {
	color: #1F98C7;
}

/* @group miscellaneous position adjustments */

/*j17*/
input#mod-search-searchword { border: none; background: none; padding: 13px 0 0 5px; color: #fff; font-weight: bold; font-size: 16px; }

div.breadcrumbs { display: inline;
}
div.breadcrumbs img { vertical-align: top; padding: 8px 0 0 0; }

.author {
	display: inline-block;
	background: url(../images/user.gif) no-repeat left center;
	padding-left: 20px;
}

.cmenu_hd_norm { color: #fff !important; font-weight: bold; }
.cmenu_hd_norm:hover { color: #0079D0 !important; }

.cmenu_hd_sel { color: #0079D0 !important; font-weight: bold; }
.cmenu_hd_sel:hover { color: #0079D0 !important; }

/* com_content */
div.item h2, 
div.item-page h2,
div.blog-featured h2, 
div.blog h2 { font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif; font-size: 26px; color: #1F98C7; display: block; margin: 0 0 18px 0; }
ul.actions { float: right; margin: 0; padding: 0; position: relative; top: -30px; right: 10px; }
ul.actions li { float: left; background: none; text-decoration: none; }

dl.article-info dt.article-info-term { display: none; }
dl.article-info dd.category-name { background: transparent url(../images/folder.png) no-repeat left top; padding: 0 0 5px 23px; margin: 5px 0 0 0; }
dl.article-info dd.create { height: 16px; margin: 10px 15px 8px 0; background: transparent url(../images/time.gif) no-repeat left top; padding: 0 0 0 23px; display: inline-block; }
dl.article-info dd.modified { height: 16px; margin: 10px 15px 8px 0; background: transparent url(../images/time.gif) no-repeat left top; padding: 0 0 0 23px; display: inline-block; }
dl.article-info dd.createdby { margin: 10px 15px 8px 0; background: transparent url(../images/user.gif) no-repeat left top; padding: 0 0 0 23px; display: inline-block; }
dl.article-info dd.hits { margin: 10px 15px 8px 0; background: transparent url(../images/hits.png) no-repeat left top; padding: 0 0 0 23px; display: inline-block; }

div.items-row { margin: 25px 0 0 0; }


/* PAGINATION
-------------------------------------------------------------- */
ul.pagination { list-style: none; margin: 10px 0 10px 0; padding: 0; text-align: center; }
 ul.pagination li { cursor: pointer; display: inline; margin: 0 5px 0 0; padding: 0; background: none; }

/* inactive */
ul.pagination li.inactive a { background: #ccc; color: #000; padding: 5px 10px 5px 10px; text-decoration: none !important; }
ul.pagination li.inactive a:hover { background: #666; color: #fff !important; text-decoration: none !important; }

/* active */
ul.pagination li.active { background: #ccc; color: #000; padding: 5px 10px 5px 10px; font-weight: bold; }
ul.pagination li.active:hover { background: #666; color: #fff !important; text-decoration: none !important; }

/* links, counter, show limit */
.limit, .counter, .page_links, #navigation { font-weight: bold; margin: 15px 0; text-align: center; }
div#navigation span ul.pagination { margin: 20px 0; }

/* Pathway Breadcrumbs */

#pathway img { position: relative; top: -2px; padding-left: 5px; padding-right: 5px; }

/* for joomla! 3.x */
#breadcrumb_area { background: none; overflow: hidden; margin-bottom: 15px;}
a.pathway_home { float: left; }
span#pathway_notice { }
ul.breadcrumb { margin: 0;
	display: inline-block;
}
ul.breadcrumb li { background: none; padding: 2px 0; margin: 0 5px 0 0; float: left; }
span.divider img { padding: 0px 2px 0 5px; }
