/* photo gallery */
.gallery ,
.gallery .thumnail_col,
.gallery .gal_content,
.gallery.loader, .gallery
.slideshow a.advance-link{
  width:400px; /* width of your gallery */
}
.gallery .thumbs_wrap{
  height:60px;  /* height of your thumbnail column and margin */
  float:left;
  width:100%;
}

/* background color */
body {
	background-color: #E7E7E4;
}

/* link colors */
a {
	color: #B91313;
}
a:hover {
	color: #E81E1E;
}

/* border color for menu and columns */
.menu, #c1, #c2, #c3, #secondary-menu {
	border-color: #E7DBBE;
}

/* background color for selected page in the menu - same color as above */
.menu li.current_page_item > a, .menu li.current_page_parent > a, .menu li:hover > a, .menu li ul li a { 
	background: #E7DBBE;
}

/* background color for widgets */
.widget, .comment-body, .sticky {
	background: #F4F3F2;
}

/* wiget titles */
.widget h2 {
	background: #ECEAE1;
	color: #7E7E7E;
}
