/*
Theme Name: Match Drummond Software Group
Theme URI: http://www.DrummondSoftware.com
Description: Do what it takes to make the blog look and feel like the rest of the site. 
Version: 1.0
Author: Jay P Drummond
Author URI: http://www.DrummondSoftware.com  
Tags: custom, fixed width, three columns, widgets

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

*/



/* Begin Typography & Colors */




BODY{
	scrollbar-3d-light-color: #FFFFFF;
	scrollbar-arrow-color: #D0DAE3;
	scrollbar-base-color: ##D0DAE3;
	scrollbar-dark-shadow-color: #003366;
	scrollbar-face-color: #29425A;
	scrollbar-highlight-color: #7B88A9;
	scrollbar-shadow-color: #D0DAE3;
	}

A:link {
	color: #CC0000;
	text-decoration: none;
}

A:visited {
	color: #CC0000;
	text-decoration: none;
}

A:active {
	color: #CC0000;
	text-decoration: none;
}

A:hover {
	color: #000066;
	text-decoration: none;
}

A.dark:link {
	color: #FFFFFF;
	text-decoration: none;
}

A.dark:visited {
	color: #FFFFFF;
	text-decoration: none;
}

A.dark:active {
	color: #FFFFFF;
	text-decoration: none;
}

A.dark:hover {
	color: #CCDAE3;
	text-decoration: none;
}

TD {
	font-size: 12px;
	font-family : Verdana;
}

P {
	font-size: 12px;
	font-family : Verdana;
}

ul {
	font-size: 12px;
	font-family : Verdana;
}

TD.dark {
	font-size: 12px;
	font-family : Verdana;
	color : #FFFFFF;
}

P.dark {
	font-size: 12px;
	font-family : Verdana;
; color: #FFFFFF
}

P.darkCentered {
 	text-align: center;
	font-size: 12px;
	font-family : Verdana;
	color: #FFFFFF;
}

TD.smaller {
	font-size: 11px;
	font-family : Verdana;
	color : #000000;
}

P.smaller {
	font-size: 11px;
	font-family : Verdana;
	color : #000000;
}

#frame {
 margin-left: 5px;
 width: 925px;
}

#header {
 background: white;
}

#enclose {
 float: left;
 width: 782px;
}

#columnRight {
 float: right;
 width: 142px;
 background: white;
}

#columnLeft {
 float: left;
 width: 138px;
 background: white;
 padding-bottom: 1em;
}

#columnMain {
 float: right;
 width: 640px;
 background: white;
 padding-bottom: 1em;
}

#footer {
 clear: both;
 padding-top: 1em;
 border-top: 1px solid #333;
 text-align: center;
}





