/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

body  {
	color: #23262a;
	background: #485776 repeat-x left top;
}

/*>>>>> Navigation <<<<<*/

a:link, a:visited  {
	color: #0057A8;
}

#header img  {
	float: left;
	margin: 2px 0 0 0;
}

#header #subscribe  {
	color: #485776;
	background: #EAE9E5 no-repeat left top;
}

#footer .footnav  {
	float: left;
	width: 950px;
}

.ddet_div {
  margin: 8px 0 0 12px;
  padding: 8px;
  background: #f4f4f4;
  border: 1px solid #DDDDDD;
}

/* Post Images */

.entry img  {
	padding: 5px;
	border: 0px;
}

