/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #c0c0c0;
}

img {border: none;}
div {display: block;}
p {font-size: 12px;}
blockquote {
	font-size: 12px;
	color: #666666;
	background-color: inherit;
}

ol li {
	list-style: decimal !important;
}

#document_body li {
	list-style: url(../img/layout/highlights/bullet_cross.gif);
	font-size: 12px;
	margin: 0px 5px 5px 0px;
}

a:link, a:active, a:visited {
	text-decoration: underline;
	color: #000000;
	background-color: inherit;
}

a:hover {
	color: #666666;
	background-color: inherit;
}

.spacer1 {
	height: 7px;
	max-height: 7px;
	clear: both;
}

.spacer2 {
	height: 30px;
	max-height: 30px;
	clear: both;
}

/* Masthead and Main Navbar */
#mobile_ad {
	width: 850px;
	min-width: 850px;
	max-width: 850px;
	text-align: center;
	padding: 0px;
	margin: 0 auto;
}

#masthead {
	height: 100px;
	min-height: 100px;
	max-height: 100px;
	overflow: hidden;
	padding: 0px;
}

.main_navbar a {
	color: #fcfcfc;
	background-color: inherit;
}

.main_navbar a:hover {
	color: #cccccc;
	background-color: inherit;
}

.main_navbar {
	height: 18px;
	min-height: 18px;
	max-height: 18px;
	border: 1px solid #000000;
	background: url(../img/layout/navbar1.jpg) repeat-x;
	margin: 0px;
}

.navbar_shadow {
	height: 4px;
	min-height: 4px;
	max-height: 4px;
	overflow: hidden;
	background: url(../img/layout/navbar1_shadow.jpg) repeat-x;
	margin: 0px;
}

.main_navbar ul {
	padding: 0px 0px 0px 10px;
	margin: 2px 0px 0px 0px;
}

.main_navbar li {
	list-style: none;
	font-size: 10px;
	color: #cccccc;
	margin: 0px 20px 0px 0px;
	float: left;
}

#date {float: right;} 

/* Category box */
#category_box_left a {
	color: #999999;
	text-decoration: none;
	background-color: inherit;
}

#category_box_left a:hover {
	color: #000000;
	text-decoration: none;
	background-color: inherit;
}

#category_box_left {
	width: 250px;
	min-width: 240px;
	max-width: 240px;
	background-color: inherit;
	float: left;
	padding: 0px;
	margin: 0px;
}

#category_box_left ul {
	list-style: none;
	text-align: right;
}

#category_box_left li {
	list-style: none;
	list-style-type: none;
	color: #999999;
	font-size: 10px;
	text-transform: uppercase;
	border-bottom: 1px solid #cccccc;
	margin: 0px 10px 10px 0px;
}

.highlight {margin-left: 5px;}

/* Headlines */
#headline_box {
	width: 68%;
	max-width: 68%;
	height: 269px;
	max-height: 269px;
	padding: 0px 5px 0px 5px;
	margin: 15px 15px 0px 0px;
	border: 1px solid #cccccc;
	float: right;
	z-index: 1;
}

#good_news_headlines {
	text-align: right;
	padding: 0px;
	margin: -15px 0px 0px 0px;
}

#headline_header {
	position: relative;
	top: 0px;
	margin-right: 20px;
	z-index: 2;
}

#headline_box h1 {
	font-size: 16px;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
}

#headline_box a {
	text-decoration: underline;
	color: #0066ff;
	background-color: inherit;
}

#headline_box a:hover {
	color: #0099ff;
	background-color: inherit;
}

#headline_box p {
	font-size: 12px;
	padding-bottom: 10px;
}

/* Mid Navbar */
#mid_navbar a {
	color: #fcfcfc;
	text-decoration: none;
	background-color: inherit;
}

#mid_navbar a:hover {
	color: #ffcc00;
	text-decoration: none;
	background-color: inherit;
}

