/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

/* Blue - #293e6b */
/* Green - #778e1d */

body {color: #5c5a52; font: 12px Arial, Helvetica, 'Liberation Sans', FreeSans, sans-serif; line-height: 17px;}
a:focus {outline: 1px dotted invert;}
hr {border: 0 #ccc solid; border-top-width: 1px; clear: both; height: 0;}
a {color: #293e6b; text-decoration: none;}
a:hover {color: #000000; text-decoration: none;}
strong {color: #45433d;}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {color: #293e6b; font-size: 19px; font-weight: normal; text-transform: uppercase;}
h2 {color: #293e6b; font-size: 15px;}
h3 {color: #45433d; font-size: 13px;}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {list-style: decimal;}
ul {list-style: square;}
li {margin-left: 30px;}
p, dl, hr, h1, h2.margin-bottom, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset {margin-bottom: 15px;}
h2 {margin-bottom: 5px;}

/* `Classes
----------------------------------------------------------------------------------------------------*/

ul.ticks li {background: url(../img/list-tick-blue.gif) top left no-repeat; list-style: none; margin-bottom: 20px; margin-left: 0; padding: 0 0 0 35px; text-transform: uppercase;}
#footer, #footer p {color: #7f7c70; font-size: 11px; margin-bottom: 0;}
#footer a {color: #5c5a52;}
#footer a:hover {color: #000000;}
table.advert {border-bottom: 2px solid #807C6E; border-top: 2px solid #807C6E; width: 400px;}
table.advert.bottom-margin {margin-bottom: 20px;}
table.advert tr {border-bottom: 1px solid #807C6E;}
table.advert td {padding: 10px;}
table.advert td.right-line {border-right: 1px solid #807C6E;}
