﻿/*
Theme Name: FastDROP
Theme URI: http://www.kerrfastdrop.com/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
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

*/

/* theme */

   #status{  
        width:50%;  
        padding:7px;  
        outline:none;  
        height:36px;  
    }  
    .focusField{  
        border:solid 2px #73A6FF;  
        background:#EFF5FF;  
        color:#000;
        font:bold 12px "Lucida Grande", Arial, sans-serif;
        padding: 7px;
    }  
    .idleField{  
        background:#EEE;  
        color: #6F6F6F;  
        border: solid 2px #DFDFDF;  
        font:bold 12px "Lucida Grande", Arial, sans-serif;
        padding: 7px;
    }  

.style1 {
				border-left: 1px solid #066F8F;
				border-right: 1px solid #066F8F;
				background-color: #FFFFFF;
}
.style2 {
				text-align: center;
}
.style3 {
				background-color: #CACACA;
				}
.style4 {
				background-color: #033C4B;
}
.style5 {
				border-left: 1px dashed #066F8F;
				text-align: right;
								font-family: Verdana;
}
.style6 {
				font-family: Verdana;
				font-size: 10pt;
				border-right: 1px dashed #066F8F;
}
.style7 {
				text-align: center;
								font-family: Verdana;
								color: #FFFFFF;
}
.style9 {
				color: #FFFFFF;
}
.style10 {
				font-size: 10pt;
}
.style11 {
				font-family: Verdana;
				color: #6F6F6F;
}
.style12 {
				font-size: 11pt;
				text-align:center;
}
.style13 {
				font-size: 5pt;
}

a {
				font-family:Verdana;
				font-size:10pt;
}
/* wordpress */

.post {
	margin: 0 0 40px;
	text-align: justify;
	font-family:Verdana;
	font-size:10pt;
	}

.post hr {
	display: block;
	}
.pagetitle{	
				font-family: "Trebuchet MS";
				font-size: 20pt;
				border-bottom:1px solid #066F8F;
}

.sidetitle{	
				font-family: "Trebuchet MS";
				font-size: 12pt;
				border-bottom:1px solid #066F8F;
}


.editlink{
				text-align:right;
				margin:5px;
				font-family:Verdana;
				font-size:10pt;
}
