@charset "utf-8";

/* //////////////// BODY STYLES ///////////////// */

body	{
	background-color: #f49f35;
	background-image: url(images/oneday/bg.jpg);
}
#footer {
  background-image: url(images/oneday/foot.jpg);
}

/* ////////////////// NAVIGATION BAR //////////////////// */

#toplinks li {
	background-image: url('images/oneday/tabfade.png') !important;
	background-image: url('images/oneday/tabfade_ie.gif'); /* solid gif background for lte ie6 */
}
	
#toplinks a {
	color: #f3b234;
}
#toplinks a:hover {
	color: #fff;
}

#toplinks li.current-cat, #toplinks li.current-cat-parent {
	background: url(images/oneday/navbar_bg.png) no-repeat !important;
	background: url(images/oneday/navbar_bg_ie.gif) no-repeat; /* solid gif background for lte ie6 */
}

#toplinks li.current-cat a, #toplinks li.current-cat-parent a {
	color: #001017;
	background: url(images/oneday/navbar_topright.gif) no-repeat top right !important;
}

#sublinks {
	background: url(images/oneday/navbar_strip.png) repeat-x !important;
	background: url(images/oneday/navbar_strip_ie.gif) repeat-x; /* solid gif background for lte ie6 */
}

#sublinks a {
	color: #fedb4e;
}
#sublinks a:hover {
	color: #fff;
	background: url(images/sublink_hover.png) no-repeat 0px 1.7em;
}

#sublinks li.current-cat a,
#sublinks li.current-cat a:hover {
 	color: #fff;
	font-weight: bold;
	background: url(images/sublink_active.png) no-repeat 0px 1.7em;
}

/* ////////////////// CONTENT //////////////////// */

#content, #wordpresscontent {
	background: url(images/oneday/contentbg.jpg) repeat-y;
}

#formcontent {
	border-top: 1px solid #808d8c;
	border-right: 1px solid #808d8c;
	border-left: 1px solid #808d8c;
}

/* ////////////////// LEFT CONTENT //////////////////// */

a, a:visited {
	color: #daa855;
}
a:hover {
	color: #fff;
}

h1{
	color: #666;
	border-bottom-color: #ccc;
}

h2	{
	color: #999;
	border-bottom-color: #ccc;
}

h3	{
	color: #333;
}

#feature_top	{
	background: url(images/oneday/post_top_2009.gif) no-repeat;
}
#feature	{
 	background: url(images/oneday/post_middle_2009.gif) repeat-y; 
}
#feature_bottom	{
	background: url(images/oneday/post_bottom_2009.gif) no-repeat; 
}

#featuretwin_top	{
	background: url(images/oneday/posttwin_top.gif) no-repeat;
}
#featuretwin_middle	{
 	background: url(images/oneday/posttwin_middle.gif) repeat-y; 
}
#featuretwin_bottom	{
	background: url(images/oneday/posttwin_bottom.gif) no-repeat; 
}

.wdback_dark {
	float: left;
	padding-left: 50px;
	padding-top: 3px;
	background: url(images/oneday/wd_back_dark.gif) no-repeat 0 0;
	line-height: 1em;
	min-height: 17px;
}

/* ////////////////// RIGHT CONTENT ///////////////// */

#rightcontent {
	color: #a07d4a;
}

/*
#rightcontent a, #rightcontent a:visited {
	color: #fff;
}
#rightcontent a:hover {
	color: #fff;
}
*/

#rightcol_darker {
	background-color: #2c1403;
	border: 1px solid #4a2409;
	margin-bottom: 15px;
}
#rightcol_darker p {
	color: #6b4e35;
}

#rightcontent h1	{
	color: #fff;
	border-bottom-color: #8d7a59;
}

#rightcontent h2 	{
	color: #76491b;
	border-bottom-color: #8d7a59;
}

#rightcontent h3	{
	color: #fff;
}

.append {
	color: #00364c;
}

ul.blogroll a,
ul.blogroll #nolink,
.widget_betterblogroll ul li a,
.wd_links a
 {
	color: #5b350a;
}
ul.blogroll a:visited,
.widget_betterblogroll ul li a:visited,
.wd_links a:visited,
.wd_links {
	color: #4b2b06;
}
ul.blogroll a:hover,
.widget_betterblogroll ul li a:hover,
.wd_links a:hover {
	color: #764815;
}

/* //////////////////// FOOTER ////////////////////// */

#footer,
#footer a,
#footer a:visited {
	text-decoration: none;
	color: #8a5604;
}

#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* /////////////// FORM ELEMENTS ///////////////////// */

.focus {
	color: #5d8f9e;
}

legend	{
	color: #555959;
}

#rightcontent input.text,
#rightcontent  textarea.text {
	border: 1px solid #583a22;
	background-color: #170a01 !important;
  	color: #583a22 !important;
}


/* //////////////////// MISC ///////////////////// */

#iconheader 	{
	color: #542d10;
}

