/* Reset CSS */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

img {border:none;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

p, br {margin-top:10px;}


/* Core Design */
body {margin:0px;background:#9b9b9b;background-image:url(/images/background.png);background-repeat:repeat-x;font-family:Tahoma;font-size:13px}
.coreblock {width:1024px;margin-left:auto;margin-right:auto}
#main {background:#e0e1e3;background-image:url(/images/edgeshadow.png);background-repeat:no-repeat}
#header {height:110px;width:992px;background-image:url(/images/header.png);}
#menuwrapper {padding-top:87px;padding-left:55px}
#menu {float:left;width:125px;height:23px}
#footer {padding-bottom:5px;}
.awidget {float: left; width: 335px;}
.awidget-desc {float: left; width: 260px;}
.textbox {border:solid 1px #AAA;font-family:Tahoma;font-size:13px}
.tab {float:left;width:125px;height:23px}
.tabimg {width:125px;height:23px}
.clearable:after {content: ".";display:block;height:0;clear: both;visibility: hidden}
* html .clearable {height: 1%;}

/* Fixing the WP Design */
.narrowcolumn {float:left;width:730px}
.sidebar {float:left;width:261px}
.posttitle {font-size:14px;border-bottom:3px solid #aeaeae;padding-left:25px;height:22px}
.posttitle a {color:#000;font-weight:normal;text-decoration:none}
.archives li a {color:#FFF}

.footer a, .footer a:visited {color:#FFF;}