/*  
Theme Name: LavakiFitness Themes  
Theme URI: 
Description: none
Version: 
Author: LavakiFitness Themes 
Author URI: 

*/

/* Base Definitions */


* {
	padding: 0; 
	margin:0;
}

body {
	margin:0px;
	padding:0px;
	text-align: left;
	color: #b2b2b2;
	font: 15px/17px Arial, Helvetica, sans-serif;
	background-color:#000000;	
}

/* Wrapper Definition */
#wrapper {
	margin: 0px auto 0px auto;
	padding:0px;
	width: 967px; 	
	text-align: left;
	overflow: hidden;
	position:relative;
	background-color:#000000;
}	

p {
	margin: 0.7em 0;
	line-height:1.6em;
}


a,
a:link, 
a:visited {
	color: #8eb2c1;	
}

a:hover, a:active {
	color:#ffffff;
}

h1, h2, h3, h4, h5, h6 {
	font-family:Trebuchet MS, Arizona, Helvitca, sans-serif;
}

blockquote
{
	color:#8eb2c1;
	margin: 5px 10px 5px 10px;
	padding: 0px;
	border-top: #1B2318 1px dashed;
	border-bottom: #1B2318 1px dashed;
}

.clear {
	clear:both;
}

.clear1 {
	clear:both;
	height:5px;
}

fieldset {
	border:0;
}

#left{
	float: left; 
	width: 700px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	background-color:#131313;
}

#right{
	float: right;
	width: 259px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	background-color:#000000;
}

/* Header Image Area Definition */

#header {
	width: 700px;
	clear:both;
	height: 95px;
	z-index:1;
	background-color:#000000;
}

#headertitle {
	text-align:left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float:left;
	width:40%;
}

#imgheader img{
	border:none;
}

#title{
	padding: 15px 0px 0px 20px;
}

#title img{
	border:none;
}

#headernav{
	float:right;
	font-size:10px;
	padding:10px 50px 0px 0px;
}

#headernav a,
#headernav a:link, 
#headernav a:visited {
	color: #b2b2b2;
	text-decoration:none;	
}

#headernav a:hover, 
#headernav a:active {
	color:#ffffff;
}

#nav{
	width: 700px;
	clear:both;
	height: 25px;
}

.contenttop{
	width: 700px;
	clear:both;
	background-color:#131313;
	height:20px;
}

#navmenu{
	height: 25px;
	padding: 0px 0px 0px 0px;
	background-color:#000000;
	width: 700px;
	background-color:#191914;
}

#navmenu ul { 
	font: 16px/25px normal Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#779b10;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none; 
	list-style-image: none; 
}

#navmenu li {
	display: inline;
	float:left;
	text-align:center;
}

#navmenu ul li a {
	text-decoration:none; 
	width:50px;
	text-align:center;
	padding:0px 22px 0px 22px;
	text-decoration: none;
	font-weight:bold;
	color: #8eb2c1;
}

#navmenu .page_item {
	background:url(images/separator.jpg) left top no-repeat;
}

#navmenu ul li a:hover {
	color: #dddddd;
	text-decoration:none;
}


/* Container Definitions */
#container {
	clear:both;
	width: 967px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

/* Content Definitions */

#content {
	clear:both;
	width: 660px;	
	padding: 20px 20px 20px 20px;
	margin: 0px 0px 0px 0px;
	background-color:#282828;
}

#content h3 {
	font-size: 1.4em; 
	margin:0px 0px 0px 0px;
	padding: 10px 0px 25px 0px;
	color:#ffffff;
}

#content h4 {
	font-size: 1.1em; 
	margin: 1em 0 0 0;
}

#content h5 {
	font-size: 1em; 
	margin: 1em 0;
}

#content ul {
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 0px;	
}

#content ol {
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 0px;	
}

#content li {

        padding: 0px 0px 10px 10px;
	margin: 0px 0px 0px 0px;	
}

#content .post {
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
}

#content .posttitle{
/*	background:url(images/flower.jpg) top left no-repeat;
	padding: 10px 0px 15px 0px;
	border-bottom:1px solid #969696;
	min-height:55px;
	width:500px;*/
}

#content h2 {
	color: #8eb2c1;
	margin:0px 0px 0px 0px;
	padding: 10px 0px 5px 0px;	
	font-size: 24px;
	font-weight: normal;
}

#content h2 a,
#content h2 a:link, 
#content h2 a:visited {
	color: #8eb2c1;
    text-decoration:none;
}

#content h2 a:hover, #content h2 a:active {
	color: #b2b2b2;
    text-decoration:none;
}


#content .entry {
    margin:1em 0;
    padding-right:1em;    
}

