/*
Theme Name: Personal Trainer
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets
Text Domain: kubrick

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */

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;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* FACEBOOK */

#facebook{
position:fixed; 
_position:absolute; 
top:0; 
right:0; 
display:block; 
width:100px; 
height:100px; 
background-position:top left; 
background-repeat:none; 
/*text-indent:-999em; */
text-decoration:none; 
overflow:hidden; 
z-index:1; 
/*float:right; */
}


/* MP3 PLAYER */

#mp3_container{
position:fixed; 
_position:absolute; 
top:0; 
left:0; 
display:block; 
width:100px; 
height:100px; 
background-position:top right; 
background-repeat:none; 
/*text-indent:-999em; */
text-decoration:none; 
overflow:hidden; 
z-index:1; 
/*float:left; */
}


/* HEADER */

#header_bg{
background:url('images/bg_black.jpg') repeat-x;
}

#header{
width:990px;
height:371px;
background:url('images/header.jpg') no-repeat;
margin:0 auto;
}

#menu{
padding-left:40px;
padding-top:15px;
}

#menu ul li a{
color:#ffffff;
text-decoration:none;
font-family:Arial;
font-size:16px;

}

#menu ul li{
display:inline;
padding-right:10px;
}


/* BODY */

body{
background-color:#6D6622;
}

#page{
background:url('images/bg_green.jpg') repeat-x;
}


#loghi{
width:940px;
margin:0 auto;
margin-bottom:10px;
}

#loghi img{
margin-right:4px;
margin-bottom:2px;
}


#content{
width:940px;
margin:0 auto;
padding-top:20px;
border-bottom:1px solid #cccccc;
padding-bottom:35px;
}

#content h2, #content h2 a{
font-family:Georgia, Arial;
font-size:24px;
color:#ffffff;
padding-bottom:15px;
text-decoration:none;
}

#entry{
width:660px;
float:left;
margin-bottom:10px;
}

#entry p{
font-family:Verdana, Arial;
font-size:12px;
color:#ffffff;
line-height:18px;
text-align:justify;

}

#entry a{
color:#547ED6;
}

.entry{
font-family:Verdana, Arial;
font-size:12px;
color:#ffffff;
line-height:18px;
text-align:justify;	
}

img.alignright{
float:right;
margin-left:20px;
border:3px solid #ffffff;
}

img.alignleft{
float:left;
margin-right:20px;
}

#punisher{
clear:both;
}

.data{
font-family:Verdana, Arial;
font-size:10px;
color:#ffffff;
font-style:italic;
margin-bottom:8px;	
}

/* SIDEBAR */

#sidebar{
float:right;
width:250px;
}

#news ul li{
color:#ffffff;
font-family:Arial;
font-size:12px;
list-style:inside;
padding-left:5px;
padding-bottom:4px;
padding-top:6px;
line-height:18px;
}

h3{
font-family:Georgia, Arial;
font-size:18px;
color:#ffffff;
padding-bottom:15px;
background:url('images/title.png') no-repeat;
//border-bottom:1px dashed #ffffff;
font-style:italic;
padding-top:6px;
padding-left:5px;
}

/* FOOTER */

#footer{
width:950px;
margin:0 auto;
padding-bottom:10px;
}

#footer p{
color:#000000;
font-family:Georgia;
font-size:12px;
font-style:italic;
}

#footer a{
color:#ffffff;
text-decoration:none;
font-family:Georgia;
font-size:12px;
font-style:normal;
}

.signature{
text-align:right;
letter-spacing:1px;
}

/* FORM */

#wpcf7-f1-p9-o1 input, #wpcf7-f1-p9-o1 textarea{ 
border:1px solid #cccccc;
margin-top:4px;
margin-bottom:4px;
}

.wpcf7-response-output wpcf7-display-none wpcf7-mail-sent-ok{
color:#ffffff;	
}

/* COMMENTS */

#respond h3{
margin-top:15px;	
}


/* navigation */

#navigation{
width:650px;
height:50px;
margin-top:15px;
float:left;
}

#navigation a{
color:#ffffff;
font-family:Verdana;
font-size:12px;	
}

#alignright{
float:right;
}

#alignleft{
float:left;
margin-right:20px;
}


