/*
Theme Name: Doda MOW
Theme URI: http://www.rglondon.co.uk
Description: The 2013 theme for Museum of Water
Author: Red Giant London
Author URI: http://www.rglondon.co.uk
Version: 3.0
Text Domain: dodamow
*/



.tom-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333333;
}


.tom-menu li {
  float: left;
}


.tom-menu li a {
  display: inline-block;
  color: black;
  text-align: center;
  padding: 0px 16px 0px 4px;
  text-decoration: none;
  font-weight: bold;
  font-size: 20px;
}


.tom-menu li a:hover {
  text-decoration: underline;
}

.tom-menu li:before {
    font-family: FontAwesome;
    color: #000000;
    content: '\f105';
    margin-right: 0px;
}


/* =Reset default browser CSS
-------------------------------------------------------------- */

@font-face {
  font-family: DalaFloda;
  src: url('fonts/DalaFlodaRomanNo2.otf'); /* IE9 Compatibility Modes */
  src: url('fonts/DalaFloda-RomanNo21.eot?') format('eot'),   /* IE6-IE8 */
  url('fonts/DalaFloda-RomanNo21.woff') format('woff'), /* Modern Browsers */
  url('fonts/DalaFloda-RomanNo21.ttf')  format('truetype'), /* Safari, Android, iOS */
  url('fonts/DalaFloda-RomanNo21.svg#svgDalaFloda-RomanNo21') format('svg');  /* Legacy iOS */
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}

html, div, span, applet, object, iframe, blockquote, pre,
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-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	line-height: normal;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

body {
	font-family: 'Tinos', serif;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	color: #000000;
	font-size: 100%; /* =16px */
	line-height:1.5;
}

h1 {
	color:#5A8FB1;
	font-family: DalaFloda;
	font-size: 28px;
	font-size: 1.75rem;
	line-height: 30px;
	line-height: 1.875rem;
	font-weight: normal;
	border: 0;
	margin: 0 0 15px 0;
	padding: 0;
	text-transform:uppercase;
}

h2 {
	font-size: 26px;
	font-size: 1.625rem;
	line-height: 29px;
	line-height: 1.813rem;
	font-weight: bold;
	border: 0;
	margin: 0 0 10px 0;
	padding: 0;
}

h3 {
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 27px;
	line-height: 1.688rem;
	font-weight: bold;
	border: 0;
	margin: 0 0 10px 0;
	padding: 0;
}

h4 {
	font-size: 22px;
	font-size: 1.375rem;
	line-height: 25px;
	line-height: 1.563rem;
	font-weight: bold;
	border: 0;
	margin: 0 0 10px 0;
	padding: 0;
}

h5 {
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 23px;
	line-height: 1.438rem;
	font-weight: bold;
	border: 0;
	margin: 0 0 10px 0;
	padding: 0;
}

h6 {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 21px;
	line-height: 1.313rem;
	font-weight: bold;
	border: 0;
	margin: 0 0 10px 0;
	padding: 0;
}

ol, ul {
	list-style: none;
}

blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#content {
	float:left;
	height:100%;
	width:68%;
	padding:50px 0 0 0;
}

#home-content {
	float:left;
	width:640px;
	padding:0;
}

#secondary {
	float: right;
	overflow: hidden;
	width: 220px;
	clear: right;
}

/* =Fonts
-------------------------------------------------------------- */
input,
textarea,
.pingback a.url {
	font-family: 'Tinos', serif;
}

pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}

code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */

#access .menu-header,
#access2 .menu-header,
div.menu,
#colophon,
#main {
	margin: 0 auto;
	width: 980px;
}

#wrapper {
	margin: 0 auto;
	width: 980px;
	padding: 0
}

/* Structure the footer area */

#footer-widget-area {
	overflow: hidden;
}

#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 300px;
}

#footer-widget-area #full {
	margin:0 auto;
	margin-right: 0;
	width:980px;
}

.quick-links {
	list-style-type:none;
}

.quick-links li:before {
	font-family: FontAwesome;
	color:#000000;
	content:'\f105';
	margin-right:5px;
}

.quick-links li:first-child {
	border-top:none;
}

.quick-links li a {
	color:#000000;
	line-height:30px;
	text-decoration:none;
}

.quick-links li a:hover,
.quick-links li:hover:before { 
	text-decoration:none;
	color:#5A8FB1;
}

/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */

input,
textarea {
	font-size:14px;
	font-size: 0.875rem;
	line-height: 18px;
	line-height: 1.125rem;
}

hr {
	border: 0 none;
	border-top:1px solid #000000;
	margin:20px 0;
}

.clear {
	clear:both; 
	width:100%; 
}

.h-forty {
	height:40px;
}

/* Text elements */

p {
	font-size:16px;
	font-size:1rem;
	line-height:20px;
	line-height: 1.25rem;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
	border: 0;
	margin: 0 0 15px 0;
	margin: 0 0 0.938rem 0;
	padding: 0;
}

ul {
	list-style: disc;
	margin: 0 0 15px 30px;
}

ol {
	list-style: decimal;
	margin: 0 0 15px 30px;
}

ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 20px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	overflow: auto;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

small {
	font-size: 80%;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="number"],
textarea {
	border: 1px solid #B9BBC0;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	-khtml-border-radius: 24px; /* for old Konqueror browsers */
	border-radius: 24px; /* future proofing */
	color:#B9BBC0;
	padding:3% 4%;
	margin:1% 1% 1% 0%;
	width:91%;
}

input[type="checkbox"] {
	border: 1px solid #B9BBC0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px; /* for old Konqueror browsers */
	border-radius: 4px; /* future proofing */
	padding: 5px;
	margin: 5px 0;
}

a {
	color: #00506b;
	text-decoration:none;
	border: 0;
	margin: 0;
	padding: 0;
}

a:visited {
	color: #00506b;
}

a:active,
a:hover {
	color: #629287;
	text-decoration:none;
}

#content h2 a {
	font-weight:normal;
	text-decoration:none;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* =Header
-------------------------------------------------------------- */

#header {
	padding: 30px 0 0 0;
}

.identity-home {
	float:left;
	width:100%;
}

.identity {
	border-bottom:10px solid #CCCCCC;
	float:left;
	width:100%;
}

.slider {
	float:left;
	margin:0 auto;
	width:100%;
	text-align:center;
}

.logo {
	float:left;
	width:100%;
	text-align:left;
	margin:50px 0 0 0;
}

/* =Menu
-------------------------------------------------------------- */

#menu-wrapper {
	position:fixed;
	top:0;
	width:100%;
	height:40px;
	background-color: #00506b;
	z-index:100;
}

