/*
Theme Name: Northen Circuit
Description: Basic theme
Version: 1 (WP2.6.4)
Author: Rob Howells
Tags: basic, basic, basic, no design
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";

/******************************************************RESET EVERYTHING */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
font-family:Arial, Helvetica, sans-serif;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
content: '';
content: none;
}
/* remember to define focus styles! */
:focus {
outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
text-decoration: none;
}
del {
text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: collapse;
border-spacing: 0;
}

a:link,
a:visited {
color:#48718D;
text-decoration:none;
}

a:hover {
color:#48718D;
text-decoration:underline;
}

/******************************************************SITE STYLING */
body,  html {
margin:0;
padding:0;
color:#000;
background:#E8EEF2;
}
#wrap {
width:736px;
margin:0 auto;
background:#fff;
}
#header {
padding:0;
background-image:url(images/banner_homepage.jpg);
background-repeat:no-repeat;
height:101px;
text-indent:-9999px;
}
#logo {
background-image:url(images/bg_title.jpg);
background-repeat:no-repeat;
position:relative;
}
#font_switch {
position:absolute;
top:0;
right:0;
}

h1 {
margin:0;
}
#main {
float:left;
width:460px;
padding:10px 15px 15px 15px;
background:#fff;
border-right:1px dashed #ddd;
}
#main img {
float:left;
margin:5px 10px 5px 0;
}
h2 {
margin:0 0 1em;
}
#sidebar {
float:right;
width:210px;
padding:10px;
background:#fff;
}
#sidebar h2,
#main h2 {
font-size:20px;
color:#466D88;
margin:0 0 5px 0;
padding:0;
}

#sidebar h2#events {
margin:15px 0 5px 0;
}
#sidebar ul {
margin:0 0 15px 0;
padding:0;
}
#sidebar ul li {
font-size:12px;
}
#footer {
clear:both;
text-align:center;
padding:10px 10px;
height:150px;
background-color:#D0DCE7;
}
#footer p {
margin:0;
font-size:12px;
color:#333;
line-height:150%;
}
* html #footer {
height:1px;
}

#main p,
#sidebar p {
color:#333;
font-size:12px;
line-height:140%;
margin:0 0 8px 0;
}

#main p {
margin:0 0 10px 0;
}


/******************************************************* CSS DROP MENU */

#menu {
padding:0 0 0 0;
height:27px;
background-image:url(images/nav_bg.gif);
background-repeat:repeat-x;
border-top:1px solid #000;
border-bottom:1px solid #000;
width:736px;
}

#dropmenu, 
#dropmenu ul {
margin:0 0 0 10px; 
padding:0; 
list-style-type:none; 
list-style-position:outside; 
position:relative; 
line-height:1.5em; 
z-index:300; 
width:100%; 
background:#fff; 
font-weight:bold;
}

#dropmenu a {
font-size:11px;
display:block; 
padding:0 8px 0 10px; 
color:#fff;  
text-decoration:none; 
background-image:url(images/arrow.png);
background-position:left;
background-repeat:no-repeat;
}

#dropmenu a:hover {
font-size:11px;
color:#ccc;
}

#dropmenu li {
float:left; 
position:relative;
}

#dropmenu ul {
position:absolute; 
display:none; 
width:12em; 
width:145px;
left:-1px;
}

#dropmenu ul a {
border-left:1px solid #c8c8c8;
}

#dropmenu li ul {
border-top:1px solid #c8c8c8; 
width:14.1em;
width:150px;
}

#dropmenu li ul a {
font-size:11px;
width:140px;
height:auto; 
float:left; 
border-bottom:1px solid #c8c8c8;
background-image:none;
background-color:#8BAABF;
}

#dropmenu li ul a:hover {
color:#000;
}

#dropmenu ul ul {
top:auto;
}

#dropmenu li ul li  {
line-height:100%;
}

#dropmenu li ul li a {
padding:5px;
}

#dropmenu li ul li ul li {
line-height:100%;
}

#dropmenu li ul ul {
left:8em; 
margin:0px 0 0 10px;
}

#dropmenu li:hover ul ul, 
#dropmenu li:hover ul ul ul, 
#dropmenu li:hover ul ul ul ul {
display:none;
}

#dropmenu li:hover ul, 
#dropmenu li li:hover ul, 
#dropmenu li li li:hover ul, 
#dropmenu li li li li:hover ul {
display:block;
}

/*********************************NEWS TABLE**/
table#news {
}

table#news td,
table#news th {
font-size:12px;
padding:5px;
}
table#news tr {
margin:0 0 30px 0;
border-bottom:1px solid #ddd;
}

table#news td.date {
width:100px;
}

table#news td.article {
}

table#news td.description {
width:250px;
}


/**********************************EVENTS TABLE****/
table#events {
}

table#events td,
table#events th {
font-size:12px;
padding:5px;
}
table#events tr {
margin:0 0 30px 0;
border-bottom:1px solid #ddd;
}

table#events td.date {
width:100px;
}

table#events td.article {
}

table#events td.description {
width:250px;
}

.print_link a {
font-size:12px;
}

#footer_nav ul {
margin:0 0 0 70px;
}

#footer_nav ul li {
float:left;
margin:0 8px 0 0;
}

#footer_nav ul li a:link,
#footer_nav ul li a:visited {
font-size:10px;
text-decoration:none;
color:#466D89;
}

#footer_nav ul li a:hover{
font-size:10px;
text-decoration:underline;
color:#466D89;
}

.ddsg-wrapper {

}

.ddsg-pagenav {
font-size:12px;
}

.ddsg-wrapper ul {
margin:0 0 0 30px;
}


.ddsg-wrapper ul li {
font-size:12px;
margin:5px 0 5px 0;
}

.ddsg-wrapper ul li a:link,
.ddsg-wrapper ul li a:visited {
color:#466D89;
text-decoration:none;
}

.ddsg-wrapper ul li a:hover  {
color:#333;
text-decoration:none;
}

#sidebar h3 {
font-size:14px;
color:#466D89;
margin-top:20px;
}

#main h3 {
font-weight:normal;
color:#466D88
}

#main .post p {
margin:0 0 20px 0;
}

ul#post_navigation li {
margin:15px 0 15px 0;
font-size:12px;
float:left;
}
ul#post_navigation li a {
margin:0 5px 0 5px;
}

a.see_all_link {
font-size:12px;
}

p.separator {

width:200px;
border-bottom:2px solid #ccc;
padding:15px 0 0 0;

}

#contact_form p {
margin:0 0 5px 0 !important;
padding:0 !important;
}

.post ul {
margin:0 0 0 30px;
list-style-type:disc;
}

.post ul#post_navigation {
list-style-type:none;
}

.post ul {
margin-bottom:15px;
}

.post ul li {
font-size:12px;
color:#333;
margin:0 0 5px 0;
}

#font_switch {
display:none;
}



