/*
Theme Name: timeclockemployee
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

	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 */

@charset "utf-8";
/* CSS Document */
body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	color: #535353;
}


.wrapper {
	width:800px;
	margin:auto;
}

.navigation {
	background-image: url(http://www.timeclockemployee.com/wp-content/themes/timeclockemployee/images/navibg.gif);
	background-repeat: no-repeat;
	height: 60px;
}

.navileft {
	float:left;
	margin-left: 66px;
	margin-top: 15px;
}
.navileft a {
	color:#FFF;
	text-decoration:none;
}


.navileft h1 {
	padding:0px;
	margin:0px;
	font-size:18px;
	font-family: Tahoma, Geneva, sans-serif;
}

.naviright {
	float:left;
	font-size:14px;
	margin-left:111px;
	margin-top: 27px;
	color: #CCC;
	margin-right: 0px;
	margin-bottom: 0px;
}

.naviright a {
	text-decoration:none;
	padding-right:5px;
	color: #CCC;
	padding-left:5px;
	font-size: 12px;
}

.naviright a:hover {
	text-decoration: underline;
}


.employee {
	color:#28A9FF;
	font-family: Arial, Helvetica, sans-serif;
}


.banner {
	padding: 3px;
	
}

.content {
	background-image:url(http://www.timeclockemployee.com/wp-content/themes/timeclockemployee/images/contentbg.gif);
	background-repeat:repeat-y;
	margin-top: 7px;
	margin-bottom: 7px;
}

.content h1 {
	color:#F30;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 14px;
	margin-left: 0px;
	font-size: 16px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

.contentleft {
	float:left;
	width:211px;
	padding-top: 5px;
	padding-right: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 14px;
}

.contentleft a {
	color:#333;
	text-decoration: none;
}

.contentleft a:hover {
	text-decoration:underline;
}


.contentleft h2 {
	font-size:18px;
	padding:0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	display: block;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #06C;
	color: #F60;
}

.contentleft li,ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 7px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-type: none;
}


.contentright {
	width:550px;
	float:left;
	margin-left: 14px;
}

.contentright h1 {
	color:#F60;
	font-size:18px;
	padding:0px;
	margin:0px;
	text-align: left;
}



.clear {
	clear:both;
}

.footer {
	background-color:#999;
	text-align:center;
	padding: 11px;	
	
}

.footer a {
	color:#FFF;
	text-decoration:none;
}

.footer a:hover {
	text-decoration:underline;
}



.highlight {
	background-color:#FFFFF2;
	border: 2px dotted #F90;
	padding: 6px;
	font-size: 12px;
}

.highlight2 {
	background-color:#FFF;
	border: 2px dotted #F90;
	padding: 6px;
	margin:2px;
	font-size: 12px;
}


