/*
Theme Name: Kelmar Collections
Theme URI: http://www.kelmarcollections.com.au/
Description:
Version:
Author:
Author URI: http://www.kelmarcollections.com.au/
Tags:

*/

* {
	margin: 0;
	padding: 0;
}

body {
	font: 14px/1.7em Verdana, Geneva, sans-serif;
	background: #111 url(images/bg.jpg) top repeat-x;
	color: #333333;
}

ul, ol {
	list-style: square inside;
}

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

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

h1, h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 10px 0;
}

h2 {
	font-size: 20px;
}

p {
	margin: 5px 0;
}

table {
	border-collapse: collapse;
}

table tr th {
	padding: 10px;
	border: 1px solid #CCCCCC;
	background-color: #CCCCCC;
}

table tr td {
	padding: 5px;
	border: 1px solid #F2F2F2;
}

input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* Begin Images */
img {
	border: none;
	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 {
	margin: 20px;
	margin-right: 0;
	display: inline;
}

img.alignleft {
	margin: 20px;
	margin-left: 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}
/* End Images */

div.right {
	float: right;
}

div.left {
	float: left;
}

div#page {
	width: 900px;
	margin: 0 auto;
}

div.span {
	float: left;
	width: 100%;
}

div.container {
	float: left;
	width: 100%;
}

/* Begin Errors */
ul.errors {
	float: left;
	width: 100%;
	margin: 10px 0;
	color: #C00;
}

ul.errors li {
	font-weight: bold;
	margin-bottom: 5px;
}
/* End Errors */

/* Begin Contact Form */
div.contact form label {
	cursor: pointer;
	color: #666;
	font-weight: bold;
}

div.contact form label:hover {
	cursor: pointer;
	color: #000;
}

div.contact form span.security {
	padding: 3px 5px;
	background: #C00;
	color: #FFF;
	font-weight: bold;
	letter-spacing: 2px;
}

div.contact form input.text, div.contact form textarea.text {
	padding: 5px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}

div.contact form select {
	width: 200px;
	padding: 3px 0;
}

div.contact form input.button {
	padding: 10px 25px;
	background: #111 url(images/button-bg.jpg) bottom repeat-x;
	border: none;
	font-weight: bold;
	color: #FFF;
}
/* End Contact Form */


div#menu {
	font-size: 12px;
	font-weight: bold;
	background: #111 url(images/menu-bg.jpg) bottom repeat-x;
}

div#menu ul {
	list-style: none;
	float: left;
	border-left: 1px solid #333;
	border-right: 1px solid #111;
}

div#menu ul li {
	float: left;
	padding: 10px 30px;
	border-left: 1px solid #111;
	border-right: 1px solid #333;
}

div#menu ul li a {
	color: #666;
	text-decoration: none;
}

div#menu ul li a:hover {
	color: #CCCCCC;
}

div#menu ul li.current-menu-item {
	background: #111;
}

div#menu ul li.current-menu-item a {
	color: #FFF;
}

div#breadcrumbs {
	font-size: 12px;
	color: #999;
	background: #111;
	padding: 5px 0;
}

div#breadcrumbs div.left {
	padding: 0 20px;
}

div#breadcrumbs a {
	color: #CCC;
}

div#columns {
	background: #FFF url(images/columns-bg.jpg) top repeat-x;
}

div#content {
	float: left;
	padding: 20px 30px;
}

div#right {
	width: 30%;
	padding: 0 2%;
	float: right;
}

div#header div.title a {
	font-size: 24px;
	color: #FFF;
}

div#header div.description {
	color: #CCCCCC;
}

div#footer {
	font-size: 12px;
	color: #666;
	background: url(images/footer-bg.jpg) top repeat-x;
}

div#footer a {
	color: #666;
	text-decoration: none;
}

div#footer a:hover {
	color: #FFF;
}

div#footer div.left {
	padding: 30px 2%;
	width: 41%;
}

div#footer div.right {
	text-align: right;
	width: 55%;
	background: url(images/footer-right-bg.jpg) top right no-repeat;
}

div#footer ul {
	list-style-type: none;
	width: 100%;
	float: left;
}

div#footer ul li {
	margin-right: 10px;
	display: inline;
}

div#footer ul li a {
	color: #666;
}

div#footer ul li a:hover {
	color: #FFF;
	text-decoration: none;
}

div#footer ul li.current-menu-item a {
	color: #FFF;
}


div.post {
	margin-bottom: 10px;
	padding-bottom: 10px;
	float: left;
	width: 100%;
}

div.post div.title, div.page div.title {
	font-size: 28px;
	margin-bottom: 10px;
	color: #000;
}

div.post div.title a {
	color: #000;
	text-decoration: underline;
}

div.post div.title a:hover {
	color: #000;
	text-decoration: none;
}

div.post div.content, div.page div.content {
	float: left;
	width: 100%;
}

div.post div.content p, div.page div.content p {
	margin: 20px 0;
}

div.post div.meta {
	float: left;
	width: 100%;
	font-size: 12px;
	color: #999999;
}

div.post div.meta span {
	float: left;
	font-size: 11px;
	margin-right: 20px;
}

div.sidebar {
	width: 100%;
	float: left;
}

div.sidebar div.widget {
	float: left;
	width: 96%;
	padding: 2%;
	margin-bottom: 10px;
}

div.sidebar div.title {
	font-size: 14px;
	color: #000;
	margin: 0;
	padding: 5px 10px;
	font-weight: bold;
}

div.sidebar ul {
	list-style-type: none;
	list-style-position: inside;
	padding: 0;
}

div.widget ul li {
	color: #666;
	border-bottom: 1px dotted #DFDFDF;
	line-height: 2.2em;
	float: left;
	padding: 1% 5%;
	width: 98%;
}

div.sidebar div.search {
	padding: 2%;
	width: 96%;
	float: left;
}

div.sidebar div.search br {
	display: none;
}

div.sidebar div.search input {
	padding: 5px 10px;
	margin: 0 3px;
}

div.sidebar div.search input#s {
	padding: 5px;
}

div.sidebar div#tag_cloud {
	float: left;
	width: 99%;
}

div.sidebar div#tag_cloud a {
	margin-left: 10px;
}


div.navigation {
	width: 100%;
	float: left;
	font-weight: bold;
}

div.navigation a {
	font-size: 14px;
	color: #000;
}