@charset "utf-8";
/*   
Theme Name: CAS Chilled Theme
Theme URI: http://www.caschilled.com
Description: Custom theme design for CAS Chilled
Author: Kyle Bennett Media
Author URI: http://www.kylebennettmedia.com
Version: 1.0
.
Copyright CAS Chilled 2009
.
*/

/* HTML Tags */

body {
	background: url(images/bgx.jpg) top repeat-x;
	color: #00aef0;
	font: 14px Georgia, "Times New Roman", Times, serif
}

a{
	color: #00aef0;
}
a:hover{
	text-decoration: underline;
}
input,select,textarea{
	border: #cacaca 1px solid;
	font-size: 12px;
	padding: 5px;
}
select{
	padding: 0;
}
li{
	list-style: none;
}

#wrapper {
	margin: 0 auto;
	background: url(images/bgmain.jpg) center top no-repeat;
}


/* Header */

#header {
	font-size: 12px;
	margin-bottom: 80px;
}

.nav, .nav ul{
	padding: 0;
	float:right;
	list-style: none;
	margin-right: 5px;
}
.nav {
	padding: 0;
}
.nav li a {
	display: block;
	margin:0px;
	padding:0 30px;
	text-align: center;
	font-family: arial, "lucida console", sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
.nav li {
	float: left;
	line-height:116px;
	width: 140px;
}
.nav li a:hover {
	background: url(images/bgmenu.jpg) center top no-repeat;
	text-decoration: none;
}


.nav li ul {
	position: absolute;
	width: 250px;
	left: -999em;
	padding-top:1px;
}
.nav li:hover ul, .nav li.sfhover ul {
	left: auto;
	z-index:1000;	
}
.nav li ul li {
    background: #00aef0;
	border-bottom:1px solid #dedbd1;	
	border-left:1px solid #dedbd1;	
	border-right:1px solid #dedbd1;			
	line-height:28px;	
	width:250px;
}
.nav li:hover, .nav li.hover {
    position: static;
}
.nav li ul ul {
	margin: -29px 0 0 15em;
}
.nav li:hover ul ul, .nav li.sfhover ul ul {
	left: -999em;
}
.nav li:hover ul, .nav li li:hover ul, .nav li.sfhover ul, .nav li li.sfhover ul {
	left: auto;
}
.nav li:hover ul ul, .nav li:hover ul ul ul, .nav li.sfhover ul ul, .nav li.sfhover ul ul ul {
	left: -999em;
}
.nav li:hover ul, .nav li li:hover ul, .nav li li li:hover ul, .nav li.sfhover ul, .nav li li.sfhover ul, .nav li li li.sfhover ul {
	left: auto;
} 

.nav li ul li a:hover {
	background: #0081b1;
	text-decoration: underline;
}




#title h1 {
	margin-top: 50px;
	line-height: 80px;
	text-align: center;
}

#title h1 a {
	font-style: italic;
	font-size: 36px;
	color: #00aef0;
}

#logo {
	background: url(images/logo.jpg) center left no-repeat;
}

/* Body */

.post {
	margin-bottom: 20px;
}

.singleh2 {
	margin-bottom: 10px;
}

h2 {
	color: #00aef0;
	margin-bottom: 10px;
	border-bottom: 1px solid #00aef0;
}

h2.title {
	border-bottom: 1px solid #00aef0;
}

p {
	margin: 12px 0px;
}

.catpost {
	min-height: 115px;
	border-bottom: 1px solid #CCC;
	margin: 20px 0px;
	padding: 5px;
}

/* Sidebar */

img {
	padding: 2px;
	border: 1px solid #CCC;
}

.flash {
	padding: 2px;
	border: 1px solid #CCC;
	width: 330px;
	height: 270px;
}

/* Footer */

#footer {
	background: url(images/bgfooter.jpg) top repeat-x #00aef0;
	font-size: 14px;
	width: 100%;
	padding-top: 75px;
	min-height: 250px;
	color: #fff;
	text-align: center;
}

#footer a {
	color: #fff;	
}

#footer h2 {
	color: #fff;
	border-bottom: solid 1px #fff;
	font-size: 16px;
	}

.bottom {
	border-top: solid 1px #fff;
	margin-top: 50px;
	}

/* Other */

.fix{
	clear: both;
	height: 1px;
	margin: 0 0 -1px;
	overflow: hidden;
}

.fl{
	float: left;
}

.fr{
	float: right;
}

img.fl{
	margin: 0 12px 5px 0;
}

.noborder {
	border: none;
	margin: 0 auto;
	}

#myGallery
{
width: 574px !important;
height: 302px !important;
} 

#myGallery h2 {
	color: #ccc;
	border-bottom: 1px solid #ccc;
}

.toggler  { cursor:pointer; font-weight: normal; color:#cc0000; margin: 0; padding:5px; font-size:14px; background: #eee; border: 1px solid #ccc; margin-top: 10px;}  
.toggler:hover   { background:#ccc; color: #cc0000; }  
.cordy     { padding:0 5px; }  


tr .dblue {
	background: #0000ff;
	color: #fff;
}

td .blue {
	background: #00aef0;
	color: #fff;
}

td .red {
	background: #ff0000;
	color: #fff;
}