/* simonb.com base.css */

/* the following lines attempt to clear the css palette */

a, abbr, acronym, address, applet, area, b, base, basefont, bdo, big, blockquote, body, br, button, caption, cite, code, col, colgroup, dd, del, dfn, dir, div, dl, dt, em, fieldset, h1, h2, h3, h4, h5, h6, head, hr, html, i, iframe, img, input, ins, isindex, kbd, label, legend, li, link, map, menu, meta, noframes, noscript, object, ol, optgroup, option, p, param, q, s, samp, script, select, small, span, strike, strong, style, sub, sup, table, tbody, td, textarea, tfoot, th, thead, title, tr, tt, u, ul, var {
	margin: 0;
	padding: 0;
	border: none;
	text-decoration: none;
	list-style: none;
	font-style: normal;
	font-weight: normal;
	color: black;
	background-color: transparent;
}

q:before, q:after {
	content: "";
}

/* standard HTML tags */

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: small;
	line-height: 1.3;
}

h1 {
	font-size: 160%;
	margin-bottom: 10px;
}

h2 {
	font-size: 150%;
	margin-bottom: 10px;
}

h3 {
	font-size: 140%;
	margin-bottom: 10px;
}

h4 {
	font-size: 130%;
	margin-bottom: 10px;
}

h5 {
	font-size: 120%;
	margin-bottom: 10px;
}

h6 {
	font-size: 110%;
	margin-bottom: 10px;
}

a{
	color: #1459d2;
}

p {
	margin-bottom: 10px;
}

ol {
	margin-bottom: 10px;
}

ol li{
	
}

ul {
	margin-bottom: 10px;
}

ul li{

}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

a:hover {
	text-decoration: underline;
}

blockquote{
	border-left: 3px solid silver;
	margin: 10px 20px;
	padding-left: 5px;
}

blockquote p{
	font-style: italic;
	margin: 0;
}

/* attribute selectors do not work on IE6 */

input[type="text"] {
	border: 1px black solid;
}

input[type="password"] {
	border: 1px black solid;
}

/* this is a fix for IE6 see above, put input[type=text] in this class */

input.tinput {
	border: 1px black solid;
}

textarea {
	border: 1px black solid;
}

select {
	border: 1px black solid;
}

button {
	border: 1px solid gray;
	padding: 2px;
}

button:hover {
	color: blue;
	border: 1px solid black;
}

button:active {
	color: red;
	border: 1px solid gray;
}

/* handy classes */

.hidden {
	display: none;
}

.centered {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.right{
	text-align: right;
}

.base {
	clear: both;
}

.comment{
	background-color: #fcffb4;
}

/* object edit */

table.objedit {
	border-collapse: collapse;
}

table.objedit tr th {
	font-weight: bold;
	text-align: right;
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
}

table.objedit tr th label.required_field_label{
	font-weight: bold;
}

table.objedit tr th label.field_label{
	font-weight: normal;
	font-style: normal;
}

table.objedit tr td {
	padding-top: 5px;
	padding-bottom: 5px;
}

table.objedit tr td {
	width: 310px;
}

table.objedit tr td input {
	width: 300px;
}

table.objedit tr td input[type="checkbox"] {
	width: auto;
}

table.objedit tr td select {
	width: 300px;
}

/* form errors */
ul.errorlist{
	
}

ul.errorlist li{
	color: red;
}

td.field_errors{
	color: red;
	font-weight: bold;
}

td.error_field input{
	background-color: #fcffb4;
}

td.error_field select{
	background-color: #fcffb4;
}

/* site specific stuff below */

#container{
	width: 800px;
	background-color: white;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
}

#pre-header{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

/* the skip to content link, first thing on the page */
.skip-to-content{
	font-size: x-small;
	margin-left: 10px;
	color: #cbcbcb;
}

a.skip-to-content:hover{
	text-decoration: none;
	color: black;
	font-weight: bold;
	font-style: italic;
}

h1.pageheader{
	font-size: x-small;
	color: #cbcbcb;
	margin: 0;
	text-align: right;
}

