/*
Theme Name: FIT365 Online Theme
Theme URI: http://wordpresswerx.com/
Description: Custom Wordpress theme for <a href="http://fit365online.com">FIT365online.com</a> by WordPressWerX.
Version: v.1.0
Author: Arnold Orosa
Author URI: http://wordpresswerx.com/
Copyright: This theme is owned by FIT365online and cannot be used on any other website.
*/
* {
	margin: 0;
	padding: 0;
	list-style: none;
}

body {margin:0;padding:0;font-family:Arial, Helvetica, sans-serif;font-size:13px;background-color:#74161d; color:#545454;}
a {
	color:#336699;
	outline:none;
	/*text-decoration:none;*/
	text-decoration:underline;
}

img,fieldset {
	border-style: none;
}
#bodywrap {
	margin:0 auto;
	width:951px;
	background:transparent url(images/bodybg.png) repeat-y scroll left top;
}

#bodymain {
	width:894px;
	padding:0 40px;
	/*margin:0 auto;*/
	/*padding: 20px;*/
	/*background:transparent url(images/bodybg.png) repeat-y scroll left top;*/
	/*height:600px;*/
	/*text-align:center;*/
	/*width:99.99%;*/

}

#headbg {
	background: url(images/headbg.jpg) repeat-x scroll left top;
}

#headwrap {
	background: url(images/header.jpg) no-repeat scroll center top;
	/*height:400px;*/
}

#header {
/*position:relative;*/
	margin: 0 auto;
	width: 940px;
	/*height: 340px;*/
	height:400px;
	overflow: hidden;
	text-align: left;
}

#logo {
	float: left;
	width: 224px;
	height: 206px;
	margin-left:70px;
	margin-top:94px;
	Xbackground: url(images/logo.jpg) no-repeat center top;
}
#logo a {
	display: block;
	width: 224px;
	height: 100px;
	text-indent: -1000em;
	overflow: hidden;
}
#logo a:hover {
	background: url(images/logoover.jpg) no-repeat -1px top;
}


#subscribe {
	position: relative;
	float:right;
	top:20px;
	width: 280px;
	margin-right:20px;
	font-family:Arial, Helvetica, sans-serif;
}
#subscribe h2 {
	font-size:14px;
	font-weight:bold;
	letter-spacing:0.5px;
	color:#fff;
	padding-left:15px;
}

#signuptext {
	color:#000;
	font-size:10px;
	font-weight: bold;
	letter-spacing:0.5px;
	padding:12px 15px 0;;
}



#container {
	background: #74161d url(images/bottom.gif) repeat-x left bottom;
	width:100%;
}


#substext {
	position:absolute;
	left:0;
	top:194px;
	width:125px;
	height:242px;
	Xbackground-image:url(images/images/ap_30.jpg);
}

#subsform {
	position:absolute;
	left:131px;
	top:197px;
	width:164px;
	height:242px;
	Xbackground-image:url(images/images/ap_31.jpg);
}
.formformat {font-size:14px;padding:0;margin:0;width:124px;height:19px;background-color:#e6ddfc;Xborder-width:1px;border-style:none; background: url(images/input.jpg) no-repeat left top; padding-left:2px;}
#form1 {position:absolute;top:0;left:0px;margin:0;}
#form2 {position:absolute;top:23px;left:0px;margin:0;}
#form3 {position:absolute;top:26px;left:0px;margin:0;}
#form4 {position:absolute;top:69px;left:0px;margin:0;}
#form5 {position:absolute;top:92px;left:0px;margin:0;}
#form6 {position:absolute;top:115px;left:0px;margin:0;}
#form7 {position:absolute;top:65px;left:17px;margin:0;}
#Xform8 {position:absolute;top:18px;left:0px;margin:0;padding:0;}
#Xform9 {position:absolute;top:212px;left:0px;margin:0;padding:0;}
#formtext {color:#ffffff;position:absolute;margin:0;padding:0;text-align:left;top:0;left:16px; font-family:Arial;font-size:11px;line-height:23px;font-weight:bold;}


.postbody {
	background:url(images/postbg.jpg) repeat-y left top;
	width:593px;
}

.post {
	width:514px;
	padding:0 40px 40px 40px;
	background:url(images/postbot.jpg) no-repeat left bottom;
	text-align:left;
}
.shortpost {
	padding-bottom:80px;
}
.posttop {
	background:url(images/posttop.jpg) no-repeat left top;
	width:593px;
	height:20px;
}

.post h1 {
	color:#898989;
	font-size:20px;
	border-bottom:1px dotted #4d4d4d;
	padding-bottom:4px;
	margin:0 0 6px;
}
.post h1 a {
	color:#898989;
	text-decoration: none;
}	
.post h1 a:hover {
	color:#02a6ee;
}	

.post p {
	margin:0 0 15px;
}

.post .postby {
	font-size:11px;
	margin:0 0 12px;
}
.post .readmore {
	float:left;
	width:350px;
	height:40px;
	padding-top:16px;
}

.post .comment {
	float: left;
	height:40px;
	background:transparent url(images/comment.jpg) no-repeat scroll 0 12px;
	padding-left:34px;
	padding-top:20px;
}
.post .comment a {
	color:#999999;
	text-decoration:none;
}
.post .postmeta a:hover {
	color:#fff;
	background-color:#fd4944;
}

/*#search {
	margin-top:18px !important;
}*/
#search {
	margin-top:18px;
	margin-left:640px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#search {margin-top:22px;}
}

