/*
Theme Name: RedHOT Arts
Theme URI: http://redhotarts.com.au/
Description: A custom Wordpress design created for RedHOT Arts.
Version: 2.0
Author: Nicole Sarfati & Jonathan Rossiter
Author URI: http://jrossiter.com/
Tags:

	Design copyright 2009, RedHOT Arts
*/

/*////////// PAGE LAYOUT //////////*/

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}
object {
outline: none;
}
table {
	margin: 0;
	padding: 0;
}

#container {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 950px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-bottom: -100px; /*-(footer height)*/
	height: auto !important;
  height: 100%;
	min-height: 100%;
}

#container2 {
	width: 700px;
	margin: 40px auto 0 auto;
	line-height: 22px;
	z-index: 1;
	text-align: justify;
}

#container3 {
	width: 400px;
	margin: 40px auto 0 auto;
	text-align: justify;
}

#container4 {
	width: 550px;
	margin: 40px auto 0 auto;
	text-align: justify;
}
#containerhome {
	width: 450px;
	margin: 80px auto 0 auto;
	text-align: justify;
}

#headerhome {
	width: 950px;
	height: 420px; /*header image plus navbar*/
	background: url('images/front_page_graphic.gif') no-repeat center bottom;
	text-align: center;
	padding-top: 120px;
}

#header {
	overflow:hidden;
	width: 900px;
	padding-left: 50px;
	padding-top: 15px;
}

#logo {
	width: 600px;
	text-align: center;
	margin: 0 auto;
	
}

#headerimage {
	width: 163px;
}

#pagetitle {
	width: 880px;
	margin: 0;
}

#pagespace {
	height: 300px;
	float: left;
}

#columnone {
	width: 506px;
	float: left;
}

#columnoneContent {
	width: 380px;
	margin: 0 auto;
}

#columntwo {
	width: 390px;
	float: right;
}

#footer {
	position: relative;
	height: 70px;
	padding: 30px 0 0 0;
	width: 100%;
	z-index: 1;
}

.subpages {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 30px;
}

.subpages li{
	margin-bottom: 30px;
}

#subpagelist {
	text-align: center;
	margin-top: 20px;
}

.pusher {
	margin: 0;
	padding: 0;
	clear: both;
}

.spacer {
	margin: 0;
	padding: 0;
	clear: both;
	height: 200px;
}
.halfspacer {
	margin: 0;
	padding: 0;
	clear: both;
	height: 100px;
}
.footerpusher {
	margin: 0;
	padding: 0;
	height: 100px; /*size of footer image*/
	clear: both;
}

#navbar {
	margin-top: 2px;
	z-index: 2;
}

/*////////// COLOURS //////////*/
html, body {
	background-color: #151313;
}
h1 {
	color: #c2c0bf;
}
h2 {
	color: #968d8d;
}
h3 {
	color: #6f6666;
}
h4 {
	color: #6f6666;
}
h6 {
	/*RESERVED FOR CONTACT FORM*/
}
h5 {
	color: #fff;
}
.subpages a, .subpages a:visited {
	color: #6f6666;
}
.subpages a:hover {
	color: #fff;
}
#container{
	color: #cfcaca;
	background-color: #343232;
}

#sidebar{
	color: #ecdbc6;
	background-color: #6E573C;
}
#footer, #footerhome {
	color: #ababab;
}
#footer a, #footer a:visited {
	color: #ababab;
}
a, a:visited {
	color: #b12314;
}
a:hover {
	color: #151313;
}
.commentsunder{
	color: #5d5954;
}
.darker {
	color: #7F786E;
}

strong {
	color: #968d8d;
	font-weight: normal;
}

/*////////// TYPOGRAPHY //////////*/

h1 {
	font-family: Arial, Helvetica, sans-serif;
  font-size: 50px;
	letter-spacing: 0.05em;
	font-weight: normal;
	margin: 0px;
	margin-bottom: 5px;
}

li .page_item {
	font-family: Arial, Helvetica, sans-serif;
  font-size: 25px;
	letter-spacing: 0em;
	font-weight: normal;
	margin-bottom: 25px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
  font-size: 30px;
	letter-spacing: -0.01em;
	font-weight: normal;
	margin-bottom: 5px;
} 

