/*
Theme Name: Anytime Fitness Bonita
Theme URI: http://anytimebonita.com/
Description: Custom theme created for AnytimeBonita.com
Author: webdesignid.com
*/

@charset "UTF-8";
/* CSS Document */
* {margin: 0; padding: 0;}
body {
	text-align: center;
	color: #FFF;
	font: medium 'Trebuchet MS', Arial, Helvetica, sans-serif;
	background: #1D0E27 url(images/bgpattern.jpg) repeat-x;
	}
h1, h2, h3, h4, h5 p{font-weight: normal;}

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

#top{
	width:750px;
	height:45px;
	padding: 25px 15px 0px 0px;
	margin: 0 auto;
	}

#top p {
	float: right;
	font-size: 80%;
	}

#wrapper {
	width: 750px;
	margin: 0 auto;	
	text-align: left;
	}
	
#header {
	width: 750px;
	height: 112px;
	background:url(images/header.gif) no-repeat;
	overflow: hidden;
	}
	
#header h1 {
	width: 238px;
	height: 112px;
	background: url(images/logo.gif) no-repeat;
	float: left;
	}
	
#header h1 a {
	width: 238px;
	height: 112px;
	display: block;
	text-indent: -9000px;
	text-decoration: none;
	}

/*navigation*/
	
ul#mainnav {
	height: 55px;
	margin: 57px 22px 20px 20px;
	float: left;
	list-style: none;
	overflow: hidden;
	}

ul#mainnav li {
	float: left;
	width: auto;
	margin-right: 14px;
	}
ul#mainnav li.last {margin: 0;}
	
ul#mainnav li a {
	display: block;
	width: 39px;
	height: 55px;
	background: url(images/nav/home.gif) no-repeat top left;
	text-indent: -9000px;
	text-decoration: none;
	}
ul#mainnav li a:hover {background: url(images/nav/homeB.gif) no-repeat top left;}
ul#mainnav li a.staff {background: url(images/nav/staff.gif) no-repeat bottom left; width: 54px;}
	ul#mainnav li a.staff:hover {background: url(images/nav/staffB.gif) no-repeat top left;}
ul#mainnav li a.club {background: url(images/nav/club.gif) no-repeat bottom left; width: 54px;}
	ul#mainnav li a.club:hover {background: url(images/nav/clubB.gif) no-repeat top left;}
ul#mainnav li a.success {background: url(images/nav/success.gif) no-repeat bottom left; width: 93px;}
	ul#mainnav li a.success:hover {background: url(images/nav/successB.gif) no-repeat top left;}
ul#mainnav li a.news {background: url(images/nav/news.gif) no-repeat bottom left; width: 92px;}
	ul#mainnav li a.news:hover {background: url(images/nav/newsB.gif) no-repeat top left;}
ul#mainnav li a.contact {background: url(images/nav/contact.gif) no-repeat bottom left; width: 50px;}
	ul#mainnav li a.contact:hover {background: url(images/nav/contactB.gif) no-repeat top left;}


/*end  navigation*/

#line {
	width: 750px;
	height: 26px;
	background-image:url(images/headerline.gif);
	float:left;
	}
	
#mainimage {
	width: 467px;
	height: 384px;
	float:left;
	background-image:url(images/mainphoto.jpg);
	border: solid 2px #FFF;
	}
	
#rightcol{
	width: 275px;
	height: auto;
	float:left;
	font-size: 80%;
	color: #000;
	}
	
#rightcol h1{
	font: 150% Georgia, "Times New Roman", Times, serif;
	padding-bottom: 5px;
	}

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

#rightcoltop{
	width: 245px;
	height: 98px;
	float:left;
	background-image:url(images/subbgtop.jpg);
	border-left: solid 3px #FFF;
	padding: 15px;
	}
	
#rightcolmiddle{
	display: block;
	width: 245px;
	height: 100px;
	float:left;
	background-image:url(images/subbg.jpg);
	border-left: solid 3px #FFF;
	padding: 15px;
	}
	
.line2 {
	width: 750px;
	height: 4px;
	background-image:url(images/line.gif);
	float:left;
	}
	
	/*SUB PAGES ONLY*/

#subwrapper{
	background-color:#FFF;
	height:auto;
	float:left;
	}
	
	
#sidebar{
	background:url(images/buttontop.gif) no-repeat top left #FFF;
	width:274px;
	float:left;
	padding-top:5px;
	border-left: solid 1px #FFF;
	overflow:hidden;
	}

#sidebar ul li{
	width:274px;
	height:36px;
	float:left;
	background:url(images/buttonbg.gif) repeat;
	border-right: solid 1px #FFF;
	padding-top: 5px;
	list-style:none;
	}
	
#sidebar ul li a{
	color:#6A4D6A;
	font-size: 80%;
	padding: 5px 0 0 10px;
	}
	
.sidebartxt{
	color:#6A4D6A;
	width: 247px;
	height:auto;
	font-size: 11px;
	line-height: 15px;
	padding: 5px 15px 10px 12px;
	background-color:#FFF;
	}

