/*  
Theme Name: Merchant: Winter
Theme URI: http://merchantofmarvels.com
Description: A wintery theme for use when it's cold outside (in the Northern Hemisphere).
Version: 1.0
Author: Reid Beels
Author URI: http://reidab.com/
Template: merchant
*/

@import "../merchant/style.css";

body {
	background: #e3f2f4;
}

a {
	color: #0056cb;
}

/* Header */

div#header {
	background: url(images/photo.jpg) no-repeat #2c65a6;
}

div#placcard {
	background: url(images/merchant.gif);
	color: #ffffff;
}

div#menu-div {
	background: #ffffff;
	border-top-color: #b9bee1;
	border-bottom-color: #b9bee1;
}


ul#menu li a:hover, ul#menu li a.on:hover {
	border-bottom-color: #003aab;
}

ul#menu li a.on {
	border-bottom-color: #0079f5;
}

a#menu-latest-news {
	background: url(images/button-latest.gif) no-repeat 0px 9px;
}

a#menu-promotions {
	background: url(images/button-promotions.gif) no-repeat 0px 9px;
}

a#menu-line-list {
	background: url(images/button-lines.gif) no-repeat 0px 9px;
}

a#menu-images {
	background: url(images/button-images.gif) no-repeat 0px 9px;
}

a#menu-contact {
	background: url(images/button-contact.gif) no-repeat 0px 9px;
}

/* Column Layout */

div#sidebar {
	background: #f6fbfb;
	border-left-color: #e6e6df;
	border-bottom-color: #e6e6df;
}

/* News */

h1 {
	color: #003cb0;
}

h1 a {
	color: #003cb0;
}

h1 a:hover {
	color: #006bfc;
}

.postmeta {
	color: #6d6d6d;
}

/* Sidebar */

div#sidebar h2 {
	color: #003cb0;
}
