/* 

STYLE SHEET FOR James & Tilla Waters


ToC

	1. defaults
	2. structure
	3. links and navigation
	4. fonts
	5. images
	6. hacks
	7. lists
	

Notes

*/



/* --------- 1. defaults  --------- */

* {
		margin: 0;
		padding: 0;
		}

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
		}

#clear {
	clear: both;
       }		
/*  --------- 2. structure  --------- */

#logo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #CCCCCC;
	font-weight: bold;
	padding-top: 20px;
	padding-left: 20px;
      }

#strapline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D7E895;
	margin-top: 5px;
	margin-left: 100px;
	letter-spacing: 0.5em;
	font-weight: bold;
         }

.updated {

	margin-top: 400px;
}


/* ---------- 2.1 page content layouts ---------- */

#products {
	padding-top: 20px;
	padding-bottom: 10px;
         }

#productsleft {
	float: left;
	padding-left: 50px;
	width: 600px;
         }
		 
#productsright {
	width: 300px;
	padding-left: 25px;
	float: left;
         }

/* ---------- 3. links and navigation ---------- */

a {
	color: #4B4B4B;
	text-decoration: none;
		}
		
a:hover {
	color: #D7E895;
		}

#navigation {
	float: left;
	padding-top: 20px;
	padding-left: 40px;
	padding-bottom: 25px;
			}


#navigation li {
	list-style-type: none;
	padding-bottom: 10px;
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 90%;
			}


#navigation a {
	text-decoration: none;
	color: #CCCCCC;
	font-weight: bold;
		}

#navigation li.thispage {
	color: #D7E895;
	font-size: 90%;
	font-weight: bold;
		}

#navigation a:hover {
	color: #D7E895;			
		}

.potslink  {
	font-size: 90%;
	font-weight: bold;
	padding-top: 20px;
         }

.potslink a {
	color: #CCCCCC;
         }

.potslink a:hover {
	color: #D7E895;	
         }

/* ---------- 4. fonts ---------- */

h1 {
	font-size: 105%;
	font-weight: bold;
	color: #333333;
	padding-bottom: 10px;
		}

h2 {
	font-size: 85%;
	}

h3 {
    font-size: 80%;
	}
		

p {
	font-size: 80%;
	margin-top: 0px;
	margin-bottom: 5px;
	line-height: 1.3;
	color: #4b4b4b;
		}

ul {
		list-style-type: none;
		}


li {
	font-size: 80%;
	background-attachment: fixed;
	margin-bottom: 7px;
}



#products h2 {
	color: #E6E6E6;
	padding-top: 20px;
	padding-bottom: 10px;
         }


/* ---------- 5. images ---------- */

a img {
		border: 0;
		}

.leftimg {
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
        }

.productimg {
	margin-top: 15px;
	margin-bottom: 15px;
	border: 1px solid #CCCCCC;
        }




/* ---------- 6. hacks ---------- */

body	{ /* IE 5 centring bug fix */
		text-align: center;
		}
		
#wrapper {
		text-align: left;
		}  

/* ---------- 7. lists ---------- */

#products li {
	margin-bottom: 3px;
	margin-left: 30px;
	list-style-type: disc;
	font-size: 80%;
             }
table {
	font-size: 80%;
	color: #4b4b4b;
	text-align: left;
	vertical-align: top;
}
td {
	text-align: left;
	vertical-align: top;
	padding-top: 3px;
	padding-bottom: 3px;
}




.potslist {
}


.potslistleft {
	float: left;
	margin-right: 30px;
}


.potslistright {
	float: left;
	width: 370px;
}


.potslist h2 {
	margin-bottom: 10px;
}
