/* 
 Theme Name: Custom Theme
 Theme Version: 1.0
 Author: A.Y. (InkSpark.org)
*/

/***
 *** PRESETS
 ***/

/**
 ** RESET CODE
 **/

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;
	text-shadow: #000 0 0 0;
}

body {
	line-height: 1.5;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

table, td, th {
	vertical-align: middle;
}

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

blockquote, q {
	quotes: "" "";
}

a img {
	border: none;
}

/**
 ** IE Fixes
 **/
 
* html legend {
	margin: -18px -8px 16px 0;
	padding: 0;
}

ol {
	margin-left: 2em;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

html>body p code {
	*white-space: normal;
}

hr {
	margin: -8px auto 11px;
}

/**
 ** Other Presets
 **/

body {
	color: #cbdfd9;
	font: .95em "Lucida Grande", Lucida, Verdana, sans-serif;
}

h1, h2, h3, h4, h5, h6, h1 a, h1 a:hover, h1 a:focus, h2 a, h2 a:hover, h2 a:focus, h3 a, h3 a:hover, h3 a:focus, h4 a, h4 a:hover, h4 a:focus, h5 a, h5 a:hover, h5 a:focus, h6 a, h6 a:hover, h6 a:focus {
	background: transparent;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	font-variant: normal;
	border-bottom: none;
	border: none;
}

h1{
	line-height: 1;
	margin-bottom: 0.5em;
	font-size: 3em;
}

h2 {
	margin-bottom: 0px;
	font: 3.0em Georgia, "Times New Roman", Times, serif;
}

h3 {
	margin-bottom: 1em;
	font: 1.5em/1 Georgia, "Times New Roman", Times, serif;
}

h4 {
	margin-bottom: 1.25em;
	height: 1.25em;
	font: 1.2em/1.25 Georgia, "Times New Roman", Times, serif;
}

h5 {
	margin-bottom: 1.5em;
	font: bold 1em Georgia, "Times New Roman", Times, serif;
}

h6 {
	font-size: 1em;
	font-weight: bold;
}

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
	margin: 0;
}

sup {
	font-size: .2em;
}

p {
	margin: 1.5em 0;
}

p img {
	float: left;
	margin: 1.5em 1.5em 1.5em 0;
	padding: 0;
}

p img.right {
	float: right;
	margin: 1.5em 0 1.5em 1.5em;
}

a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #c30000;
	padding-bottom: 1px;
}

a:focus, 
a:hover {
	color: #c30000;
}

blockquote {
	margin: 1.5em;
	color: #666;
	font-style: italic;
}

strong {
	font-weight: bold;
}

em,dfn {
	font-style: italic;
}

dfn {
	font-weight: bold;
}

sup, sub {
	line-height: 0;
}

.left{
	float: left;
}

.right{
	float: right;
}

abbr, 
acronym {
	border-bottom: 1px dotted #666;
}

address {
	margin: 0 0 1.5em;
	font-style: italic;
}

del {
	color: #666;
}

pre,code {
	margin: 1.5em 0;
	white-space: pre;
}

pre,code,tt {
	font: 1em 'andale mono', 'lucida console', monospace;
	line-height: 1.5;
}

cite {
	font-style: italic;
}

cite a {
	border-bottom: none;
}

li ul, 
li ol {
	margin: 0 1.5em;
}

ul, ol {
	margin: 0 1.5em 1.5em 1.5em;
	list-style-position: inside;
}

ul {
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
}

dl {
	margin: 0 0 1.5em 0;
}

dl dt {
	font-weight: bold;
}

dd {
	margin-left: 1.5em;
}

table {
	margin-bottom: 1.4em;
	width: 100%;
}

th {
	font-weight: bold;
	background: #C3D9FF;
}

th,td {
	padding: 4px 10px 4px 5px;
}

tr.even td {
	background: #E5ECF9;
}

tfoot {
	font-style: italic;
}

caption {
	background: #eee;
}

a.more {
	font-weight: bold;
}

.small {
	font-size: .8em;
	margin-bottom: 1.875em;
	line-height: 1.875em;
}

.large {
	font-size: 1.2em;
	line-height: 2.5em;
	margin-bottom: 1.25em;
}

.hide {
	display: none;
}

.quiet {
	color: #666;
}

.loud {
	color: #000;
}

.highlight {
	background: #ff0;
	color: #000;
}

.added {
	background: #060;
	color: #fff;
}

.removed {
	background: #900;
	color: #fff;
}

.first {
	margin-left: 0;
	padding-left: 0;
}

.last {
	margin-right: 0;
	padding-right: 0;
}

html body content post post-content p.top {
	margin-top: 0;
	padding-top: 0;
}

.bottom {
	margin-bottom: 0;
	padding-bottom: 0;
}

label {
	font-weight: bold;
}

fieldset {
	padding: 1.4em;
	margin: 0 0 1.5em 0;
	border: 1px solid #ccc;
}

legend {
	font-weight: bold;
	font-size: 1.2em;
}

input.text, input.title,
textarea, select {
	margin: 0.5em 0;
	border: 1px solid #bbb;
}

input.text:focus, input.title:focus,
textarea:focus, select:focus {
	border: 1px solid #666;
}

input.text, 
input.title {
	width: 300px;
	padding: 5px;
}

input.title {
	font-size: 1.5em;
}

textarea {
	width: 390px;
	height: 250px;
	padding: 5px;
}

.error,
.notice, 
.success {
	padding: .8em;
	margin-bottom: 1em;
	border: 2px solid #ddd;
}

.error {
	background: #FBE3E4;
	color: #8a1f11;
	border-color: #FBC2C4;
}

.notice {
	background: #FFF6BF;
	color: #514721;
	border-color: #FFD324;
}

.success {
	background: #E6EFC2;
	color: #264409;
	border-color: #C6D880;
}

/***
 *** Custom Stylations begin HERE
 ***/
 
html{
	background-color: #000;
}

#top-nav-w{
	background-color: #950000;
	border-bottom: 1px solid #f00;
}

#top-nav{
	list-style-type: none;
	width: 1000px;
	margin: 0 auto;
}

#top-nav li{
	display: inline;
}

#top-nav li.right{
	float: right;
}

#top-nav li.left{
	float: left;
}

#top-nav li a{
	display: block;
	padding: 10px;
	border-bottom-style: none;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#top-nav li a:hover, .active{
	background-color: #f00;
}

a .d-t{
	text-transform: capitalize;
	font-size: 12px;
	color: #f00;
	display: block;
	text-align: center;
}

a .m-t{
	text-transform: uppercase;
	display: block;
	text-align: center;
	font-size: 22px;
}

a:hover .d-t, .active .d-t{
	color: #4c0000;
}

a:hover .m-t, .active .m-t{
	color: #000;
}

a#buyit .m-t{
	color: #f6ff00;
}

a#buyit .d-t{
	color: #fee600;
}

#wrapper{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}

#header h1 a{
	display: block;
	text-indent: -9999px;
	background-image: url(images/logo.png);
	width: 992px;
	height: 104px;
	background-color: transparent;
	margin: 40px auto;
}

#footer{
	margin-top: 50px;
	margin-bottom: 62px;
	color: #540000;
}

