/********************************************************************
 * TEMPLATE CSS FILE
*********************************************************************/

/** GENERAL TAGS **/
html, body {
	border: 0;
	margin: 0;
	padding: 0;
}

body {
	font: 75%/1.5 "Lucida Grande",Geneva,Arial,Verdana,sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0.3em 0;
	font-weight: bold;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 12px;
}

h5, h6 {
	font-size: 12px;
}

p, pre, blockquote, form, label, ul, ol, dl, fieldset, address {
	margin: 0.35em 0 .8em 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th {
	text-align: left;
}

fieldset {
	padding: .5em;
}

ul {
	padding: 0;
	list-style: none;
	list-style-image: none;
}

ul li {
	margin: .3em 0 .3em .5em;
	padding: 0 0 0 10px;
	background: url(../images/icon-arrow-s.png) no-repeat left 6px;
}

a:link,
a:visited {
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

small {
	font-size: .85em;
}

img {
	border: none;
}

sup {
	position: relative;
	bottom: 0.3em;
	vertical-align: baseline;
}

sub {
	position: relative;
	bottom: -0.2em;
	vertical-align: baseline;
}

acronym, abbr {
	border-bottom: 1px dashed;
	letter-spacing: 1px;
	cursor: help;
}

/*** JOOMLA BUILD-IN ***/
/** PATHWAY **/
/* Path way container */
span.pathway {
	font-weight: bold;
	font-size: 0.9em;
}

a.pathway:link,
a.pathway:visited {
	padding: 0 .35em;
	font-weight: normal;
	text-decoration: none;
}

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

/** HEADING AREA **/
/* page heading */
.componentheading,
.contentheading {
	font-size: 18px;
}

/* Content title link */
a.contentpagetitle:link,
a.contentpagetitle:visited {
	text-decoration: none;
}

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

/** CONTENT AREA **/
/* Blog page main wrapper */
table.blog {
	width: auto;
}

table.blog td {
	padding-right: .4em;
}

/* Content container */
table.contentpane,
table.contentpaneopen {
}

/* Separator after each content container TD */
span.article_seperator {
	display: block;
	height: 1px;
}

table.blog span.article_seperator {
	height: 1.5em;
}
