/*
Theme Name: Arthemia Premium
Theme URI: http://colorlabsproject.com/
Description: Designed by <a href="http://michaelhutagalung.com">Michael Jubel Hutagalung</a> of <a href="http://colorlabsproject.com">Colorlabs Project</a>.
Version: 1.0
Author: Michael Jubel Hutagalung
Author URI: http://colorlabsproject.com/
Tags: thumbnails, newspaper, magazine, widgets, admin panel
*/

/*Copyright 2008, Michael Jubel Hutagalung
View detailed license info in license.txt file


/*
TABLE OF CONTENTS

  HTML Elements
  Structure
  Navigation Bar
  Text
  Index Page
  Content Page
  Sidebar
  Form Elements
  Comments
  Footer
  Clear

/* CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%;
	font-family: inherit; vertical-align: baseline;
}
/* remember to define focus styles! */
:focus { outline: 0; }
body {line-height: 1;	color: black; background: white; }
ol, ul { list-style: none;}

/* tables still need 'cellspacing="0"' in the markup */
table {	border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q {	quotes: "" "";}

/* HTML Elements */

* {
	margin:0;
	padding:0;
	}

body {
	font: 100% Arial, Helvetica;
	background: #dde7c2 url(images/main_bg.jpg) 0 0 repeat-x;
	color: #505050;
	behavior:url(scripts/csshover.htc);
	overflow:auto;
	}

p {
	margin: 15px 0;
	}

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

a:hover, a:active {
	color: #6E477E;
	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: #ececec;
	font:1.0em Arial;
	line-height:1.5em;
	margin:10px 0px;
	}

select {
	width: 130px;
	}

strong {
    font-weight:bold;
}

em {
    font-style:italic;
}

.clear { clear: both; }

/* Structure */

#main_container {
	width:950px;
	margin:0 auto;
	background:#fff;
}

#head {
	width:930px;
	margin:0px auto;
	margin-top:0px;
	padding:10px 5px 15px 5px;
	font-size:0.7em;
	background:#fff;
	position:relative;
	}

.header_ad {
    padding-top: 50px;
}

#login_container {
	width:204px;
	position:absolute;
	right:44px;
	z-index:1000;
	top:0px;
}

#login {
	width:220px;
	display:none;
	background:#fafbf7;
	padding:10px;
	border:3px solid #676767;
	border-top:0px;
	color:#000;
}

#login h4 {
	font-weight:bold;
	font-size:16px;
	margin-bottom:0px;
	color:#A8B975;
}

#login p {
	margin:3px;
	margin-bottom:10px;
}

#login a {
	color:#683570;
}


#login_button {
	display:block;
	background: transparent url(images/login_sprite.png) 0 0 no-repeat;
	margin-top:-3px;
	color:#683570;
	text-decoration:none;
	font-size:15px;
	text-align:center;
	width:204px;
	height:36px;
	float:right;
	line-height:34px;
}

#login_button.login_active {
	background-position:0px -36px;
}


#login_button:hover {
	text-decoration:underline;
}

#alw_registerForm ul li {
	margin-bottom:3px;
}

#alw_registerForm ul li.title {
	margin-bottom:0px;
}

/** Shopping Cart */

.shopping_cart {
	position:absolute;
	top:3px;
	right:274px;
	text-align:right;
}

.shopping_cart img {
	float:right;
}

.shopping_cart span {
	float:right;
	margin-top:3px;
}

.shopping_cart a:hover {
	text-decoration:none;
}



#page {
	width:950px;
	font-size:12px;
	}

.dotted_line {
	height:2px;
	width:930px;
	margin:0 auto;
	background:url(images/dot_line_bg.jpg) 0 0 repeat-x;
	margin-bottom:15px;
}

#inner {
    margin:0;
    padding:0;
    background:url(images/left_stripe.gif) left repeat-y;
}

.left {
	float:left;
	}

.right {
	float:right;
	}


/* Navigation Bar*/
#navbar {
	margin:0 auto;
	padding:0px 10px 0px 10px;
	background:#ebfbbc;
	width:930px;
	font-size:14px;
	position:relative;
	margin-bottom:10px;
	}

#main_nav {
	float:left;
	width:730px;
	z-index:-1;
}

#page-bar {
	padding:0px;
	float:right;
	}

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

#page-bar li {
	float:left;
	list-style:none;
	display:block;
	}

