/*
Theme Name: Joli Clothing
Theme URI: 
Description: Theme for Joli CLothing Website
Version: 1.0
Author: Paul Jenkins
Author URI: brightideadesign.co.uk
*/

body {
	background-image: url(images/pagebackground.jpg);
	background-repeat: no-repeat;
	background-position:center top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000;
       font-family: Gill, Helvetica, sans-serif;
line-height: 1.5em;
font-size: 0.9em;
}

p, pre{
	font-family: Gill, Helvetica, sans-serif;
}

a:link {color: #590014; text-decoration:none; }
a:visited { color: #590014; text-decoration:none; }
a:hover { color: #590014; text-decoration:none; }
a:active { color: #590014; text-decoration:none; }

h2 a:link {color: #590014; text-decoration:none; }
h2 a:visited { color: #590014; text-decoration:none; }
h2 a:hover { color: #590014; text-decoration:none; }
h2 a:active { color: #590014; text-decoration:none; }

a img {
	border:none;
}

.container960 {
	width: 960px;
	margin: 0 auto;
}
.clear {
	clear:both
}
#header {
}
#logo {
	width:500px;
	float:left;
}
#menu {
clear:both;        
float: right;
padding: 0;
height: 44px;
}
ul {
	list-style: none;
}
li {
	padding: 3px 10px;
        display: inline;
}
#home {
	padding-bottom: 0px;
}
#contactus {
	padding-top: 0px;
}
#main {
	background-color: white;
	padding: 15px;
	width: 930px;
}
#gallery {
	position:relative;
	height:618px
}
#gallery a {
	float:left;
	position:absolute;
}
#gallery a img {
	border:none;
}
#gallery a.show {
	z-index:500
}
#gallery .caption {
	z-index:600;
	background-color:#000;
	color:#ffffff;
	height:100px;
	width:100%;
	position:absolute;
	bottom:0;
}
#gallery .caption .content {
	margin:5px
}
#gallery .caption .content h3 {
	margin:0;
	padding:0;
	color:#1DCCEF;
}
#footer {
	text-align:center;
}

 #mask {  
   position:absolute;  
   z-index:9000;  
   background-color:#000;  
   display:none;  
 }  
     
 #boxes .window {  
   position:absolute;  
   width:440px;  
   height:200px;  
   display:none;  
   z-index:9999;  
   padding:20px;  
 }  
   
   
 /* Customize your modal window here, you can add background image too */  
 #boxes #dialog {  
   width:375px;   
   height:203px;  
 } 
