/*  
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;
	}
	
small {
	font-size: 100%;
}

body {
	font: 100% tahoma;
	color: #333;
	font-size: 15px;
	}

p {	
	margin: 15px 0;
	}

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

a:hover, a:active {
	color: #9C0A11;
	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;
	letter-spacing: .07em;
	cursor: help;
	}			

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

.entry blockquote {
	padding: 0px 0px 3px 10px;
	background: #FAFAFA;
	line-height:1.5em;
	width:200px;
	font-size: 20px;
	float:right;
	}
	
.entry blockquote:before, .entry blockquote:after {
	font-size: 60px;
	color: #ddd;
	display: inline;
	font-family: georgia;
	}
	
.entry blockquote:before {
	content: open-quote;
	float:left;
	padding-right: 5px;
}

.entry blockquote:after {
	content: close-quote;
	float:right;
	padding-left: 5px;
}
	
select {
	width: 130px;
	}	



/* Structure */


#head {
	width:960px;
	margin:0px auto;
	padding:0px;
	font-size:0.7em;
	}


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

.left, .alignleft {
	float:left;
	display: inline block;
	margin-right: 5px;
	}

.right, .alignright {
	float:right;
	display: inline block;
	margin-left: 5px;
	}
	
/* Navigation Bar*/
#navbar {
	margin:0 auto;
	margin-top:15px;
	padding:0px 10px;
	text-transform:uppercase;
	background:url(images/navbar.png);
	}
	
#navbar ul .children a:link,
#navbar ul .children a:active,
#navbar ul .children a:visited {
	background:#333;
	font-size: 10px;
	font-weight: normal;
}
	
#top-bar {
	margin: 0 auto 15px auto;
	padding: 2px 10px;
	text-transform: uppercase;
	background: #FAFAFA;
	height: 20px;
	}
	
#page-bar {
	}

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

#top-bar li, #page-bar li {
	float:left;
	list-style:none;
	cursor: pointer;
	display:block;
	margin-right: 10px;
	}

#page-bar li:hover {
	background:url(images/navbar.hover.png) repeat-x;
	}


#page-bar a, #page-bar a:visited {
	margin: 0px;
	padding:10px 6px;
	font-weight:bold;
	color:#FFF;
	display:block;
	text-shadow: #ff0000 1px 1px 2px;
	}

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

#searchform {
	width:223px;
	padding: 10px;
	float:right;
	margin-right:10px;
	background:#fff;
	border: 2px solid #ccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}
	
/* Dropdown Menus */		
#page-bar li {
	float: left;
	margin: 0px;
	padding: 0px;
	}
	
#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: #FAFAFA;
	width: 122px;
	float: none;
	margin: 0px;
	padding: 5px 16px 5px 16px;
	border-top: 1px solid #C0C0C0;
	}
	
#page-bar li li a:hover, #page-bar li li a:active {
	background: #666666;
	padding: 5px 10px 5px 10px;
	}

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


/* Text*/

h1 {
	font:22px tahoma;
	letter-spacing:-1px;
	}

h2 {
	font:20px arial;
	font-weight: normal;
	margin-bottom: 10px;
	margin-top: 10px;
	}

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

h4 {
	font: 20px arial;
	font-weight: normal;
	}
	
.cat_title {
color: #000;
}

.cat_title a:link, .cat_title a:active, .cat_title a:visited {
	font-weight: normal;
	text-transform: uppercase;
	font-size:11px;
	margin-left: 2px;
	background: #FAFAFA;
	border:1px solid #ddd;
	padding: 0 4px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	}

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

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

h3.authors {
	margin-top:15px;
	}
	
.wp-caption-text {
	border: 1px solid #ddd;
	text-align: center;
	margin-left: 12px;
}
.wp-caption {

}

.videoList {
	width: 180px;
	padding: 3px;
	margin-right: 2px;
	display: inline block;
	border: 1px solid #ddd;
	float: left;
}

/* Index Page*/

#thumb_list, #thumb_feat, #thumb_special, .entry img  {
	margin-right: 10px;
	border: 1px solid #c3c3c3;
	display: inline block;
	overflow: hidden;
}

#thumb_list {
	max-height: 180px;
}

#thumb_special {
	height: 200px;
}

#thumb_feat {
	margin-left: 3px;
	margin-top: 3px;
	margin-bottom: 5px;
	height: 60px;
}

#thumb_feat img {

}

#logo {
	width:350px;
	}

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

#top {
	padding:0;
	background: #111;
	color: #fff;
	}
	
#top a:link, #top a:active, #top a:visited {
	color: #F65E59;
}

#top #feat-item {
	background: #111;
}
#top #feat-item-alt {
	background: #333;
}

#top #feat-item:hover, #top #feat-item-alt:hover {
	background: #444;
}

#headline {
	width:590px;
	float:left;
	padding:10px;
	font-size:1.05em;
	line-height:1.5em;
	margin:0;
	}

#headline div.meta {
	display:block;
	margin-top:-5px;
	padding-bottom:2px;
	}

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

#featured, #carteasapt {
	width:300px;
	float:right;
	padding:10px 10px 9px 10px;
	}

#carteasapt {
	background: #fff;
}
	
#feat-item { background: #ddd; }
#feat-item-alt { background: #eee; }

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

#middle {
	width: 920px;
	float:right;
	padding:10px;
	margin:10px 0;
	}

.category {
	width:164px;
	float:left;
	margin:0px;
	padding:5px 10px 10px 10px;
	background:#fff;
	}

