body{
	font-family: Verdana, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	background: white url(../images/waddle.png) no-repeat scroll top right;
}

/* clearing floats*/
.cl{  clear:both; display: block; padding: 0px;  margin: 0px;   width: 0px;  height: 0px;  font-size: 1px;  border: 0px; }

/*all lists are clean*/
ul {
	list-style-type: none;
}

/*  Layout */
#content {
	float: left;
	width: 1030px;
}
#left {
	float:left;
	width: 800px;
}
#logo{
	float: left;
	width: 250px;
	height: 100px;
}
#mainMenu{
	float: right;
	width: 525px;
	height: 125px;
}
#miniMenu{
	float: left;
	width: 250px;
}
#title{
	float: right;
	width: 625px;
	height: 115px;
}
#footer{
	float: left;
	clear: both;
	width: 100%;
	height: 115px;
}
.verticalTitle{
	float: right;
	width: 40px;
	padding: 64px 0 0 0;
}
.verticalTitle img{
	float: left;
}

/* Side  */
.side{
	background: #fff url(../images/priceTag.png) no-repeat top right;
	float: left;
	width: 205px;
	padding: 80px 0 0 20px;
}

.side h1 {
	font-size: 12px;
	letter-spacing: 2px;
	color: #cc6633;
	padding: 0 0 0 20px;
}
.side h2 {
	padding-top: 5px;
	color: #669999;
	font-size: 12px;
	letter-spacing: 2px;
}

.side p{
	color: #999999;
	font-size: 11px;
	padding-bottom: 50px;
}

/* Products List*/
ul.products {
	padding: 0 0 0 20px;
	margin: 0px;
}
ul.products li{
	width: 200px;
}
ul.products li img{
	float: left;
	width: 24px;
	padding: 10px 0px 10px 10px;
}
ul.products li a{
	float: right;
	padding: 10px;
	width: 140px;
}



.main{
	float: right;
	width: 500px;
	padding: 0px;
}
.right{
	float: right;
	width: 130px;
	padding: 64px 0 0 0;
}


.right a{
	float: left;
	height: 39px;
	width: 39px;
	padding: 2px;

}
.right a img{
	float: left;
	height: 35px;
	width: 35px;
	border: 2px solid white;
}

.right a.current img{
	border: 2px solid #669999;
}

.right a:hover img{
	border: 2px solid #CC6633;
}

/*Links*/
a{
	color: #999;
	font-size: 11px;
	text-decoration: none;
}
a:hover{
	color: #CC6633;
}



/* Tool Icons*/
a.deleteIcon { background: url(../images/trashIconOut.png) no-repeat 50% 50%; float:right; padding: 5px; width: 16px; height: 16px; }
a.deleteIcon:hover{  background-image: url(../images/trashIconOver.png); }
a.updateIcon { background: url(../images/editIconOut.png) no-repeat 50% 50%; float:right; padding: 5px; width: 16px; height: 16px; }
a.updateIcon:hover{  background-image: url(../images/editIconOver.png); }

/* Calendar Link*/
a.calendarLink { height: 21px;}
a.calendarLink img{padding: 0px; border: 0px;}


/* Drop Caps*/

p.dropcap{
	padding-top: 25px;
}

p.dropcap:first-letter {
display:block;
float:left;
padding:5px 5px 5px 0px;
margin: 5px 5px 5px 0px;
font-size:40px;
}



/* Logo */
#logo a{
	float: left;
	width: 250px;
	height: 125px;
	background: white url(../images/headerLeft.png) no-repeat 50% 50%;
}


/* Mini Menu */
#miniMenu ul{
	float: left;
	padding: 25px 0px 0px 65px;
	margin: 0px;
}
#miniMenu ul li{
	float: left;
	padding: 0px;
}
#miniMenu ul li{
	clear: both;
	float: left;
}
#miniMenu ul li a{
	float: left;
	padding: 5px;
}

/* Title */
#title img{
	float: right;
	padding: 10px 60px 0px 0px;
}

/* Thumbnails */
.thumbnails {
	padding: 0px;
	margin-top: 60px;
}

.thumbnails li {
	float: right;
	width: 50px;
	height: 50px;
	padding: 5px;
}

.thumbnails a{
	float: right;
	width: 64px;
	height: 64px;
	border: 3px solid #ddd;
}


/* Main  */

/* element padding*/

.main p{
	color: #999999;
	font-size: 12px;
	width: 450px;
	line-height: 20px;
	padding-bottom: 50px;
}

.main ul{
	color: #999999;
	font-size: 11px;
}

.main ul li{
	padding: 3px 3px 3px 15px;
	background: url(../images/arrow.png) no-repeat center left;
}


.main h1 {
	padding: 10px 0 0 0;
	color: #cc6633;
	font-size: 16px;
	letter-spacing: 2px;
}
.main h2 {
	padding-top: 5px;
	color: #669999;
	font-size: 12px;
	letter-spacing: 2px;
}

.main h3 {
	padding-top: 5px;
	color: #999999;
	font-size: 12px;
	letter-spacing: 0px;
}

.play h1 {
	padding: 0px;
	color: #cc6633;
	font-size: 12px;
	letter-spacing: 2px;
}
.play li a{
	padding: 5px 5px 5px 20px;	
}

