/*
	Created by Edward Sun
	and used solely for the site edwardsun.com
	
	Started: June 26, 2008
	Completed: June 28, 2008
	Launched: July 01, 2008
*/

body {
	font-family: Georgia, "Times New Roman", Helvetica, sans-serif;
	background: url('/images/bg.png');
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #535353;
}

a:link, a:visited, a:active {
	color: #1c61a9;
	text-decoration: none;
}

a:hover {
	color: #2977c8;
	border-bottom: 1px dotted #2977c8;
}


h1 {
	font-size: 18px;
	font-variant: small-caps;
	font-weight: 900;
	color: #404040;
	margin-bottom: 0px;
}
h2 {
	font-size: 16px;
	font-weight: 900;
	margin-bottom:4px;
	color: #404040;
	border-bottom:1px solid #ccc;
}

/* IT Eagle Inc. Network Bar */
#iteagle-bar {
	/*font-family: Georgia, "Times New Roman", Helvetica, sans-serif;*/
	color: #ffffff;
	height: 10px; /* 29 */
	width: 100%;
	border-bottom: 2px solid #202934;
	background-color: #2f3740;
	text-align: center;
}

#iteagle-bar a, #iteagle-bar a:link, #iteagle-bar a:visited, #iteagle a:active {
	border: 0px;
	text-decoration: none;
}

a#iteagle-bar:hover {
	border: 0px;
	text-decoration: none;
}

/* The top gradient and container */
#top {
	background: url('/images/top_bg.png');
	background-repeat: repeat-x;
	height: 115px;
	width: 100%;
}

/* The header gradient and container */
#header {
	margin: auto;
	background: url('/images/header_bg.png');
	height: 115px;
	width: 694px; /* 726 - 32 */
	padding-left: 32px;
}

/* The container of the five bars */
#logo {
	float: left;
	margin-top: 28px;
	width: 67px;
	height: 80px;
}

/* Begin: Logo bars: */
#bar1 {
	float: left;
	width: 11px;
	height: 22px;
	background-color: #ffffff;
	margin-right: 3px;
	margin-top: 58px; /* 80 - 22 */
}

#bar2 {
	float: left;
	width: 11px;
	height: 50px;
	background-color: #dbe0e4;
	margin-right: 3px;
	margin-top: 30px; /* 80 - 50 */
}

#bar3 {
	float: left;
	width: 11px;
	height: 33px;
	background-color: #c2cad3;
	margin-right: 3px;
	margin-top: 47px; /* 80 - 33 */
}

#bar4 {
	float: left;
	width: 11px;
	height: 54px;
	background-color: #9fafc0;
	margin-right: 3px;
	margin-top: 26px; /* 80 - 54 */
}

#bar5 {
	float: left;
	width: 11px;
	height: 33px;
	background-color: #81a2c4;
	margin-top: 47px; /* 80 - 33 */
}
/* End: Logo bars */

/* Begin: "edwardsun.com" */
#header-text, a#header-text, a#header-text:link, a#header-text:visited, a#header-text:active {
	float: left;
	color: #bacbde;
	text-decoration: none;
	font-size: 30px;
	margin-top: 80px;
	margin-left: 15px;
}

#header-text:hover, a#header-text:hover {
	color: #ffffff;
}
/* End: "edwardsun.com" */

/* Version: "010708" */
#header-version {
	float: left;
	color: #7298c0;
	text-decoration: none;
	font-size: 10px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin-top: 87px;
	margin-left: 5px;

}

/* Container of all the top buttons */
#buttons {
	float: left;
	height: 31px;
	width: 350px;
	margin-left: 5px;
	margin-bottom: 0px;
	margin-right: 0px;
	padding: 0px;
}

/* Exclusive attributes of a single top button: non-hover */
.button, a.button, a.button:link, a.button:visited, a.button:active {
	height: 19px;
	margin-top: 85px;
	padding: 4px 0px 0px 0px;
}

/* Exclusive attributes of a current button */
.cbutton, a.cbutton, a.cbutton:link, a.cbutton:visited, a.cbutton:active {
	height: 21px;
	margin-top: 79px;
	padding: 10px 0px 0px 0px;
}

