/*---------------------
    GLOBAL
---------------------*/
 
body {
    font-family: arial, helvetica, verdana, sans-serif;
    font-size: 13px;
    line-height: 18px;
    color: #777;
}
b, strong {color: #444; font-weight:normal;}

small {font-size: 80%;}
 
/*---------------------
    TYPOGRAPHY
---------------------*/
 
h1 {
    font-size: 1.6em;
    margin: 1em 0;
    font-weight: bold;
}
h2 {
    font-size: 38px;
    line-height: 1em;
    margin: 0em 0 15px 20px;
    font-weight: normal;
}
p+h2,ul+h2 {margin: 5px 0 30px 0;}
h3 {
    font-size: 20px;
    line-height: 1.25em;
    margin: 0 0 15px 20px;
    color: #444;
    font-weight: normal;
}
#sideColumn h3 {margin-bottom:0;}
#bannerSide h3 {margin-bottom:0; color:#ed5e2c;}

h4 {
    font-size: 1.1em;
    margin: 0 0 5px 20px;
    color: #b96d35;;
    font-weight: normal;
}
 
p {margin: 0 20px 10px 20px;}

h2, h3, h4, h5 {margin-right: 20px;}
 
/*---------------------
    LINKS
---------------------*/
 
a {
    color: #ed5e2c;
    text-decoration: none;
}
a:hover {text-decoration: underline;}
a:active {outline: none;}
a img {border: none;}

.blogTemplate a {color: #789ace;}
 
/*---------------------
    LISTS
---------------------*/
 
ul {
	list-style: none;
	padding: 0;
	margin: 0 0 10px 20px;
}

ul li {
	background: url(uploads/images/layout/bullet.gif) no-repeat scroll 35px 7px;
	padding-left: 50px;
        line-height: 22px;
}
 
/*---------------------
    TABLES
---------------------*/
 
thead {font-size:1.2em; color: #444;}
tbody {background-color: #f9f9f9;}
 
td {padding:10px;}
 
/*---------------------
    OTHER
---------------------*/
 
/*---------------------HORIZONTAL LINE */
.hr {
    border: none;
    height: 5px;
    margin: 1em;
    clear: both;
}
.hr hr {display: none;}
hr.thin {margin: -0.3em 0 0.5em 0;}
hr.black {border-color: #000;}
 
/*---------------------DATA TABLES */
dt{
    float: left;
    clear: left;
    font-weight: bold;
    margin: 0 0 1em 1em;
    width: 55px;
    color: #000;
}
dd {
    display: block;
    margin: 0 0 1em 0;
    padding-left: 75px;
}
 
/*---------------------BLOCKQUOTE */

blockquote {
    margin: 0 0 1em;
    padding: 15px 50px 15px 0px;
    background: #f9f9f9;
    font-size: 15px;
    font-weight: bold;
}
blockquote b, blockquote strong {color: #b96d35; font-weight: bold;}
blockquote ul {margin: 0;}

/*---------------------EXTENDED CONTENT */

.extendedContent {
    display: none;
    margin: 0;
    padding: 0px 50px 15px 0px;
    background: #f9f9f9;
}
.section h4 {margin: 0;}
.section h4 a {
    margin: 0;
    padding: 15px 50px 15px 20px;
    background: #f9f9f9;
    display:block;
    font-weight: bold;
}
.section {margin-bottom: 1em;}

.section h4 a:hover {background: #f3f3f3; text-decoration: none;}

.section h4 span.readmore {
    font-size: 80%; 
    font-weight: normal;
    margin-left: 4px;
}
.section h4 a:hover span.readmore {text-decoration:underline;}

 
/*---------------------CODE VIEW */
code {
    background: #F0F0F0;
    color: #000;
    font-size: 1.1em;
}
pre {
    background: #333;
    font-size:1.2em;
    line-height:1.4em;
    color: #eaeaea;
    padding: 1em;
    margin: 0.5em 0;
    font-family: Verdana, Helvetica, sans-serif;
}