#page-bar li:hover {
	background:;
	}

#page-bar a, #page-bar a:visited {
	margin: 0px;
	padding:7px 14px;
	font-weight:bold;
	color:#683570;
	display:block;
	}

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

#page-bar p {
	margin:0;
	padding:0;
	}

#searchform {
	width:184px;
	float:right;
	text-align:right;
	margin-right:10px;
	margin-top:1px;
	z-index:0;
	}

#searchfield {
	width:135px;
	color:#666;
	height:18px;
	margin-top:3px;
	font-size:14px;
}

#search .go_btn {
	margin-bottom:-5px;
}



/* Dropdown Menus */
#page-bar li {
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}

#page-bar li img {
	padding-top:11px;
}


#page-bar li li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 132px;
	text-transform:none;
	}

#page-bar li li a, #page-bar li li a:link, #page-bar li li a:visited {
	width: 122px;
	float: none;
	margin: 0px;
	padding: 4px 10px 4px 10px;
	background: #5b5b5b url(images/dots_nav.gif) repeat-x top;
	}

#page-bar li li a:hover, #page-bar li li a:active {
	background: #909090;
	padding: 4px 10px 4px 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:28px Arial;
	font-weight:bold;
	letter-spacing:-0.08em;
	}

h2 {
	font:25px Arial;
	font-weight:bold;
	}

h3 {
	font:12px Arial;
	margin-bottom:3px;
	color:#303030;
	font-weight:bold;
	}

h4 {
	font:12px Arial;
	}

h3.cat_title, h3.cat_title a {
	color:#333333;
	letter-spacing:-0.05em;
	}

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

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

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

/* Index Page*/

#logo {
	background:#fff;
	}

#tagline {
	margin-top:10px;
	color:#1d3566;
	font-weight:bold;
	}

#top {
	margin:0 auto;
	background:#dedede;
	width:950px;
	background:#fff;
	}

#headline {
	width:540px;
	min-height:255px;
	float:left;
	padding:0px 12px 13px 25px;
    font-size:12px;
	line-height:1.5em;
	margin:0;
	margin-right:10px;
	background:#a8b975;
	color:#fff;
	overflow:hidden;
	}

#headline a {
	color:#eef8d1;
	text-decoration:none;
	}

#headline a:hover {
	color:#eef8d1;
	text-decoration:underline;
	}

#top div.label {
	font:14px Arial;
	font-weight:bold;
	text-transform:lowercase;
	letter-spacing:-0.05em;
	line-height:0.9em;
	display:block;
	padding-bottom:0px;
	padding-top:15px;
	}

#headline div.title {
	font:19px Arial;
	font-weight:bold;
	letter-spacing:-0.05em;
	line-height:0.9em;
	padding-bottom:5px;
	padding-top:5px;
    margin-top:0px;
	}

#headline div.meta {
	display:block;
	padding:4px 0px 4px 0px;
	color:#ececec;
	font-size:10px;
	}

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

#featured {
	width:340px;
	float:right;
	padding:10px;
	font-size:12px;
	background:#f7f5e9;
	height:257px;
}

#featured .arrows {
	margin:0 auto;
	margin-top:5px;
	width:42px;
}

#featured li {
    list-style:none;
    width: 320px;
    height: 79px;
    margin-bottom:0px;
    padding-bottom:0px;
	display:inline-block;
}

#featured .arthemia-carousel {
    overflow:hidden;
    width:320px;
}


#featured .info {
    margin-top:0px;
	padding-top:10px;
	float:right;
	font-size:11px;
	width:203px;
	}

#featured .meta {
	margin-top:5px;
    font-weight:normal;
    font-size:10px;
	float:left;
	}

#featured .title {
	font-weight:bold;
	}

#featured .divider {
	margin-left:95px;
	}

#headline a img, #featured a img {
	margin-top:5px;
    }

#featured a {
	color:#6E477E;
	}

#featured a:hover {
	color:#808080;
	}

#featured a img {
	border:2px solid #fff;
	margin-right:10px;
	}

#featured .image {
	float:left;
}

#headline a img {
	border:3px solid #fff;
	margin-right:15px;
	}

#single_head {
	width:195px;
	float:left;
	padding:15px 12px 20px 25px;
	margin:0;
	background:#333333;
	color:#fff;
	}

#single_head a img {
	border:3px solid #fff;
	}

