/*
Theme Name: 暑期学校网站
Theme URI: http://yangjf.com/
Description: 暑期学校网站模板，两栏。测试通过浏览器有：IE6、IE7、firefox5。
Version: 1.5
Author: 杨建锋
Tags: 两栏, 学校网站, 行政单位

西北大学党委组织部网站模板，技术支持：<a href="http://yangjf.com">剑锋博客</a>
*/
* body, ul, li, div, p, h1, h2, h3, h4 {
	font-size: 12px;
	margin: 0;
	padding: 0;
}

ul, li {
	list-style-type: none;
}

body {
	text-align: center;
}
#wrap {
	text-align: left;
	width: 1000px;
	margin: 0 auto;
	background: #FFF url(images/wrap_bg.png) no-repeat ;
	min-height: 670px;
}

}
/* ie6 min-height */
* html #wrap {
	height: 670px;
}

#header h1 {
	text-indent: -10000px;	
}
#header h1 span{
	display: block;
	width: 1000px;
	height: 290px;
}
#header #menu {
	margin: 80px 0px 0px 258px;
}
/* 修复IE6 */
* html #header #menu {
	margin: 80px 0px 20px 120px;
}

#header {
	width: 1000px;
	float: left;
}	
#menu {
	float: left;
}
#menu li {
	float: left;
	text-indent: -100000px;	
	margin-left: 15px;
	
}

#menu li a {
	display: block;
	width: 78px;
	height: 20px;
	margin: 5px;
}


#menu li#homepage {
	background: transparent url(images/homepage.jpg) no-repeat 0 -2px;
}
#menu li#about-school {
	background: transparent url(images/about-school.jpg) no-repeat 6px -2px;
	margin-top: 57px;
}
#menu li#enrollment {
	background: transparent url(images/enrollment.jpg) no-repeat;
	margin-top: 19px;
}
#menu li#teaching-arrangement {
	background: transparent url(images/teaching-arrangement.jpg) no-repeat;
	margin-top: 19px;
}
#menu li#publicity {
	background: transparent url(images/publicity.jpg) no-repeat;
	margin-top: 43px;
}
#menu li#experience-exchange {
	background: transparent url(images/experience-exchange.jpg) no-repeat;
	margin-top: 23px;
}
#menu li#sponsor {
	background: transparent url(images/sponsor.jpg) no-repeat;
	margin-top: 53px;
}

#site-content {
	width: 1000px;
	float: left;
}

#summer-school-introduce h2 {
	text-indent: -10000px;
	background: transparent url(images/northwest-university.jpg) no-repeat;	
	float: left;
}
#summer-school-introduce h2 span {
	display: block;
	width: 172px;
	height: 143px;
}
#summer-school-introduce div {	
	float: left;
	padding-top:78px;
	padding-left: 5px;
}
#summer-school-introduce {	
	float: left;
	color: #999999;
	float: left;
	margin-left: 0px;
	margin-right: 2px;
	margin-top: 10px;
	margin-bottom: 27px;
	width: 420px;
	line-height:1.5em;
}
#summer-school-introduce p span {
	font-weight: bold;
	letter-spacing: 1em;	
}
#bulletin {
	float: right;
	width: 500px;
	margin-right: 67px;
	margin-bottom: 10px;
	margin-top:0px;
}
* html #bulletin {
	width: 480px;
} 

#bulletin h2 {
	background: transparent left url(images/more.jpg) no-repeat;
	text-indent: -10000px;
	padding-right: 10px;	
}
#bulletin h2 a {
	display: block;
	width: 490px;
	height: 31px;
}
* html #bulletin h2 a {
	width: 430px;
}
#bulletin a:visited{
    color: #fff;
}
#bulletin li span {
	color: #63B0FE;
}

#bulletin ul {
	background: transparent url(images/news.jpg) no-repeat 33px 19px;
	padding-left: 132px;	
	padding-top: 5px;
	float: left;
}
#bulletin ul li {
	line-height: 2em;
	border-bottom: 1px dotted #CCC;	
	float: left;	
	width: 380px;
}
* html #bulletin ul li {
	width: 370px;
}
#bulletin ul li {
	background:transparent url(images/li_bg.jpg) no-repeat 0px 5px;
	
}

#bulletin ul li a {
	display: block;
	width: 290px;
	height: 25px;
	overflow: hidden;
	float: left;
	padding-left: 25px;
}
* html #bulletin ul li a {
	width: 280px;
}
#bulletin ul li span {
	float: right;
	width: 60px;
}

#bulletin ul li a:link, 
#bulletin ul li a:visited,
#bulletin ul li a:hover,
#bulletin ul li a:active {
	color: #000;	
	text-decoration: none;
}

#bulletin ul li a:hover {
	text-decoration: underline;
}

#footer {
	width: 1000px;
	clear: both;
	background-color: #eaeaea;
	color: #666;
}

#footer ul {
	float: left;	
	margin: 15px 15px 5px 100px;
}
* html #footer ul {
	margin-left: 65px;
}
#footer ul li {
	float: left;
	padding: 10px;
}

#footer ul li.bd {
	background: transparent url(images/footer_li_bg.jpg) no-repeat 0 10px;
	padding-left: 15px;
}

#footer ul li a:link, 
#footer ul li a:visited,
#footer ul li a:hover,
#footer ul li a:active {
	color: #000;	
	text-decoration: none;
}
#footer ul li a:hover {
	text-decoration: underline;
}

#footer #copyright {
	text-align: right;
	margin: 5px;
}

#footer #copyright, #footer #copyright p {
	float: right;	
	width: 455px;
	line-height: 2em;
	margin-right: 45px
}

#footer #copyright span {
	
}

.clear {
	clear: both;
}


