@charset "UTF-8";
@import url("http://wingx.net/blog/wp-content/themes/cross/mobile.css");

a:hover { color: #97D !important }

/* main */
	#main > section {
		margin: 0 2% 3%;
		width: 96%;
		background: #FCFCFC;
		border: 1px solid #CCC;
		border-radius: 4px;
		box-sizing: border-box;
	}
	#main > section > h1 {
		margin: 5px 20px;
		height: 50px;
		color: #333;
		font-size: 18px;
		font-weight: normal;
		line-height: 50px;
		text-align: left;
	}

/* #news */
	#news > h1 {
		margin-left: 0;
		float: left;
	}
	#news > h1:before {
		margin-left: 10px;
		display: block;
		width: 50px;
		height: 50px;
		background: #FCFCFC url(../../blog/wp-content/themes/cross/img/sprite.gif) no-repeat;
		float: left;
		content: " ";
	}
	#news table {
		margin: 3%;
		width: 94%;
		border-top: 1px dashed #CCC;
		border-collapse: collapse;
		clear: both;
	}
	#news table td {
		padding: 2%;
		text-align: left;
		vertical-align: top;
		border-bottom: 1px dashed #CCC;
	}
	#news nav {
		padding: 0 20px 20px;
		text-align: right;
	}
	#news button {
		margin: 0 0 0 auto;
	}

/* #products */
	#main > section#products {
		margin: 0;
		padding: 10px 0 20px;
		width: 100%;
		border: none;
		border-radius: 0;
		background: #333;
		overflow: hidden;
	}
	#main > section#products > h1 {
		margin: 0;
		color: #EEE;
		font-weight: bold;
		line-height: 50px;
		text-align: center;
	}
	#products ul {
		list-style: none;
		display: block;
		margin: 0 auto;
		width: 96%;
	}
	#products li {
		padding: 5% 2%;
		border-bottom: 1px solid #777;
	}
	#products li:first-child { border-top: 1px solid #777 }
	#products li img {
		display: block;
		margin: 0 auto 3% 3%;
		width: 50px;
		height: 50px;
		border: none;
	}
	#products li h1 {
		color: #EEE;
		font-size: 14px;
		font-weight: normal;
		text-align: left;
	}
	#products li p {
		display: block;
		text-align: left;
	}

/* #ctime */
	#main > section#ctime {
		margin: 0 2%;
		padding: 20px 0 0;
		width: 96%;
		border: none;
		border-radius: 0;
		background: #EEE;
		overflow: hidden;
	}
	#ctime article {
		margin-right: 18px;
		width: 100%;
		float: left;
	}
	#ctime article h1 {
		margin-bottom: 10px;
		color: #333;
		font-size: 16px;
		font-weight: normal;
		text-align: left;
	}
	#ctime article h2 {
		color: #09F;
		font-size: 14px;
		font-weight: normal;
		text-align: left;
	}
	#ctime article p {
		margin-bottom: 15px;
		color: #666;
		text-align: left;
	}
	#ctime img {
		display: block;
		margin: 0 auto 5%;
		width: 95%;
		border: 1px solid #CCC;
		border-radius: 4px;
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	}