@charset "UTF-8";
/* CSS Document */

#logo {
	background: url(images/logo-yellow.png) no-repeat;
}

#slider {
    background:url(images/ajax-loader-yellow.gif) no-repeat 50% 50%;
}

#main-menu {
	background: url(images/navBKG-yellow.gif) no-repeat;
}

#main-menu li {
	color: #766F65;
}	

#main-menu li a {
	color: #766F65;
}

.nivo-controlNav a  {
	background: url(images/pagination-yellow.png) no-repeat top;
}

#sliderBottom {
	background: url(images/sliderBottom-yellow.gif) no-repeat;
}

#big-footer {
	background: url(images/footerBKG-yellow.gif) center top repeat-y;
   
}

#big-footer h5 {
	color: #766F65;
}

a {
	color: #ffc73e;

}

#main-menu li ul {
	background: #FFC73E;
}

#main-menu li ul li {

	border-bottom: 1px  solid;
}

#main-menu li ul li a {
	color: #766F65;
}

ul.menu li a:hover {
	color: #FFC73E
}

.img-load-wrap {
	background: url('images/loader-yellow.gif') no-repeat center center;
}


/* blog stuff */


.more-link:hover {
	background-color: #FBBE2E;
    background-position: right -20px;
    color: #766F65;
}
h1 a, h2 a, h3 a, h4 a {
	background: #FFC73E;
	color: #766F65;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
	background: #FFD87D
}

.tabs-content .sendbutton {
	background: #FFC73E !important;
}

/* footer form */

.widgetcform input.single {
	background: #ffd65e;
    color: #766F65;
}

input.sendbutton {
	color: #766F65
}

input.sendbutton:hover { 
	color: #918c84;
}

#big-footer a {
	background: #766F65;
    color: #ffffff;
}

#content-610 .button, #portfolio-container .button {
		background: #FFC73E;
}	

.post a { 
	background: #FFC73E;
	color: #766F65;
}


/* list styles */

#content-610 ul li ul li, #content-full-width ul li ul li, #gallery-container ul li ul li, #gallery-container-sidebar ul li ul li {
	background: transparent url('images/list-style-4-yellow.png') no-repeat left 8px;
}

.sidebar-widget ul li ul li{
	background: transparent url('images/list-style-4-yellow.png') no-repeat left 14px;
}

ul.list-style-7 li {
	background: transparent url('images/list-style-7-yellow.png') no-repeat left 3px !important;
}

ul.list-style-8 li {
	background: transparent url('images/list-style-8-yellow.png') no-repeat left 4px !important;
}

ul.list-style-3 li {
	background: transparent url('images/list-style-3-yellow.png') no-repeat left 4px !important;
}

ul.list-style-4 li {
	background: transparent url('images/list-style-4-yellow.png') no-repeat left 5px !important;
}


ul.menu li ul li {
	background: transparent url('images/list-style-4-yellow.png') no-repeat left 13px;
}

#sidebar-menu li ul li  {
	background: transparent url('images/list-style-4-yellow.png') no-repeat left 13px;
}	

/* body copy styles */

.title-and-text-box h5.box-title-style-1 {
	border: 1px solid #FFC73E;
	background: #FFC73E;
    color: #766F65;
}


.highlight-1 {
	background: #FFC73E;
color: #766F65;
}

blockquote {
	 border-left: 5px solid #FFC73E;
}

/* comments */

#content-610 #comments-wrap .depth-2, #content-610 #comments-wrap .depth-3, #content-610 #comments-wrap .depth-4, #content-610 #comments-wrap .depth-5, #content-full-width #comments-wrap .depth-2, #content-full-width #comments-wrap .depth-3, #content-full-width #comments-wrap .depth-4, #content-full-width #comments-wrap .depth-5 {
	background: transparent url('images/gradient-divider-610-comment-depth-yellow.png') no-repeat left top;
}

/* tabs */


#content-610 ul.tabs-nav li, #content-full-width ul.tabs-nav li {
	background: #FFC73E;
    color: #766F65;
}

/* fancy selections */

::selection { background:#FFD87D; }

::-moz-selection { background:#FFD87D; }

::-webkit-selection { background:#FFD87D; }

/* side bar styles */

.widget_archive ul li a, .widget_categories ul li a {
	color: #766F65;
    background: url(images/arrowRight.gif) no-repeat 10px -17px;
}


.widget_archive ul li a:hover, .widget_categories ul li a:hover {
	
    background: url(images/arrowRight.gif) no-repeat 10px -17px #FFD87D;
    color: #766F65;
}

/* page numbers */
#body-wrap ul.page-numbers li span.current {
	background: #FFC73F;
	color: #766F65;
}