/*
Theme Name: Arthemia
Theme URI: http://michaelhutagalung.com/2008/05/arthemia-magazine-blog-wordpress-theme-released/
Description: <a href="http://michaelhutagalung.com/2008/05/arthemia-magazine-blog-wordpress-theme-released/">Arthemia</a> theme is combining a magazine and a weblog into one; it is not too magazine-ish nor too blog-ish. Designed for Wordpress. Gravatar support included along with automatic thumbnail resizer.
Version: 1.0
Author: Michael Jubel Hutagalung
Author URI: http://michaelhutagalung.com/2008/05/arthemia-magazine-blog-wordpress-theme-released/

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/

.clearfix:before,
.clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
}

.group:before,
.group:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
}

.group:after {
	clear: both;
}

.group {
	zoom: 1;
}

/* HTML Elements */
* {
	margin: 0;
	padding: 0;
}

body {
	font: 400 1em Sans-serif;
	background: #111;
	color: #707070;
}

p {
	margin: 0;
}

.entry p {
	margin-bottom: 15px;
}

a:link,
a:visited {
	color: #C4314C;
	text-decoration: none
}

a:hover,
a:active {
	color: #F28179;
}

a img {
	border: 0;
}

code {
	font: 1.0em 'Courier New', Courier, Fixed;
	background: #ececec;
}

acronym,
abbr,
span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
}

acronym,
abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	padding: 10px 10px 0 10px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #eee;
	font-size: 1.0em;
	line-height: 1.5em;
	margin: 10px 0px;
}

select {
	width: 130px;
}

/* Structure */
#head {
	margin: 0 auto;
	padding: 50px 0 0 0;
	font-size: 0.7em;
	background: #9a1f36;
	min-width: 1200px;
	overflow: hidden;
}

#page {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background: #131313;
}

.left,
.alignleft {
	float: left;
}

.right,
.alignright {
	float: right;
}

/* Navigation Bar*/
#navbar {
	margin: 0 auto;
	margin-top: 15px;
	padding: 10px;
	background: #C4314C;
}

#page-bar {
	width: 522px;
}

#page-bar ul {
	list-style: none;
}

#page-bar li {
	float: left;
	list-style: none;
	cursor: pointer;
	display: block;
}

#page-bar li:hover {
	background: #F28179;
}

#page-bar a,
#page-bar a:visited {
	margin: 0;
	padding: 10px 16px;
	font: bold 13px sans-serif;
	color: #fff;
	display: block;
}

#page-bar a:hover {
	text-decoration: none;
	display: block;
	color: #fff;
}

#cse-search-box {
	width: 480px;
	float: right;
	text-align: right;
	padding-top: 3px;
	margin-right: 0;
}

input[name="q"] {
	padding: 3px 3px 3px 1em !important;
	width: 64% !important;
	border-radius: 2px !important;
	line-height: 25px !important;
	border: none !important;
	font-size: 14px !important;
	margin-right: 3px !important;
}

/* Dropdown Menus */
#page-bar li {
	float: left;
	margin: 0;
	padding: 0;
}

#page-bar li li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 122px;
	text-transform: none;
}

#page-bar li li a,
#page-bar li li a:link,
#page-bar li li a:visited {
	background: #444546;
	width: 212px;
	float: none;
	margin: 0px;
	padding: 10px 10px 10px 18px;
}

#page-bar li li a:hover,
#page-bar li li a:active {
	background: #C4314C;
}

#page-bar li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}

#page-bar li:hover ul {
	left: auto;
	display: block;
}

#page-bar li:hover ul,
#page-bar li.sfhover ul {
	left: auto;
}

.sub-menu {
	z-index: 99999;
}

/* Text*/
h1 {
	font: bold 3.5em sans-serif;
}

h2 {
	font: normal 2.3em sans-serif;
}

h3 {
	font: bold 1.3em sans-serif;
	margin-bottom: 3px;
	color: #84152e;
}

h4 {
	font: normal 1.0em sans-serif;
}

