/*CSS for STARLITE WEBSITE
CREATED FALL 2009 BY R HUDDLESTON*/

#starlite {
	background: url(../img/starlite-body-bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #FFF;
	font-family: Arial, Helvetica;
	font-size: 1em;
}
#wrapper {
	margin: 0 auto;
	width: 960px;
	padding: 0;
	background-color: transparent;
	margin-bottom: 100px;
}
p {
	padding: 10px 0;
}
p.sub-text {
	font-style: italic;
	color:#999999;
	font-size: 12px;
	margin-top: -10px;
}
h2 {
	font-size: 21px;
	color: #0066CC;
}
h3 {
	font-size: 16px;
	color: #0066CC;
}
a {
	color: #0066CC;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.body-content div{
	margin-bottom: 30px;
}
.icon {
	float: left;
	padding: 0 10px 5px 0;
}
div.callout {
	border: 1px solid #999999;
	width: 329px !important;
}
div.callout h2.title {
	display: none;
}
div.callout p {
	margin-bottom: 10px;
	padding-right: 5px;
}
div.directions {
	text-align: left;
	font-size: 12px;
	padding: 0;
	width: 329px;
}
div.directions p {
	padding: 0 !important;
}
div.callout img {
	padding: 0 !important;
}



#nav {
	margin-top: 40px;
	text-align: right;
	
}

#nav ul li{
	display: inline;
	/*padding: 10px;*/
	font-size: 19px;
	/*font-size: 21px;*/
}
#nav ul li a {
	color:#0066CC;
	text-decoration: none;
	padding: 5px 5px 0 5px;
	/*padding: 10px 10px 0 10px;*/
}
#nav ul li a:hover {
	color: #3366FF;
	background-color: #FFF;
	text-decoration: none;
	border: 1px dotted #3366FF;
	border-bottom: none !important; 
	padding: 4px 4px 0 4px;
	/*padding: 9px 9px 0 9px;*/
}
#nav ul li.events a {
	color:#00CC00;
}
@media only screen and (max-device-width: 480px) {
  #nav ul li {
    font-size: 12px !important;
  }
}

#logo {
	position: relative;
	margin-top: 20px;
	margin-left: 0;
	width: 384px;
	height: 170px;
	float: left;
	z-index: 120;
}
/*#header {
	z-index: 50;
}*/
#header img {
	position: relative;
	margin-left: 150px;
	margin-top: -115px;
	z-index: 50;
}
div.networking {
	margin-top: 0;
	margin-bottom: 0;
}
div.networking ul li{
	display: inline;
}
 ul.download {
 	margin-bottom: 25px;
}

div.footer {
	font-size: 10px;
	color: #FFF;
	background-image: url(/img/starlite-gradient-bg.jpg);
	bacground-repeat: repeat-x;
	background-position: bottom;
	text-align: center;
	background-color: #0033CC;
	padding-top:5px;
}
div.footer ul li {
	display: inline;
	padding: 5px;
}
div.footer a {
	color: #FFF;
	text-decoration: none;
}
@media only screen and (max-device-width: 480px) {

  div.footer {
  	font-size: 8px !important;
}
}

/*---------------MENU-----------------*/
#tabs .ui-widget-header {
	background-image: url(/img/starlite-gradient-bg.jpg);
	bacground-repeat: repeat-x;
	background-position: bottom;
	border: 1px solid #CCC; !important;
}
#tabs ul li ul li {
	padding: 5px 0;
}
#tabs ul li ul {
	padding: 10px 0;
	border-bottom: dotted #0033CC;
}
#tabs li.odd {
	background-color: #F6F6F6;
	margin-left: -10px;
	padding-left: 10px;
}
#tabs .ui-widget-content {
	background-color: #FFF !important;
}
#tabs .ui-widget-content {
	font-family: arial, helvetica !important;
	font-size: 13px !important;
}
#tabs .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
	color:#0066CC; !important;
}
#tabs .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
	color:#0066CC; !important;
}
#tabs h3 {
	margin-top: 15px;
}

ul.specials li span {
	font-weight: bold;
	color:#0066CC;
}
ul.specials li {
	padding: 10px 0;
}

form td input.text {
	
	padding:4px 2px;
	border:solid 1px #aacfe4;
	width:200px;
	margin-top: 10px;
	margin-bottom: 5px;
}
form td input.submit {
	padding:4px 2px;
	border:solid 1px #aacfe4;
	width:200px;
	margin-top: 10px;

}

form label {
	float: right;
	padding-right: 10px;
}
	
	