/* Author : Patrick Sy */

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,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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {	outline:0;}
body { line-height:1;}
/* ol, ul { list-style:none;} */

table { border-collapse:separate; border-spacing:0;}
caption, th, td { text-align:left; font-weight:normal;}
blockquote:before, blockquote:after, q:before, q:after { content:"";}
blockquote, q { quotes:"" "";}

/*** font styles ***/
a,h1,h2,h3,h4,h5,h6,p,pre,table,th,td,label,li,input,textarea,select,blockquote,code,dt,dd {}
a { text-decoration:none; cursor:pointer; color:#27c4f1;}
a:hover, a:focus { text-decoration:none; color:#8dd9ff;}
:focus { outline:0;}

h1,h2,h3 { font-weight:bold;}
p,strong,li,label,pre,table,th,tr,td,tbody,tfoot,thead,blockquote,code  {}
em { font-style:italic;}
strong { font-weight:bold;}
/* ol li { list-style:decimal inside;} */

span.break { display:block; margin-bottom:22px;}
.orange { color:#e78d49;}
.alignLeft { float:left; margin-right:12px;}
.alignRight { float:right; margin-left:12px;}
.caps { text-transform:uppercase;}
.abs div { position:absolute;}
.clr { height:0; clear:both;}
.bluTxt { color:#27c4f1;}

/*** general ***/
body { background:url(images/bg.jpg) top center repeat-x #fff; text-align:center; font-family:Trebuchet MS, Arial; color:#000; position:relative;}
#wrapper, .wrapper { text-align:left; margin:0 auto; width:748px; padding:0; position:relative;}

.sideBar, .mainBar { float:left;}
.sideBar { width:140px;}
.blue { background:#dce6ef;}
.mainBar { width:444px; margin:0 12px;}
.mBg { background:url(images/sidebar.gif) no-repeat; height:12px; width:100%;}
.mainBar .mBg { background:url(images/mainbar.gif) no-repeat;}
.blue .mBg { background:url(images/blue.gif) no-repeat;}

.top .mBg { background-position:0 0;}
.bot .mBg { background-position:0 -84px;}
.top .crc { background-position:0 -42px;}
.bot .crc { background-position:0 -126px;}
.content { padding: 0 12px; border-left:1px solid #b3b3b3; border-right:1px solid #b3b3b3;}

#header { padding-top:18px;}
#mainBody { padding-top:18px; clear:both;}
#header .content { height:53px;}
#mainBody .content { min-height:590px;}
#nav { font-size:12px; margin-top:6px; font-weight:bold; color:#27c4f1;}
#nav li { display:block; float:left;}
#nav li a { display:block; float:left;}
.sideBar { font-size:12px; font-weight:bold; color:#27c4f1;}
.sideBar ul, .sideBar ol { margin-top:10px;}
.sideBar li { list-style:none; line-height:16px;}
.inputTxt { width:110px;}

.post-date { color:#6e6e6e; font-weight:bold; font-size:11px; display:block; margin:10px 0;}
.comment { text-align:right;}
.previous { margin-top:40px;}
.content h2 { font-size:24px;}
.previous .text { padding:20px 0; background:url(images/div.gif) bottom repeat-x;}
#footer .content { clear:both; float:left; padding:30px 12px 20px 12px; border:none; width:420px; margin-left:152px; font-size:11px; color:#808284;}