h3.cat_title,
h3.cat_title a {
	color: #cea86a;
	font: normal 8pt sans-serif !important;
}

h3#respond {
	margin-top: 0px;
	padding-top: 20px;
}

div#comments {
	padding-top: 60px;
	background: #eee;
	padding: 50px;
	border-radius: 10px;
}

h3#comments {
	margin-top: 32px;
	padding-left: 0;
}

h3.authors {
	margin-top: 15px;
}

/* Index Page*/
#logo {
	width: 220px;
	padding-left: 25px;
}

#tagline {
	margin-top: 5px;
	font: normal .95em sans-serif;
	color: #ed768c;
	letter-spacing: 5px;
	width: 220px;
	overflow: hidden;
}

.ad {
	padding-top: 15px;
}

#top {
	padding: 70px 0 0;
	width: 100%;
	margin: 0 auto;
background: rgb(255,255,255);
background: linear-gradient(180deg, rgba(255,255,255,1) 31%, rgba(231,231,231,1) 94%, rgba(226,226,226,1) 100%);
}

.top-inner {
	width: 1200px;
	margin: 0 auto;
}

#headline {
	margin: 0 auto;
	position: relative;
	border: 0;
	width: 1200px;
}

#headline .headline-thumbnail {
	width: 550px;
	height: 550px;
	float: left;
}

#headline img.attachment-post-thumbnail {
	max-width: 480px;
	height: auto;
}

#headline a {
	color: #f28179;
}

#headline a img {
	margin: 0;
	padding: 0;
	background: none;
	border-radius: 20px;
}

#headline .title {
	display: block;
	padding: 60px 0 5px 400px;
}

#headline .title a {
	font: 700 3em sans-serif;
	color: #c4314c;
}

#headline .headline-description {
	padding: 50px 0 0 400px;
	width: 720px;
	color: #888;
	line-height: 1.8em !important;
	font: 100 1.3em sans-serif;
}

#headline .headline-meta {
	padding: 0 0 0 400px;
	color: #c4314c;
	font: 100 1em sans-serif;
}

#headline .headline-meta a {
	color: #c4314c;
	font: 400 1em sans-serif;
}

#headline .headline-image {
	padding: 0;
	width: 450px;
	height: 450px;
	display: block;
	background: none;
}

#bottom {
	width: 1200px;
	margin: 25px auto;
}

#front-list {
	width: 830px;
	font: 100 1.2em sans-serif;
	float: left;
	margin: 60px 0 0;
	padding: 30px 0 0 0;
}

#archive {
	font: normal 1.2em sans-serif;
	margin: 60px 0 0 50px;
}

#front-list blockquote {
	padding: 0 10px 0 10px;
}

#post-item {
	padding: 0;
	margin: 0 0 50px 0;
}

#front-list .spoiler,
#archive .spoiler {
	display: block;
	margin-top: 3px;
}

#front-list p,
#archive p {
	margin: 0;
	padding: 0;
	line-height: 1.7em;
	font-size: 0.8em;
}

.meta {
	font-size: 0.8em;
}

.meta a {
	color: #555;
	text-decoration: underline;
}

#headline p,
#featured p {
	margin: 0;
}

#post-item .title a {
	font: bold 1.75em sans-serif;
	display: inline;
}

#post-item .post-thumbnail {
	max-width: 350px;
	float: left;
	margin: 0 20px 0 0;
}

#post-item .post-thumbnail a {
	display: table-cell;
	vertical-align: middle;
	height: 350px;
	width: 350px;
	overflow: hidden;
	text-align: center;
}

#post-item .post-thumbnail img {
	max-width: 350px;
	height: auto;
}

#post-item .excerpt {
	margin-top: 20px;
}

/* Content Page*/
#content {
	/* background: #fff; */
	width: 800px;
	padding: 50px 50px 50px 0;
	line-height: 1.8em;
	float: left;
	min-height: 400px;
	color: #797979;
}

#content .breadcrumbs,
#content .breadcrumbs a {
	font: normal 1em sans-serif;
	color: #c1c1c1;
	padding: 0 0 0 25px;
}

