/*
Theme Name: timemill
Theme URI: http://wordpress.org/themes/twentytwelve
Author: the WordPress team
Author URI: http://wordpress.org/
Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: twentytwelve

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/


/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}

a{
	text-decoration: none;
	color: inherit;
}
#primary{
		width:940px;
		margin: auto;
		margin-top:30px;
		color: #999999;
}
/* =Repeatable patterns
-------------------------------------------------------------- */
html,body{
background-color: #363131;
}
hgroup{
	display: none;
}
#main{
	margin: auto;
}
#page{
	min-height: 800px;
	margin:auto;
}

article .entry-header{
	/*background: #141213;*/
	line-height: 18px;
}
article .entry-image{
	float:left;
	width: 600px;
	height:333px;
}
article .entry-content{
	float: right;
	width: 320px;
	height: 333px;
	color: #8d8d8d;
	font-size: 14px;
	margin-right: 8px;
}
article .entry-content-wrapper{
	margin-top: 12px;
	border-top: 1px solid #666666;
	padding-top: 12px;
	color: #999999;
}

article .entry-content-inner-wrapper{
	overflow-y: scroll;
	height: 180px;
}

/*category*/
article .entry-content-cat-wrapper{
	margin-top: 8px;
	border-top: 1px solid #666666;
	padding-top: 12px;
	color: #999999;
	height: 85px;
	overflow-y: scroll;
}
article{
	background-image: url('images/a_bg_01.png');
	background-repeat: repeat;
}
article p{
	text-indent: 2em;
	margin-bottom: 5px;
	font-size: 12px;
}
#category-ctn{

}
#category-ctn li{
	float: left;
	margin-left: 20px;
}



article .entry-header-cat{
	
	margin-top: 30px;
	line-height: 18px;
	box-shadow: 1px 1px 8px 0 rgb(43, 43, 43);
	border: 1px solid #333333;

}
article .entry-image-cat{
	float:left;
	width: 330px;
	height:186px;
}
article .entry-content-cat{
	float: right;
	width: 588px;
	height: 186px;
	color: #999999;
	font-size: 12px;
	margin:10px 10px 0 0 ;
}

article .gallery-ctn{
	height:113px;
}


article .entry-title{
	font-size: 16px;
	/*font-weight: bold;*/
	color: #ffef80;
	font-family: 'arial','微软雅黑';
}

article .entry-subtitle{
	font-size: 12px;
	line-height: 24px;
	height: 18px;
	color: inherit;
}

article .entry-urls{
	margin-top: 8px;
	color: inherit;
}

article .entry-urls ul li{
	float:left;

}

article .entry-urls ul li a{
	color: inherit;
	line-height:20px;
	display:block;
	margin-right: 10px;
	padding-left:17px;
	background: url('images/play.png') no-repeat left center;
}

article .entry-content .entry-cat{
	float:left;
	margin-bottom: 10px;
}

article .entry-content-cat  .entry-cat{
	float:right;
	margin-left: 12px;
}
article .entry-rtime{
	float:right;
	margin-left: 10px;
	color: inherit;
	padding-left: 18px;
	background: url('images/time.png') 0 center no-repeat;
}

article .entry-content-cat .entry-year{
	float:right;
	margin-left: 10px;
}

article .entry-content .entry-year{
	margin-top:5px;
	margin-bottom: 5px;
	clear:both;
}


article .entry-main{
	font-size: 14px;
	line-height: 20px;
	padding: 20px 20px 30px 20px;
}

#menu-item-29 a{
	background: url('images/logo.png') left center no-repeat;	
	height: 55px;
	padding: 0 25px 0 115px;
	color: #ffef80;
	font-size: 12px;
	letter-spacing:3px

}
.main-navigation li.current-menu-item a{
	background: #ff7816;
	color:white;
	/*color: #FFCC33;*/

}
.main-navigation li a:hover{
	color: #ffef80;
}

/*index*/

.main-navigation{
	height: 55px;
	background-color: #231f20;
	width:100%;
	min-width:1020px;
}
.nav-menu{
	height: 55px;
	width: 1020px;
	margin:auto;

}
.main-navigation li{
	float: left;
	display: block;
}

.main-navigation li a{
	display: block;
	height: 55px;
	line-height: 55px;
	padding: 0 30px 0 30px;
	color: #ff9e00;
	font-family: 'arial','微软雅黑';
	font-size: 16px;
}
.cat-name{
	margin-top: 30px;
	margin-bottom: 30px;
	height: 32px;
	width: 928px;
	line-height: 32px;
	text-indent: 14px;
	font-size: 20px;
	/*font-weight: bold;*/
	font-family: 'arial','微软雅黑';
	/*color: #ffef80;*/
	/*color: #ff9e00;*/
	/*border-bottom: solid 1px #565656; */
	background:url('images/cat-title.png') left center no-repeat;
        
}

.cat-item-image{
	width:300px;
	height:170px;
}

.cat-item{
	float: left;
	width:300px;
	margin-right: 12px;
}

.cat-item-title{
	margin-top: 18px;
	font-size: 16px;
	/*font-weight: bold;*/
	font-family: 'arial','微软雅黑';
	color: #ffef80;
}
.cat-item-subtitle{
	margin-top: 12px;
	font-size: 12px;
	color: #666666;
}
article.page-post{
	width: 836px;
	margin: auto;
}
#footer{
	text-align: center;
	font-size: 14px;
	line-height: 16px;
	color:#999999;
	clear: both;
	padding-top:50px;
	padding-bottom: 50px;
	min-width:960px;
}

.cycle-pager { text-align: center; width: 100%; z-index: 5000; bottom: -3px; overflow: hidden; position:absolute;}
.cycle-pager span { font-size: 30px; width: 12px; height: 12px; display: inline-block; color: #ffffff; opacity:0.4;filter:alpha(opacity=40); /*IE滤镜，透明度50%*/;-moz-opacity:0.4; /*Firefox私有，透明度50%*/}
.cycle-pager span.cycle-pager-active { color: #ff9e00;opacity:1.0;}
.cycle-pager > * { cursor: pointer;}

/* Minimum width of 960 pixels. */
/*
@media screen and (min-width: 960px) {
	body, html {
		background-color: #363131;
		/*background-image: url('images/bg.png');
		background-repeat: repeat-y;
		background-size: cover;
		-o-background-size: cover;
		-moz-background-size: cover;
		-webkit-background-size: cover;*/
	}
	/*body .site {
		padding: 0 40px;
		padding: 0 2.857142857rem;
		margin-top: 48px;
		margin-top: 3.428571429rem;
		margin-bottom: 48px;
		margin-bottom: 3.428571429rem;
		box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
	}*/

	