/*
Theme Name: Discover Places Theme
Theme URI: http://www.theworkshop.co.uk/
Description: Discover Places
Author: The Workshop
Version: 1.0
*/

body {
    font-size:82.5%;
    font-family:Arial, Helvetica, sans-serif;
    margin:0px;
    padding:0px;
    background: url('images/example_bg_image.jpg') top left no-repeat #4c4f55;
}

body.bg1 {
    background: url('images/grass_bg_image.jpg') top left no-repeat #59812e;
}

body.bg2 {
    background: url('images/castle_bg_image.jpg') top left no-repeat #5c5a54;
}

body.bg3 {
    background: url('images/roof_bg_image.jpg') top left no-repeat #809aa6;
}

body.bg4 {
    background: url('images/tudor_bg_image.jpg') top left no-repeat #f8e4bf;
}

body.bg5 {
    background: url('images/stone_bg_image.jpg') top left no-repeat #b6a885;
}

.outer {
    background: url('images/main_bg2.png') top center repeat-y;
    width: 100%;
    float: left;
}

#skip-link a,
#skip-link a:visited {
  position: absolute;
  display: block;
  left: 0;
  top: -500px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  text-align: center;
  background-color: #666;
  color: #fff;
}

#skip-link a:hover,
#skip-link a:active,
#skip-link a:focus {
  position: static;
  width: 100%;
  height: auto;
  padding: 2px 0 3px 0;
}

.outerend {
    clear: both;
    background: url('images/footer.png') top center no-repeat;
    width: 100%;
    float: left;
    height: 229px;
    margin-bottom: 50px;
}

h1 {
    font-size: 1.5em;
    margin: 0;
    background: url('images/main_block_angle.gif') bottom left no-repeat #00BB9A;
    width:580px;
    padding: 20px;
}

h1.pageheader {
    font-weight: 700;
    font-family: "daniel-1","daniel-2";
    background: url('images/sub-page-header_background.png') top left no-repeat;
    padding: 5px 20px 20px 20px;
    margin-bottom: 20px;
}

h1.pageheader.lower {
    clear: both;
    float: left;
    margin-top: 20px;
}

h2 {
    font-weight: 700;
    font-family: "daniel-1","daniel-2";
    padding: 0;
    margin-bottom: 10px;
}

h3 {
    padding: 10px;
    margin: 0;
}

#sitetop {
    
}

#menutop {
    margin-top: 10px;
}

#menutop ul {
    float:left;
    padding:0;
    margin:20px 0 0 20px;
    line-height: 18px;
}

#menutop ul li {
    float:left;
    list-style: none;
    margin: 0;
    padding: 3px 0 8px 0;
    vertical-align: middle;
    margin-left: 30px;
    text-align: center;
    /*width:100px;*/
}
#menutop ul li:first-child {
    margin-left:0;
}

#menutop ul li A {
    text-decoration: none;
    font-size:1.2em;
    font-weight:bold;
    color: #FFF;
}

#menutop ul li A:hover {
    color:#DF0094;
}

#menutop ul li.selected A {
    color:#DF0094;
    text-decoration: underline;
}

#menutop ul li.selected {
    color:#DF0094;
}

.breadcrumb {
    clear: both;
    float: left;
    margin-top: 30px;
    margin-bottom: 10px;
    width: 100%;
    font-size: 0.9em;
    color:#323232;
}

.breadcrumb a {
    color:#323232;
}

.breadcrumb a:hover {
    text-decoration: none;
}

#sitemain {
    background: #EEE;
    margin-top: 5px;
}

#sitemain p {
    padding: 10px;
    margin:0;
}

#siteside {
    margin-top: 5px;
    background: #EEE;
}

#siteside .links {
    text-align: center
}

#siteside .links A {
    display:block;
    margin:20px 0;
}

#footer {
    margin-top: 60px;
    margin-left: 0;
    font-size: 0.85em;
    color:#4d4e53;
    width: 960px;
}

