* {margin: 0px; padding: 0px; border: 0px none;}

	/*
		default background:		#fff;
		default text color:		#666;
		default link color:		#016502;
	*/

body {
	background: url("../img/bg.jpg") repeat-x #7991a9;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 18px;
	color: #666;
}

a {
	color: #016502;
}
	a:hover {
		color: #999;
	}
h1, h2, h3, h4, h5, h6 {
	color: #999;
	margin-bottom: 10px;
}

h1 {
	font-size: 16px;
	font-weight: bold;
}
h2 {
	font-size: 14px;
	font-weight: bold;
}
h3 {
	font-size: 13px;
	font-weight: bold;
}
h4, h5, h6 {
	font-size: 12px;
	font-weight: bold;
}
hr {
	height: 1px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 3px;
	margin-top: 3px;
}
.clear {
	clear: both;
}

#head {
}
	#head a.logo {
		background: url("../img/boltinnMobile.jpg") no-repeat;
		width: 198px;
		height: 39px;
		display: block;
		text-indent: -999px
	}

#content {
	background: #fff;
	padding: 10px;
	float: left;
}

#footer {
	font-size: 11px;
	text-align: left;
	color: #fff;
	margin-bottom: 30px;
}
	#footer a {
		color: #fff;
	}

.articleIndex {
}
	.articleIndex a {
		text-decoration: none;
	}
	.articleIndex .item {
	}
		.articleIndex .item .img {
		}
		.articleIndex .item .textbox {
		}
		.articleIndex .item .date {
			color: #999;
			font-size: 10px;
		}
		.articleIndex .item .more {
		}
	.articleIndex .big {
		height: 220px;
	}
		.articleIndex .big .img {
			height: 200px;
			width: 225px;
			float: left;
			margin-right: 10px;
			overflow: hidden;
		}
		.mobile .articleIndex .big .img {
			display: none; 
		}
		.articleIndex .big .textBox {
			float: left;
			width: 480px;
		}
			.articleIndex .big .textBox h1 {
				margin-bottom: 0;
			}
			.articleIndex .big .textBox .date {
				margin: -3px 0 10px 0;
				color: #999;
				font-size: 10px;
			}
			.articleIndex .big .textBox .more {
				float: right;
				margin-right: 10px;
			}
	.articleIndex .small {
		margin-bottom: 10px;
		float: left;
		width: 240px;
	}
		.articleIndex .small .img {
			width: 225px;
			margin-bottom: 10px;
			overflow: hidden;
		}
			.articleIndex .small .img A {
				display: block;
				height: 120px;
				background: center 25% no-repeat;
				overflow: hidden;
			}
		.articleIndex .small .textBox {
			width: 200px;
			height: 210px;
			overflow: hidden;
		}
			.articleIndex .small .textBox .date {
				color: #999;
				font-size: 10px;
			}
			.articleIndex .small .more {
				float: right;
				margin-right: 15px;
				font-size: 11px;
			}
	.articleIndex .mobile {
	}
		.articleIndex .mobile .img {
			width: 100px;
			margin-right: 10px;
			overflow: hidden;
			float: left;
		}
			.articleIndex .mobile .img A {
				display: block;
				height: 100px;
				background: center 25% no-repeat;
				overflow: hidden;
			}
		.articleIndex .mobile .textBox {
			float: left;
		}
			.articleIndex .mobile .textBox .date {
				color: #999;
				font-size: 10px;
			}
			.articleIndex .mobile .more {
				float: right;
				margin-right: 15px;
				font-size: 11px;
			}


#rss {
}
	#rss .item {
		height: 18px;
		overflow: hidden;
	}
