@charset "UTF-8";
@import url("base.css");
@import url("extensions.css");
@import url("toolbar.css");

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 01.wrapper style                                                       */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#wrapper {
	margin: 0px auto 0px auto;
	width: 970px;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 02.header style                                                        */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#header {
	padding: 0px 15px 0px 15px;
	width: 940px!important;
	width/**/: 970px;
	height: 160px;
	background-image: url(../images/header_background.png);
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/header_contents_background.png', sizingMethod='scale');
	position: relative;
}
div#followme {
	position: fixed;
	top: 300px;
	left: 10px;
	width: 60px;
	height: 60px;
	overflow: hidden;
}
div#followme a {
	display: block;
	background-image: url(../images/followme.gif);
	background-position: 0px 0px;
	width: 60px;
	height: 60px;
	text-indent: -5000px;
	left: 60px;
}
div#followme a:hover {
	background-position: 0px -60px;
}

div#header h1 {
	width: 940px;
	height: 20px;
	text-indent: -5000px;
	overflow: hidden;
}
div#header_main {
	clear: both;
	height: 140px;
}
ul#directory {
	width: 940px;
	height: 24px;
	position: absolute;
	left: 15px;
	top: 136px;
	background-image: url(../images/dir.png);
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/dir.png', sizingMethod='scale');
}
ul#directory li {
	float: left;
	color: #FFFFFF;
	background-image: url(../images/dirsp.png);
	_background: none;
	_background-image: url(../images/dirsp.gif);
	background-repeat: no-repeat;
	background-position: center right;
	height: 24px;
	padding: 0px 15px 0px 10px;
}
ul#directory li a {
	color: #FFFFFF;
	padding: 3px 0px 0px 0px;
	display: block;
}
ul#directory li span {
	color: #FFFFFF;
	padding: 3px 0px 0px 0px;
	display: block;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 03.navigator style                                                     */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#navigator {
	position: absolute;
	width: 930px;
	top: 25px;
	left: 20px;
}
div#navigator ul {
	width: 930px;
}
div#navigator ul li {
	float: left;
}
a#n_01 {
	width: 180px;
	height: 40px;
}
a#n_02,a#n_03,a#n_04,a#n_05,a#n_06 {
	width: 150px;
	height: 40px;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 04.container style                                                     */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#container {
	margin: 0px auto 0px auto;
	padding: 0px 15px 0px 15px;
	clear: both;
	text-align: left;
	width: 940px!important;
	width/**/: 970px;
	background-image: url(../images/container_background.png);
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/container_background.png', sizingMethod='scale');
}
div#inbox {
	background-image: url(../images/inbox_background.gif);
}
hr#eof {
	clear: both;
	visibility: hidden;
	height: 1px;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 05.contents style                                                      */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#contents {
	float: left;
	padding: 15px;
	width: 700px!important;
	width/**/: 730px;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 06.sidebar style                                                       */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#sidebar {
	float: right;
	padding: 5px;
	width: 200px!important;
	width/**/: 210px;
}
div#sidebar ul {
	width: 200px;
}
div#sidebar ul li {
	padding: 0px 0px 5px 0px;
	width: 200px;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 07.footer style                                                        */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#footer {
	clear: both;
	padding: 0px 15px 20px 15px;
	width: 940px!important;
	width/**/: 970px;
	height: 120px!important;
	height/**/: 140px;
	background-image: url(../images/footer_background.png);
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/footer_background.png', sizingMethod='scale');
}
div#footer_main {
	width: 940px;
	height: 120px;
	background-image: url(../images/footer_background.gif);
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 08.copyright style                                                     */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#copyright {
	padding: 10px;
	color: #999999;
	clear: both;
	line-height: normal;
}
div#copyright p {
	font-size: 10px;
	color: #CCCCCC;
}
div#copyright span {
	font-family: "Myriad Pro","Verdana","Arial", "Helvetica", "sans-serif";
	font-size: 12px;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 09.other class style                                                   */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
ul.main_menu {
	padding: 10px 0px 0px 0px;
}
ul.main_menu li {
	float: left;
	line-height: normal;
	padding: 0px 3px 0px 0px;
}
ul.main_menu li a {
	display: block;
	padding-left: 10px;
	background-repeat: no-repeat;
	color: #FFFFFF;
}
ul.sub_menu {
	clear: both;
	padding: 5px 0px 0px 3px;
}
ul.sub_menu li {
	height: 12px;
	float: left;
	line-height: normal;
	padding: 0px 3px 0px 3px;
}
ul.sub_menu li a {
	color: #FFFFFF;
	font-size: 10px;
	display: block;
	padding-left: 8px;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
a.tweet {
	width: 200px;
	height: 28px;
	background-image: url(../images/tweet.gif);
	display: block;
	text-indent: -5000px;
}
div.tweet {
	width: 200px;
	margin: 0px auto;
}
div.tweet ol {
	padding: 5px;
	background-image: url(../images/tweetbg.gif);

}
div.tweet ol li {
	padding: 5px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin: 3px 0px;
	background-color: #EEEEEE;
	font-size: 12px;
}
div.tweet ol li span {
	display: block;
	font-size: 10px;
	color: #999999;
}
