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


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

body {
	font: 100% Arial, Helvetica;
	background: url(images/body-bg.gif) repeat-x #FFF;
	color: #333;
	}

p {
	margin: 13px 0;
	}

a:link, a:visited {
	color: #ef1458;
	text-decoration:underline;
	font-weight:bold;
	}

a:hover, a:active {
	color: #ca0542;
	text-decoration:underline;
	}

a img {
	border:0;
	}

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

acronym, abbr, span.caps {	
	font-size: 0.9em;
	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:1.0em Arial;
	line-height:1.5em;
	margin:10px 0px;
	}

select {
	width: 130px;
	}	



/* Structure */


#head {
	width:940px;
	margin:0 auto;
	padding:0px;
	}
	
#head .right_column {
	width:760px;
	height:116px;
	float:left;
	background:#d4e5ae;
}


#page {
	width:940px;
	margin:0px auto;
	font-size:12px;
	line-height:17.5px;
	}

.left, .alignleft {
	float:left;
	}

.right, .alignright {
	float:right;
	}

.entry img.right {
	margin: 0 0 0 10px;
}

/* Text*/

h1 {
	font:3.5em Arial;
	font-weight:bold;
	}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#000;
	line-height:22px;
	font-weight:normal;
	
	}

h2 a:link, h2 a:visited {
	color:#000;
	text-decoration:none;
	font-weight:normal;
}

h2 a:hover {
	text-decoration:underline;
	font-weight:normal;
}

h3 {
	font:1.3em Arial;
	margin-bottom:3px;
	color:#000;
	font-weight:bold;
	}
	

h4 {
	font:1.0em Arial;
	}

h3.cat_title, h3.cat_title a {
	color:#333;
	font-size:12px;
	}

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

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

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

#middle h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	margin:15px 0 10px 0;
	font-weight:normal;
}


#teachers h5, #courses h5 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin-top:10px;
}

#courses h5 {
	margin-top:15px;
}

#teachers h5 a, #courses h5 a {
	color:#000;
	text-decoration:none;
}

#teachers h5 a:hover, #courses h5 a:hover {
	text-decoration:underline;
}

span.parent-title {
	font-size:14px;
	color:#828383;
}

h4.divider {
	font-size:17px;
	color:#000;
	font-weight:bold;
	padding-bottom:15px;
	margin-bottom:15px;
	background:url(images/divider_small.gif) repeat-x bottom;
}

#teachers, #courses {
	font-size:11px;
	line-height:15px;
}

/* Index Page*/

#logo {
	width:170px;
	margin:0 0 0 10px;
	}

#tagline {
	margin-top:5px;
	font-size:1em;
	color:#333;
	}

#top {
	padding:0 0 0 10px;
	}

#headline {
	width:460px;
	float:left;
	background:#FFF;
	padding: 0;
	margin:15px 15px 15px 0;
	}

#headline .pic {
	float:left;
	width:196px;
}

#headline .text {
	float:left;
	width:343px;
	margin-left:20px;
}
#headline div.meta {
	display:block;
	padding-bottom:10px;
	margin-top:5px;
	}

#headline p {
	padding-bottom:15px;
	}

#featured {
	width:455px;
	background:#fff;
	float:left;
	padding:15px 0 0 0;
	}
	
#featured .content {
	display:block;
	height:310px;
	font-size:12px;
	font-weight:bold;
	line-height:18px;
}

#featured .content h3 {
	color:#ef1458;
	font-size:18px;
	font-weight:bold;
}

#featured .content p {
	margin: 0 0 13px 0;
}
	
#featured .clearfloat {
	margin-top:8px;
	/*padding-bottom:8px;*/
	/*border-bottom:1px dotted #b2b2b2;*/
	}
	
#featured .clearfloat p {
	margin:0;
}

#featured .info {
	margin-top:5px;
	padding-top:5px;
	float:right;
	width:335px;
	}

#featured .info a {
	color:#000;
	text-decoration:none;
}

#featured .info a:hover {
	text-decoration:underline;
}

#featured .title {
	font-weight:bold;
	}
	
#featured a.more {
	padding:5px 10px 6px 0;
	width:290px;
	text-align:right;
	float:right;
	border-bottom:1px dotted #b2b2b2;
	font-size:13px;
}