.category a:hover {
	background-position: 25px 25px;
}

.category p {
	margin:0;
	}
#rec-even, #rec-odd { height: 44px; }

#rec-even p , #rec-odd p { width: 120px; }

#rec-even {}
#rec-odd {}
#rec-odd:hover {}
#rec-even:hover {}
#rec-odd:hover a {}
#rec-even:hover a {}

span .highlights_title, .highlights_title a:link, .highlights_title a:active, .highlights_title a:visited {
		font-weight: bold;
		font-size: 1.5em;
		letter-spacing: -0.05em;
}

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

#bottom {
	width: 940px;
	}

#front-list {
	width:590px;
	background:#fff;
	padding:10px;
	font-size:1.05em;
	line-height:1.75em;
	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-weight:bold;
	font:2.0em Georgia;
	letter-spacing:-0.05em;
	text-transform: capitalize;
	}

#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:0px;
	padding:0px;
	}

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

.meta {
	font-size:90%;
	color:#333;
	}

.meta a {
	color:#333;
	}

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


/* Content Page*/

#content {
	width:590px;
	background:#fff;
	padding:10px;
	font-size:1.05em;
	line-height:1.75em;
	float:left;
	min-height:400px;
	}

#content .breadcrumbs, #content .breadcrumbs a {
	font-weight:bold;
	color:#333;
	}

.post {
	font-size:1.05em;
	line-height:1.75em;
	}
	
.post p {
	margin-top:0px;
	}

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

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

.post ul li, #front-list ul li {	
	list-style:square;
	list-style-position: inside;
	}

.post ol li, #front-list ol li {	
	list-style:decimal;
	}

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

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

.entry {
	margin-top:20px;
	}

#stats {
	margin-top:0px;
	padding:4px 0px;
	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;
	}

#tools, #related {
	width:590px;
	height:25px;
	font-size:0.95em;
	display: block;
	}

#tools a:hover {
	background:none;
	}
	
#social {
display:block;
padding: 10px 0;
}

#social img {
	margin-left: 5px;
	border: 1px solid #ddd;
	background: #fff;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 1px 1px 1px #666;
	-webkit-box-shadow: 1px 1px 1px #666;
}

#social img:hover {
	-moz-box-shadow: 2px 2px 2px #333;
	-webkit-box-shadow: 2px 2px 2px #333;
}

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

/* Sidebar*/
#sidebar {
	width:320px;
	float:right;
	margin:0px 0px 0px 0px;
	}
	
#sidebar select {
	border: 1px solid #999;
	background: #FFF;
	padding: 4px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#sidebar option {
	padding: 2px;
	background: #FAFAFA;
	border: 0;
}

#sidebar h3 {
	font:1.1em Arial;
	font-weight:bold;
	background:#333;
	color:#fff;
	margin:15px 0px 5px 0px;
	padding:3px 10px;
	}

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

/* tooltips */

a.tooltip {
	position: relative;
}

a.tooltip span {
	display: none;
	position: absolute;
	top: 20px;
	left: -10px;
	width: 125px;
	padding: 5px;
	z-index: 1000;
	background: #FAFAFA;
	border:1px solid #ddd;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	opacity: 0.9;
	-moz-box-shadow: 2px 2px 1px #ddd;
	-webkit-box-shadow: 2px 2px 1px #ddd;
}

a:hover.tooltip {
	font-size: 99%;
}

a:hover.tooltip span {
	display: block;
}

	
	}

/* Form Elements */

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

#s {
	height: 25px;
	font-size:1.0em;
	width:170px;
	border: none;
	}
	
#searchsubmit {
	}

#content input, #content textarea{
	margin: 5px 5px 1px 0;
	padding: 2px;
	border: 1px solid #ddd;
	background: #FAFAFA;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
	
#commentform input:focus, #commentform textarea:focus, #content input:focus, #content textarea:focus {
	border-color: #333;
	-moz-box-shadow: 2px 2px 2px #333;
	-webkit-box-shadow: 2px 2px 2px #333;
}

#content textarea{
	width: 90%;
	}
	
#commentform input {
	width: 140px;
}



/* Comments*/

.comments { 
	font-family: georgia;
	float:right;
	background:#FAFAFA;
	border: 1px solid #ddd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display:inline;
	font-size: 28px;
	text-align: center;
	padding: 3px;
	}
	
#commentslist {
	display: block;
}

.comments small {
	font-size: 9px;
	font-family: tahoma;
}

.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 {
	color:#fff;
	width: 940px;
	background:#111111 url(images/bottombar.png) bottom no-repeat;
	margin: 0 auto;
	padding:10px;
	font-size: 12px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-radius-bottomleft: 15px;
	-webkit-border-radius-bottomright: 15px;
	}

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

#mostcommented {
	margin-left:17px;
	}

#recent_comments {
	float:right;
	}

#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:#85190B;
	color:#fff;
	}

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


#footer {
	font-size: 12px;
	margin: 0 auto;
	width: 960px;
	padding-top:10px;
	padding-bottom:10px;
	}

#footer small {
	font-size: 80%;
}

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


/* page navigation */	
.wp-pagenavi {
	clear: both;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #BFBFBF;
	padding: 3px 5px;
	margin: 2px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #000;
}

.wp-pagenavi span.current {
	font-weight: bold;
}

#genFooter {
	width: 960px !important; 
	margin: 0 auto;
}

