/*
Theme Name: What What 2.0
Theme URI: http://www.whatwhat.co.uk
Description: what what blog
Version: 0.9.501
Author: Andreas Jacob
Author URI: http://cordobo.com/
Tags: green, white, silver, black, light, two-columns, right-sidebar, fixed-width


  This is a BETA. Please report all bugs:
  http://cordobo.com/1449-cordobo-green-park-2-beta-5/

  The CSS, XHTML and design is released under the GPL:
  http://www.gnu.org/licenses/gpl.html
  Copy, remix and play around with my CSS - but leave the original author credentials.


 - Transcending CSS
   I use CSS3 whenever and whereever it makes sense, which outdated browsers (agents) 
   probably don't render - but there's always a fallback
 - Structure
   Elements and classes are structured, properties are in alphabetical order,
   code is commented where necessary
 - Coding convention
   Classes with up to 3 properties are in a single line,
   classes with more than 3 properties are broken into multiple lines

*/



/* MINIMUM RESET - based on work by Eric Meyer
------------------------------------------------------------------ */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { border: 0; font-size: 100%; margin: 0; outline: 0; padding: 0; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; }



/* GENERAL
------------------------------------------------------------------- */

*::-moz-selection { background: #51a201 none repeat scroll 0 0; color: #fff; }

html, body { color: #242626; }
html {
  background: url("http://www.whatwhat.co.uk/images/bg8.jpg") repeat-y fixed center 100%;
  height: 100%;
  margin-bottom: 1px;
  overflow-y: scroll;
}
body {
font: 13px/1.5 Arial, Helvetica, 'Liberation Sans', FreeSans, sans-serif;
  *background-position: 50% 84px;
 	color: #333;
	font-size: 11px;
  font-smooth: always;
}

a {
	color: #000;
	font-weight:bold;
	text-decoration: none;
}
a:hover {
	color:#333;
}

/* LINKS */
a,a:link,a:link,a:link,a:hover {background:transparent;cursor:pointer} 
a:link {color:#ff0080} 
a:visited {color:#ff0080} 
a:hover,a:active {
	color:#005b9a;
} 


#menu a:active,
#submenu a:active { position: relative; top: 1px; }
#submenu a:focus { color: #111; }



abbr, acronym { border-bottom: 1px dashed #999; cursor: help; }

blockquote {
  background-color: #f8f8f8;
  border-left: 2px solid #eaeaea;
  color: #111;
  font-style: italic;
  margin: 0 0 9px;
  padding: 7px;
}

cite { font-style: italic; }

code {
  background: #eaeaea;
  font-family: Consolas, Monaco, monospace;
  font-size: 0.9em;
  padding: 1px 3px;
}

del { color: #8b0000; text-decoration: line-through; }

em { font-style: italic; }

h1
{
	font-size: 25px;
}

h2
{
	font-size: 23px;
}

h3
{
	font-size: 21px;
}

h4
{
	font-size: 19px;
}

h5
{
	font-size: 17px;
}

h6
{
	font-size: 15px;
}

h8
{
	font-size: 15px;
}


hr { display: none; }
input { vertical-align: middle; }
ins { color: #006400; text-decoration: none; }
small { font-size: 0.8em; }
strong { font-weight: 550; }
sub, sup { font-size: 0.7em; }



/* Generic classes
------------------------------------------------------------------- */

/* Beautified ampersands */
.amp { font-family: "Palatino Linotype", Palatino, Georgia, "Times New Roman"; font-style: italic; }
/* Emphasize your name in the About-Box */
.smaller-caps { font-size: 110%; font-variant: small-caps; }
.hidden { display: none; }

.top-link { background: transparent url(img/top-sprite.png) 0 5px no-repeat; padding-left: 12px; }
.top-link:hover { background-position: 0 -29px; }

#top-link1 {
margin-top:-15px;
  text-align: right;
  padding-right: 15px;
}



/* Wordpress specific CSS
------------------------------------------------------------------- */

.aligncenter, div.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.aligncenter img, .aligncenter p.wp-caption-text {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.alignleft { float: left; }
.alignright { float: right; }
img.alignleft { display: inline; margin: 0 7px 2px 0; padding: 4px; }
img.alignright { display: inline; margin: 0 0 2px 7px; padding: 4px; }
.entry div.alignleft { float: left; margin: 0 8px 7px 0; }

/* Resizes the image to the maximum width of the content area */
.entry img {
  max-width: 565px;
border:2px solid #EEEEEE;
padding:5px;
  /* smooth image resizement in IE7+ */
  -ms-interpolation-mode: bicubic;
}

.wp-caption {
  background-color: #F0F0F0;
  border: 1px solid #E5E5E5;
  overflow: hidden;
  padding: 3px;
}

.wp-caption img { border: 0 none; margin: 0; padding: 0; }

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

.more-link {
  background-color: #f8f8f8;
  font-size: 11px;
  padding: 5px 6px 3px;
  text-shadow: 0 1px 0 #fff;
}

.more-link:hover { background-color: #E6F0F2; border-bottom-color: #B3CDD8; color: #000; }

/* Tables and #wp-calendar */
table { color: #3E5867; width: 100%; }
caption { background-color: #E6F0F2; border-top: 1px solid #E6F0F2; text-align: center; }
thead { background-color: #F8f8f8; text-align: center; }
tbody { background-color: #f7f7f7; text-align: center; }
tfoot { background-color: #fff; text-align: left; }
td#next { text-align: right; }



/* STRUCTURE
------------------------------------------------------------------- */

#header,
#main,
#footer {
margin: auto;
  text-align: left;
  width: 960px;
margin-top:0px;
}



#header { height: 235px; margin-top: 10px; position: relative; }

#container { float: left; margin: 0 -350px 0 0; width: 100%; }

#content {
  border-right: 0px solid #D5DADD;
  margin: 0 325px 0 0;
  overflow: hidden;
  padding: 10px 0 0;
}

#sidebar {
  background-color: #fff;
  float: right;
  margin-left: -3px;
  padding: 15px 20px 15px 10px;
  width: 320px;
}

#footer { 
border-bottom:1px dashed #000000;
border-top:1px dashed #000000;
padding-top:3px;
width:920px;
height:30px;
margin-bottom:30px;
}

#footertxt { 
padding-top:5px;
padding-left:15px;
}



/* HEADER
------------------------------------------------------------------- */


/* Start EXAMPLE CODE image logo */



#logo, #logo a { display: block; height: 120px; width: 316px; z-index:-5;}
#logo { position: absolute; top: 28px; left: 27px; margin-left:-10px;
margin-top:-12px; z-index:-5;}
#logo a { background: transparent url(http://www.whatwhat.co.uk/images/title2.jpg) top left no-repeat; text-indent: -9999em; z-index:-5;}
.description { color: #ffffff; display: block; left: 124px; position: absolute; top: 0px; margin-top:-20px;}

/* End EXAMPLE CODE image logo */


#slogan {
margin-bottom:0;
margin-left:0;
margin-top:-10px;
margin-left:-1px;
padding-top:0px;
z-index:5;
}

#branding {
z-index:1;
}



/* MENUES */
#accessibility {
  display: block;
  position: left;
  right: 28px;
  top: 210px;
}

#accessibility li,
#accessibility a { display: block; float: left; }
#accessibility a { background: transparent url(img/navigation.png) right -200px no-repeat; padding: 0 7px 0 4px; }
#accessibility .last-item a { background: none; padding-right: 0; }

#nav { position: absolute; top: 75px; left: 0; width: 960px; }

/*ul#menu {
  background: #89CB11 url(img/navigation.png) top left repeat-x;
  display: block;
  height: 41px;
  padding: 0 28px 0 18px;
  width: 960px;
}*/

#menu li,
#menu a { display: block; float: left; }

#menu a {
  background: transparent url(img/navigation.png) left -150px no-repeat;
  color: #fff;
  font-weight: bold;
  line-height: 40px;
  padding: 0 8px 0 10px;
  text-shadow: 0 1px 0 #555;
}

/* Removes the background separator in Opera 9+, Firefox 2+, Safari 3+ */
#menu .page-item-home a,
#submenu li:first-child a { background-image: none; }

#menu a:hover,
#menu a:focus,
#menu .current_page_item a {
  /* IE6/7/8 Fallback hack - Adds more contrast to the navigation */
  color: #000\9;
  /* FF3.5/Safari4/Chrome2/Opera10 - applies a darker text-shadow to the link for a seamless transition - http://cordobo.com/1119-provide-visual-feedback-css/ */
  text-shadow: 1px 1px 1px #000;
}

/*#submenu-bg { background: transparent url(img/bg-submenu.jpg) 0 3px repeat-x; height: 30px; width: 985px; }*/
ul#submenu { display: block; padding: 5px 21px 0; }
#submenu li,
#submenu a { display: block; float: left; }
#submenu li { position: relative; }
#submenu a { background: transparent url(img/navigation.png) left -197px no-repeat; color: #666; padding: 3px 5px 3px 7px; }
#submenu .current_page_item a { color: #252525; }
#submenu a:hover { color: #000; }


/* 3rd level navigation - only visible if you have grandchild pages */
#submenu li ul { display: none; }

#submenu li:hover ul  {
  background-color: #fff;
  border: 1px solid #eaeaea;
  clear: both;
  display: block;
  float: none;
  left: auto;
  line-height: 1;
  padding: 6px 6px 4px;
  position: absolute;
  top: 18px;
  overflow: auto;
  width: 200px;
  z-index: 1000;
}

#submenu li li,
#submenu li li a {
  clear: both;
  display: block;
  float: none;
  padding: 0;
}

#submenu li li a {
  background-color: #f7f7f7;
  background-image: none;
  border-bottom: 1px solid #fff;
  margin-bottom: 1px;
  padding: 9px 10px;
  width: 180px;
}