#footer .logolabels {
    float: left;
    width: 100%;
}

#footer .logolabel {
    float: left;
    width: 37%;
    font-size: 1.3em;
    padding-bottom: 5px;
    padding-left: 15px;
}

#footer ul {
    margin: 0;
    padding: 5px 0 5px 0;
    float: left;
}

#footer ul li {
    display: inline;
    list-style: none;
    padding-right: 5px;
    padding-left: 5px;
    margin: 0;
    border-right: 1px #C0C0C0 solid;
    float: left;
}

#footer img  {
    float:left;
    display: block;
}

#footer img.divider {
    border-left:1px dashed #b6b6b6;
}

#scrollarea {
    margin-bottom: -20px;
    margin-top: 12px;
}

/* Scroller classes */
.scrollable {
    background: url('images/top_image_background.png') top left no-repeat;
    position:relative;
    overflow:hidden;
    width: 940px;
    height:337px;
}

.scrollable .items {
    width:20000em;
    position:absolute;
    margin-top: 22px;
    margin-left:20px;
}

.scrollable .items div {
    float:left;
    width: 940px;
    height:289px;
    cursor: pointer;
}

.scrollable .items div h1 {
    margin-top:50px;
    font-size: 1.5em;
    color: #FFF;
    padding:10px 10px 10px 65px;
    width: 205px;
    background: none;
}

.scrollable .items div P {
    padding:0 10px 10px 65px;
    margin-top:25px;
    width: 205px;
    color:#FFF;
    font-weight: bold;
    font-size: 1.1em;
}

.scrollable .browse {
    position:absolute;
    width:50px;
    height:50px;
    background-color: pink;
    top:150px;
}

.scrollable .browse.prev {
    left:0px;
    background: url('images/main_scroll_image_left_arrow.png') top left no-repeat;
    width: 70px;
    height: 66px;
    cursor: pointer;
    text-decoration: none;
}

.scrollable .browse.prev span {
    display: none;
}

.scrollable .browse.prev:hover {
    background-position: 0 -68px;
}

.scrollable .browse.next {
    left:870px;
    background: url('images/main_scroll_image_right_arrow.png') top left no-repeat;
    width: 70px;
    height: 66px;
    cursor: pointer;
    text-decoration: none;
}

.scrollable .browse.next span {
    display: none;
}

.scrollable .browse.next:hover {
    background-position: 0 -68px;
}

.scrollable.homescroller {
    margin-top: 20px;
}

.navi {
    margin-left:800px;
    background: #2A2A32;
    border-top:3px #FFF solid;
    border-left:3px #FFF solid;
    border-right:3px #FFF solid;
    float: left;
    position: relative;
    top:-50px;
    padding-top: 6px;
    padding-right: 6px;
    padding-bottom: 6px;
}

.navi A {
    display:block;
    width:15px;
    height:15px;
    float:left;
    background: url('images/main_image_scroll_progress_circle.png') top left no-repeat;
    margin-left: 6px;
}

.navi A.active {
    background: url('images/main_image_scroll_progress_circle.png') top left no-repeat;
    background-position: 0 -15px;
}

.box {
    float: left;
}

.box a {
    color:#0A0B14;
    text-decoration: none;
}

.box a:hover {
    text-decoration: underline;
}

.box p a, .box-middle p a, .grid_8 .box-middle ul a, .grid_8 .box-middle ol a {
    text-decoration: underline;
    color:#0A0B14;
}

.box p a:hover, .box-middle p a:hover, .grid_8 .box-middle ul a:hover, .grid_8 .box-middle ol a:hover {
    text-decoration: none;
}

.box-top {
    float: left;
    padding: 20px;

    color: #0a0b14;
    font-size: 1.3em;
    font-weight: bold;
}