#mid_navbar {
	height: 20px;
	min-height: 20px;
	max-height: 20px;
	overflow: hidden;
	border: 1px solid #999999;
	background: url(../img/layout/navbar2.jpg) repeat-x;
}

#mid_navbar ul {
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 0px 60px;
}


#mid_navbar li {
	list-style: none;
	color: #fcfcfc;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px 45px 0px 0px;
	float: left;
}

/* Section Boxes */
#sporting_gold {border: 2px solid #ffcc00;}
#tech_milestones {border: 2px solid #33cc33;}
#we_are_pinoys {border: 2px solid #660066;}
#entertainment_success {border: 2px solid #006600;}
#wealth_of_advice {border: 2px solid #cc33cc;}
#biz_progress {border: 2px solid #fe9900;}
#inspirational_views {border: 2px solid #9933ff;}
#art_and_culture {border: 2px solid #0166ff;}
#the_good_balita {border: 2px solid #ff0000;}
#beauty_of_the_phils {border: 2px solid #003399;}

.box {
	width: 410px;
	min-width: 400px;
	max-width: 400px;
	background: url(../img/layout/highlights/listing_background.jpg) bottom repeat-x;
	padding: 7px;
	margin: 0px 0px 5px 0px;
}

.section_heading {
	clear: both;
	display: block;
	margin-bottom: 5px;
}

.storythumb {
	border: 1px solid #999999;
	float: left;
	padding: 2px;
	margin-right: 5px;
}

.box h1 {
	font-size: 12px;
	font-weight: normal;
	margin: 5px 0px 5px 0px;
}

.box p {
	font-size: 10px;
	border-bottom: 1px dotted #c0c0c0;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.box ul {
	padding: 0px 0px 0px 20px;
	margin: 0px;
}

.box li {
	font-size: 10px;
	list-style: url(../img/layout/highlights/bullet_arrow.gif);
	margin: 0px 5px 5px 0px;
}

/* Ad Placement */
.mid_ad {margin: 0px 9px 0px 9px;}
.mid_ad2 {margin: 0px 4.5px 0px 4.5px;}

#category_ad {
	position: relative;
	top: -70px;
	left: 450px;
	width: 210px;
	max-width: 210px;
	text-align: center;
	padding: 3px;
}

.article_ad {
	color: inherit;
	background-color: #f6f5f5;
	border: 1px solid #a9a8a8;
	padding: 5px;
	margin: 0px 0px 10px 10px;
	float: right;
}


/* Category Box Top and Bottom */
#category_box_top {
	height: 85px;
	max-height: 85px;
}

#category_box_top div {
	width: 500px;
	max-width: 500px;
	text-align: center;
	padding: 0px;
}

#category_box_top ul {
	width: 550px;
	min-width: 500px;
	max-width: 500px;
	padding-top: 14px;
	padding-left: 14px;
	margin: 0px;
}

#category_box_top li {
	list-style: none;
	color: #999999;
	font-size: 10px;
	text-transform: uppercase;
	float: left;
	margin: 0px 20px 10px 0px;
}

#category_box_top li.break {
	list-style: none;
	float: none;
	clear: right;
}

#category_box_bottom {
	height: 85px;
	min-height: 85px;
	max-height: 85px;
	overflow: hidden;
	background: url(../img/layout/footer.jpg) top no-repeat;
}


#category_box_bottom ul {
	width: 550px;
	min-width: 500px;
	max-width: 500px;
	padding-top: 14px;
	padding-left: 14px;
	margin: 0px;
}

#category_box_bottom li {
	list-style: none;
	color: #999999;
	font-size: 10px;
	text-transform: uppercase;
	float: left;
	padding: 0px;
	margin: 0px 20px 5px 0px;
}

#category_box_bottom li.break {
	float: none;
	clear: right;
}

/* Containers */

#main_container {
	width: 850px;
	min-width: 850px;
	max-width: 850px;
	overflow: hidden;
	background-color: #ffffff;
	padding: 0px;
	margin: 0 auto;
	margin-bottom: 7px;
	border: 1px solid #666666;
	/*float: left;*/
}