#featured a.more:hover {
	background:#eee;
}

#featured a img {
	border:1px solid #ccc;
	margin-right:10px;
	padding:2px;
	}
#featured .meta {
		line-height:13px;
}

#middle {
	width: 940px;
	background:#fff;
	float:right;
	margin:30px 0 30px 0;
	background:url(images/divider_big.gif) repeat-x top;
	font-size:12px;
	}
	
#middle #front_info_left {
	float:left;
	width:270px;
	margin:30px 20px 20px 20px;
}

#middle #front_info_center {
	float:left;
	width:270px;
	margin:30px 20px 20px 0;
	padding-left:20px;
	border-left:1px dotted #b2b2b2;
}

#middle #front_info_right {
	float:left;
	width:270px;
	padding-left:20px;
	border-left:1px dotted #b2b2b2;
	margin:30px 20px 20px 0;
}
#middle .bottom_divider {
	width:940px;
	height:10px;
	float:left;
	background:url(images/divider_big.gif) repeat-x center;
}

.category {
	width:164px;
	float:left;
	border-top:8px solid #333;
	margin:0px;
	padding:5px 10px 10px 10px;
	background:#fff;
	}

.category p {
	margin:0;
	}

#cat-1, #cat-3, #cat-5  {border-top:8px solid #333333;}
#cat-2, #cat-4 {border-top:8px solid #3c78a7;}

.category span.cat_title, #front-popular h3, #front-list .cat_title, #archive .cat_title {
	margin:0;
	font-weight:bold;
	margin-bottom:3px;
	font-size:16px;
	}

#front-popular h3 {
	color:#fff;
	}

.category a {
	color:#333;
	display:block;
	background:none;
	}

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

#cat-1:hover, #cat-3:hover, #cat-5:hover {background:#333333; color:#fff; }
#cat-2:hover, #cat-4:hover {background:#3c78a7; color:#fff; }
#cat-1:hover a, #cat-3:hover a, #cat-5:hover a {background:#333333; color:#fff; }
#cat-2:hover a, #cat-4:hover a {background:#3c78a7; color:#fff; }

#bottom {
	margin: 0 0 0 10px;
	padding-top:15px;
	border-top:10px solid #d4e5ae;
	}
#bottom #index-bottom-left {
	float:left;
	width:275px;
	margin-right:15px;
}

#bottom #index-bottom-middle {
	float:left;
	width:170px;
	margin-right:15px;
}

#bottom #index-bottom-left p {
	margin:0 0 7px 0;
}

#bottom #index-bottom-right {
	float:right;
	width:455px;
}

#bottom #index-bottom-right .textwidget {
	margin-bottom:15px;
}

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

#archive {
	padding-top:15px;
	font-size:12px;
	line-height:17.5px;
	}

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

#front-list .title a, #archive .title a {
	font-size:20px;
	text-decoration:none;
	color:#000;
	}

#front-list .clearfloat, #archive .clearfloat {
	padding-bottom:10px;
	border-bottom:1px dotted #ccc;
	margin-bottom:10px;
	}
	
#teachers .pic, #courses .pic {
	float:left;
	width:96px;
	margin-right:20px;
}

#teachers .text, #courses .text {
	float:left;
	width:470px;
}



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

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

#courses .spoiler {
	margin-top:6px;
}

#courses p {
	margin:0 0 5px;
}
	
#front-list a.more {
	padding:3px 10px 4px 0;
	width:580px;
	text-align:right;
	float:right;
	border-bottom:1px dotted #b2b2b2;
	margin-top:-10px;
	margin-bottom:30px;
	font-size:12px;
}

#front-list a.more:hover {
	background:#eee;
}

.author {
	font-size:0.8em;
	font-weight:bold;
	}

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

.meta a {
	color:#333;
	}

#headline p {
	margin:0;
	}


/* Content Page*/

#content {
	width:600px;
	background:#fff;
	padding:10px;
	font-size:12px;
	line-height:17.5px;
	float:left;
	min-height:400px;
	}

#content .breadcrumbs, #content .breadcrumbs a {
	font-weight:bold;
	color:#333;
	padding-bottom:5px;
	}
#content .breadcrumbs {
	display:block;
}

