/* @override http://www.ericadiniso.com/style.css */

/* @group Reset Reloaded */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	color: #666666;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	line-height: 1;
	background: white;
	font-family: Georgia;
}

ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* @end */

.clearfix:after, .entry:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* @group links */

a {
	color: #c30226;
	text-decoration: none;
}

a:hover {
	color: #f5dc00;
}

#nav a:hover {
	padding-top: 7px;
	border-top-style: solid;
	border-top-width: 50px;
}

#right_col a, #footer a {
	color: #AAAAAA;
}

#right_col a:hover, #footer a:hover {
	color: #666666;
}

/* @end */

/* @group titles */

h1 {
	font-weight: bold;
	letter-spacing: -0.1em;
	font-size: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 0.1em;
}

h2 {
	font-size: 0.8em;
	margin-bottom: 0.5em;
}

p {
	font-size: 0.8em;
	margin: 0 0 1em 0;
}

h3 {
	font-weight: bold;
	letter-spacing: -0.1em;
	font-size: 1.3em;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 0.5em;
}

small {
	font-size: 0.8em;
}

/* @end */

/* @group external */

body {
	margin: 0;
	font-size: 1em;
	
}

html, body {
	height: 100%;
}

#container {
	width: 750px;
	background-color: #FFFFFF;
	margin: 0 auto;
}

/* @end */

/* @group header */

#header {
	padding: 30px 0 0 0;
	height: 80px;
}

#logo {
	float: left;
}

#nav {
	font-weight: bold;
	margin: 1em 0 0 0;
	float: right;
	font-family: Helvetica, Arial, sans-serif;
	letter-spacing: -1px;
}

#nav li {
	margin: 0 0 0 1em;
	display: inline;
}

/* @end */

#main {
	margin: 0 auto;
}

/* @group blog */

#left_col {
	width: 600px;
	float: left;
}

#right_col {
	float: right;
	margin: 0.5em 0 2em 0;
}

#right_col ul {
	margin-bottom: 2em;
	font-size: 0.8em;
}

#s {
	width: 75px;
}

/* @end */

/* @group post */

.post {
	line-height: 1em;
	margin-bottom: 2em;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 1em;
	margin-bottom: 4em;
}

/* @end */

/* @group footer */

#footer {
	width: 750px;
	margin: 2.5em auto;
	font-size: 0.6em;

}

#footer_nav li {
	float: left;
	margin-right: 1em;
	display: inline;
}

#footer_credits li {
	margin-left: 1em;
	float: right;
	display: inline;
}

/* @end */

/* @group comments */

#comment {
	width: 550px;
}

.post h3 {
	margin-top: 1em;
}

/* @end */

/* @group inside */

h1#pagetitle {
	margin-bottom: 1em;
}

/* @end */

/* @group contact */

.contactleft {
	margin: 1em 0 0.5em 0;
}

#contactsubmit {
	margin-top: 0.5em;
}

/* @end */