/*
Theme Name: My Fiteness Studio
Theme URI: http://myfitnessstudio.co.uk/
Description: Custom theme for myfitnessstudio.co.uk
*/

body {
    margin: 25px 0;
    padding: 0;
    background: url(images/bg-img.jpg) repeat-x #FFF;
}

img { border: none; }

a:link, a:visited {
    color: #666;
    text-decoration: none;
}

a:hover, a:active {
    text-decoration: none;
    color: #0775AA;
}

.center { text-align: center; }

h1 {
    color: #106D96;
    font-size: 22px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin: 5px 0;
    padding: 0;
}

h1 a {
    color: #106D96 !important;
}

h2 {
    color: #106D96;
    font-size: 16px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

h3 {
    color: #106D96;
    font-size: 14px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

#wrap {
    width: 700px;
    margin: 0 auto;
    overflow: hidden;
    background-color: #FFF;
}

/*************************************************************/
/*						HEADER								 */
/*************************************************************/
#header {
    background: url(images/bg-header.jpg) repeat-x;
}

#header img { float: left; }

#header div {
    height: 118px;
    background: url(images/right-header.jpg) top right no-repeat;
    overflow: hidden;
}

#header-info {
    margin: 30px 25px 0 0;
    padding: 0;
    list-style: none;
    float: right;
}

#header-info li {
    line-height: 25px;
    font-weight: bold;
    color: #333;
    font-size: 12px;
    font-family: Verdana, Tahoma;
}

#header-info li img { margin-right: 10px; }

#header-info li a {
    font-size: 11px;
    font-family: Tahoma;
}

#header hr {
    padding: 0;
    line-height: 2px;
    height: 2px;
    color: #CCC;
    width: 98%;
    margin: 0 auto;
    clear: both;
}

/*************************************************************/
/*						CONTENT								 */
/*************************************************************/
#homepage1 {
    text-align: center;
    padding-top: 52px;
}

#consult {
    float: left;
    margin: 10px 10px 0 0;
}

#homepromo {
    clear: both;
    overflow: hidden;
    margin: 0 0 30px 0;
}

.box1 {
    border: 1px solid #CBCBCB;
    width: 130px;
    padding: 5px 10px;
    text-align: center;
    float: left;
    margin-right: 5px;
}

.box1 div {
    background: url(images/bg-blue-bar1.jpg) repeat-x;
    line-height: 17px;
    width: 130px;
    margin: 5px auto;
}

.box1 .right-float { margin-right: 5px; }

#content {
    float: right;
    width: 480px;
    margin-right: 10px;
	font-family: verdana, tahoma, arial, sans-serif;
	font-size: 12px;
}

.entry {
    color: #333;
    font-size: 12px;
    font-family: Verdana, Tahoma;
}

.entry p {
    line-height: 18px;
    margin: 10px 0;
}

.entry ul {
    list-style: none;
    margin: 20px 0;
    padding: 0;
}

.entry ul li {
    background: url(images/bullet2.jpg) left 7px no-repeat;
    line-height: 18px;
    padding-left: 15px;
}

.entry a {
    color: #0676A8;
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
}

table.directory {
    width: 475px;
    margin: 0 auto;
    background-color: #EDEDED;
}

tr.dirRow1 {
    font-size: 12px;
    font-weight: bold;
}

tr.dirRow1 td {
    border-bottom: 2px solid #000;
    text-align: center;
}

td.dirLeftCol {
    border-bottom: 2px solid #fff;
    border-right: 1px solid #98499A;
}

td.dirMidCol {
    border-bottom: 2px solid #ffffff;
    text-align: right;
}

td.dirRightCol {
    border-bottom: 2px solid #ffffff;
    border-left: 1px solid #98499A;
}

#whats-new {
    overflow: hidden;
    margin-bottom: 20px;
}

.box-latest {
    width: 140px;
    float: left;
    border: 1px solid #CBCBCB;
    padding: 5px;
    height: 150px;
    margin-right: 5px;
    overflow: hidden;
}

.box-latest h3 {
    font-size: 10px;
    margin: 0 0 3px 0;
    padding: 0;
}

.box-latest p {
    font-size: 9px;
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

#searchform {
    text-align: right;
    margin: 5px 0;
}

#consultation {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#consultation fieldset {
    border: 1px solid #DDD;
    padding: 0 0.5em 0.5em;
}

#consultation legend {
    padding: 0 10px;
    color: #0B77B7;
    font-size: 15px;
}

#consultation div {
    overflow: hidden;
    font-size: 12px;
    margin: 5px 0;
}

