/*
Theme Name: Morris Cook
Theme URI: http://www.hunterbevan.co.uk/
Description: Design created especially for Morris Cook.
Version: 1.0
Author: Hunter Bevan
Author URI: http://www.hunterbevan.co.uk/
Tags: fixed width, two columns, widgets, accountants
*/


body {
	margin: 0 auto;
        font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 0.85em;
        height: 100%;
        outline: 0;
        border: none;
        width: 900px;
        position: relative;

}

img {
border:none;
}

a, a:visited {
	color: #5a2b94;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

h2{
        color: #5a2b94;
}


/*** STRUCTURAL PLACEMENT - - - - - - - - - - - - - - - - - - - - - - - - - - - */


#container {
        margin: auto;
        background: blue;
	width: 900px
}


#column-left {
     float: left;
     width: 620px;
}

#column-right {
     float: right;
     width: 215px;
background: none;
}

#rg_sidebar_items {margin-top:12px; margin-bottom:12px; }




#header {
	margin: 0;
	height: 145px;
        width: 655px;
	background: url('http://www.morriscook.co.uk/site/wp-content/themes/morriscook/images/logo-header.png') no-repeat;
}

/***** Menu *****/

	.menu { padding:0 0px 0px 0px; overflow:hidden; /*float: left*/}
	.menu ul { list-style:none; /*width:100%; */float:left; overflow:hidden;}
	.menu ul li { float:left; margin:0px 0px 0px 0px;}
	.menu ul li a { display:block; float:left; /*overflow:hidden*/; font-size:0.8em; font-weight:bold;  text-decoration:none; background: none;}
	.menu ul li a span { float:left; display:block; background: url(http://www.morriscook.co.uk/site/wp-content/themes/morriscook/images/menu-left.png) no-repeat 0 0;}
	.menu ul li a span span { float:none; cursor:pointer; /*overflow:hidden;*/ /*height:30px;*/ padding:8px 10px 8px 10px; text-transform:none; text-decoration:none; min-width:70px; text-align:center; /*line-height:45px;*/ background:url(http://www.morriscook.co.uk/site/wp-content/themes/morriscook/images/menu-right.png) no-repeat right 0;}
	

	.menu ul li a:hover span, .menu ul li.current_page_item a span { background:url(http://www.morriscook.co.uk/site/wp-content/themes/morriscook/images/menu-left-act.png) no-repeat 0 0;}
	.menu ul li a:hover span span, .menu ul li.current_page_item a span span { background:url(http://www.morriscook.co.uk/site/wp-content/themes/morriscook/images/menu-right-act.png) no-repeat right 0;}






#mainnav {
        width: 655px;
        min-height:45px;
	padding: 0 0 0 0;
background:none;
}

#content {
        float: left;
	background: #fff;
        width: 628px;
        margin: 0;
        padding-top: 10px;
        padding-right: 10px;
        padding-left: 10px;
        padding-bottom: 100px;
        min-height: 200px;
}

#front-content {
        float: left;
	background:none;
        width: 628px;
        margin: 0;
        padding: 0 0 10px 0;
        min-height: 200px;
}

#page {
        background: #fff;
        padding: 20px 5px 20px 20px;
        margin-bottom: 15px;
        width:623px;
}

#lower-content {
        background:none;
        width: 628px;
        top:150px; 
}
#copy {
	width: 600px;
        margin: 0 15px 10px 15px;
	float: left;
}


#right-copy {
        float: right;
        padding: 0 0 0 15px;
        width: 420px;
}

#left-copy-home {
        float: left;
        width: 150px;
        line-height: 1.3em;
        font-size: 1em;
        padding: 15px 10px 0 0;
}



#left-copy-home li {
        color: #636466;
        list-style: none;
        list-style-image: none;
        background-repeat: no-repeat;
        list-style-position:outside;
        padding: 0 0 15px 0;
}


#left-copy-home li a:hover {
        color: #96BD0D;
        list-style: none;
        list-style-image: none;
        background-repeat: no-repeat;
        list-style-position:outside;
        padding: 0 0 5px 0;
}

#right-copy-home {
        float: right;
        padding: 10px 0 0 20px;
        width: 410px;
        min-height: 350px;
        font-size: 1em;
        align: left;
        line-height: 1.5em;
}

#right-copy-home li{
        float: left;
        padding: 20px 0 0 30px;
        list-style: none;
        background-image: url("http://peopledynamix.co.uk/site/wp-content/themes/people-dynamix/images/bullet.png");
        background-repeat: no-repeat;
}

#front-copy {
        background:none;
	width: 600px;
        margin: 0px;
	float: left;
}

