/*
Theme Name: PlayJumpFit
*/

body {
	text-align: center;
	margin: 0;
	padding: 0;
	background: url(images/background2.jpg);
	font-family: "Comic Sans MS";
	color: #fff;
}

a {
	color: #FFF;
}


#wrapper {
	display: block; 
	width:980px; 
	margin:0px auto;
	background: url(images/background3.jpg) repeat-y 1px 0;
}

#header {
	width: 980px;
	height: 900px;
	background: url(images/header5.jpg) no-repeat;
}

#content {
	width: 568px;
	float: right;
	margin: -565px 95px 0 0;
	text-align: left;
}

#content h1 {
	text-align: center;
}


#sidebar {
	width: 297px;
	float: left;
	margin: -565px 0 0 0;
	text-align: left;
	font-size: 12px;
	
}

#sidebar h2 {
	font-size: 14px;
	border-bottom: 1px solid #fff;
	width: 200px;
}

#sidebar h2 a {
	text-decoration: none;
}

#sidebar ul {
		margin: 0 0 0 20px;
	list-style-type: none;
}

#sidebar li li {
	list-style-type: circle;
	width: 195px;
}

#sidebar ul ul {
	margin: 0;
	padding: 0;
}

#sidebar li {

}

#both {
	clear: both;
}

#footer {
	background: url(images/footer2.jpg) no-repeat;
	width: 950px;
	height: 84px;
}

#footer p {
	font-size: 10px;
	margin: 25px 0 0 300px;
	text-align: left;
}

.title {
	font-size: 11pt;
	font-family: verdana;
	font-weight: bold;
}

#menu {
	position: relative;
	top: 200px;
	left: -10px;
	width: 424px;
	height: 160px;
	overflow: hidden;
	text-align: center;
	z-index: 1;
}

#menu ul {
	margin: 0;
	padding: 0;
	width: 424px;
	height: 140px;
	float: left;
	text-align: center;
}

#menu ul li {
	list-style-type: none;
	float: left;
	text-align: center;
	width: 140px;
	height: 50px;
	line-height: 50px;
}

#menu a {
	font-size: 20px;
	text-decoration: none;
	display: block;
}

#menu a:hover {
	text-decoration: underline;
}

#photos {
	position: relative;
	float: left;
	top: 80px;
	left: 0;
	z-index: 2;
	width: 538px;
	height: 335px;
	overflow: hidden;
}

#photos ul {
	margin: 0;
	padding: 0;
}

#photos li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

 .hidden
{
display: none;
visibility: hidden;
width: 0;
height: 0;
}

#prevNext
{
margin-bottom: -2.5em;
}

#prevNext img
{
position: relative;
z-index: 2;
cursor: pointer;
top: 225px;
left: 350px;
}

#slider {
	position: relative;
	top: -35px;
}

#slider img {
	border: 0;
}

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.wp-caption {
	background-color: #f3f3f3;
	border: 1px solid #ddd;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* optional rounded corners for browsers that support it */
	margin: 10px;
	padding-top: 4px;
	text-align: center;
}
.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}





