/*-----------------------------------------------------------------------------
Basic Style Sheet
version:   1.0
author:    Cheryl Briseno
email:     CherylBriz@hotmail.com
website:   http://www.livwibe.net/SeaBrizDesigns
-----------------------------------------------------------------------------*/
/* =General 
-----------------------------------------------------------------------------*/
/* 	:TODO remember to remove this rule before the site goes live
	:KLUDGE I managed to fix this problem ______ but it is not pretty
	:BUG Rule breaks in _________
	:TRICKY Alert! a particulary complicated piece of code*/
/* Remove padding and margin */
* {
  	margin: 0;
	padding: 0;
}
body {
	text-align:center;
	min-width: 760px;
	background-color: #669966;
	background-image: url(assets/bodyBkgrd.gif);
	background-repeat: repeat;
	z-index: 0;
	font: 14px/1.25 "Lucida Grande", "Lucida Sans", "Trebuchet MS", Tahoma, Verdana, sans-serif;

	}
/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
  margin: 1em 0;
}
/* Class for clearing floats */
.clear {
	clear:both;
}
.floatR{
	float:right;
	}
/* =Headings
-----------------------------------------------------------------------------*/
h1{}
h2{
	font-family: "Script MT Bold", Script;
	font-size: 36px;
	font-weight: bold;
	color: #006633;
	text-transform: capitalize;
}
h3{
	font-family: "Script MT Bold", Script;
	font-size: 24px;
	text-transform: capitalize;
	font-weight: bold;
	color:#006633;
}
h4{}
/*Navigation and Linking
----------------------------------------------*/
#nav {
	list-style: none;
	padding: 0;
	margin: 0;
}
#nav li {
	float: left;
	position: relative;
	padding-right: 5px;
	padding-left: 5px;
	text-align: center;
	background-color: white;
	border:none;
	color: #006633;/* last three move to #nav li a*/
	font-weight: bold;
	text-decoration: none;
}
#nav li ul {
	display: none;
	position: absolute;
	top:0.15em;/*needs to be 100% to line up under main li*/
	left: 0;
	border: solid 1px #000;
	background-color:#FFFFFF;
	width:10em;
	z-index: 15;
	list-style: none;
	}
#nav li>#nav ul {
	top: auto;
	left: auto;
}
#nav li:hover ul, #nav li.over ul {
	display: block;
	background-color: #E1E1C4;
}
#nav li li a {
	display: block;
	font-weight: normal;
	padding: 0.2em 10px;
}
#nav li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
}
#nav li li a:hover {
	color: #669966;
}
/* =Links
-----------------------------------------------------------------------------*/
#wrapper a:link, #wrapper a:visited {
	text-decoration:none;
	color: #006633;
	font-weight: bold;
	border-bottom:1px dotted #006633;
	}
#wrapper a:hover, #wrapper a:active {
	border-bottom-style:solid;
	}
a:link, a:visited {
	text-decoration:none;
	border-bottom:1px dotted #006633;
	color: #FFFFFF;
	}
a:hover, a:active {
	border-bottom-style:solid;
	}
/* external links marked so user can determine if they want to click
================================== */
.external {
  background: url(assets/externalLink.gif) no-repeat right top;
  padding-right: 10px;
}
.mailto {
  background: url(assets/email.gif) no-repeat right top;
  padding-right: 15px;
}
a[href^="http:"] {
  background: url(assets/externalLink.gif) no-repeat right top;
  padding-right: 10px;
}
a[href^="http://www.kellerconventioncenter.com"], a[href^="http://kellerconventioncenter.com"]  {
  background-image: none;
  padding-right: 0;
}
a[href^="mailto:"] {
  background: url(assets/email.gif) no-repeat right top;
  padding-right: 15px;
}
/*Main Layout Rules
-----------------------------------------------*/
#wrapper {
	width:800px;
	margin: 0 auto;
	text-align:left;
	background-image: url(assets/wrapPic.gif);
	height: auto;
	background-repeat: no-repeat;
	z-index: 10;
	background-color: #FFFFFF;
	background-position: right top;
	}
#wrapper ul {
	margin-left: 25px;
}
#header{
	background-image: url(assets/headerpic.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 211px;
	background-color: #FFFFFF;
}
/* =Main Content
-----------------------------------------------------------------------------*/
/* Two column floated ----------*/
#content{
	width: 400px;
	float: left;
	padding-left: 20px;
	}
#contentWide{
	width: 700px;
	float: none;
	padding-left: 20px;
	}