#menu2-wrapper {
	float:left;
	width:100%;
	background-color: #22211F;  /* fallback */
	background: linear-gradient(to top, #22211F 0%, #575453 100%); /* W3C Markup, IE10 Release Preview */ 
	background: -ms-linear-gradient(bottom, #22211F 0%, #575453 100%); /* IE10 Consumer Preview */ 
	background: -moz-linear-gradient(bottom, #22211F 0%, #575453 100%); /* Mozilla Firefox */ 
	background: -o-linear-gradient(bottom, #22211F 0%, #575453 100%); /* Opera */ 
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #22211F), color-stop(1, #575453)); /* Webkit (Safari/Chrome 10) */ 
	background: -webkit-linear-gradient(bottom, #22211F 0%, #575453 100%); /* Webkit (Chrome 11+) */ 
	box-shadow: 0px 4px 4px #828387; /* box-shadow: h-shadow v-shadow blur spread color inset; */
}

#menu2-wrapper-inner {
	position: fixed;
	top:40px;
	width:100%;
	height:40px;
	background-color: #22211F;  /* fallback */
	background: linear-gradient(to top, #22211F 0%, #575453 100%); /* W3C Markup, IE10 Release Preview */ 
	background: -ms-linear-gradient(bottom, #22211F 0%, #575453 100%); /* IE10 Consumer Preview */ 
	background: -moz-linear-gradient(bottom, #22211F 0%, #575453 100%); /* Mozilla Firefox */ 
	background: -o-linear-gradient(bottom, #22211F 0%, #575453 100%); /* Opera */ 
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #22211F), color-stop(1, #575453)); /* Webkit (Safari/Chrome 10) */ 
	background: -webkit-linear-gradient(bottom, #22211F 0%, #575453 100%); /* Webkit (Chrome 11+) */ 
	box-shadow: 0px 4px 4px #828387; /* box-shadow: h-shadow v-shadow blur spread color inset; */
	z-index:99;
}

#menu-wrapper select {
	background-color:#CCCCCC;
}

#menu2-wrapper select,
#menu2-wrapper-inner select {
	background-color:#22211F;
}

#access,
#access2 {
	margin: 0 auto;
	width: 980px;
}

#access .menu-header,
#access2 .menu-header {
	font-size:14px;
	font-size: 0.875rem;
	display:inline;
	width:auto;
}

div.menu {
	font-size:14px;
	font-size: 0.875rem;
}

#access .menu-header ul,
#access2 .menu-header ul,
div.menu ul {
	float:left;
	list-style: none;
	margin: 0;
}

#access .menu-header li,
#access2 .menu-header li,
div.menu li {
	float: left;
	position: relative;
}

#access a,
#access2 a  {
	display: block;
	line-height: 35px;
	padding: 0 9px;
	text-decoration: none;
	text-transform:uppercase;
	/*transition: [transition-property] [transition-duration] [transition-timing-function] [transition-delay];*/
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

#access2 .menu-header ul li:first-child a {
	color:#FFFF66;
	font-size:108%;
	font-weight:bold;
}

#access ul ul,
#access2 ul ul {
	display: none;
	position: absolute;
	top: 40px;
	left: 0;
	float: left;
	z-index: 99999;
}

#access ul ul li,
#access2 ul ul li {
	min-width: 200px;
}

#access ul ul ul,
#access2 ul ul ul {
	left: 100%;
	top: 0;
}

#access ul ul a,
#access2 ul ul a {
	background-color: #CCCCCC;
	border-top:none;
	font-weight:normal;
	line-height: 1em;
	padding: 10px;
	width: 180px;
	height: auto;
}

#access li:hover > a,
#access2 li:hover > a {
	border-top:5px solid #CCCCCC;
	color: #CCCCCC;
}

#access ul ul :hover > a,
#access2 ul ul :hover > a {
	background-color:#AEDCFA;
	border-top:none;
	color: #000000;
}

#access ul li:hover > ul,
#access2 ul li:hover > ul {
	display: block;
}

#access ul li.current_page_item > a,
#access ul li.current_page_ancestor > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a {
	color: #ffffff;
}

#access2 ul li.current_page_item > a,
#access2 ul li.current_page_ancestor > a,
#access2 ul li.current-menu-ancestor > a,
#access2 ul li.current-menu-item > a {
	color: #DA3B64;
}

#access ul li.current-menu-parent > a {
	color: #000000;
}

#access2 ul li.current-menu-parent > a {
	color: #FFFFFF;
}

* html #access ul li.current_page_item a,
* html #access ul li.current_page_ancestor a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover,

* html #access2 ul li.current_page_item a,
* html #access2 ul li.current_page_ancestor a,
* html #access2 ul li.current-menu-ancestor a,
* html #access2 ul li.current-menu-item a,
* html #access2 ul li.current-menu-parent a,
* html #access2 ul li a:hover  {
	color: #fff;
}

.menu li a {
	border-top:5px solid #00506b;
	color:#fff;
	font-weight:bold;
	font-size: 18px;
}







/* =Content
-------------------------------------------------------------- */

#main {
	clear: both;
	overflow: hidden;
}

#content input,
#content textarea {
	font-size: 16px;
	line-height: 24px;
}

#content dd,
#content pre {
	margin-bottom: 0px;
}

#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}

#content table {
	background-color:#FFFFFF;
	border: 1px solid #e7e7e7;
	margin: 0 -1px 15px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	background-color:#B9BBC0;
	color: #000000;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: bold;
	text-transform:uppercase;
	line-height: 18px;
	padding: 8px 20px;
}

#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 5px 20px;
}

.hentry {
	margin: 0 0 20px 0;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}

.entry-title a:link,
.entry-title a:visited {
	color: #000;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #629287;
}

.entry-meta {
	color: #767676;
	font-size:12px;
    font-size: 0.75rem;
	line-height:17px;
	line-height:1.063rem;
    font-style: italic;
    margin: 0;
	padding-bottom:7px;
	padding-bottom:0.438rem;
}

.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}

.entry-content,
.entry-summary {
	clear: both;
}

.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 10px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}

.entry-content sup,
.entry-content sub {
	font-size: 9px;
	font-size:0.563rem;
}

.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	clear: both;
	color: #000;
	font-weight: bold;
	line-height: 48px;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #629287;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #629287;
}
#content .video-player {
	padding: 0;
}