.play li a.flickrLink{
	background: url(../images/flickr16x16.png) no-repeat center left;
}

/* Data Table*/
table.dataTable{
  background-color: #f0f0f0;
  border-collapse: collapse;
  border-spacing: 0px;
  margin-left: 50px;
  margin-top: 10px;
  font-size: 10px;
}
table.dataTable tr:hover {
  background-color: #ffffff;
}
table.dataTable td {
  border-bottom: 1px #cc6633 dotted;
  padding: 2px 4px 2px 4px;
}
table.dataTable th {
  background-color: #e0e0e0;
  border-left: 3px solid #666;
  border-bottom: 1px #669999 dotted;
  color: #000;
}


/* Main Menu */
#times, #tags, #themes, #timesActive, #tagsActive, #themesActive{
	width: 150px;
	height: 50px;
}
#times{	background: url(../images/times-666.png) no-repeat center center; margin:0px 2px 0px 2px; }
#timesActive{	background: url(../images/times-699.png) no-repeat center center; margin:0px 2px 0px 2px; }


#tags{ 	background: url(../images/tags-666.png) no-repeat center center; margin:0px 2px 0px 2px;}
#tagsActive{ 	background: url(../images/tags-699.png) no-repeat center center; margin:0px 2px 0px 2px;}

#themes{ background: url(../images/themes-666.png) no-repeat center center; margin:0px 2px 0px 2px;}
#themesActive{ background: url(../images/themes-699.png) no-repeat center center; margin:0px 2px 0px 2px;}

#nav ul {
	padding: 0;
	margin: 0;
	line-height: 1;
}
#nav {
	padding: 50px 0px 0px 10px;
	margin: 0;
	line-height: 1;
}
#nav a {
	display: block;
	width: 150px;
}

#nav li { /* all list items */
	float: left;
	width: 150px; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #fff;
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav li ul li a{
	text-align: center;
	background: #fff;
	padding: 5px 0px 5px 0px;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#nav li:hover #times, #nav li.sfhover #times{ background: url(../images/times-c63.png) no-repeat center center; }
#nav li:hover #tags, #nav li.sfhover #tags{	background: url(../images/tags-c63.png) no-repeat center center; }
#nav li:hover #themes, #nav li.sfhover #themes{ 	background: url(../images/themes-c63.png) no-repeat center center; }
#nav li:hover #timesActive, #nav li.sfhover #timesActive{ background: url(../images/times-c63.png) no-repeat center center; }
#nav li:hover #tagsActive, #nav li.sfhover #tagsActive{	background: url(../images/tags-c63.png) no-repeat center center; }
#nav li:hover #themesActive, #nav li.sfhover #themesActive{ 	background: url(../images/themes-c63.png) no-repeat center center; }


/* form checklist*/
form dl {
  background: none;
  border:medium none;
  display:block;
  margin: 0px;
}
form dt {
  border-left:  5px solid #009530;
  padding: 0px;
  margin-left: 15px;
  clear:both;
  float:left;
  text-align: center;
  width: 20px;
}
form dd label {
  padding: 5px;
  color: #666;
  font-weight: normal;
  background: none;
  margin:0px;
}
form dd {
  border-top:  1px solid #999;
  float:left;
  display:block;
  margin:0px;
  width:80%;
  text-align:left;
}
form dd img {
  border: none;
  float:right;
  margin: 2px;
}
.checkListItem {
  background: none;
  float: left;
}

/*scrolling div*/
div.scrolling {
  float: none;
  border: 1px solid #ddd;
  margin: 0px 0px 10px 0px; /*top right bottom left*/
  width:50%;
  overflow:auto;
}
div.scrollingTable {
  float: none;
  margin: 0px; /*top right bottom left*/
  border: none;
  width:100%;
  overflow:auto;
}
.form label{
	display: block;
  padding: 20px 0px 5px 0px;
  color: #669999;
  font-weight: bold;
}
.subform {
  padding: 20px;
  border: 1px solid #eee;
}
.form {
  padding: 0px 0px 0px 10px;
	float: none;
	font-size: 11px;
	background: #fff;
}
.formSubmitButtons{
  float: right;
  text-align: right;
  width: 150px;
}



/* -------------------------------------------------------
  Picture Box (inline)
-------------------------------------------------------*/
.fr {
  float: right;
}

.fl {
  float: left;
}

.pictureBox {
  margin: 25px 60px 15px 25px;
  background: #669999;
}

.pictureBoxInner {
  background: none;
  padding:0px;
  margin: 0px;
  border: none;
   font-size: 10px;
}

.pictureBoxInner img{
  padding:0px;
  margin: 0px;
  border: none;
}

.pictureBoxCaption {
  line-height: 14px;
  padding: 0px 10px 0px 10px;
  color: #fff;
}

.pictureBoxCaption p {
  margin: 0px;
  padding: 0px;
  border: none;
}

/* photo credit h3 */
.pictureBoxCaption span{
	display: block;
  margin: 0px;
   padding: 5px 0px 0px 0px;
  color: #666;
  line-height: 14px;
  border: none;
  background: none;
}