/*
Theme Name: Woodbury Thermal
Description: A theme just for Woodbury Thermal.
Version: 1.0
Author: Thomas Usborne
Author URl: http://www.midnightdonkey.com
*/
/* main selectors */
html {
	background-color: #4e0755;
}
body {
	margin: 0;
	padding: 0;
	font: 12px/18px Arial, Helvetica, sans-serif;
	background-color: #5c554f;
	min-width: 996px;
}

a {
	color: #cc0099;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a.name {
	text-decoration: none;
}

p {
	margin: 0;
	padding: 0 0 18px 0;
}

ol, ul {
	margin: 0 0 0 22px;
	padding: 0 0 18px 0;
}

dl, dt {
	margin: 0;
	padding: 0;
}

dd {
	margin: 0;
	padding: 0 0 18px 0;
}

img {
	border: none;
	vertical-align: middle;
}

.alignleft {
	float: left;
	margin: 0 15px 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 15px;
}

form {
	margin: 0;
	padding: 0;
}

input.text {
	font: 12px Arial, Helvetica, sans-serif;
	color: #4e0755;
	background-color: #EADFAA;
	border-width: 1px;
	border-style: solid;
	border-color: #B5AC83 #EADFAA #EADFAA #B5AC83;
	padding: 4px;
	vertical-align: middle;
}

input.submit {
	padding: 0;
	margin: 0;
	display: block;
	width: 111px;
	height: 22px;
	font: 18px/22px Georgia, 'Times New Roman', Times, serif;
	color: #FFFFEC;
	text-align: center;
	background: #ffffec url(images/button.gif) no-repeat;
	border: none;
	cursor: pointer;
}

div.widget input.submit {
	width: 113px;
	height: 24px;
	background: url(images/button-widget.gif) no-repeat;
}


input.submit:hover,
input.hover {
	color: #663300;
	background-position: 0 -22px;
	background-color: #ffffec;
}

div.widget input.submit:hover,
div.widget input.hover {
	background-position: 0 -24px;
}

textarea {
	font: 12px Arial, Helvetica, sans-serif;
	color: #4e0755;
	background-color: #EADFAA;
	border-width: 1px;
	border-style: solid;
	border-color: #B5AC83 #EADFAA #EADFAA #B5AC83;
	padding: 4px 4px;
	vertical-align: middle;
	overflow: auto;
}

div.layout {
	width: 930px;
	padding: 0 56px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

div.title {
	border-bottom: 1px solid #EADFAA;
	margin-bottom: 12px;
	padding-bottom: 8px;
	width: 100%;
}

h1, h2 {
	margin: 0;
	padding: 0;
	font: normal 20px/22px Georgia, 'Times New Roman', Times, serif;
	color: #333333;
}

h1 a, h2 a {
	color: #663300;
}

div.title h1, div.title h2 {
	margin: 0;
	padding: 0;
	font: normal 24px/30px Georgia, 'Times New Roman', Times, serif;
}

/* logo section */
#logo {
	background: #B7EEF9 url(images/background-logo.png) repeat-x;
}

#logo div.layout {
	width: 996px;
	padding: 0;
	height: 280px;
}

strong.logo {
	position: absolute;
	top: 1px;
	left: 60px;
}

strong.logo a {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	width: 353px;
	height: 159px;

}

#logo embed, #logo object {
	display: block;
	width: 996px;
	height: 280px;
}

/* navigation section */
#navigation {
	background: #4e0755 url(images/background-navigation.png) repeat-x;
	padding: 1px 0 2px 0;
	font: bold 18px/40px 'Trebuchet Ms', Trebuchet, sans-serif;
}

#navigation div.layout {
	height: 40px;
}

#navigation a {
	color: #FCD806;
	text-decoration: none;
}

#navigation a:hover {
	text-decoration: underline;
}

#navigation a.rss {
	float: right;
	padding-right: 30px;
	background: url(images/link-rss.gif) no-repeat right;
}

#navigation ul {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	border-left: 1px solid #663300;
}

#navigation ul li {
	float: left;
	border-right: 1px solid #663300;
	position: relative;
	z-index: 4;
}

#navigation ul li a {
	float: left;
	padding: 0 10px;
}

#navigation ul li a:hover,
#navigation ul li.current_page_item a{
	background: #d69a18 url(images/navigation-active.gif) repeat-x;
	color: #FFF;
	text-decoration: none;
}

/* content section */
#content {
	padding: 20px 0 0 0;
	width: 100%;
}
#content-primary {
	width: 579px;
	float: left;
}

#content-secondary {
	width: 299px;
	float: right;
}

/* footer section */
#footer {
	background-color: #cc6600;
	color: #FFFFEC;
	padding: 12px 0;
}

#footer a {
	color: #FFFFEC;
	text-decoration: none;
}

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

#footer p {
	padding: 0;
	float: right;
}

#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer ul li {
	display: inline;
	border-left: 1px solid #FFFFEC;
	padding: 0 4px 0 8px;
}

#footer ul li:first-child {
	padding-left: 0;
	border-left: none;
}

/* main box section */
div.box {
	background: #FFFFEC url(images/box-inner.gif) repeat-y;
	margin-bottom: 8px;
}

div.box div.bg {
	background: url(images/box-bottom.gif) no-repeat bottom left;
}