#content h2.title {
	font: 700 3em sans-serif;
	padding: 40px 0 0 0;
}

#content h2.title a {
	display: inline;
}

#content .meta {
	margin: 10px 0 70px 0;
	font-size: .75em;
}

#content .meta p {
	line-height: 1.3em;
	padding: 5px 10px;
	border-radius: 5px;
	display: inline-block;
}

#content .meta a {
	text-decoration: none;
}

#content .meta p.tag a:before {
	content: "#";
	opacity: .5;
}

#content .meta p.tag a:hover {
	background: #C4314C;
	color: #eee;
}

#content .meta p.author {
	letter-spacing: 1.5px;
	background: #C4314C;
	color: #eee;
	display: inline-block;
}

#content .meta p.author a {
	color: #eee;
}

#content .meta p.tag a {
	background: #eee;
	border-radius: 5px;
	padding: 5px 10px;
}

.post {
	line-height: 1.75em;
	margin-bottom: 40px;
}

.post p {
	margin-top: 0;
	font: 100 1.1em sans-serif;
	line-height: 1.8em;
}

.post .clearfloat {
	border-bottom: 1px dotted #ccc;
	margin: 0;
	padding-bottom: 10px;
}

.post ul,
.post ol,
#front-list ul,
#front-list ol {
	margin-bottom: 15px;
}

.post ul li,
#front-list ul li {
	list-style: square;
	margin-left: 30px;
}

.post ol li,
#front-list ol li {
	list-style: decimal;
	margin-left: 30px;
}

.post ol li ul li,
#front-list ol li ul li {
	list-style: square;
	margin-left: 20px;
}

.post img {
	max-width: 100%;
	height: auto;
}

#post-item a img {
	padding: 0 5px 0 0;
	margin-right: 10px;
}

.post .ads {
	margin-top: 10px;
}

p.has-light-green-cyan-background-color,
.has-background {
	color: #333 !important;
	border-radius: 6px;
	display: block;
	margin: 50px 0;
	/* padding: 30px 15px;
     */
}

.entry {
	margin-top: 20px;
	background: #fff;
	padding: 50px;
	border-radius: 10px;
}

#tools {
	width: 800px;
	height: 25px;
	font-size: 0.95em;
}

#tools a:hover {
	background: none;
}

.navigation {
	text-align: Center;
}

/* Sidebar*/
#sidebar {
	width: 340px;
	float: right;
	margin: 60px 0 0 0;
	text-align: right;
}

#sidebar h3 {
	font: 700 1.4em sans-serif;
	color: #C4314C;
	margin: 10px 0 0 0;
	padding: 0;
	text-transform: uppercase;
}

.tagcloud a {
	color: #999;
}

.tagcloud a:hover {
	color: #C4314C;
}

#sidebar-top,
#sidebar-bottom {
	width: 340px;
	float: right;
	margin: 60px 0 10px 0;
	text-align: justify;
}

#sidebar-bottom,
#sidebar-middle {
	margin-top: 10px;
}

#sidebar-middle {
	width: 360px;
	float: right;
}

#sidebar-left {
	width: 155px;
	padding: 0 0 10px 0;
	float: left;
	background: #fff;
}

#sidebar-right {
	width: 145px;
	padding: 0 0 10px 10px;
	float: right;
	background: #fff;
}

.textwidget {
	margin: 60px 0;
}

#sidebar li {
	list-style: none;
	border-bottom: 1px dotted #ccc;
	display: block;
	padding: 5px 0 5px 13px;
	background: url(images/sub.png) no-repeat 0 0;
}

#sidebar li ul li:last-child {
	border-bottom: 0;
}

#sidebar-top li {
	list-style: none;
	border-bottom: 1px dotted #fff;
	display: block;
	padding: 7px 0 7px 13px;
	background: url(images/sub.png) no-repeat 0 0;
}

#sidebar-top li ul li:last-child {
	border-bottom: 0;
}

#sidebar-ads {
	width: 340px;
	float: right;
	margin-bottom: 10px;
	padding: 10px;
	background: #fff;
}

