/*
Theme Name: The Fitness Phone
Theme URI:
Description: The Fitness Phone
Version: 3
Author: 
Author URI: 
Tags: two columns, widgets, fixed width, blue, custom header, valid XHTML, valid CSS, widgets
	By downloading and using this theme, you agree to the following terms:
    - All variations of this theme have to remain GPL
    - You may use this theme for personal or commercial projects
    - You may modify, translate or distribute
*/

/* Reset styles
*******************************/
html, body, div, span,iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, dfn, em, font, ins,strong,ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}
:focus {
	outline:0;
}
body {
	line-height:1;
	color:black;
	background:#000;
}
ol, ul {
	list-style:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}

/* Main styles
*******************************/
html {
	height: 100%;
	margin-bottom: 1px;/* force vertical scrollbars */
}
body {
	color: #000;
	font-size: 75%;
	text-align: left;
}

/* Default fonts
*******************************/
body, input, select	{ 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
}
textarea, pre, code {
	font-family:"Courier New", Courier, monospace; 
}

/* Header elements
*******************************/
h1, h2, h3, h4, h5, h6 {
  font-weight:normal;
  font-family:Tahoma, Arial, Helvetica, sans-serif;
}
h1 {
	font-size:3em;
    line-height:1;
}
h2 {
	color:#3fb1d1;
    font-size: 1.5em;
}
h3 {
    font-size: 1.5em;
    padding-bottom:8px;
    color:#8C300E;
}
h4 { font-size: 1.3em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1.1em; }

/* Text elements
*******************************/
p 		{ margin: 0 0 1em 0; text-align: left; line-height:1.2; }
p.last	{ margin-bottom:0; }
p.first	{ margin-top:1em; }
p.img	{ float: left; margin:0 1em 1em 0; padding:0; }

blockquote    {
    margin:0 0 1em 1em;
    padding-left:1em;
    border-left:2px solid #D96A16;
}
strong	{ font-weight: bold; }
em		{ font-style: italic; }
pre		{ border: 1px solid #ddd; margin-bottom: 1.2em; padding:1.2em; }
ins		{ text-decoration:none; } /*remove underline from text*/
del		{ text-decoration:line-through; }

dl {
    line-height:1.2;
    margin-bottom:1.2em;
}
hr {
    color: #fff;
    background:transparent;
    margin: 0 0 0.5em 0;
    padding: 0 0 0.5em 0;
    border:0;
    border-bottom: 1px #000 dotted;
}

/*links*/
a:link,
a:focus,
a:active	{ color: #D96A16; text-decoration: underline; cursor:pointer; }

a:hover		{color: #8C300E;}
a:visited	{}

a:active,
a:focus     { outline: 0; } /*remove border in ff*/


/* decorate lists in posts */
#content .post ul,
#content .post ol {
    margin: 0 0 1em 2em;
}

#content .post ul {
	list-style-image:url(img/arrow.gif);
}

#content .post ol {
    list-style-type:decimal;
}

#content .post ul li,
#content .post ol li {
    line-height:2;
}

/* Images
*******************************/
img 		{ outline:0;border:0; }

/* Form styles
*******************************/
input,
select,
textarea {
	font-size:1.0em;/*by default font-size is bigger*/
	vertical-align:baseline;
}

input.text,
input.file { cursor:text; }

input.button {
    cursor:pointer;
    color:#fefefe;
    border:0;
    background:#287185;
	border-bottom:1px solid #858585;
	border-right:1px solid #858585;
	border-top:1px solid #3FB1D1;
	border-left:1px solid #3FB1D1;
    font-weight:bold;
    padding:1px 12px;
    text-align:center;
    height:19px;
}

input.radio,
input.checkbox { border: 0;padding: 0; }

/* Wordpress aligning
*******************************/
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
    float:left;
    margin: 0 1em 1em 0;
}

.alignright {
   float: right;
   margin: 0 0 1em 1em;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption {
    border:1px solid #15C6D9;
    text-align:center;
    padding-top:4px;
}
.wp-caption p.wp-caption-text {
    font-size:.92em;
    text-align:center;
	color:#7A7A7A;
}


/* Text align
*******************************/
.t-right 	{ text-align: right; }
.t-left 	{ text-align: left; }
.t-center 	{ text-align: center; }
.t-justify 	{ text-align: justify; }

/* Other
*******************************/
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.zoom {
    overflow:hidden;
}

/* Main styles
 *******************************/
#root {
    width: 980px;
    margin: 24px auto 0 auto;
    padding-bottom: 24px;
}

