/* General style information */
#logo a
{
	background:url(../images/logo.png) no-repeat left top;
}

body
{	
	
	background:#fff url(../images/background_grid_01.gif);
}

body,
.posttitle a,
UL.menu LI a:hover,
UL.menu LI a.active
{
	color:#fff;
}

a,
#footer,
UL.menu LI a,
.fancydate .m,
.fancydate .y,
.standardForm .textbox,
.standardForm .textarea,
.standardForm .submit
{
	color:#000;
}
.slider .next,
.slider .prev,
.boxed,
.meta,
a,
a.active:hover,
a:hover,
a.active,
.posttitle a:hover

{
	color:#f16529;
}

UL.menu,
.standardForm .submit
{
	background:#f16529;
}

.standardForm .textbox,
.standardForm .textarea,
.standardForm .submit,
.grid-demo p
{
	background:#f16529;
}

#header
{
	border-bottom:0px solid #f0f0f0;
	background:#fff url(../images/background_grid_01.gif);
}
#footer
{
	border-top:1px solid #c33;
	background:#fff url(../images/background_grid_01.gif);
}

.slider .next
{
	background:#fff url(../images/arrow_right.png) no-repeat center center;
}
.slider .prev
{
	background:#fff url(../images/arrow_left.png) no-repeat center center;
}


}

.shadow
{
	-moz-box-shadow:0 0 5px #eee;
	-webkit-box-shadow:0 0 5px #eee;
	box-shadow:0 0 5px #eee;
}
.hovershadow:hover
{
	-moz-box-shadow:0 0 7px #ccc;
	-webkit-box-shadow:0 0 7px #ccc;
	box-shadow:0 0 7px #ccc;
}
.warning
{
	color:#f00;
}
.error
{
	color:#f90;
}
.success
{
	color:#390;
}
.section-heading h2
{
	border-bottom:1px solid #888;
}
.blog-summary .post
{
	border-bottom:2px solid #f0f0f0;
}
.standardForm input:focus,
.standardForm textarea:focus,
.standardForm .submit:hover
{
	border-color:#e7e7e7;
}
.standardForm .textbox,
.standardForm .textarea,
.standardForm .submit,

{
	border:4px solid #f0f0f0;
}
.grid-demo p
{
	border:1px solid #ccc;
}
