/*
Theme Name: Chris Mills
Theme URI: http://www.theburo.net/
Description: Chris Mills.
Version: 1
Author: Andy Macaulay-Brook
Author URI: http://www.theburo.net/
I don't know if you can get away with leaving some of these lines out.
The Theme Name line is essential.
*/

#navwrap {
background: rgb(177,159,84) url(images/painting4.jpg) left bottom no-repeat; 
}

#container {
margin: 0;
width: 760px;
_height: 0; /* hasLayout for IE < 7 */
min-height: 100%; /* hasLayout for IE 7 */
background: transparent;
padding: 0px;
}

body.blog #content,
body.single #content,
body.archive #content {
width: 493px;
margin: 0;
float: right;
}

body.blog #sidebar,
body.single #sidebar,
body.archive #sidebar {
float: left;
margin: 60px 0 0 39px;
}

body.home #container { border-top: solid 5px rgb(101,0,15); }
body.counselling-and-psychotherapy #container { border-top: solid 5px rgb(170,0,63); }
body.the-role-of-the-counsellor #container { border-top: solid 5px rgb(170,0,63); }
body.counselling-and-psychotherapy-with-individuals #container { border-top: solid 5px rgb(170,0,63); }
body.counselling-and-psychotherapy-with-couples #container { border-top: solid 5px rgb(170,0,63); }
body.supervision #container { border-top: solid 5px rgb(111,111,0); }
body.divorce-and-separation #container { border-top: solid 5px rgb(177,44,1); }
body.training #container { border-top: solid 5px rgb(70,125,0); }
body.rooms #container { border-top: solid 5px rgb(0,95,46); }
body.fees #container { border-top: solid 5px rgb(0,48,138); } /* 0,94,138 */
body.blog #container, body.single #container, body.archive #container { border-top: solid 5px rgb(16,12,92); } /* 22,18,122 */
body.contact #container { border-top: solid 5px rgb(56,0,57); }

body.home img { border-color: rgb(101,0,15); }
body.counselling-and-psychotherapy img { border-color: rgb(170,0,63); }
body.counselling-and-psychotherapy-with-individuals img { border-color: rgb(170,0,63); }
body.the-role-of-the-counsellor img { border-color: rgb(170,0,63); }
body.counselling-and-psychotherapy-with-couples img { border-color: rgb(170,0,63); }
body.supervision img { border-color: rgb(111,111,0); }
body.divorce-and-separation img { border-color: rgb(177,44,1); }
body.training img { border-color: rgb(70,125,0); }
body.rooms img { border-color: rgb(0,95,46); }
body.fees img { border-color: rgb(0,48,138); } /* 0,94,138 */
body.blog img, body.single img, body.archive img { border-color: rgb(16,12,92); } /* 22,18,122 */
body.contact img { border-color: rgb(56,0,57); }

#navigation li.page-item-2 a { border-top: solid 3px rgb(101,0,15); }
#navigation li.page-item-5 a { border-top: solid 3px rgb(170,0,63); }
#navigation li.page-item-10 a { border-top: solid 3px rgb(111,111,0); }
#navigation li.page-item-8 a { border-top: solid 3px rgb(177,44,1); }
#navigation li.page-item-12 a { border-top: solid 3px rgb(70,125,0); }
#navigation li.page-item-14 a { border-top: solid 3px rgb(0,48,138); }
#navigation li.page-item-4 a { border-top: solid 3px rgb(16,12,92); }
#navigation li.page-item-15 a { border-top: solid 3px rgb(56,0,57); }

body.home #logo { background: url(images/smalldeepredlogo.png); }
body.counselling-and-psychotherapy #logo { background: url(images/smallpinklogo.png); }
body.counselling-and-psychotherapy-with-individuals #logo { background: url(images/smallpinklogo.png); }
body.the-role-of-the-counsellor #logo { background: url(images/smallpinklogo.png); }
body.counselling-and-psychotherapy-with-couples #logo { background: url(images/smallpinklogo.png); }
body.supervision #logo { background: url(images/smallmustardlogo.png); }
body.divorce-and-separation #logo { background: url(images/smallterralogo.png); }
body.training #logo { background: url(images/smalllimelogo.png); }
body.rooms #logo { background: url(images/smallgreenlogo.png); }
body.fees #logo { background: url(images/smallmidbluelogo.png); }
body.blog #logo, body.single #logo, body.archive #logo { background: url(images/smallnavylogo.png); }
body.contact #logo { background: url(images/smallpurplelogo.png); }

#logo {
text-indent: -999em;
}

div#jwplayer-2-div {
width: 400px;
height: 257px;
}

#footer {
position: static;
text-align: left;
margin-left: 21em;
}

/* WordPress generates the following classes on elements within the main
   Page/Post data field, when a user chooses image alignment and adds image
   captions.  My recommendation is to always style them as part of your
   overall design in case your users cause their generation.  The align
   style rules should be included as an absolute minimum, the caption rules
   here are sample styling, lifted from http://codex.wordpress.org/CSS  */

.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

/* WordPress generates the following classes, which you can optionally style.
   I don't know yet where all of them come from, or if this list is exhaustive.
   Maybe I should grep the source for 'class' to make a list.  It may be that
   the default theme's style.css has them all, but its rules will also be for
   the IDs and classes that are written into those templates. */

.categories {  }
.cat-item {  }
.current-cat {  }
.current-cat-parent {  }

.pagenav {  }
.page_item {  }
.current_page_item {  }
.current_page_parent {  }

.widget {  }
.widget_text {  }

.blogroll {  }
.linkcat{  }

/* Look at http://codex.wordpress.org/Migrating_Plugins_and_Themes_to_2.7#Post_Classes
   The new post_class() function will echo a list of classes into the html representing
   all the categories and tags that are attached to the post.  Also .sticky for sticky
   posts and maybe more. */

/* Some plugins that generate html will put their own classes & IDs into the code to let
   us style them. These may or may not be configurable through the plugin's admin panel. */