@import "header.css";
@import "columns.css";
@import "wordpress.css";

/*** BODY AND PAGE STYLES ***/

body {
	margin: 0;
	padding: 0;

	font-family: "Trebuchet MS", "Helvetica", sans-serif;
	font-size: 11pt;
}

a {	text-decoration: none; }
a:hover { text-decoration: underline; }
a.feed { padding-right: 19px; background: url( '{{ mediaURL }}/images/feedicons/37.png' ) no-repeat right 50%; }

p { margin: 0; padding: 0.5em 0 0.5em 0; text-align: justify; line-height: 120%; }
p.notice { font-weight: bolder; }
p.caption { padding: 0 0 4px 0; font-size: 75%; text-align: right; }

img { border: 0; }
img.framed {}

pre {
	margin: 0;
	padding: 0.5em 0 0.5em 2ex;
	overflow: auto;
}
/* Fix IE. Hide from IE Mac \*/
pre:hover { overflow: auto; }
pre { overflow: hidden; }
/* End */

code { color: #9090B0; }

a.thickbox { border: 0; padding: 0; margin: 0; }

/* Forms */
input { margin: 4px 0 4px 0; }
textarea { margin: 4px 0 4px 0; }
input.openid {
	padding-left: 21px;
}
input.fixed { width: 350px; }
textarea.fixed { width: 350px; }

/* Headings */
h1 {
	margin: 0;
	padding: 0 0 4px 0;

	font-weight: normal;
	font-size: 32px;

	height: 42px;
}

h2 {
	margin: 0;
	padding: 1em 0 4px 0;

	display: list-item;
	list-style-type: square;

	font-weight: normal;
}

h3 {
	margin: 0;
	padding: 0.5em 0 0 0;

	font-weight: normal;
	font-size: 120%;
}


/* Link list styles */
ul.linkList, ul.blogroll, ul#sidebar {
	font-size: 70%;
	line-height: 100%;

	margin: 0;
	padding: 7px 0 7px 0;

	list-style-type: none;
}

ul.linkList li, ul.blogroll li, ul#sidebar li {
	margin: 0 0 6px 0;
	padding: 0 0 0 0;
	text-indent: 0;
}

ul.linkList a, ul.blogroll a, ul#sidebar a {
	font-size: 125%;
}

/* TOC styles */
ul.toc {
	margin: 0;
	padding: 10px;

	list-style-type: none;
}