#single_desc {
	width:675px;
	float:right;
	padding:0px 10px 5px 10px;
    font-size:12px;
	line-height:1.5em;
	}

#single_desc div.title {
	font:25px Arial;
	font-weight:bold;
	letter-spacing:-0.05em;
	line-height:0.9em;
	display:block;
	padding-bottom:5px;
	padding-top:10px;
	}

#single_desc div.meta {
	display:block;
	padding-bottom:5px;
	font-size:10px;
	}

#single_desc p {
	margin:0px;
	padding-bottom:10px;
	}

#single_desc a {
	color:#000000;
	}

#single_desc a:hover {
	color:#808080;
	}

#middle {
	margin:0 auto;
	margin-top:15px;
	margin-bottom:10px;
	background:#fff;
	width:950px;
	}

.category {
	width:169px;
	float:left;
	border-top:5px solid #333333;
	margin:0px;
	margin-left:1px;
	padding:5px 10px 15px 10px;
	background:#fff;
    cursor:pointer;
	position:relative;
	}

.first_cat {
	margin-left:0px;
	width:170px;
}

.category p {
	margin:0;
    font-size:11px;
	}

.category span.cat_title, #front-popular h3, #front-list .cat_title, #gallery h3 {
	margin:0;
	font-weight:bold;
	font-size:16px;
	letter-spacing:-0.05em;
	}

#front-list .cat_title {
	font-size:14px;
    margin-bottom:5px;
	}

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

.more-link {
	display:block;
	margin:15px 0px;
	}

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

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

#bottom {
	width: 950px;
	}

#bottom-left {
	float:left;
	}

#bottom-left .meta, #content.archive .meta {
	font-size:10px;
	}

#front-list {
	width:570px;
	padding:10px;
	background:#f7f4e9;
	font-size:12px;
	line-height:1.75em;
	margin-bottom:10px;
    }

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

#front-list .title {
	font:18px Arial;
	font-weight:bold;
	letter-spacing:-0.05em;
    line-height:1.0em;
	}

#front-list .divider {
	margin-left:216px;
	margin-top:0px;
	margin-bottom:0px;
	}

.author {
	font-size:11px;
	font-weight:bold;
	}

.meta {
	color:#333333;
	font-weight:bold;
	}

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


#paged-list {
	width:570px;
	padding:0px 10px;
	background:#fff;
	font-size:12px;
	line-height:1.75em;
	border-top:1px solid #ececec;
	}

#paged-list .clearfloat {
	background:url(images/dots_content.gif) repeat-x bottom;
    padding-bottom:1px;
	}

.onecolumn {
	line-height:1.5em;
	padding:10px 0px;
	margin:0;
	}

.onecolumn img {
	float:left;
	margin:8px 10px 7px 0px;
	border:1px solid #ccc;
	padding:2px;
	}

.tanbox {
	width:275px;
	line-height:1.5em;
	padding:10px 0px;
	margin:0;
	}

.archive .tanbox {
	width:auto;
	background:url(images/dots_content.gif) repeat-x bottom;
    padding-bottom:1px;
	}

.tanbox img {
	float:left;
	margin:8px 10px 7px 0px;
	border:1px solid #ccc;
	padding:2px;
	}

.tanbox .tanbox_ad { margin-top: 0; margin-bottom: 10px; }

.tanbox span.title a, .onecolumn span.title a {
	font:14px Arial;
	font-weight:bold;
	}

.tanbox p, .onecolumn p {
	margin:5px 0px;
	}

#navigation {
	padding:15px 10px;
	background:#fff;
	font-size:12px;
	text-align:center;
	width:550px;
	}


/* Content Page*/

#content {
	width:570px;
	background:#fff;
	padding:10px;
	font-size:12px;
	line-height:1.75em;
	float:left;
	position:relative;
	}

#e_book_single_content,
#e_book_content {
	width:570px;
	background:#fff;
	padding:10px;
	font-size:12px;
	line-height:1.75em;
	float:left;
	}


.post {
	line-height:1.75em;
	}

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

.post .clearfloat {
	}

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

#e_book_single_content h2.title,
#e_book_content h2.title,
#content h2.title {
	letter-spacing:-0.05em;
	margin-bottom:15px;
	padding:5px 0px;
	color:#000000;
	}

.entry ul li, #front-list ul li {
	list-style:square;
	margin-left:30px;
	}