#Rcolumn{
	width:200px;
	float:right;
	margin: 0px 20px 20px;
	border: none;
	padding: 20px;
	}
#Rcolumn ul{
	list-style-type: none;
	text-indent: -40px;
	line-height: 18px;
	padding: 5px;
}
img {
	border: 0;
}
.img-wrapper {
	background: url(assets/shadow.gif) no-repeat right bottom;
	clear: right;
	float:right;
	position:relative;
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 20px;
	}
.img-wrapper img{
	background-color:#fff;
	border: 1px solid #a9a9a9;
	padding: 4px;
	display:block;
	margin: -5px 5px 5px -5px;
	position:relative;
	}
/* =Footer
-----------------------------------------------------------------------------*/
#footer{
	clear: both;
	padding: 10px;
	}
#footer p{
	color: #FFFFFF;
	font-size: 12px;
	}
#footer h4 {
	font-size: 14px;
	color: #FFFFFF;
}
/* =Forms
-----------------------------------------------------------------------------*/
/* Removes fieldset borders. even on Opea 7 */
fieldset {
  border: 1px solid transparent;
}
/* =Tables
-----------------------------------------------------------------------------*/
table { 
  border-spacing: 0;
	border-collapse: collapse;
}
td {
  text-align: left;
	font-weight: normal;
}
/* =Misc 1
-----------------------------------------------------------------------------*/
.smallBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	float: left;
	width: 225px;
	margin: 5px;
	color: #FFFFFF;
	background: url(assets/smallboxBkgrd_top.gif) no-repeat left top;
	padding-top: 20px;
}
.smallBox p { 
	padding-left: 20px;
	padding-right: 20px;
	background-color: #8CB28C;
	}
.smallBox .last{
	background: url(assets/smallboxBkgrd_bottom.gif) no-repeat left bottom;
	padding-bottom: 20px;
	background-color: #8CB28C;
	}
/* Gallery Layout Rules
----------------------------------------------- */
#wrap {
	width: 800px;
	padding-top: 20px;
	margin: 0 20px;
}
#wrap p{
	font-size: 14px;
	width: 500px;
}
/* Gallery and Playback Controls
----------------------------------------------- */
#gallerySelect { width: 180px; }
#controls {
	margin:0 auto 10px;
}
#galleries {	margin:0 auto 20px auto; 
}
#galleries label { padding-bottom: 2px; color: #FFFFFF;
}

#transport {
	margin: 0;
	padding: 0;
	list-style: none;
}
#transport li {
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}
#transport a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 80%;
	font-weight: bold;
	margin: 0 1px 0 0;
	padding: 4px;
	width: 60px;
	float: left;
	display: block;
	-moz-user-select: none;
	-khtml-user-select: none;
}
#transport a:link {
	background: #666 url(assets/bg_grad_gray1.gif) repeat-x;
	color: #fff;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
}
#transport a:visited {
	background: #666 url(assets/bg_grad_gray1.gif) repeat-x;
	color: #fff;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
}
#transport a:hover {
	background: #666 url(assets/bg_grad_gray2.gif) repeat-x;
	color: #000;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
}
#transport a:focus {
	-moz-user-select: none;
	-khtml-user-select: none;
}
#previews {
	border-top: solid 1px #404040;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
	padding: 10px 10px 20px 10px;
	margin-bottom: 5px;
	background-image: url(assets/bg.gif);
	width: 250px;
	float: left;
	margin-right: 10px;
}
#thumbnails {
	clear: both;
	margin: 10px auto;
}
#thumbnails div {
	position: relative;
	width: 24px;
	height: 24px;
	float: left;
	margin: 8px;
	padding: 0;
	float: left;
	display:inline;
}
#thumbnails img {
	width: 24px;
	height: 24px;
	position: absolute;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #333;
	border-left: solid 1px #404040;
}
#picture {
	padding: 0px;
	width: 500px;
	float: right;
}
#mainImageOutline {
	margin: 0 auto;
	padding: 0;
	background-color: #eee;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #333;
	border-left: solid 1px #404040;
	padding: 1em; 
	overflow: hidden; 
}
#mainImage {
	width: 100%;
	height: 100%;
}
#picture img {	border: 1px solid #999; 
}
.selectedThumbnail {  border: solid 2px #fc0 !important; 
}
.inFocus {  border: solid 1px #fc0 !important; 
}
noscript {
	float: left;
	font-size: 12px;
}