/* crumb trail */

.crumbs{
	font-size: 80%;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.crumbs p{
	color: #727272;
	margin: 0;
}

/* recently seen */

.recently {
	font-size: 80%;
	padding-left: 10px;
}

/* div to hold the actual contents */

#content{
	padding-right: 10px;
	padding-left: 10px;
}

/* header */
#header{
	border-bottom: 1px solid black;
}

#header ul{
	float: left;
	margin: 0;
}

#header ul li{
	display: inline;
	float: left;
}

#header ul li a{
	display: block;
	color: #bcbcbc;
	font-weight: bold;
	font-size: large;
	padding-right: 10px;
	padding-left: 10px;
}

#header ul li a.first{
}

#header ul li a:hover{
	color: black;
	text-decoration: none;
}

#header .rss{
	float: right;
	height: 17px;
}

#header .rss a{
	background: url(../img/rss.png) no-repeat right center;
	padding-right: 17px;
	display: block;
	color: #bcbcbc;
	font-size: large;
}

#header .rss a:hover{
	color: black;
	text-decoration: none;
	background: url(../img/rss-black.png) no-repeat right center;
}

/* columns */

#columns{
	
}

/* left */

#columns #left{
	width: 500px;
	float: left;
	border-right: 1px solid silver;
	padding-right: 10px;
}

/* right */

#columns #right{
	width: 250px;
	float: left;
	border-left: 1px solid silver;
	padding-left: 10px;
	margin-left: -1px;
}

#columns #right a{
	color: #727272;
}

/* twitter */
#columns #right a.twitter{
	font-size: medium;
	color: #61c5eb;
}

#columns #right a:hover{
	color: black;
	text-decoration: none;
}

#columns #right .about-block{
}


#columns #right .about-block h2{

}

#columns #right .about-block p{
	color: #727272;
}

#columns #right .about-block p a{
	color: black;
}

#columns #right .about-block p a:hover{
	color: #91007f;
}

#columns #right h2{
	margin-top: 0;
	margin-bottom: 0;
}

#columns #right ul.tags{
	
}

#columns #right ul.tags li{
	display: inline;
	line-height: 1.0;
}

#columns #right .calendar{
}

#columns #right .calendar h2{
	margin-top: 10px;
	margin-bottom: 0;
	color: #727272;
}

#columns #right .calendar ul{
	margin-left: 5px;
}

#columns #right .calendar ul.days li{
	display: inline;
}

/* the tags */
ul.tags{
}

ul.tags li{
	display: inline;
}

ul.tags li a{
	font-weight: normal;
	font-style: normal;
	padding: 2px;
}

#columns #left ul.tags li a:hover{
	background-color: #1459d2;
	color: white;
	text-decoration: none;
}

#columns #right ul.tags li a:hover{
	background-color: #727272;
	color: white;
}

ul.tags li.tag01 a{
	font-size: 12px;
}

ul.tags li.tag02 a{
	font-size: 14px;
}

ul.tags li.tag03 a{
	font-size: 16px;
}

ul.tags li.tag04 a{
	font-size: 18px;
}

ul.tags li.tag05 a{
	font-size: 20px;
}

ul.tags li.tag06 a{
	font-size: 22px;
}

ul.tags li.tag07 a{
	font-size: 24px;
}

ul.tags li.tag08 a{
	font-size: 26px;
}

ul.tags li.tag09 a{
	font-size: 28px;
}

ul.tags li.tag10 a{
	font-size: 30px;
}

/* pagination */ 

.pagination{
	margin-top: 10px;
	margin-bottom: 10px;
}

.pagination span.paginated_range{
	color: #727272;
}

.pagination a{
	color: #727272;
}

.pagination a:hover{
	text-decoration: none;
	color: white;
	background-color: #727272;
}

/* footer */

#footer{
	border-top: 1px solid black;
	margin-top: 4px;
}

#footer p{
	font-size: x-small;
	padding-top: 5px;
	padding-bottom: 0;
	color: #727272;
}


