/*  
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: #66CC66 url(images/background.gif) repeat top left;
	color: #333;
	}
.container {background-color: #CCCC99;border: 1px solid #9dae8c; margin:0 auto;width:960px;}
.separatorbar {background-color:#8E2D90;display:block;height:15px;}
p {	
	margin: 15px 0;
	}

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

a:hover, a:active {
	color: #3c78a7;
	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;
	}

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

.clear {clear: both;}

/* Structure */


#head {background:#fff;font-size:0.7em;height:118px;margin:0px auto;padding:0px;position:relative;width:960px;}
#page {
	width:958px;
	margin:0px auto;
	padding:1px;
	background:#ececec;
	font-size:0.7em;
	}
.homeslideshow {height:auto;float:left;overflow:hidden;width:auto;}
.left, .alignleft {
	float:left;
	}

.right, .alignright {
	float:right;
	}


/* Navigation Bar*/
#navbar {background:#999999;margin:0 auto;position:absolute;top:90px;text-transform:uppercase;width:100%;}

#page-bar {
	width:722px;
	}

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

#page-bar li {
	float:left;
	list-style:none;
	cursor: pointer;
	display:block;
	border-right:0px solid #fff;
	}
#page-bar li:hover {background: #BAC895;}
#page-bar a, #page-bar a:visited {
	margin: 0px;
	padding:7px 12px;
	font-weight:bold;
	color:#FFF;
	display:block;
	}
#page-bar a:hover {color:#663300;display:block;text-decoration:none;}
#searchform {margin-right:10px;padding-top:4px;width:auto;}
#head #searchform {display:none;}

/* Dropdown Menus */		
#page-bar li {
	float: left;
	margin: 0px;
	padding: 0px;
	}
	
#page-bar li li {float: left;margin: 0px;padding: 0px;text-transform:none;width: 122px;}
	
#page-bar li li a, #page-bar li li a:link, #page-bar li li a:visited {background:#C8D3AA;border-top: 1px solid #FFF;color:#663300;float: none;margin: 0;padding: 5px 10px 5px 18px;width: 122px;}
#page-bar li li a:hover, #page-bar li li a:active {background:#BAC895;padding: 5px 10px 5px 18px;}
#page-bar li li li a, #page-bar li li li a:link, #page-bar li li li a:visited {font-weight:normal;text-indent:7px;}
#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;
	}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {width:100%; height:auto; position:relative; z-index:100;border-right:0px solid #000; font-family:arial, sans-serif;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:100%; w\idth:100%;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:149px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:auto;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block;text-decoration:none; color:#fff; width:auto; height:28px; border:1px solid #000; border-width:0; padding-left:10px; line-height:27px; font-weight:bold;text-transform:uppercase;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:149px; w\idth:138px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#d4d8bd url(http://www.cssplay.co.uk/menus/breadcrumbs/grey-arrow.gif) no-repeat 130px center;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#c9ba65 url(http://www.cssplay.co.uk/menus/breadcrumbs/blue-arrow.gif) no-repeat 130px center;}
.menu ul ul :hover > a.drop {background:#c9ba65 url(http://www.cssplay.co.uk/menus/breadcrumbs/blue-arrow.gif) no-repeat 130px center;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#e2dfa8;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#b2ab9b;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:27px;left:0; width:149px;border-top:1px solid #000;}
/* another hack for IE5.5 */
* html .menu ul ul {top:27px;t\op:27px;}

/* position the third level flyout menu */
.menu ul ul ul{left:149px; top:-1px; width:149px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#d4d8bd; color:#000; height:auto; line-height:1em; padding:5px 10px; width:128px;border-width:0 1px 1px 1px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#000; background:#b7d186;}
.menu :hover > a, .menu ul ul :hover > a {color:#000; background:#b7d186;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}



/* ================================================================ 
   This CSS is further CSS I have created specifically for Wordpress
   so that the current page is highlighted in two levels.
   If you want it in three levels let me know.

   Author: Isaac Rowntree
   Website: www.zackdesign.biz
=================================================================== */


.menu ul ul .current_page_item a {
  color: red;
  background: white;
  border-left: 1px solid black;
}

.menu .current_page_item a {
  color: red;
  font-weight: bold;
  background: white;
}

.menu ul .current_page_item ul a {
  color: white;
  font-weight: normal;
  background: black;
}

.menu ul .current_page_item ul a:hover {
  background: gray;
}

.menu .current_page_item a:hover {
  background: white;
}

/* Text*/

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

h2 {
	font:2.3em Georgia, "Times New Roman";
	}

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

h4 {
	font:1.0em Arial;
	}

h3.cat_title, h3.cat_title a {
	color: #666633;
	letter-spacing:-0.05em;
	font-size:0.85em;
	}

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

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

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

/* Index Page*/

#logo {padding: 5px 5px 0 0;width:350px;}
#tagline {background:transparent url("images/tagline.png") top left no-repeat;height:13px;font-size:1em;margin-top:5px;position:absolute;right:3px;top:67px;width:185px;z-index:25;}
#tagline .taglinetext {display:none;}
#top {height:275px;padding:0;position:relative;}
#headline {height:275px;float:right;font-size:1.05em;line-height:1.5em;margin:0;padding:0;width:300px;}
#headline a img {border:0;margin:0;padding:0;}
#headline .headlinecontent {background: url("images/w.png") repeat top left;height:275px;left:658px;position:absolute;top:0px;width:300px;z-index:100;}
#headline  div.title {font-weight:bold;font:2.4em Georgia;letter-spacing:-0.05em;display:block;padding:15px 25px 5px;}
#headline  div.title a {color:#660033;padding:0;}
#headline div.meta {display:none;margin-top:-5px;padding-bottom:2px;}
#headline p {font-size:1.4em;padding:0 25px 15px;}
#headline .headlinecontent a {color:#660033;font-size:1.4em;padding:0 25px;}

#featured {background:url("images/specials_background.gif") no-repeat bottom left;margin:10px auto 0;padding:0 0 10px 0;width:282px;}
#featured .featuredheader {background:#F3F1E6 url("images/specials_header.gif") no-repeat top left;display:block;height:40px;margin:0px auto;padding:0;}
#featured .specialsfeature {display:block;margin:7px 2px 8px 10px;}
#featured .info {float:right;margin:0;padding-top:4px;width:203px;}
#featured .title {font-weight:bold;}
#featured .meta {display:none;}
#featured a img {border:1px solid #fff;margin:0;padding:0;}

#middle {background:#fff;float:right;margin:0;padding:0;width:940px;}

.category {
	width:auto;
	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 #c8d3aa;}
#cat-2, #cat-4 {border-top:8px solid #bac895;}

.category span.cat_title, #front-popular h3, #front-list .cat_title, #archive .cat_title {
	text-transform:lowercase;
	margin:0;
	font-weight:bold;
	font-size:1.2em;
	letter-spacing:-0.05em;}
#front-popular h3 {color:#fff;display:none;}
.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:#c8d3aa; color:#fff; }
#cat-2:hover, #cat-4:hover {background:#bac895; color:#fff; }
#cat-1:hover a, #cat-3:hover a, #cat-5:hover a {background:#c8d3aa; color:#fff; }
#cat-2:hover a, #cat-4:hover a {background:#bac895; color:#fff; }
#bottom {}
#front-list {background:#fff;float:left;font-size:1em;line-height:1.75em;margin:1px 0;padding:10px;width:637px;}
#front-list .meta {display:none;}
#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:1.4em Georgia, "Times New Roman", Times, serif;letter-spacing:-0.05em;}
#front-list .title a, #archive .title a{color:#009933;}

#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:0.8em;
	color:#333;
	}

.meta a {
	color:#333;
	}

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


/* Content Page*/

#content {
	width:635px;
	background:#fff;
	padding:10px;
	font-size:1.05em;
	line-height:1.75em;
	float:left;
	min-height:400px;
	}
#page #content.page {background:#fff;font-size:1.05em;line-height:1.75em;min-height:400px;padding:10px;width:634px;}
.leftcolumn {background:#fff;float:left;margin:0;padding:10px;width:300px;}
.leftcolumn li a {
background-color:#FFFFFF;border:0;
border-bottom:1px dotted #FFFFFF;
border-top:1px dotted #FFFFFF;
color:#637A37;
display:block;
text-align:left;
}
.leftcolumn ul {background-attachment:scroll;
background-image:none;
background-position:0 0;
background-repeat:repeat;
float:left;
line-height:1.4em;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:0;
width:auto;}
#content .breadcrumbs, #content .breadcrumbs a {
	font-weight:bold;
	color:#333;
	}

#content h2.title {border-top:3px solid #ddd;color: #009933;font:2.2em Georgia;font-weight:normal;letter-spacing:-0.05em;padding:5px 0 0;}

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

.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 5px 0;
	padding:2px;
	}

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

.entry {
	margin-top:20px;
	}
/* Land Page */
td.landingbanner img, td.landingarticle img {border:0px;margin:0;padding:0;}
#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 {
	width:590px;
	height:25px;
	font-size:0.95em;
	}