.entry ol li, #front-list ol li {
	list-style:decimal;
	margin-left:30px;
	}

.entry ol li ul li, #front-list ol li ul li {
	list-style:square;
	margin-left:20px;
	}

.entry img, .post a img, #front-list img {
	border:1px solid #ccc;
	margin:0 10px 5px 0;
	padding:2px;
	}

.entry a {
	text-decoration:underline;
	}

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

#stats {
	margin-bottom:15px;
	padding:8px 0px;
	font:11px Arial;
	display:block;
	border-bottom:1px solid #e2e2e2;
	font-weight:bold;
	}

span#map {
	font-size:11px;
	}

img.centered, a img.centered, img.aligncenter, a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	float: none;
}

img.alignright, a img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft, a img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}


#bio {
    padding:10px;
    background:#efefef;
    margin:20px 0px;
}
#bio p {
    margin:0;
    padding:0;
}

#bio .avatar {
	border:1px solid #ccc;
	margin:0px 10px 5px 0;
	float:left;
	padding:2px;
	width:80px;
	height:80px;
	}

/* Sidebar*/
#sidebar {
	width:330px;
	padding-right: 10px;
	background:#F7F4E9;
	float:right;
	overflow:hidden;
	margin-bottom:20px;
    font-size:11px;
	}

#second_sidebar {
	width:340px;
	background:#fff;
	float:right;
	overflow:hidden;
	}


.spoiler {
	width:320px;
	float:right;
	margin-bottom:12px;
	overflow:hidden;
}

.spoiler img {
	border:1px solid #ccc;
	padding:2px;
	margin-right:10px;
	margin-bottom:5px;
	}

.fb_fan { display: inline; float: left; }
.fb_fan img, .twitter_fan img { margin-right: 0 !important; }

.spoiler h3 {
	font:12px Arial, Helvetica, Verdana, Sans-Serif;
   	font-weight:bold;
	color:#fff;
	margin:0px 0px 8px 0px;
	padding:3px 10px;
	border-bottom:1px solid #ececec; 	}

.spoiler h3 a {
	color:#fff;
	text-decoration:none;
	}

.spoiler p {
	margin:0;
	color:#6d6d6d;
	}

.spoiler h4 {
	font:12px Arial, Helvetica, Verdana, Sans-Serif;
    font-weight:bold;
	margin-bottom:5px;
	}

.spoiler h4 a {
	color:#333333;
	}

#sidebar h3 {
	font:12px;
	font-weight:bold;
	background:#9DAE6D;
	color:#fff;
	margin:10px 0px 5px 0px;
	padding:3px 10px;
	}

#sidebar-top, #sidebar-bottom {
	width:320px;
	float:right;
	}

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

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

#sidebar-left {
	width:135px;
	float:left;
	}

#sidebar-right {
	width:135px;
	float:right;
	}


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

#sidebar li ul li {
	border-bottom:0px;
	}

#sidebar-ads {
	width:300px;
	float:right;
	margin-bottom:10px;
	padding:10px;
	background:#fff;
	}

#sidebar h3 img { margin-top:1px; }

/* Form Elements */

select {
	width:100%
	}

.submitbutton {
	padding: 2px 5px;
	border:1px solid #aaa;
	background:#fff;
	font-size:11px;
	color:#aaa;
	cursor: pointer;
	}

.submitbutton:hover {
    background:#683570;
    color:#fff;
    }

.field {
	padding: 1px;
	border-top:1px solid #bbbbbb;
	border-left:1px solid #bbbbbb;
	border-right:1px solid #eeeeee;
	border-bottom:1px solid #eeeeee;
	background:#fff;
	font-size:11px;
	}

#search .searchbutton {
	padding: 1px;
	border:1px solid #333333;
	background:#fff;
	font-size:11px;
	}

#commentform input {
	width: 140px;
	margin: 5px 5px 0px 0;
	}

#commentform textarea {
	width: 99%;
	margin-top:5px;
	border-top:1px solid #bbbbbb;
	border-left:1px solid #bbbbbb;
	border-right:1px solid #eeeeee;
	border-bottom:1px solid #eeeeee;
	}



/* Comments*/

#comments {
	line-height:1.5em;
	float:left;
	width:100%;
	}

.commentlist cite {
	font-style:normal;
	margin-bottom:0px;
	display:block;
	font-size:11px;
	}

