/*
Theme Name: AOC Archaeology
Theme URI: http://www.aocarchaeology.com/
Description: Custom designed theme for AOC Archaeology, Scotland.
Version: [1.0.1]
Author: Steven Park, Douglas Park

CONTENTS
+#00+ Temporary over-rides
+#01+ Init. & Resets
+#02+ Containers
+#03+ Colours
+#04+ Typeography
+#05+ Generic
+#06+ General Content
+#07+ Snippets
+#08+ Page specific
+#09+ Features (Plugins etc)
+#10+ In development

*/

/* +#00+ Temporary over-rides +++++++++++++
#header, #footer{background: #ccc;}
#content {background: red;}
#content .wrapper {background: blue;}
#sidebar 
#browse
#features
div.entry {background:green;}
div.entry .entry-weblog, div.entry .entry-category {background: #ccc;}
div.entry .entry-date {background: #eee;} */

/* +#01+ Init. & Resets +++++++++++++++++++ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  outline: 0;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
form, input, textarea, label {
  font-size: inherit;
  font-family: inherit;
}
html, body, div, span, img, h1, h2, h3, h4, h5, h6, p, fieldset {
  margin: 0;
  padding: 0;
}
#header *, #footer * {
  margin: 0;
}
#header ul, #header li, #footer ul, #footer li, #sidebar ul, #sidebar li, .nav-sectionpages ul, .nav-sectionpages li {
  margin: 0;
  padding: 0;
  list-style: none;
}
body {
  line-height: 1;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th, td {
  text-align: left;
  vertical-align: top;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}
hr {
  height: 1px;
  margin: 0 0 20px 0;
  padding-top: 5px;
  clear: both;
  border: solid #091a5f;
  border-width: 0 0 1px 0
}

/* +#02+ Containers +++++++++++++++++++++++ */
html, body {
  height: 100%;
  text-align: center;
}
#page {
  width: 950px;
  min-height: 100%;
  margin: 0 auto -8em auto;
  position: relative;
  text-align: left;
}
#content {
  float: left;
  width: 100%;
  padding-bottom: 25px;
}
#content .wrapper {
  position: relative;
  width:730px;
  float: right;
}
#sidebar {
  width: 200px;
  float: left;
}
.clearfooter {
  height: 8em;
  clear: both;
}
#footer {
  height: 8em;
  position: relative;
  line-height: 8em;
  margin: 0 auto;
  width: 950px;
  text-align: left;
  color: #fff;
  overflow: hidden;
  background: #928d87 url(http://www.aocarchaeology.com/images/uploads/system/bg-footer.jpg) center top no-repeat;
}
#footer p {
  padding-left: 20px;
  position: relative;
  top: -1em;
}
#footer a {
  color: #ffb300;
}
#footer a:hover, #footer a:focus {
  text-decoration: underline;
}
/* Columns */
.col {
  float: left;
}
.col1of2, .col2of2 {
  width: 485px;
  margin-right: 15px;
}
.col2of2 {
  margin-right: 0;
}
.col1of3, .col2of3, .col3of3, .col4of3 {
  width: 240px;
  margin-right: 10px;
}
.col3of3 {
  margin-right: 0;
}
.col1of4, .col2of4, .col3of4, .col4of4 {
  width: 235px;
  margin-right: 15px;
}
.col4of4 {
  margin-right: 0;
}
.col2-3of4 {
  width: 485px;
  margin-right: 15px;
}

/* +#03+ Colours ++++++++++++++++++++++++++ */
/* Text colours */
body {
  color: #000;
}
h1, h2, h3, h4, h5, h6 {
  color: #2a95e5;
}
a {
  color: #586ea7;
}
a:visited {
  color: #6d80b1;
}
a:hover, a:focus, a.nav-selected {
  color: #0e47d9;
}

/* +#04+ Typeography ++++++++++++++++++++++ */
body {
  font: 62.5%/1.4 Arial, sans-serif;
}
#page, #footer {
  font-size: 1.3em;
}
h1, h2 {
  margin: 0 0 15px 0;
}
h3, h4, h5, h6 {
  margin: 0 0 10px 0;
}
h2, #sidebar h3 {
  font-size: 1.3em;
}
h3 {
  font-size: 1.3em;
}
h4 {
  font-size: 1.15em;
}
h5, h6 {
  font-size: 1.05em;
}
.page-title {
  margin-top: 10px;
  font-size: 1.8em;
}
p {
  margin-bottom: 15px;
}
small, #footer .section-inner {
  font-size: 0.85em;
}
a {
  text-decoration: none;
  font-weight: bold;
}