#search form input.search-field {
	width: 200px;
	color: #000;
	border:none;
	border-width:0;
	font-size:16px;
}
#search form input#search_button {
	background: transparent url(images/search.png) no-repeat 8px 2px;
	outline:none;
	width:77px;
	height:27px;
	cursor:pointer;
	border:none;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#search form input#search_button {position:absolute;top:18px;}
}

#footer {
margin:0 auto;
	Xpadding: 1.6em 0 3em 0;
	background: url(images/footer.png) no-repeat center bottom;
	width:951px;
	height:175px;
}
#copyright {
	padding:52px 0 0 60px;
	color:#fff;
}
#disclaimer {
	padding:4px 0 0 60px;
	font-size:10px;
	color:#fff;
	width:400px;
}

#bodyleft{
	float:left;
	width:594px;
	/*padding:0 67px 60px 0px;*/
}
#sidebar {
	float:left;
	width:260px;
	padding:0 10px 0 20px;
}

.alignleft {
	float: left;
	padding-left:20px;
}
.alignright {
	float: right;
	padding-right:40px;
}

form#commentform {
	padding: 10px 40px;
}
form#commentform p {
	margin-bottom: 9px;
}

input.comtext, textarea.comtext { width: 300px; border-top: 1px solid #999; border-left: 1px solid #999; border-bottom: 1px solid #dadada; border-right: 1px solid #dadada; padding: 2px; }
input.comtext:focus, input.comtext:hover, textarea.comtext:focus, textarea.comtext:hover { background: #f7f7f7; border-top: 1px solid #999; border-left: 1px solid #999; border-bottom: 1px solid #dadada; border-right: 1px solid #dadada; }

#commentbody {
	width:501px;
	padding:0 40px 0 0;
}
.commentnum {
	float:left;
	width:43px;
	height:53px;
	font-size:24px;
	text-align:center;
	padding-top:12px;
	background:url(images/commentnum.jpg) no-repeat left top;
}
.commentnum1 {
	background:url(images/commentnum1.jpg) no-repeat left top;
}
.commenttext {
	width:398px;
	padding:16px 30px 0;
	font-size:12px;
	background:transparent url(images/commenttexttop.jpg) no-repeat left top;
}
.commenttext1 {
	background:transparent url(images/commenttexttop1.jpg) no-repeat left top;
}
.commenttext p {
	color:#656565;
}
.commenttext p strong {
	color:#cb0202;
}
.commenttext p strong a {
	text-decoration:none;
	color:#cb0202;
}
.commentbg {
	float:left;
	width:458px;
	padding-bottom:10px;
	background:#f5f5f5 url(images/commenttextbot.jpg) no-repeat bottom left;
}
.commentbg1 {
	background:#d7eefe url(images/commenttextbot1.jpg) no-repeat bottom left;
}
h3.commentttl {
	padding:20px 0;
	color:#898989;
	font-size:14px;
	text-transform:uppercase;
}
.widgettitle {
	font-size:16px;
	padding:10px 0;
	border-top:1px dotted;
}

/*
.tabnav #tabcont{height:47px;width:283px;font-family:Arial,Verdana,Helvitica,sans-serif;}
.tabnav #tabmenu{height:47px;font-size:11px;font-weight:bold;background:#fff url(images/navbg.gif) no-repeat bottom left;}
.tabnav #tabmenu ul{margin:0px;padding:0 0 4px 0;list-style-type:none;width:auto;float:left;}
.tabnav #tabmenu ul li{display:block;float:left;margin:0 2px 0 0;}
.tabnav #tabmenu ul li a{display:block;float:left;color:#003858;text-decoration:none; text-transform:uppercase;padding:0 0 0 12px;height:25px;line-height:195%;}
.tabnav #tabmenu ul li a span{padding:0 12px 0 0;}
.tabnav #tabmenu ul li a:hover,.tabnav #tabmenu ul li.ui-tabs-selected a{color:#fff;background:#4999fc url(images/navtopleft.gif) no-repeat top left;}
.tabnav #tabmenu ul li a:hover span,.tabnav #tabmenu ul li.ui-tabs-selected a span{display:block;width:auto;background:#4999fc url(images/navtopright.gif) no-repeat top right;}
*/
ul#tabnav {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	Xtext-transform:uppercase;
    height: 47px;
    list-style: none;
    margin: 0;
    padding: 0;
    background: url(images/tabbar.png) no-repeat 0 25px;
}
ul#tabnav li {
    float: left;
    margin: 0 1px 0 0;
}
ul#tabnav a {
    background: url(images/tab.png) top left;
    color: #000;
    display: block;
    float: left;
    height: 25px;
    padding-left: 8px;
    text-decoration: none;
}
ul#tabnav a:hover {
    color: #fff;
    background-position: 0 -60px;
}
ul#tabnav a:hover span {
    background-position: 100% -60px;
}
ul#tabnav li.ui-tabs-selected a {
    background-position: 0 -30px;
    color: #fff;
}
ul#tabnav li.ui-tabs-selected span {
    background-position: 100% -30px;
}
ul#tabnav span {
    background: url(images/tab.png) 100% 0;
    display: block;
    line-height: 25px;
    padding-right: 10px;
}
.tabbody {width:260px;margin-bottom:15px;}
.tabbody a {color: #222;text-decoration: none;}
.tabbody a:hover {color: #009;text-decoration: underline;}
.tabdiv {background: #fff;padding:0 45px 0 25px;background:url(images/tabbg.png) repeat-y left top;}
.tabbot {width:283px;height:25px;background:url(images/tabbot.png) no-repeat left bottom;}
.tabdiv li {list-style-image: url(images/dot.png);margin-left: 20px; padding-bottom:6px;}
.ui-tabs-hide {display: none;}

blockquote {
  font: 14px/22px times, serif;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 50px;
  padding-left: 15px;
  border-left: 3px solid #ccc;
} 

.post ol {
  margin-left: 26px;
}

.post ol li {
  font:  italic 14px Georgia, Times, serif;
  color: #333333;
  margin-left: 16px;
  list-style-image:url(images/bullet.gif);
}

.post ol li {
  font:  italic 14px Georgia, Times, serif;
  color: #333333;
  margin-left: 16px;
  list-style-image:url(images/bullet.gif);
}

.post h1.atitle {
	color:#898989;
	font-size:20px;
	border-bottom:1px dotted #4d4d4d;
	margin-bottom:30px;
	padding: 0 0 6px 26px;
}
.post li.atitle {
	padding-bottom:10px;
	font-style:normal;
	list-style-image:url(images/bludot.png);
}
.navigation .navleft {
	float: left;
	margin-left:20px;
	background:url(images/prev.png) no-repeat;
}
.navigation .navright {
	float: right;
	margin-right:20px;
	background:url(images/next.png) no-repeat;
}
.navigation .navleft a, .navright a  {
	display: block;
	width:145px;
	height:30px;
	text-indent: -1000em;
	overflow: hidden;
}
