/*
Theme Name: Core Collective
Theme URI: http://corecollective.com.au
Description: Theme for Core Collective's Scrapbook. Not for public use
Version: 1.0
Author: Chris Tejaswi van der Walt
Author URI: http://webstudios.net
Tags: custom, two columns
	Core Collective Scrapbook 1.0
	www.webstudios.net
	This theme was designed and built by Chris Tejaswi van der Walt,
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

a {
	color: #333333;
}

a img{
	border: none;
}

body {
	background: #F3F3ED;
	color: #666666;
	font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 7px auto 0;
	padding: 0px;
	width: 785px;
}

form#searchform{
	margin: 0 0 10px 0;
	padding: 0;
}

form#searchform input#s{
	background: #FFFFFF;
	border: solid 1px #E3E3DB;
	height: 16px;
	margin: 4px 0 0 0;
	padding: 2px 5px;
	vertical-align: top;
	width: 120px;
}

form#searchform input#searchsubmit{
	background: #FFFFFF;
	border: solid 1px #E3E3DB;
	color: #666666;
	font-size: 11px;
	height: 22px;
	margin: 4px 0 0 0;
	padding: 2px 5px;
	text-transform: uppercase;
	vertical-align: middle;
}

form#searchform label {
	border-bottom: solid 4px #E3E3DB;
	color: #000000;
	display: block;
	font-size: 11px;
	font-weight: bold !important;
	font-weight: normal;
	margin: 0px 10px 0 0;
	padding: 0;
}

h1 a:hover, h2 a:hover{
	color: #C5A400;
	text-decoration: underline;
}

h1, h2, h1 a, h2 a{
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 16px 12px 5px 0;
	text-decoration: none;
	text-transform: capitalize;
}

h3 {
	color: #C5A400;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 5px 12px 0 0;
	text-transform: capitalize;
}

img.size-medium, img.attachment-medium, img.attachment-thumbnail {
	background: #F9F9F7;
	border: solid 1px #E3E3DB;
}

.clear{
	clear: both;
}

.entry {
	margin-top: 20px;
}

.postmetadata {
	border-bottom: solid 1px #E3E3DB;
	padding-bottom: 15px;
}

.wp-caption-text {
	border-bottom: solid 4px #E3E3DB;
	font-style: italic;
	padding: 0 5px 5px;
	text-align: center;
}

#content{
	float: left;
	margin: 0 9px 0 0;
	padding: 13px 13px 20px;
	width: 502px;
}

#core-info {
	color: #999999;
	float: right;
	font-size: 10px;
	text-align: right;
	width: 200px;
}

#core-info a {
	color: #999999;
	text-decoration: none;
}

#core-info a:hover {
	color: #999999;
	text-decoration: underline;
}

#core-logo {
	float: left;
	width: 200px;
}

#core-nav {
	background: url(http://corecollective.com.au/images/interface/page-top.jpg) no-repeat bottom;
	clear: both;
	font: bold 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	height: 34px;
	margin-top: 2px;
	padding: 0px 20px 0 0;
	text-align: right;
	text-transform: lowercase;
}

#core-nav a {
	background: url(http://corecollective.com.au/images/interface/tab.jpg) no-repeat center top;
	color: #000000;
	display: block;
	float: right;
	padding: 8px 0px 4px;
	text-align: center;
	text-decoration: none;
	vertical-align: bottom;
	width: 105px;
}

#core-nav a.selected {
	background: url(http://corecollective.com.au/images/interface/tab-selected.jpg) no-repeat center top;
	color: #C5A400;
	text-align: center;
}

#core-page {
	background: url(http://corecollective.com.au/images/interface/content-bg.jpg) repeat-y;
	clear: both;
	font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	margin: 0px;
	padding: 0 20px;
}

#footer {
	background: url(http://corecollective.com.au/images/interface/page-bottom.jpg) no-repeat top;
	clear: both;
	color: #999999;
	font-size: 11px;
	padding: 40px 0;
	text-align: center;
}

#sidebar {
	float: right;
	margin: 0;
	padding: 30px 10px 30px 20px;
	width: 176px;
}

#sidebar h2 {
	border-bottom: solid 4px #E3E3DB;
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	font-weight: bold;
	margin: 0px 10px 0 0px;
	padding: 0;
}

#sidebar li{
	list-style: none;
	margin: 0;
	padding: 0 0 10px 0;
}

#sidebar li a{
	color: #C5A400;
	padding: 3px 0 2px 0px;
	text-decoration: none;
}

#sidebar li a.selected{
	background: url(images/interface/portfolio-bullet.gif) no-repeat;
	color: #000000;
	display: block;
	padding: 3px 0 2px 0px;
	text-decoration: none;
}

#sidebar li a:hover{
	color: #000000;
	margin-right: 10px;
	padding: 3px 0 2px 0px;
}

#sidebar li.selected{
	color: #000000;
}

#sidebar ul{
	margin: 0;
	padding: 0;
}

#sidebar ul ul{
	margin: 0;
	padding: 0 0 0 0;
}

#sidebar ul ul li{
	padding: 0;
}