.commentlist blockquote {
	background:#ededed;
	}

.commentlist li {
	color:#4d4d4d;
	padding: 10px 14px 10px 14px;
	background:#f2f2f2;
	border-bottom: 1px solid #dcdbd7;
	list-style:none;
	margin-bottom:3px;
	line-height:1.25em;
	}

.commentlist li li {
	background:none;
	border:none;
	list-style:square;
	margin:3px 0 3px 20px;
	padding:3px 0;
	}

.commenttext {
	width:482px;
	float:right;
	line-height:1.5em;
    font-size:11px;
	}

li.my_comment {
	background: #fff;
	}

li cite strong {
	font-size: 14px;
	color:#313228;
	}

#commentform small {
	background:#FFF;
	font-weight:bold;
	padding:0;
	}

.commentmetadata {
	color:#4d4d4d;
	display: block;
	margin-top:3px;
	text-align:right;
	font-size:10px;
	}

.commentmetadata a, .commentmetadata a:visited {
	color:#959382;
	}

.commentlist small {
	background:none;
	}

.commentlist li .avatar {
	border:1px solid #ccc;
	margin:15px 8px 6px 0;
	float:left;
	padding:2px;
	width:45px;
	height:45px;
	}

#comment {
	width:590px;
	background:#fff;
	}

.ad_space {
    text-align: center;
}

/* OLD COMMENTS
#comments { width:590px;	background:#fff; }

div#cancel-comment-reply { font-weight:bold; }

#comments ul.commentlist { margin-top:20px; list-style:none; }

#comments ul.commentlist blockquote { background:#ededed; }

#comments .clearfloat { background:none; }

#comments div.navigation { padding:5px 0px 20px 0px; font-weight:bold; }

ul.commentlist li.pingback, ul.commentlist li.trackback { display:none; }
ul.commentlist li.comment { color:#4d4d4d; padding: 11px 14px 11px 14px; background:#f2f2f2; list-style:none; margin-bottom:10px; font-size:11px; line-height:18px; border-bottom: 1px solid #dcdbd7; }
ul.commentlist li.comment h3#respond { background:#fff; margin-top:15px; }
ul.commentlist li.comment img.avatar { border:1px solid #ccc; margin:0px 0px 13px 13px; float:right; padding:2px; width:45px; height:45px; }
ul.commentlist li.comment cite { color:#313228; font-weight:bold; font-size:14px; }
ul.commentlist li.comment div.comment-meta { font-size:10px; margin-top:0px; }
ul.commentlist li.comment div.comment-meta a { color:#4d4d4d; text-decoration:none; }
ul.commentlist li.comment a { text-decoration:underline; }
ul.commentlist li.comment cite a { text-decoration:none; }
ul.commentlist li.comment div.reply { clear:both; display:block; }
ul.commentlist li.comment div.reply a { text-decoration:none; font-weight:bold; }
ul.commentlist li.comment p { margin:15px 0px; padding:0;  }
ul.commentlist li.comment blockquote { width:380px; }

ul.children li.comment { margin-top:15px; color:#4d4d4d; padding: 12px 12px 12px 12px; background:#fff; border:none; list-style:none; margin-bottom:0px; font-size:11px; }

ul.commentlist li.depth-1, ul.children li.depth-3, ul.children li.depth-5, ul.children li.depth-7, ul.children li.depth-9 { background:#f2f2f2; }
ul.children li.depth-2, ul.children li.depth-4, ul.children li.depth-6, ul.children li.depth-8, ul.children li.depth-10 { background:#fff; }

#respond textarea { width:99%; font-size:13px; }
#respond label { font-weight:bold; }
#respond a {text-decoration:none; }
#respond h3 {margin-top:15px; }

li.comment div#respond h3 { display:none; }

*/

/* Footer*/

#gallery {
	font-size:11px;
	color:#333;
	width: 935px;
	background:#9DAE6D;
	margin: 0 auto;
	padding:15px 0px 15px 15px;
	border-bottom:1px solid #808080;
	}

#gallery a {
	color:#fff;
}

#gallery #random {
    width:100%;
}

#gallery #random img {
    padding:2px;
    border:1px solid #ccc;
    margin-right:16px;
    margin-bottom:15px;
    background:#fff;
}
#gallery #video {
    float:left;
    width:281px;
    padding-right:15px;
    border-right:1px solid #b0b0b0;
}

