/* Clear the canvas. */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td {
	margin:0;
	padding:0;
} 

/* Set up the basic font */
body {
    font-family: Verdana;
    font-size:12px;
    line-height: 1.3333em;
}

/* Content box where the article is places */
#content {
    /* Uncomment this to show the line height */
/*    background: url(../images/rythm.png);  */
}

p {
    font-family: "Trebuchet MS"; 
    font-size:  14px; 
    line-height: 1.3333em; /* 16px */ 
    margin: 0 0 1.3333em 0; 
}


/* Set up the headers 
 * http://drewish.com/tools/vertical-rhythm */
h1, h2, h3, h4, h5 {
    color: #7d9100; /* green */
    font-weight: normal;
    font-family: "Trebuchet MS";
}

h1 { 
    font-size: 1.3333em; /* 16px */ 
    line-height: 1em; /* 16px */ 
    margin-top: 1em; 
    margin-bottom: 0em;
}

h2 { 
    font-size: 1.1667em; /* 14px */ 
    line-height: 1.1429em; /* 16px */ 
    margin-top: 1.1429em;
    margin-bottom: 0em;
}


/* The first heading in an article */
td.contentheading, div.componentheading {
    color: #ed7d23; /* orange */
    font-family: "Trebuchet MS";
    font-weight: bold;
    font-size: 1.8333em; /* 22px */
    line-height: 1.4545em; /* 32px */
    margin-top: 0.7273em;
    padding-bottom: 0.666em;
}

/* Heading of an article in a blog layout */
table.blog td.contentheading {
    color: #7d9100; /* green */
    font-size: 1.3333em; /* 16px */
    line-height: 1em; /* 16px */
    margin-top: 1em;
    margin-bottom: 0;
    padding-bottom: 0;
}

/* A column in a blog layout needs a right margin so the columns
 * dont flow togeather. */
td.article_column {
    padding-right: 10px;
}

/* The creation date of an article */
td.createdate {
    color: #ed7d23; /* orange */
    font-weight: bold;
    font-size: 0.8333em; /* 10px */ 
}



/* Default link */
a {
    text-decoration: none;    
    color: #ed7d23; /* Orange */
}

a:hover {
    color: #333;
}

img {
    border: none;
}


/* used in search page */
fieldset {
    border: none;
    padding-bottom: 20px;
}


/* Collapse table to make the vertical rythm work */
table {
    border-collapse: collapse;
    border-spacing: 0;    
}


ul {
    list-style-position: inside;
}


/* Link color in the toolbar */
div#toolbar li a {
	color: #fff;
}

/* Link color in the sub toolbar */
div#subtoolbar li a {
	color: #666;
}

div#subtoolbar li a:hover {
    color: #7d9100; /* green */
}

/* Active link color in the sub toolbar. */
div#subtoolbar li.active a {
    color: #7d9100; /* green */
}


/* STYLES FOR JOOMLA! EDITOR */
hr#system-readmore  { border: red dashed 1px; color: red; }
hr.system-pagebreak { border: gray dashed 1px; color: gray; }