/* Form Elements */
select {
	border: 1px solid #333;
	width: 100%
}

.field {
	padding: 2px;
	border: 1px solid #333;
	background: #fff;
	font-size: 1.0em;
}

#s {
	padding: 1px;
	font-size: 1.0em;
	width: 150px;
}

#searchsubmit {
	padding-left: 5px;
}

#commentform input {
	width: 140px;
	margin: 5px 5px 1px 0;
}

#commentform textarea {
	width: 99%;
	margin-top: 5px;
}

/* Comments*/
.commentlist cite {
	font-style: normal;
	margin-bottom: 4px;
	display: block;
}

.commentlist blockquote {
	background: #ededed;
}

.commentlist li {
	padding: 10px 0px 10px 0px;
	list-style: none;
	margin-bottom: 3px;
}

.commentlist li li {
	background: none;
	border: none;
	list-style: square;
	margin: 3px 0 3px 20px;
	padding: 3px 0;
}

.commenttext {
	padding: 10px 10px 0px 10px;
	background: #f2f2f2;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	width: 495px;
	float: right
}

.commentlist cite strong {
	font-size: 1.1em;
}

li.my_comment {
	background: #FFF;
	border: none;
}

li.my_comment cite strong {
	font-size: 1.3em;
	color: #313228;
}

#commentform small {
	background: #FFF;
	font-weight: bold;
	padding: 0;
}

.commentmetadata {
	color: #4d4d4d;
	display: block;
	margin-top: 3px;
	text-align: right;
	font-size: 0.9em;
}

.commentmetadata a,
.commentmetadata a:visited {
	color: #959382;
}

.commentlist small {
	background: #e9e9e9;
}

.avatar {
	border: 1px solid #bbb;
	margin: 0px 10px 0px 0px;
	float: left;
	padding: 2px;
	width: 55px;
	height: 55px;
}

#comment {
	width: 640px;
	background: #fff;
}

/* Footer*/
#front-popular {
	color: #F7DEE3;
	background: #C4314C;
	margin: 0 auto;
	padding: 40px 10px;
}

#front-popular h3 {
	color: #F7DEE3;
	padding-bottom: .8em;
}

#recentpost {}

#recent_comments {
	padding: 10px 200px;
	color: #F7DEE3;
}

#recentpost a,
#mostcommented a,
#recent_comments a {
	color: #fff;
}

#recentpost ul li,
#mostcommented ul li,
#recent_comments ul li {
	list-style: none;
	padding: 5px;
	display: block;
}

#recentpost ul li:hover,
#mostcommented ul li:hover,
#recent_comments ul li:hover {
	background: #000;
	border-top: 1px solid #000;
	color: #fff;
}

#recentpost ul li:first-child,
#mostcommented ul li:first-child,
#recent_comments ul li:first-child {
	border: 0;
}

#footer {
	margin: 0 auto;
	font-size: 0.6em;
	padding: 10px;
	background: #212123;
	text-align: center;
	color: #666;
}

#footer a {
	color: #555;
}

#footer a:hover {
	color: #fff;
}

/* Float Properties*/
.clearfloat:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfloat {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfloat {
	height: 1%;
}

*+html .clearfloat {
	height: 1%;
}

.clearfloat {
	display: block;
}

/*************************************************************************************annEdit*/
.dsq-brlink {
	display: none;
}

/*Download Font*/
#download {
	border-radius: 8px;
	background: #000;
	padding: 60px 30px;
	margin: 30px 0;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

#download:hover a {
	letter-spacing: 1px;
	color: #caf200;
}

#download p {
	text-align: center;
	;
}

#download a {
	font: bold 4.5em sans-serif;
	color: #FE3459;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

#download a img {
	border: 0;
	padding: 0;
	margin: 0 5px;
	vertical-align: middle;
}

#download a:hover img {
	position: relative;
	top: 3px;
}

.downloaddesc {
	color: #aaa;
	font-size: .9em;
	line-height: 1.4em;
}

th {
	font: bold 10pt sans-serif;
	background: #ddd;
}