#submenu li li a:hover { background-color: #e9e9e9; border-bottom: 1px solid #c2c2c2; color: #125687; }

/* Top search */
#nav-search {
  display: block;
  height: 30px;
  line-height: 16px;
  position: absolute;
  right: 28px;
  top: 9px;
padding-top:127px;
}

#nav-search label { display: none; }

#s,
#searchsubmit { border-radius: 3px 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }

#s {
  border: 1px solid #777;
  font-size: 11px;
  height: 15px;
  padding: 4px 5px 2px;
  width: 130px;
}
#nav-search #s { border-color: #69ab01; border-bottom-color: #548301; border-right-color: #548301; }
#searchsubmit {
  background: #79B61C;
  border: 0px solid #666;
  color: #fff;
  height: 23px;
  font-family:arial,sans-serif;
font-size:12px;
  line-height: 20px;
  padding: 0 5px;
  -moz-box-shadow: 0px 0px 1px #79B61C;
  -webkit-box-shadow: 0px 0px 1px #79B61C;
}

/* Fixes Firefox 2 and 3 */
#searchsubmit, x:-moz-any-link { padding: 0 5px 3px; *padding: 0 5px; }


/* POSTs and PAGEs
------------------------------------------------------------------- */

.page, .post, .pagetitle, .nocomments { padding: 0 28px; }
.post, .nocomments { padding-bottom: 20px; }
.post { margin-bottom: 30px; }
.entry { margin: 15px 0 5px; font-size: 13px; line-height: 20px; }

