/*
Theme Name: ORX
Theme URI: http://www.dmccreative.com.au
Description: ORX Theme.
Version: 1.0
Author: Lance Turnley
Author URI: http://www.dmccreative.com.au
*/

/* Basic styles */
*
{
	margin:0;
	padding: 0;
}
body
{
	font-family: Arial, verdana, Serif;
	font-size:small;
	font-size:10px;
	font-size:12px;
	text-align: left;
	padding: 0;
	background-color:black;
	margin-top: 10px;
	background-image: url(../Images/ORE-BG.jpg);
	background-repeat: repeat-x;
	background-position: top;
	color: #FFFFFF;
}
a
{
	color: orange;
	text-decoration:none;
}
a:hover
{
	text-decoration: underline;
}
img
{ padding:1px; }
img.left
{
	float:left;
	margin:0 1em 1em 0;
}
img.right
{
	float:right;
	margin:0 0 1em 1em;
}
h1,h2,h3,h4,h5,h6
{ color: orange; letter-spacing: 0.1em; }
ul, ol
{
	margin: 0em;
	padding:0 2em;
}
/* Container */

#container
{
	width: 900px;
	margin-top: 42px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
/* Header */

#header
{
	padding: 0;
	height: 201px;
	background-image: url(../Images/header.jpg);
	text-align: right;
	margin-top: 0;
	background-color: #1a1a1a;
	background-repeat: no-repeat;
	background-position: left top;
}

#header h1
{ font-size: 30px; padding-top: 130px; font-family: Arial, Verdana, "Trebuchet MS"; padding-right: 20px; }

#header h2
{ font-size: 1.1em; color: #fff; padding-right: 20px; }

#header h1 a
{
	color: orange;
	text-decoration: none;
}

/* Top Menu */
#menu
{
	height: 24px;
	width: 900px;
	margin-bottom: 11px;
	padding-top: 3px;

	}

#menu ul
{
	padding: .6em 1.5em 0em 1.5em;
	list-style: none;
	text-align: right;
	position: relative;
}

#menu li
{
	display: inline;
	padding-top: .1em;
	padding-right: 1.5em;
	padding-bottom: .1em;
	padding-left: 2em;
	margin-right: .5em;
	border-right: 1px solid #165161;
}

#menu li a
{
	color: orange;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	letter-spacing: 0.2em;
}

#menu li a:hover,#menu li.current_page_item a
{
	color: yellow;
	text-decoration: none;
}

/* Content Area */

#content {
	background: #121212;

}

#content p
{ margin-bottom: 1em; line-height: 1.6em; }

#content h3,h4,h5,h6
{ position: relative; color: orange; margin-bottom: 1em; padding-bottom: 0.2em; border-bottom: 1px solid #121212; }

#content h2
{ font-size: 1.5em; padding-bottom: 0.6em; padding-top: 10px; }

#content h3
{ font-size: 1.3em; }

#content ul, #content ol
{
	margin-bottom: 2em;
	padding-left: 1em;
}

#content blockquote
{
	margin-bottom: 2em;
}

#content blockquote p
{
	border-left: solid 8px #121212;
	padding-left: 1em;
	margin-bottom: 0em;
}

#content .post ,#content form
{
	margin-bottom:2em;
}
#content .post h2 a
{
	color: orange;
}

#content .post-footer
{
	padding-bottom: 0.3em;
	font-size:0.9em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #121212;

}
/* Primary Content */

#primaryContentContainer
{
	position: relative;
	z-index: 2;
	float: right;
	width: 689px;
	background-color: black;
	background-image: url(../Images/content-bg.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	margin-bottom: 10px;
}

#primaryContent
{
	margin-top: 1.34em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 3em;
	padding-bottom: 0;
	padding-left: 2em;
}

/* Sidebar Styles */

#sidebar
{
	position: relative;
	z-index: 2;
	float: right;
	width: 200px;
	margin-top: 0;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 20px;
	background-color: black;
	margin-right: 1px;
}
#sidebar h2 {
	margin:15px 0 0 10px;
	padding:7px 0 5px 14px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	letter-spacing: normal;
	height: 18px;
	width: 180px;
}

#sidebar ul
{
	margin:0;
	padding:0;
	list-style:none;

}
#sidebar ul ul
{
	margin: 0;
	padding-top: .8em;
	padding-right: 2em;
	padding-bottom: .1em;
	padding-left: 2em;
}
#sidebar ul ul ul
{
	margin:0.3em 0;
	padding:0 0.5em;
}
#sidebar form
{
	margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 1em;
	padding-bottom: 0;
	padding-left: 15px;
	width: 180px;
}

/* Footer */

#footer
{
	width: 100%;
	height: 42px;
	float: left;
	padding-top: 40px;
	background: #010101 url(../Images/footer-bg.jpg) no-repeat left top;
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
}

.clear
{
	clear: both;
}
/*extra*/
textarea{
	width: 90%;
	height: 20em;
	border: 1px solid #DBDBDB;
	background:#fcfcfc;
	padding: 5px;
	font-family: Arial, Serif;
	font-size:0.9em;
}
.textbox
{
	width: 100px;
	height: 18px;
	margin-top: 10px;
	margin-left: 0;
}

#btnSearch {
	vertical-align: -10%;
	height: 24px;
	width: 60px;
}

#content li .cmtinfo
{
	font-size:0.9em;
	color:#96D1F0;
	margin:0;
	padding:5px;
}

#content .cmtinfo cite
{
	font-size:1.1em;
	color:#FBBE67;
	font-weight:bold;
	font-style:normal;
}
#content ol.commentlist
{
	margin:0;
	padding:0 1em;
}
#content ol.commentlist li
{
	padding:0.5em 0;
	margin:0;
}
#commentform
{
	background:#010101;
	margin:1em 0;
	padding:1em;
}
.nocomments
{
	text-align:center;
	font-size:0.9em;
	color:#996;
}
.trackback
{ color: orange; font-weight: bold; background-image: url(../Images/trackback.png); background-repeat: no-repeat; background-attachment: scroll; background-position: left center; padding:0 17px; border-top: 1px dotted white; }
.feed
{
	background:url(../Images/feed.png) no-repeat left center;
	padding:0px 17px;
}
.commentsfeed
{
	background:#010101;
}
#header, #content,#sidebar,#primarycontent, #footer, .widget {
    overflow: hidden;
}
.newsheader
{ color: orange; font-weight: bold; background-image: url(../Images/trackback.png); background-repeat: no-repeat; background-attachment: scroll; background-position: left center; padding:0 17px; border-top: 1px dotted white; }