#content h2.sifr {
	font-size:26px;
	border-bottom:2px solid #99c942;
	padding:10px 10px;
	}

.post {
	font-size:12px;
	line-height:17.5px;
	}

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

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

.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, .post a img, #front-list img, #archive img {
	border:1px solid #ccc;
	margin:0 10px 0 0;
	padding:2px;
	}
	
#front-list img {
	margin:0 0 0 0;
}

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

.entry {
	margin-top:20px;
	}

#stats {
	margin-top:0px;
	padding:4px 10px;
	text-transform:uppercase;
	font:0.8em Arial;
	display:block;
	}

#stats span {
	padding: 0px 20px 0px 0px;
	}

#stats span a:hover {
	background:none;
	}

#stats span a {
	color:#333;
	}

#stats img, #nav img {
	border:0px;
	margin:0px;
	padding:0px;
	}
	
#article_pics {
	margin:20px 0;
	background:#f1f1f1;
	}

#article_pics .header {
	padding:10px;
	background:#ededed;
	border-top:1px solid #d0d0d0;
	font-size:14px;
	line-height:17.5px;
	font-weight:bold;
	}
	
#article_pics span.descr {
	font-size:12px;
	line-height:17.5px;
	font-weight:normal;
}

#article_pics .pics {
	padding:10px 0 10px 10px;
	border-bottom:2px solid #d0d0d0;
	border-top:1px solid #d0d0d0;
}

#article_pics a img {
	border:1px solid #ccc;
	margin-right:6px;
	padding:4px;
	float:none;
	background:#FFF;
	}

#tools {
	width:590px;
	height:25px;
	font-size:11px;
	margin:10px;
	}
#tools img {
	margin-right:5px;
}

#tools a:hover {
	background:none;
	}
	
#comments {
	margin:10px 0;
}

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

/* Sidebar*/
#sidebar {
	width:320px;
	float:right;
	}
	
#sidebar {
margin-top:10px;
}

#sidebar-index #sidebar {
	margin-top:25px;
}

#index-bottom-right h3,
#sidebar h3 {
	font-size:20px;
	border-bottom:2px solid #99c942;
	padding:10px 10px;
	font-weight:normal;
	line-height:22px;
	margin-bottom:15px;
	}

#sidebar-index #sidebar h3 {
	font-size:17px;
	color:#000;
	font-weight:bold;
	padding-bottom:15px;
	margin-bottom:15px;
	background:url(images/divider_small.gif) repeat-x bottom;
	border-bottom:none;
	border-top:none;
	padding:0 0 15px 0;
	line-height:normal;
	}
	

	
#sidebar-1, #sidebar-2, #sidebar-3 {
	float:right;
	margin-bottom:20px;
	width:320px;
}

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

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

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

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

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


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

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

#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:478px;
	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:#fff;
	width: 940px;
	background:#2c2c2c url(images/bottombar.png) bottom no-repeat;
	margin: 0 auto;
	padding:10px;
	}

#recentpost, #mostcommented {
	width:280px;
	float:left;
	padding:10px;
	border:1px solid #fff;
	}

#mostcommented {
	margin-left:17px;
	}

#recent_comments {
	width:280px;
	float:right;
	padding:10px;
	border:1px solid #fff;
	}

#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 #fff;
	padding:5px;
	display:block;
	}

#recentpost ul li:hover, #mostcommented ul li:hover, #recent_comments ul li:hover {
	background:#3c78a7;
	color:#fff;
	}

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

#sponsorer li {
	border:1px solid #CCC;
	float:left;
	list-style:none;
	float:left;
	margin: 0 15px 15px 0;
	padding:0;
	background:none;
}

#sidebar #sponsorer li:nth-child(even) {
	margin: 0 0 15px 0;
}

#bottom #sponsorer li:nth-child(3n+3) {
	margin: 0 0 15px 0;
}



#bottom .tubepress_thumb {
	width:225px;
	float:left;
	height: auto;
}

#bottom .tubepress_thumb {
	margin-bottom:10px;
}



#footer {
	margin:30px auto;
	width: 900px;
	font-size:11px;
	padding:20px 10px;

	border-top:1px solid #CCC;
	color:#666;
	text-align:center;
	}


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