/*
Theme Name: Dancing to Fitness
Theme URI: 
Description: This is the theme for Dancing to Fitness.
Version: 1.0
Author: Rachael Kalicun
Author URI: http:/kalicun.com/
*/

body, h1, h2, h3, h4, h5, h6, blockquote, p {
	margin: 0;
	padding: 0;
}

body {
	margin:0;
	color:#000;
	font-family:Georgia,Arial,sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	background: #fff;
	line-height: 1.231em;
}

body.home, body.class-schedule, body.manage-mailpress, body.pilates,  body.personal-training,  body.photo-gallery {
	background: #fff url(images/bg.gif) repeat-x;
}

body.about, body.zumba, body.private-lessons, body.events, body.videos {
	background: #fff url(images/bg-blue.gif) repeat-x;
}

body.about #wrapper, body.zumba #wrapper, body.private-lessons #wrapper, body.events #wrapper, body.videos #wrapper {
	border:1px solid #0060B5;
}

h1 {
	font-size: 20px;
	font-weight: normal;
	color:#000;
	font-family: arial;
	line-height: normal;
	padding:5px 0;
}

h2 {
	font-size: 18px;
	font-weight: normal;
	color: #0060B5;
	font-family: arial;
	line-height: normal;
	padding:5px 0;
}

h3 {
	font-size: 17px;
	font-weight: normal;
	line-height: normal;
	padding:5px 0;
	font-family: arial;
	color: #0060B5;
}

h4 {
	font-size: 14px;
	font-weight: normal;
	line-height: normal;
	padding:5px 0;
	font-family: arial;
	color: #000;
}


a:link, a:visited {
	text-decoration: none;
	color: #ED7701;
	font-family: arial;
}

a:hover {
	text-decoration: none;
	color: #000;
}

p {
	padding: 5px 0 5px 0;
	font-family: arial;
}

.orange {
	color: #ed7701;
}

ul {
	list-style-type:disc;
	font-family: arial;
	margin-top: 0px;
}

table {
	font-family: arial;
	border: 1px solid black;
}

.break {
	clear: both;
}

.bold {
	font-weight: bold;
}

.alignleft {
	float:left;
	margin-right:10px;
	margin-top:10px;
}

.alignright {
	float:right;
	margin-left:10px;
	margin-top:10px;
}

#wrapper {
	margin: 10px auto 10px auto;
	width: 890px;
	text-align: left;
	background:white url(images/balls.gif) no-repeat scroll right bottom;
	border:1px solid #ED7701;
	margin-bottom:10px;
	position: relative;
}

#wrapper_home {
    margin: auto;
    width: 100%;
    overflow: hidden;
}
#wrapper_home p {
    margin: 00px 0px 0;
}

.floatpusher {
    float: right;
    margin-bottom: -129px; /* the bottomfloat height + margin = float to bottom */
    width: 1px;
	height: 210px;
}

#bottomfloat {
    clear: right;
    float: right;
    margin: 5px 0px 0px; /* margin-top as default line-height to avoid overlap */
    height: 100px;
}

#inner_wrapper {
	padding:5px;
	margin-left: auto;
	margin-right: auto;
}

#inner_wrapper_home {
	padding:5px;
	margin-left: auto;
	margin-right: auto;
}

#front {
	background: #d7d7d7;
	padding: 5px 10px 10px 10px;
	width: 200px;
	margin-left: 0%;
	height: 249px;
	float: right;
}

#front h1 {
	text-align: center;
	font-size: 16px;
	padding-bottom:0px;
	padding-top: 0px;
}

#front #wrapper_home p {
	padding-bottom: 0px;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#header_top {
		height: 16px;
		margin:10px auto 0px;
		text-align:left;
		width:950px;
}

#header {
	width: 890px;
	height:126px;
	background: #000 url(images/logo.gif) no-repeat 14px 19px;
	margin-left: auto;
	margin-right: auto;
}

#header img {
	margin: -10px 0px 0px 10px;
	float: right;
	margin-top: 0px;
	
}

