/*HTML TAGS*/
#plog-wrapper {
  
  margin:00;
  position:relative;
  }
 #thumbnail-container {
 width:700px;
 margin:0;
 }
 #big-picture-container{
width:600px;
 margin-left:20px;
 }
 h2.date{
 display:none;
 }

#picture-holder{
 margin:-17px 0 0 0; 
 }  /**/
 #picture-caption{
 text-align:center;
 margin-top:10px;
 }
body{
font-family:Trebuchet MS,sans-serif;
}
address{
font-style:normal;

}
/*MAIN CONTENT BLOCKS*/     
#container {
	width: 100%;
	min-height:800px;
	position: relative;
	text-align: center; 
}
#left {
	width: 15%;
	float: left;
	display: inline;
	text-align: center;
	 
}
#centre {
	width: 70%;
	float: left;
	display: inline;
	text-align: center;
	/*background: #131313; 
*/
margin:0 auto;
	position: relative;    
}
#right {
	width: 15%;
	float: left;
	display: inline;
	text-align: center;
}
#header {
	/*       background: #fff;
	border: 1px solid #fff;
	padding: 0 66px;
*/
	text-align: center;
	height: 44px;
}
#content {
	text-align: center;
	padding: 3px 66px;
	clear:both;
}
#contentbox {
	text-align: left;
}
#footer {
	text-align: center;
	padding: 6px 66px;  
	clear:both;
	border:0px solid #ff0000;
	
}
/*CONTACT FORM STYLES*/
#contactbox {
float:left;
	width: 520px;
	margin: 0 0 0 20px;  
	text-align: left;
}
.note{
margin:0 0 0 100px;
}
.fieldwrap {
	width: 500px;
	/*border: 1px solid #fff;  */
	clear: both;
	text-align:left;
	padding:0;
}   
.fieldwrap input,textarea{
	float: right;
	width: 400px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	clear: both;
}      
.fmtextarea  {
clear: both;
margin:0 0 10px 0;
}
.fieldwrap input.fmverify{
width:66px;
float: none;
margin:0 0 0 45px;
}
.captchaimage{
position:relative;
top:7px;
left:7px;
}

.submit{
position:absolute;
top:0;
left:0;
}
/*EOF CONTACT FORM STYLES*/
/*PAGE BACKGROUND & BODY COLOUR*/
.fill {
	background-attachment: scroll;
	background-image:  url('http://www.kalima.co.uk/images/page-dark.jpg');
	background-repeat: no-repeat;
	background-position:  top center;
	background-color: #000;
}
/*TEXT STYLES*/
.pagetitle {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	colo: #fff;
}
.bodytext {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
}
.piercingoptions li{
 height:23px; 
width:100px;
display:inline;
margin:3px 6px 4px 0;
}
/*LINK STYLES*/
a {
	font-weight: normal;
	color: #FFFF33;
	text-decoration: none;
	border: 0px;
}
a:hover {
	color: #FFFF00;
	text-decoration: underline;
	border: none;
}
#footer a {
	margin: 0 0 0 23px;
}

.piercingoptions li a{
background-image:url('http://www.kalima.co.uk/images/bullet.gif');
background-repeat:no-repeat;
background-position: 2px 14px;
padding:12px 0 5px 19px; 
 clear:both;
}
/*TABS STYLING*/
 ul.tabs{
  text-align  :left;
 width:1000px;
 border:0;
 margin:10px 0 30px 0;
 padding:0;
 }
 ul.tabs li{
margin:0 7px 0 0;
padding:0 6px 0 0;
 border:0px solid #ff0000;
}
.current{
color:#ff0000;
  font-size: 14px;
}
#content p.last{
	
	clear:both;
}
/*22/01/10 adding Plogger gallery styles to main stylesheet*/
/*TEMPORARY HOLDING PAGE STYLES*/
 ul.slides { /* this is the overall thumbnail container in collection/album view */
 /* display:none;
  	margin: 0 auto;
    line-height: 1.4em;
  	margin-top: 15px;
  	margin-left: 15px;*/
  	padding: 0;
  	list-style: none;
  	
    text-align: center;
  }
  
  .slides li { /* this is the individual thumbnail container in collection/album view */
  	display: block;
  	float: left;
  	/*margin: 0 10px 10px 0;*/ /* 2nd number controls the distance between thumbnails */
  	padding: 0;
  }
  
  .tag { /* this controls the text under a thumbnail in collection/album view with caption/download checkbox */
  	text-align: center;
  	white-space: normal;
  	
  }
  
  .meta-header { /* this controls the text under a thumbnail in collection view with total albums or pictures */
  	font-size: 85%;
  	padding: 0;
  	margin: 0;
  	color: #ffffff;
  	text-align: center;
  }
      li.thumbnail{
  /*
  
  overflow:hidden;
  margin:10px;*/
  width:130px;
  height:165px;
  padding:0;
  
  }
  .thumbnail img {
 	padding: 4px; /**/
  	text-align: center;
  	margin: 3px;
  	background-color: none;
  	border: 1px solid #fff;
  	-moz-border-radius: 4px;
  	-khtml-border-radius: 4px;
  	-webkit-border-radius: 4px;
  	border-radius: 4px;
  }
  
  .thumbnail a:hover img {
  	margin: 3px;
  	background-color: #ededed;
  	border: 1px solid #38c;
  }