a {
	color: #0070b0;
}

a:hover {
	text-decoration: underline;
}

.view-cell:hover, .sidebar a:hover, .pager a:hover, #main-menu-links a:hover {
	background-color: #e0e0e0;
}

#contact-image {
	height: 1em;
	background: url(/sites/default/files/image.png) left top no-repeat;
}

#site-name a {
	color: #ffffff;
}

#header {
	background-color: #3060d0;
	background: -moz-linear-gradient(-90deg, #3060d0, #40a0ff);
	background: -webkit-gradient(linear, center top, center bottom, from(#3060d0), to(#40a0ff));
}

#site-name {
	color: #ffffff;
}

#main-menu {
	padding-top: 10px;
/*
	background: -moz-linear-gradient(-90deg, #40a0ff, #c0c0c0);
	background: -webkit-gradient(linear, center top, center bottom, from(#40a0ff), to(#c0c0c0));*/
}

#main-menu, .view-taxonomy-gallery .field-items, .item-list .pager a {
	border-color: #d0d0d0;
}

#main-menu-links a, .node-teaser, .sidebar .block, .view-cell, ul.pager, fieldset {
	border-color: #c0c0c0;
}

#main-menu-links a, .view-cell, ul.pager, .sidebar .block {
	background-color: #f8f8f8;
}

#main-menu-links a {
	color: #303030;
}

.sidebar h2 {
	border-color: #d6d6d6;
}

.item-list .pager .pager-current {
	background-color: #d0d0ff;
}

.sidebar .block, ul.pager, .node-teaser {
	-moz-box-shadow: 2px 2px 3px #ddd;
	-webkit-box-shadow: 2px 2px 3px #ddd;
	box-shadow: 2px 2px 3px #ddd;
}

/* Nice menus */
ul.nice-menu-right li.menuparent,
ul.nice-menu-right li li.menuparent {
	background: #f8f8f8 url(arrow-right-light.png) right center no-repeat;
}

ul.nice-menu-right li.menuparent:hover,
ul.nice-menu-right li li.menuparent:hover {
	background: url(arrow-right-light.png) right center no-repeat;
}

ul.nice-menu-right ul {
	border-color: #c0c0c0;
	background: #f8f8f8
}

