/***********************************************/
/* Nikola Girke dot com CSS                    */
/***********************************************/


/* reset */

:link,:visited { text-decoration:none }
ul,ol { list-style:none }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,img
{ margin:0; padding:0 }
a img,a:link img,a:visited img {
border:none;
padding:0px;
margin:0px;
}
address { font-style:normal }
/* fix 3px padding to images in the crappiest browser ever: IE. */
.blockIMG{  display:block; margin:0;}



/****************** HTML STYLES *********************/


html, form, body{
	padding: 0;
	margin: 0;
}

body{
	color: #333333;
	font-size: 75%;
	font-family: "Lucida Grande", "Lucida Sans", Verdana, sans-serif;
	background-color: #FFFFFF;
}

p{
	color: #333333;
	line-height: 1.8em;
	margin-bottom: 1.5em;
}

a:link{
	color: #F83498;
	font-weight: bold;
}

a:visited{
	color: #F83498;
	font-weight: bold;
}

a:hover{
	color: #FFFFFF;
	text-decoration: none;
}



h1{
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.1em;
	text-transform: uppercase;
	margin-bottom: 15px;
	color: #232323;
	letter-spacing: 1px;
}


h2{
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #232323;
    line-height: 1.2em;
	padding-top: 8px;
    margin-bottom: 6px;
	text-transform: uppercase;
	letter-spacing: 1px;
}


h3{
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #232323;
    line-height: 1.2em;
	padding-top: 12px;
    margin-bottom: 6px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

h4{
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.15em;
	text-transform: uppercase;
	margin-top: -30px;
	margin-bottom: -5px;
	color: #232323;
	letter-spacing: 1px;
}

h5{
	font-size: 1em;
	font-family: Verdana, Arial, sans-serif;
	margin-top: 0px;
	color: #232323;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-bottom: 1px;
}

h6{
	font-size: 0.8em;
	font-family: Verdana, Arial, sans-serif;
	margin-top: 0px;
	color: #232323;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-bottom: 2px;
}

hr{
	margin-top: 10px;
}

ul{
	padding-left: 0px;
	margin-left: 0px;
	margin-top: 0px;
}

li{
	padding-bottom: 0px;
}


table {
	margin-top: -5px;
	margin-bottom: 30px;
}

td {
	font-size: 0.9em;
	border-top: 1px #666666 solid;
}

th {
	padding-bottom: 5px;
	padding-top: 10px;
	text-transform: uppercase;
}




/***************** LAYOUT DIVS ********************/

#centre {
	position: relative;
	width:910px;
	margin-right: auto;
	margin-left: auto;
}


#frame {
	position: relative;
	width:879px;
	margin-left: 31px;
	margin-bottom: 25px;
}


#header{
	width:879px;
	height: 288px;
	position: relative;
	background-image: url(../images/header.jpg);
}


#page{
	background-image: url(../images/page_bg.jpg);
	background-repeat: repeat-y;
}


#mainCol{
	margin-left: 60px;
	_margin-left: 30px;
	margin-right: 46px;
	margin-top: 2px;
    width: 445px;
    float: left;
	padding-bottom: 25px;
}


#rightCol{
	padding-top: 160px;
	padding-bottom: 30px;
	float: left;
	width: 328px;
	background-image: url(../images/rightCol_top.gif);
	background-repeat: no-repeat;
}


#footer {
	clear: both;
	width:879px;
	height: 150px;
	background-image: url(../images/footer_bg.gif);
	background-repeat: no-repeat;
	position: relative;
}





/************************ NAV ************************/


#nav {	
	padding: 0;
	margin: 0;
	width: 515px;
	height: 55px;
	position: absolute;
	left: 42px;
	top: 170px;
}


#nav ul {
	float: left;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}


#nav li {
    float: left;
	padding: 0px;
	margin: 0px;
	display: inline;
}


#nav li a {
	display: block;
	height: 55px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	overflow: hidden;
	outline: 0;
}


#nav a:hover {
	background-position: 0px -55px;
}


#nav .about, #nav .about_on {
	width: 72px;
	background: url(../images/nav_about.gif);
}


#nav .news, #nav .news_on {
	width: 59px;
	background: url(../images/nav_news.gif);
}


#nav .events, #nav .events_on {
	width: 79px;
	background: url(../images/nav_events.gif);
}


#nav .photos, #nav .photos_on {
	width: 73px;
	background: url(../images/nav_photos.gif);
}


#nav .speaking, #nav .speaking_on {
	width: 121px;
	background: url(../images/nav_speaking.gif);
}


