/*
Theme Name: Fitness Mash Wordpress Theme
Theme URI: http://fitnessmash.com/
Description: Wordpress Theme for FitnessMash Website.
Version: 1.6
Author: -
Author URI: http://fitnessmash.com
Tags: blue, custom header, fixed width, two columns, widgets
*/

/* Reset CSS */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* General CSS */

body {
	background: #ebebec url(images/main-bg.png) repeat-x top;
}
a {
	text-decoration: none;
	color: #00aeef;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
.ffix {
	clear: both;
}

/* Typography */
body {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 62.5%;
}
ul#nav {
	font-size: 1.4em;
	font-weight: bold;
}
#recentposts h2.section {
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
}
.post h2 {
	font-size: 2.4em;
	color: #00aeef;
}
.post .time {
	color: #192227;
	font-size: 1.2em;
	margin-bottom: 1.5em;
}
.post p {
	font-size: 1.2em;
	color: #192227;
	line-height: 1.4em;
}
.post ul {
	list-style: disc;
	padding-left: 20px;
}
.post ol {
	list-style: decimal;
	padding-left: 20px;
}
.post li {
	font-size: 1.2em;
	line-height: 1.3em;
}
#recentposts .archive h2 {
	padding-left: 0;
	
}
#recentposts .archive .time {
	padding-left: 0;
}
#recentposts .archive li {
	font-size: 1.2em;
}
#sidebar {
	font-size: 1.2em;
	line-height: 1.4em;
}
#sidebar .catbox h2 {
	font-size: 1.4em;
	color: #fff;
	text-shadow: 1px 0px #127bb3;
}
#sidebar .what-we-love {
	
}
#sidebar .catbox .menu {
	text-transform: uppercase;
	font-size: 0.9em;
}
.comment-body p {
	font-size: 1.2em;
	line-height: 1.4em;
}
form#commentform label {
	font-size: 1.2em;
}
cite.fn {
	font-size: 1.4em;
	font-style: normal;
}
span.says {
	font-size: 1.2em;
}
#respond h3 {
	font-size: 1.4em;
	color: #00aeef;
}
h3#comments {
	font-size: 1.6em;
}
.page {
	
}
.page .time {
	font-size: 1.2em;
	color: #192227;
}
.page h2, h2.askfm {
	font-size: 2.4em;
}
.page p {
	font-size: 1.2em;
	line-height: 1.4em;
	color: #192227;
	margin-bottom: 0.2em;
}
#sidebar .exepost h3 {
	font-size: 1.4em;
	color: #000;
}
#sidebar .exepost h3 a {
	color: #000;
}
.shareit a {
	font-size: 1.2em;
	font-weight: normal;
	color: #1e1a33;
	line-height: 18px;
}
.shareit .addthis_toolbox {
	display: inline;
}
.addthis_separator {
	display: none;
	visibility: collapse;
}
.followus {
	font-size: 1.4em;
}
.navigation {
	font-size: 12px;
	padding: 12px 0;
}
/* Container */
#header {
	height: 160px;
}

/* Header */
#header h1 {
	background: url(images/logo.png) no-repeat top center;
	float: left;
	width: 380px;
}
#header h1 a {
	display: block;
	width: 100%;
	height: 116px;
	text-indent: -777px;
}
#header .tv {
	width: 276px;
	float: right;
	padding-top: 30px;
	padding-right: 10px;
}
.followus {
	float: left;
	padding-left: 63px;
	padding-top: 80px;
}
.followus img {
	position: relative;
	margin-bottom: -6px;
}
/* Navigations */
ul#nav {
	background: url(images/menu-bg.png) repeat-x top center;
	width: 618px;
	border: 1px solid #d7d7d7;
	height: 26px;
	float: left;
}
ul#nav li {
	float: left;
	background: url(images/menu-border.png) repeat-y left;
	padding-left: 2px;
}
ul#nav li a {
	display: block;
	float: left;
	text-decoration: none;
}
ul#nav li a {
	padding: 0px 12px 0px 12px;
	line-height: 1.9em;
	color: #363636;
	text-shadow: 1px 1px #fff;
	float: left;
}
ul#nav li a:hover, ul#nav li.current_page_item a {
	background: url(images/menu-hover.png) repeat-x top center;
	color: #fff;
	text-shadow: 1px 1px #000;
}

/* Maincontent */
#maincontent {
	clear: both;
}

/* Recentposts */
#posts {
	
}
#recentposts {
	padding: 10px;
	background-color: #fff;
	border: 1px solid #cccccc;
}
#recentposts h2.section {
	
}
.comments {
	text-align: right;
	background: url(images/comments-icon.gif) no-repeat 0px 2px;
	float: right;
	padding-left: 18px;
	padding-top: 3px;
}
.comments a {
	color: #8c8c8c;
	font-weight: normal;
	font-size: 1.1em;
}
.shareit {
	padding-top: 10px;
}
.shareit a {
	padding-left: 20px;
	padding-right: 20px;
	float: left;
}
.shareit a.email {
	background: url(images/email.png) no-repeat left center;
}
.shareit a.print {
	background: url(images/printer.png) no-repeat left center;
}
.shareit a.share {
	background: url(images/share-icon.gif) no-repeat left center;
}

