/*---------------------------------------------------------------------------------------------
	Main Layout
---------------------------------------------------------------------------------------------*/

html{
	margin : 0;
	padding : 0;
}

body{
	margin: 0px auto 0px auto;
	padding: 0px;
	text-align:left;
	background-color: #fcfcfc;
	background-image: url(http://www.seanvec.com/images/background.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

#top {
	margin : 0px auto;
	width: 780px;
	padding : 0px;
	height: 390px;
}

#pagebottom {
	text-align:center;
	margin : 0px auto;
	padding : 0px 0px 0px 0px;
	height: 220px;
	background-image: url(http://www.seanvec.com/images/footer_bg2.jpg);
	background-position: center;
	background-repeat: repeat-x;
}

#container {
	width: 780px;
	text-align:left;
	margin : 0px auto;
	background-color : #fcfcfc;
}


#content {
	float: left;
	width: 450px;
	padding-left:45px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:0px;
	border:0px;
	line-height: 19px;
}

#rightnav {
	text-color: #646464;
	font-family: lucida grande, tahoma, arial;
	font-size: 12px;
	float: right;
	width: 190px;
	padding-left:0px;
	padding-right:40px;
	padding-top:0px;
	padding-bottom:0px;
	border:0px;
	line-height: 16px;
}

#footer {
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

/*---------------------------------------------------------------------------------------------
	Text Settings
---------------------------------------------------------------------------------------------*/

body{
	font-family:lucida grande, tahoma, arial;
	font-size: 13px;
	color: #444444;
	background-color: #fcfcfc;
}

.bold {
	font-weight: bold;
}

.fineprint {
	font-size: 10px;
}

.copyright {
	font-size: 10px;
	color: #aaaaaa;
}

hr {
	border: 0px;
	color: #cccccc;
	background-color: #ffffff;
	height: 1px;
}

.title,h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #e1740a;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	text-transform:uppercase;
}

h2 {
	font-family: lucida grande, tahoma, arial;
	font-size: 11px;
	color: #555555;
	font-weight: normal;
	text-transform:none;
	margin: 0px 0px 0px 0px;
}

ul
{
 	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
}

ul li {
	list-style-type: disc;
	list-style-image: none;
	list-style-position: inside;
	marker-offset: 0px;
	margin-bottom: 0px;
	}

.post-footer em, .comment-link {
	font-family: lucida grande, tahoma, arial;
	font-size: 9px;
	text-transform:uppercase;
}

.post-footer em {
	font-style:normal;
	color:#646464;
	margin-right:.6em;
}

#comments h4 {
  margin:1em 0;
  font:bold 78%/1.6em lucida grande, tahoma, arial;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#999;
  }
#comments h4 strong {
  font-size:130%;
  }
#comments-block {
  margin:1em 0 1.5em;
  line-height:1.6em;
  }
#comments-block dt {
  margin:.5em 0;
  }
#comments-block dd {
  margin:.25em 0 0;
  }
#comments-block dd.comment-timestamp {
  margin:-.25em 0 2em;
  font:78%/1.4em lucida grande, tahoma, arial;
  text-transform:uppercase;
  letter-spacing:.1em;
  }

#leftnav {
	font-family: lucida grande, tahoma, arial;
	font-size: 11px;
	font-weight:normal;
	color: #465b6f;
	}

/*---------------------------------------------------------------------------------------------
	Link Settings
---------------------------------------------------------------------------------------------*/

a:link, a:active, a:visited {
	color : #3c587e;
	font-weight:normal;
	text-decoration:none;
}

a:hover {
	color : #3c587e;
	font-weight:normal;
	text-decoration:underline;
	background: transparent;
}

a.sidelink:hover { color: #e1740a; text-decoration: underline; font-weight:normal;}
a.sidelink { color: #777777; text-decoration: none; font-weight:normal;}

a.titlelink:hover { color: #3c587e; text-decoration: none;}
a.titlelink { font-family:Arial, Helvetica, sans-serif; font-size: 16px; color: #e1740a; font-weight: bold; text-transform: uppercase;}
