/* base.css */

a:link {color:#2A5DB0; text-decoration: none}
a:visited {color:#2A5DB0; text-decoration: none}
a:hover {color:#2A5DB0; text-decoration: underline}

body
{
	font-family: Helvetica, Lucida Grande, verdana;
}

td
{
	font-family: Helvetica, Lucida Grande, verdana;
	font-size: 13px;
}

table
{
  border-collapse: collapse;
  border: 1px solid;
}

/* website title */
h1
{
	font-size: 32px;
	margin-bottom: 5px;
	margin-top: 0px;
}

#header
{
	border-bottom: 1px solid #BABABA;
	padding: 10px;
}

#header_image
{
	float: left;
	width: 100px;
}

#header_title
{
	float: left;
	width: 860px;
	margin-left: 15px;
}

#header_nav
{
	float:right;
	margin-top:20px;
	font-size:19px;
}

.blog_post_date
{
	float:left;
	margin-left:-70px;
	text-align:right;
	color:#99A;
	font-size:13px;
	line-height:17px;
}

/* blog post title */
h2
{
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 27px;
	font-weight:bold;
}

h3
{
	margin-top: 5px;
}

h4
{
	margin-top: 5px;
}

#twitter_div ul
{
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0px;
	padding: 5px;
}

#twitter_div li
{
	margin-bottom: 10px;
}

#recent_posts ul
{
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 5px;
	padding: 0px;
}

#recent_posts li
{
	margin-bottom: 5px;
}

.recent_posts_date
{
	font-size: 11px;	
	color: #696969;
}

#page
{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#content
{
	width: 1000px;
	min-height: 500px;
}

#main
{
	float: left;
	width: 700px;
	padding: 10px;
	padding-top: 15px;
	padding-right: 20px;
	font-size: 16px;
	line-height: 24px;
}

#sidebar
{
	float: left;
	margin-right: 0px;
	margin-left: 0px;
	width: 249px;
	padding: 10px;
	margin-bottom:0px;
	
	border-left: 1px solid #BABABA;
	font-family: Helvetica, Lucida Grande, verdana;
	font-size: 13px;
	line-height: 17px;
}

#paging
{
	font-size: 14px;
	text-align: center;
	margin-bottom: 20px;
}

.bio
{
	margin-top:15px;
	margin-left:30px;
	font-style: normal;
}

.sidebar_title
{
	font-weight: bold;
	font-size: 17px;
	margin-top: 30px;
}

.blogroll_item
{
	margin-top: 5px;
	margin-bottom: 5px;
}

.stat_counter
{
	margin-top: 5px;
	margin-bottom: 10px;
}

.blog_post
{
	border-bottom: 2px solid #88AADD;
	margin-bottom: 20px;
	padding-bottom: 20px;
	font-size: 16px;
	line-height:24px;
}

.recent_blog_post
{
	margin-top: 20px;
	margin-bottom: 20px;	
}

.recent_blog_post h2
{
	font-size: 21px;
}

.blog_post_subtitle
{
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 13px;
}

.blog_admin_controls
{
	margin-top: 5px;
	font-size: 12px;
}

.blog_admin_controls a
{
	color: #CD0000;	
}

.tag_title
{
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
}

.status_message
{
	font-style: italic;
	background: #FFE600;
	margin-bottom: 10px;
	padding: 1px;	
}

#admin_title
{
	float: left;
	width: 50%;
}

#admin_logout
{
	float: left;
	text-align: right;
	width: 50%;
}

blockquote
{
	font: 1.2em/1.6em Georgia, "Times New Roman", Times, serif;
	background: url(/static/images/close-quote.gif) no-repeat right bottom;
	padding-left: 18px;
	text-indent: -18px;
}

blockquote:first-letter
{
	background: url(/static/images/open-quote.gif) no-repeat left top;
	padding-left: 18px;
	font: italic 1.4em Georgia, "Times New Roman", Times, serif;
}

.product
{
	margin-top: 30px;
	margin-bottom: 30px;
}

.product_launch_date
{
	margin-top: 3px;
	margin-bottom: 3px;
	color: gray;
	font-size: 13px;
	line-height: 17px;
}

.clear
{
	clear: both;
}