/* +#05+ Generic ++++++++++++++++++++++++++ */
.clear			{clear: both;}
.clearleft		{clear: left;}
.clearright		{clear: right;}

.left			{text-align: left;}
.center			{text-align: center;}
.right			{text-align: right;}
.centered		{display: block; margin-left: auto; margin-right: auto;}
.floatleft		{float: left;}
.floatright		{float: right;}

.w-quarter		{width: 25%;}
.w-third		{width: 33%;}
.w-half			{width: 50%;}
.w-twothird		{width: 66%;}
.w-threequarter {width: 75%;}
.w-full			{width: 100%;}

.flatspacing	{margin: 0; padding: 0;}
ul.flatspacing	{list-style-type: none;;}

.remove			{display: none;}
.invisible		{visibility: hidden;}
.hide			{position: absolute; top: -9999px;}


/* +#06+ General Content ++++++++++++++++++ */
a.more-link {
  display: block;
  margin-top: 15px;
  color: #c09309;
  text-size:1.8em;
}
a.more-link:hover, a.more-link:focus {
  color: #efb401;
}
.entry-body li {
  list-style-image:url(http://www.aocarchaeology.com/images/uploads/system/arrow.gif);
  list-style-type:square;
}






/* +#07+ Snippets +++++++++++++++++++++++++ */


/* +#08+ Page specific ++++++++++++++++++++ */

/* Homepage  */
.homepage #content {
  margin: 0 0 20px 0;
}
.homepage #content .wrapper {
  margin: 0 0 0 0;
  float: none;
  width:950px;
}
.homepage #header {
  margin-bottom: 10px;
}
.homepage #sidebar {
  width: 200px;
}
#slideshow {
  margin-bottom: 10px;
}
.homepage .col {
  width: 310px;
}
.homepage .col h2 {
  margin: 0;
}

/* Search page */
.page-search .entry {
  border-bottom: solid 2px #6578a8;
  margin-bottom:10px;
}

/* Gallery */
#gallery ul {
  list-style-type: none;
  padding: 0;
}
#gallery ul li {
  display: inline;
}

/* +#09+ Features +++++++++++++++++++++++++ */
/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CCAttribution-ShareAlike 2.5 Brazil - http://creativecommons.org/licenses/by-sa/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev {
	left: 0;
	float: left;
}
#lightbox-nav-btnNext {
	right: 0;
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px;
	color: #666;
}
#lightbox-container-image-data #lightbox-image-details {
	width: 70%;
	float: left;
	text-align: left;
}
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}
#lightbox-secNav-btnClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
}

/* Images */
#lightbox-nav-btnPrev {
  background: transparent url(http://www.aocarchaeology.com/images/uploads/system/lightbox-btn-prev.gif) left no-repeat !important;
}
#lightbox-nav-btnNext {
  background: transparent url(http://www.aocarchaeology.com/images/uploads/system/lightbox-btn-next.gif) right no-repeat !important;
}
#lightbox-secNav-btnClose {
  background: transparent url(http://www.aocarchaeology.com/images/uploads/system/lightbox-btn-close.gif) no-repeat !important;
}


/* +#10+ In development +++++++++++++++++++ */