.box-middle {
    float: left;
    padding:20px 20px 0 20px;
    background: url('images/main_block_1_pixel.gif') top left repeat-y;
    width:580px;
}

.box-footer {
    float: left;
    background: url('images/main_block_bottom.png') top left no-repeat;
    width:620px;
    height: 56px;
}

.box-footer.associated {
    margin-bottom: 20px;
}

.box.home1 .box-top {
    border-top:1px #a7a8a6 solid;
    border-right:1px #a7a8a6 solid;
    border-left:1px #a7a8a6 solid;
    background: #fbfbfa;
    width:578px;
    font-size: 2.3em;
    padding-bottom: 0;
}

.box.home1 .box-middle {
    background: url('images/main_block_1_pixel.gif') top left repeat-y;
    width:580px;
}

.box.home1 .box-footer {
    background: url('images/main_block_bottom.png') top left no-repeat;
    width:620px;
    height: 56px;
}

.box.home1.blogbox .box-top {
    font-size: 1em;
}

.box.home1.blogbox .box-top p {
    padding-bottom: 10px;
    margin-bottom: 0;
    border-bottom: 1px dashed #979797;
}

.box.home1 .box-top h3 {
    font-size: 1.2em;
    padding: 10px 0 10px 0;
}

.box.home1.blogbox .box-middle {
    padding-top: 0;
}

.box.home1.blogbox .box-middle img {
    float: left;
    margin-right: 20px;
}

.box.home1.blogbox .box-middle span {
    float: left;
    display: block;
    clear: both;
    color: #999999;
    font-size: 0.9em;
    padding: 8px 0 0 3px;
    margin-bottom: 25px;
    width: 75%;
}

.box.home1.blogbox .box-middle p {
    clear: both;
    font-size: 1em;
    color: #0a0b14l;
    width: 440px;
}

.box.home1.blogbox .box-middle .metainfo {
    float: right;
    width: 130px;
    font-size: 0.9em;
    color:#000;
}

.box.home1.blogbox .box-middle .metainfo span {
    clear: none;
    color: #CA4E00;
    display: inline;
    float: left;
    margin-bottom: 0;
    padding: 0;
    font-size: 1em;
}

.box.home1.blogbox .box-middle .metainfo .commentsnum {
    margin-top: 9px;
    color: #CA4E00;
    float: left;
    width: 100%;
}

.box.home1.blogbox .box-middle .metainfo .commentsnum img {
    margin-right: 4px;
    margin-top: 3px;
    float: left;
}

.box.home1.blogbox .box-middle .metainfo .commentsnum a {
    color: #CA4E00;
    text-decoration: underline;
}

.box.home1.blogbox .box-middle .metainfo .commentsnum p {
    margin-bottom: 5px;
}

.box.home1.blogbox .box-middle .metainfo .commentsnum a:hover {
    text-decoration: none;
}

.box.home1.blogbox .box-middle .metainfo .commentsnum span {
    font-size: 0.9em;
}

.box.home1.blogbox .box-middle .metainfo .commentsnum iframe {
    border:none;
    overflow:hidden;
    width:47px;
    height:30px;
    float: left;
    margin-right: 80px;
    margin-top: 5px;
}

.box.home1.blogbox .box-middle .metainfo .entry_author_image {
    width: 130px;
    float: left;
    padding-bottom: 5px;
}

.box.home1.blogbox .box-middle .metainfo .entry_author_image img {
    width: 50px;
    height: 50px;
}

.box.home1.blogbox {
    margin-top: 23px;
}

.box.home1.blogbox.single {
    margin-top: 0;
}

.box.home1.blogbox.single .box-top {
    border-top: 0;
    padding-bottom: 20px;
}

.box.home1.blogbox.single .box-middle .postsingle {
    clear: both;
    margin-top: 10px;
}

.box.home2 .box-top {
    background: url('images/events_angle.gif') bottom left no-repeat #E15500;
    width:260px;
}