.cta {
	background-color: #22211F;  /* fallback */
	background: linear-gradient(to top, #22211F 0%, #575453 100%); /* W3C Markup, IE10 Release Preview */ 
	background: -ms-linear-gradient(bottom, #22211F 0%, #575453 100%); /* IE10 Consumer Preview */ 
	background: -moz-linear-gradient(bottom, #22211F 0%, #575453 100%); /* Mozilla Firefox */ 
	background: -o-linear-gradient(bottom, #22211F 0%, #575453 100%); /* Opera */ 
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #22211F), color-stop(1, #575453)); /* Webkit (Safari/Chrome 10) */ 
	background: -webkit-linear-gradient(bottom, #22211F 0%, #575453 100%); /* Webkit (Chrome 11+) */ 
	box-shadow: 0px 4px 4px #828387; /* box-shadow: h-shadow v-shadow blur spread color inset; */
	color:#FFFFFF;
	display:inline-block;
	font-size:20px;
	font-size:1.25rem;
	text-decoration:none;
	margin:10px 0;
	padding:14px 20px;
}

.cta:hover {
	background-color: #575453;  /* fallback */
	background: linear-gradient(to top, #575453 0%, #22211F 100%); /* W3C Markup, IE10 Release Preview */ 
	background: -ms-linear-gradient(bottom, #575453 0%, #22211F 100%); /* IE10 Consumer Preview */ 
	background: -moz-linear-gradient(bottom, #575453 0%, #22211F 100%); /* Mozilla Firefox */ 
	background: -o-linear-gradient(bottom, #575453 0%, #22211F 100%); /* Opera */ 
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #575453), color-stop(1, #22211F)); /* Webkit (Safari/Chrome 10) */ 
	background: -webkit-linear-gradient(bottom, #575453 0%, #22211F 100%); /* Webkit (Chrome 11+) */
	color:#FFFFFF;
}

.home-box {
	float:left; 
	display:inline-block;
	margin-bottom:20px;
	width:100%;
}

a[title="Museum of Water The Collection"] img {
	margin-right:2%;
}

.newsbox {
	background-color:#FFFFFF;
	margin-bottom:20px;
}

.newsbox div.srp-widget-singlepost {
	padding: 10px;
}

.newsbox div.srp-widget-singlepost {
	margin:0;
}

.topline {
    border-top: 1px solid #000000;
	padding-top: 15px;
}

/* =Asides
-------------------------------------------------------------- */

.home #content .format-aside p,
.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.format-aside,
.home .hentry.category-asides {
	padding: 0;
}
.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption p {
	font-size: 26px;
	font-size: 1.625rem;
	line-height: 29px;
	line-height: 1.813rem;
	font-weight: bold;
	border: 0;
	margin: 0 0 10px 0;
	padding: 0;
}

.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-container img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto;  /*Override height to match resized width for correct aspect ratio.*/
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 20px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 20px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 10px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}

.gallery {
	margin: 0 auto;
}

.gallery .gallery-item {
	float: left;
	margin-bottom: 10px;
	text-align: center;
	width: 33%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}

.gallery .gallery-caption {
	font-size: 12px;
	margin: 0 0 12px;
	padding:5px 10px;
	text-align:left;
}

.gallery dl {
	margin: 0;
}

.gallery img {
	height:auto;
}

.gallery br,
.gallery br+br {
}

#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
	height:auto;
	width:auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	overflow: hidden;
}

.navigation a:link,
.navigation a:visited {
	background-color: #CCCCCC;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	-khtml-border-radius: 24px; /* for old Konqueror browsers */
	border-radius: 24px; /* future proofing */
	border:1px solid #CCCCCC;
	color:#000000;
	display:inline-block;
	padding:5px 10px;
	text-decoration: none;
	text-transform:uppercase;
	/*transition: [transition-property] [transition-duration] [transition-timing-function] [transition-delay];*/
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.navigation a:active,
.navigation a:hover {
	background-color: #AEDCFA;
	border:1px solid #AEDCFA;
}

.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: 20px 0;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}

.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #629287;
}

.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #629287;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */

input[type="submit"] {
	background-color: #5A8FB1;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	-khtml-border-radius: 24px; /* for old Konqueror browsers */
	border-radius: 24px; /* future proofing */
	border:1px solid #5A8FB1;
	color: #FFFFFF;
	cursor:pointer;
	text-transform:uppercase;
	padding:10px;
}

input[type="submit"]:hover {
	background-color: #629287;
	border:1px solid #629287;
}

#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #629287;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}

/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style-type:none;
	margin:0;
}

.textwidget {
	padding: 0;
}

.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}

.widget-container .wp-caption img {
	margin: auto;
}

#sidebar .widget-area h2,
#sidebar .widget-area h3 {
	clear: left;
	color: #000000;
	font-family:DalaFloda;
	font-size:28px;
	font-size:1.75rem;
	font-weight:normal;
	margin:0 0 10px 0;
	text-transform:uppercase;
}

#footer .widget-area h2,
#footer .widget-area h3 {
	color:#000000;
	font-size:18px;
	font-size:1.125rem;
	font-weight:normal;
	text-transform:uppercase;
}

.widget-area a {
}

.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}

#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #629287;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

h4.srp-post-title {
	font-size:18px;
	font-size:1.125rem;
	font-weight:normal;
	text-transform:uppercase;
}

a.srp-post-title-link {
	color:#000000;
}

#breadcrumbs {
    color: #CCCCCC;
	font-size:13px;
    font-size: 0.813rem;
	line-height: 16px;
    line-height: 1rem;
    margin-bottom: 10px;
}

/* change the color of the background */
.mejs-controls,
.mejs-mediaelement,
.mejs-container {
    background: url('') !important;
    background-color: #CCCCCC !important;
}
 
/* change the color of the lettering */
.mejs-currenttime,
.mejs-duration {
    color: black !important;
}
 
/* eliminate the yellow border around the play button during playback */
.mejs-controls .mejs-button button:focus {
outline: none !important;
}

.mejs-controls .mejs-button button {
    background-image: url('images/controls-dark.svg') !important;
}
 
/* change the color of the progress bar */
.mejs-controls .mejs-time-rail .mejs-time-total {
    background: #999999 !important;
}
 
/* change the color of the current time bar */
.mejs-controls .mejs-time-rail .mejs-time-current {
    background: #5A8FB1 !important;
}
 
/* change the color of the file loading bar */
.mejs-controls .mejs-time-rail .mejs-time-loaded {
    background: #888888 !important;
}

div[id*="mep_"] {
	margin:10px 0;
 }
 
 div#fancybox-title-inside {
	 line-height:16px;
	 line-height:1rem;
	 text-align:left;
 }

/* Main sidebars */

#sidebar {
	float:right;
	font-size:12px;
	font-size:0.75rem;
	line-height:16px;
	line-height:1rem;
	padding:50px 0 0 0;
	width:28%;
	overflow:hidden;
}