h3 {
	font-family: Arial, Helvetica, sans-serif;
  font-size: 30px;
	letter-spacing: -0.01em;
	font-weight: normal;
	margin-bottom: 5px;
}
   
h4 {
	font-family: Arial, Helvetica, sans-serif;
  font-size: 30px;
	letter-spacing: -0.01em;
	font-weight: normal;
	margin-bottom: 5px;
	text-align: center;
}
h5 {
	font-family: Garamond, Georgia, Times, serif;
  font-size: 30px;
	letter-spacing: 0.2em;
	font-weight: normal;
	font-style:italic;
	margin-bottom: 25px;
	clear: both;
}

p {
	margin-bottom: 0px;
}

a, a:visited {
  text-decoration: none;
}

a:hover {
	text-decoration: none;
}

img {
	border: 0;
}

form {
	margin: 0;
}

featureText {
	
}

.floatleft {
	float: left;
	width: 45%;
}

.floatright {
	float: right;
	width: 45%;
}

.center {
	text-align: center;
	margin: 0 auto;
	display: block;
}
.horizontal ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.horizontal li{
	display: inline;
	padding: 0px 5px;
	float: left;
}
.horizontal a{
	font: 25px Arial;
	text-transform: uppercase;
	letter-spacing: -0.06em;
	font-weight: bold;
}

/*////////// CONTENT //////////*/

small, .small{
	font-size: 9px;
	color: #777777;
}
.smaller{
	font-size: 8px;
	color: #897866;
}
.smallest{
	font-size: 7px;
}
.postmetadata{
	text-align: center;
}
.postmetadata a, .postmetadata a:visited{
	color: #b12314;
	font-size: 10px;
}
.postmetadata a:hover{
	color: #343232;
	background: #b12314;
	text-decoration: none;
}

#allcomments, textarea {
	width: 500px;
}
/*////////// SEARCH //////////*/

input {
	text-align: right;
	background-color: #dedede;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;	
	-webkit-border-radius:3px;
	border-radius:3px;
	border: 2px solid #717171;
	color: #000;
	font-size: 10px;
	font-weight: bold;
}

.button {
	background-color: #888888;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;	
	-webkit-border-radius:3px;
	border-radius:3px;
	border: 2px solid #717171;
	color: #fff;
	text-align: center;
}


/*////////// SIDEBARS //////////*/
#sidebar ul {
	list-style: none;
}
#sidebar ul li h2 {
     list-style-type: none;
}

/*////////// NAV //////////*/


#navlist {
	padding: 10px 0 20px 40px;
	margin: 0;
	font: 23px Arial;
	z-index: 3;
}

#navbar h2{
	display: none;
}
#footerbar {
	margin: 0 auto 10px auto;
	text-align: center;
}

#navlist ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#navlist li {
	margin: 0px;
	display: inline;
	float: left;
}


/*////////// COMMENTS //////////*/

.commentmetadata {
	display: none;
}

/*////////// PAGE TEMPLATES //////////*/

#links, .blogroll {
	list-style: none;
}

/*/GENERIC PAGE/*/
#columnonepage {
	width: 630px;
	float: left;
}
#columnoneContentpage {
	width: 600px;
	margin: 0 auto;
}#columntwoimage {
	width: 300px;
	margin: 140px auto;
}
#columntwopage {
	width: 320px;
	float: right;
}
#columnoneSingle {
	width: 650px;
	float: left;
}
#columnoneContentSingle {
	width: 630px;
	margin: 0 auto;
}

/*/GENERIC PAGES/*/
#singlecolcolumnone {
	width: 500px;
	float:left;
	margin: 10px 0 0 5px;
}
/*/SINGLE POST PAGES/*/
.singlepostcontent {
	margin-top: 30px;
}


/*////////// FORMS //////////*/

/*////////// FOOTER //////////*/

#footercontainer {
	margin: 0 auto;
	width: 950px;
	padding-top: 3px;
	background-color: #343232;
}
#footertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	width: 300px;
	margin: 0 auto;
	line-height: 20px;
}
#footermeta {
	float: right;
	padding: 5px;
	width: 10px;
}

/*////////// IMAGES //////////*/

img.center {
  display: block;
	margin: 0 auto;
}