/* -- Single post */
.gravatar {
	float: left;
	width: 60px;
	margin-right: 15px;
}
.gravatar img {
	width: 54px;
	padding: 2px;
	border: 1px solid #e1e1e1;
}
.post {
	border-bottom: 1px solid #dfdfdf;
	padding-top: 20px;
	padding-bottom: 30px;
}
.post h2, .post .time {
	float: left;
	width: 520px;
	/*padding-left: 15px;*/
}
.post .time {
	padding-top: 5px;
}
.post p {
	padding: 5px 0;
}
.post p.category {
	color: #898989;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 16px;
	clear: both;
}
.page h2, h2.askfm {
	padding-bottom: 5px;
	color: #00aeef;
	font-weight: normal;
}
.page p {
	padding: 5px 0;
}
div.askfm {
	padding-bottom: 20px;
}
.askfm strong em {
	color: #00aeef;
	font-style: normal;
}

/* Sidebar */
#sidebar {
}
#sidebar .box {
	padding: 10px;
	background: #fff;
	border: 1px solid #cccccc;
	margin-bottom: 10px;
}
#sidebar .box2 {
	padding: 0;
	background: url(images/book-bg.jpg) no-repeat top center;
	height: 410px;
	border: 1px solid #cccccc;
	margin-bottom: 10px;
}
#sidebar .box2 div {
	text-align: center;
	color: #363636;
	font-size: 0.8em;
	padding-top: 270px;
}
#sidebar .box2 div p {
	padding: 3px 0;
	clear: both;
	text-align: center;
}
#sidebar .box2 div p .button {
	float: none;
	display: inline;
	font-size: 1.1em;
}
#sidebar .box2 div p label {
	width: 100px;
	display: block;
	text-align: right;
	float: left;
	padding-right: 5px;
	padding-top: 2px;
}
#sidebar .box2 div p input {
	float: left;
	display: block;
	width: 100px;
	font-size: 1.1em;
}
#sidebar .catbox {
	margin-bottom: 10px;
}
#sidebar .catbox h2 {
	background: url(images/catbox-bg.png) repeat-x;
	padding: 6px 10px;
}
#sidebar .catbox div {
	padding: 10px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #fff;
}
#sidebar .catbox img {
	float: left;
	background: #fff;
	padding: 2px;
	border: 1px solid #E1E1E1;
	margin: 0px 10px 0px 0px;
}
#sidebar .catbox .exepost img {
	float: none;
}
#sidebar .what-we-love h3 {
	width: 208px;
	float: right;	
	border-bottom: 1px dotted #9D9D9D;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
#sidebar .you-know h3 {
	font-weight: normal;
}
#sidebar .catbox div div {
	padding: 0;
	border: none;
}
#sidebar .exe-week p {
	padding-bottom: 10px;
}
#sidebar .exe-week ul {
	list-style: disc;
	padding-left: 15px;
	margin-top: -5px;
}
#sidebar .exe-week a.viewall {
	color: #999;
}
#sidebar .catbox .moreinfo {
	text-align: right;
}
#sidebar .catbox div.worked {
	border-top: 1px dotted #9d9d9d;
	margin-top: 5px;
	padding-top: 1em;
	margin-bottom: 8px;
	font-weight: bold;
}
#sidebar .catbox .menu {
	border-bottom: none;
	padding-bottom: 10px;
}
/* footer */
#footer {
	padding: 10px;
	text-align: center;
	font-size: 1em;
	color: #898989;
}

/* Comment Box */
.comment-box {
	padding-top: 10px;
}
h3#comments {
	padding-bottom: 10px;
}
div.comment-author {
	
}
img.avatar {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.comment-body {
}
.comment-body p {
	clear: both;
	padding: 5px 0;
}
#respond {
	padding: 10px 0px;
}
#respond h3 {
	padding: 5px 0;
}
form#commentform p {
	padding: 3px 0;
}
textarea#comment {
	width: 60%;
}
ol.commentlist {
	
}
ol.commentlist li {
	padding: 10px;
	background: #efefef;
}

/* WP GENERAL STYLE */
.alignleft  {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.alignright {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.aligncenter {
	clear: both;
	margin: 10px auto;
}

/* CONTACT PAGE */
.contactform label {
	float: left;
	width: 150px;
}

/* VIDEO */
#player1 {
	text-align: center;
}
/* GContributor */
.gcontributor {

}
.gcontributor .left, .gcontributor .right {
	width: 290px;
	float: left;
}
.gcontributor input.text {
	width: 190px;
	border: 1px solid #000;
}
.gcontributor .left label, .gcontributor .right label {
	width: 70px;
	display: block;
	float: left;
}
.gcontributor p {
	clear: both;
}
.gcontributor textarea {
	width: 558px;
}

/* Contributor Footer */
.meta-info {
	padding: 10px 0;
}
.meta-info .connect {
	background: url(images/s-connect.png) no-repeat left;
	padding-left: 70px
}
.meta-info .readmore {
	font-size: 1.2em;
	padding-top: 5px;
}
h2.contributor {
	padding-left: 0px !important;
	padding-bottom: 20px;
}

/* Exercise Images */
.exe-img {
	width: 50%;
	text-align: center;
	float: left;
}
.exe-img .alignleft, .exe-img .alignright {
	float: none;
}

/* Exercise of The Week */


.similar-exercise p {
	color: #898989;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 16px;
	clear: both;
}

.similar-exercise ul {
	list-style: none;
	margin: 0 0 6px 8px;
	padding: 0;
}

.similar-exercise ul li ul li {
	margin-left: 3px 24px 3px 0;
	font-size: 12px;
	list-style: circle;
}

/* Subscribe2 plugin */

#subscribe2 form input[type=text] {
	width: 220px;
	margin: 5px 0;
}
