/*
Theme URI: http://wordpress.org/
Description: Wired Blog-Wide Global Stylesheet
used in conjunction with Blog Specific Stylesheets
*/

/* DEFAULTS
 ***********/
body{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align: left;
}
p{
	margin: 0;
}
p img {
    padding: 0;
}
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#page a img:hover {
	background-color: #fff;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#page a:hover, #page h2 a:hover, #page h3 a:hover{
	color: #005a99;
}

/* Page Content */
#page {
    padding-bottom: 30px;
}
#content {
	font-size:1.35em;
	float: left;
	width: 625px;
	margin-right: 10px;
}




/* Miscellaneous/Utility
 * ---------------------
 * esmiling:
 * Much of this is legacy from TypePad
 * Some of it may be being used inside of blog post html
 * Some of it is not used at all/can be deleted.
 * This can be looked into as cleanup after launch (to be safe)
 ***************************************************************/
.clear {
    clear: both;
}

