/*
Theme Name:		Arena
Version: 		1.0
Author: 		V4 Technical

/* Reset Browser Defaults */
@import url( 'library/media/css/reset.css' );

/* Stylistic CSS Styles */
@import url( 'library/media/css/screen.css' );

/* Document Body */
body, input, textarea { font: 12px/1.5 verdana,arial,helvetica,sans-serif; }
strong { font-weight: bold; }
em { font-style: italic; }
.left { float: left; }
.right { float: right; }

/* Font Styles */
.serif { font-family: Arial, Helvetica, sans-serif; }
.sans-serif { font-family: Arial, Helvetica, sans-serif; }

/* Vertical Rhythm  */
.entry-meta { margin-bottom: 10px; }
p, pre, ul, ol, dl, dd, blockquote, address, table, fieldset, form, .gallery-row, .comment-list ul, .comment-list ol { margin-bottom: 10px; }
.hentry, .widget, .comment, .navigation-links { margin-bottom: 20px; }

.container { width: 980px; margin: 0 auto; }
.hfeed { width: 685px; float: left; }
.aside { width: 175px; float: right; padding: 5px 0 0 0; }
.footer { clear: both; }

.clearfix { display: block; clear:both; height: 0px; overflow:hidden; }

/* meta */
.singular .entry-meta { margin-bottom: 0; }
.edit-post { display: block; position: fixed; right: 0; top: 215px; padding: 5px 7px;ß }
.edit-post a { color:  #ffffff; }

/* header */
.header { height: 170px; position: relative; }
a#logo { display: block; width: 220px; padding: 15px 15px 0 15px; height: 102px; }

.header .left { background: #dadbdc; height: 170px; width: 250px; float: left; }
.header-contact { text-align: center; font-family: Arial, Helvetica, sans-serif; width: 250px;}
.header-contact a { display: block; }
#knitting .left { background: #dadbdc; height: 170px; width: 350px; position: absolute; left: 0px; z-index: 20; }
#knitting .knittingimg {position: absolute; right: 0px;}
#knitting .rowan{
	position: absolute;
	left: 255px;
	z-index: 22;
	top: 10px;
}
a#phone-hd { color: #999999; font-size: 20px; background: url( 'library/media/images/phone-hd.png' ) left 5px no-repeat; width: 130px; margin: 0 auto; padding: 0 0 0 25px; height: 26px; }
a:hover#phone-hd { text-decoration: none; }
a#email-hd { color: #666666; font-size: 10.5px; }

#header-fade { background: url( 'library/media/images/header-fade.png' ) no-repeat; position: absolute; left: 250px; width: 79px; height: 170px; z-index: 21; }
#knitting #header-fade{ left: 350px;}
.static-header { width: 730px; height: 170px; float: right; background: url( 'library/media/images/test-header.jpg' ) right no-repeat; }
.ie6 .static-header { width: 710px; display: block-inline; }
.ie6 .header { background: #dadbdc; } 
.ie6 #header-fade { display: none; }
.ie6 a#logo { width: 220px; }

/* Menu */
.nav { float: left; line-height: 1; background-color: #fff; width: 100%;  margin: 4px 0 8px 0; }
.nav, .nav * { list-style: none; margin-left: 0; }
.nav li { float: left; padding: 0; position: relative; z-index: 500; }
.nav ul li { width: 100%; z-index: 9999; }

.nav a { display: block; position: relative; padding: 5px 0; font-weight: normal; z-index: 500; }

/* Hides items under top menu */
.nav ul { position: absolute; top: -9999em; width: 139px; margin: 0; /* left offset of submenus need to match (see below) */ }

/* Shows submenus */
.nav li:hover ul,
.nav li.nav-hover ul { left: -1px; top: 28px; /* match top ul list item height */ z-index: 99; }

/* Hides all sub items (4 levels deep) */
.nav li:hover li ul,
.nav li.nav-hover li ul,
.nav li li:hover li ul,
.nav li li.nav-hover li ul,
.nav li li li:hover li ul,
.nav li li li.nav-hover li ul { top: -999em; }

/* On :hover, displays all sub items (4 levels deep) */
.nav li li:hover ul,
.nav li li.nav-hover ul,
.nav li li li:hover ul,
.nav li li li.nav-hover ul,
.nav li li li li:hover ul,
.nav li li li li.nav-hover ul { left: 20em; /* match .nav ul width */ top: -1px; }

/* Default Skin */
.nav { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; z-index: 500; }
.nav ul {  }
.nav ul li a { border: 1px solid #fff; border-left: none; border-top: none; }
.nav li:hover ul,
.nav li.nav-hover ul { width: 125px; background: #fff; }

.nav a { color: #333; border-right: 1px solid #fff; background: #c3cfea; text-transform: uppercase; width: 139px; text-align: center; }
.nav a:hover { text-decoration: none; background: #dee5f4; }
.nav ul a { border-right: none; text-transform: none; background: #dee5f4; width: 120px; padding: 5px 6px; text-align: left; font-size: 13px; }
.nav ul a:hover { background: #c3cfea; width: 125px; }
.nav .page-item-18 a { border-right: 1px solid #c3cfea; }
.nav .page-item-18 a:hover { border-right: 1px solid #dee5f4; }
.nav li:hover, .nav li.nav-hover,
.nav a:focus { background: #dee5f4; }

/* Menu bugfix */
.ie7 .nav:hover { visibility: inherit; /* fixes IE7 'sticky bug' */ }

/* Links */
a { color: #4B8DC6; text-decoration: none;}
a:hover { text-decoration: underline; }
.entry-content a:link, .entry-content a:active, .entry-content a:visited {text-decoration: none; }
.entry-content a:hover {  text-decoration:underline;}
.entry-content h1 a { font-weight: normal; } 

/* Headings */
h1, h2, h3, h4, h5, h6 { font-weight: normal; clear: both; }
h1 { font-size: 20px; line-height: 24px; padding: 5px 0 10px 0 ; font-family: Tahoma, Geneva, sans-serif; color: #5889c7; }
h2 { font-size: 18px; line-height: 22px; padding: 0 0 5px 0; font-family: Tahoma, Geneva, sans-serif; color: #5889c7; }
h3 { font-size: 16px; line-height: 20px; padding: 5px 0px; color: #00aeef; font-weight: bold; }
h4 { font-size: 14px; line-height: 18px; padding: 5px 0px; }
h5 { font-size: 12px; line-height: 18px; padding: 5px 0px; }
h6 { font-size: 10px; line-height: 16px; }

/* Content */
#pcontent { color: #666666; }
#content { color: #666666; }
.page-title { font-size: 14px; font-weight: bold; }
.page-title span { font-style: italic; font-weight: normal; }
.entry-title, .entry-title a { color: #5889c7; font-size: 20px; line-height: 24px; text-decoration: none; font-weight: none; }
.entry-title a:hover { color: #5889c7; text-decoration: underline; }


/* Text Elements */
address { font-style: italic; }
abbr[title], acronym[title], dfn[title] { cursor: help; border-bottom: 1px dotted #666; }

blockquote { color: #666; font-style: italic; border-left: 1px solid #ddd; margin-left: 15px; padding-left: 10px; }

strong { font-weight: bold; }
em, dfn, cite { font-style: italic; }
dfn { font-weight: bold; }

sup { bottom: 1ex; }
sub { top: .5ex; }
small { font-size: 12px; }

del { text-decoration: line-through; }
ins { text-decoration: underline; }

code, pre {  line-height: 15px; }
var, kbd, samp, code, pre { font: 12px/1.4 Consolas, "Andale Mono", Courier, "Courier New", monospace; background: #fafafa; }
kbd { font-weight: bold; }
samp, var { font-style: italic; }
pre { white-space: pre; overflow: auto; padding: 10px; border: 1px solid #ddd; clear: both; }
code { padding: 0px 3px; }

/* Lists: (ul, ol, dl) */
ul, ol, dl { margin-left: 15px; }
.nav { margin-left: 0px; }
.entry-content ul, .entry-content ol, #search-query { margin-left: 25px; }

li ul, li ol { margin-bottom: 0; }
ul ul, ol ol, ul ol, ol ul { margin-bottom: 0; }

ol { list-style-type: decimal; }

ul { list-style-type: disc; }
ul ul { list-style-type: circle; }
ul ul ul { list-style-type: square; }

dt { font-weight: bold; }

.fat li { margin-bottom: 10px; }

.entry-content ul { list-style-image: url( 'library/media/images/arrow-bullet.png' ); }

/* Tables */
table { border: 1px solid #ccc; border-width: 1px; line-height: 18px; margin: 0 0 22px 0; text-align: left; padding: 0 5px; }
table .even { background: #ddd; }
caption { text-align: left; }
tr { border-bottom: 1px solid #ccc; }
th, td { padding: 5px 3px; }

/* Forms */
input, textarea, button { background: #fafafa; border-color: #aaa #ddd #ddd #aaa; border-style: solid; border-width: 1px; color: #666; font-size: 14px; }
input, textarea, button { font-family: arial, verdana, sans-serif; padding: 3px; }
button { font: 12px; padding: 2px 10px; cursor: pointer; }
input:focus, textarea:focus, button:hover { background: #fff; border-color: #777 #ccc #ccc #777; }

/* bugfix */
.safari input { padding: 0px 3px; }
.chrome input { padding: 1px 3px; }

/* Comments */
.comment-list, .comment-list .children { list-style: none; }
.comment-list { margin-left: 10px; }
.comment { margin-bottom: 40px; }
.comment-list .children { margin-top: 40px; }
.comment-meta { margin-bottom: 10px; }
.commenter { font-size: 16px; }
.avatar { float: right; margin: 0px 0px 10px 20px; border: 1px #ddd solid; padding: 1px; }

/* Comment Reply */
#comment-form .form-section input { margin-right: 10px; }
.form-section { margin-bottom: 10px; }
.form-section label { cursor: pointer; }
#commenter-details input { margin-right: 10px; }
#allowed-tags { font: 11px Verdana, Arial, Helvetica, sans-serif; padding: 5px 10px; background: #fff; border: 1px #ddd dotted; border-top: none; width: 573px; }

/* Images */
img.alignleft { float: left; margin-right: 20px; margin-top: 5px; }
.pageid-99 img.alignleft { margin-right: 30px; margin-bottom: 5px; }
img.alignright { display: block; float: right; margin-left: 20px; margin-top: 5px; }
img.aligncenter { margin-left: auto; margin-right: auto; display: block; clear: both; margin-top: 5px; }

.wp-caption { text-align: center; }
.wp-caption img { margin: 0; padding: 0; border: 0 none; }
.wp-caption .wp-caption-text { margin: 0; padding: 5px; }

.wp-smiley { max-height: 13px; margin: 0 !important; } /* Prevent the smileys from breaking line-height */

/* [gallery] */
.gallery { margin: auto; }
.gallery-image { border: 2px solid #cfcfcf; margin-left: 0; }
.gallery-caption { margin-left: 0; }
.gallery-item { float: left; text-align: center; margin-left: 0; }

.gallery-columns-2 { width: 50%; }
.gallery-columns-3 { width: 33%; }
.gallery-columns-4 { width: 25%; }
.gallery-columns-5 { width: 20%; }
.gallery-columns-6 { width: 16%; }
.gallery-columns-7 { width: 14%; }
.gallery-columns-8 { width: 12%; }
.gallery-columns-9 { width: 11%; }

/* Home */
#pcontent .leftbox { width: 710px; float: left; }
#content .leftbox { width: 490px; float: left; }
ul#holiday-thumbs { list-style: none; width: 490px; margin: 0; }
#holiday-thumbs li { float: left; padding: 0 10px 10px 0;  overflow: hidden; position: relative; }
#holiday-thumbs li span { position: absolute; left: 0; top: -130px; width:87%;  padding: 5px; background: url( 'library/media/images/blue-op70.png' ) repeat; color: #fff; font-size: 11px; font-weight: normal; }
#holiday-thumbs li a { text-decoration: none; cursor: pointer; }

/* Home slideshow */
#slideshow { float: right; width: 730px; height: 170px; }
#slideshow ul { margin: 0;padding: 0; list-style-type: none; height: 1%; /* IE fix */}

#slideshow ul:after { content: "."; clear: both; display: block; height: 0; visibility: hidden;}            
#slideshow .slides { overflow: hidden; width: 730px; height: 170px; }
#slideshow .slides ul { width: 2190px; list-style: none; height: 170px; }
#slideshow .slides li { width: 730px; float: left; height: 170px; }

#slideshow .slides li#slide-one { background: url( 'library/media/images/test-header.jpg' ) right no-repeat; }
#slideshow .slides li#slide-two { background: url( 'library/media/images/hd-food.jpg' ) right no-repeat; }
#slideshow .slides li#slide-three { background: url( 'library/media/images/hd-literature2.jpg' ) right no-repeat; }

#slideshow .slides li#slide-four { background: url( 'library/media/images/hd-elvis.jpg' ) right no-repeat; }
#slideshow .slides li#slide-five { background: url( 'library/media/images/hd-quilting.jpg' ) right no-repeat; }
#slideshow .slides li#slide-six { background: url( 'library/media/images/hd-queen.jpg' ) right no-repeat; }
#slideshow .slides li#slide-seven { background: url( 'library/media/images/hd-fooddrink.jpg' ) right no-repeat; }
#slideshow .slides li#slide-eight { background: url( 'library/media/images/hd-bridge.jpg' ) right no-repeat; }

.home .hfeed { width: 285px; }
.home .aside img { margin: 0 0 15px 0; float:right; }

/* Holiday Sub pages */
ul#holiday-subthumbs { list-style: none; width: 490px; margin: 0; }
#holiday-subthumbs li { float: left; padding: 0 10px 10px 0; height: 146px; width: 151px; overflow: hidden; position: relative; }
ul#holiday-subthumbs-2 { list-style: none; width: 320px; margin: 0; }
#holiday-subthumbs-2 li { float:left; padding-left:5px; }


.pageid-35 .hfeed, .parent-pageid-35 .hfeed { width: 485px; }
.pageid-35 .submenu { display: none; }
.pageid-44 .hfeed, .parent-pageid-44 .hfeed { width: 485px; }
.pageid-44 .submenu { display: none; }
.pageid-38 .hfeed, .parent-pageid-38 .hfeed { width: 485px; }
.pageid-38 .submenu { display: none; }
.pageid-792 .hfeed, .parent-pageid-792 .hfeed { width: 485px; }
.pageid-792 .submenu { display: none; }
.pageid-23 .hfeed, .parent-pageid-23 .hfeed { width: 485px; }
.pageid-23 .submenu { display: none; }
.pageid-20 .hfeed, .parent-pageid-20 .hfeed { width: 485px; }
.pageid-20 .submenu { display: none; }
.pageid-40 .hfeed, .parent-pageid-40 .hfeed { width: 485px; }
.pageid-40 .submenu { display: none; }
.pageid-1431 .hfeed, .parent-pageid-1431 .hfeed { width: 485px; }
.pageid-1431 .submenu { display: none; }

/* Knitting */
.pageid-3271 .hfeed, .parent-pageid-1431 .hfeed, .parent-pageid-3271 .hfeed { width: 485px; }
.pageid-3271 .submenu { display: none; }
ul.submenu { width: 440px; list-style-image: url( 'library/media/images/arrow-bullet.png' ); }
ul.submenu li { float: left; margin-right: 60px; width: 160px; }  

/* Holiday info pages */
.holinfo { background: url( 'library/media/images/holinfo-bg.gif' ) center repeat-y; height: 100%; }
.pageid-6 .holinfo { background: none; }

.holpg-menu { float: right; width: 200px; padding: 20px; }
.holpg-menu ul { width: 200px; list-style: none; margin: 0; background: #d8e1f2; }
.holpg-menu li { width: 200px; border-bottom: 1px solid #ffffff; margin: 0;  }
.holpg-menu li a { padding: 5px 5px 5px 15px; display: block; text-transform: uppercase; font-size: 11px; }
.holpg-menu li.current_page_item a { background: url( 'library/media/images/ltbluebg-arrow.png' ) left no-repeat; }

.holpg-signup { padding: 20px; width: 200px; }
.holpg-signup #enews input { width: 149px; }
.holpg-signup input#enews-sub { width: 47px; }

.holinfo .hfeed { width: 710px; margin: 0 0 20px 0; }
.holinfo .aside { width: 240px; margin: 0 0 20px 0; background: #d8e1f2; float:right; }
.holinfo #pcontent { margin-top: 10px; }
.holinfo ol { list-style-image: url( 'library/media/images/tick-bullet.png' ); }
.holinfo blockquote { background: #e7e8e9; padding: 5px 20px; border: 1px solid #d4d4d4; border-right: none; border-left: none; font-style: normal; margin: 0 0 10px 0; }
.holinfo blockquote h1 { font-weight: bold; }
.holinfo h3 img { margin-right: 35px; }
.ngg-widget { margin: 0 0 0 20px; }
.ngg-widget a { float: left; font-weight: normal; margin:5px 2px 0 0; }

/* Mj Holidays */
.pageid-4625 .hfeed, .parent-pageid-4625 .hfeed { width: 485px; }

/* Chocolate Tours */
.pageid-4779 .hfeed, .parent-pageid-4779 .hfeed { width: 485px; }
.pageid-4779 .submenu { display: none; }

/* Holidays */
.parent-pageid-6 .static-header { background: url( 'library/media/images/antiques-header.jpg' ) right no-repeat; }


/* Antiques */
.parent-pageid-35 .static-header { background: url( 'library/media/images/antiques-header.jpg' ) right no-repeat; }
.parent-pageid-35 .footer { margin-top: 20px; margin-bottom: 20px; }
.ngg-widget { padding: 20px; width: 200px; }
.side-padding { padding: 20px; }
.widgettitle { font-size:18px; line-height:22px; padding: 20px 20px 5px 20px; }
.pageid-145 .slideshow { background: url( 'library/media/images/antiques-header.jpg' ) right no-repeat; }


/* Elvis */
.parent-pageid-44 .static-header { background: url( 'library/media/images/elvis-banner.jpg' ) right no-repeat; }
.parent-pageid-44 .footer { margin-top: 20px; margin-bottom: 20px; }
.ngg-widget { padding: 20px; width: 200px; }
.side-padding { padding: 20px; }
.widgettitle { font-size:18px; line-height:22px; padding: 20px 20px 5px 20px; }
.pageid-444 .slideshow { background: url( 'library/media/images/elvis-banner.jpg' ) right no-repeat; }


/* Sidebar */
.greybox-top { background: url( 'library/media/images/grey-box.png' ) no-repeat; width: 175px; height: 8px; }
.greybox-bot { background: url( 'library/media/images/grey-box.png' ) 0 -10px no-repeat; width: 175px; height: 8px; margin: 0 0 15px 0; }
.greybox-mid { background: #dadbdc; width: 155px; padding: 0 10px; }
.greybox-mid p { margin-bottom: 10px; font-size: 11px; line-height: 12px; color: #666666; }

.bluebox-top { background: url( 'library/media/images/blue-box.png' ) no-repeat; width: 175px; height: 8px; }
.bluebox-bot { background: url( 'library/media/images/blue-box.png' ) 0 -10px no-repeat; width: 175px; height: 8px; margin: 0 0 15px 0; }
.bluebox-mid { background: #4b73b8; width: 155px; padding: 0 10px; } /*D8E1F2*/
.bluebox-mid p { margin-bottom: 10px; font-size: 11px; line-height: 12px; color: #FFFFFF; }
.bluebox-mid ul { list-style-image: url( 'library/media/images/ltbluebg-arrow.png' ); }
.bluebox-mid h2 { font-size: 18px; line-height: 22px; padding: 0 0 5px 0; font-family: Tahoma, Geneva, sans-serif; color: #FFFFFF; }
.bluebox-mid a { color: #FFFFFF; text-decoration: none; font-weight: bold; }
.bluebox-mid a:hover { text-decoration: underline; }

#enews input { width: 104px; float: left; border: none; font-size: 10px; padding: 5px 2px 5px 2px; background: #fff; }
input#enews-sub { width: 47px; float: right; height: 21px; padding: 1px 0 1px 0; }

#landing_signup_area { margin-top: 10px;}
#landing_signup {border: 1px solid #C3CFEA; display: inline-block; width:223px;}
#landing_signup input{ width: 170px; float: left; border: none; font-size: 10px; padding: 5px 2px 5px 2px; background: #fff; border: 0px;}
#landing_signup #landing-sub { width: 47px; height: 21px; padding: 1px 0 1px 0; margin-top: 1px; }

/* Navigation */
.page-navigation .nav-next { float: left; }
.page-navigation .nav-previous { float: right; }
.single-page-navigation .nav-next { float: right; }
.single-page-navigation .nav-previous { float: left; }

/* footer */
#news{
background-color:#EEEEEE;
padding-bottom:1px;
height:50px;
}
#newstitle{
background-color:#EEEEEE;
float:left;
height:42px;
color:#6a98cd;
font-weight:bold;
}
#newsticker{
background-color:#EEEEEE;
float:right;
color:#6a98cd;
text-decoration:underline;
height:42px;
width:890px;
}
.footer { width: 940px; height: 75px; padding: 15px 20px; background: #dadbdc; font: 9px Verdana, Arial, Helvetica, sans-serif; line-height: 16px; }
#copyright { width: 565px; float: left; color: #5889c7; }
#copyright a { color: #5889c7; font-weight: bold; }
#copyright a:hover { text-decoration: underline; }
ul#footerlinks { float: left; list-style: none; width: 250px; margin: 0 0 0 20px; }
#footerlinks li { float: left; width: 125px; }
#footerlinks li a { color: #666666; }
#bonding { float: right; width: 100px; margin-top:-11px;}
#bonding img { float: left; display: inline; }

/* [gallery] + navigation clearfix */
.gallery-row:after, .navigation-links:after, .container:after, .menu:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.gallery-row, .navigation-links, .container, .menu { display: block; }

/* Basic Alignments */
.alignleft { float: left; }
.alignright { float: right; }
.aligncenter { margin-left: auto; margin-right: auto; display: block; clear: both; }


/* Holidays Page */
.holiday-box				{width:196px; border:1px solid #999; padding:10px; float:left; margin-right:10px; margin-bottom:10px; background-color:#eeeeee;}
.holiday-box ul				{margin-left:0px; list-style: none; list-style-image: none; }
.holiday-box li				{width:196px; /*height:30px; line-height:30px;*/ padding: 5px 0px 5px 0px; border-bottom:1px solid #CCC; list-style:none; text-indent:0px; list-style-position:outside; margin-left:0px;}
.holiday-box a				{text-decoration:none; color:#5889c7;}
.holiday-box a:hover		{text-decoration:underline; color:#5889c7;}
.pageid-6 .hfeed { margin-bottom: 20px; }
.holiday-box#antiques, .holiday-box#elvis, .holiday-box#queen{height: 286px;}
.holiday-box#quilting, .holiday-box#bridge, .holiday-box#heritage{height: 410px;}
.holiday-box#food, .holiday-box#knitting, .holiday-box#michael {height: 240px;}

/* Home Coming Soon Fader */
#slideshow {
    height:146px;
	width:312px;
	float:left;
}

#slideshow IMG {
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

/* BOOKING FORM */




