/*----------------------------------------
Theme Name: AdamTBradley
Theme URI: http://www.adamtbradley.com/
Description: A theme for my personal/professional blog.
Version: .9
Author: Adam Bradley

Based on Elements: http://elements.projectdesigns.org/
----------------------------------------*/

/* Imports
----------------------------------------*/
@import url("/css/reset.css");


/* Elements
----------------------------------------*/
body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

/*p, td, th, li
{
	font-size:.875em;
	line-height:1.5em;
}*/

p
{
	margin: 0 0 1em 0;
}

h1, h2, h3, h4, h5, h6
{
	font-weight: normal;
}

h1
{
	margin:.5em 0 .5em 0;
	font-size:2.125em;
}

h2
{
	margin:.3em 0 .3em 0;
	font-size:1.75em;
}

h3
{
	margin:.3em 0 .3em 0;
	font-size:1.5em;
}

h4
{
	margin:.3em 0 .3em 0;
	font-size:1.25em;
}

h5
{
	margin:.3em 0 .3em 0;
	font-size:1.125em;
}

h6
{
	margin:.3em 0 .3em 0;
	font-size:1em;
}

ul
{
	margin-left:25px;
	list-style-type:none;
}

ol
{
	margin-left:25px;
	
}

code		{font-family: Courier, monospace;}

a		{text-decoration: none; border-bottom: 1px dotted;}
blockquote	{margin: 0 0 18px 18px; font-style: italic;}
strong		{font-weight:bold;}
em		{font-style:italic;}
pre		{width: 90%; margin: 0 0 14px 10px; border: 1px dotted white; border-width: 1px 0; overflow: auto;}

/* Standard Definitions
----------------------------------------*/
.left 		{float:left;padding-right:5px;}
.right 		{float:right;padding-left:5px;}
.clearance 	{clear:both; width:100%;}
.clearRight	{clear:right;}
.clearLeft	{clear:left;}
.small		{font-size:.625em;}
.large		{font-size:1em;}
.hide		{display:none;}
.nobr		{white-space:nowrap;}

/* Common text elements */
.post-title a {
	border-bottom: 0;
}
