/* based on Blueprint 0.5 - http://code.google.com/p/blueprintcss/ */

/* reset */
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, 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;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
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: "" "";
}

/* typography */
body {
/*line-height: 1;
background-image: url('http://morgansutherland.net/images/wikistripe.png');
background-repeat:repeat;*/
background-color: #fff;
text-align: center;
margin: 0;
font-size: 11px;
line-height: 1.4;
font-family: Arial, Helvetica;
}
h1,h2 {
font-family: Tahoma, Geneva, Arial, Helvetica;
clear: both;
margin: 6px 0 0 0;
}
code {
font-family: Monaco,Courier,monospace;
}
h1 {
font-size: 12px;
font-weight: bold;
line-height: 15px;
padding: 0 0 0 0;
}
h2 {
font-size: 11px;
font-weight: 400;
line-height: 13px;
font-color: #555;
}
p {
margin: 0 0 0 0;
text-align: left;
}
a {
color: #444;
text-decoration: none;
}
a:hover {
color: #000;
text-decoration: underline;
}
a:visited {
color: #555;
text-decoration: none;
}
a:visited:hover {
color: #111;
text-decoration: underline;
}
a:active,a:visited:active{
color:#ee0000;
}
ul,ol {
margin: 9px 9px 9px 18px;
}
ul {
list-style-type: circle;
}
ol {
list-style-type: decimal;
}
blockquote {
margin: .5em 1.5em .6em 2em;
color: #333;
font-size: 11px;
}
strong {
font-weight: bold;
}
em {
font-style: italic;
}
.smallcaps {
font-variant: small-caps;
font-weight: bold;
}


/*elements*/

.sidebar {
margin-bottom: 9px;
}
.sidebar p {
text-align: left;
font-size: 10px;
margin-bottom: 7px;
}
.border {
border-top: 1px solid #444;
}


/* grid */
/*.container {
text-align: left;
position: absolute;
padding: 0;
margin: 6px auto auto 16px;
width: 300px;
}*/
.column {
float: left;
margin-right: 12px;
padding: 0;
text-align: left;
position: absolute;
margin: 6px auto auto 14px;
}
* html .column {
overflow-x: hidden;
}
.span-4 {
width: 390px;
}
.last {
margin-right: 0;
}

