/*
	Theme Name: Redfire
	Version: 1.0
	Author: LottaNZB Development Team
*/

/* Begin Typography & Colors */
* {
	margin: 0;
	padding: 0;
}

body, div, span, p, a, img, ul, ol, li, table, th, tr, td, form, fieldset, legend, dl, dt, dd, blockquote, applet, object { border: 0; }


body { 
	background: #fff url('images/bg.jpg') repeat-x; 
	font: 0.8em/1.5 "arial", sans-serif; 
	color: #303030; 
	text-align: center; 
}

#navigation {
	line-height: 75px;
	text-align: right;
	font-size: 95%;
	}

#navigation li a {
	color: #cacaca;
	text-decoration: none;
	}

#navigation a:hover {
	color: #fff;
	}

#logo {
	font-family: 'Trebuchet MS', 'Geneva CE', lucida, sans-serif;
	font-size: 230%;
	line-height: 100px;
	text-align: left;
	}

#logo a {
	text-decoration: none;
	color: #fff;
	font-weight: normal;
	background: url('images/logo.png') no-repeat;
	background-position: top left;
	}

#logo span {
	color: #676767;
	font-weight: bold;
	}

#logo a:hover span {
	color: #fff;
	font-weight: bold;
	}

#logo a.description {
	font-size: 10px;
}

#layout { 
	width: 800px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	}

#copyright {
	float: left;
	width: 300px;
	}

#dont-delete-this{
	margin: 0 0 0 323px;
	text-align: right;
	}

a {
	color: #b41818;
	}

a:link {
	color: #b41818;
	}

a:hover {
	color: #b41818;
	text-decoration: none;
	}

.narrowcolumn .entry,
.widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

#footer,
#footer a {
	color: #919191;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 15px 0 7px 0;
	}

h1 {
	font-size: 200%;
	}

h2 {
	font-size: 170%;
	font-weight: normal;
	}

h3 {
	font-size: 105%;
	border-bottom: 1px solid #ddd;
	}

h4 {
	font-size: 120%;
	}

h5 {
	font-size: 100%;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li,
#commentform input,
#commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite,
.commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

p {
	margin: 15px 0;
	line-height: 24px;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	margin: 10px 0;
	}

acronym, abbr, span.caps {
	border-bottom:1px dotted #CCC;
	cursor:help;
	font-size: 0.9em;
	letter-spacing: .07em;
	}

/* End Typography & Colors */

/* Begin Structure */
body {
	margin: 0;
	padding: 0;
	}

#header {
	position: relative;
	margin-bottom: 20px;
	}

#logo {
	position: relative; 
	overflow: hidden; 
	width: 250px;
	height: 108px;
	margin: 0px;
	}

#logo a {
	padding: 5px 20px 20px 78px;
	}

#content {
	margin: 0px;
}

.narrowcolumn {
	padding: 0;
	margin: 0;
	width: 550px;
	}

.widecolumn {
	padding: 0px;
	margin: 5px 0 0 5px;
	}

.post {
	text-align: justify;
	margin: 0;
	}

.post hr {
	display: block;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 20px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

.clear {
	clear: both;
}

#footer-inside {
	width: 800px;
	margin:0 auto; 
	text-align:left; 
	padding: 26px 0;
	}
      
#footer-inside p {
	margin-top: 0;
	margin-bottom: 0;
	}

#navigation {
	position: absolute;
	right: 0px;
	display: block;
	height: 108px;
	top: 0;
	}

#navigation ul li{
	display: inline;
	text-transform: uppercase;
	}

#navigation li a {
	padding: 50px 10px;

	}

/* End Structure */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

Special stylized non-IE bullets
Do not work in Internet Explorer, which merely default to normal bullets.
*/

html>body .entry ul, html>body .entry ol {
	margin-left: 0px;
	padding: 0 0 0 30px;
	padding-left: 20px;
	/* Causes problems with paragraphs
	list-style: none;
	text-indent: -10px;
	*/
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

/* Causes problems with paragraphs
.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}
*/

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}


#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */


/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	margin: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	position: absolute;
	top: 115px;
	right: 0px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin:15px 20px;
	font-style:italic;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/

.rbroundbox h2 {
	color: #fff; 
	font-size: 170%; 
	margin-top: 0; 
	border: 0;
	}

/* The nice box with introducing text and news */
/* set millions of background images */
.rbroundbox {
	background: #d02c2c url('images/main.jpg') no-repeat;
	}

.rbtop div {
	background: url('images/tl.gif') no-repeat top left;
	}

.rbtop {
	background: url('images/tr.gif') no-repeat top right;
	}

.rbbot div {
	background: url('images/bl.gif') no-repeat bottom left;
	}

.rbbot {
	background: url('images/br.gif') no-repeat bottom right;
	}

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
	height: 7px;
	font-size: 1px;
	}

.rbcontent {
	margin: 0 7px;
	padding: 12px 10px;
	}

.rbcontent p {
	color: #fff;
	margin: 12px 0 6px 0;
     	line-height: 16px;
	}

.rbroundbox {
	margin: 1em -17px;
	color: #fff;
	margin-bottom: 0px;
	}

