/*
	Childsplay Web Site CSS
	by Richard Coven
	June 2010
*/


body {
	font-family: Verdana, Sans-Serif;
	background: #78b945 url('/images/stars-page-background.jpg') no-repeat fixed center top;
	font-size: 12px;
	color: #454543;
	line-height: 18px;
	margin: 0;
	padding: 0;
}

div#header {
	width: 1024px;
/*	height: 175px;
*/
	margin: 0 auto;
}

div#single-column-content {
	width: 964px;
	background: url('/images/1col-container-background.jpg') repeat-y;
	margin: 0 auto;
	padding: 30px;
}

div#container {
	width: 1024px;
	background: url('/images/2col-container-background.jpg') repeat-y;
	margin: 0 auto;
}

.clearatend:after {
   content: ".";
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}

div#sidebar {
	float: left;
	width: 195px;
	text-align: center;
	font-weight: bold;
	padding: 30px 10px 20px 20px;
}


div#sidebar p {
	margin-top: 0;
	margin-bottom: 0;
}

.sidebar-note {
	font-size: 9px;
	font-weight: 100;
}

div#main-content {
	float: left;
	width: 739px;
	padding: 30px;
}

div#footer {
	width: 1024px;
	height: 33px;
	margin: 0 auto;
	text-align: center;
	line-height: 3em;
	background-image: url('/images/footer-background.jpg');
	font-size: 9px;
}

a:link, a:visited {
	color:#53abb5;
}

a:hover, a:active {
	color: #7ac144;
	text-decoration: none;
}

img {
	border: 0;
}

#page-title {
	color: #53abb5;
	font-family: georgia, serif;
	font-size: 22px;
	font-weight: bold;
	margin-top: 0;
}

.play-title {
	color: #ef4572;
	font-family: georgia, serif;
	font-size: 16px;
}

.play-credits {
	color: #53abb5;
	display: block;
	font-family: georgia, serif;
	font-size 13px;
}

.bold {
	font-weight: bold
}
