/* Global background and element colors
----------------------------------------------------------------------------------------------------*/
body,
.post-bg
{
	background-color: #fff;
}
a
{
	color: #000;
}
a.no_underline {
	text-decoration: none;
}
/*a:hover.no_underline {
	text-decoration: underline;
}*/
body
{
}
.slide h2 a:hover
{
	
}

.latest-post
{
	color: #666;
}

#wrapper
{
	background-image: url("../../img/web/bg/header-pages.jpg");
	width: 960px;
	margin: 36px auto 0 auto;
}
.home #wrapper
{
	background-image: url("../../img/web/bg/header.jpg");
}
#bodywrapper
{
	background-image: url("../../img/web/bg/bodywrapper.png");
}

#bloglist,
#post
{
	border-right-color: #DEDEDE;
}
#right ul,
#right .box,
#bloglist .post,
#breadcrumb,
#page,
#footer
{
	border-bottom-color: #DEDEDE;
}
#footer
{
	width: 940px;
	margin: 0 10px 0 10px;
	border-top-color: #DEDEDE;
	background: #fff url("../../img/web/bg/footer.png") repeat-y -15px 0;
}
.size-full,
.alignleft,
#map_canvas_wrap
{
	border-color: #DEDEDE;
}

h1 a:hover
{
	color: #660000;
}
.slide h1 a:hover
{
	color: #000000;
}


/* Navigation
----------------------------------------------------------------------------------------------------*/
#navigation
{
	border-color: #000;
}
.page_item a,
.page_item a span
{
	background-image: url("../../img/web/sprite/tab-1.png");
}
.util-a:hover,
.post-navigation a:hover,
.page_item a:hover
{
	color: #ff7d00;
}
.current_page_item a,
.current_page_item a:hover
{
	color: #fff;
}
/* Slideshow
----------------------------------------------------------------------------------------------------*/

/* Icons
----------------------------------------------------------------------------------------------------*/
.icon-1, .icon-2	{ background-image: url("../../img/web/sprite/icon-1.png"); }

/* Forms
----------------------------------------------------------------------------------------------------*/
input.text
{
	border-color: #809db9;
}