#consultation input, #consultation select, #consultation textarea {
    -moz-border-radius-bottomleft: 0.4em;
    -moz-border-radius-bottomright: 0.4em;
    -moz-border-radius-topleft: 0.4em;
    -moz-border-radius-topright: 0.4em;
    background: #FAFAFA none repeat scroll 0 0;
    border: 1px solid #DDDDDD;
    font-family: arial,sans-serif;
    font-size: 12px;
    padding: 3px;
}
#consultation input:hover,
#consultation input:focus,
#consultation select:hover,
#consultation select:focus,
#consultation textarea:hover,
#consultation textarea:focus {
    background: #F6F6F6 none repeat scroll 0 0;
    border-color: #C5C5C5;
}

#consultation .general {
    font-size: 14px;
}

#consultation textarea {
    width: 87%;
    height: 100px;
}

#consultation input[type="submit"] { width: 150px; }

#personal-details label {
    float: left;
    width: 140px;
}

#personal-details span, #personal-details input { float: left; }

#personal-details span input { float: none; }

#personal-details input[type="text"] { width: 250px; }

#consultation .general label {
    float: left;
    width: 250px;
}

#consultation .general span, #consultation .general input { float: left; }

#consultation .general span input { float: none; }

#consultation .general input[type="text"] { width: 150px; }

#consultation .general label.long {
    float: none;
    width: 100%;
}

#bodyshapes {
    overflow: hidden;
    clear: both;
}

#bodyshapes div {
    width: 150px;
    text-align: center;
    float: left;
}

#bodyshapes div input { width: 100%; }

.red-bold {
    font-weight: bold;
    color: #DC143C;
}

/*************************************************************/
/*						SIDEBAR								 */
/*************************************************************/
#sidebar {
    float: left;
    width: 190px;
    margin-top: 10px;
}

#left-nav {
    list-style: none;
    margin: 0 0 0 10px;
    padding: 0;
}

#left-nav li {
    background: url(images/bullet1.jpg) left no-repeat;
    line-height: 18px;
    padding-left: 20px;
    border-bottom: 1px solid #d4dcde;
    border-top: 1px solid #d4dcde;
    margin: 5px 0;
}

#left-nav li a {
    margin: 0;
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
}

#sidebar img { margin: 5px 0; }

#newsletter {
    padding: 5px;
    color: #333;
    font-size: 12px;
    font-family: Verdana, Tahoma;
}

#newsletter a {
    color: #666;
    font-size: 11px;
    font-family: Tahoma;
    font-weight: bold;
}

#newsletter form {
    margin: 0;
    padding: 0;
}

#newsletter form input[type="text"] { width: 125px; }

#newsletter p {
    margin: 5px 0;
    padding: 0;
    line-height: 14px;
}

#dirBox {
    border: 1px solid #d4dcde;
    width: 168px;
    line-height: 18px;
    margin-left: 10px;
    padding: 5px;
    font-size: 16px;
    color: #666;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

#profiles {
    text-align: center;
    font-size: 12px;
    width: 120px;
    margin: 0 auto;
}

#blog-cats {
    list-style: none;
    margin: 10px 0 0 0;
    padding: 0;
}

#blog-cats li h2 {
    text-align: center;
    padding: 3px;
    margin: 0;
    font-size: 14px;
}

#blog-cats ul {
    list-style: none;
    margin: 0 0 0 10px;
    padding: 0;
}

#blog-cats ul li {
    background: url(images/bullet1.jpg) left 3px no-repeat;
    line-height: 18px;
    padding-left: 20px;
    border-bottom: 1px solid #d4dcde;
    border-top: 1px solid #d4dcde;
    margin: 5px 0;
    font-size: 12px;
}

#blog-cats ul ul li {
	border:none;
}

#blog-cats ul li a {
    margin: 0;
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-transform: capitalize;
}

#seen_in {
	text-align: center;
}

/*************************************************************/
/*						FOOTER								 */
/*************************************************************/
#footer {
    clear: both;
    overflow: hidden;
    height: 130px;
    background: url(images/bottom-border.jpg) bottom no-repeat;
}

#footer hr {
    line-height: 4px;
    color: #CCC;
    width: 98%;
    margin: 0 auto;
}

#footer img { 
    float: left;
    margin: 10px 0 10px 30px;
}

#copyright-text {
    color: #666;
    float: left;
    font-family: Tahoma;
    font-size: 10px;
    margin: 10px 0 0 10px;
    padding: 0;
    width: 225px;
}

#footer-links {
    text-align: center;
    font-size: 11px;
    margin-top: 5px;
}