.rbroundbox a {
	color: #fff !important;
	}

.rbroundbox a:hover {
	text-decoration: underline;
	}

#content .featured {
	width: 32%;
	float: left;
	margin-left: 1.99%;
	position: relative;
}

#content .first {
	margin-left: 0%;
}

#content .featured h2 {
	font-size: 140%;
}

#content .featured h3 {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

#content .featured p {
	margin: 0px 0px;
	line-height: 16px;
}

#content .featured img {
	position: absolute;
	top: 0px;
	left: 0px;
}

#content .featured > div {
	margin-top: 1em;
	padding: 0px;
	position: relative;
}

#content .withicons > div {
	padding-left: 60px;
}

table {
	margin: 15px 0;
	border: 1px solid #cdcdcd;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
	width: 100%;
	}

th {
	text-align: center;
	font-weight: bold;
	border: 1px solid #cdcdcd;
	}

th, td {
	padding: 4px 6px;
	border: 1px solid #cdcdcd;
	}

tr.table-top {
	background: #e5e5e5;
	font-weight: bold;
	}

ul, ol {
	display: block;
	margin: 15px 0 15px 40px;
	}

ul ul, ul ul ul, ol ol, ol ol ol {
	margin: 0;
	margin-left: 20px;
	}

ol {
	list-style-type: decimal;
	}


ol ol {
	list-style-type: upper-alpha;
	}

ol ol ol {
	list-style-type: lower-alpha;
	}

li {
	display: list-item;
	}

ul li a {
	text-decoration: underline;
	}

dl {
	margin: 15px 0;
	}

dt {
	font-weight: bold;
	}

dd {
	margin-left: 30px;
	}

fieldset {
	margin: 15px 0;
	padding: 10px;
	border: 1px solid #CCC;
	}

legend {
	margin-left: 10px;
	font-size: 100%;
	font-weight: bold;
	color: #000;
	}

del, .del {
	text-decoration: line-through;
	}

cite, em, q, var {
	font-style: italic;
	}

hr {
	display: block;
	height: 1px;
	margin: 10px 0;
	padding: 0;
	border: 0 solid #CCC;
	background: #CCC;
	color: #CCC;
	}

.light {
	padding: 4px 5px;
	background: #ac0001;
	text-decoration: none;
	}

.light:hover {
	color: #fff;
	}

.noscreen {
	display: none;
}

/* Begin Documentation */

span.app { font-style: italic; }

span.cmd {
	font-family: monospace;
	background-color: #f9f9f6;
	padding: 0 0.2em 0 0.2em;
}

span.code { font-family: monospace; }
span.em { font-style: italic; }
span.file { font-family: monospace; }
span.gui, span.guiseq { color: #666; }
span.input { font-family: monospace; }
span.hi { background-color: #fffff0; }

span.key {
	color: #3f3f3f;
	border: solid 1px #e0e0df;
	padding: 0 0.2em 0 0.2em;
}

span.keyseq { color: #3f3f3f; }
span.output { font-family: monospace; }

.first-child { margin-top: 0; }

div.autolinks ul {
	margin: 0;
	padding: 0;
}

div.autolinks div.title {
	margin: 1em 0 0 1em;
}

div.autolinks div.title span {
	border-bottom: solid 1px #e0e0df;
}

li.autolink {
	margin: 0.5em 0 0 0;
	padding: 0 0 0 1em;
	list-style-type: none;
}

li.item-steps p, li.item-list p {
	margin: 8px 0px;
}

table.twocolumn {
	width: 100%;
	border: none;
}

table.twocolumn td {
	border: none;
}

td.twocolumnleft {
	width: 48%;
	vertical-align: top;
	padding: 0;
	margin: 0;
}

td.twocolumnright {
	width: 52%;
	vertical-align: top;
	margin: 0;
	padding: 0;
	padding-left: 1em;
}

div.linkdiv {
	padding: 0.25em;
}

div.linkdivsep {
	margin: 0.5em;
	list-style-type: none;
	max-width: 24em;
	border-bottom: solid 1px #e0e0df;
}

div.title {
	margin: 0 0 0.2em 0;
	font-weight: bold;
	
}

div.linkdiv div.title { text-decoration: underline; }
div.linkdiv div.title:hover { text-decoration: none; }
div.desc { color: #303030; }
div.topiclinks a { text-decoration: none; }

div.note {
	padding: 0.5em 6px 0.5em 6px;
	border-top: solid 1px #ffc0c0;
	border-bottom: solid 1px #ffc0c0;
	background-color: #fffff0;
}

div.note-inner {
	margin: 0;
	padding-left: 60px;
	background-position: left top;
	background-repeat: no-repeat;
	min-height: 48px;
	background-image: url("images/admon-note.png");
}

div.note-bug div.note-inner { background-image: url("images/admon-bug.png"); }
div.note-important div.note-inner { background-image: url("images/admon-important.png"); }
div.note-tip div.note-inner { background-image: url("images/admon-tip.png"); }
div.note-warning div.note-inner { background-image: url("images/admon-warning.png"); }

/* End Documentation */

