body {
	margin: 20px;
	padding: 0;
	background: #CCCCCC;
}

body, th, td, input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}

h1, h2, h3 {
	color: #4cbd13;
}

h1 {
	letter-spacing: -2px;
	font-size: 3em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

input, textarea, select {
	color: #000000;
}

a {
	color: #4cbd13;
}

a:hover {
	text-decoration: none;
}

.red {
	color: #FF0000;
}

.gray {
	color: #777777;
}

.signupinput {
	width: 400px;
	font-family: "Courier New", Courier, monospace;
	text-align: center;
}

.wordslist {
	padding-left: 30px;
	padding-right: 30px;
	line-height: 30px;
	white-space: nowrap;
}

.error {
	font-size: smaller;
}

.lighter {
	background-color: #F4CECC;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 241px;
}

/* Logo */

#logo {
	margin-bottom: 10px;
	background: #4cbd13 url(/i/wlogo.gif) center no-repeat;
}

#logo h1, #logo p {
	margin: 0;
	padding: 0;
	text-align: center;
	font-weight: normal;
	color: #FFFFFF;
}

#logo h1 {
	padding-top: 30px;
	background: url(/i/red1.gif) no-repeat;
}

#logo p {
	padding-bottom: 30px;
	background: url(/i/red2.gif) no-repeat left bottom;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Widgets */

#widgets {
	background: #658634 url(/i/red3.gif) repeat-y;
}

#widgets-top {
	height: 20px;
	background: url(/i/red1.gif) no-repeat;
}

#widgets * {
	color: #FFFFFF;
}

#widgets ul {
	margin: 0;
	padding: 0 20px 30px 20px;
	background: url(/i/redbottom1.jpg) no-repeat left bottom;
	list-style: none;
}

#widgets li {
}

#widgets li ul {
	padding: 0 0 20px 6px;
	background: none;
	line-height: 180%;
}

#widgets li li {
	padding-left: 12px;
	background: url(/i/arrow.gif) no-repeat left center;
}

#widgets h2 {
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 1em;
}

/* Page */

#page {
	margin-left: 250px;
}

/* Search */

#search {
	height: 51px;
	background: url(/i/red4.gif) repeat-x;
}

#search form {
	height: 51px;
	margin: 0;
	padding: 0;
	background: url(/i/wilsonlogo.gif) no-repeat;
}

#search fieldset {
	height: 40px;
	margin: 0;
	padding: 11px 20px 0 0;
	background: url(/i/red5.gif) no-repeat right top;
	border: none;
	text-align: right;
}

/* Content */

#content {
}

#content h1, #content h2 {
	font-weight: normal;
	margin-top: 0;
}

.pagetitle {
	margin: 0 0 10px 0;
	padding-top: 27px;
}

.topflash {
	position:relative;
	z-index:1000;
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 13px;
	text-align: center;
}

.post {
	margin-bottom: 10px;
	background: #cbf3bb url(/i/pink1.gif) repeat-y right top;
}

.title {
	margin: 0;
	padding: 0 20px;
}

.byline {
	margin: 0 20px;
	border-top: 2px solid #C2C9B6;
}

.entry {
	padding: 20px 20px 0 20px;
}

.meta {
	margin: 0;
	padding: 0 20px;
}

/* Rounded Corners */

.ct {
}

.ct .l {
	background: url(/i/pink2.gif) no-repeat;
}

.ct .r {
	height: 15px;
	background: url(/i/pink3.gif) no-repeat right top;
}

.cb {
	background: url(/i/pink4.gif) repeat-x left bottom;
}

.cb .l {
	background: url(/i/pink5.gif) no-repeat left bottom;
}

.cb .r {
	height: 15px;
	background: url(/i/pink6.gif) no-repeat right bottom;
}

/* Footer */

#footer {
	clear: both;
	padding-top: 10px;
	font-size: smaller;
	color: #777777;
}

#footer p {
	margin: 0;
}

.footercopy {
	position: absolute;
	z-index: 10;
	padding-right: 10px;
}



/*.megapopup*/
.dialog-styles {
	padding:7px;
	background:url(/i/fon_popup.png) repeat;
}
* html .dialog-styles {
	background:transparent;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/fon_popup.png', sizingMethod='scale');
}
.dialog-innerstyles {
	background:#FFF;
	padding:20px;
}
.dialog-innerstyles strong {font-size:17px;}
.popup-left {float:left;}
.popup-right {
	margin-left:113px;

}


.borderable img { 
	border: 3px solid #4cbd13;
}

.borderable a:hover img {
	border-color: #D61518;
}

a:hover { 
	border: #F3BDBB;
}
