body {
	font:9pt arial,free-sans,sans-serif;
	line-height:1.4em;
	color: #333;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
a		{color:#09f;text-decoration:none}

#footer a:hover,
a:active,
a:focus,
a:hover	{color:#09f;text-decoration:underline}

img { vertical-align: middle}
a img {border:0 none; }
/*a:active img,*/
/*a:focus img {border-bottom:solid 3px #09f;margin-bottom:-3px}*/
/*#siteTitle a:focus img{border-bottom:0 none;margin-bottom:0}*/

h1,h2,h3,h4,h5,h6{
	font-weight:normal;
	color:#333;
	line-height:1.4em;
	margin-bottom:0.25em;
}

.wp-caption {
	color: #999;
	font-weight:normal;
	border: solid 1px #ccc;
	padding: 5px 0;
	text-align:center
}
.wp-caption-text {margin-top: 1em;}

.smallTitle,
#sectionTitle,
.uppercase{text-transform:uppercase}
.italic {font-style: italic;}
.rightArrow{
	color:#09f;
	margin: 0 0.5em;
	vertical-align: text-bottom;
}
.titleSuffix {
	color:#999;
}

.widgetTitle{display:block}

#commentTitle,
#newCommentTitle,
#navigationBar {
	font-weight: bold;
}

.postTitle {
	font-size: 20px;
	line-height: 1.4em;
}
#commentlist,
#sidebar .widgetContent,
.postBody {
	font-size: 9pt;
	line-height: 1.4em;
}

hr,
address,
pre,
blockquote,
p,
.postBody embed,
.postBody object,
.postBody iframe,
.postBody table,
.postBody dl,
.postBody ol,
.postBody ul {
	margin-bottom:1em
}
.postBody dl,
.postBody ol,
.postBody ul {
	padding-left: 3em
}
.postBody img {vertical-align:baseline}

.postBody dl dl,
.postBody li ol,
.postBody li ul {
	margin:0;
	padding-left:1.5em
}

.postBody form,
.postBody fieldset {
	border:0 none;
	width: auto;
}

.postBody form p label { /* Just because Wordpress like to wrap everything in a P.*/
	display:block;
	margin-top: 1em;
	margin-bottom: -1em;
}

abbr{cursor:help}

blockquote{
	border-left:solid 0.3em #efefef;
	padding-left: 0.5em;
	margin:0 6% 1em;
	font-size:small;
	font-style:italic
}

blockquote blockquote {
	margin:0;
	padding:0;
	border: none 0;
}

address {
	font-style: italic;
	font-variant:small-caps;
	font-size: small;
	letter-spacing: 0.1em;
	font-weight: bold;
}

q {
	font-family:serif;
	font-size: larger;
	font-style: italic;
}
pre, code{
	font-family: monospace;
	color:#6f6060;
	line-height: 2em;
	border:solid 1px #dedede;
	background-color: #f6f6f6;
	padding: 1em;
}

input[type='submit'],
input[type='reset'],
input[type='button']{
	color: #fff;
	background-color: #F90;
	font-size: 7.5pt;
	border: none 0;
	font-weight: bold;
	padding: 5px 4px 6px;
	cursor: pointer;
	text-transform: uppercase;

	-moz-border-radius: 1px;
	-webkit-border-radius: 2px;
}

.ie8 input[type='submit'],
.ie8 input[type='reset'],
.ie8 input[type='button']{
	padding: 0.7em 0.8em;
}

.awiwpost #content input[type='submit'],
.awiwpost #content input[type='reset'],
.awiwpost #content input[type='button']{
	background-color: #C71325;
}

.commentTitle,
.previousStories {
	line-height: 5em;
	display:block;
	clear:left;
}

.commentTitle {
	float: left;
	width: 50%;
}
.widget ul {
	list-style-position: outside;
	list-style-type: decimal;
	line-height:2em;
	margin-left:2em;
}
.widget ul ul {list-style-type: square}

.WordpressPopularPosts_widget_mostpopular a,
.widget_mostpopular a {
	font-weight:bold;
	color: #000;
}

.dropBox {
	background-color: #eee;
	width: 50%;
	float: left;
	padding: 1em;
	margin: 1em 1em 1em 0;
}