#column_left {
	width: 48%;
	max-width: 48%;
	padding: 0px 8px 0px 5px;
	float: left;
}

#column_right {
	width: 48%;
	max-width: 48%;
	padding: 0px 5px 0px 6px;
	float: left;
}

#document_body {
	min-height: 400px;
	padding: 0px 15px 0px 15px;
}

#document_body p {
	line-height: 16px;
	padding-bottom: 10px;
}

/* Footer */
#footer {
	height: 20px;
	max-height: 20px;
	font-size: 10px;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
}

#footer a {
	text-decoration: underline;
	color: #0066ff;
	background-color: inherit;
}

#footer a:hover {
	color: #0099ff;
	background-color: inherit;
}

/* Image Headers and points */
.img_header {
	width: 95%;
	max-width: 95%;
	margin: 20px 0px 0px 20px;
}

.img_header#general_line {border-top: 1px solid #cccccc;}
.img_header#sporting_gold_line {border-top: 1px solid #ffcc00;}
.img_header#tech_milestones_line {border-top: 1px solid #33cc33;}
.img_header#we_are_pinoys_line {border-top: 1px solid #660066;}
.img_header#entertainment_success_line {border-top: 1px solid #006600;}
.img_header#wealth_of_advice_line {border-top: 1px solid #cc33cc;}
.img_header#biz_progress_line {border-top: 1px solid #fe9900;}
.img_header#inspirational_views_line {border-top: 1px solid #9933ff;}
.img_header#art_and_culture_line {border-top: 1px solid #0166ff;}
.img_header#the_good_balita_line {border-top: 1px solid #ff0000;}
.img_header#beauty_of_the_phils_line {border-top: 1px solid #003399;}

.header {
	position: relative;
	top: -10px;
}

/* Article Specifics */
#document_body h1 {
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 15px;
}

#dropcap {
	font-size: 24px;
	padding: 10px;
	margin-right: 5px;
	background-color: #666666;
	color: #ffffff;
	/* border-bottom: 2px solid #000000; */
	float: left;
}

.article_list ul {
	padding: 0px 0px 0px 50px;
	margin: 0px;
}

.article_list li {
	font-size: 12px;
	list-style: url(../img/layout/highlights/bullet_arrow.gif);
	margin: 0px 5px 5px 0px;
}


/* Article Images */
.box_photo_small {
	min-width: 150px;
	max-width: 200px;
	height: auto;
	color: inherit;
	background-color: #f6f5f5;
	border: 1px solid #a9a8a8;
	padding: 5px;
	margin: 0px 10px 10px 0px;
	float: left;
}

.box_photo_small2 {
	min-width: 150px;
	max-width: 200px;
	height: auto;
	color: inherit;
	background-color: #f6f5f5;
	border: 1px solid #a9a8a8;
	padding: 5px;
	margin: 0px 0px 10px 10px;
	float: right;
}

.box_photo_small p {
	font-size: 10px;
	font-style: italic;
	margin-top: 2px;
	margin-bottom: 2px;
}

.box_photo_small2 p {
	font-size: 10px;
	font-style: italic;
	margin-top: 2px;
	margin-bottom: 2px;
}

.box_photo_list {
	min-width: 150px;
	max-width: 200px;
	color: inherit;
	background-color: #f6f5f5;
	border: 1px solid #a9a8a8;
	padding: 2px;
	margin: 0px 20px 40px 0px;
	float: left;
}

.box_photo_list2 {
	min-width: 150px;
	max-width: 200px;
	color: inherit;
	background-color: #f6f5f5;
	border: 1px solid #a9a8a8;
	padding: 2px;
	margin: 0px 20px 40px 0px;
	float: right;
}

.friends_logos {
	float: left;
	margin-right: 20px;
}



/* Typography */
.bold {font-weight: bold;}
.italic {font-style: italic;}

/* Alignment, Floats */
.f_left {float: left;}
.f_right {float: right;}
.center {text-align: center;}
.right {text-align: right;}