.header-right {
	margin-top: 80px;
	float: right;
	text-align: right;
	margin-right: 20px;
}

.header-right h1, .header-right h4 {
	color: white;
	padding-top: 0px;
	padding-bottom:0px;
	margin-bottom: 5px;
}

.header-right a {
	color: white;
}

#container {
	width: 690px;
	float: right;
}

#container_home {
	background: #fff;
	background:  url(images/front_new.jpg) no-repeat;
	width: 690px;
	float: right;
	
}

#container_home .post {
	padding: 0px;
}

#container_home .entry {
	margin-top: 0px;
}

#container_home .post h4 {
	color: white;
	font-size: 14px;
	line-height: 1.5em;
	margin-right: 100px;
	margin-top: 0px;
	margin-bottom: 5px;
	font-family: georgia;
}

#container_home .post a:hover {
	color: white;
}

#header_bottom {
	height: 124px;
}

#header_bottom img {
	margin-left: 0px;
}

.post {
	padding: 10px 0 10px 0;
}

.post h2 {
	font-size: 18px;
}

#container_home .entry {
	line-height: 18px;
	padding: 0px;
}

#container_home .entry p {
	font-size: 12px;
}

.entry {
	line-height: 18px;
	padding: 10px 20px 20px 20px;
}

.entry img {
	padding:2px;

}

.entry p {
	font-size: 13px;
}

p.postmetadata {
	border-top: 1px solid #ccc;
	margin: 10px 0 0 0;
}

.navigation {
	padding: 10px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

#post-92 img {
	border: 1px solid #7C7C7C;
	background: #AFACAC;
}


#sidebar {
	float: left;
	width:184px;
	margin: 0 0 0 0px;
	display: inline;
	background:#939192 none repeat scroll 0 0;
	border:1px solid #E1D9C6;
}

.sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0 10px 0 10px;
}

.sidebar ul li {
	padding: 10px 0 10px 0;
}

.sidebar ul li {
	font-family: Georgia, Sans-serif;
	font-size: 14px;
}

.sidebar ul ul li {
	padding: 0;
	line-height: 24px;
}

table#wp-calendar {
	width: 100%;
}

#footer {
	clear: both;
	width: 400px;
	background: #fff;
	text-align: center;
	border-bottom: 0px solid #fff;
	margin-left: auto;
	margin-right: auto;
}

#footer p {
	line-height: 18px;
	text-align: center;
	color: #000;
	font-size: 11px;
}

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

.menu {
	float: left;
	width: 890px;
	overflow: hidden;
	background: #F6D999 url(images/menu_gradient.jpg) repeat-x;
}

.menu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.menu ul li{
	float: left;
	background:transparent url(images/menu_divider.gif) no-repeat scroll right center;
}

.menu ul li a:link, .menu ul li a:visited, .menu ul li a:active{
	display: block;
	padding: 8px 24px 8px 24px;
	color:#234e78;
	font-weight: bold;
}

.menu ul li a:hover {
	display: block;
	padding: 8px 24px 8px 24px;
	color:#fff;
	font-weight: bold;
}

.menu ul li a span.feed{
	padding: 0 18px 0 0;
}

.current_page_item a {
	color: #000 !important;
}

.current_page_parent a {
	color: #4487C8 !important;
}


#searchform {
	float: right;
}

#post-14 h3 {
	color: #9C0000;
	margin-top: 15px;
}

li.ie-list-last {
	background: none !important;
}

#post-12 h4 {
	color:#9C0000;
	margin-top:15px;
	font-family: arial;
	font-size: 15px;
}

#post-12 h3 {
	font-size: 14px;
}

#gallery {
	width: 500px;
	margin-left: 206px;
	margin-right: auto;
	border: 2px solid #9C0000;
}



#post-129 img {
	border: 0px;
	margin-right: 20px;
}

table.schedule {
	background:white none repeat scroll 0 0;
	border:1px solid #47443E;
	border-collapse:collapse;
	line-height:1.3em;
	margin-bottom:1em;
	text-align:center;
}

