/*------------------------------
=BASIC SETUP
------------------------------*/

body {
    margin: 0 auto;
    padding: 10px 0;
    width: 1000px;
    font: 14px Helvetica, Arial, sans-serif;
    /* background: #F0F0F0; */
}

h1, h2 {
    font-size: 28px;
    line-height: 44px;
    padding: 20px 0;
}

h3 {
    font-size: 18px;
    line-height: 20px;
    padding: 11px 0;
}

p {
    padding-bottom: 10px;
}

li {
    padding-bottom: 10px;
}

/*------------------------------
=NAVIGATION
------------------------------*/

#nav {
    position: absolute;
    margin-top: 10px;
    margin-bottom: 10px;
    left: 0;
    width: 100%;
    height: 40px;
    background: #306090 url('/images/nav-grad.png') 0 0 repeat-x;
}

#nav ul {
    margin: 0 auto;
    width: 1000px;
    list-style: none;
}

#nav ul li {
    float: left;
    padding-bottom: 0px;
}

#nav ul li a {
    display: block;
    margin-right: 20px;
    width: 120px;
    font-size: 14px;
    line-height: 38px;
    text-align: left;
    text-decoration: none;
    color: #FAF3F3;
}

#nav ul li a:hover {
    color: #fff;
}

#nav ul li.selected a {
    color: #fff;
}

#nav ul li.subscribe a {
    margin-left: 20px;
    padding-left: 33px;
    text-align: left;
    background: url("/images/rss.png") left center no-repeat;
}

/*------------------------------
=CONTENT AREA AND SIDEBAR LAYOUT
------------------------------*/

#content {
    margin-top: 65px;
    width: 655px;
    float: left;
    min-height: 1180px;  // To accommodate AD-banner on sidebar.
}

#content .article {
    width: 100%;
    margin-top: 0px; 
    margin-bottom: 20px;
    padding: 15px;
    background-color: #ffffff;
    border-color: orange;
    box-shadow: 0 0 7px #828282;
    float: left;
}

#content .heading {
    float: left;
    margin: 0px;
    padding: 5px 10px;
    width: 670px;
    height: 20px;
    color: white;
    border-radius: 3px;
    box-shadow: 0 0 7px #828282;
    background: transparent url('/images/sidebar_heading.png') 0 0 repeat-x;
}

/*------------------------------
=SIDEBAR
------------------------------*/

#sidebar {
    margin-top: 65px;
    width: 300px;
    float: right;
}

#sidebar .heading {
    float: left;
    margin: 0px;
    padding: 5px 10px;
    width: 280px;
    height: 20px;
    color: white;
    border-radius: 3px;
    box-shadow: 0 0 7px #828282;
    background: transparent url('/images/sidebar_heading.png') 0 0 repeat-x;
}

#sidebar .block {
    float: left;
    padding: 5px 10px;
    width: 280px;
    margin-top: 0px; 
    margin-bottom: 15px;
    background-color: #ffffff;
    border-radius: 3px;
    box-shadow: 0 0 7px #828282;
}
   

aside section {
    //margin: 62px 0 0 20px;
    //padding: 11px 20px;
    //background: url("/images/sidebar_section_background.png") repeat-x;
    
    /* Border-radius not implemented yet */
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;
}



/*------------------------------
=FOOTER
------------------------------*/
footer {
    position: absolute;
    left: 0;
    width: 100%;
    background: transparent url('/images/footer-grad.png') 0 0 repeat-x;
}

footer div {
    display: table;
    margin: 0 auto;
    width: 1000px;
    color: #FAF3F3;
}

footer div section {
    display: table-cell;
    width: 300px;
}

footer div #about, footer div #blogroll {
    padding-right: 20px;
}
    
footer h3 {
    color: #FFF;
}

footer a {
    color: #FAF3F3;
}

footer a:hover {
    color: #FFF;
    text-decoration: none;
}

footer ul {
    list-style: square;
    color: #565656;
}

footer ul li {
    color: white;
    padding-bottom: 0px;
}

footer ul li a {
    display: block;
}


#header {
    float: left;
}

#content .article h1, .title {
    margin: 0px 0px 10px !important;
    padding: 0px !important;
    line-height: 28px;
    font-weight: bold;
    font-size: 22px;
}

#content .article h2, .subtitle {
    margin: 0px 0px 10px !important;
    padding: 0px !important;
    line-height: 24px;
    font-weight: bold;
    font-size: 18px;
}

.subject {
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}
.clear {
	clear:both;
}

.plusone {
	float: right;
}

/*------------------------------
= Advertisements
------------------------------*/
.leaderboard {
    float: right;
    width: 728px;
    height: 90px;
}

#sidebar .rectangle {
    float: right;
    width: 300px;
    height: 250px;
    margin-bottom: 15px;
}

#container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
}

#ad {
    position: absolute;
    top: 260px;
    left: 10px;
    width: 336px;
    height: 280px;
}

#vpn-ad {
    margin-top: 25px;
    width: 336px;
    height: 280px;
    float: left;
}

#vpn-desc {
    width: 310px;
    height: 280px;
    float: right;
}

#locator {
    top: 260px;
    right: 15px;
    width: 310px;
    height: 280px;
    float: right;
}

#locator p {
    padding: 0px !important;
}

#geolocation {
    position: relative;
    margin-top: 330px; 
}

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

.code {
    padding: 10px 10px;
    background-color: black;
    color: white;
}

#contact-address {
    display: none;
}