#sidebar h6 {
	color:#5A8FB1;
	font-size:16px;
	font-size:1rem;
	font-style:italic;
	font-weight:normal;
	/*margin-top:-10px;*/
}

#sidebar p {
	font-size:14px;
	font-size:0.875rem;
	line-height:16px;
	line-height:1rem;
}

#main .widget-area ul {
	margin-left: 0;
	padding:0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}

#second-sidebar,
#third-sidebar,
#fourth-sidebar, 
#fifth-sidebar, 
#sixth-sidebar, 
#seventh-sidebar {
	display:inline-block;
	margin:0 auto;
	margin-bottom:20px;
	width: 100%;
}

#onea-sidebar {
	display:inline-block;
	margin:0 auto;
	width: 100%;
}

#first-sidebar {
	background-color:#FFFFFF;
	display:inline-block;
	font-size:12px;
	font-size:0.75rem;
	margin:0 auto;
	width: 100%;
}

#first-sidebar ul ul {
	list-style-type:circle;
	padding-left:10px;
}

#menu-sidebar-menu-1 li {
	background-color:#FFFFFF;
	border-bottom:1px dotted #B9BBC0;
	padding:5px;
}

#menu-sidebar-menu-1 li a {
	color:#000000;
}

#menu-sidebar-menu-1 li:last-child {
	border-bottom:none;
}

#menu-sidebar-menu-1 li:before {
	font-family: FontAwesome;
	content:'\f138';
	color:#000000;
	margin-left:5px;
	margin-right:5px;
}


#menu-sidebar-menu-1 li:hover,
#menu-sidebar-menu-1 li a:hover,
#menu-sidebar-menu-1 li:hover:before {
	color:#5A8FB1;
	cursor: pointer;
}

/* =Footer
-------------------------------------------------------------- */

#footer {
	float:left;
	background-color:#CCCCCC;
	color:#767676;
	font-size:14px;
	font-size:0.875rem;
	margin-top:20px;
	width:100%;
}

#colophon {
	overflow: hidden;
	padding: 20px 0;
}

img#wpstats {
	display: block;
	margin: 0 auto 10px;
}

#copyright {
	float:left;
	width:100%;
	height:26px;
	padding-top:12px;
	background-color: #000000;
	color:#FFFFFF;
	font-size:14px;
	font-size:0.875rem;
}

#copyright a {
	color:#FFFFFF;
	text-decoration:none;
}

#copyright-wrapper {
	width:980px;
	margin:0 auto;
}

#client {
	float:left;
	display:inline;
	width:33%;
	text-align:left;
}

#author {
	float:left;
	display:inline;
	width:33%;
	text-align:right;
}

#photog {
	float:left;
	display:inline;
	width:33%;
	text-align:center;
}

#testimonial {
	line-height:32px;
}

#sponsors-box {
	clear:both;
	width:100%;
	min-height:42px;
	padding:0 0 20px 0;
}

#sponsors {
	margin:0 auto;
	padding:0;
	width:980px;
}

/* =Added by Gia
-------------------------------------------------------------- */

#search {
	float:right;
	text-align:right;
	display:inline;
	width:210px;
}

#search-field {
	border:1px solid #B9BBC0;
	color:#B9BBC0;
	width:75%;
}

.sub-size {
	color:#767676;
	width:288px;
}

.margin-b10 {
	margin-bottom:10px;
}

.margin-0 {
	margin:0px;
}

.margin-b20 {
	margin-bottom:20px;
}

#search-result {
	background-color: #000000;
	color:#FFFFFF;
	padding-top:5px;
}

#wp-realtime-sitemap-pages a, 
#wp-realtime-sitemap-posts a, 
#wp-realtime-sitemap-archives a {
	text-decoration:none;
}

#wp-realtime-sitemap-pages ul, 
#wp-realtime-sitemap-posts ul, 
#wp-realtime-sitemap-archives ul {
	list-style-type:none;
	margin:0;
	padding:0 0 0 16px;
	padding:0 0 0 1rem;
}

#wp-realtime-sitemap-pages ul li:before, 
#wp-realtime-sitemap-posts ul li:before, 
#wp-realtime-sitemap-archives ul li:before {
	font-family: FontAwesome;
	content:'\f105';
	color:#5A8FB1;;
	margin-right:5px;
}

.download {
	list-style-type: none;
	line-height:21px;
	line-height:1.313rem;
	margin:0 0 15px 0;
}

.download li:before {
	font-family: FontAwesome;
	content:'\f019';
	color:#5A8FB1;
	margin-right:5px;
}

.download li:hover:before {
	color:#629287;
}

.margin-t20 {
	font-size:13px;
	font-size:0.813rem;
	margin:10px 0 0 0;
	text-decoration:underline;
}

#tablepress-4 .column-2,
#tablepress-6 .column-2 {
	text-align:center;
}

#wp-realtime-sitemap-posts,
#wp-realtime-sitemap-archives {
	padding-top:10px;
}

.missing {
	font-size:24px;
	font-size:1.5rem;
	font-weight:bold;
	line-height:28px;
	line-height:1.75rem;
	color:#3C0;
}

.tagline {
	float:left;
	color:#000000;
	font-size:18px;
	font-size:1.125rem;
	font-weight:bold;
	padding:9px 9px 50px 9px;
}

::selection {
	background-color: #5A8FB1; /* Safari */
	color:#FFFFFF;
	}
::-moz-selection {
	background-color: #5A8FB1; /* Firefox */
	color:#FFFFFF;
}

:focus { 
	outline:none;
}

.srp-post-content {
	font-size:14px;
	font-size:0.875rem;
}

#translator-dropdown-jquery-container .translator-dropdown-body {
	background-color: #cccccc !important;
	border-color: #cccccc !important;
	min-height:21px !important;
	width:266px;
	padding: 5px 3px 3px 3px !important;
}

#translator-dropdown-jquery-container .translator-dropdown-current-language-arrow {
	border-color: #000000 transparent transparent !important;
}

#translator-dropdown-jquery-container .translator-dropdown-current-language span {
	color:#000000 !important;
	font-size:14px !important;
	padding-left: 7px !important;
}

#translator-dropdown-jquery-container .translator-dropdown-sub-container a span,
#translator-dropdown-flags-and-names .translator-dropdown-current-language span,
#translator-dropdown-flags-and-short-names .translator-dropdown-current-language span,
#translator-dropdown-flags-and-names .translator-dropdown-sub-container a span,
#translator-dropdown-flags-and-short-names .translator-dropdown-sub-container a span {
	font-family: 'Tinos', serif !important;
	font-size:14px !important;
}

#fancybox-wrap {
	z-index: 9999999 !important;
}