#nav .sponsorship, #nav .sponsorship_on {
	width: 111px;
	background: url(../images/nav_sponsorship.gif);
}


#nav .about_on,
#nav .news_on,
#nav .events_on,
#nav .photos_on,
#nav .speaking_on,
#nav .sponsorship_on {
	background-position: 0px -55px;
}





/****************** LAYOUT *********************/


.headerLogo {	
	padding: 0;
	margin: 0;
	width: 220px;
	height: 65px;
	position: absolute;
	left: 46px;
	top: 59px;
	background-image: url(../images/header_logo.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
}

	
#headerPhoto {	
	padding: 0;
	margin: 0;
	width: 300px;
	height: 375px;
	position: absolute;
	left: 579px;
	top: 10px;
	overflow: visible;
}



.contactBlockSmall {	
	padding: 0px;
	margin: 20px 0px 0px 0px;
	width: 272px;
	height: 101px;
	background-image: url(../images/mail_contact_bg.gif);
	font-size: 0.9em;
}

a.mailingListSmall {
	display: block;
	background: url(../images/btn_mailingList.gif) no-repeat top left;
	height: 15px;
	width: 185px;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 16px;
	left: 28px;
}

a.contactSmall {
	display: block;
	background: url(../images/btn_contact.gif) no-repeat top left;
	height: 15px;
	width: 185px;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 29px;
	left: 28px;
}

a.contactSmall:hover, a.mailingListSmall:hover {
	background-position: bottom left;
}




.contactBlock {	
	padding: 0px;
	margin: 20px 0px 0px 0px;
	width: 272px;
	height: 139px;
	background-image: url(../images/contactBlockLarge_bg.gif);
	font-size: 0.9em;
}

a.mailingList {
	display: block;
	background: url(../images/btn_mailingList.gif) no-repeat top left;
	height: 15px;
	width: 185px;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 14px;
	left: 28px;
}

a.facebook {
	display: block;
	background: url(../images/btn_facebook.gif) no-repeat top left;
	height: 15px;
	width: 185px;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 23px;
	left: 28px;
}

a.twitter {
	display: block;
	background: url(../images/btn_twitter.gif) no-repeat top left;
	height: 15px;
	width: 185px;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 32px;
	left: 28px;
}

a.contact {
	display: block;
	background: url(../images/btn_contact.gif) no-repeat top left;
	height: 15px;
	width: 185px;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 41px;
	left: 28px;
}

a.contact:hover, a.mailingList:hover, a.facebook:hover, a.twitter:hover {
	background-position: bottom left;
}




.sidebar {	
	padding: 0px;
	margin: 20px 0px 40px 0px;
	width: 260px;
	background-image: url(../images/sidebar_bg.gif);
	font-size: 0.9em;
}

.sidebar p{	
	line-height: 1.7em;
}

.sidebar_top {	
	width: 260px;
	height: 25px;
	background-image: url(../images/sidebar_top.gif);
	background-repeat: no-repeat;
}


.sidebar_content {
	padding: 0px 30px 10px 20px;
}






a.viewPhotos {
	display: block;
	background: url(../images/btn_photos.gif) no-repeat top left;
	height: 15px;
	width: 120px;
	padding: 0px;
	margin-bottom: 12px;
	margin-top: -1px;
}

a.viewPhotos:hover {
	background-position: bottom left;
}






.postStart {
	background-image:url(../images/postStart.gif);
	background-repeat:no-repeat;
	height:33px;
	width: 43px;
	left: -60px;
	top: 8px;
	margin: 50px 0px 0px 0px;
	padding: 0;
	position:relative;
}

.postDate {
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	color: #666666;
    line-height: 1.2em;
	margin-top: -36px;
    margin-bottom: 4px;
	text-transform: uppercase;
	letter-spacing: 2px;
}



.tableStart {
	background-image:url(../images/postStart.gif);
	background-repeat:no-repeat;
	height:33px;
	width: 43px;
	left: -60px;
	top: 3px;
	margin:0;
	padding:0;
	position:relative;
}

.tableStartFix {
	margin-top: -28px;

}



.photoThumb {
	float: left;
	padding: 0;
	margin-right: 15px;
	margin-bottom: 14px;
}





.hellyLogo {
	display: block;
	background: url(../images/footer_helly.gif) no-repeat top left;
	height: 45px;
	width: 80px;
	position: absolute;
	top: 26px;
	left: 190px;
}

