/* -----------------------------------------------------------------------
	Career Guide - PhilStar Jobsite
	November 11, 2008
	Code / Design : http://careerguide.ph
	Designer :	Jan Harold Diaz
----------------------------------------------------------------------- */
@import url(sub/typography.css);
@import url(sub/grid.css);
@import url(sub/links.css);
@import url(sub/classes.css);
/*BluePrint Reset*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;list-style-type:none;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}a img {border:none;}
/*||PNG Fix*/
* html body div#stay{height:100%; overflow:auto;}
* html img,* html .png,{
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "../images/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
}

/*Main Properties*/
html body{background:#3f3f40 url(../images/body-bg.gif) repeat-x 0 0; }

div#main-navigation ul{
	float:left;
	margin:0;
	padding:0;
}
div#main-navigation ul li{
	float:left;
	margin:0 5px 0 0;
}

div#errorExplanation{
	float:left;
	width:490px;
	margin:10px 0;
	padding:10px;
	background:#a40000;
	color:#fff;
}
div#errorExplanation ul{
	float:left;
	list-style-type:circle;
}
div#errorExplanation ul li{
	float:left;
	width:490px;
	margin:0;
	padding:3px 0 3px 10px;
	color:#ccc;
}
div#errorExplanation h2{
	font-size:1.2em;
	font-weight:900;
	width:490px;
}
div#errorExplanation p{
	border-bottom:1px dashed #ddd;
	padding-bottom:4px;
	width:490px;
}

 /*Comment System*/ 
table#admin-comments{float:left;width:960px;color:#444; border-bottom:2px solid #ddd;}
table#admin-comments thead tr th{padding:5px 10px; background:#eee; border:1px solid #fff;} 
table#admin-comments tbody tr td{padding:5px 10px; background:#fafafa; border:1px solid #fff;} 


/*Added Oct122009*/
div#sublinks{padding:0 0 0 15px;}
div#sublinks h5{font-size:1.3em;}
div#sublinks a{color:#0097da; font-weight:100;}