#leftcol {
	color: #6A4D6A;
	width: 470px;
	height: 100%;
	font-size: 12px;
	float:left;
	border: solid 2px #FFF;
	background:url(images/leftcolbg.gif) repeat-y;
	}
#leftcol .entry ul {
	margin-left: 50px;
}

#leftcol .entry img{
	border: 5px solid #6a4d6a; 
	margin-right: 10px;
}

#leftcol .entry fieldset{
	border: none;
	margin-left: 50px;
	width: 300px;
}

#leftcol .entry legend{
	font-weight: bold;
	font-size: 16px;
}

.post a{
	color: #6A4D6A
}
	
#leftcol p{
	color:#6A4D6A;
	font-size: 12px;
	padding: 10px 21px;
	}
	
h1.titlebar,
h2.titlebar {
    color: #FFFFFF;
	background:url(images/titlebar.gif) no-repeat;
	width: 470px;
	height: 32px;
	font-size: 110%;
	padding:10px 0 0 10px;
	margin: 0 !important;
	}

.titlebar a{
        color: #FFFFFF;
        text-decoration: none;
        }

	
	/*END SUB PAGES*/
	
#bottom {
	width: 750px;
	height: auto;
	float:left;
	font-size: 80%;
	color: #000;
	}
	
#bottom h1{
	font: 110% Georgia, "Times New Roman", Times, serif;
	padding: 10px 0 8px 10px;
	color: #FFF;
	}
	
.bottombox{
	width: 239px;
	height: 111px;
	float:left;
	background-image:url(images/purplegradbg.gif);
	padding-right:10px;
	}
	
.bottomboxmiddle{
	width: 249px;
	height: 111px;
	float:left;
	background-image:url(images/purplegradmiddlebg.gif);
	border-right: solid 1px #76667F;
	border-left: solid 1px #76667F;
	}
	
.bottomboxmiddle img{
	padding: 0 0 0 15px;
	}
	
.bottombox p{
	display:block;
	float: left;
	color: #FFF;
	font: 90% 'Trebuchet MS', Arial, Helvetica, sans-serif;
	line-height: 15px;
	padding: 0 0 0 11px;
	width: 118px;
	}
	
.bottombox p a{
	text-decoration:underline;
	color:#C0701B;
	}

.bottombox img{
	float: left;
	}
	
#bottom ul{
	list-style: none;
	padding: 0px 0 10px 10px;
	}	
	
#bottom ul li{
	color: #FFF;
	font: 90% 'Trebuchet MS', Arial, Helvetica, sans-serif;
	border-bottom: solid 1px #6A5A74;
	padding: 3px 10px 3px 10px;
	background:url(images/bullet.gif) no-repeat left;
	}	
	
#footer {
	float:right;
	}
	
#footer ul{
	height: 36px;
	margin-top: 10px;
	list-style: none;
	overflow: hidden;
	}
	
#footer ul li {
	float: left;
	width: auto;
	margin-left: 18px;
	display: inline;
	}
	
#footer ul li a {
	display: inline;
	width: 50px;
	height: 36px;
	text-decoration: none;
	font-size:80%;
	}
	
#footer ul li a:hover{
	text-decoration: none;
	color:#C0701B;
	}


.clear {clear: both;}

/* Wordpress */

.smalldate {
	display: block;
	background: #CCCCCC;
	color: #000;
	padding: 5px;
	border-bottom: 1px solid #9F9F9F;
	}

.postmetadata {display:block;}

.alignright {float:right;}

.alignleft {float:left;}

.myspace{
        margin: 10px 0 -50px 387px; 
        position: relative; 
        z-index: 1; 
        float: left; 
        display: block; 
        width: 112px; 
        height: 32px; 
        text-indent: -9000px; 
        display: inline;
}

#wp-calendar {
	color: #3b283b;
	padding: 5px;
	border: 1px solid #9F9F9F;
	font-size: 80%;
	width: 270px !important;
	}
#wp-calendar table {border-collapse: collapse; width: 270px !important;}
#wp-calendar caption {
	margin-left: 5px;
	background: url(images/calbg.jpg) no-repeat left;
}
h3#comments {
        color: #FFFFFF;
	background:url(images/titlebar.gif) no-repeat;
	width: 470px;
	height: 42px;
	font-size: 110%;
	padding:10px 0 0 10px; }

#contact input,
#contact textarea{
width:300px;
}
#contact .sendbutton input{
margin-top:20px;
width: 100px;
}
#directions a{
color: #4a3d57;
}
#arrowfix{
margin-top:20px;
}
ol.commentlist {list-style: none; padding: 10px;}
ol.commentlist li {padding: 3px; border-bottom: 1px dotted #CCC;}
.commentmetadata {display: block; background: #EFEFEF; border-bottom: 1px dotted #CCC;}
h3#respond {color: #493349; border-top: 1px solid #CCC; border-bottom: 1px solid #CCC; background: #EDEDED; padding: 5px;}
.categorytitle {display: block; color: #493349; font-family: georgia; border-bottom: 1px solid #493349; padding: 3px; margin-bottom: 10px;}