/* Common attributes between a current button and a top button */
.button, a.button, a.button:link, a.button:visited, a.button:active,
.cbutton, a.cbutton, a.cbutton:link, a.cbutton:visited, a.cbutton:active {
	background: url('/images/button.png');
	display: block;
	float: left;
	width: 99px;
	margin-left: 10px;
	
	font-size: 14px;	
	text-align: center;
	font-family: Tahoma, Verdana, "Times New Roman";
	font-weight: bold;

	text-decoration: none;
	color: #8aa9c8;
}

/* Button: hover */
.button:hover, a.button:hover {
	height: 21px;
	margin-top: 83px;
	color: #6c8eb2;
}

.cbutton:hover, a.cbutton:hover {
	color: #6c8eb2;
}

/* The body gradient and container */
#body {
	margin: auto;
	background: url('/images/body_bg.png');
	width: 692px;
	padding: 15px 40px 15px 40px;
}

/* A message box */
.message {
	background-color: #f5f5f5;
	border: 2px solid #e0e1e1;
	padding: 10px;
	color: #6d6d6d;
	margin-bottom: 15px;
}

.message:hover {
	background-color: #e6e6e6;
}

/* Heading in the message box */
.message-head {
	color: #8aa9c8;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 5px;
}

/* The container of the portfolio navigation */
#pf-menu {
	float: left;
	background-color: #e7e7e7;
	width: 145px;
	margin-right: 15px;
	margin-bottom: 15px;
	border-top: 3px solid #e0e1e1;
	border-bottom: 3px solid #e0e1e1;
}


/* A portfolio navigation button */
.pf-button, a.pf-button, a.pf-button:link, a.pf-button:visited, a.pf-button:active {
	display: block;
	width: 135px;
	height: 20px;
	padding: 7px 5px 5px 5px;
	
	text-decoration: none;
	color: #8b9298;
	font-size: 18px;
}

/* Portfolio navigation button : hover */
.pf-button:hover, a.pf-button:hover {
	background-color: #3d5f82;
	color: #ffffff;
	border: 0px;
}

/* Common attributes between the image and hover image */
.pf-image, .pf-image-hover {
	float: left;
	width: 26px;
	height: 23px;
	margin-right: 8px;
	margin-top: -3px;
}

/* Exclusive attributes of the image */
.pf-image,
	.pf-button .pf-image, a.pf-button .pf-image, a.pf-button:link .pf-image, a.pf-button:visited .pf-image, a.pf-button:active .pf-image {
	position: relative;	
	display: block;
} 

/* Exclusive attributes of the hover image */
.pf-image-hover,
	.pf-button .pf-image-hover, a.pf-button .pf-image-hover, a.pf-button:link .pf-image-hover, a.pf-button:visited .pf-image-hover, a.pf-button:active .pf-image-hover {
	position: absolute;
	display: none;
}

/* Portfolio navigation button: hover -> portfolio image (hide) */
.pf-button:hover .pf-image, a.pf-button:hover .pf-image {
	position: absolute;
	display: none;
}

/* Portfolio navigation button: hover -> portfolio hover image (show) */
.pf-button:hover .pf-image-hover, a.pf-button:hover .pf-image-hover {
	position: relative;
	display: block;
}

/* Portfolio content section */
#pf-content {
	min-height: 450px;
}

/* Footer */
#footer {
	background-color: #82a4c7;
	margin: 10px -17px -15px -17px;
	height: 30px;
	border-top: 5px solid #a8c2dd;
	text-align: center;
	font-size: 11px;
	color: #557391;
	padding: 5px 0px 5px 0px;
}

#footer a, #footer a:link, #footer a:active, #footer a:visited {
	color: #435e7a;
	text-decoration: none;
}

#footer a:hover {
	color: #283e55;
	border-bottom: 1px dotted #283e55;
}

.tm
{
	padding:7px 7px 7px 7px;
	margin:5px 0px 5px 0px;

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}