/* =Responsive Structure for IPAD
----------------------------------------------- */

@media 
only screen and (min-width: 768px) and (max-width: 961px) {
	
body {
	min-width:768px;
}

body > h1 {
	width:auto;
}

#wrapper {
	width:96%;
}

#content {
	margin:0 auto;
	padding:3% 2%;
	width:63%;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="number"],
textarea {
	display:inline-block;
	width:96%;
}

/* Menu */

#access,
#access .menu-header,
#access2,
#access2 .menu-header,
div.menu,
#colophon,
#main {
	width:96%;
}

#access a,
#access2 a {
	padding: 0 10px;
}

#access .menu-header, 
#access2 .menu-header,
div.menu {
	font-size:13px;
	font-size: 0.813rem;
}

#search-2 {
	display:block;
}

/* Header */

.logo {
	margin-top:40px;
}

.tagline {
	font-size:16px;
	font-size:1rem;
	margin:9px 9px 40px 10px;
	padding:0;
}


/* Content */

#home-content {
	padding-top:3%;
	width:68%;
}

.home-box {
	margin:0 0 4% 0;
	width:100%;
}

.gallery .gallery-item {
	margin-bottom:2%;
}

.gallery img {
	width:94%;
}

dt {
	margin-bottom:2%;
}

#content tr th,
#content thead th {
	padding: 5px 10px;
}

#content tr td {
	padding: 5px 10px;
}

/* Sidebar */

#sidebar {
	padding:1% 2% 3% 1%;
	width:29%;
}

#search-field {
	background-color:#FFFFFF;
	border:1px solid #B9BBC0;
	color:#B9BBC0;
	margin:0 2% 0 0;
	width:70%;
}

#sidebar .widget-area h2, #sidebar .widget-area h3 {
	font-size:26px;
	font-size:1.625rem;
}

h4.srp-post-title {
	line-height:18px;
	line-height:1.125rem;
}

#translator-dropdown-jquery-container .translator-dropdown-body {
	width:100%;
}

/* Footer */

#copyright-wrapper {
	width:728px;
}

#footer-widget-area .widget-area {
	margin-right:0;
	width: auto;
}

.widget-title {
	font-size:12px;
	font-size:0.75rem;
	margin-bottom:5px;
}

#first-sidebar .widget-title {
	border-top:2px dotted #5A8FB1;
	padding-top:7px;
}

.quick-links {
	font-size:13px;
	font-size:0.813rem;
}

.quick-links li, 
.quick-links li:last-child, 
.quick-links li:first-child {
	display:inline-block;
	border-bottom:none;
	border-top:none;
	margin-right:15px;
}

.quick-links li:before {
	font-size:12px;
	font-size:0.75rem;
}

.quick-links li a:hover {
	padding-left:0;
}

#sponsors {
	width:96%;
}

/* Tables */

table, thead, tbody, th, td, tr { 
	display: block; 
}

/* Hide table headers (but not display: none;, for accessibility) */
thead tr { 
	position: absolute;
	top: -9999px;
	left: -9999px;
}

td { 
	/* Behave  like a "row" */
	position: relative;
}

td:before { 
	padding-right: 10px; 
	font-weight:bold;
}

#tablepress-1 .column-1:before,
#tablepress-3 .column-1:before { 
	content: "TICKET TYPE:"; 
	color:#000000; 
}

#tablepress-1 .column-2:before,
#tablepress-3 .column-2:before { 
	content: "WED:"; 
	color:#000000;
}

#tablepress-1 .column-3:before,
#tablepress-3 .column-3:before { 
	content: "THU:"; 
	color:#000000;
}

#tablepress-1 .column-4:before,
#tablepress-3 .column-4:before { 
	content: "FRI:"; 
	color:#000000;
}

#tablepress-1 .column-5:before,
#tablepress-3 .column-5:before { 
	content: "SAT:"; 
	color:#000000;
}

#tablepress-1 .column-6:before,
#tablepress-3 .column-6:before { 
	content: "SUN:"; 
	color:#000000;
}
 
#tablepress-2 .column-1:before { 
	content: "MEMBERS ENCLOSURE TICKET:"; 
	color:#000000; 
}

#tablepress-2 .column-2:before { 
	content: "PRICE:"; 
	color:#000000;
}

#tablepress-2 .column-3:before { 
	content: "MEMBERS ENCLOSURE PLUS SEAT FOR PERFORMANCE:"; 
	color:#000000;
}

#tablepress-4 td,
#tablepress-6 td {
	font-size:24px;
	font-size:1.5rem;
	line-height:2;
	text-align:center;
}

#tablepress-5 .column-1:before { 
	content: "EXHIBITOR:"; 
	color:#000000; 
}

#tablepress-5 .column-2:before { 
	content: "STAND NO:"; 
	color:#000000; 
}

#tablepress-5 .column-3:before { 
	content: "CONTACT:"; 
	color:#000000; 
}

#tablepress-7 .column-1:before { 
	content: "Enter Online Here:"; 
	color:#000000;
	display: block;
	font-size:20px;
	font-size:1.25rem; 
}

}

/* =Responsive Structure for iPhone 4
----------------------------------------------- */

@media
only screen and (-webkit-min-device-pixel-ratio : 2) and (min-width: 320px) and (max-width: 767px),
only screen and (min-device-pixel-ratio : 2) and (min-width: 320px) and (max-width: 767px),
only screen and (min-width: 640px) and (max-width: 767px) {
	
html {
	font-size: 16px;
}
		
body {
	font-size: 16px;
	min-width:640px;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

p,
.entry-content,
.entry-summary {
	font-size: 18px;
	line-height:23px;
}
	
body > h1 {
	width:auto;
}

#wrapper {
	width:96%;
}

#content {
	border:none;
	box-shadow:none;
	margin:0 auto;
	padding:3% 2% 0% 2%;
	width:96%;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="number"],
textarea {
	display:inline-block;
	width:95%;
	padding:2% 3%;
}

.h-forty {
	height:1px;
}

input, textarea {
	font-size:16px;
	font-size:1rem;
	line-height:20px;
	line-height:1.25rem;
}

#breadcrumbs {
	font-size:14px;
    font-size: 0.875rem;
}

/* Menu */

#menu-wrapper {
	position:relative;
	top:auto;
	height:auto;
	width:100%;
}

#menu-wrapper2,
#menu2-wrapper,
#menu2-wrapper-inner {
	position:relative;
	top:auto;
	height:auto;
}

#access,
#access .menu-header,
#access2,
#access2 .menu-header,
div.menu,
#colophon,
#main {
	width:96%;
}

#access a,
#access2 a {
	padding: 0 7px;
}

