/* CSS For Polaroid Gallery */

body {
	height:100%;
	width:100%;
	margin:0 0 0 0;
	font:10px Arial, Helvetica, sans-serif;
	color:#ffffff;
	background: url(../home/wp-content/themes/shine-js/images/body.jpg) top center no-repeat;
}
  
a {
	color:#333333;
	font-weight:bold;
	text-decoration:none;
}
h1 {
	font-size:30px;
	margin:15px 0 5px 0;
}
h2 {
	font-size:16px;
	border-bottom:1px solid #979a9d;
	margin:0 0 2px 0;
}
p {
	margin:4px 0 10px 0;
	font-size:12px;
}
#container{
	width: 980px;
	margin:auto;
	padding-top: 30px;
	background: url(../home/wp-content/themes/shine-js/images/background.jpg) top center no-repeat;
}
#wrapper {
	margin:0 auto;
	width:815px;
}
#header {
	height:20px;
	width:800px;
	margin:auto;
	margin-top: 10px;
        margin-left:130px;
	margin-bottom: 40px;
}
#header a {
	color: #372844;
	text-decoration: none;
}

#header a:hover {
	color: #c0c0c0;
	text-decoration: none;
}
#footer{
	clear: both;
	background: url(../home/wp-content/themes/shine-js/images/footer.jpg) top center no-repeat;
	color: #eee;
	margin: 0;
	padding: 50px 80px 10px;
	text-align: center;
	font-size: 1.6em;
	height: 30px;
}
#fullscreendemo {
	height:600px;
	width:800px;
	margin:auto;
}

#flickr {
	background:url(flickr.gif) no-repeat;
	padding:0 0 0 110px;
	margin:5px 0 0 0;
}
#left {
	float:left;
	width:600px;
}
#right {
	width:200px;
	float:right;
}
ul {
	margin:0;
	padding:0;
	margin:4px 0 10px 0;
}
ul ul {
	padding: 0 0 0 20px;
	margin:0;
}
li {
	font-style:italic;
	list-style:none;
	font-weight:bold;
}
li li {
	font-style:normal;
	list-style:circle;
	margin:5px 0 0 0;
	font-weight:normal;
}