﻿/*
/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Name: Launchpad
Template by ejner69
URL: http://micerbo.site90.net/
Originally it was a wp theme by Themeshaper
URL: http://themeshaper.com/
Distributed by: http://micerbo.site90.net/
Template released under the Creative Commons Atribution License,
*/
/* --------------------------------------------------------------
Reset default browser CSS.
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;
}
body {
line-height: 1.5;
background: #fff;
margin:0;
}
<!--[if IE]>
#wrapper {
margin:20% 0;
}
<![endif]-->
/* Tables still need "cellspacing="0"" in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
a img { border: none; }
/* --------------------------------------------------------------
Structure
-------------------------------------------------------------- */
body {
background:#000;
color:#FFF;
}
a {
text-decoration:none;
}
em {
font-style:italic;
}
strong {
font-weight:bold;
}
#wrapper {
text-align:center;
}
#main {
width:800px;
margin:0 auto 24px auto;
font:18px/24px Georgia, serif;
}
h1 {
font:30px/36px Verdana, sans-serif;
font-weight:bold;
}
h1 span {
font-size:24px;
text-transform:uppercase;
letter-spacing:2px;
margin-bottom: 5px;
}
h2 {
font:20px/26px Verdana, sans-serif;
font-weight:bold;
}
h2 span {
font-size:14px;
text-transform:uppercase;
letter-spacing:1px;
}
h3 {
font:15px/20px Verdana, sans-serif;
font-weight:bold;
}
h3 span {
font-size:10px;
text-transform:uppercase;
letter-spacing:1px;
}
ul, ol, dd {
list-style-position: outside;
list-style: none;
line-height: 1.50em;
text-decoration: none;
font-style: none;
}
#options-wrap {
background:#ED8133 url(bar.gif) repeat-x top;
width:100%;
float:left;
margin:0 0 24px 0;
border-top:2px solid #FE8F45;
border-bottom:2px solid #B54901;
}
#subscribe-options {
width:960px;
margin:0 auto;
padding:18px 0;
font-family:Verdana, sans-serif;
color:#000;
font-size:12px;
overflow:hidden;
}
#subscribe-options a {
color:#000;
}
.rss-subscribe {
display:inline;
padding:36px 0;
margin:0 10px 0 0;
}
.rss-subscribe img {
vertical-align:middle;
}
form {
display:inline;
/* border-left:1px solid #B54901; */
padding:36px 0;
}
form p, form input {
display:inline;
}
.form-label {
border-left:1px solid #FE8F45;
padding:36px 10px;
}
#submit {
vertical-align:middle;
}
#page-info {
clear:both;
width:960px;
margin:0 auto;
font-family:Verdana, sans-serif;
font-size:10px;
color:#CCC;
}
#page-info a {
color:#CCC;
}
#page-info a:hover {
color:#FFF;
}
.used {
text-decoration: line-through;
}