* { margin: 0; padding: 0; }
html { font-size: 62.5%; } /* 1em == 10px http://clagnut.com/blog/348 */

ul { margin-left: 1.5em; }
ul li { margin-left: .85em; }
ol { margin-left: 2.35em; }
ol ol, ul ol { margin-left: 2.5em; }
dd { margin-left: 2em; }

body, th, td {
	font-family: Arial, sans-serif;
	font-size: 1.4em; /* 14px */
	line-height: 1.29em; /* 18px */
}

input, textarea {
	font-family: Arial, sans-serif;
    padding: 5px;
}

p, hr {
	margin-bottom: 1.6em;
}

p+p { margin-top: -.8em; }

a img, :link img, :visited img { border: none; }

.clear { clear: both; }

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
    vertical-align: middle;
}

section, article, nav, header, footer, aside {
    display: block;
}

form {
}
	
fieldset {  
    border: none;
    margin: 0;  
    padding: 0;
}

legend {  
	display: none;
    color: #000;  
    font-weight: bold;
    margin-left: 1em;  
}

fieldset ol {  
	margin: 0;
    padding: 0;  
    list-style: none;
}

fieldset li {
    margin-bottom: 0.78em;
}

fieldset.actions {  
    border-style: none;
    margin-top: 1em;
}

label {
    display: block;
}

label img {
    position: relative;
    top: 0.15em;
}

textarea {
    width: 90%;
    height: 5em;
}

form fieldset li.error {
    background: #fee;
    color: #f00;
}

form fieldset li.error label {
    color: #f00;
}

input[type=text] {
    width: 32em;
}

input[type=email] {
    width: 24em;
}

.anonymous {
}

.registered {
    display: none;
}

.admin { 
    display: none;
}


.start {
    float: left;
}

.end {
    float: right;
}

body {
    background: #333;
    color: #fff;
    width: 100%;
}

a {
    color: #fff;
    font-size: 108%;
}

a:hover {
    color: #fe3;
    font-size: 108%;
}

.wrap {
    margin: auto;
    width: 840px;
}

header {
    margin: 40px 0;
}

footer {
    height: 250px;
    margin-top: 5em;
}

.copyright {
    position: relative; 
    top: 140px;
}

h1, h2, h3 {
    font-family: "Trebuchet MS";
}

article {
    background: #444;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 20px;
    padding-bottom: 16px;
    -moz-border-radius: 10px;    
    -webkit-border-radius: 10px;    
    -o-border-radius: 10px;    
}

article a {
    color: #fe0;
    text-decoration: none;
}

article a:hover {
    color: #fe9;
    text-decoration: underline;
}

article h1 {
    color: #00b8ef;
    font-size: 1.71em;
    font-family: "Trebuchet MS";
    font-weight: bold
    line-height: 100%;
    margin-top: 0; 
    margin-bottom: 5px;
}

article h2 {
    color: #00b8ef;
    font-size: 1.67em;
    font-family: "Trebuchet MS";
    font-weight: bold
    line-height: 100%;
    margin-top: 0; 
    margin-bottom: 5px;
}

article h2 a {
    color: #00b8ef;
    line-height: 1.2em;
    text-decoration: none;
}

article h2 a:hover {
    color: #fff;
    background: #00b8ef;
    text-decoration: none;
}

.tagcloud {
    text-align: center;
    padding: 30px;
}

.tagcloud span {
    padding: 10px;
}

.tags a {
    background: #4d4d41;
    color: #fe0;
    padding: 5px;
    text-decoration: none;
}

.tags a:hover {
    background: #a1a122;
    color: #fff;
    text-decoration: none;
}



button {
    border: none;
    font-size: 1.14em;
    margin-right: 10px;
    padding: 10px;
    border-radius: 5px;            
    -webkit-border-radius: 5px;            
    -mozilla-border-radius: 5px;            
    -o-border-radius: 5px;            
}

button {
    background: #00b8ef;
    color: #fff;
}

button.warn {
    background: #f00;
}

button:hover {
    background: #f60;
    background: #53c2ea;
}

.comment {
    background: url(/cb.png) no-repeat bottom left;
    padding-bottom: 17px;
    margin-bottom: 3px;
}

.comment article {
    padding: 20px !important;
    margin-bottom: 0;
}

#search {
    background: #262626;
    float: right;
    position: relative;
    top: -10px;
}

#search #q {
    background: url(/search.png) no-repeat center right;
    width: 16em;
    border: none;
    color: #666;
    font-size: 1.17em;
}

#search:hover {
    background: #292929;
}

#search #q:hover, #search #q:focus {
    color: #fff;
}

h1 {
    font-size: 1.43em;
}

h1 img, h2 img, h3 img, h4 img, h5 img {
    vertical-align: middle;
}

article .header {
    margin: 0 0 20px;
}

article .footer {
    margin: 20px 0 0;
}

article .footer img {
    vertical-align: middle;
}

img.end {
    float: right;
}

#breadcrumbs {
    clear: both;
    color: #aaa;
    margin-left: 40px;
}

#breadcrumbs a {
    color: #aaa;
}

#breadcrumbs a:hover {
    color: #fe3;
}

#breadcrumbs b {
    font-weight: normal;
}    

#search {
    border: none;
    position: relative;
    top: -10px;
}

#search form {
    border: none;
}

#q {
    border: none;
    padding: 5px;
    -webkit-border-radius: 5px;            
    -mozilla-border-radius: 5px;                
    -o-border-radius: 5px;    
}

article input, article textarea {
    background: #555;
    border: 1px solid #666;
    color: #fff;
}

article input:hover, article textarea:hover {
    border: 1px solid #888;
}

.paginator {
    overflow: hidden;
}

.paginator a {
    background: #444;
    color: #fff;
    border: none;
    font-size: 120%;
    margin-bottom: 20px;
    padding: 10px;
    text-decoration: none;
    -webkit-border-radius: 5px;            
    -mozilla-border-radius: 5px;                
    -o-border-radius: 5px;    
}

.paginator a:hover {
    background: #555;
}

img.avatar {
    float: right;
    margin: 0 0 10px 10px;
}

code {
    background: #555;
    display: block;
    font-family: monospace;
    font-size: 1.27em;
    padding: 10px;
}

blockquote {
    background: url("/bquote.png") no-repeat;
    font-weight: bold;       
    padding: 20px 20px 20px 94px;
}

.comment-summary {
    margin-bottom: 4px;
}

.comment-summary img {
    margin-right: 5px;
    vertical-align: middle;
}

.errors {
    background: #f00;
    color: #fff;
    display: none;
    margin-bottom: 10px;
    padding: 20px;
}

.more {
    margin-left: 5px;
    text-decoration: underline;
}

section.banner {
    margin-bottom: 20px;
    text-align: center; 
}

.video {
    background: #222; 
    padding: 20px 80px;
}