th,
td {
	text-align: center;
	padding: 5px;
	line-height: 1.2em;
}

table {
	padding: 2px;
	border: 1px solid #ccc;
	margin: 20px auto;
	width: 400px;
}

.page-articles li {
	line-height: 15px;
	padding: 10px 0;
	border-bottom: 1px solid #eee;
}

.page-articles li a {
	font-weight: bold
}

.page-articles span {
	display: block;
	color: #777;
	font-weight: normal;
}

.related-posts {
	overflow: hidden;
}

.relatedthumb a {
	display: block;
	float: left;
	padding: 20px;
	font-size: 15px;
	max-width: 27%;
}

.relatedthumb a img {
	display: block;
	max-width: 150px;
	height: auto;
}

.relatedthumb a:hover {
	background: #f4f4f4;
	border-radius: 6px;
}

span.update {
	padding: 10px;
	background: #ff7;
	margin: 25px 0;
	text-align: center;
	font: bold 13px sans-serif;
	color: #f00;
	line-height: 3em;
	display: block;
}

span.update a {
	text-decoration: underline;
	font: bold 15px sans-serif;
}

#archive .meta {
	margin-bottom: 20px;
	border: 0;
}
#bottom.archive-page #content {
	background: #fff;
	border-radius: 10px;
	margin: 60px 0;
}
#bottom.archive-page #content h2.title {
	font: 700 3em sans-serif;
	padding: 40px 0 0 50px;
}
.wp-pagenavi a {
	display: inline-block;
	font-size: 1.5em;
	padding: 10px 15px;
	margin: 20px;
	border-radius: 30px;
	color: #da5d5d;
}

.wp-pagenavi .current {
	display: inline-block;
	font-size: 1.4em;
	padding: 15px 15px;
	margin: 20px;
	border-radius: 30px;
	background: #EEE;
	color: #C4314C;
}

.wp-pagenavi a:hover {
	background: #C4314C;
	color: #fff;
}

.wp-pagenavi a.last {
	font-size: 1.4em;
}

/* page-creators */

#content-creators {
  width: 1200px;
  margin: 0 auto;
  padding: 50px 0;
}

#content-creators ul {
  counter-reset: index;  
  padding: 40px 0;
  max-width: 600px;
}

#content-creators li {
  counter-increment: index; 
  display: flex;
  align-items: center;
  padding: 0;
  box-sizing: border-box;
}

#content-creators li::before {
  content: counters(index, ".", decimal-leading-zero);
  font-size: 5.5em;
  line-height: 1.5em;
  text-align: right;
  font-weight: bold;
  min-width: 200px;
  padding-right: 15px;
  font-variant-numeric: tabular-nums;
  align-self: flex-start;
  background-image: linear-gradient(to bottom, #a7a8a9, #f7f8f9);
  background-attachment: fixed;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#content-creators li + li {
  border-top: 1px solid #e7e8e9;
}

#content-creators .wp-pagenavi {
  display:none; 
}

#content-creators li a {
  font-size: 2em;
  line-height: 1.2em;
}

#content-creators li span {
  font-size: 0.4em;
  line-height: 1.2em;
  display: block;
  color: #c5c6c7
}


/* Download Page*/
ul.downloadpage {
	font: normal 1.2em sans-serif;
	max-width: 1200px;
}

ul.downloadpage li {
	margin: 10px 5px 0;
	width: 150px;
	min-height: 72px;
	padding: 30px 30px 10px;
	list-style-type: none;
	float: left;
	background: #FFEBEE;
	border-radius: 0 0 8px;
}

ul.downloadpage li:hover {
	background: #EF3A62;
	color: #fff;
	box-shadow: 0 3px 0 #ccc;
}

ul.downloadpage li a {
	color: #323234;
}

ul.downloadpage li:hover a {
	color: #111;
}

ul.downloadpage li span {
	font: normal .6em sans-serif;
	display: block;
	line-height: 1.2em;
	color: #888;
}

ul.downloadpage li:hover span {
	color: #fff;
}