/*
Theme Name: The New Black
Theme URI: http://www.thenewblack.com.au
Description: WordPress theme for The New Black
Author: Ryan Marshall, Mod Media
Author URI: http://www.modmedia.com.au
*/


/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Georgia, 'Times New Roman', Times, serif;
	background-color: #e4007a;
	color: #333;
	text-align: center;
	padding: 0;
	margin: 0;
	}

.bg_left {
	display: block;
	position: absolute;
	width: 300px;
	height: 560px;
	left: 0;
	top: 0;
	background: url('images/body_bg_left.gif') no-repeat;
	z-index: 1;
}	
	
.bg_right {
	display: block;
	position: absolute;
	width: 487px;
	height: 500px;
	right: 0;
	top: 0;
	background: url('images/body_bg_right.gif') no-repeat;
	z-index: 1;
}

h1#title {
	display: none;
}

#header {
	position: relative;
	display: block;
	width: 955px;
	height: 245px;
	background: url('images/header.gif') no-repeat;
	z-index: 2;
	margin: 0 auto;
	padding-top: 360px;
	text-align: center;
}

#menu {
	width: 560px;
	margin: 95px auto 0 auto;
	list-style: none;
	display: block;
}

#menu li {
	display: block;
	font-size: 2em;
	text-align: center;
	width: 80px;
	float: left;
}

#content {
	position: relative;
	width: 660px;
	padding: 0 140px 0 155px;
	margin: 0 auto;
	z-index: 2;
	background: url('images/content_bg.gif') repeat-y;
	color: #ccc;
	font-size: 1.2em;
	text-align: left;
	padding-top: 1px;/*important*/
	margin-top: -5px;/*important*/
	min-height: 400px;
}
	
#footer {
	font-size: 0.8em;
	color: #333;
	height: 70px;
	text-align: center;
}

#footer a { 
	color: #555;
}

a {
	color: #e4007a;
	text-decoration: none;
}

a:hover {
	color: #fff;
	text-decoration: underline;
}

small {
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1 {
	font-size: 3em;
	}

h2 {
	font-size: 1.6em;
	margin: 0;
	}

h3 {
	font-size: 1.2em;
	}
	
.date {
	font-weight: normal;
	font-size: 0.8em;
	color: #555555;
}

/* 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 {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.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 */

input, textarea, select {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 1.0em;
}

#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;
	}

#respond {
	width: 70%;
	margin: 0 auto;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

ul.commentlist {
	list-style: none;
}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	width: auto;
	margin: 0;
	float: right;
	}
/* End Form Elements */


/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	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 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

.divider {
	display: block;
	height: 25px;
	background: url('images/post_divider.gif') no-repeat center;
}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

.clear {
	float: none;
	clear: both;
}

table td {
	vertical-align: top;
}

#submit {
	width: 73px;
	height: 18px;
	color: transparent;
	background: url('images/submit.gif') transparent no-repeat 0 -18px;
	border: 0;
	cursor: pointer;
}

#submit:hover {
	background-position: 0 0;
}