﻿/* 页面 */
img
{
    border: 0px;
    }
a:link
{
    color: #034af3;
    text-decoration: underline;
}
a:visited
{
    color: #505abc;
}
a:hover
{
    color: #1d60ff;
    text-decoration: none;
}
a:active
{
    color: #BA4D41;
}
.url_title
{
    font-size: 14px;
}
.url_tag
{
    color: #996633;
}

.url_link .a,
.url_link
{
    color: #006600;
}
a.url_summary
{
    color: #95A5FD;
}
.url_link span
{
    color: #95A5FD;

}
/* 添加微网址表单 */
.input_url,
.input_title,
.input_tags
{
   width: 300px; }
body
{
    text-align: center;
    font-size: 13px; 
    font-family: arial, sans-serif;
}
.container
{
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
}
h2
{
    font-size: 14px; color: #000000;
    }
/* 头部 */
#header
{
    width: 960px;
    height: 62px;
    border-bottom: 1px solid #96a7ba;
    text-align: left;
}
#header h1
{
    float: left;
    padding: 4px 0 0 20px;
    width: 187px;
    margin: 0;
    font-size: 14px;
}
#header h1 a
{
    display: block;
    width: 145px;
    height: 40px;
}
#header h1 a img
{
    width: 145px;
    height: 40px;
    border-width: 0px;
}
#header_main
{
    float: left;
    margin-top: 8px;
    height: auto;
}

#header_search
{
    font-size: 13px;
    height: 30px;
}
#header_search input
{
    margin-right: 5px;
    line-height: 16px;
}
.search_box
{
    width: 287px;
    padding-left: 3px;
}

/* 站点导航 */
#site_tabs_container
{
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
#site_tabs_container ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#site_tabs_container ul li
{
    float: left;
    width: 80px;
    text-align: center;
    margin-right: 5px;
    position: relative;
    top: 1px;
    text-overflow:ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.site_tab_normal
{
    height: 23px;
}
.site_tab_normal a
{
    display: block;
    height: 19px;
    padding-top: 4px;
    background: #eaf0f6 url(../images/navi_normal.gif) no-repeat;
    text-decoration: none;
    color: #6688cc;
}
.site_tab_normal a:hover
{
    text-decoration: underline;
    color: #6688cc;
}
.site_tab_active a:visited
{
    color: #000000;
    text-decoration: none;
}
.site_tab_active
{
    height: 19px;
    padding-top: 4px;
    background: #fff url(../images/navi_active.gif) no-repeat;
    border-bottom: 1px solid #fff;
}

/* 主要区域 */
#main
{
    padding: 10px;
    width: 960px;
    text-align: left;
    clear: both;
}
.hottags li
{
    margin: 6px 5px 6px 0px;
    list-style-type: none;
    list-style-image: none;
}
/* 列表区域 */
.entry_list
{
    width: 740px;
    float: left;
}
/* 侧栏 */
.sidebar
{
    float: right;
    width: 220px;
    display: inline;
}
/* 底部 */
#footer
{
    text-align: center;
    clear: both;
}
.div-footer-intl-links
{
    padding: 1em 0;
}
.copyright
{
    margin-top: 10px;
    margin-bottom: 14px;
    font-size: 13px;
    color: #333333;
}
.copyright a
{
    color: #333333;
}
/* 验证 */
.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}
.error
{
    font-weight: bold;
    color: #ff0000;
}
/* 分页 */
.pager {
    padding: 1em;
    margin: 1em 0;
    clear: left;
    font-size: 12px;
}

.pager a, .pager span
{
    background-position: #fff;
    display: block;
    float: left;
    padding: 0.2em 0.5em;
    margin-right: 0.2em;
    border: 1px solid #fff;
    background: #fff;
}

.pager span.current {
    border: 1px solid #2E6AB1;
    font-weight: bold;
    background: #2E6AB1;
    color: #fff;
}

.pager a {
    border: 1px solid #9AAFE5;
    text-decoration: none;
}

.pager a:hover
{
	border-color: #2E6AB1;
	background-color: #94B7E2;
	color: #FFFF66;
}

.pager a.nextprev {
    font-weight: bold;
}

.pager span.nextprev {
    color: #666;
}

.pager span.nextprev {
    border: 1px solid #ddd;
    color: #999;
}

.pager .nextprev-next {
    float: right;
}
/* 查看网址入口 */
.view_title
{
    padding: 6px 5px 6px 5px;
    background-color: #E5ECF9;
}
/* tag 列表 */
.tag_list li
{
    list-style-type: none;
    float: left;
    display: block;
    margin-right: 10px;
    margin-top: 6px;
    margin-bottom: 6px;
    width: 160px;
    text-overflow:ellipsis;
    white-space: nowrap;
    overflow: hidden;
}