/* @override http://localhost:4331/css/site.css */


body {
	background: transparent url('/images/structure/background-fade-blue.png') repeat-x scroll;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, Georgia, "Times New Roman", times, serif;
	font-size: 1em;
	line-height: 1.4em;
}

/* Headings
 * --------------------------------------------------------------------- */
h1,h2,h3,h4,h5,h6 { color: #111; }

/* Text Elements
 * --------------------------------------------------------------------- */
a                 { color: #001A9D; }
a:hover           { color: #001A9D; }
blockquote        { color: #666; }

pre {
  background: #eee;
  border:     1px solid #ddd;
}

hr {
  background: #B2CCFF;
  color:      #B2CCFF;
}

/* Tables
 * --------------------------------------------------------------------- */
table {
  border-top:     1px solid #ddd;
  border-left:    1px solid #ddd;
}
th,td {
  border-bottom:  1px solid #ddd;
  border-right:   1px solid #ddd;
}

/* Default Classes
 * --------------------------------------------------------------------- */
p.quiet { color: #666; }
.alt    { color: #666; }

p.title {
  color: #111;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2em;
  margin-bottom: 0.75em;
}

#header p.title { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }

#header { height: 80px; text-align: center; }

.footer { text-align: center; margin-top: 10px; }

.navigation {
	padding-top: .3em;
	background-color: #efefef;
	border-bottom: 1px solid #cecece;
	margin-bottom: 10px;
}
.navigation ul {
	margin-top: .5em;
	list-style-type: none;
	text-align: left;
	height: 0;
}

.navigation ul li { 
	display: inline; 
}
.navigation ul li a { 
	background-color: white;
	border: 1px solid #cecece;
	padding: 5px 10px 3px 10px;
	margin-bottom: 0;
	text-decoration: none;
	font-weight: bold;
}

/* About Box
 * ------------------ */
#about_box {
	-moz-border-radius: 4px;
	background-color: #cde0ff;
	border: 1px solid #90c6f2;
	padding: 10px 15px;
}
#about_box h3 { margin-bottom: .4em; }
#about_box img { float: left; margin-right: 10px; }

/* Tool Box
 * ------------------ */
#tool_box {
	-moz-border-radius: 4px;
	background-color: #fff3f3;
	border: 1px solid #cecece;
	padding: 10px 15px;
}

#tool_box h6 {
	border-bottom: 1px solid #cecece;
}

#post_box { margin-bottom: 10px; }

#post_box .post {
	border-bottom: 1px solid #cecece;
	margin-bottom: 0;
	padding: 10px;
}
#post_box .post:hover { background-color: #efefef; }
#post_box .post .meta {
	float: right;
	margin-bottom: 0;
	margin-top: 10px;
}

.post {
	margin-bottom: 2em;
}
.post h3 {
	margin-bottom: .3em;
}
.post .meta {
	color: #bbb;
}

.post .meta .author, .post .meta .date {
	font-weight: bold;
}

.post .content {
	margin-top: 10px;
}

.harley, .about {
	background-color: #fff1e0;
	padding: .5em; 
	-moz-border-radius: 3px;
	border: 2px solid #ffd262;
}

.harley {
	background-color: #efefef;
	border-color: #cecece;
}

.about p#description {
	margin-bottom: 3em;
}

.about #me { float: left; width: 47% }
.about #you {
	 float: right;
	 width: 47%;
}

.about #me h3, .about #you h3
{
	margin-bottom: 2.5em; 
	padding-top: 1em;
	border-top: .5em solid #f7c05e;
}

.about #me h4, .about #you h4
{
	margin-bottom: .3em;
	text-transform: uppercase;
}

.about blockquote
{
	
	border-left: 1em solid #f5dfac;
	padding: 1.5em 2em;
	margin: 0 1em 1.5em;
	background-color: #e9ffcd;
}

.about blockquote cite
{
	text-align: right;
	font-weight: bold;
	display: block;
}

.clear
{
	clear: both;
}
/* EOF */
