/* Layout and colours for allthingspinawa.com pages.  Written by Louise Daymond, January, 2009 */

#body	{
	
	width:900px; 
	margin: auto;	
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 12px;
	color: #333333;
	
}

#outer_wrapper {
	
	width:auto;
	background-image: url(../siteimages/wribbon.gif); background-repeat: repeat-y;
}

#wrapper {
	width:auto;
	overflow:hidden;
}


#header {
	height:auto; 
	width:100%;
	background-image: url(../siteimages/wribbon.gif); background-repeat: repeat-y;	
	overflow:hidden;
	}

#container {
	
	float:left;
	width:100%;
	display:inline;
	margin-left:0px;
	overflow:hidden;
}


#leftcol {
	float:left;	
	margin:0px;
	width: 150px;
	display:inline;
	padding:10px;
	overflow:hidden;	
}

#main {
	width:100%;
	margin: 0px;
	overflow:hidden;
}

#centercol {

	width:525px;
	background:#efefef;
        display:block;	
        padding:10px;
	overflow:hidden;
}

#rightcol {
	float:right;	
	margin:0px;
	width: 150px;
	display:inline;
	padding:10px;
	overflow:hidden;	
}

#footer {
	text-align: center;
	border: #fc0 0px solid;
	margin: 0px 20px 0px 0px;
}

#footerbr {
	clear:both;
}

#padding  {
	height:auto;
}
			
#pscroller1{
width: 150px;
height: 300px;
border: 1px solid black;
padding: 5px;
background-color: lightyellow;
}

#marqueecontainer{
position: relative;
width: 144px; /*marquee width */
height: 200px; /*marquee height */
background-color: lightyellow;
overflow: hidden;
border: 2px solid white;
padding: 2px;
padding-top: 2px;
padding-left: 4px;
}

#a:link, a:visited, a:active {
	text-decoration:none;
}

#img.caption{
border: 1px solid black;
padding: 2px;
float:right;
width:200px;
margin-bottom:2px;
margin-left:10px;
position:relative;
}

h1 em {
	border: solid 1px #999;
	display: block;
	padding: 10px 0;
	font-style: normal;
}
.credits {
	width: 280px;
	margin: 0 auto 20px;
	text-align: center;
	border-bottom: solid 1px #ccc;
	padding: 0 0 8px 0;
	font: 130%/110% Garamond, Georgia, serif;
}
.credits em {
	color: #999;
}
.credits a {
	color: #333;
	text-decoration: none;
	text-transform: uppercase;
}
.credits a:hover {
	text-decoration: underline;
}
img {
	border: none;
}

/* ---------- gallery styles start here ----------------------- */
.gallery {
	list-style: none;
	margin: 0;
	padding: 0;
}
.gallery li {
	padding: 10px;
	margin: 0;
	float: left;
	position: relative;
	width: 180px;
	height: 130px;
}
.gallery img {
	background: #fff;
	border: solid 1px #ccc;
	padding: 5px;
}
.gallery li:hover img {
	border-color: #999;
}
.gallery em {
	width: 102px;
	background: url(images/bubble.gif) no-repeat;
	padding: 3px 0 6px;
	display: none;
	position: absolute;
	top: -2px;
	left: 50px;
	font-style: normal;
	text-align: center;
}
.gallery a {
	text-decoration: none;
	color: #000;
}
.gallery a:hover em {
	display: block;
}
.dropcontent{
width: 300px;
height: 140px;
border: 1px solid black;
background-color: #FFECC6;
display:block;
}