#content .entry a,
#content .entry a:link, 
#content .entry a:visited { 
	color: #8eb2c1; 
}

#content .entry a:hover, 
#content .entry a:active {   
	color: #ffffff;
	text-decoration:underline; 
}

#content .post-info{
	color:#8eb2c1;
	font-weight:normal;
	margin:0;
	padding:5px 0px 5px 0px;	
}

#content .post-info a ,
#content .post-info a:link, 
#content .post-info a:visited {
	font-weight:bold;
	color: #8eb2c1;	
}

#content .post-info a:hover, #content .post-info a:active {
	color:#ffffff;
}


#content .postmetadata {
	text-align:right;
	font-size: 11px;
	color:#8eb2c1;
	margin:0;
	padding: 6px 0px 0px 11px;
	height:30px;
	border-top:1px dotted #000000;
}

#content .postmetadata a ,
#content .postmetadata a:link, 
#content .postmetadata a:visited {
	color: #af0404;	
}

#content .postmetadata a:hover, #content .postmetadata a:active {
	text-decoration:underline;
}


#content a,
#content a:link, 
#content a:visited {
	color: #8eb2c1;
    text-decoration:none;	
}

#content a:hover, a:active {
  	color: #ffffff;
	text-decoration:underline;
}

/* Sidebar Definitions */
#sidebartop{
	width: 259px;
	clear:both;
	height: 60px;
	background-color:#000000;
	z-index:1;
}


/* Sidebar Definitions */
#sidebar {
	width:259px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size:12px;
	color:#a6a6a6;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
}


#sidebar h2 {
	font-size: 12px;
	font-weight:bold;
	padding: 10px 10px 8px 20px;
	background:#000000 url(images/sidebarh2.jpg) top center repeat-y;
	color:#8eb2c1;
 	overflow: hidden;			
}

#sidebar a,
#sidebar a:link, 
#sidebar a:visited {
	color: #8eb2c1;	
	font-weight:bold;
  	text-decoration:none;
}

#sidebar a:hover{
	color:#ffffff;
}


#sidebar ul ul li a:link, #sidebar ul ul li a:visited, #sidebar ul ul li a:hover {
	color: #a6a6a6;	
  	text-decoration:none;
	text-align:left;
	font-weight:bold;
	padding:0px 0px 0px 5px;
	margin:0px 0px 0px 0px;
}

#sidebar ul ul li a:hover {
	text-decoration:underline;
}



#sidebar ul {
	list-style:none;
}

#sidebar li {
  	padding:5px 0px 5px 0px;
	margin:0px 0px 0px 0px;
	background:url(images/sidebarbottom.jpg) bottom center no-repeat;
}

#sidebar ul ul {
    list-style:none;
	margin: 0px;
  	padding:0px 0px 10px 0px;
}

#sidebar ul ul li {
 	 padding: 2px 10px 2px 20px;
	background:url(images/sidebarbg.jpg) top center repeat-y;
}

#sidebar ul ul ul {
	border:0px;
	margin:0px;
	padding:0px;
}

#sidebar ul ul ul li {
  padding:0px 0px 0px 0px;
}


#sidebar li.linkcat {
  border:0;
  margin: 0px 0px 10px 0px;
  padding: 10px 0px 0px 0px;
}

/* These help support the widgets properly */
#sidebar ul table {
	width: 150px;
	margin: 0px;
}

#sidebar ul .textwidget {
	margin: 0px 0px 0px 0px;
 	padding:5px 10px 5px 15px;
	background:url(images/sidebarbg.jpg) top center repeat-y;
}



/* This is to support the calendar widget properly */
#calendar_wrap {
  margin:0;
  padding: 10px 10px 10px 30px;
	background:url(images/sidebarbg.jpg) top center repeat-y;
}

/* Footer Definitions */


#footer {
	clear: both;
	text-align: left;
	height: 60px;
	width: 967px;
  	margin: 0px 0px 0px 0px;
  	padding:0px 0px 0px 0px;
	font-size:11px;
}

#footermenu{
	height: 20px;
	padding: 0px 0px 0px 0px;
	background-color:#000000;
	width: 700px;
	background-color:#191914;
}

#footermenu ul { 
	font: 11px/20px normal Arial, Helvetica, sans-serif;
	color:#779b10;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none; 
	list-style-image: none; 
}

#footermenu li {
	display: inline;
	float:left;
}

#footermenu ul li a {
	text-decoration:none; 
	width:50px;
	text-align:center;
	padding:0px 10px 0px 10px;
	text-decoration: none;
	font-weight:normal;
	color: #b2b2b2;
}

