/*
 * CSS rules for gajon.org
 * Jorge Gajon
 */


/* Resets default browser CSS. {{{1 
   Based on work by Eric Meyer:
   meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight:400; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

a img { border: none; }
/* End Resets default browser CSS. */

/* Global Styles {{{1 */
body {
	color: #333;
	background: #fff;
	font: normal 75% 'Trebuchet MS',Verdana,Helvetica,sans-serif;
	line-height: 1.6;
}

a { color: #009; text-decoration: underline; }
a:focus, a:hover { color: #000; text-decoration: underline; }

h1, h2, h3, h4, h5, h6 {
	color: #000;
	font-family: Georgia,"lucida bright","times new roman",serif;
	margin-bottom: 0.75em;
}
h1 { font-size: 3em; }
h2 { font-size: 2em; }
h3 { font-size: 1.5em; }
h4, h5, h6 { font-size: 1em; }

ul, ol, blockquote {
	margin: 1em 0;
	padding: 0 0 0 3em;
}
ul { list-style-type: circle; }

p { margin: 0 0 1.5em 0; }

strong { font-weight: bold; }
em { font-style: italic; }

input, textarea, select { font: normal 1em 'Trebuchet MS',Verdana,Helvetica,sans-serif; }

pre, code {
	font-family: 'Andale Mono',Consolas,'Liberation Mono',monospace;
	white-space: pre;
}
pre {
	border: 1px solid #eee;
	background-color: #f0f0f0;
	margin: 0 0 1.5em 0;
	padding: 0 1.5em;
}
code { background-color: #ffc; }
pre code { background-color: #f0f0f0; }


/* Layout {{{1 */
#container {
	margin: 0 auto;
	padding: 2em 0;
	width: 63em;
}

#header {
	margin: 0 0 1.5em 0;
	border-bottom: 1px solid #eee;
}
#header h1 { margin: 0; line-height: 1em; }
#header p { font-size: 0.8em; }

#content {
	float: left;
	width: 41em;
	margin: 0 2em 1.5em 0;
	padding: 0 2em 0 0;
	border-right: 1px solid #eee;
}

#sidebar {
	float: left;
	width: 17em;
	margin: 0;
	padding: 0;
}
#sidebar ul { padding: 0 1em; }

#footer {
	clear: both;
	padding: 1.5em;
	border-top: 1px solid #eee;
	text-align: center;
	font-size: 0.8em;
}

.postheader h2 { margin: 0; line-height: 1em; }
.postheader p  { font-size: 0.8em; }


/* vim: set sw=4 ts=4 noet foldmethod=marker: */
