@import url(template.css);

/* only things to customize
----------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------*/

body {
	background:#2A2A2A;
}
a:link, a:visited, h2, .post h1, .post h1 a, .shop-catalogue h4 a, table.cart a, .system-message a:link, .system-error-message a:link, .featured blockquote, .intro, h4 {
	color:#005977; /* use find and replace to change the same values at once*/
}
#main-nav li.selected, #main-nav li.selected:hover, .custom-color  {
	background:#005977;
}
 #footer {
	background:#000; 
 }
#menu ul li.selected a  {
	background:#AE60C5;
}
a:link, a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
}
#side-bar a {
    color: #0095C7;
}
a:hover, h1 a:link:hover, h2 a:link:hover, h3 a:link:hover {
	color:#444;
}
input.submit, input.button.submit {
	background:#005977 url(images/submit_bg.png) repeat-x; /*only change background color!*/
	color:#fff;
	border:0;
	-moz-border-radius:2px;
	height:27px;
	padding:0px 7px 2px;
}
#header {
	height: 220px; /*header size + top*/
}
#logo a {
	background:transparent url(images/logo.jpg) no-repeat;
	height: 200px;
}
.shadow-left {
	top: -24px;
	display:block; /*change to none when plain background*/
}
/* only things to customize
----------------------------------------------------------------------------------------------------*/