div.box div.inner {
	background: url(images/box-top.gif) no-repeat;
	padding: 14px 19px 8px 19px;
	width: 541px;
	overflow: hidden;
}

/* inner boxes section */

/* article box section */
div.article div.head,
div.article div.body {
	width: 100%;
	overflow: hidden;
}

div.article div.head {
	color: #69571F;
	font-family: Georgia, 'Times New Roman', Times, serif;
	padding-bottom: 8px;
}

div.article div.head p {
	padding: 0;
}

/* article caption box section */
p.wp-caption-text {
	background-color: #4C3B05;
	font-size: 11px;
	color: #FFFFEC;
	padding: 8px;
	line-height: 15px;
}

p.wp-caption-text strong {
	display: block;
}
/* article more link section */
p.more {
	width: 100%;
	overflow: hidden;
}

p.more a {
	display: block;
	height: 22px;
	font: 18px/20px Georgia, 'Times New Roman', Times, serif;
	color: #FFFFEC;
	float: left;
	background: #ffffec url(images/button-left.gif) no-repeat;
	padding-left: 12px;
	text-decoration: none !important;
}

p.more a span {
	float: left;
	cursor: pointer;
	background: url(images/button-right.gif) no-repeat top right;
	padding: 0 12px 2px 0;
	height: 20px;
}

div.widget p.more a {
	height: 22px;
	background: url(images/button-widget-left.gif) no-repeat;
}

div.widget p.more a span {
	background-image: url(images/button-widget-right.gif);
	height: 22px;
}

p.more a:hover {
	color: #333300;
	background-position: 0 -22px;
	background-color: #ffffec;
	text-decoration: none;
}

div.widget p.more a:hover {
	background-position: 0 -24px;
	background-color: transparent;
}

p.more a:hover span {
	background-position: 100% -22px;
}

div.widget p.more a:hover span {
	background-position: 100% -24px;
}

/* contact form section */
dl.contact-form dd {
	padding-bottom: 8px;
}

dl.contact-form input.text {
	width: 260px;
}

dl.contact-form textarea {
	width: 530px;
	height: 105px;
}

/* widget main section */
div.widget {
	background: #5b1166 url(images/widget-inner.gif) repeat-y;
	margin-bottom: 6px;
	color: #FFFFEC;
}

div.widget a {
	color: #FFFFEC;
}

div.widget div.bg {
	background: url(images/widget-top.gif) no-repeat;
}

div.widget div.inner {
	background: url(images/widget-bottom.gif) no-repeat bottom left;
	padding: 16px 15px 7px 16px;
	width: 268px;
	overflow: hidden;
}

div.widget strong.head {
	display: block;
	font: normal 24px/28px Georgia, 'Times New Roman', Times, serif;
	color: #FFFFEC;
	padding-bottom: 6px;
}

/* widgets section */

/* advertise widget section */
div.widget-ad strong.head {
	text-align: center;
}

div.widget-ad strong.head a {
	text-decoration: none;
}

div.widget-ad strong.head a:hover {
	text-decoration: underline;
}

/* sponsors widget section */
div.widget-sponsors strong.head {
	background: url(images/widget-sponsors.gif) no-repeat top right;
	margin-bottom: 4px;
}
div.widget-sponsors ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

div.widget-sponsors li {
	padding-bottom: 10px;
}

/* tips widget section */
div.widget-tips strong.head {
	background: url(images/widget-tips.gif) no-repeat top right;
}

div.widget-tips em {
	display: block;
	font-style: normal;
	color: #663300;
	padding-bottom: 4px;
}

/* subscribe form section */
div.subscribe-form {
	border-top: 1px solid #69571F;
	padding: 12px 0;
	width: 100%;

	overflow: hidden;
}
div.subscribe-form strong.head {
	background: none;
}

div.subscribe-form input.text {
	border-color: #FFFFEC;
	background-color: #FFFFEC;
	padding: 3px 4px;
	width: 256px;
	outline: none;
	margin-bottom: 8px;
}

div.subscribe-form input.submit {
	float: right;
}

/* affiliations widret section */
div.widget-affiliations strong.head {
	background: url(images/widget-affiliations.gif) no-repeat top right;
	margin-bottom: 4px;
}

div.widget-affiliations p.more a {
	float: right;
}

div.widget-affiliations p {
	width: 100%;
	overflow: hidden;
	padding-bottom: 8px;
}

div.widget-affiliations p.data {
	padding-bottom: 18px;
}
/* table section */
table {
	margin: 0 0 14px 0;
	padding: 0;
	border: none;
	border-collapse: collapse;
	background: #F0F0F0;
	width: 100%;
}

.alignleft table, .alignright table {
	margin-bottom: 0;
}

th, td {
	vertical-align: top;
	padding: 3px;
}

th, thead td {
	font-weight: bold;
	background-color: #E2E1E1;
	text-align:left;
}

tr.alternate td {
	background-color: #E2E1E1;
}

.fw_top
{
 background:url(images/fc_top.jpg) no-repeat;
 height:7px;	
}


.fw_bot
{
 background:url(images/fc_bot.jpg) no-repeat;
 height:7px;	
}


.fw_mid
{
 background:url(images/fc_mid.jpg) repeat-y;
  padding: 10px;	
}