/* Header logo */
h1 {
  padding-top: 15px;
  float: left;
}
h1 a {
  display: block;
  width: 144px;
  height: 67px;
  text-indent: -9999px;
  background: url(http://www.aocarchaeology.com/images/uploads/system/logo.gif) no-repeat;
}
#header p {
  position: absolute;
  top: 10px;
  left:170px;
  font-size: 1.4em;
  color: #ccc;
  font-weight: bold;
  z-index: 1;
}
/* Main nav */
#header #nav {
  margin-left: 154px;
  margin-bottom: 10px;
  width: 795px;
  background: #7e7973 url(http://www.aocarchaeology.com/images/uploads/system/bg-nav.gif) left bottom repeat-x;
  min-height: 25px;
  padding-top: 70px;
  overflow: hidden;
}
#nav li {
  float: left;
  margin-left: 8px;
}
#nav a {
  color: #fff;
  padding: 70px 5px 10px 5px;
  margin-top: -70px;
  display: block;
  text-transform: uppercase;
  font-size: 12.5px;
}
#nav a:hover, #nav a:focus, #nav a.nav-selected {
  background: #7e7870 url(http://www.aocarchaeology.com/images/uploads/system/bg-nav-on.gif) left bottom repeat-x;
}
/* homepage nav */
.homepage #header #nav {
  padding-top: 73px;
}
.homepage #nav a {
  padding: 3px 15px 3px 15px;
  margin-top: -5px;
}
.homepage .nav-selected {background: #417891;}
.homepage #nav .nav-selected:hover, .homepage #nav .nav-selected:focus {background: #31657d;}
.homepage #nav-services {background: #438d97;}
.homepage #nav-services:hover, .homepage #nav-services:focus {background: #317882;}
.homepage #nav-key {background: #567aa2;}
.homepage #nav-key:hover, .homepage #nav-key:focus {background: #4e6f93;}
.homepage #nav-discover {background: #779b35;}
.homepage #nav-discover:hover, .homepage #nav-discover:focus {background: #678a27;}
.homepage #nav-staff {background: #16a787;}
.homepage #nav-staff:hover, .homepage #nav-discover:focus {background: #14876d;}
.homepage #nav-contact {background: #a68633;}
.homepage #nav-contact:hover, .homepage #nav-contact:focus {background: #8e6f1f;}


/* Offices Nav */
#nav-contactlinks {
  position: absolute;
  top: 0;
  right: 5px;
  z-index: 1;
}
#nav-contactlinks li {
  float: left;
}
#nav-contactlinks li a {
  display: block;
  margin-right: 5px;
  padding: 10px;
  color: #fff;
  font-size: 1.1em;
  border-radius: 0 0 8px 8px;
 -moz-border-radius: 0 0 8px 8px;
 -webkit-border-radius: 0 0 8px 8px;
 -moz-box-shadow: inset 0 -10px 25px #171717;
 -webkit-box-shadow: inset 0 -10px 25px #171717;
  box-shadow: inset 0 -10px 25px #171717;
}
#nav-contactlinks li a:hover {
  padding-top: 15px;
}
#nav-edinburgh {
  background: #2f4851;
}
#nav-london {
  background: #404040;
}
#nav-york {
  background: #454837;
}

/* Feaure images */
.page-banner {
  position: relative;
  overflow: hidden;
  width: 730px;
  height: 150px;
  margin-bottom: 15px;
}
.page-banner img {
  height: 150px;
  min-width: 730px;
}
.page-banner h2 {
  position: absolute;
  bottom: 0;
  padding: 4px 10px;
  width: 100%;
  margin: 0;
  background: #1575bd;
  color: #fff;
  opacity: 0.75;
}
.img-side {
  float: right;
  margin-left: 15px;
}
/* Pages sub-nav */
.nav-sectionpages {
  background: #f2f0ee;
}
.nav-sectionpages ul ul {
  padding:0 0 0 12px !important;
}
.nav-sectionpages h2 {
  margin-bottom: 2px;
}
.nav-sectionpages h2 a {
  color: #fff;
  background: #6699cc;
  color: #fff;
  display: block;
  padding: 4px 10px;
}
.nav-sectionpages h2 a:hover, .nav-sectionpages h2 a:focus {
  background: #4179af;
}
.nav-sectionpages li a {
  color: #4f4f4f;
  font-weight: normal;
  padding: 5px 10px 5px 22px;
  background-image:url(http://www.aocarchaeology.com/images/uploads/system/arrow.gif);
  background-repeat:no-repeat;
  background-position:12px 0.8em;
  display:block;
  margin-bottom: 1px;
}
.nav-sectionpages ul a:hover,
.nav-sectionpages ul a:focus {
  background-color: #ddd;
}
.nav-sectionpages-selected a {
  background-color: #ddd;
}

.nav-sectionpages .nav-sectionpages-nested .nav-sectionpages-selected a {
text-decoration: underline;
}
.nav-sectionpages .nav-sectionpages-nested .nav-sectionpages-selected ul a  {
text-decoration: none;
}
.nav-sectionpages .nav-sectionpages-nested ul .nav-sectionpages-selected a  {
text-decoration: underline;
}
.nav-sectionpages .nav-sectionpages-nested .nav-sectionpages-parent a {
  text-decoration: none;
}
.nav-sectionpages ul a:hover,
.nav-sectionpages ul a:focus {
text-decoration: underline !important;
}
.nav-sectionpages p {
  padding: 10px;
}

/* Nested Nav */
.nav-sectionpages-nested ul {
  display: none;
}
.nav-sectionpages-nested .nav-sectionpages-selected ul {
  display: block;
margin: 0 !important;
padding: 0 !important;
}
.nav-sectionpages-nested .nav-sectionpages-selected {
  background-color: #ddd;
  padding-bottom: 3px !important;
  margin-bottom: 1px !important;
}
.nav-sectionpages-nested .nav-sectionpages-selected ul li {
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}
.nav-sectionpages-nested .nav-sectionpages-selected a:hover,
.nav-sectionpages-nested .nav-sectionpages-selected a:focus {
  background-color: transparent !important;
}

.nav-sectionpages-nested .nav-sectionpages-selected li a {
  margin-top: -5px !important;
  background-position:24px 0.8em;
  padding: 5px 10px 5px 36px;
  font-size: 0.95em;
}

/* Breadcrumb */
#breadcrumb {
  background: #f1f0ee;
  padding: 0.5em 10px;
  margin-bottom: 10px;
  color: #767573;
}