/* Header
 *******************************/
#blogtitle {
	position: relative;
	top:30px;
	left:5px;
}

#blogtitle a {
	color:#15C6D9;
	text-decoration:none;
	font-style:italic;
	font-weight:800;
}

#header {
    overflow: hidden;
}

#header .menu,
#header .search {
	border-bottom:3px solid #D9D9D9;
}

#header .menu {
    float:left;
    width:980px;
    height:28px;
    padding:10px 20px;
}

#header .menu li {
    float:left;
	position:relative;
	left:360px;
}

#header .menu li.last {
    background:none;
}

#header .menu a {
    color:#fefefe;
    font-weight:bold;
    padding:0 14px;
    display:block;
    line-height:2.2;
	text-decoration:none;
}

#header .menu a:hover {
	color:#D9D9D9;
    text-decoration:none;
}

#heading {
    margin-top:4px;
    width:551px;
    float:left;
    clear:both;
    height:134px;
    background:url(img/fitnessphone.jpg) 0 0 no-repeat;
    padding: 66px 0 0 156px;
}

#heading a {
	color:#fff;
    text-decoration:none;
	position:relative;
	left:0px;
	top:90px;
	padding:3px;
	background:#000;
}

#heading h1 {
	font-variant:small-caps;
	font-weight:600;
	font-stretch: ultra-condensed;
	font-size:2.5em;
	letter-spacing:1px;
	font-style:italic;
}

#description {
	padding-left:20px;
    color:#fff;
	font-style:italic;
	font-size:150%;
}

#about {
    margin-top:4px;
    width:232px;
    height:161px;
    overflow:hidden;
    float:right;
    background: #000000;
    padding:18px;
	border:1px solid #15C6D9;
}

#introduction {
    padding:18px;
    background: #525252;
	margin-top:4px;
	margin-bottom:4px;
	border-top:3px solid #D9D9D9;
}

#introduction .title {
	display:none;
}

#introduction p {
	color:#FFFFFF;
	margin:0;
	font-size:150%;
	font-style:italic;
	letter-spacing:1px;
}

#content h3 {
	margin-top:25px;
	margin-bottom:5px;
}

#main {
    margin-top:4px;
    clear:both;
    overflow:hidden;
}

#left-block {
    width:286px;
    float:left;
}

#left-block .box {
    padding:18px;
    margin-bottom:4px;
	border:1px solid #D9D9D9;
}
#left-block .box p {
	color:#FFFFFF;
}

#left-block .box h2 {
    padding-bottom:5px;
}

#left-block .box h3 {
	color:#15C6D9;
}

#left-block .box ul {
    font-size:1.17em;
}

#left-block .box ul.children {
    padding-top:8px;
    font-size:1em;
}

#left-block .box li {
    padding:4px 0;
    padding-left:20px;
	font-size:12px;
}
#left-block .box li a {
	text-decoration:none;
	color:#D9D9D9;
}
#left-block .box li a:hover {
	color:#fff;
}

/* #left-block img {
	height:400px;
} */

#left-block .box li.current-cat {
    font-weight:bold;
}

#left-block .archive li {
    background-image:url(img/cal.gif);
}

.box input.text {
    border:1px solid #5286ab;
    border-right:0;
    border-bottom:0;
    background:#ecf0f2;
    padding:2px;
    color:#34668a;
    width:110px;
    font-size:.92em;
}

.box input.button {
    font-size:.92em;
    width:48px;
}

.box .tags {
    line-height:1.4;
}

.box .textwidget {
    font-size:.92em;
    line-height:1.4;
}

#left-block #recentcomments {
    font-size:.92em;
}

#left-block #recentcomments li {
    background:none;
    padding-left:0;
}


#wp-calendar {
    width:180px;
    font-size:.92em;
}

#wp-calendar caption {
    padding:0 0 4px 0;
    font-weight:bold;
}

#wp-calendar th,
#wp-calendar td {
    padding:2px;
    text-align:center;
}

#wp-calendar thead th {
    background:#eee;
}

#wp-calendar #prev {
    text-align:left;
    padding-top:4px;
}

