/*
Theme Name: Net Biz Wickers World
Theme URI: http://www.wickersworld.co.uk/
Description: Net Biz Wickers World Template.
Version: 1.0
Author: Alan Whitelaw
Author URI: http://www.awhitelaw.co.uk
Tags:

*/

html, body, div, span, applet, object, iframe,
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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
strong {
  font-weight: bold;
}

a:link,
a:visited {
  color: #fff;
  text-decoration: underline;
}
a:hover,
a:active {
  color: #fff;
  text-decoration: underline;
}

.sidebar ol, .sidebar ul {
	padding-left:10px;
	list-style-type:none;
}

/*- Classes ------------------------------------------------------------------*/

.round_563 {
  width: 563px;
  float: left;
  position: relative;
  margin-left: 1px;
}
  .round_563_top {
    background: url(images/563_round_top.png) no-repeat top left;
    height: 7px;
    font-size: 1px;
    line-height: 0px;
  }
  .round_563_fill {
    background: url(images/563_fill.png) repeat-y left;
    padding: 7px 10px 0px 10px;
  }
  .round_563_bottom {
    background: url(images/563_round_bottom.png) no-repeat top left;
    height: 7px;
    font-size: 1px;
    line-height: 0px;
    margin-bottom: 10px;
  }

.round_970 {
  width: 970px;
  float: left;
  position: relative;
  margin-left: 1px;
}
  .round_970_top {
    background: url(images/970_round_top.png) no-repeat top left;
    height: 7px;
    font-size: 1px;
    line-height: 0px;
  }
  .round_970_fill {
    background: url(images/970_fill.png) repeat-y left;
    padding: 7px 10px 0px 10px;
  }
  .round_970_bottom {
    background: url(images/970_round_bottom.png) no-repeat top left;
    height: 7px;
    font-size: 1px;
    line-height: 0px;
    margin-bottom: 10px;
  }
/*- site ---------------------------------------------------------------------*/

body {
  background: #002653;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	font-family: Arial, sans-serif;
  color: #fff;
	margin: 0px;
  padding: 0px;
}

.wrapper {
  height: 100%;
  float: left;
  clear: both;
  width: 100%;
}
.container {
  width: 970px;
  margin: 0px auto 20px auto;
  text-align: left;
  position: relative;
  min-height: 1000px;
  _height: 1000px;
}

	.header {
		position: relative;
    height: 143px;
	}
    .logo {
      position: absolute;
      top: 0px;
      left: 0px;
    }
    .top_nav {
      background: url(images/nav_bg.png) repeat-y  -150px;
      float: right;
      clear: right;
      width: 635px;
      margin: 6px 0px 0px 0px;
      font-size: 11px;
    }
      .top_nav ul {
        list-style-type: none;
        margin: 0px;
        text-align: right;
        padding-right: 3px;
      }
        .top_nav ul li {
          display: inline;
          padding: 3px 0px 4px 0px;
        }
          .top_nav ul li a,
          .top_nav ul li span {
            display: inline-block;
            padding: 3px 3px 4px 0px;
            text-decoration: none;
          }
    .pri_nav {
      background: url(images/nav_bg.png) no-repeat bottom right;
      float: right;
      clear: right;
      width: 640px;
      margin: 27px 0px 9px 0px;
      padding: 0px 0px 2px 0px;
    }
      .pri_nav ul {
        list-style-type: none;
        margin: 0px;
        text-align: right;
      }
        .pri_nav ul li {
          display: inline;
        }
          .pri_nav ul li a {
            display: block;
            float: left;
            width: 128px;
            height: 38px;
            text-decoration: none;
          }
            .pri_nav ul li a span {
              display: block;
              position: relative;
              left: -3000px;
            }
            
          .pri_nav ul li.nav_index a    { background: url(images/nav/home.png); }
          .pri_nav ul li.nav_flights a  { background: url(images/nav/the_flight.png); }
          .pri_nav ul li.nav_location a { background: url(images/nav/locations.png); }
          .pri_nav ul li.nav_shop a     { background: url(images/nav/shop_red.png); }
          .pri_nav ul li.nav_brochure a { background: url(images/nav/brochure.png); }
		  .pri_nav ul li.nav_dates a { background: url(images/nav/dates.png); }
          /*
          .pri_nav ul li.nav_index a    { _background: url(images/nav/home.gif); }
          .pri_nav ul li.nav_flights a  { _background: url(images/nav/the_flight.gif); }
          .pri_nav ul li.nav_location a { _background: url(images/nav/locations.gif); }
          .pri_nav ul li.nav_shop a     { _background: url(images/nav/shop.gif); }
          .pri_nav ul li.nav_brochure a { _background: url(images/nav/brochure.gif); }
          */
          .pri_nav ul li.nav_index a.selected,
          .pri_nav ul li.nav_index a:hover        { background-position: 0px -38px; }
          .pri_nav ul li.nav_flights a.selected,
          .pri_nav ul li.nav_flights a:hover      { background-position: 0px -38px; }
          .pri_nav ul li.nav_location a.selected,
          .pri_nav ul li.nav_location a:hover     { background-position: 0px -38px; }
          .pri_nav ul li.nav_shop a.selected,
          .pri_nav ul li.nav_shop a:hover         { background-position: 0px -38px; }
          .pri_nav ul li.nav_brochure a.selected,
          .pri_nav ul li.nav_brochure a:hover     { background-position: 0px -38px; }
          .pri_nav ul li.nav_dates a.selected,
          .pri_nav ul li.nav_dates a:hover     { background-position: 0px -38px; }
          
    .call2action {
      float: right;
      clear: right;
      padding-right: 1px;
    }
  .main {
    float: left;
    clear: both;
    width: 100%;
  }
  

/*- post ---------------------------------------------------------------------*/


.postmetadata,
.entry {
  padding: 10px 0px;
}
.postmetadata {
	margin:0px;
}
.main h2 {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 10px;
}
  .main h2 a {
    text-decoration: none;
  }