.homepage .col {
  padding: 10px;
  width: 290px;
}
.homepage #feature-news {
 -moz-box-shadow: inset 0 0 150px #cfe1f1;
 -webkit-box-shadow: inset 0 0 150px #cfe1f1;
  box-shadow: inset 0 0 150px #cfe1f1;
  color: #505050;
}
.homepage #feature-services {
 -moz-box-shadow: inset 0 0 150px #cfe1f1;
 -webkit-box-shadow: inset 0 0 150px #cfe1f1;
  box-shadow: inset 0 0 150px #cfe1f1;
  color: #505050;
}
.homepage #feature-discover {
 -moz-box-shadow: inset 0 0 150px #e1f4be;
 -webkit-box-shadow: inset 0 0 150px #e1f4be;
  box-shadow: inset 0 0 150px #e1f4be;
  color: #505050;
}
.homepage #feature-news h2,
.homepage #feature-services h2,
.homepage #feature-discover h2 {
  color: #fff;
  padding: 1em 5px 0.2em 136px;
  margin: -10px -10px 10px -10px;
  min-height: 75px;
  font-size: 1.5em;
  line-height: 1.3em;
/* -moz-box-shadow: inset 0 0 20px #1f1f1f;
 -webkit-box-shadow: inset 0 0 20px #1f1f1f;
  box-shadow: inset 0 0 20px #1f1f1f;*/
}
.homepage #feature-news h2 {
  background: #3c6e8f url(http://www.aocarchaeology.com/images/uploads/system/feature-news.jpg) no-repeat -5px  bottom;
}
.homepage #feature-services h2 {
  background: #428c96 url(http://www.aocarchaeology.com/images/uploads/system/feature-services.jpg) no-repeat bottom left;
}
.homepage #feature-discover h2 {
  background: #6c971e url(http://www.aocarchaeology.com/images/uploads/system/feature-discover.jpg) no-repeat top left;
}
.homepage .col h3 {
  font-size: 1em;
  margin-bottom: 5px;
}
.homepage #feature-news {
  margin: -10px !important;
  padding: 10px;
}
.homepage .col1of3 .entry {
  border-bottom: solid 2px #6578a8;
  margin-bottom: 10px;
  padding: 0 0 5px 15px;
  background: transparent url(http://www.aocarchaeology.com/images/uploads/system/arrow-2.gif) 0 0.4em no-repeat;
}
.homepage .col1of3 p {
  margin-bottom: 5px;
}
/* Search Form */
#searchform {
  float: right;
  width: 200px;
}
#searchform form {
  width: 180px;
  padding: 0.3em 10px 0.2em 10px;
  height: 1.9em;
  background: #99bdc1 url(http://www.aocarchaeology.com/images/uploads/system/bg-searchform.gif) 0 0 repeat-y;
}
#searchform h3 {
  display: none;
}
#searchform input {
  width: 115px;
  float: left;
  color: #767573;
}
#searchform .submit {
  border: 0;
  background: #f1f0ee;
  width: 50px;
  float: right;
  padding: 2px 2px 1px;
}
/* Search Form - Home Page */
.homepage #searchform {
  height: 220px;
  background: #b4bebf url(http://www.aocarchaeology.com/images/uploads/system/logo-registered2.jpg) 0 -2px repeat-x;
}
.homepage #searchform form {
  position: absolute;
  bottom: 5px;
  height: auto;
  padding: 10px;
}
.homepage #searchform h3 {
  display: block;
  border-top: solid 10px #fff;
  margin: -10px -10px 10px -10px;
  padding: 2px 5px;
  background: #5f6667;
  color: #fff;
}

