﻿/* Stylesheet for BeKindToCyclists
/* Any questions, contact Jason Duncan
/* jason@managercomplete.com
/* 512-924-4744

/* Base body style */
body
{
	color: #666666;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	/*background-color: #e6d5d8;*/
	background-color:#222222;
}

td
{
	text-align: left;
	vertical-align: top;
}

.yellowSides
{
	border:solid 1px #ffcc33;
	background-color: #000000;
}

.blackSides
{
	border:solid 1px #f5f5f5;
	background-color: #000000;
}

.yellowBottom
{
	border-bottom:solid 1px #ffcc33;
	background-color: #000000;
}

.content
{
	background-color:#414040;
   	color: #ffffff;
   	height: 100%;
}

.darkContent
{
	background-color: #666666;
	color: #f5f5f5;
	height: 100%;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
}

.sideStrip
{
	background-color:#000000;
}

.bottomLine
{
	border-bottom: solid 1px #222222;
}

.imageBorder
{
	border: solid 1px #ffffff;
}

.title
{
	font-family:  Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:1.2em;
	font-weight:bold;	
}

a:link, a:active, a:visited
{
	color: #cccccc;
	background: none;
	text-decoration: underline;
}

a:hover
{
	color: #f5f5f5;
	background: none;
	text-decoration: underline;
}
.companyName
{
	font-size: 2em;
	color: #ffffff;
}

.button
{
	border: solid 1px #999999;
}

a.jason:link
{
	color: #666666;
	background: none;
	text-decoration: underline;
}

a.jason:active
{
	color: #666666;
	background: none;
	text-decoration: underline;
}
a.jason:visited
{
	color: #666666;
	background: none;
	text-decoration: underline;
}
a.jason:hover
{
	color: #f5f5f5;
	background: none;
	text-decoration: underline;
}


