/*
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: 100% Sans-serif;
	background: #fff;
	color: #666;
	}

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: #111;
	min-width: 1080px;
	overflow: hidden;
	}

#page {
	width: 1080px;
	margin: 0 auto;
	padding: 75px 0;
	background: #fff;
	}

.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;
	}

/* 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;
}

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: #bbb;
	letter-spacing: 4.5px;
	width: 220px;
	overflow: hidden;
	}

.ad{
	padding-top:15px;
}

#top {
    padding: 0;
    width: 1080px;
    margin: 0 auto;
	}

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

#headline {
    margin: 0;
    background: #222;
    position: relative;
    border: 75px solid #222;
    border-radius: 25px;
    box-shadow: 0 0 30px;
 }
 
#headline:hover {
    background: #191919;
    border-color: #191919;
}

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

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

	#headline a {
		color: #F28179;
		}

	#headline a img {
		margin:0;
		padding:0;
		background:#fff;
		}

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

#headline .title a {
	font: bold 2em sans-serif;
	color: #fff;
}

#headline .headline-description {
	padding: 30px 0 0 400px;
	width: 480px;
	color: #cecece;
	line-height: 1.8em;
	font-size: 0.9em;
}

#headline .headline-meta {
	padding: 0 0 0 400px;
	color: #DA6C80;
	font-size: 0.8em;
	}

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




#middle {
	width: 1040px;
	padding: 0;
	margin: 0 0 30px 0;
	background: #FBEFF1;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
	}

.category {
	width:150px;
	float:left;
	margin:0;
	}

.category p {
	margin:0;
	color:#646566;
	min-height:45px;
	}
.category:hover p {
	color:#444546;
}

.category span.cat_title, #front-popular h3, #front-list .cat_title, #archive .cat_title {
	margin:0;
	font:bold 1.5em Sans-serif;
	color:#C4314C;
	}

.category a {
	color:#C4314C;
	display:block;
	}

.category:hover a {
	color:#fff;
	text-decoration:none;
	}

#cat-1, #cat-2, #cat-3, #cat-4, #cat-5 {
	padding:15px 19px 15px 19px;
}
#cat-1:hover, #cat-3:hover, #cat-5:hover, #cat-2:hover, #cat-4:hover {
	background:#F28179;
}

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

#front-list {
    width: 680px;
    font-size: 1.1em;
    float: left;
    margin: 60px 0 0;
	}

#archive {
	padding-top:15px;
	font-size:1.05em;
	line-height:1.75em;
	}

#front-list blockquote {
	padding: 0px 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.5em sans-serif;
    display: inline;
}


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

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

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

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

/* Content Page*/

#content {
	width:640px;
	background:#fff;
	padding:10px;
	line-height:1.8em;
	float:left;
	min-height:400px;
	}

#content .breadcrumbs, #content .breadcrumbs a {
	font:normal 8pt sans-serif;
	color:#aaa;
	}

#content h2.title {
	font:bold 2.2em sans-serif;
	padding-bottom:20px;
	}

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

#content h2.title a:hover {
	opacity: .9;
}

#content .meta {
	margin-bottom:50px;
	font-size: .9em;
}

#content .meta p {
    line-height: 1.3em;
}

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

#content .meta p.author {
	letter-spacing: 1.5px;
    padding: 5px 10px;
    background: #222;
    color: #fff;
    border-radius: 5px;
    display: inline-block;
}

#content .meta p.author:hover {
    background: #000;
}

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

.post p {
	margin-top:0;
	}

.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;
	}

.entry {
	margin-top:20px;
	}
#tools {
	width:640px;
	height:25px;
	font-size:0.95em;
	}

#tools a:hover {
	background:none;
	}

.navigation {
	text-align:Center;
	}

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

#sidebar h3 {
	font: normal 1.4em sans-serif;
    color: #fff;
    background: #C4314C;
    margin: 10px 0 5px 0;
    padding: 10px 12px;
    border-radius: 5px;
}

.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: 30px;
	margin: 30px 0 0 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;
}

/* IE Fuck */

.iefuck {
	border-bottom:3px solid #f90;
	font:normal 10pt sans-serif;
	top:0;
	background:#ff0;
	width:100%;
	line-height:50px;
	text-align:center;
	color: #000;
}




.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;
}


.wp-pagenavi a { 
    display: inline-block;
    font-size: 1.4em;
    padding: 10px 15px;
    margin: 5px;
    border-radius: 3px;
    background: #C4314C;
    color: #fff;
}
.wp-pagenavi .current {
    display: inline-block;
    font-size: 1.4em;
    padding: 10px 15px;
    margin: 5px;
    border-radius: 3px;
    background: #EEE;
    color: #C4314C;
}

.wp-pagenavi a:hover {background:#C4314C; color:#fff;}
.wp-pagenavi a.last { font-size: 1.2em;}



/* page-creators */
#content-creators {
	width: 1040px;
}

#content-creators a[href*="dl_page=2"],
span.pages {
    display: none !important;
}

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

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;
}