.meta {
  background-color: #F8f8f8;
  color: #3e5867;
  display: block;
  font-size: 11px;
  height: 19px;
  line-height: 19px;
  padding-top: 6px;
  text-shadow: 0px 1px 0px #fff;
margin-right:0;

margin-left:-8px;
padding-bottom:6px;
padding-left:10px;
width:580px;
}

* html .meta { height: 1%; }
.meta:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }

a.button-style {
  border: 1px solid #F4F8F9;
  border-radius: 3px 3px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  display: inline-block;
  height: 11px;
  line-height: 11px;
  padding: 4px 6px;
  width: auto;
}

a.button-style:hover {
  background: #5388b6 url(img/button-style.png) center left repeat-x;
  border-color: #1b5a8d;
  color: #fff;
  text-shadow: 0 1px 0 #0f4570;
}

p strong, li strong { color: #2E2E2E; }

.entry p, .entry ol, .entry ul, .entry dl { margin: 0 0 9px; color: #4d4d4d; }
.entry blockquote p { margin: 0; }

.entry ol { margin-left: 0.75em; padding-left: 12px; }
.entry ul { margin-left: 0.5em; padding-left: 12px; }
.entry ol li { list-style-type: decimal; }
.entry ul li { list-style-type: disc; }

.entry dl { }
.entry dt { font-weight: bold; }
.entry dd { background: transparent url(img/dl-arrow.gif) 0 4px no-repeat; padding: 0 0 4px 1em; }



/* PAGINATION on single.php */

.previousnext, .pagination { font-size: 11px; margin-bottom: 10px; }

.page-link {
  background-color: #F4F8F9;
  border-bottom: 1px solid #E6F0F2;
  border-top: 1px solid #E6F0F2;
  display: block;
  font-size: 11px;
  font-weight: bold;
  height: 16px;
  line-height: 16px;
  margin: 9px 0 20px;
  padding: 5px 8px;
}

.page-link span, .page-link a {
  cursor: pointer;
  display: block;
  float: left;
  height: 16px;
  line-height: 16px;
  margin: 0 0 0 3px;
  text-align: center;
  width: 16px;
}

.page-link span { background-color: #fff; color: #111;}
.page-link a span { margin: 0; }
.page-link a:link span, .page-link a:visited span { background-color: #5B8EAD; color: #fff; }
.page-link a:hover span, .page-link a:active span, .page-link a:focus span { background-color: #285776; color: #fff; }
.page-link strong { display: block; float: left; margin-right: 5px; }

.postmetadata {
border-bottom:1px dotted #999999;
border-top:1px dotted #999999;
  color: #999;
  font-size: 11px;
  margin-top: 20px;
  padding: 7px 2px;
}
.postmetadata a { color: #666; padding: 2px; }
.postmetadata a:hover { background-color: #efefef; }

/* Advertisement space - see Admin Settings */
.something { padding: 7px 0px; /*width: 572px;*/ }
.somethingspecial { margin: 0 auto; /*width: 468px;*/ }



.addthis_button {
margin-top:40px;
}



/* COMMENTS
------------------------------------------------------------------- */

h3#comments, h4#pings { float: left; }
h3#comments, #respond h3 { margin: 0 0 5px; font-size: 24px; }
#respond h3 { margin: 18px 0 5px 28px; }
h4#pings { line-height: 1.2; margin: 10px 0; width: 150px; }

.comments-header,
.navigation { border-bottom: 0px solid #E6F0F2; text-shadow: 0 1px 0 #fff; }

.navigation {
  background-color: #E6F0F2;
  border-top: 1px solid #fff;
  font-size: 11px;
  height: auto;
  line-height: 28px;
  overflow: hidden;
  padding: 0 28px;
margin-left:20px;
}

.comments-header { width:525px; background-color: #F4F8F9; border-top: 0px solid #E6F0F2; padding: 6px 28px; margin-left:25px;}
.comments-header-meta {
  float: right;
  font-size: 11px;
  font-weight: bold;
  line-height: 44px;
  padding: 4px 0 0 ;
}

.commentlist {
  background-color: #f9fbfc;
  border: 28px solid #f9fbfc;
  border-top: 0 none;
  font-size: 12px;
margin-left:25px;
width:525px;
}
.pinglist { margin-top: 10px; width: 420px; float: right; }

li.pings {
  border-bottom: 1px solid #E6F0F2;
  border-top: 1px solid #fff;
  margin: 0;
  padding: 4px 10px;
  width: 400px;
}

.pings:first-child { border-top: none; }
.pings:last-child { border-bottom: none; }

.comment {
  background: transparent url(img/bg-comment.png) 10px 19px no-repeat;
  border-top: 28px solid #f9fbfc;
  border-left: 40px solid #f9fbfc;
}

.comment-body {
  background-color: #f4f8f9;
  color: #3e5867;
  margin-left: 20px;  
  padding: 17px 20px 11px;
  position: relative;
}

.comment-body img.avatar {
  border: 1px solid #eee;
  padding: 2px;
  position: absolute;
  left: -60px;
}

ul.children { }
.comment ul.children li { border-top: 15px solid #f9fbfc; }

.comment-meta {
  font-family: Georgia, serif;
  font-size: 11px;
  font-style: italic;
  position: absolute;
  right: 25px;
  top: 20px;
}
.comment-meta a { color: #999; }
.comment-author-admin { background-image: url(img/bg-comment-admin.png); }
.comment-author-admin > .comment-body { background-color: #E6F0F2; }
.comment p, .comment blockquote { padding: 0 0 7px; }
.comment blockquote p, .comment blockquote blockquote, .comment blockquote blockquote p { margin: 5px; padding: 7px; }
.commentlist cite, .commentlist cite a { }
.commentlist cite a { }

/* Not used */
li.thread-alt { }
.comment-author { }
.commentlist .thread-even { }
.commentlist .depth-1 { }
.commentlist .odd { }
.commentlist .even,
.commentlist .alt { }
.comment-author cite {
  background-color: #F9FBFC;
  border-bottom: 1px dashed #E6F0F2;
  color: #666;
  display: block;
  font-family: Georgia, serif;
  font-style: italic;
  line-height: 16px;
  margin: 0 -7px 20px;
  padding: 3px 7px;
}
.comment-author-admin .comment-author cite { background-color: #F4F8F9; border-bottom-color: #ccc; }

.says { display: none; }
.comment div em { } /* comments awaiting moderation. */

.reply { font-size: 10px; font-weight: bold; overflow: hidden; }

a.comment-reply-link { 
  color: #666;
  display: block;
  float: right;
  padding: 2px 6px;
}
.comment-reply-link:hover { background-color: #fff; color: #333; }

#respond {
  background-color: #F4F8F9;
  margin-top: 1px;
  overflow: hidden;
  padding: 0 0 18px;
  width:580px;
margin-bottom:10px;
margin-left:25px;
}

#commentform { padding: 18px 28px 0; }

.cancel-comment-reply,
.you-must-be-logged-in { padding: 0 0 0 28px; }

.respond-left { float: left; width: 42%; }
.respond-right { float: left; width: 58%; }

#respond label { display: block; font-size: 11px; height: 20px; margin: 3px 0 9px; width: 85%; }

input#author, input#email, input#url {
  border: 1px solid #ddd;
  color: #999;
  display: block;
  height: 15px;
  line-height: 15px;
  padding: 5px 3px;
  width: 85%;
}

textarea#comment {
  border: 1px solid #ddd;
  font-family: inherit;
  height: 150px;
  margin: 0 0 9px;
  padding: 5px 3px;
  width:300px;
}

#respond input:focus,
textarea#comment:focus {
  color: #000;
  border-color: #aaa;
  -moz-box-shadow: 3px 3px 0px rgba(238,238,238,1);
  -webkit-box-shadow: 3px 3px #eee;
}

input#submit {
background: #79b61c;
  border: 1px solid #79b61c;
  border-radius: 3px 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #fff;
 font-family:arial,sans-serif;
font-size:12px;
font-size-adjust:none;
font-style:normal;
font-variant:normal;
font-weight:normal;
  height: 24px;
  line-height: 24px;
  padding: 0 10px;
}



/* SIDEBAR
------------------------------------------------------------------- */

.currently-viewing,
#sidebar #about,
#sidebar .categories,
#sidebar .archives,
.pagenav,
#meta,
.linkcat,
.widget { margin: 0 0 8px; padding: 0 8px 9px; }

.categories li li, .pagenav li li { margin-left: 6px; }

ul.sb-list { margin-left: 10px; }

/* h4 -> sb-title - less semantic, better for search engine positioning */
.sb-title {
  border-bottom:1px dotted #999999;
color:#005B9A;
font-size:19px;
font-weight:bold;
line-height:1.2em;
margin-bottom:8px;
padding-bottom:3px;
}

ul.sb-tools {
  margin: 9px 0;
  padding: 0 8px 9px;
}

.sb-tools li { display: block; min-height: 34px; }

.sb-tools a span {
  color: #333333;
  display: block;
  font-size: 12px;
  padding-bottom: 3px;
}

.sb-tools a:hover span { color: #333333; }

.rss-icon {
height:25px;
margin-left:635px;
padding-left:30px;
margin-top:-23px;
padding-bottom:3px;
}

.rss-txt {
padding-top:5px;
font-size: 13px;
}

.twitter-icon { background: transparent url(img/twitter_48.png) 0 0 no-repeat; }
.rss-icon { background: transparent url(http://www.whatwhat.co.uk/images/rss.jpg) center left no-repeat; }
.sb-icon-text { padding: 3px 0 0; }

.previous-post a, .next-post a {
  background: transparent url(img/next-prev-sprite.png) right -195px no-repeat;
  display: block;
  line-height: 1.2;
  margin: 8px 0 0;
  padding-top: 2px;
padding-left:80px;
}

.next-post a:active, .next-post a:focus, .next-post a:hover { background-position: right -295px; border: none; }
.previous-post a, .previous-post a:link, .previous-post a:visited { background-position: 0 5px; padding-right: 0; }
.previous-post a:active, .previous-post a:focus, .previous-post a:hover { background-position: 0 -95px; }

ul.group {
  float: left;
  margin: 0 0 0 10px;
  overflow: hidden; 
  padding: 0;
  width: 150px;
}



/* CLEARFIX
------------------------------------------------------------------ */

html .clearfix { display: block; }
* html .clearfix { height: 1%; }
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }



/* PRINT Styles
------------------------------------------------------------------ */

@media print
{
  body { color: #000; font: 100%/1.5 serif; }
  .entry { font-size: 12pt; line-height: 1.5; overflow: visible; }
  #header { border-bottom: 1px dotted #ccc; position: static; display: block; margin: 0 auto; }
  h1#logo,
  h1#logo a,
  h1#logo a span { color: #000; height: auto; margin: 0; padding: 0; position: static; width: auto; }
  
  #container { float: none; margin: 0; }
  #content { border: 0 none; margin: 0; overflow: visible; position: static; }
  /* Attaches the URI to each link so they are visible in the print version */
  #content .entry p a:after { content: "  [" attr(href) "] "; }
  #accessibility, hr, #nav, #sidebar, .something { display: none; }
}


/*-------------------------------nav-------------------------------------*/
          div#line {
	margin-left:-4px;
	border-top:1px dashed #000000;
	padding-top: 3px;
	border-bottom:1px dashed #000000;
	height: 40px;
margin-left:20px;
margin-right:20px;
width:920px;
        }

div#line2 {
border-bottom:1px dashed #000000;
margin-left:20px;
padding-left:5px;
padding-top:0px;
width:916px;
}

.breadcrumb {
padding-left:30px;
padding-top:3px;
font-size:14px;
}

 div#movenav {
margin-top:1px;
padding-top:0;
 }	   
	   
	    ul#topnav {
		

	height: 40px;
	
	width:940px;
	list-style:none;
height:40px;
	margin-left: 6px;
	

        }
		
		

       

        ul#topnav li a {
	height:40px;
	float:left;
	text-indent:-9999px;
	text-decoration:none;
	margin-right: 23px;
	
        }

        ul#topnav li#topnav-1 a {
        		width:210px;
        		background:url(http://www.whatwhat.co.uk/images/nav.jpg) no-repeat 0 0;
        }

        ul#topnav  li#topnav-1 a:hover {
        		background-position:0 -40px;
        }

        ul#topnav  li#topnav-1 a.current {
        		background-position:0 -80px;
        }
        
        ul#topnav li#topnav-2 a {
        		width:210px;
        		background:url(http://www.whatwhat.co.uk/images/nav.jpg) no-repeat -230px 0;
        }

        ul#topnav  li#topnav-2 a:hover {
        		background-position:-230px -40px;
        }

        ul#topnav  li#topnav-2 a.current {
        		background-position:-230px -80px;
        }
        
        ul#topnav li#topnav-3 a {
        		width:210px;
        		background:url(http://www.whatwhat.co.uk/images/nav.jpg) no-repeat -459px 0;
        }

        ul#topnav  li#topnav-3 a:hover {
        		background-position:-459px -40px;
        }

        ul#topnav  li#topnav-3 a.current {
        		background-position:-459px -80px;
        }
        
        ul#topnav li#topnav-4 a {
        		width:210px;
        		background:url(http://www.whatwhat.co.uk/images/nav.jpg) no-repeat -689px 0;
        }

        ul#topnav  li#topnav-4 a:hover {
        		background-position:-689px -40px;
        }

        ul#topnav  li#topnav-4 a.current {
        		background-position:-689px -80px;
        }
		
		
		
		
		     ul#topnav li#topnavj a {
        		width:210px;
        		background:url(http://www.whatwhat.co.uk/images/nav4.png) no-repeat -459px 0;
        }

        ul#topnav  li#topnavj a:hover {
        		background-position:-459px -40px;
        }

        ul#topnav  li#topnavj a.current {
        		background-position:-459px -80px;
        }
		
		
		
		
		
		     ul#topnav li#topnave a {
        		width:210px;
        		background:url(http://www.whatwhat.co.uk/images/nav4.png) no-repeat -689px 0;
        }

        ul#topnav  li#topnave a:hover {
        		background-position:-689px -40px;
        }

        ul#topnav  li#topnave a.current {
        		background-position:-689px -80px;
        }
 
 
 /*        
-----------------------------------------------------------------

Title: Vertical CSS menu with a behavior file.
Author: Stefan Vervoort
Blog: http://www.divitodesign.com/blog/ 
Article: http://www.divitodesign.com/blog/2008/01/vertical-css-menu-with-a-behavior-file/
*/

