/*
Theme Name: KLIK
Theme URI: tommymedia.ca
Description: Theme for Kilk site
Version: 1.0
Author: Tom O'Connor
Author URI: tommymedia.ca


Pallete;
Gold: #a39c73;
Grey: #a1a1a5;
Red: #cb171e;

*/



/* Begin Typography & Colors */

body {
font-family: "Lucida Grande", Lucida, Verdana, Helvetica, sans-serif;
font-size: 13px;
line-height: 20px;
color:  #a1a1a5;
}

a {
color: #a1a1a5;
text-decoration: none;
}

a:hover {
color: #a39c73;
}

a:active {
color: #a39c73;
}

#Page {
width: 860px;


position:absolute;
left:50%;
margin-left: -430px; 
}


#LeftSide {
float: left;
width: 123px;
display: block;

}

#RightSide {
width: 620px;
display: block;
float: right;

padding-top: 70px;
}

#Gallery {
padding-top: 25px;
}

#Content {
padding-top: 14px
}

div.entry {
display: inline;
}

#Content p {
margin-top: 0px;
margin-bottom: 20px;
}


#Logo {
margin-left: 0px;
margin-top: 30px;
margin-bottom: 20px;
display: block;
border: 0;
width: 99px;
height: 45px;
}

#MainNav {
width: 100px;
text-align: right;
display: block;
height: 400px;


}

#MainNav ul {
margin: 0;
padding: 0;
list-style: none;

}
#MainNav ul li {
padding-right: 10px;



}


#MainNav a {
color: #a1a1a5;
text-decoration: none;
text-transform: capitalize;
}

#MainNav a:visited {
color: #a1a1a5;
text-decoration: none;
}

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

#MainNav a:active {
color: #a39c73;
text-decoration: none;
}


/*Drop Downs*/
#cssdropdown, #cssdropdown ul { 
list-style: none;  
text-align: right;

}

#cssdropdown, #cssdropdown * { 
padding: 0; 
margin: 0; 
}
	
/* Head links */
#cssdropdown li.headlink {  
text-align: right; 
background-color: #e9e9e9; 
_width: 80px;
cursor: pointer;


}

#cssdropdown li.headlink a { 
padding: 0px; 
cursor: pointer;
text-transform: capitalize;


}


#cssdropdown li.headlink:hover { 
background-image: url('http://klikphotographic.com/wordpress/wp-content/themes/klik/images/headlink-hover.gif');
background-position: right center ;

}

/* Child lists and links */
ul#cssdropdown li.headlink ul { 
display: none;
border-left: 1px solid #a39c73; 
text-align: left; 
position:absolute; 
left: 100px; 
top: 145px;
height: auto;
width: 130px;
background-color: #fff;
}

ul#cssdropdown li.headlink:hover ul { 
display: block; 
border-left: 1px solid #a39c73; 
z-index: 5;




}

#cssdropdown li.headlink .ShowLinks {
display: block;
z-index: 1;
}


.HideLinks {
z-index: -1;
}

#cssdropdown li.headlink ul li a { 
text-transform: lowercase;
_width: 100px;
_display: block;
}



#cssdropdown li.headlink ul li { 
padding-left: 10px;
}




#cssdropdown li.headlink ul li:hover { 
background-image: url('http://klikphotographic.com/wordpress/wp-content/themes/klik/images/secondlink-hover.gif');
background-position: left 1px;
background-repeat: no-repeat;

}


	
/* Pretty styling */
#cssdropdown a { } 
#cssdropdown ul li a:hover { 
text-decoration: none; 


}

#cssdropdown li.headlink { 
background-color: white}

#cssdropdown li.headlink ul { 
background-image: url(bg.gif); 
background-position: bottom; 
padding-bottom: 10px; }

#Links {
display: block;
width: 600px;
margin-top:4px;
}

#cssdropdown li.headlink ul .CurrentPage {
background-image: url('http://klikphotographic.com/wordpress/wp-content/themes/klik/images/secondlink-hover.gif');
background-position: left 1px;
background-repeat: no-repeat;
color: #a39c73;

}

#cssdropdown li.headlink ul .CurrentPage a {
color: #a39c73;
}

.LinkColumn {
width: 150px;
}

.LinkColumn a {
margin-bottom: 10px;
display: block;
line-height: 12px;
}

#pane1 {
height: 400px;
}

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
padding: 10px;
}



.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background-image: url(http://klikphotographic.com/wordpress/wp-content/themes/klik/images/scrolltrack.jpg);
}
.jScrollPaneDrag {
	position: absolute;
	background: #666;
	cursor: pointer;
	overflow: hidden;
height: 11px;
display: block;
background-repeat: no-repeat;
	background-image: url(http://klikphotographic.com/wordpress/wp-content/themes/klik/images/scrollbar.jpg);
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}

.post {
margin: 10px;
border-bottom: 3px dotted #a1a1a5;
}

.alignright {
float: right;
margin-left: 15px;
margin-bottom: 15px;
margin-top: 5px;
}

.alignleft {
float: left;
margin-right: 15px;
margin-bottom: 15px;
}


.Thumb {
				margin-right: 10px;
				border: 1px solid #fff;
				cursor:pointer;
				cursor:hand;
				width: 35px;
				height: 37px;
				display: block;
				
				}
				
				
				.Thumb:hover {
								border: 1px solid red;	
	
					
				}
				
				.ThumbOn {
				border: 1px solid red;	
				}
				
					.ThumbOn2 {
				border: 1px solid red;	
				}
				
				.ThumbPanel {
					
					width: 540px;
					display: block;
					overflow: hidden;					
				}
				
				#ImageContainer {
					width: 600px;
					height: 400px;
					text-align: center;
					display: block;
					margin-bottom: 10px;
					border: 1px solid #999999;
					padding: 0;
					overflow: hidden;
					
				}
				
				
				
.infiniteCarousel {
  width: 600px;
  position: relative;
}

.infiniteCarousel .wrapper {
  width: 520px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
  overflow: auto;
  min-height: 50px;
  margin: 0 40px;
  position: absolute;
  top: 0;
}



.infiniteCarousel .wrapper ul {
  width: 9999px;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
  position: absolute;
  top: 0;
}

.infiniteCarousel ul li {
  display:block;
  float:left;
  padding: 5px;
  height: 40px;
  width: 35px;
}

.infiniteCarousel ul li img {
  display:block;
}

.infiniteCarousel .arrow {
  display: block;
  height: 36px;
  width: 37px;
  background: url("http://klikphotographic.com/images/arrow.png") no-repeat 0 0;
  text-indent: -999px;
  position: absolute;
  top:0px;
  cursor: pointer;
  margin-top: 6px;
}

.infiniteCarousel a.forward {
  background-position: 0 0;
  right: 0;
}

.infiniteCarousel a.back {
  background-position: 0 -72px;
  left: 0;
}

.infiniteCarousel a.forward:hover {
  background-position: 0 -36px;
}

.infiniteCarousel a.back:hover {
  background-position: 0 -108px;
}

