/* ------------------------------
Site Name: South West Photography
Site URI: http://southwestphotography.com.au/
Description: Stylesheet for South West Photography
Version: 1.0
Author: South West Web Design
Author URI: http://southwestwebdesign.com.au/

Version Comments
v1.0
This Style sheet is for South West Photography.

------------------------------ */

/* Basics
------------------------------ */
* {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: "Lucida Grande", Tahoma, Helvetica, sans-serif;
	font-size: 1em;
	text-decoration: none;
	color:#FFF
}

/*  Basic Page Properties  */

html {height: 100%;margin-bottom: 1px;}
body {margin: 0;padding: 0; background-color: black; }
div {margin: 0;border: 0;}

h1 {font-size: 200%; font-weight: normal;}
h2 {font-size: 170%; font-weight: normal;}
h3 {font-size: 140%; font-weight: normal;}
h4 {font-size: 120%; font-weight: normal;}

a img {border: 0;}

.clear {clear: both;}
.right {float: right;}
.left {float: left;}
.center {text-align: center;}
.bold { font-weight: bold; }

#page-wrapper {
   margin:0 auto;
   margin-top:80px;
   width:625px;
}

#logo {
   padding:0;
   margin:0;
   width:334px;
   height:113px;
   float:left;
}

#logo h1 {
   display:none;
}

#contentwrap {
   clear:both;
}

.slidetab {
   padding-bottom:2px;
   padding-right:2px;
   margin:0;
   width:87px;
   height:88px;
   float:left; 
   text-align: center;
   font-size: 0.9em;
   line-height:35px;
   text-transform: uppercase; 
}

#slideshow1 {
   padding-bottom:2px;
   padding-right:4px;
   margin-top:6px;
   width:268px;
   height:107px;
   float:right;
}

#slideshow2 {
   clear:both;
   padding-bottom:2px;
   padding-right:2px;
   margin:0;
   width:264px;
   height:389px;
   float:left;
}

#slideshow3 {
   padding-bottom:2px;
   padding-right:2px;
   margin:0;
   width:357px;
   height:266px;
   float:right;
}

#slideshow4, #slideshow5, #slideshow6, #slideshow7 {
   width:87px;
   height:88px;
   padding-bottom:2px;
   padding-right:2px;
}

.slidetab a {
   color: #FFF;
   display:block;
   width:87px;
   height:35px;
   text-decoration: none;
}

.slidetab a:hover {
   text-decoration: underline;
}

#footer {
   clear:both;
   font-size: 0.65em;
   color:silver;
}

.about p {
   font-size: 0.8em;
   padding:6px 0;
}

/* Easy Slider */

	#contentwrap ul, #contentwrap li{
		
		margin:0;
		padding:0;
		list-style:none;
		}
	#contentwrap, #contentwrap li{ 
		/* 
			define width and height of container element and list item (slide)
			list items must be the same size as the slider area
		*/ 
		position:relative;
		width:625px;
		height:389px;
		overflow:hidden; 
		}				
	span#prevBtn{}
	span#nextBtn{}					

/* // Easy Slider */