@charset "UTF-8";
/* CSS Document */

* { margin: 0; padding: 0; }
		
		html { 
			background: url(../img/BK-BG11.jpg) no-repeat center center fixed; 
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
		}
		
		#page-wrap { width: 900px; margin: 0px auto; padding: 5px; }
		
		
		
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:						0;
    padding:					        0;
    border:						0;
    outline:					        0;
    font-size:					        100%;
    vertical-align:				        baseline;
}


/* LOGO */


#logo-container {
	/* position:absolute; */
        width: 100%;
	display: inline-block;
	margin: 0px 10px;
	text-align: center;
        z-index:999;
}
#logo {
	font-size: 36px;
	text-transform: uppercase;
}
#logo a {
	color: #404040;
}
#logo a:hover {
	text-decoration: none;
}

/* CONTENT */

.style1 {
	color: #888;
	font-size: 18px;
	font-weight: bold;
	font-family:                                        "Droid Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	}
/* SPLASH PAGE LINKS */
a.SP-link {color: #FFFFFF; font-size: 18px; font-weight: bold; text-decoration:none}
a.SP-link:link {color: #FFFFFF; font-size: 18px; font-weight: bold;}
a.SP-link:visited {color: #FFFFFF; font-size: 18px; font-weight: bold;}
a.SP-link:hover {color: #888; font-size: 18px; font-weight: bold; text-decoration:underline}
a.SP-link:active {color: #FFFFFF; font-size: 18px; font-weight: bold;}
h5 {
    font-size:                                          18px;
    color:                                              #444;
    font-family:                                        "Droid Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}
h5.sub{
    font-size:                                          14px;
    color:                                              #565656;
}
p{
    font-size:                                          12px;
    color:                                              #666666;
    font-family:                                        "Droid Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}
h1,h2,h3,h4,h5,h6 {	
	line-height:                                    1em;
	margin-bottom:                                  5px;
}
p {
	line-height:                                    20px;
	margin-bottom:                                  15px;
} 
p{margin-bottom:                                        0px !important;
}

#wrapper{
        position:                                       relative;
}
.clear{
        clear:                                          both;
}
#featuredArea{position:                                 relative;
              margin-top:                               140px;
			  width:                                    920px;
			  z-index:                                  600;
              vertical-align:                           middle;}

#pageContent .fancy, .comment-gravatar img, #featuredArea .fancy{
    border:                	                        1px solid rgb(140,140,140);
    border:              	                        1px solid rgba(140,140,140,.2);
    background:           	                        rgb(187,187,187);
    background:           	                        rgba(187,187,187,.2);
}
#content{
    position:                                           relative; width: 990px;
}

/* SILDER */

.kwickTitle h1,.kwickTitle  h2,.kwickTitle  h3, .kwickTitle  h4, .kwickTitle  h5, .kwickTitle  h6, .kwickTitle p{margin-bottom: 0px !important;}
.kwickDesc h1, .kwickDesc  h2, .kwickDesc  h3, .kwickDesc  h4, .kwickDesc  h5, .kwickDesc  h6, .kwickDesc 

#pageContent .fancy, #featuredArea .fancy{
	padding:					3px;
	line-height:				        0;
}
.addTitle, .noTitle, .justCrumbs, .justFeatured{
	background-repeat:				repeat-x;
}
#slider{
	position:					relative;
	width:						883px;
	height:						400px;
	padding:					11px;
}
.sliderWrapper{
        position:                                       relative;
}

.kwicks {
	list-style: 	                                none;
	position: 		                        relative;
	margin: 		                        0;
	padding: 		                        0;
}
.kwicks li img{
	
}
.kwicksPreloader{
	position:                                       absolute;
	top:                                            0px;
	background-position:                            center center;
	background-repeat:                              no-repeat;
}

.kwicks li{
	display: 		block;
	overflow: 		hidden;
	padding: 		0;
	float: 			left;
}
.kwicks.horizontal li {
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-right: 5px; /*Set to same as spacing option. */	
	float: left;
}

.kwickShadow{
	display:		none;
	position:		absolute;
	top:			0px;
	right: 			0px;
	width: 			25px;
	height: 		100%;
	background: 	url(../img/kwickShadow.png) repeat-y;
}

.kwickTitle{
	position:absolute;
	padding: 15px;
	bottom: 0px;
	display:none;
}

.kwickDesc{
	position:absolute;
	padding: 15px;
	padding-right:25px;
	bottom: 0px;
	width: 100%;
	display:none;
}

.kwickTitle h1,.kwickTitle  h2,.kwickTitle  h3, .kwickTitle  h4, .kwickTitle  h5, .kwickTitle  h6, .kwickTitle p{
	margin-bottom: 0px !important;
}
.kwickDesc h1, .kwickDesc  h2, .kwickDesc  h3, .kwickDesc  h4, .kwickDesc  h5, .kwickDesc  h6, .kwickDesc  p{
	margin-bottom: 0px !important;
}


/* COUNTDOWN CLOCK */


#Time_Field {
	width: 581px;
	height: 110px;
	margin-left: 35px;
	margin-top: 20px;
}
#Explanatory_Text {
	width: 501px;
	height: 80px;
	margin: 0 auto;
	margin-top: 40px;
	text-align: center;
}
.flipclock {
	margin: 0 auto;
	width: 651px;
	height: 126px;
	background: url(../img/countdown.png) no-repeat;
	padding-top: 1px;
	color: #FFFFFF;
	font-size: 4em;
}
.dash {
	width: 62px;
	height: 90px;
	float: left;
	margin-left: 20px;
	position: relative;
}
.dash .digit {
	font-size: 40pt;
	float: left;
	width: 30px;
	font-family: Cuprum, serif;
	font-weight: bold;
	color: #FFFFFF;
	position: relative;
}
.dash_title {
	position: absolute;
	display: block;
	bottom: 0px;
	font-family: Cuprum, serif;
	font-size: 9pt;
	color: #777777;
	text-transform: uppercase;
	letter-spacing: 2px;
}
span {
	width: 100%;
	text-align: center;
}