.schedule th {
	background:#ffa954 none repeat scroll 0 0;
	border:1px solid #47443E;
	padding:5px;
}

.schedule td {
	border:1px solid #47443E;
	color:#47443E;
	padding:5px 19px;
}

table.serve {
	background:white none repeat scroll 0 0;
	border:1px solid #47443E;
	border-collapse:collapse;
	line-height:1em;
	margin-bottom:1em;
	text-align:center;
	float: left;
	margin-right: 10px;
	margin-top: 5px;
}

.serve th {
	background:#e8d1a8 none repeat scroll 0 0;
	border:1px solid #47443E;
	padding:5px;
}

.serve td {
	border:1px solid #47443E;
	color:#47443E;
	padding:5px 19px;
}

#header #logo {
	width: 250px;
	display: block;
	float: left;
}


#tagline a {
	border: 0px;
	text-decoration: none;
}

#tagline  {
	margin-top: 132px !important;
	margin-right: 150px !important;
}

.name_front {
	font-weight: bold;
}

#random_image_wrapper  {
    width: 200px;
	float: left;
	margin-left: 5px;
	margin-top: 5px;
}

.widget_thumb {
	padding: 0px 15px 15px 15px;
}

.youtube {
	margin: 12px 5px 0px 23px;
	height: 120px;
}

.youtube_wrap a {
	margin-top:30px;
	margin-left: 25px;
}

.youtube_wrap {
	width: 232px;
	float: left;
	margin-left:5px;
	margin-top:25px;
	height: 190px;
	padding-bottom: 10px;
}

#MailPress {
	background: transparent url(images/mail_list.jpg) no-repeat 13px 10px;
	width: 210px;
	margin-left:5px;
	margin-top:5px;
	height: 190px;
	float: left;
}

.crossfade_wrapper {
	width: 232px;
	float: left;
	margin-top: 25px;
	height: 190px;
	margin-left: 0px;
}

.dynamic_content a {
	font-size: 15px !important;
}

#gallery_widget {
	padding: 3px 0px 0px 43px;
}


.dynamic_content h2 {
	margin-left:-31px;
	margin-right:auto;
	text-align: center;
	margin-top: 3px;
	font-size: 21px;
}

#nav {
	background:#939192 none repeat scroll 0 0;
	border-color:#858484 #858484 #858585 #7C7C7C;
	border-style:solid;
	border-width:2px;
	margin-top:0;
	padding:1px;
}

#nav ul {
	font-size:14px;
	margin-left:0;
	padding-left:0px;
}

#nav ul li {
	border-bottom:1px solid #858484;
	border-top:1px solid #9C9B95;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-bottom:0;
	margin-left:0;
	padding:5px;
	text-transform:uppercase;
}

#nav ul li a:link, #nav ul li a:visited, #nav ul li a:active {
	color:white;
	padding:0;
	text-decoration:none;
}

#nav ul li a:hover {
	color:white;
	padding:0;
	text-decoration:underline;
}

.nav_block_wrapper {
	background:#AFACAC none repeat scroll 0 0;
	border:1px solid #7C7C7C;
	margin:20px 3px 3px;
}

.nav_block {
	background:#EAEAEA none repeat scroll 0 0;
	margin:4px;
	padding:5px;
}

#mp-container {
	margin-top: 50px;
}

#mp_submit {
	margin-top: 10px;
}

.crossfade {
	width: 232px;
	height: 170px;
	margin-top: 10px;
}

.gallery-widget-item {
	text-align: center;
}

.gallery-widget-item img {
	border: 2px solid white;
}

#post-169 .youtube {
	height: 260px;
	float: left;
	margin:12px 10px;
}

.videos #container {
	margin-bottom: 100px;
}

#header #logo {
	width: 262px;
	height: 100px;
	display: block;
	float: left;
}

#signup {
	margin-left: 15px;
}

#csj {
	margin-right: 68px;
}
