/*  
Theme Name: Profess
Theme URI: http://cregy.co.uk/
Description: Made famous by me!
Version: 0.1
Author: Richard Brown
Author URI: http://cregy.co.uk/
*/

html, body {
margin: 0;
padding: 0;
}
body {
font: 90% Times, serif;
text-align: center;
color: #17547F;
}
a {
color: #17547F;
}
h2 {
font-size: 100%;
padding: 0;
margin: 0;
margin-bottom: 30px;
}
.clear {
clear: both;
}
#header {
color: #79B30B;
margin: 0;
padding: 0;
background: #fff url(images/banner2-copy.jpg) no-repeat top left;
}
#container {
text-align: left;
width: 700px;
margin: 0 auto;
}
#content p {
line-height: 1.4;
margin: 0 10px 10px 0;
}
#content {
float: right;
width: 500px;
margin-top: 18px;
}
#sidebar {
float: left;
width: 200px;
}
#sidebar img {
margin: 150px 0 0 0;
}
#footer {
background: #fff;
clear: both;
width: 100%;
padding: 45px 0 45px 200px;
text-align: left;
font-size: 90%;
}
#footer a {
display: inline;
padding: 0;
color: #17547F;
}

/* Sidebar Nav */
#sidenavlist {
padding-left: 0;
margin-left: 0;
width: 200px;
}
#sidenavlist li {
list-style: none;
margin: 0;
padding: 0.25em;
}
/* End Footer */

/*################################
Suckerfish Navigation Start
##################################*/
#nav, #nav ul {
width: 815px;
height: 25px;
padding: 0;
margin: 0;
list-style: none;
text-align: left;
}
#nav {
padding: 93px 0 140px 185px;
}
#nav li {
float: left;
width: 100px; 
height: 22px;
border: none;
text-align: left;
padding: 0px;
}
#nav li a {
display: block;
text-decoration: none;
width: 70px;
height: 20px;
overflow: hidden;
text-align: center;
line-height: 20px;
border: none;
padding: 0px;
}
/* ----------- */
/* sub menus */
/* ----------- */
#nav li ul, #nav li ul li ul {
position: absolute;
/* top: 0px; */
width: 185px;
left: -999em;
text-align: left; 
border: none;
}
#nav li .pages, #nav li .recent, #nav li .archives, #nav li .categories, #nav li .meta {
border-top: none;
height: auto;
}
/* shows the drop - downs */
#nav li:hover ul, #nav li.sfhover ul, #nav li:hover ul li:hover ul {
left: auto;
}
/* sets background when hovering over drop-down menu items */
#nav li ul a:hover {
color: #17547F;
}
/* style of each sub menu item listing */
#nav li ul li, #nav li ul li a {
color: #C6D5FD;
float: left;
text-align: left;
width: 185px;
text-align: left;
padding: 0px 0px 0px 0px;
line-height: 20px;
height: 20px;
margin: 0px;
text-indent: 3px;
}
#nav li ul li .bottom, #nav li ul li a .bottom {
height: 0px;
line-height: 0px;
}
* html #nav li ul li, * html #nav li ul li a {
border-left: 3px solid #003053;
border-right: 3px solid #003053;
}
/*################################
Suckerfish Navigation End
##################################*/
