/***********************************************/
/* 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;
}



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

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

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

a.contact:hover, a.mailingList: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;
}





.inventaLogo {
	display: block;
	background: url(../images/footer_inventa.gif) no-repeat top left;
	height: 37px;
	width: 86px;
	position: absolute;
	top: 31px;
	left: 82px;
}

.hellyLogo {
	display: block;
	background: url(../images/footer_helly.gif) no-repeat top left;
	height: 37px;
	width: 81px;
	position: absolute;
	top: 29px;
	left: 215px;
}

.usanaLogo {
	display: block;
	background: url(../images/footer_usana.gif) no-repeat top left;
	height: 37px;
	width: 93px;
	position: absolute;
	top: 29px;
	left: 345px;
}

.kaenonLogo {
	display: block;
	background: url(../images/footer_kaenon.gif) no-repeat top left;
	height: 37px;
	width: 113px;
	position: absolute;
	top: 29px;
	left: 395px;
}

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

.baysideLogo {
	display: block;
	background: url(../images/footer_bayside.gif) no-repeat top left;
	height: 37px;
	width: 145px;
	position: absolute;
	top: 29px;
	left: 640px;
}

.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;
}

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 ********************/


#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;
}