#access .menu-header,
#access2 .menu-header, 
div.menu {
	font-size:13px;
	font-size: 0.813rem;
}

#search-2 {
	display:block;
}

/* Header */

.identity-home {
	border-bottom:10px solid #CCCCCC;
	padding:2% 0;
}

.identity {
	padding:2% 0;
}

.logo {
	margin-top:20px;
	width:60%;
}

.tagline {
	font-size:16px;
	font-size:1rem;
	margin-bottom:20px;
	padding:5px 0 0 9px;
}

.logo img {
	width:100%;
}

.slider {
	display:none;
}

/* Content */

#home-content {
	padding-top:3%;
	width:100%;
}

.home-box {
	margin:0 0 2% 0;
	width:100%;
}

dt {
}

.gallery .gallery-item {
	margin-bottom:2%;
}

.gallery img {
	width:94%;
}

#content tr th,
#content thead th {
	font-size: 14px;
	font-size: 0.875rem;
}

.entry-meta {
	font-size: 16px;
	font-size:1rem;
}

.navigation {
	font-size: 14px;
	font-size: 0.875rem;
}

#content tr th,
#content thead th {
	padding: 5px 10px;
}

#content tr td {
	padding: 5px 10px;
}

.gallery .gallery-caption {
	font-size:16px;
	font-size:1rem;
	line-height:20px;
	line-height:1.25rem;
}

/* Sidebar */

#sidebar {
	padding:0% 2% 2% 2%;
	width:96%;
}

#sidebar p {
	font-size:16px;
	font-size:1rem;
	line-height:20px;
	line-height:1.25rem;
}

#search-field {
	background-color:#FFFFFF;
	border:1px solid #B9BBC0;
	color:#B9BBC0;
	margin:0 2% 0 0;
	width:80%;
}

#onea-sidebar img,
#first-sidebar img,
#second-sidebar img,
#fourth-sidebar img,
#fifth-sidebar img,
#sixth-sidebar img,
#seventh-sidebar img {
	width:100%;
}

.widget-area h2,
.widget-area h3 {
	font-size:20px;
    font-size: 1.25rem;
	line-height:25px;
    line-height: 1.563rem;
}

div.srp-content-box {
	font-size:16px;
	font-size:1rem;
}

/* Footer */

#copyright-wrapper {
	width:96%;
}


#copyright {
	font-size:14px;
	font-size:0.875rem;
}

#footer-widget-area .widget-area {
	margin-right: 0;
	width: auto;
}

.widget-title {
	margin-bottom:10px;
}

#first-sidebar .widget-title {
	border-top:2px dotted #5A8FB1;
	padding-top:7px;
}

.quick-links {
	font-size:16px;
	font-size:1rem;
}

.quick-links li a {
	line-height:25px;
	line-height:1.563rem;
}

.quick-links li, 
.quick-links li:last-child, 
.quick-links li:first-child {
	display:inline-block;
	border-bottom:none;
	border-top:none;
	margin-left:20px;
}

.quick-links li:before {
	font-size:12px;
	font-size:0.75rem;
}

.quick-links li a:hover {
	padding-left:0;
}

#testimonial {
	font-size:14px;
	font-size:0.875rem;
	line-height:24px;
	line-height:1.5rem;
}

#sponsors {
	width:96%;
}

/* Tables */

table, thead, tbody, th, td, tr { 
	display: block; 
}

/* Hide table headers (but not display: none;, for accessibility) */
thead tr { 
	position: absolute;
	top: -9999px;
	left: -9999px;
}

td { 
	/* Behave  like a "row" */
	position: relative;
}

td:before { 
	padding-right: 10px; 
	font-weight:bold;
}

#tablepress-1 .column-1:before,
#tablepress-3 .column-1:before { 
	content: "TICKET TYPE:"; 
	color:#000000; 
}

#tablepress-1 .column-2:before,
#tablepress-3 .column-2:before { 
	content: "WED:"; 
	color:#000000;
}

#tablepress-1 .column-3:before,
#tablepress-3 .column-3:before { 
	content: "THU:"; 
	color:#000000;
}

#tablepress-1 .column-4:before,
#tablepress-3 .column-4:before { 
	content: "FRI:"; 
	color:#000000;
}

#tablepress-1 .column-5:before,
#tablepress-3 .column-5:before { 
	content: "SAT:"; 
	color:#000000;
}

#tablepress-1 .column-6:before,
#tablepress-3 .column-6:before { 
	content: "SUN:"; 
	color:#000000;
}
 
#tablepress-2 .column-1:before { 
	content: "MEMBERS ENCLOSURE TICKET:"; 
	color:#000000; 
}

#tablepress-2 .column-2:before { 
	content: "PRICE:"; 
	color:#000000;
}

#tablepress-2 .column-3:before { 
	content: "MEMBERS ENCLOSURE PLUS SEAT FOR PERFORMANCE:"; 
	color:#000000;
}

#tablepress-4 td,
#tablepress-6 td {
	font-size:24px;
	font-size:1.5rem;
	line-height:2;
	text-align:center;
}

#tablepress-5 .column-1:before { 
	content: "EXHIBITOR:"; 
	color:#000000; 
}

#tablepress-5 .column-2:before { 
	content: "STAND NO:"; 
	color:#000000; 
}

#tablepress-5 .column-3:before { 
	content: "CONTACT:"; 
	color:#000000; 
}

#tablepress-7 .column-1:before { 
	content: "Enter Online Here:"; 
	color:#000000;
	display: block;
	font-size:20px;
	font-size:1.25rem; 
}

}

/* =Responsive Structure for Android
----------------------------------------------- */

@media
only screen and (min-width: 320px) and (max-width: 639px) and (-webkit-max-device-pixel-ratio : 1.9),
only screen and (min-width: 320px) and (max-width: 639px) and (max-device-pixel-ratio : 1.9),
only screen and (min-width: 321px) and (max-width: 639px) {

body {
	min-width:300px;
}

h1 {
	font-size: 23px;
	font-size: 1.438rem;
	line-height: 28px;
	line-height: 1.75rem;
	margin-bottom:15px;
}

body > h1 {
	width:auto;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 23px;
	line-height: 1.438rem;
	padding:20px 10px 0 10px;
}

h2 {
	font-size: 22px;
	font-size: 1.375rem;
	line-height: 27px;
	line-height: 1.688rem;
}

h3 {
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 25px;
	line-height: 1.563rem;
}

h4 {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 23px;
	line-height: 1.438rem;
}

h5 {
	font-size: 16px;
	font-size: 1rem;
	line-height: 21px;
	line-height: 1.313rem;
}

h6 {
	font-size: 15px;
	font-size: 0.938rem;
	line-height: 20px;
	line-height: 1.25rem;
}

#wrapper {
	width:96%;
}