#gallery h3 {
    display:block;
    padding-bottom:5px;
}
#front-popular {
	font-size:11px;
	color:#fff;
	width: 920px;
	background:#9dae6d;
	margin: 0 auto;
	padding:15px;
	}

#recentpost, #mostcommented {
	width:276px;
	float:left;
	padding:0px 20px 0px 0px;
	border-right:1px solid #808080;
	}

#mostcommented {
	margin-left:20px;
	}

#recent_comments {
	width:276px;
	float:right;
	padding:0px;
	}

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

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

#recentpost li, #mostcommented li, #recent_comments li {
	list-style-image:url(images/popular_li_bg.jpg);
	margin-left:15px;
    padding-top:1px;
	}

#recentpost ul li a, #mostcommented ul li a, #recent_comments ul li a {
	padding:5px;
	display:block;
	text-decoration:none;
	}

#recentpost ul li a:hover, #mostcommented ul li a:hover, #recent_comments ul li a:hover {
	background:#000000;
	color:#fff;
	}

#recentpost ul li:first-child, #mostcommented ul li:first-child, #recent_comments ul li:first-child {
	background:none;
	}


#footer {
	margin: 0 auto;
	width: 930px;
	font-size:10px;
	background:#dde7c2;
	color:#9cac6d;
	padding:28px 20px;
	}

#footer a {
	color:#6e477e;
	font-weight:bold;
	}

#footer a:hover {
	}

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


/************ CUSTOM CSS BY BRADLEY HOLLOWAY */

/* User Photo */
.photo {
	float:right;
}

#upshrinkHeader .photo {
	float:left;
}

#tools {
	margin-top:15px;
	margin-bottom:15px;
}

#authorlist li {
	clear: left;
	float: left;
	margin: 5px 0 5px 0px;
	width:95%;
}

#authorlist img.photo {
	width: 30px;
	height: 30px;
	float: left;
	padding-bottom:10px;
}

#authorlist div.authname {
	margin: 3px 0 0 10px;
	float: left;
	text-transform:lowercase;
	font-size:20px;
}

#page-bar li.current a {
	color:#000;
}

#home_about_us {
	width:570px;
	padding:10px;
	background:#f7f4e9;
	font-size:12px;
	line-height:1.75em;
	margin-bottom:10px;
	color:#75824c;
}

#just_items {
	width:187px;
	position:absolute;
	right:175px;
	top:0px;
	z-index:10;
	color:#fff;
}

#just_items .shoppingcart,
#just_items .cart_title,
#just_items .emptycart,
#just_items .subtotal,
#just_items br {
	display:none;
}

#just_items .items {
	float:left;
	display:inline;
	position:absolute;
	top:8px;
	left:0;
}

#just_items .total {
	float:left;
	position:absolute;
	top:8px;
	right:0;
}

#just_items .empty {
	float:left;
	position:absolute;
	right:0;
	top:8px;
	color:#fff;
}


#just_items a.checkout_link {
	position:absolute;
	left:-70px;
	top:8px;
	color:#cc0000;
	z-index:10;
}

#just_items .visitshop a {
	padding:3px 5px;
	background:#660033;
	color:#cc0000;
	position:absolute;
	left:-85px;
	top:5px;
	z-index:100;
}

span.read_more {
	font-weight:bold;
}

form.phplist {
	margin-bottom:10px;
}

#sharebox {
	margin-bottom:12px;
	text-align:right;
}

#sharebox h3 {
	text-align:left;
}

#sharebox img {
	border:none;
}

.fb_fan {
	text-align:right;
}

.FB_ElementReady {
	display:block;
}

#sharebox .rss,
#sharebox .share {
	display:inline;
}

.voting {
	float:right;
}

#rate_posting {
	height:70px;
}

/***** E-Book Landing Page */
#e_book_content .top {
	margin-bottom:15px;
}

#e_book_content .covers {
	width:200px;
	float:left;
}

#e_book_content .text {
	width:360px;
	float:left;
}

#e_book_content .covers ul {
	margin-top:-15px;
	margin-left:-10px;
}

#e_book_content .btm ul li,
#e_book_content .covers ul li {
	float:left;
	width:70px;
	margin:15px;
	text-align:center;
}

/***** E-Book Single Page */

#e_book_single_content .left {
	width:250px;
	float:left;
	margin-right:15px;
}

