@CHARSET "ISO-8859-1";

* {
	margin: 0;
	padding: 0;
}

/* wrappers */
body {
	background: url('../images/bodyTop.jpg') repeat-x top;
	padding-top: 32px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 100%;
}

.body-outer {
	background: url('../images/bodyOuterBottom.jpg') repeat-x bottom;
	padding-bottom: 64px;
}

.body-inner {
	border: 2px solid #CCCC99;
	background: #FFF;
	margin: 0 auto;
	padding: 8px;
	width: 780px;
}

.content {
	min-height: 500px;
	overflow: hidden;
	padding: 10px 0 10px 0;
}

.main {
	float: right;
	width: 544px;
	line-height: 1.5em;
}

.sideBar {
	float: left;
	width: 224px;
}

/* banner */
.banner {
	background: #333333 url('../images/banner.jpg') repeat-x bottom;
	height: 160px;
	margin-bottom: 5px;
	text-align: center;
	font-family: "trebuchet ms", charcoal, Tahoma, sans-serif;
}

.banner .company {
	padding-top: 40px;
}

.banner .company a {
	border-bottom: 1px dashed #657382;
	font-size: 2.3em;
	padding-bottom: 2px;
	text-decoration: none;
	color: #FFFFFF;
}

.company  a:hover {
	border-color: #ee9a00;
}

.motto {
	color: #FFFFFF;
	font-style: italic;
	font-size: 1.1em;
	letter-spacing: .04em;
	padding-top: 6px;
}

/* navigation menu */
.menu {
	
}

.menu a {
	color: #000000;
}

.menu a:hover {
	color: #ee9a00;
}

.bar {
	font-size: 0.8em;
	background: #CCCC99;
	color: #000000;
	padding: 6px 6px;
}

.footer {
	float: bottom;
	text-align: center;
}

.clearer {
	clear: both;
}

h1,h2,h3 {
	padding-top: 6px;
	color: #004488;
	margin-bottom: 4px;
}

h1 {
	font: normal 1.4em "trebuchet ms", charcoal, Tahoma, sans-serif;
}

h2 {
	font: bold 1.2em sans-serif;
}

h3 {
	font: bold 0.75em Tahoma, sans-serif;
}

p,code,ul {
	margin-bottom: 1.2em;
	font-size: .8em;
}

a {
	text-decoration: none;
}

.blog pre {
	overflow: auto;
}

blockquote {
	background: url("../images/close-quote.gif") no-repeat right bottom;
	margin-top: 10pt;
}

blockquote p {
	padding-left: 30pt;
	padding-right: 20pt;
	background: url("../images/open-quote.gif") no-repeat left top;
}

blockquote p  ~ p {
	background: none;
}

/* on works in FF 
blockquote:before,blockquote:after {
	color: #EE9A00;
	display: block;
	font-size: 500%;
	font-family: "trebuchet ms", charcoal, Tahoma, sans-serif;
}

blockquote:before {
	content: open-quote;
	margin-left: -50px;
	height: 0px;
}

blockquote:after {
	content: close-quote;
	margin-left: 440px;
	margin-top: -25px;
}
end FF comment */ /* recent posts */
.recent a {
	color: #004488;
}

.postDate {
	font-size: 0.8em;
	padding-top: .8em;
}

/* links */
.links h2 {
	font-family: Tahoma, sans-serif;
	font-size: 0.75em; /* 1.2 x .75 = .8 */
	padding-left: 5%;
	color: #333333;
}

.links ul {
	padding: 0;
	border-top: 1px solid #CCCC99;
}

.links li {
	border-bottom: 1px solid #CCCC99;
}

.links li a {
	font-size: 0.9em;
	font-family: Tahoma, sans-serif;
	display: block;
	padding: 8px 0 8px 5%;
	width: 95%;
	color: #333333;
}

.links li a:hover {
	background: #CCCC99;
}

/* non-blog entries */
.display {
	color: #ee9a00;
}

.spacer {
	height: 1em;
}

/* comments form */
form ul li {
	list-style-image: none;
	list-style-position: inside;
	list-style-type: none;
}

form ul li p {
	font-size: 1.2em;
}

label.desc {
	display: block;
	font-weight: bold;
}

/* comments */
.comments {
	
}

.comments-head {
	font: bold 1.2em sans-serif;
	color: #004488;
}

.comments .odd {
	font-size: 0.8em;
	background: #FFFFD2 none repeat scroll 0% 0%;
	border-bottom: 1px solid #CCCC99;
	border-top: 1px solid #CCCC99;
	padding: 5px 10px;
}

.comments .even {
	font-size: 0.8em;
	padding: 5px 10px;
}

/* misc */
.postInfo {
	font-size: 0.8em;
}

.commentsLink {
	background: transparent url('/images/comment.png') no-repeat scroll left
		center;
	font-weight: normal;
	padding: 2px 0px 2px 20px;
}

.wait {
	cursor: url('../images/ajax_loader.gif'), wait;
}

div.next-prev {
	font-size: 0.8em;
	text-align: center;
	padding: .5em 0 .5em 0;
}

.hideMore {
	display: none;
}

.showMore {
	color: #004488;
	font-family: "trebuchet ms", charcoal, Tahoma, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
}

.showMore a {
	cursor: pointer;
	background: transparent url('/images/launch-link.png') no-repeat scroll
		left center;
	margin-right: 10px;
	padding: 2px 0px 2px 20px;
}

.entry h3 {
	color: #333333;
}