#tools a:hover {
	background:none;
	}

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

/* Sidebar*/
#sidebar {background:#F3F1E6;float:right;margin:1px 0;width:302px;}
#sidebar h3 {color: #669966;font:1.4em Georgia, "Times New Roman", Times, serif;margin:5px 0 0;padding:3px 0;}
#sidebar-top, #sidebar-bottom {float:right;padding:0px 10px 10px 10px;width:282px;}
#sidebar-bottom, #sidebar-middle {margin:0;}
#sidebar-middle {float:right;width:282px;}
#sidebar-left {float:left;padding:0;width:110px;}
#sidebar-right {float:right;padding:0px;width:110px;}

#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;
	}
#sidebar .category {background:transparent;border-top:0px;}
#sidebar .giftcards {background:transparent url("images/giftcard.gif") top left no-repeat;height:150px;width:282px;}
#sidebar .giftcards span {display:none;}
#sidebar-bottom li {background:transparent none;border-bottom:0px;list-style:none;}
/* 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;
	}
.nocomments{display:none;margin:0;}

.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 {background:#fff;font-size:0.7em;margin: 0 auto;padding:0 10px;width: 940px;}
#recentpost, #mostcommented {border:1px solid #fff;float:left;padding:0;width:280px;}
#mostcommented {margin-left:17px;}
#recent_comments {border:1px solid #fff;float:right;padding:0;width:280px;}
#recentpost a, #mostcommented a, #recent_comments a {}
#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;
	}


#footer {background:#FFFFFF;font-size:0.6em;margin: 0 auto;padding-top:10px;padding-bottom:10px;width: 960px;}

/* 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;
	}
	
/* Specials Catagory */
#content.specials {width:937px;}

/* Newsletter Plug In */
#newsletterFormDiv input {border:1px solid #666666;}
#newsletterFormDiv a {background:transparent url(images/submit.gif) no-repeat scroll left bottom;border:0;display:block;height:21px;padding:2px 0 0 0;width:55px;}
#newsletterFormDiv a img{display:none;}
#etiqueta {display:none !important;}

/* Sidebar Sub Cats */
.subcatsnav {padding:0 10px;width:282px;}
.subcatsnav li {border:0px !important;}