#e_book_single_content .cover,
#e_book_single_content .ratings,
#e_book_single_content .info,
#e_book_single_content .author {
	width:250px;
	margin-bottom:15px;
	float:left;
}

#e_book_single_content .cover {
}


#e_book_single_content .right {
	width:300px;
	float:left;
}

#e_book_single_content .book_info,
#e_book_single_content .turn-page,
#e_book_single_content .promo,
#e_book_single_content .price {
	width:300px;
	margin-bottom:15px;
	float:left;
}

#e_book_single_content .price span {
	font-size:22px;
	font-weight:bold;
	color:#000;
	margin-bottom:5px;
	display:block;
}

#e_book_single_content .price a {
	display:block;
	height:40px;
	width:113px;
	background:url(/wp-content/themes/arthemia-premium/images/BuyNowBtn_sprite.gif) 0 0 no-repeat;
}

#e_book_single_content .price a:hover {
	background-position:-113px 0px;
	text-decoration:none;
}




/*** Newsletter Signup */
#home_nl_signup {
    float: none;
    width: auto;
}

#home_nl_signup h3 {
    display: none;
}

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

.nl_signup .form {
	float:left;
	margin-left:10px;
}

.nl_signup .form dt {
	margin-bottom:5px;
	height:18px;
	background:#9DAE6D;
	width:125px;
	float:left;
	margin-right:5px;
	clear:both;
	padding:5px 0 0 5px;
	color:#fff;
}

.nl_signup .form dd {
	float:left;
	width:155px;
}

.nl_signup .inf-button {
	float:left;
	margin:0 auto;
}

.nl_signup .form dt.which_nl {
	height:44px;
}

.nl_signup .form dt.age_group {
	margin-bottom:15px;
}

#home_nl_signup .which_nl { height: 90px; }
#home_nl_signup li { margin: 0; list-style-type: none; }
#home_nl_signup .form dt { height: 23px; }

h2.welcome {
	color:#685b6c;
}

.story_share_home {
	text-align:center;
}

/** Forms */
.wpcf7-validates-as-required {
	font-size:16px;
}


.wpcf7-list-item-label {
	font-size:12px;
}

.captcha-680 input {
	font-size:16px;
}



#cat-258 p,
#cat-23 p,
#cat-24 p,
#cat-25 p,
#cat-26 p,
#cat-27 p{
	padding-left:7px;
	float:left;
	width:130px;
	margin-top:2px;
}

#cat-258 .cat_image,
#cat-27 .cat_image,
#cat-26 .cat_image,
#cat-25 .cat_image,
#cat-24 .cat_image,
#cat-23 .cat_image {
	background:url(/wp-content/themes/arthemia-premium/images/icons/leaf_sprite.png) 0 0 no-repeat;
	width:30px;
	height:11px;
	float:left;
	margin-top:4px;
}

#cat-24 .cat_image {
	background-position:0px -13px;
}

#cat-25 .cat_image {
	background-position:0px -26px;
}

#cat-26 .cat_image {
	background-position:0px -38px;
}

#cat-27 .cat_image {
	background-position:4px -47px;
}

.share_story {
	font-size:16px;
	font-weight:bold;
	color:#A8B975;
	margin-bottom:15px;
	font-style:italic;
}

.share_story a {
	color:#683570;
}

.category .share {
	float:left;
	position:absolute;
	left:47px;
	bottom:0px;
}

.category .share a {
	display:inherit;
	font-size:11px;
	float:left;
	color:#683570;
}

.category .share a:hover {
	text-decoration:underline;
}


/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 75px;
    height: 75px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
	background:url(/wp-content/themes/arthemia-premium/images/down_arrow.jpg) 0 0 no-repeat;
	height:15px;
	width:15px;
	position:absolute;
	left:165px;
	bottom:-5px;
	cursor:pointer;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
	background:url(/wp-content/themes/arthemia-premium/images/up_arrow.jpg) 0 0 no-repeat;
	height:15px;
	width:15px;
	position:absolute;
	left:135px;
	bottom:-5px;
	cursor:pointer;
}


/*** Archive Table */

#wp-calendar {
	width:100%;
	color:#dcdcdc;
}

#wp-calendar thead th {
	color:#333;
	font-weight:bold;
}


#wp-calendar caption {
	font-weight:bold;
	text-align:center;
	margin-bottom:5px;
	color:#333;
}