.windathletesLogo {
	display: block;
	background: url(../images/footer_windathletes.gif) no-repeat top left;
	height: 45px;
	width: 91px;
	position: absolute;
	top: 26px;
	left: 305px;
}

.usanaLogo {
	display: block;
	background: url(../images/footer_usana.gif) no-repeat top left;
	height: 45px;
	width: 86px;
	position: absolute;
	top: 26px;
	left: 555px;
}

.kaenonLogo {
	display: block;
	background: url(../images/footer_kaenon.gif) no-repeat top left;
	height: 45px;
	width: 89px;
	position: absolute;
	top: 26px;
	left: 431px;
}

.canfundLogo {
	display: block;
	background: url(../images/footer_canfund.gif) no-repeat top left;
	height: 45px;
	width: 100px;
	position: absolute;
	top: 26px;
	left: 55px;
}

.chapmanLogo {
	display: block;
	background: url(../images/footer_chapman.gif) no-repeat top left;
	height: 45px;
	width: 132px;
	position: absolute;
	top: 26px;
	left: 676px;
}

.title {  
	display:block; 
	margin: 0px 0px 30px -1px;
}


.inline {
	margin-bottom: -1px;
	margin-left: 5px;
}


.thumb {
	margin-bottom: 20px;
	margin-right: 20px;
	width: 60px;
	height: 60px;
	border: 1px solid #76A360;
	float: left;
}

.imgLeft {
	float: left;
	margin-right: 5px;
    margin-bottom:5px;
}


.imgRight {
	float: right;
	margin-left: 5px;
}


.rule{
	height: 3px;
	background: url(../images/rule.gif);
	margin-bottom: 10px;
	margin-top: 0px;
}




/****************** TEXT CLASSES ********************/

.intro {
	font-size: 1.1em;
	margin-top: 10px;
}

.small {
	font-size:.85em;
}

.homeTitle {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #232323;
    line-height: 1.2em;
	padding-top: 0px;
    margin-bottom: 24px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

table p{
	margin-bottom: 0px;
}

.smallcaps {
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #232323;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0px;
}

.sidebarLinks {
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.5em;
	margin: 0px;
}


/***************** MISC CLASSES ********************/


#countdown {
    width: 215px;    
}

.countdownDaysBG {
	position: absolute;
	left: 0px; 
    width: 63px;
    height: 53px;
}

.countdownHoursBG {
	position: absolute;
	left: 63px;
    width: 53px;
    height: 53px;
}

.countdownMinBG {
	position: absolute; 
	left: 116px;
    width: 53px;
    height: 53px;
}

.countdownSecBG {
	position: absolute;
	left: 169px;
    width: 46px;
    height: 53px;
}

.countdownDigits {
	position: absolute;
	top: 9px;
    height: 24px;
    text-align: center; 
    font-family: Arial; 
    font-size: 20px;
    font-weight: normal;
    color: #FFFFFF;
}

.countdownOverlay {
	position: absolute;
	top: 2px;
    height: 20px;
    z-index: 15;
}



#connect_mainCol {
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	height: 48px;
	margin-top: 27px;
	margin-bottom: 27px;
}

.connect_mainCol_header {
	display: block;
	float: left;
	background: url(../images/connect_mainCol_header.gif) no-repeat top left;
	height: 25px;
	width: 164px;
	padding: 0px;
	position: relative;
	top: 11px;
	left: 0px;
}

a.connect_mainCol_facebook {
	display: block;
	float: left;
	background: url(../images/connect_mainCol_facebook.gif) no-repeat top left;
	height: 25px;
	width: 155px;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 11px;
	left: 0px;
}

a.connect_mainCol_twitter {
	display: block;
	background: url(../images/connect_mainCol_twitter.gif) no-repeat top left;
	height: 25px;
	width: 125px;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 11px;
	left: 319px;
}

a.connect_mainCol_facebook:hover, a.connect_mainCol_twitter:hover {
	background-position: bottom left;
}



#popupCentre {
	position: relative;
	width:250px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000000;
}

#popupHeader {
	width:250px;
	height: 120px;
	margin-top: 20px;
	position: relative;
	background-image: url(../images/popup_logo.gif);
	background-repeat: no-repeat;
}

#popupContent {
	width: 188px;
	margin: 0px 27px 0px 35px;
}

.popupText {
	color: #DDDDDD;
}



.prop {
    height:450px;
    float:right;
    width:1px;
}

.clear {
    clear:both;
    height:1px;
    overflow:hidden;
}

.imgPad{
  margin-bottom: 8px;
}
