﻿body
{
	font-family: Calibri, Arial, Sans-Serif;
	font-size: medium;
	color: #222;
	background: #EEE url(background.png) repeat-x;
}

a
{
	color: #1646a7;
	text-decoration: none;
}

a:hover
{
	color: #1646a7;
	text-decoration: underline;
}

a:visited
{
	color: #610000;
	text-decoration: none;
}

h1
{
	font-size: 300%;
	color: #008;
	margin: 0px;
	font-weight: normal;
	font-family: Candara, Calibri, Arial, Sans-Serif;
}

h2
{
	font-size: 180%;
	color: #333;
}

h3
{
	font-size: 120%;
	color: #003;
	text-transform:uppercase;
}

.main
{
	background-color: #FFF;
	width: 760px;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-bottom: 10px;
}

.head
{
	height: 140px;
	background: #1e5ee2 url(headbg.gif) no-repeat top left;
}

img#main-logo
{
	float: left;
	position: relative;
	top: -28px;
	left: -40px;
}

#logo-reflection
{
	float: right;
	padding-right: 20px;
}

.quote
{
	margin-left: 100px;
}
#singleCol
{
	margin-top: 20px;
	padding-left: 5px;
}
#column1
{
	width: 490px;
	padding-right: 5px;
	padding-left: 5px;
	border-right: solid 1px #999;
}

#column2
{
	float: right;
	width: 250px;

}

img#singleCol
{
	margin-left: auto;
	margin-right: auto;
}

.contentCol
{
}

.SmallText
{
}

/*************************
TABS
*************************/
#tabs
{
	width: 650px;
	position: relative;
	top: -25px;
	right: 12px;
	float: right;
	background: #1e5ee2;
	font-size: medium;
}

#tabs ul
{
	margin: 0;
	padding: 0px 10px 0px 10px;
	list-style: none;
}

#tabs li
{
	display: inline;
	margin: 0px;
	padding: 0;
}

#tabs a
{
	float: left;
	text-align: center;
	padding: 5px 0px 0px 0px;
	margin-left: 5px;
	text-decoration: none;
	height: 20px;
	width: 120px;
	color: #FFFFFF;
	font-weight: bold;
}
#tabs a:hover
{
	background: url(tab-on.gif) no-repeat left top;
	color: #1e5ee2;
}
#tabs #current a
{
	background: url(tab-on.gif) no-repeat left top;
	color: #1e5ee2;
}

/*BLOGGER STUFF*/
/* Posts
----------------------------------------------- */
h2.date-header
{
	font-size: 10px;
	color: #888;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 0px;
	border-bottom: solid 1px #888;
}
.post
{
}
.post-title
{	
	margin-top: 0px;
	font-size: 120%;
	color: #c60;
}
.post-title a, .post-title a:visited, .post-title strong
{
}
.post-title strong, .post-title a:hover
{
}
.post div
{
}
p.post-footer
{
	font-size: small;
}
.post-footer em, .comment-link
{
}
.post-footer em
{
}
.comment-link
{
}
.post img
{
}
.post blockquote
{
}
.post blockquote p
{
}

.blogger-labels
{
	margin: 20px;
	padding: 10px;
	background: #EEF;
}
/* Comments
----------------------------------------------- */
#comments h4
{
}
#comments h4 strong
{
}
#comments-block
{
}
#comments-block dt
{
}
#comments-block dd
{
}
#comments-block dd.comment-timestamp
{
}
#comments-block dd p
{
}
.deleted-comment
{
}
.paging-control-container
{
}
.unneeded-paging-control
{
}