/*  
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: #F2E4C7;
	color: #666;
	}

p {	
	margin: 0;
	}

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

a:link, a:visited {
	color: #BD7576;
	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 {
	width:960px;
	margin:0px auto;
	margin-top:15px;
	padding:0px;
	font-size:0.7em;
	}


#page {
	width:940px;
	margin:0px auto;
	padding:10px;
	background:#fff;
	font-size:0.7em;
	}

.left, .alignleft {
	float:left;
	}

.right, .alignright {
	float:right;
	}


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

#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:360px;
	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: #BD7576;
	}

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

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

.ad{
	padding-top:15px;
}

#top {
	padding:0;
	}


#headline {
	margin:0;
	background:#444546;
	position:relative;
	}
	
#headline .headline-thumbnail {
	width:350px; 
	height:350px;
        float:left;
	}
	
#headline img.attachment-post-thumbnail {
	max-width:100%; 
	height:auto;
	}

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

#headline .title a {
	font: bold 3em sans-serif;
}

#headline .headline-description {
	padding: 30px 0 0 400px;
	width:450px;
	color:#fff;
	line-height:1.7em;
	font-size:14px;
}
#headline a {
	color: #F28179;
	}


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


#headline .headline-meta {
	padding: 0 0 0 400px;
	color:#BD7576;
	font-size:10px;
	}

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




#middle {
	width: 940px;
	padding: 0;
	margin: 0 0 10px 0;
	background: #e4e5e6;
	-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:#BD7576;
	}

.category a {
	color:#BD7576;
	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: 940px;
	}

#front-list {
	width:590px;
	background:#fff;
	padding:10px;
	font-size:1.1em;
	line-height:1.7em;
	float:left;
	}

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

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

#front-list .title, #archive .title {
	font:bold 2.0em sans-serif;
	}

#front-list .clearfloat, #archive .clearfloat {
	padding-bottom:10px;
	border-bottom:1px dotted #ccc;
	margin-bottom:10px;
	}

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

#front-list p, #archive p {
	margin:0;
	padding:0;
	}

.author {
	font:bold 0.8em sans-serif;
	}

.meta {
	font-size:0.8em;
	color:#999;
	}

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

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

.post-thumbnail {
  max-width:150px;
  float:left;
  margin:0 20px 0 0;
}
.post-thumbnail img {
  max-width:100%;
  height:auto;
}



/* Content Page*/

#content {
	width:590px;
	background:#fff;
	padding:10px;
	font-size:1.1em;
	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 2em sans-serif;
	}

#content h2.title a {
	color:#BD7576;
}
#content h2.title a:hover {
	color:#f62f5c;
}

#content .meta {
	border-bottom:1px dotted #ddd;
	margin-bottom:50px;
}

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

.post p {
	margin-top:0px;
	}

.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;
}
	
.spoiler a img {
	padding:5px;
	border:1px solid #ddd;
	margin-right:10px;
}

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

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

#tools a:hover {
	background:none;
	}

.navigation {
	padding:5px 0px;
	text-align:Center;
	}

/* Sidebar*/
#sidebar {
	width:320px;
	float:right;
	margin:0;
	}

#sidebar h3 {
	font:bold 1.1em sans-serif;
	color: #fff;
	background: #BD7576;
	margin:10px 0 5px 0;
	padding:10px 12px;
	}

#sidebar-top, #sidebar-bottom {
	width:300px;
	float:right;
	padding:0 10px 10px 10px;
	}

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

#sidebar-middle {
	width:320px;
	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;
	}

#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:300px;
	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:590px;
	background:#fff;
	}

/* Footer*/

#front-popular {
	font-size:0.7em;
	color:#F2E4C7;
	width: 940px;
	background: #bd7576;
	margin: 0 auto;
	padding:10px;
	}
#front-popular h3 {
	color:#F2E4C7 !important;
}

#recentpost {
	width:130px;
	float:right;
	padding:10px;
	border-left:1px dotted #F2E4C7;
	}

#mostcommented {
	width:270px;
	float:left;
	padding:10px;
	border-right:1px dotted #F2E4C7;
	margin-left:10px;
}

#mostcommented a:hover {
	position:relative;
	top:-2px;
}

#recent_comments {
	width:450px;
	float:right;
	padding:10px 10px 10px 0;
	color:#F2E4C7;
	}

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

#recentpost ul, #mostcommented ul, #recent_comments ul {
	margin-top:5px;
	}

#recentpost ul li, #mostcommented ul li, #recent_comments ul li {
	list-style:none;
	border-top:1px dotted #555;
	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;
	width: 940px;
	font-size:0.6em;
	padding:10px;
	background:#555;
	background:rgba(0, 0, 0, 0.2);
	text-align:center;
	color:#555;
	}

#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 {
	display:block;
	background:#000 url(images/bg-download.jpg) top center repeat-x;
	padding: 15px 0 15px 20px;
	margin:0;
}
#download:hover {
	background-position:0 -10px;
}

#download p {
	margin:0;
	line-height:1.2em;
}

#download a {
	font:bold 3em sans-serif;
	color:#ff6;
}
#download a img {
	border:0;
	padding:0;
	margin: 0 5px;
	vertical-align:middle;
}
#download a:hover img {
	position:relative;
	top:3px;
}

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

.downloaddesc {
	color:#fff;
	padding-left:20px;
}

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


/* Download Page*/
ul.downloadpage {
	font:bold 11pt sans-serif;
	width:600px;
}

ul.downloadpage li {
	margin:5px;
	padding: 5px 10px 18px 10px;
	list-style-type:none;
	border-bottom: 1px solid #ddd;
	width:170px;
	min-height:80px;
	float:left;
	color:#aaa;
	background: #f4f4f4;
}

ul.downloadpage li:hover {
	background:#EF3A62;
	color:#fff;
	border-bottom: 1px solid #EF3A62;
}

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

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

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

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


.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 .current, .wp-pagenavi a {padding:3px 8px; margin:5px;}
.wp-pagenavi a.page {background:#ffc;}
.wp-pagenavi .current {background:#eee;}
.wp-pagenavi a:hover {background:#F7BA7C; color:#fff;}



/* Ads from Senergy-E */

.se-ad-content {position:relative; left: -10px; text-align:center;}
.se-ad-sidebar1, .se-ad-sidebar2 {text-align:center; padding-bottom:20px; }