ul.dropdown {
 font-weight: bold;
}

	ul.dropdown li {
	 padding: 7px 10px;
	 border-width: 1px 1px 1px 0;
	
	}


	


	/* -- level mark -- */

	ul.dropdown ul {
	 width: 150px;
	 margin-top: 1px;
	}

		ul.dropdown ul li {
		 font-weight: normal;
		}





/* ------------------*/

ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
 list-style: none;
 margin: 0;
 padding: 0;
}

ul.dropdown {
 position: relative;
 z-index: 1;
 float: left;
}

ul.dropdown li {
 float: left;
 line-height: 1.3em;
 vertical-align: middle;
 zoom: 1;
}

ul.dropdown li.hover,
ul.dropdown li:hover {
 position: relative;
 z-index: 2;
 cursor: default;
}

ul.dropdown ul {
 visibility: hidden;
 position: absolute;
 top: 100%;
 left: 0;
 z-index: 3;
 width: 100%;
}

ul.dropdown ul li {
 float: none;
}

ul.dropdown ul ul {
 top: 1px;
 left: 99%;
}

ul.dropdown li:hover > ul {
 visibility: visible;
}


/*-------------------------------nav-------------------------------------*/

.john{

color:#005B9A;
font-size:19px;
font-weight:bold;
line-height:1.2em;
}

.ed{

color:#005B9A;
font-size:19px;
font-weight:bold;
line-height:1.2em;
}

.emt {
margin-left:40px;
margin-top:-22px;
padding-bottom:7px;
border-bottom:1px dotted #999999;
}
/* submit btn
----------------------------------------------- */

#submitlink, #submitlink:link, #submitlink:visited, #submitlink:focus, #submitlink:hover{
}
#submitlink:active{
}

#mysubmit { 
	width: 100px;
	height: 25px;
	color:#FFFFFF;
	display:inline-block;
	font-family:arial,sans-serif;
	font-size:12px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	text-decoration:none;
	background: url(http://www.whatwhat.co.uk/images/submitbtn.png) no-repeat scroll 0 0;
	border:none;
	padding-bottom:5px;
	padding-left:0px;
margin-left:200px;
margin-top:-22px;
	}

#mailing { 
	padding-top:5px;
height:30px;
	}

#postinfo { 
margin-left:30px;
margin-top:-24px;
}
