/* Common */
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: small; /* core font-size */
	color: #000;
	background-color: #fff;
	text-align: center;
}

td {
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
}

/* Anchors */
a:link {
	color: #005cb8;
	text-decoration: none;
}
a:visited {
	color: #005cb8;
	text-decoration: none;
}
a:hover {
	color: #00c;
	text-decoration: none;
}
a:active {
	color: #005cb8;
	text-decoration: none;
}

.textBox {
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 14px;
	background-color: #fff;
	border: 1px solid #333;
	padding: 1px;
}

.button {
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 12px;
}

div.z {
	clear: both;
}

/* header */
#header {
	background: #4682b4 url(/img/blogs_at_sinzy_net_logo.jpg) no-repeat 0% 100%;
	text-align: center;
	position: relative;
	min-width: 960px;
}
#nav_wrapper {
	margin: auto;
	width: 480px;
	text-align: left;
}
#fp_nav {
	float: left;
}
#fp_nav li {
	float: left;
	list-style: none;
}
#fp_nav li a {
	display: block;
	padding: 0 20px;
	color: #fff;
	font-size: 14px;
	height: 38px;
	line-height: 38px;
}
#fp_nav li a:hover {
	background-color: #185C94;
}

.fp_nav_hover {
	background-color: #036;
}

.hasNewMsg {
	color: yellow;
	font-weight: bold;
}

#search_wrapper {
	position: absolute;
	top: 0;
	right: 0;
	padding: 8px 8px 0 0;
}
#search_wrapper #txtSearch {
	background: #fff url(/img/magnifier.png) no-repeat 100% 50%;
	width: 128px;
	padding-right: 18px;
}

/* latest entries */
#le {
	background-color: #036;
	width: 710px; /* 75% */
	padding: 10px 0 10px 10px;
	float: left;
	display: none;
}
#le .lei {
	padding: 0 0 0 15px;
	width: 330px;
	height: 22px;
	margin: 0 10px 0 0;
	float: left;
	overflow: hidden;
	cursor: pointer;
}
#le .lei:hover, #le .lei:hover h4 {
	background-color: #4682b4;
}
#le .lei h4 {
	background-color: #036;
	padding: 2px 0 2px 2px;
	font-size: 14px;
	color: #f0f8ff;
	font-weight: normal;
}
#le .lei h4 a {
	color: #fff;
}
#le .lei h4 a:hover {
	text-decoration: none;
}
#le .lei h4 span.au {
	font-size: 12px;
	color: #dcdcdc;
}

/* body */
#bdy {
	background-color: #fff;
	text-align: center;
}

#body_wrapper {
	margin: auto;
	width: 960px;
	text-align: left;
}

#side {
	width: 240px; /* 25% */
	float: left;
}

#main {
	width: 720px; /* 75% */
	float: right;
}

#blgr_boxes {
	width: 710px; /* 75% */
	padding: 10px 0 0 10px;
/*	background-color: #A6C8E4;*/
	background-color: #b0c4de; /* Grid-box main color */
	float: left;
}

div.mbr {
	position: relative;
	float: left;
	width: 128px;
	height: 128px;
	border: 2px solid #c9daef;
	background-color: #fff;
	margin: 0 10px 10px 0;
	overflow: hidden;
}
div.mbr:hover {
	background-color: #f0f8ff;
	border: 2px solid #4682b4;
}

div.mbr a {
	display: block;
}

div.avt {
}
div.avt img {
	width: 48px;
	height: 48px;
}

div.num {
	position: absolute;
	bottom: 2px;
	right: 2px;
	text-align: right;
	padding: 0 19px 0 0;
	line-height: 17px;
	font-size: 90%;
	color: #666;
	background: url(/img/entry_comment_num.png) no-repeat 100% 100%;
}
div.num img {
	border: 0;
	width: 16px;
	height: 16px;
	vertical-align: middle;
}

div.ath {
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
	font-size: 90%;
	color: #000;
	padding: 2px 2px 0 0;
}

div.mbr h3 {
	font-size: 105%;
	text-align: center;
	padding-top: 4px;
/*	color: #005cb8;*/
}

/* emoTag & Msgs */
#etg {
	background: #fff url(/img/fading_background_11.png) repeat-x;
	text-align: left;
	padding: 10px 0 0 0;
	min-height: 480px;
	overflow: hidden;
}

/* Footer */
#footer {
	text-align: center;
	clear: both;
	border-top: 1px #369 solid;
	padding: 0 0 1px 0;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 82.5%;
	color: #666;
	background: #fff;
}
#footer p {
	margin: 1em 0;
}

#ie_warning {
	padding: 2px 0;
	text-align: center;
	font-size: 12px;
	color: #000;
	background-color: #ff0;
}

/* RSS Icon TODO */

/* quick emoTag TODO */