.box.home2 .box-middle {
    background: url('images/events_1_pixel.gif') top left repeat-y;
    width:260px;
}

.box.home2 .box-middle ul {
    margin: 0;
    padding: 0;
}

.box.home2 .box-middle ul li {
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none;
    font-size: 1em;
    color:#0a0b14;
    font-weight: bold;
}

.box.home2 .box-middle ul li span {
    color:#e15500;
    font-size: 1.2em;
    font-weight: 700;
    font-family: "daniel-1","daniel-2";
}

.box.home2 .box-footer {
    background: url('images/events_bottom.png') top left no-repeat;
    width:300px;
    height: 29px;
}

.box.side {
    margin-top: 20px;
}

.box.side.sidenoevents {
    margin-top: 0;
    margin-bottom: 20px;
}

img.eventsimg {
    margin-top: 20px;
}

.box.side .box-top {
    background: url('images/sign_up_area_right_column_angle.jpg') bottom left no-repeat #0099FF;
    width:260px;
}

.box.side .box-middle {
    background: url('images/sign_up_area_right_column_tile.jpg') top left repeat-y;
    width:260px;
    font-weight: bold;
    font-size: 0.9em;
    padding-top: 10px;
}

.box.side .box-middle .links {
    margin-top: 12px;
    padding-top: 10px;
    border-top:1px dashed #808D6F;
}

.box.side .box-middle .links span {
    display: block;
    float: left;
    margin-right: 20px;
}

.box.side .box-middle .links img {
    display: block;
    float: left;
    margin-left: 10px;
}

.box.side .box-middle p {
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.box.side .box-footer {
    background: url('images/sign_up_area_right_column_bottom.png') top left no-repeat;
    width:300px;
    height: 28px;
}

.fullcontainer {
    float: left;
    background: url('images/bottom_area_tile.jpg') repeat-y;
    margin-top: 20px;
}

.fullcontainer .grid_3.end {
    margin-right: 0;
    width: 200px;
}

.fullcontainer .grid_3 {
    padding-top: 40px;
}

.fullcontainer h4 {
    background: url('images/sign_up_area_right_column_angle.jpg') bottom left no-repeat #0099FF;
    width: 268px;
    padding: 15px 10px 15px 22px;
    margin: 0 0 0 -10px;

    color: #0A0B14;
    font-size: 1.3em;
    font-weight: bold;
}

.fullcontainer .grid_6 p {
    padding: 5px 0 0 12px;
    font-weight: bold;
    font-size: 0.9em;
    margin-bottom: 5px;
}

.fullcontainer .grid_6 form {
    padding: 0 0 0 12px;
    font-weight: bold;
    font-size: 0.9em;
}

.fullcontainer img {
    display: block;
    margin:0;
    padding: 0;
}

.error {
    color:#FFF;
    display: block;
    background: #FF0000;
    margin-left: 10px;
    padding: 3px;
    width: 120px;
    margin-bottom: 10px;
}

.datarow {
    width: 100%;
    float: left;
    padding-top:5px;
}

.datarow span.date {
    font-size: 1.4em;
    font-weight: 700;
    font-family: "daniel-1","daniel-2";
    color: #088372;
}

.datarow img.attachment-thumbnail {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.datarow img.divider {
    position: relative;
    margin-left: -20px;
}

.datarow a {
    color:#0A0B14;
    text-decoration: none;
}

.datarow span.date a {
    color: #00BB9A;
    text-decoration: none;
}

.datarow span.date a:hover, .datarow a:hover {
    text-decoration: underline;
}

.box.project {
    width: 300px;
    margin-bottom: 20px;
}

.box.project.alpha {
    margin-right: 20px;
}

.box.project .box-top {
    background: url('images/our_projects_left_header.png') bottom left no-repeat #00BB9A;
    width: 260px;
    font-size: 1.3em;
    font-weight: bold;
}

.box.project .box-middle {
    background: url('images/events_1_pixel.gif') top left repeat-y;
    width:300px;
    padding-top: 0;
}

.box.project .box-middle p {
    width: 230px;
    padding: 5px 0 10px 0;
    margin: 0;
}

.box-middle .imgholder {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
    width: 180px;
    height: 220px;
    background: url('images/thumbnail_image_placeholder.jpg') top left no-repeat;
}

.box-middle .imgholder img {
    margin-top: 30px;
    margin-left: 17px;
}

.pagingnav {
    clear: both;
    float:left;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 620px;
}

.pagingnav .pagerleft {
    float: left;
    width: 200px;
}

.pagingnav .pagerright {
    float: right;
    width: 200px;
    text-align: right;
}

.pagingnav a {
    color: #000000;
    text-decoration: underline;
    margin-right: 10px;
    width: 200px;
}

.pagingnav a:hover {
    text-decoration: none;
}

img.toplogo {
    margin-top: 40px;
}

a.ctabutton {
    display: block;
    width:250px;
    height:37px;
    font-size: 1.4em;
    font-weight: 700;
    font-family: "daniel-1","daniel-2";
    color: #0A0B14;
    float: left;
    padding: 120px 0 0 370px;
    text-decoration: none;
}

a.ctabutton:hover {
    text-decoration: underline;
}

div.ctatemp {
    width:620px;
    height:157px;
    float: left;
    padding: 0;
}

label.catlabel {
    display: none;
}

fieldset {
    margin: 0;
    padding: 0;
}

span.arrow {
    font-family: "daniel-1","daniel-2";
    font-weight: 700;
}

#comments {
    clear: both;
    float: left;
    width: 100%;
}

#comments p {
    font-size: 1em;
    width: 414px;
    padding-top: 10px;
    margin-bottom: 10px;
}

