@CHARSET "UTF-8";


/*
 * news list
 */
.theme-mobile .news-list {
	position: relative;
	display: block;
}


.theme-mobile .news-list .headline {
}

.theme-mobile .news-list .headline h1 {
	margin-top: 0;
	margin-bottom: 0;
}


.theme-mobile .news-list .list {
	position: relative;
	margin-bottom: 36px;
}


.theme-mobile .news-list ul {
	margin-top: 0;
}


.theme-mobile .news-list ul li {
}


.theme-mobile .news-list ul li .image {
	float: left;
	margin-right: .5em;
}

.theme-mobile .news-list ul li .date {
	font-size: 12px;
    font-weight: normal;
    opacity: .7;
}

.theme-mobile .news-list ul li h2 {
	margin-top: 0;
}


.theme-mobile .news-list ul li .content {
}

/*
 * paginator is designed at "mobile.css"
 */
.theme-mobile .news-list .pagi {
	/*
	 * news specific settings
	 */
}


/*
 * news entry
 */
.theme-mobile .news-entry {
	position: relative;
}

.theme-mobile .news-entry li {
	list-style-type: square;
}

.theme-mobile .news-entry .header h1,
.theme-mobile .news-entry .header h2,
.theme-mobile .news-entry .header h3 {
	margin-top: 0;
}


.theme-mobile .news-entry .header .date {
	font-size: .8em;
}


.theme-mobile .news-entry .desc {
	font-weight: bold;
}


.theme-mobile .news-entry .image {
	/* background: -moz-linear-gradient(transparent, rgba(255, 255, 255,.5)) repeat scroll 0 0 transparent; */
	border-left: 0;
	border-right: 0;
	margin: auto -15px;
	padding: 0;
}

.theme-mobile .news-entry .image img {
	display: block;
}

.theme-mobile .news-entry .caption {
	font-size: .8em;
	margin: .5em 15px 0 15px;
	padding-bottom: .5em;
}

.theme-mobile .news-entry .caption > p {
	margin-top: 0;
	margin-bottom: 0;
}


.theme-mobile .news-entry .gallery {
	margin: 1em auto;
}

.theme-mobile .news-entry .gallery-before-text {
}

.theme-mobile .news-entry .gallery-after-text {
	margin-bottom: 0px;
}


.theme-mobile .news-entry .text {
	margin-top: 1em;
}

















