/* background color */
body {
	color: #FFFFFF;
	font-family: georgia, "trebuchet ms", arial;
}

/* link colors */
a {
	color: #ffdc63;
	border: 0;
	text-decoration: none;
	text-align:right;
}
a:hover {
	color: #2e2e2e;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.5);

}

/* border color for menu and columns */
.nav, .c1, .c2, .c3 {
	border-color: #D2D2D2;
	background: transparent;
}
.c1{
background:#000000;
}

/* background color for selected page in the menu - same color as above */
.nav li.current_page_item > a, .nav li.current_page_parent > a { 
	background: #000000;
	border: 0;
}

/* background color for widgets */
.widget div{
	background: #8f6401  url(http://cruziodemo.com/tiffdemo2/wp-content/uploads/2010/05/blackgradient.png) repeat-y;
}
.widget {
	background: #8f6401  url(http://cruziodemo.com/tiffdemo2/wp-content/uploads/2010/05/blackgradient.png) repeat-y;
}

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