/* Have a poke around if you see anything you like - but give me an email if you intend to use all of it! tom@assortedscribbles.com */

/****************************************** text styles ***************************************/
a,h1,h2, li, span, p, h3, h4,label,input,textarea, dt, dd {
    font-family: arial;
}

a:hover {
    text-decoration: underline;
}

h1 {
    font-size: 25px;
    color: #383737;
    margin: 0 0 4px 0;
    padding: 0 12px 0 0;
}

input, textarea {
    font-size: 12px;
    color: #3c3c3c;
}

h1 span {
    color: #450a0a;
}

h2 {
    font-size: 16px;
    color: #424242;
    margin: 0 0 10px 0;
}

h3, .subTitle {
    font-size: 16px;
    color: #383737;
    border-left: 6px solid #545d4e;
    padding: 0 5px 0 7px;
    margin: 0 0 9px 0;
    background: none;
}

#refTitle {
    text-transform: uppercase;
    color: #9c3936;
    margin: 0 0 10px 0;
}

h4 {
    font-size: 20px;
    color: #4a4a4a;
    background: #f6f8f3;
    padding: 3px 8px;
    margin: 0 0 6px 0;
}

p {
    font-size: 13px;
    color: #252525;
    margin: 0 0 30px 0;
}

p a {
    color: #9c3936;
    
}

#content p a {
    text-decoration: underline;
}

#content ul {
    background: #d9dcd4;
    padding: 5px;
    margin: 0 0 15px 0;
}

#content ul li {
    font-size: 13px;
    margin: 0 0 6px 0;
    color: #252525;
    
}

#content ul li a {
    color: #9c3936;
    text-decoration: underline;
}

.refNum {
    font-weight: bold;
    padding: 0 10px 0 0;
}

sup {
    font-size: 7px;
    font-weight: bold;
    position: relative;
    bottom: 4px;
}

sup a {
    color: #9c3936;
}



dl {
    background: #d9dcd4;
    padding: 5px;
    margin: 0 0 15px 0;
}

dt {
    font-size: 13px;
    color: #434a39;
    font-weight: bold;
    margin: 0 0 10px 0;
}

dd {
    font-size: 13px;
    color: #252622;
    margin: 0 0 15px 0;
}
#author {
    text-align: right;
    color: #252525;
    font-size: 16px;
    margin: 35px 0 20px 0;
}

.smallLeftLink {
    font-size: 14px;
    color: #595959;
    font-weight: bold;
}

.code {
	background: #cbcdc9;
	border: 1px solid #828280;
	padding: 15px;
	color: #393939;
	font-family: courier, arial;
	font-size: 12px;
	margin: 0 0 15px 0;
	clear: both;
	overflow: auto;
	white-space:nowrap;
}

.emphas {
    padding: 15px;
    border: 1px solid #9d9d9d;
    background: #f7f7f6;
    margin: 0 0 23px 0;
    font-weight: bold;
}
.emphas p {
    font-size: 13px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

.strike {
    text-decoration: line-through;
}

/****************************************** layout ***************************************/

body {
    background: #f9fcf6 url('/assets/images/bg.gif') left top repeat-y;
}

#main {
    padding: 15px 0 30px 12px;
}

#left {
    width: 622px;
    float: left;
    padding: 0 25px 0 10px;
}

#right {
    width: 252px;
    float: left;
}

.line {
    height: 1px;
    background-color: #adadad;
    margin: 20px 0;
    clear: both;
}

/************************* update (top bar) *********************/

#update {
    background: #acadaa;
    padding: 10px;
    border-bottom: 3px solid #545d4e;
}

#update p {
    margin: 0;
    color: #f6f8f3;
    font-size: 13px;
}

/**************** update (article update) *************/

.update {
    background: #acadaa;
    padding: 10px;
    border-bottom: 3px solid #545d4e;
    margin: 0 0 15px 0;
}

.update p {
    margin: 0;
    color: #f6f8f3;
    font-size: 13px;
}

/**************** image wrap *************/

.imageWrap {
    text-align: left;
    margin: 0 0 15px 0;
    padding: 0 0 0 10px;
}

.imageWrap img {
    border: 2px solid #1b370e;
}

/************************* header *********************/

#header {
    min-height:86px;
      height:auto !important;
      height:86px;
    background: #f9fcf6 url('/assets/images/headerTwo.gif') left bottom no-repeat;
}

#menu {
    padding: 9px 0px 0 12px;
    float: left;
    margin: 0 20px 0 0;
    width: 85px;
}
#menu li {
    line-height: 15px;
    margin: 0 0 2px 0;
}

#menu li a{
    font-size: 12px;
    text-transform: uppercase;
    background: url('/assets/images/arrow.gif') 100% 50% no-repeat;
    color: #fff;
    display: block;
    width: 85px;
}

#menu li a:hover {
    background: url('/assets/images/arrowOn.gif') 100% 50% no-repeat;
}

#menuItems {
    width: 547px;
    float: left;
    height: 1px;
}

#logo {
    display: block;
    width: 247px;
    height: 25px;
    float: left;
    margin: 28px 0 0 125px;
}

#postInfo {
    background: #f6f8f3;
    border-top: 1px solid #a79a9a;
    border-bottom: 1px solid #a79a9a;
    margin: 0 0px 20px 0;
    padding: 1px 0 1px 2px;
}

#postInfo li {
    display: inline;
    margin: 0 10px 0 0;
    font-size: 12px;
    color: #4a4a4a;
    font-weight: bold;
}

#postInfo li span {
    font-weight: normal;
}

#postInfo li a.ajaxTopic {
    padding: 0 5px;
}

/************************* content *********************/

#content {
    
}

#content p {
    text-align: justify;
}

