/* CSS Style sheet for davepyle.eu 

Author: Dave Pyle
Date: 26 Dec 2009

*/

/* Main Section */

body {
	font-family:"Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
	margin:0;
	padding:0;
	overflow: hidden;
	background-color: #cdcccc;
}

#header {
	background-image: url(../img/mainbg.gif);
	background-repeat: repeat-x;
}

.scroll-pane {	
	float:left;		
}

/* Container for photos and jScrollHorizontalpane */
#photos {	
	overflow: hidden;
	width:100%;
	background: #FFFFFF;	
}

/* Yes, I've used a table in my design. So what? */
table {
    border-collapse: collapse;
    background: #FFFFFF;	
    
}

th {
	padding: 0;
}

td {
   padding: 20px 20px 20px 0; 
   
}

td.first {
	padding: 0 20px 0 0;
}

/* Menu items */

td.photoCell {
	padding: 20px 20px 0px 0px;
	
}
ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

ul li {  
	padding: 10px 0px 10px 45px;
}

li a { 	
	text-decoration:none;	
	outline: none;	
	color:#999999;
	font-size:0.95em;
	font-weight: bolder;		
	letter-spacing: 0.12em;
}

a:hover {
	color:#333333;
}

.active {
	color:#a48c3b;
}

.clearLine {
	clear: both;
	height:16px;
}

a.srollover {
	display:block;
	width:18px;
	height:18px;
	background: url(../img/left.png) 0 0 no-repeat;
	/*_background-image: url(../img/left.gif);   IE6 only */
	text-decoration:none;
	outline: none;	
}

a:hover.srollover {
	background-position: 0px -18px;
}

/*Buy me link */
#buyme {
	padding: 0 30px 0 0;
	text-align:right;
	color: #666666;
}


#footer {
	background-image: url(../img/low_bg.gif);
	background-repeat: repeat-x;
	height: 132px;
}

#footer p {
	text-align: center;
	font-size: 0.7em;
	color: #b6b7b7;
	font-weight: bold;
	margin: 0;
	padding: 2px;
	letter-spacing: 0.15em;
}

/* caption styling 
.mycap {
	display:none;
}
.caption-top, .caption-bottom {
	color: #CDCCCC;	
	padding: 1.2em;	
	font-weight: bold;
	font-size: 12px;		
	cursor: default;
	border: 0px solid #334143;
	background: #000000;
	text-shadow: 1px 1px 0 #202020;
	letter-spacing: 0.1em;
}
.caption-top {
   border-width: 0px 0px 8px 0px;
}
.caption-bottom {
   border-width: 8px 0px 0px 0px;
}
.caption a, .caption a {
	border: 0 none;
	text-decoration: none;
	background: #000000;
	padding: 0.3em;
}
.caption a:hover, .caption a:hover {
	background: #202020;
}
.caption-wrapper {
	float: left;
}
br.c { clear: both; }
*/
.imgItem .caption {        
    height:55px;  
    background:#000;  
    color:#fff;    
    display:none;       
    filter:alpha(opacity=70);    /* ie  */        
    opacity: 0.7;    /* css standard, currently it works in most modern browsers like firefox,  */  
	margin-top: -55px;
	
 }  
 
.imgItem .caption  p {
		margin:0;
		padding-top:5px;
		padding-left:25px;
		font-size: 0.9em;
		
}   
 .imgItem .caption a {  
    text-decoration:none;  
    color:#fff;  
    font-size:12px;   
    /* add spacing and make the whole row clickable*/  
    padding:5px;  
    display:block;  
 }  
 
 #formCell {
 	background: url(../img/contact2.jpg) 0 0 no-repeat;
 	width:600px;
 	height:450px;
 }
 
 form {
	height: 400px;
	width: 600px;
	padding-top: 50px;
 }
 
 input, textarea {
	font-family:"Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
	font-size: 0.8em;
	colour: #333333;
	padding-left: 5px;
 }
 
 input.clickIn , textarea.clickIn{
	color: #999999;
 }
 
 .highlight {  
    border:2px solid #9F1319;  
    /*background:url(iconCaution.gif) no-repeat 2px*/  
 }  
 
 .loading {  
     float:right;   
     background:url('../img/ajax-loader.gif') no-repeat 1px;   
     height:28px;   
     width:28px;   
     display:none;  
 }  
 
 .done {  
     /*background:url(iconIdea.gif) no-repeat 2px; */  
     padding-left:20px;  
     font-family:arial;  
     font-size:12px;   
     width:70%;   
     margin:20px auto;   
     display:none  
}

 a.button {
    background: transparent url('../img/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('../img/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
} 

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 

#ajax-message { 
	display: none;
	position: relative;
	top: 150px;
	left: 200px;
	font-style: italic;
	font-size: 0.9em;
	color: white;
}

.error {
    color:brown;
    font-size: 0.8em;
    padding-left: 12px;
    
}