#comments p.commentdate {
    border-bottom: 1px dashed #979797;
    margin-bottom: 3px;
    padding: 0 0 10px 0;
    font-size: 1em;
    width: 100%;
    margin-top: 48px;
}

#comments .comment-author.vcard img {
    margin-right: 4px;
}

#comments .comment-author.vcard span {
    clear: none;
    color: #000;
    display: block;
    float: left;
    font-size: 0.9em;
    margin-bottom: 0;
    padding: 0;
}

#comments .comment-author.vcard span cite {
    color: #ff5113;
    font-style: normal;
    font-weight:bold;
}

#respond h3 {
    display: none;
}

#respond {
    padding-top: 20px;
}

#respond label {
    width: 80px;
    color: #000;
    font-weight: bold;
    display: block;
    float: left;
}

#respond span.required {
    color: #FF0000;
    display: inline;
    padding: 0;
    margin:0;
    float: none;
    clear: none;
}

h2.commentssplit {
    background: url("images/main_block_angle.gif") no-repeat scroll left bottom #00BB9A;
    font-size: 1.5em;
    margin: 0;
    padding: 20px;
    width: 580px;
    clear: both;
    float: left;
    margin-top: 20px;
    font-family:Arial, Helvetica, sans-serif;
}

#respond .comment-form-author input, #respond .comment-form-email input, #respond .comment-form-url input {
    width: 270px;
    background: #e4e4e4;
    border: 1px #b4b4b4 solid;
}

#respond textarea {
    width: 464px;
    background: #e4e4e4;
    border: 1px #b4b4b4 solid;
}

#comments ul {
    margin: 0;
    padding: 0;
}

#comments ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.box-middle p a.blogmore {
    color: #CA4E00;
    text-decoration: none;
}

.box-middle p a.blogmore:hover {
    text-decoration: underline;
}

.box-middle p span.blogarrow {
    font-family: "daniel-1","daniel-2" !important;
    font-size: 1.3em !important;
    color: #E15500 !important;
    clear: none !important;
    float: none !important;
    display: inline !important;
    padding-left: 10px !important;
}