#footermenu .page_item {
	background:url(images/separator1.jpg) left top no-repeat;
}

#footermenu ul li a:hover {
	color: #dddddd;
	text-decoration:none;
}


#footer a,#footer a:link, #footer a:active{
	color:#b2b2b2;
	text-decoration:underline;
}

#footer a:hover{
	text-decoration:none;
}

#feeds {
	color: #8eb2c1; 	
	text-align: right;
	padding: 40px 20px 10px 10px;
}

li#sidelinks ul
{
	margin:0;
	padding:0;
}

#comments {
	margin: 0;
	padding:1em 0 0 0;
	color: #777777;
}

#comments h3{
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #d3d1d1;
}
	
#respond {
	margin: 0;
	padding:1em 0 0 0;
	color: #777777;	
}

#commentform {
	margin:10px 0;	
	padding:10px;
	border-top: #E0DFE4 1px solid;
	border-bottom: #E0DFE4 1px solid;
}

.commentnum {
	font-size:1.5em;
	font-weight:bold;	
	margin:0 5px 0 0;
}

#container .commentlist {
	margin: 1em 0;
	padding: 0;		
}

.commentlist li {
	list-style:none;
	margin: 0;
	padding: 1em 0.5em;	
}

.commentlist li.alt {
}

.commentlist li.authorcomment {
}

.commentlist li .cmtinfo {
	font-size:1em;
	text-align:left;
}



.commentlist li #pesan.alt{
	padding: 15px 10px 10px 40px;	
}

.commentlist li #pesan{
	padding: 15px 10px 10px 40px;
}

.commentlist li cite {
	font-style:normal;
	font-weight:bold;
	color: #5c8bbf;
}

#content .commentlist .cmtinfo a,
#content .commentlis  .cmtinfoa:link, 
#content .commentlist .cmtinfo a:visited {
	font-family:Trebuchet MS, Arizona, Helvitca, sans-serif;
	font-size:13px;
	font-weight:bold; 
	color: #ffffff; 
}

.commentlist a:hover, 
.commentlist a:active {   
	color: #5ddb1c; 
}

.commentlist li .cmtinfo em {
	float:right;
	margin:0;
	padding:0;
	font-style:normal;
	font-size:0.9em;
	color:#999999;
}

#content .commentsfeed {
	background:url(images/feed.gif) no-repeat left center;
	padding-left:16px;
}

#content .trackback {
	background:url(images/link.gif) no-repeat left center;
	padding-left:20px;
}

textarea {
	border:#CCCCCC 1px solid;
	background:#FFFFFF url(images/shadow_top.gif) repeat-x top;
	font:1em Verdana, Arial, Serif;
	padding:2px;
	width:150px;
}

textarea {
	width: 90%;
	padding:10px;
	line-height:2em;
	height: 20em;
}

input.textbox:focus, 
textarea:focus {
	background-color:#ffffff;
	border:#AAAAAA 1px solid;
}

input .text, #s, .reg{
	background-color:#6e6e6e;
	border:#AAAAAA 1px solid;
	color:#c6c6c7;
	padding:2px 5px;
	width:120px;
	font-family:Georgia, "Times New Roman", Times, serif;	
	font-size:10px;
}

#submit, #sidebarsubmit, #sidebarsubmit1{
	padding:2px 5px;
	background-color:#000000;
	border:#333333 1px solid;
	color:#c6c6c7;
	font-family:Georgia, "Times New Roman", Times, serif;	
	font-size:10px;
}

.post h4 {
	font-size:1em;
	font-weight:normal;
	font-family:Verdana, Tahoma, Arial, Serif;
}

#searchbox{
	padding:10px;
}

.post h4 em	{
	font-style:normal;
	float:right;
	font-weight:normal;
}

dl {
	margin:1em 0;
}

dt {
	font-weight:bold;
}

dd {
	margin:0.5em;
	padding:0;
}

.wp-smiley, #wpstats {
	background: none;
	border: 0;
	padding: 0;
}

#header, #content, #sidebar, #sidebar2, #footer, .widget {
    overflow: hidden;
}


.cal{
  color: #fff;
  padding: 5px 3px 5px 3px;
  margin: 5px 0px 0px 0px; 
  text-align: center;
  line-height: 1.4em;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Sans-Serif;
  width: 3.75em;
  background-color:#0b427a; 
/*  background: #0b427a url(images/datebg.jpg) repeat-x;*/
}

#content .posttitle{
/*	border:1px solid #000000;*/
	padding:0px 0px 0px 0px;
	overflow:hidden;
}

.imgleft{
	float:left;
	padding:3px;
}

.imgright{
	float:right;
	padding:3px;
}