#adverts {
    width: 127px;
    float: right;
}

.contentLoading {
    background: url('/assets/images/ajax-loader.gif') 50% 30px no-repeat;
    min-height:60px;
      height:auto !important;
      height:60px;
}

#content .errorlist {
    padding: 5px 5px 1px 5px;
}

#content .errorlist li {
    color: #9c3936;
    background: url('/assets/images/arrowDown.gif') left top no-repeat;
    padding: 1px 0 3px 25px;
}

/************************* extra links *********************/

.rightEx {
    text-align: right;
    padding: 0 6px 0 0;
    margin: 0 0px 25px 0;
}

.rightEx a {
    font-size: 14px;
    color: #595959;
    font-weight: bold;
}

/************************* topic filter right *********************/

#topicsRight {
    background: #b0baa6;
    margin: 5px 5px 15px;
    padding: 10px 10px 0 10px;
    border: 1px solid #7b4e4e;
    
}

#topicsRight li {
    font-size: 14px;
    margin: 0 0 10px 0;
}

#topicsRight li a {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
}
/************************* links *********************/ 

.link {
    width: 230px;
    min-height:116px;
      height:auto !important;
      height:116px;
    background: #fff;
    margin: 0 auto 14px;
    padding: 6px;
}



.cursorChange {
    cursor: pointer;
}

.link h5 {
    margin: 0 0 6px 0;
}

.external h5 {
    background: url('/assets/images/externalLink.gif') right top no-repeat;
    padding: 0 23px 2px 0;
}

.link h5 a {
    font-size: 14px;
    color: #424242;
    font-weight: bold;
}

.link p {
    font-size: 12px;
    color: #424242;
    line-height: 18px;
    margin: 0;
}

.link p.intLink {
    padding: 10px 0 0;
    color: #551414;
}

.red {
    border-bottom: 6px solid #7b4e4e;
}

.grey {
    border-bottom: 6px solid #454545;
}

#right .linkHover {
    border-bottom: 6px solid #aec49d;
}

.linkHover a {
    text-decoration: underline;
}

/************************* search boxes *********************/

#resultsInfo {
    margin: 0;
    font-size: 16px;
}

.searchBox {
    background-color: #fafcf8;
    padding: 6px;
    border-bottom: 6px solid #b0baa6;
    margin: 0 0 10px 0;
    min-height:90px;
      height:auto !important;
      height:90px;
}

.searchHover {
    border-bottom: 6px solid #935b2a;
}

.searchHover a {
    text-decoration: underline;
}

.searchBox h3 {
    font-size: 14px;
    color: #5d5d5d;
    font-weight: bold;
    border: none;
    padding: 0;
}

.searchBox h3 a {
    color: #5d5d5d;
    
}

.searchBox p {
    color: #5d5d5d;
    font-size: 13px;
    margin: 0;
}

/************************* comments *********************/

#comments, #addComment {
    padding: 20px 0 0;
}

.cName {
    font-size: 14px;
    color: #7b4e4e;
    font-weight: bold;
    margin: 0;
    float: left;
    width: 304px;
}

.cName a {
    color: #7b4e4e;
    background: url('/assets/images/littleExternal.gif') 100% 2px no-repeat;
    padding: 0 17px 0 0;
}

.cTime {
   float: right;
   text-align: right;
   background: url('/assets/images/clock.gif') right top no-repeat;
   font-size: 12px;
   color: #747474; 
   margin: 0;
   padding: 1px 18px 0 0;
}

.cMain {
    clear: both;
    padding: 10px 0 0;
    text-align: justify;
    font-size: 12px;
    color: #565656;
}

#addComment label {
    color: #3c3c3c;
    font-size: 12px;
    
}

#addComment input, #addComment textarea, #comSubmit {
    border-top: 1px solid #7b4e4e;
    border-bottom: 1px solid #7b4e4e;
    border-left: none;
    border-right: none;
    background: #fff;
    padding: 5px;
    display: block;
    width: 503px;
    margin: 2px 0 15px 0;
}

.dynInput {
    color: #a2a2a2;
}

#addComment input {
    height: 14px;
}

#addComment textarea {
    height: 110px;
}

#addComment #comSubmit {
    height: auto;
    width: auto;
    background: normal;
    float: right;
    font-size: 14px;
    font-weight: bold;
    color: #3c3c3c;
}

/************************* footer *********************/

#footer {
    min-height:30px;
      height:auto !important;
      height:30px;  
    background: #f9fcf6 url('/assets/images/footer.gif') left top no-repeat;
    clear: both;
    padding: 5px 0 0 6px;
}

#footer li {
    display: inline;
    margin: 0 13px 0 0;
    font-size: 12px;
    color: #252525;
}

#footer li a {
    font-size: 12px;
    color: #252525;
}

#footer #contact a {
    color: #9c3936;
    
}

/************************* pics *********************/

.fancyWrap {
    background: #d9dcd4;
    padding: 4px;
}

.fancyWrap img {
    margin: 0;
    padding: 0;
}

.fancyWrap a {
    margin: 0;
    padding: 0;
    border: 1px solid #fff;
    display: block;
    width: 227px;
    height: 175px;
    float: left;
    margin: 10px;
}

/****************************************** unique ***************************************/
/************************* homepage *********************/

#homeCont {
    padding: 10px 0 0;
    margin: 0 0 30px 0;
    text-align: right;
}

#homeCont a {
    font-weight: bold;
    background: url('/assets/images/littleArrow.gif') 100% 50% no-repeat;
    padding: 0 27px 0 0;
    color: #494949;
    margin: 0 0 20px 0;
}


#morePosts {
    text-align: right;
}

#morePosts a {
    font-weight: bold;
}