/*************************************************************/
/** General Styles **/
.blue-bold-txt {
    color: #0676A8;
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.white-bold-txt {
    color: #FFF;
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.right { text-align: right; }

.right-float { float: right; }

.hr {
    clear: both;
    height: 2px;
    background-color: #CCC;
    width: 98%;
    margin: 0 auto;
}

.bold-grey-txt {
    color: #666;
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
}

img.aligncenter {
    display: block;
    margin: 0 auto;
}

.alignleft { float: left; }
.alignright { float: right; }

/***************************************************************/
/** Comments Form **/
#comments {
    clear: both;
    margin-top: 15px;
}

#comments .meta {
    background: #E7E7DA none repeat scroll 0 0;
    margin-bottom: 10px;
    padding: 10px;
}

#comments .meta p {
    color: #89897C;
    font-size: 14px;
    text-transform: lowercase;
    margin: 0;
    padding: 0;
}

#comments .meta p.rss {
    float: right;
    font-size: 12px;
    text-transform: none;
}

#comments .meta p.rss a {
    background: transparent url(images/rss_small.gif) no-repeat scroll 0 0;
    color: #EC7E2D;
    display: block;
    height: 16px;
    line-height: 16px;
    padding-left: 22px;
}

#comments .meta p.rss a:hover { text-decoration: underline; }

ol.commentlist {
    margin-bottom: 10px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}

ol.commentlist li div {
    background: #EDEDE0 none repeat scroll 0 0;
    margin-bottom: 10px;
    margin-left: 20px;
    padding: 10px;
    position: relative;
}

ol.commentlist li div div {
    margin: 0;
    padding: 0;
}

ol.commentlist li .comment-author img {
    border: 5px solid #EDEDE0;
    left: -70px;
    position: absolute;
    top: -10px;
}

ol.commentlist li .comment-author cite {
    color: #B7B7A8;
    font-size: 18px;
    font-style: normal;
    text-transform: lowercase;
}

ol.commentlist li .comment-author span.says {
    display: none;
}

ol.commentlist li .comment-meta {
    font-size: 11px;
    margin: 0 0 0.5em;
}

ol.commentlist li .comment-meta a {
    color: #BDBDB0;
}

ol.commentlist li p {
    font-size: 14px;
    margin-bottom: 10px;
    color: #55554E;
}

#comments div.nav {
    margin-bottom: 10px;
    color: #D8D8C7;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: bold;
    height: 1em;
    letter-spacing: -0.5px;
    text-transform: uppercase;
    overflow: hidden;
}

#respond {
    color: #89897C;
    font-size: 12px;
    padding: 20px 20px 40px;
    position: relative;
    text-transform: lowercase;
    background: #E7E7DA none repeat scroll 0 0;
}

#respond h3 {
    color: #BDBDB0;
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 10px 0;
    text-transform: lowercase;
}

#respond textarea, #respond input {
    background: #FFF none repeat scroll 0 0;
    border: 0 none;
    color: #B0B09F;
    font-family: Georgia,Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 28px;
    padding: 2px 4px;
    width: 370px;
}

#respond input {
    float: right;
    line-height: 22px;
}

#respond label {
    float: left;
    height: 28px;
    line-height: 28px;
    margin-right: 10px;
    text-align: right;
    width: 45px;
    font-size: 12px;
}

#respond div.row {
    clear: both;
    display: block;
    margin-bottom: 15px;
    overflow: hidden;
}

#respond textarea { 
    float: none;
    height: 96px;
    padding: 2px 4px;
    width: 98%;
    line-height: 12px;
}

#respond p.req {
    color: #BDBDB0;
    float: right;
}

#respond #submit {
    display: block;
    float: right;
    margin-left: 1em;
}

#respond button {
    background: transparent url(images/post_comment.png) no-repeat scroll 0 0;
    border: 0 none;
    cursor: pointer;
    height: 28px;
    text-indent: -10000px;
    vertical-align: middle;
    width: 122px;
}

#header { 
    position: relative;
}

#header .date {
    position: absolute;
    top: 100px;
    font-weight: bold;
    font-family: arial, verdana, sans-serif;
    font-size: 12px;
}

#loginform { padding: 10px; font-size: 12px; font-family: verdana, tahoma, sans-seriff; color: #333; }
#loginform h3 { text-align: center; margin: 5px 0; }
#loginform p { margin: 5px 0; }
#loginform .login-submit { text-align: center; }
#user_login, #user_pass { width: 100%; }

#content-wide { padding: 20px; }

#measurements {
    border: 1px solid #000;
    width: 100%;
}
#measurements td {
    text-align: center;
}

#slideshow {
	width: 465px;
height: 313px;


	overflow: hidden;
}

#slideshow img { width: 465px; }




#leftd {
    list-style: none;
    margin: 0 0 0 10px;
    padding: 0;


}

#leftd li {
    background: url(images/bullet1.jpg) left no-repeat;
    line-height: 18px;
    padding-left: 20px;
    border-bottom: 1px solid #d4dcde;
    border-top: 1px solid #d4dcde;
    margin: 5px 0;

}