#content {
	border:none;
	box-shadow:none;
	margin:0 auto;
	padding:6% 2% 0 2%;
	width:96%;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="number"],
textarea {
	display:inline-block;
	width:90%;
}

.h-forty {
	height:1px;
}

/* Menu */

#menu-wrapper {
	position:relative;
	top:auto;
	height:auto;
	width:100%;
}

#menu-wrapper2,
#menu2-wrapper,
#menu2-wrapper-inner {
	position:relative;
	top:auto;
	height:auto;
}

#access,
#access .menu-header,
#access2,
#access2 .menu-header,
div.menu,
#colophon,
#main {
	width:96%;
}

#access a,
#access2 a {
	padding: 0 7px;
}

#search-2 {
	display:block;
}

/* Header */

.identity-home {
	border-bottom:5px solid #CCCCCC;
	padding:2% 0;
}

.identity {
	padding:0;
}


.logo {
	margin-top:20px;
	width:100%;
}

.logo img {
	width:100%;
}

.tagline {
	font-size:14px;
	font-size:0.875rem;
	margin:9px 9px 20px 9px;
	padding:0;
}

/* .slider {
	display:none;
} */

/* Content */

#home-content {
	padding-top:3%;
	width:100%;
}

.home-box,
.hentry {
	margin:0;
}

dt {
	margin-bottom:0;
}

#content tr th,
#content thead th {
	font-size: 14px;
	font-size: 0.875rem;
}

.gallery .gallery-item {
	margin-bottom:1%;
	width:50%;
}

.gallery img {
	width:94%;
}

.gallery br,
.gallery br + br {
	display:none;
}

#content dd,
#content pre {
	height:30px;
}

#content tr th,
#content thead th {
	padding: 5px 10px;
}

#content tr td {
	padding: 5px 10px;
}

.cta {
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 25px;
	line-height: 1.625rem;
}

a[title="Museum of Water The Collection"] img,
a[title="Museum of Water Amy Sharrocks"] img {
	margin:0 0 5% 0;
	width:100%;
}

/* Sidebar */

#sidebar {
	padding:0 2% 2% 2%;
	width:96%;
}

#search-field {
	background-color:#FFFFFF;
	border:1px solid #B9BBC0;
	color:#B9BBC0;
	margin:0 2% 0 0;
	width:72%;
}

#onea-sidebar img,
#first-sidebar img,
#second-sidebar img,
#fourth-sidebar img,
#fifth-sidebar img,
#sixth-sidebar img,
#seventh-sidebar img {
	width:100%;
}

/* Footer */

#copyright-wrapper {
	width:96%;
}


#copyright {
	font-size:14px;
	font-size:0.875rem;
	height:auto;
}

#footer-widget-area .widget-area {
	margin: 0;
	width: auto;
}

.widget-title {
	margin-bottom:10px;
}

#first-sidebar .widget-title {
	border-top:2px dotted #5A8FB1;
	padding-top:7px;
}

.quick-links {
	font-size:16px;
	font-size:1rem;
}

.quick-links li a {
	line-height:24px;
	line-height:1.5rem;
}

.quick-links li, 
.quick-links li:last-child, 
.quick-links li:first-child {
	display:inline-block;
	border-bottom:none;
	border-top:none;
	margin-left:5px;
}

.quick-links li:before {
	font-size:12px;
	font-size:0.75rem;
}

.quick-links li a:hover {
	padding-left:0;
}

#client {
	width:100%;
	margin-bottom:10px;
	text-align:center;
}

#author {
	width:100%;
	margin-bottom:10px;
	text-align:center;
}

#photog {
	width:100%;
	margin-bottom:10px;
	text-align:center;
}

#third .widget-title {
	display:none;
}

#testimonial {
	display:none;
}

#sponsors {
	width:96%;
}

/* Tables */

table, thead, tbody, th, td, tr { 
	display: block; 
}

/* Hide table headers (but not display: none;, for accessibility) */
thead tr { 
	position: absolute;
	top: -9999px;
	left: -9999px;
}

td { 
	/* Behave  like a "row" */
	position: relative;
}

td:before { 
	padding-right: 10px; 
	font-weight:bold;
}

#tablepress-1 .column-1:before,
#tablepress-3 .column-1:before { 
	content: "TICKET TYPE:"; 
	color:#000000; 
}

#tablepress-1 .column-2:before,
#tablepress-3 .column-2:before { 
	content: "WED:"; 
	color:#000000;
}

#tablepress-1 .column-3:before,
#tablepress-3 .column-3:before { 
	content: "THU:"; 
	color:#000000;
}

#tablepress-1 .column-4:before,
#tablepress-3 .column-4:before { 
	content: "FRI:"; 
	color:#000000;
}

#tablepress-1 .column-5:before,
#tablepress-3 .column-5:before { 
	content: "SAT:"; 
	color:#000000;
}

#tablepress-1 .column-6:before,
#tablepress-3 .column-6:before { 
	content: "SUN:"; 
	color:#000000;
}
 
#tablepress-2 .column-1:before { 
	content: "MEMBERS ENCLOSURE TICKET:"; 
	color:#000000; 
}

#tablepress-2 .column-2:before { 
	content: "PRICE:"; 
	color:#000000;
}

#tablepress-2 .column-3:before { 
	content: "MEMBERS ENCLOSURE PLUS SEAT FOR PERFORMANCE:"; 
	color:#000000;
}

#tablepress-4 td,
#tablepress-6 td {
	font-size:24px;
	font-size:1.5rem;
	line-height:2;
	text-align:center;
}

#tablepress-5 .column-1:before { 
	content: "EXHIBITOR:"; 
	color:#000000; 
}

#tablepress-5 .column-2:before { 
	content: "STAND NO:"; 
	color:#000000; 
}

#tablepress-5 .column-3:before { 
	content: "CONTACT:"; 
	color:#000000; 
}

#tablepress-7 .column-1:before { 
	content: "Enter Online Here:"; 
	color:#000000;
	display: block;
	font-size:20px;
	font-size:1.25rem; 
}

}


/* =Responsive Structure for small devices (320px is avoided because of iPhone4 bug; more here: http://www.mobilexweb.com/blog/iphone4-ios4-detection-safari-viewport)
----------------------------------------------- */