#sidebar {
	width: 200px;
	float: right;
        padding: 5px 5px 5px 5px;
        border: 0;
}
  



/*** STYLING PIECES - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */



/* main (top) navigation */

#mainnav ul {
	margin: 0;
	padding: 0;
}


#mainnav li {
	margin: 0;
	padding: 0 3px 0 0;
	display: inline;
	color: #000;
}


/* sidebar */

#sidebar {
	padding: 0 0 20px 0;
}

#sidebar ul, #sidebar li {
	margin: 10px 5px 20px 0px;
	padding: 0;
	list-style-type: none;
}

#sidebar h2 {
	color: #5a2b94;
	font-weight: normal;
	font-size: 0.9em;
	margin: 10px 10px 5px 10px;
}

#sidebar ul li ul {
	margin-left: 10px;
	padding-bottom: 30px;
}

#sidebar ul li ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#sidebar input[type="text"] {
        width:170px;
        font-size: 0.85em;
        color: black;
	background-color: #ededed;
	border: 1px solid #ccc;
	padding: 4px;
}

#sidebar input[type="password"] {
        width:170px;
        font-size: 0.85em;
        color: black;
	background-color: #ededed;
	border: 1px solid #ccc;
	padding: 4px;
}

#sidebar input[type="image"] {
}

/* copy */

#copy h2.pagetitle {
	margin: 0 0 10px 0;
	color: #5a2b94;
}

/* posts */
.post {
	border-bottom: 1px solid #c5da48;
	padding: 0 0 15px 0;
	margin: 10px 0 20px 0;
	clear: both;
}

.post h2 {
	color: #5a2b94;
	font-weight: normal;
	margin: 0;
}

.post h2 a {
	color: #5a2b94;
}

.post .categories, .post .post-date {
	color: #bababa;
	font-size: 12px;
}

.post .post-date {
	float: right;
        color: #5a2b94;
	margin-top: -18px;
}



.post img {
	padding: 0 5px 5px 0;
	border: 0;
	margin: 0;
}

#copy textarea {
	width: 550px;
}






/*** Footer */

#footer{      
      background:none;
      float:left;
      width:900px;
      bottom:0;
      padding-top:10px;
      clear:both;
      position: relative;
}

#footerlinkbox{
width:650px;
padding-below:20px;
}

.footer-links{
        text-transform:uppercase; 
        font-family:  "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 0.8em;
        text-decoration: none;
        list-style-type: none;
        list-style-image:none;
        display: inline; 
        color:#fff;
        padding: 5px 0px 5px 0px;

}

.footer-links a{
        color:#fff;
}

.footer-links li {
        display: inline; 
        padding-right:3px;
}

.footer-links li ul{
        display: inline; 
        padding: 0;
        margin: 0;
}

.footer-links li ul li {
        display: inline; 
}

.footer-links a:hover {
	text-decoration: none;
        color:#c5da48;
}

#footer-sitedesign,#footer-sitedesign a, #footer-sitedesign a:visited {
        color:#5A2B94;  
	text-decoration: none;      
}

#footer-sitedesign a:hover {
        color:#5A2B94;  
	text-decoration: underline;      
}

#footer-reg{
        width:640px;
        float: left;
        font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 0.75em;
        color: #fff;
        padding:10px 0 15px 0;

}

#footer-bottom{
        float: left;
        font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 0.75em;
        color:#fff;
        padding-right: 10px;
}

#footer-bottom a {
	text-decoration: none;
        color:#fff;
}

#footer-bottom a:hover {
	text-decoration: underline;
        color:#fff;
}


#footer-copyright{
        float:left;
        font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 0.75em;
        color:#fff;
        top:10px;
        left: 10px;
        overflow:hidden;
}




/* WordPress styles */

.tall {
	padding-bottom: 30px;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.wp-caption {
	padding-top: 5px;
	border: 4px solid #e2e2e2;
	text-align: center;
	background-color: #fff;
	margin: 10px;
}

.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;
	color: #bbb;
}

.hidden, #searchsubmit {
	display: none;
}

/* For plugin: RSSImport */

#sidebar ul li.ethicurian h2 {
	margin-top: 30px;
}

#sidebar ul li.ethicurian ul li {
	font-size: 10px;
	line-height: 10px;
	margin-bottom: 10px;
}

#sidebar ul li.ethicurian small {
	color: #666;
}

#sidebar table {
	margin-bottom: 10px;
}

#sidebar .recent-posts-thumb {
        clear:right;
}

#copy table {margin-bottom: 25px;}

#downloadbrochure a {
font-size: 0.85em;
color: #555;
}

#downloadbrochure a:hover {
color: #5A2B94;
}
