/*
TABLE OF CONTENTS

GLOBAL - General fonts, links, colours
LAYOUT - Two-column layout
HEADER - Site logo using image replacement
NAVIGATION - Horizontal main navigation bar
MAINCONTENT - Articles, search results, everything else
SIDEBAR - Submenus, search, login, tag cloud
FOOTER - Copyright
*/


/*
006688
335566
880077
880011
885500
558800
*/


/***************************************
  YUI RESET
***************************************/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
    margin:0; 
    padding:0; 
} 
table { 
    border-collapse:collapse; 
    border-spacing:0; 
} 
fieldset,img {  
    border:0; 
} 
address,caption,cite,code,dfn,em,strong,th,var { 
    font-style:normal; 
    font-weight:normal; 
} 
ol,ul { 
    list-style:none; 
} 
caption,th { 
    text-align:left; 
} 
h1,h2,h3,h4,h5,h6 { 
    font-size:100%; 
    font-weight:normal; 
} 
q:before,q:after { 
    content:''; 
} 
abbr,acronym {
    border:0; 
}


/***************************************
  GLOBAL
***************************************/

html {
    font-size: 16px;
    height: 101%;
}
body {
    font-size: 62.5%;
    font-family: Trebuchet MS, sans-serif;
    color: #fff;
    background: #171717 url('http://djmoore.co.uk/media/img/background.png') center repeat-y;
}

h1, h2, h3, h4 {
    font-size: 2.2em;
    font-weight: normal;
    margin: 8px 0 1em 0;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
    color: #171717;
}
h1 {
    font-weight: bold;
}
h2 {
    font-size: 1.8em;
    margin: 1.2em 0 0.8em 0;
}
h3 {
    font-size: 1.4em;
    margin: 0.75em 0 0.5em 0;
}
h4 {
    font-size: 1em;
    margin: 0.75em 0 0.5em 0;
}
p {
    margin: 1.5em 0;
}
strong, b {
    font-weight: bold;
}
em, i {
    font-style: italic
}
a {
    color: #fa8700;
    font-weight: bold;
}
a:hover {
    color: #00dddd;
}

ul {
    list-style-type: square;
    list-style-image: none;
    list-style-position: inside;
    margin-left: 1.2em;
}

/***************************************
  LAYOUT
***************************************/

#container {
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 0 20px 0;
}

#header {
    height: 253px;
    background: url('http://djmoore.co.uk/media/img/header.png') center no-repeat;
}

#content_background {
    max-width: 1250px;
    background: url('http://djmoore.co.uk/media/img/content_background.png') center repeat-y;
}
#content_container {
    font-size: 1.3em;
    line-height: 1.5em;
    max-width: 785px;
    min-height: 500px;
    padding: 10px 0 30px 0;
    margin: 0 auto;
    color: #000;
}
#content {
    width: 590px;
    float: right;
}

#nav {
    width: 150px;
    margin: 0;
    float: left
}

#credits {
    background: rgb(23,23,23);
    color: #999;
    text-align: center;
    padding: 20px;
}

.clear {
    clear: both;
}

/***************************************
  NAVIGATION
***************************************/

#nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#nav li {
    font-size: 1.230em;
    border-left: 4px solid rgb(23,23,23);
}
#nav li a {
    display: block;
}
#nav li.selected {
    background: rgb(23,23,23);
}
#nav li:hover {
    background: rgba(23,23,23,0.5);
}
#nav li.selected:hover {
    background: rgb(23,23,23);
}
#nav a {
    color: #fa8700;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
    border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius:  0 5px 5px 0;
    padding: 8px 8px 8px 16px;
}
#nav a:hover {
    color: #00dddd;
}
#nav .selected {
    color: #000;
}


/***************************************
  CMS Plugins
***************************************/

span.file {
    display: block;
    margin: 0;
}
span.file a {
    text-decoration: none;
}