/* Twitter feed */
#twitter-feed {
  min-height: 200px;
  color: #fff;
  margin: 20px -10px -10px -10px;
  border: solid 1px #0971a1;
  background: #a4a4a4 url(http://www.aocarchaeology.com/images/uploads/system/twitter-header.jpg) -10px 0 no-repeat;
  border-radius: 6px;
 -moz-border-radius: 6px;
 -webkit-border-radius: 6px;
}
#twitter-feed h3 {
  text-indent: -9999px;
}
#twitter-feed h3 a {
  display: block;
  width: 220px;
  height: 25px;
  margin: 5px 0 18px 15px;
}
#twitter-feed ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#twitter-feed li {
  border-bottom: solid 1px #ccc;
  margin-bottom: 10px;
  padding: 0 10px 5px 25px;
  background: transparent url(http://www.aocarchaeology.com/images/uploads/system/arrow-2.gif) 10px 0.4em no-repeat;
}
#twitter-feed li a {
  color: #fff;
}
#twitter-feed li a:hover, #twitter-feed li a:focus {
  text-decoration: underline;
}
#footer #twitter-link {
  background: #a4a4a4 url(http://www.aocarchaeology.com/images/uploads/system/twitter-follow.jpg) center center no-repeat;
  position: absolute;
  top: 2.5em;
  right: 20px;
  height: 32px;
  width: 200px;
  text-indent: -99999px;
  border: solid 1px #0971a1;
  border-radius: 6px;
 -moz-border-radius: 6px;
 -webkit-border-radius: 6px;
 -moz-box-shadow:  0 0 12px #fff;
 -webkit-box-shadow:  0 0 12px #fff;
  box-shadow:  0 0 12px #fff;
}
#footer #twitter-link:hover, #footer #twitter-link:focus {
  border: solid 1px #fff;
}

.arrow {
  padding: 0 0 5px 15px;
  background: transparent url(http://www.aocarchaeology.com/images/uploads/system/arrow-2.gif) 0 0.4em no-repeat;
  color: #2a95e5;
  font-size: 1.15em;
}

.homepage .col2of3 .entry {
  padding: 0 0 3px 15px;
  background: transparent url(http://www.aocarchaeology.com/images/uploads/system/arrow-2.gif) 0 0.4em no-repeat;
  font-size:1.1em;
}

.homepage .col3of3 .entry {
  padding: 0 0 5px 15px;
  background: transparent url(http://www.aocarchaeology.com/images/uploads/system/arrow-2.gif) 0 0.4em no-repeat;
  font-size:1.1em;
}

.day {
  font-size:1.3em;
  color: #647e92;
  font-weight:bold;
  margin: 10px 0px 5px 0px;
  display: block;
  border-top: solid 2px #6578a8;
  padding: 10px 0 5px 12px;
  background: transparent url(http://www.aocarchaeology.com/images/uploads/system/arrow-2.gif) 0px 18px no-repeat;
}

.day2 {
  font-size:1.1em;
  color: #647e92;
  margin: 5px 0px 5px 0px;
  display: block;
  padding: 5px 0 5px 6px;
  background-color: #dfebec;
  width:250px;
}

/* Entry List Titles */
ul .entry h3 {
  padding: 0 0 0 15px;
  background: transparent url(http://www.aocarchaeology.com/images/uploads/system/arrow-2.gif) 0 0.4em no-repeat;
  font-size:1.1em;
}


#sponsored {
  width: 365px;
  border: solid 1px #6578a8;
  padding: 12px;
  margin-bottom: 25px;
}

#sponsored img{
  margin-left: 15px;
}

#bodyimage {
	background:url(http://www.aocarchaeology.com/images/uploads/site-content/geophys.jpg);
	border:1px solid #666;
	background-repeat:no-repeat;
	width:600px;
	margin-bottom:10px;
	padding-top:210px;
	padding-left:15px;
	padding-bottom:10px;
	padding-right:15px;
	text-align:right;
	font-size:0.8em;
}

.box {
	padding:15px;
	background-color:#f3f5f5;
	width:400px;
}

.box h4{font-size:1.4em;}

.page-staff #content .wrapper {
float:left;
width:948px;
}

.page-staff .page-banner {
  width: 948px;
}

.page-banner img {
  height: 150px;
  min-width: 730px;
}

.staffimage {
width:150px;
float:left;
margin-bottom:15px;
}

.stafftable {
width:778px;
padding-right:5px;
float:right;
}