#wp-calendar #next {
    text-align:right;
    padding-top:4px;
}

/* Content
 *******************************/
#main-block {
    width:690px;
    float:right;
}

#content {
    padding:18px;
    background:#fff;
    min-height:710px;
}

#content .post {
    overflow:hidden;
    margin-bottom:18px;
    clear:both;
}

#content .entry a {
    color:#0E808C;
}
#content .entry a:hover {
    color:#15C6D9;
}

#content .date {
    float:left;
    width:54px;
    height:43px;
    padding-top:11px;
    background:url(img/post-date.gif) 0 0 no-repeat;
    color: #000000;
    font-size:1.67em;
    text-align:center;
    margin: 0 0 20px 0;
    text-transform:uppercase;
}

#content .date span {
    font-size:0.65em;
    display:block;
}

#content .title,
#content .postdata {
    margin-left:74px;
}

#content .page .title {
    margin-left:0;
}

#content .title h2 {
    background:url(img/post-title-border.gif) 0 100% repeat-x;
    padding-bottom:8px;
    margin-bottom:8px;
	color:#287185;
}

#content h1 {
    background:url(img/post-title-border.gif) 0 100% repeat-x;
    padding-bottom:8px;
    margin-bottom:8px;
	color:#287185;
}

#content .title a {
    text-decoration:none;
    color:#3FB1D1;
}

#content .title a:hover {
    color:#287185;
}

#content .postdata {
    font-size:0.92em;
}

#content .category {
    background:url(img/cat.gif) 0 1px no-repeat;
    padding-bottom:1px;
    padding-left:20px;
    float: left;
}

#content .comments {
    background:url(img/comment.gif) 0 1px no-repeat;
    padding-bottom:1px;
    padding-left:20px;
    float: right;
}

#content .category,
#content .category a {
    color:#3FB1D1;
}

#content .entry {
    clear:both;
}

#content .entry .more-link {
    font-weight:bold;
    color:#518cb1;
}

#interviews {
    margin-top:4px;
    background:#e7f5fe;
    overflow:hidden;
}

#interviews .future,
#interviews .past {
    width:281px;
    padding:24px 32px;
}

#interviews .future {
    float:left;
}

#interviews .past {
    float:right;
}

#interviews .future ul,
#interviews .past ul {
    font-size:.92em;
    line-height:1.2;
}

#interviews .future li,
#interviews .past li {
    margin-bottom:1.1em;
}

#interviews .future li a {
    font-weight:bold;
	text-decoration:none;
}

#interviews .past li .author {
    font-size:0.91em;
    line-height:1.4;
}

#interviews .past li a {
    text-decoration:none;
}

#leavecomment {
    padding-top:1em;
}

.comments-list .avatar {
    margin-bottom:4px;
}

.comments-list li {
    padding:18px;
    line-height:1.2;
}

.comments-list li.graybox {
    background:#f5f5f5;
}

.comments-list cite {
    font-weight:bold;
    font-style:normal;
}

.comments-list small {
    font-size:.83em;
}

.comments-list .comment {
    margin-top:8px;
}

#commentform input.text,
#commentform textarea {
    border:1px solid #5286ab;
    border-right:0;
    border-bottom:0;
    background:#ecf0f2;
    padding:2px;
    color:#34668a;
}

#commentform input.text {
    width:200px;
}

#commentform textarea {
	height:60px;
    width:600px;
}

/* Footer
 *******************************/
#footer {
    margin-top:4px;
    font-size:.85em;
    line-height:1.2;
}

.disclaimer {
	position:relative;
	margin:4px 0;
	padding:15px;
	background: #333333;
	color:#FFFFFF;
	clear:both;
	font-size:.8em;
	}

#footer h3 {
	position:relative;
	margin:4px 0;
	padding:8px 15px;
	clear:both;
}
	
#footerinfo {
	margin-top:4px;
}

#footer img {
	vertical-align:middle;
}

#footer .copyright {
    float:left;
	color:#FFF;
}

#footer .links {
    float:right;
}

#footer .links a {
	color:#FFF;
    padding-left:16px;
    margin-left:16px;
    background-repeat:no-repeat;
    background-position:0 1px;
}

#footer .rss {
    background-image:url(img/rss.gif);
}

#footer .login {
    background-image:url(img/login.gif);
}

#footer a.powered {
    padding:0;
}