@media
only screen and (max-width: 319px) {

body {
	min-width:200px;
}

h1 {
	font-size: 23px;
	font-size: 1.438rem;
	line-height: 28px;
	line-height: 1.75rem;
	margin-bottom:12px;
}

body > h1 {
	display:none;
}

h2 {
	font-size: 21px;
	font-size: 1.313rem;
	line-height: 26px;
	line-height: 1.625rem;
	margin-bottom:12px;
}

h3 {
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 25px;
	line-height: 1.563rem;
}

h4 {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 23px;
	line-height: 1.438rem;
}

h5 {
	font-size: 16px;
	font-size: 1rem;
	line-height: 21px;
	line-height: 1.313rem;
}

h6 {
	font-size: 15px;
	font-size: 0.938rem;
	line-height: 20px;
	line-height: 1.25rem;
}

#wrapper {
	width:96%;
}

#content {
	border:none;
	box-shadow:none;
	margin:0 auto;
	padding:8% 2% 3% 2%;
	width:96%;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="number"],
textarea {
	display:inline-block;
}

.h-forty {
	height:1px;
}

/* Menu */

#menu-wrapper {
	position:relative;
	top:auto;
	height:auto;
	width:100%;
}

#menu-wrapper2,
#menu2-wrapper,
#menu2-wrapper-inner {
	position:relative;
	top:auto;
	height:auto;
}

#access,
#access .menu-header,
#access2,
#access2 .menu-header,
div.menu,
#colophon,
#main {
	width:96%;
}

#access a,
#access2 a {
	padding: 0 7px;
}

#search-2 {
	display:block;
}

/* Header */

.identity-home,
.identity {
	border-bottom:5px solid #CCCCCC;
	padding:2% 0;
}

.logo {
	margin:20px 0 0 0;
	width:100%;
}

.logo img {
	width:100%;
}

.tagline {
	font-size:14px;
	font-size:0.875rem;
	margin:5px 9px 20px 9px;
	padding:0;
}

/* .slider {
	display:none;
} */

/* Content */

#home-content {
	padding-top:3%;
	width:100%;
}

.home-box {
	margin:0 0 5% 0;
	width:100%;
}

a[title="Museum of Water The Collection"] img,
a[title="Museum of Water Amy Sharrocks"] img {
	margin:0 0 5% 0;
	width:100%;
}

dt {
	margin-bottom:0px;
}

#content tr th,
#content thead th {
	font-size: 14px;
	font-size: 0.875rem;
}

.gallery .gallery-item {
	width:100%;
	margin-bottom:3%;
}

.gallery img {
	width:94%;
}

.gallery br, .gallery br + br {
	display:none;
}

#content tr th,
#content thead th {
	padding: 5px 10px;
}

#content tr td {
	padding: 5px 10px;
}

.cta {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 23px;
	line-height: 1.438rem;
	padding:10px 12px;
}

/* Sidebar */

#sidebar {
	padding:2%;
	width:96%;
}

#sidebar p {
	font-size:16px;
	font-size:1rem;
	line-height:20px;
	line-height:1.25rem;
}

#search-field {
	margin:0 2% 0 0;
	width:72%;
}

#second-sidebar {
	display:none;
}

#onea-sidebar img,
#first-sidebar img,
#second-sidebar img,
#fourth-sidebar img,
#fifth-sidebar img,
#sixth-sidebar img,
#seventh-sidebar img {
	width:100%;
}

/* Footer */

#footer li,
#copyright a {
	font-size:93.8%;
}

#copyright-wrapper {
	width:96%;
}

#copyright {
	font-size:14px;
	font-size:0.875rem;
	height:auto;
}

#footer-widget-area .widget-area {
	margin-right: 0;
	width: auto;
}

.widget-title {
	margin-bottom:10px;
}

#first-sidebar .widget-title {
	border-top:2px dotted #5A8FB1;
	padding-top:7px;
}

.quick-links {
	font-size:16px;
	font-size:1rem;
}

.quick-links li a {
	line-height:24px;
	line-height:1.5rem;
}

.quick-links li, 
.quick-links li:last-child, 
.quick-links li:first-child {
	display:inline-block;
	border-bottom:none;
	border-top:none;
	margin-left:5px;
}

.quick-links li:before {
	font-size:12px;
	font-size:0.75rem;
}

.quick-links li a:hover {
	padding-left:0;
}

#client {
	width:100%;
	margin-bottom:10px;
	text-align:center;
}

#author {
	width:100%;
	margin-bottom:10px;
	text-align:center;
}

#third .widget-title {
	display:none;
}

#testimonial {
	display:none;
}

#sponsors {
	width:96%;
}

/* Tables */

table, thead, tbody, th, td, tr { 
	display: block; 
}

/* Hide table headers (but not display: none;, for accessibility) */
thead tr { 
	position: absolute;
	top: -9999px;
	left: -9999px;
}

td { 
	/* Behave  like a "row" */
	position: relative;
}

td:before { 
	padding-right: 10px; 
	font-weight:bold;
}

#tablepress-1 .column-1:before,
#tablepress-3 .column-1:before { 
	content: "TICKET TYPE:"; 
	color:#000000; 
}

#tablepress-1 .column-2:before,
#tablepress-3 .column-2:before { 
	content: "WED:"; 
	color:#000000;
}

#tablepress-1 .column-3:before,
#tablepress-3 .column-3:before { 
	content: "THU:"; 
	color:#000000;
}

#tablepress-1 .column-4:before,
#tablepress-3 .column-4:before { 
	content: "FRI:"; 
	color:#000000;
}

#tablepress-1 .column-5:before,
#tablepress-3 .column-5:before { 
	content: "SAT:"; 
	color:#000000;
}

#tablepress-1 .column-6:before,
#tablepress-3 .column-6:before { 
	content: "SUN:"; 
	color:#000000;
}
 
#tablepress-2 .column-1:before { 
	content: "MEMBERS ENCLOSURE TICKET:"; 
	color:#000000; 
}

#tablepress-2 .column-2:before { 
	content: "PRICE:"; 
	color:#000000;
}

#tablepress-2 .column-3:before { 
	content: "MEMBERS ENCLOSURE PLUS SEAT FOR PERFORMANCE:"; 
	color:#000000;
}

#tablepress-4 td,
#tablepress-6 td {
	font-size:24px;
	font-size:1.5rem;
	line-height:2;
	text-align:center;
}

#tablepress-5 .column-1:before { 
	content: "EXHIBITOR:"; 
	color:#000000; 
}

#tablepress-5 .column-2:before { 
	content: "STAND NO:"; 
	color:#000000; 
}

#tablepress-5 .column-3:before { 
	content: "CONTACT:"; 
	color:#000000; 
}

#tablepress-7 .column-1:before { 
	content: "Enter Online Here:"; 
	color:#000000;
	display: block;
	font-size:20px;
	font-size:1.25rem; 
}

}

/* =Print Style
-------------------------------------------------------------- */

@media print {
}