/*
Theme Name: Encore Clothing
Theme URI: http://encoreclothing.se/
Description: Encore theme.
Version: 1.0
Author: Webbyran Osynlig
Author URI: http://www.osynlig.se/
Tags: encore
*/

* { padding: 0; margin: 0; }

body {
	font-family: georgia, serif;
	font-size: 13px;
	line-height: 22px;
	color: #231f20;
}

input, textarea, select {
	font-family: georgia, serif;
	font-size: 13px;
}

img {
	border: none;
}

.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

a {
	color: #f7c000;
}

h1 {
	font-size: 27px;
	line-height: 30px;
	min-height: 41px;
	background: url('images/h1_bg.jpg') no-repeat bottom left;
	text-decoration: underline;
	margin-bottom: 15px;
	text-transform: uppercase;
}
* html h1 { height: 41px; }

h1 a {
	color: #231f20;
	text-transform: uppercase;
}

h2 {
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 12px;
	text-transform: uppercase;
}

h2 span {
	font-weight: normal;
}

input, textarea {
	padding: 3px;
	border: 1px solid #e7e7e7;
}

ul.menu {
	font-size: 15px;
}

ul.menu li {
	display: inline;
	list-style: none;
}

ul.menu li a {
	text-decoration: none;
}

ul.menu li a:hover {
	text-decoration: underline;
}

#body .button {
	margin-top: 6px;
	text-align: right;
}

#container {
	width: 939px;
	
	margin: 0 auto;
	padding: 19px 0 19px 0;
	
	background: url('images/bg_dirt.jpg') no-repeat;
}

#header {
	margin-bottom: 20px;
}

#header #nav {
	height: 58px;
	margin: 0 9px 20px 9px;
}

#header #nav ul.menu {
	padding-top: 39px;
}

#header #nav ul.menu li a {
	color: #231f20;
}

#header #nav ul.menu li a:hover, #header #nav ul.menu li a.active {
	color: #f7c000;
	text-decoration: underline;
}

#footer-nav {
	margin-bottom: 5px;
}

#footer-nav img {
	margin-bottom: -4px;
}

#footer-nav ul {
	font-size: 10px;
	margin-right: 9px;
}

#footer-nav ul li {
	display: inline;
	list-style: none;
}

#footer-nav a {
	font-weight: bold;
	color: #707070;
	text-decoration: none;
}

#footer-nav a:hover {
	color: #f7c000;
}

#footer {
	color: #bdbbbc;
	padding: 21px 9px 0 9px;
	background: url(images/bg_footer.jpg) no-repeat;
}

#footer ul.menu {
font-size: 13px;
}

#footer a {
	color: #bdbbbc;
}

#footer ul.menu a {
	text-decoration: none;
}

#footer ul.menu a:hover {
	color: #f7c000;
}

#footer .logotype {
	padding-top: 10px;
}

#footer .contact-info {
	text-transform: uppercase;
	font-size: 9px;
	line-height: 16px;
	
	width: 244px;
	margin: 0 0 5px 15px;
	padding-top: 7px;
}

#body {
	margin-bottom: 30px;
}

#body #left-col {
	width: 248px;
	padding-right: 27px;
	
	background: url('images/fade_right.gif') no-repeat right top;
}

#body #left-col .item {
	margin-bottom: 30px;
}

#body #left-col .item input {
	width: 96%;
	
	background: #3c3c3c;
	border: 1px solid white;
	color: #fff;
}

#body #left-col a {
	color: #231f20;
	text-decoration: none;
}

#body #left-col a:hover {
	color: #f7c000;
	text-decoration: underline;
}

#body #left-col .item.newsletter form {
	margin-top: 10px;
}

#body #left-col .item.newsletter form label {
	font-size: 12px;
}

#body #left-col .item.latest-posts, #body #left-col .item.archive {
	font-size: 14px;
}

#body #left-col .item.latest-posts p, #body #left-col .item.archive p {
	display: block;
	margin: 0 0 8px 8px;
}

#body #left-col .item.latest-posts p, #body #left-col .item.archive ul li {
	list-style: none;
	margin: 0 0 8px 8px;
}

#body #right-col {
	width: 640px;
}

#body #right-col .post {
	margin-bottom: 30px;
}

#body #right-col .narrowcolumn {
	width: 520px;
}

.entry p {
	margin-bottom: 16px;
}

.entry object {
	display: block;
	margin-bottom: 10px;
}

#body #right-col .post .postmetadata  {
	font-size: 11px;
	text-transform: uppercase;
}

#body #right-col .post .postmetadata .tags {
	margin-bottom: 10px;
	text-transform: uppercase;
}

#body #right-col .post .postmetadata p {
	display: block;
}

#body #right-col .post .postmetadata .tags a {
	color: #231f20;
	text-decoration: none;
}

#body #right-col .post .postmetadata .tags a:hover {
	color: #f7c000;
}

.navigation a {
	color: #231f20;
	text-transform: uppercase;
	font-size: 11px;
}

/* wordpress specific */

#commentform p {
	margin-bottom: 5px;
}

#commentform textarea {
	width: 631px;
}