/*  



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,  strike, strong, sub, sup, tt, var,  dl, dt, dd, ol, ul, li,  fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 105%;
	font-family: inherit;
	vertical-align: baseline;
}
table, caption, tbody, tfoot, thead, tr, th {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
small {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 95%;
	font-family: inherit;
	vertical-align: baseline;
}



/* remember to define focus styles! */


:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #2f2f2f;
	background: #ccd0e7 url(images/bkgd_grad.png) repeat-x fixed;
}
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: 110%/1 Arial, Helvetica;
	color: #2f2f2f;
	background: #ccd0e7 url(images/bkgd_grad.png) repeat-x fixed;
}
p {
	margin: 15px 0;
}
a:link, a:visited {
	color: #2a4aa0;
	text-decoration:none;
}
a:hover, a:active {
	color: #3760cd;
	text-decoration:none;
}
a img {
	border:0;
}
code {
	font: 1.0em 'Courier New', Courier, Fixed;
	background:#abdffb;
}
acronym, abbr, span.caps {
	font-size: .95em;
	letter-spacing: .08em;
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px dashed #c1c4e1;
}
blockquote {
	padding: 10px 10px 0 10px;
	border-top: 1px solid #c1c4e1;
	border-bottom: 1px solid #c1c4e1;
	background: #edecf5;
	font:1.0em Arial;
	line-height:1.5em;
	margin:10px 0px;
}
select {
	width: 130px;
}
strong {
	font-weight:bold;
}
em {
	font-style:italic;
}


/* Structure */

#head {
	width:950px;
	margin:0px auto;
	margin-top:0px;
	padding:10px 5px 15px 5px;
	font-size:0.75em;
	background:#fff;
	border-left:5px solid #fff;
	border-right:5px solid #fff;
}
#page {
	width:940px;
	background: #FFFFFF;
	margin:0px auto;
	padding:0px 15px 0px 15px;
	font-size:12.5px;
}
#inner {
	margin:0;
	padding:0;
	width: 940px;
	border-left:1px solid #c1c4e1;
	border-right:1px solid #c1c4e1;
}
.left {
	float:left;
}
.right {
	float:right;
}


/* Navigation Bar*/

#navbar {
	margin:0 auto;
	padding:0px 10px 0px 10px;
	text-transform:uppercase;
	background:#c1c4e1;
	width:922px;
	font-size:11px;
	border-left:15px solid #fff;
	border-right:13px solid #fff;
}
#page-bar {
	padding:0px;
}
#page-bar ul {
	list-style: none;
}
#page-bar li {
	float:left;
	list-style:none;
	cursor: pointer;
	display:block;
	border-right:1px solid #ffffff;
}
#page-bar li:hover {
	background: #e0e1f0;
}
#page-bar a, #page-bar a:visited {
	margin: 0px;
	padding:7px 14px;
	font-weight:bold;
	color:#2f2f2f;
	display:block;
}
#page-bar a:hover {
	text-decoration:none;
	display:block;
	color:#2f2f2f;
}
#page-bar p {
	margin:0;
	padding:0;
}
#searchform {
	width:184px;
	float:right;
	text-align:right;
	padding-top:3px;
	margin-right:10px;
}


/* Dropdown Menus */		

#page-bar li {
	z-index: 9999;
	float: left;
	margin: 0px;
	padding: 0px;
}
#page-bar li li {
	z-index: 9999;
	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 {
	z-index: 9999;
	width: 122px;
	float: none;
	margin: 0px;
	padding: 4px 10px 4px 10px;
	background: #434444;
}
#page-bar li li a:hover, #page-bar li li a:active {
	z-index: 9999;
	background: #c1c4e1;
	padding: 4px 10px 4px 10px;
}
#page-bar li ul {
	z-index: 9999;
	position: absolute;
	width: 10em;
	left: -999em;
}


/* 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;
	font-weight:bold;
}
h4 {
	font:12px Arial;
}
h3.cat_title, h3.cat_title a {
	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:10px;
}


/* Index Page*/

#logo {
	width:274px;
	height:65px;
	background:#fff;
}
#logo1 {
	width:480px;
	height:65px;
	background:#fff;
}
#tagline {
	margin-top:10px;
	font-weight:bold;
}
#top {
	margin:0px auto;
	padding:0px;
	background:#f7f8fb;
	width:942px;
	border-left:15px solid #FFFFFF;
	border-right:13px solid #FFFFFF;
}
#headline {
	width:560px;
	float:left;
	padding:0px 12px 25px 25px;
	font-size:13px;
	line-height:1.5em;
	background:#edecf5;
	color:#2f2f2f;
	overflow:hidden;
	border-left:1px solid #c1c4e1;
	border-right:1px solid #c1c4e1;
}
#headline a {
	color:#2a4aa0;
}
#headline a:hover {
	color:#3760cd;
	text-decoration: none;
}
#top div.label {
	font:14px Arial;
	font-weight:bold;
	line-height:0.9em;
	display:block;
	padding-bottom:0px;
	padding-top:15px;
}
#headline div.title {
	font:28px Arial;
	font-weight:bold;
	line-height:0.9em;
	padding-bottom:5px;
	padding-top:5px;
	margin-top:0px;
}
#headline div.meta {
	display:block;
	padding:4px 0px 4px 0px;
	color:#434444;
	font-size:10.5px;
}
#headline p {
	padding-bottom:25px;
	color:#2f2f2f;
}
#featured {
	width:320px;
	float:right;
	padding:0px 0px 17px 15px;
	font-size:12.5px;
	border-right:1px solid #c1c4e1;
	margin:0px;
}
#featured li {
	list-style:none;
	width:320px;
	height: 79px;
	margin-bottom:0px;
	padding-bottom:0px;
}
#featured .arthemia-carousel {
	overflow:hidden;
	width:320px;
}
#featured .info {
    margin-top:0px;
	padding-top:3px;
	/*float:right;*/
	/*width:203px;*/
	font-size:12.5px;
	}
#featured .meta {
	margin-top:5px;
	font-weight:normal;
	font-size:10.5px;
}
#featured .title {
	font-weight:bold;
}
#featured .divider {
	margin-left:95px;
}
#headline a img, #featured a img {
	margin-top:5px;
}
#featured a {
	color:#2a4aa0;
}
#featured a:hover {
	color:#3760cd;
}
#featured a img {
	border:1px solid #c1c4e1;
	margin-right:10px;
}
#headline a img {
	border:1px solid #2f2f2f;
	margin-right:15px;
}
#single_head {
	width:195px;
	float:left;
	padding:15px 12px 20px 25px;
	margin:0;
	background:#edecf5;
	color:#2f2f2f;
}
#single_head a img {
	border:1px solid #2f2f2f;
}
#single_desc {
	width:675px;
	float:right;
	padding:0px 10px 5px 10px;
	font-size:12.5px;
	line-height:1.5em;
}
#single_desc div.title {
	font:25px Arial;
	font-weight:bold;
	line-height:0.9em;
	display:block;
	padding-bottom:5px;
	padding-top:10px;
}
#single_desc div.meta {
	display:block;
	padding-bottom:5px;
	font-size:10.5px;
}
#single_desc p {
	margin:0px;
	padding-bottom:10px;
}
#single_desc a {
	color:#2a4aa0;
}
#single_desc a:hover {
	color:#3760cd;
}
#middle {
	margin:0 15px;
	padding:0px auto;
	background:#FFFFFF;
	width:940px;
	border-top: 0px solid #c1c4e1;
	border-bottom: 1px solid #c1c4e1;
	border-left:1px solid #c1c4e1;
	border-right:1px solid #c1c4e1;
}
#middle_buffer {
	margin:0 auto;
	background:#FFFFFF;
	width:970px;
}
.category {
	width:168px;
	float:left;
	border-top:8px solid #c1c4e1;
	margin:0px;
	padding:5px 10px 15px;
	cursor:pointer;
}
.category p {
	margin:0;
	font-size:11px;
}
.category span.cat_title, #front-popular h3, #front-list .cat_title, #gallery h3 #post .cat_title {
	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:#323844;
}
.more-link {
	display:block;
	margin:15px 0px;
}
.category a {
	color:#2f2f2f;
	display:block;
	background:none;
}
.category a:hover {
	background:none;
	color:#da8103;
	text-decoration:none;
}
#bottom {
	width: 940px;
	border-left:1px solid #c1c4e1;
	border-right:1px solid #c1c4e1;
}
#bottom-left {
	float:left;
}
#bottom-left .meta, #content.archive .meta {
	font-size:10.5px;
}
#front-list {
	width:570px;
	padding:10px;
	background:#ffffff;
	font-size:12.5px;
	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;
}
.posttitle {
	font:24px Arial, Helvetica, sans-serif;
	font-weight:bold;
	letter-spacing:-0.05em;
	line-height:1.5em;
}
#front-list .divider {
	margin-left:216px;
	margin-top:0px;
	margin-bottom:0px;
}
.author {
	font-size:10px;
	font-weight:bold;
}
.meta {
	color:#434444;
	font-weight:bold;
}
#headline p, #featured p {
	margin:0;
}
#paged-list {
	width:570px;
	padding:0px 10px;
	background:#ffffff;
	font-size:12.5px;
	line-height:1.75em;
	border-top:1px solid #c1c4e1;
}
#paged-list .clearfloat {
	padding-bottom:1px;
}
.onecolumn {
	line-height:1.5em;
	padding:10px 0px;
	margin:0;
	border-bottom:1px solid #c1c4e1;
}
.onecolumn img {
	float:left;
	margin:8px 10px 7px 0px;
	border:1px solid #2f2f2f;
	padding:2px;
}
.tanbox {
	width:275px;
	line-height:1.5em;
	padding:10px 0px;
	margin:0;
	border-bottom: 1px solid #c1c4e1;
}
.archive .tanbox {
	width:570px;
	padding-bottom:1px;
}
.tanbox img {
	float:left;
	margin:8px 10px 7px 0px;
	border:1px solid #2f2f2f;
	padding:2px;
}
.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:12.5px;
	text-align:center;
	width:550px;
}


/* Content Page*/

#content {
	width:570px;
	padding:10px;
	font-size:12.5px;
	line-height:1.75em;
	float:left;
}
.post {
	line-height:1.75em;
}
.post p {
	margin-top:0px;
}
.post .clearfloat {
	border-bottom:1px solid #c1c4e1;
}
.entry ul, .post ol, #front-list ul, #front-list ol {
	margin-bottom:15px;
}
#content h2.title {
	margin-bottom:0px;
	padding:5px 0px;
	color:#434444;
	border-bottom:1px solid #c1c4e1;
}
.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 #2f2f2f;
	margin:0 10px 5px 0;
	padding:2px;
}
.entry a {
	text-decoration:none;
}
.post .ads {
	margin-top:10px;
}
#stats {
	margin-bottom:15px;
	padding:8px 0px;
	font:11px Arial;
	display:block;
	border-bottom:1px solid #c1c4e1;
	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;
}
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:#efefe6;
	margin:20px 0px;
}
#bio p {
	margin:0;
	padding:0;
}
#bio .avatar {
	border:1px solid #c1c4e1;
	margin:0px 10px 5px 0;
	float:left;
	padding:2px;
	width:80px;
	height:80px;
}


/* Sidebar*/

#sidebar {
	width:320px;
	float:right;
	margin:0px 0px 0px 0px;
	overflow:hidden;
}
.spoiler {
	padding:0px 12px 12px 12px;
	background:#edecf5;
	margin-top:10px;
	overflow:hidden;
}
.spoiler img {
	border:1px solid #2f2f2f;
	padding:2px;
	margin-right:10px;
	margin-bottom:5px;
}
.spoiler h3 {
	font:12px Arial, Helvetica, Verdana, Sans-Serif;
	font-weight:bold;
	color:#fff;
	margin:0px 0px 8px 0px;
	padding:3px 10px;
}
.spoiler h3 a {
	color:#fff;
	text-decoration:none;
}
.spoiler p {
	margin:0;
	color:#2f2f2f;
}
.spoiler h4 {
	font:12px Arial, Helvetica, Verdana, Sans-Serif;
	font-weight:bold;
	margin-bottom:5px;
}
.spoiler h4 a {
	color:#2a4aa0;
}
#sidebar {
	font-size:11px;
}
#sidebar h3 {
	font:12px Arial, Helvetica, Verdana, Sans-Serif;
	font-weight:bold;
	background:#c1c4e1;
	color:#2f2f2f;
	margin:10px 0px 5px 0px;
	padding:3px 10px;
}
#sidebar-top {
	width:300px;
	float:right;
	padding:0px 10px 10px 10px;
	margin-top:10px;
	background:#edecf5;
}
#sidebar-bottom {
	width:300px;
	float:right;
	padding:0px 12px 12px;
	background:#FFFFFF;
	margin-bottom:10px;
	margin-top: 15px;
}
#sidebar-bottom, #sidebar-middle {
	margin-top:10px;
}
#sidebar-middle {
	width:320px;
	float:right;
}
#sidebar-left {
	width:135px;
	padding:5px 5px 5px 10px;
	float:left;
	background:#ffffff;
}
#sidebar-right {
	width:135px;
	padding:5px 20px 5px 5px;
	float:right;
	background:#fffff;
}
#sidebar li {
	list-style:none;
	display:block;
	padding:2px 0px 2px 13px;
}
#sidebar li ul li {
	border-bottom:0px;
}
#sidebar-ads {
	width:300px;
	float:middle;
	margin-bottom:10px;
	padding:10px;
	background:#efefe6;
}
#sidebar h3 img {
	margin-top:1px;
}

/* Form Elements */

select {
	border:1px solid #c1c4e1;
	width:100%
}
.submitbutton {
	padding: 2px 5px;
	border:1px solid #c1c4e1;
	background:#c1c4e1;
	color:#fff;
	font-size:12px;
	cursor: pointer;
}
.submitbutton:hover {
	background:#fff;
	color:#2a4aa0;
}
.field {
	padding: 1px;
	border-top:1px solid #c1c4e1;
	border-left:1px solid #c1c4e1;
	border-right:1px solid #c1c4e1;
	border-bottom:1px solid #c1c4e1;
	background:#fff;
	font-size:11px;
}
#search .searchbutton {
	padding: 1px;
	border:1px solid #c1c4e1;
	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 #c1c4e1;
	border-left:1px solid #c1c4e1;
	border-right:1px solid #c1c4e1;
	border-bottom:1px solid #c1c4e1;
}


/* Comments*/

#comment {
	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:#e0e1f0;
}
#comments .clearfloat {
	background:none;
}
#comments div.navigation {
	padding:5px 0px 20px 0px;
	font-weight:bold;
}
ul.commentlist li.comment {
	color:#434444;
	padding: 11px 14px 11px 14px;
	background:#e0e1f0;
	list-style:none;
	margin-bottom:10px;
	font-size:11px;
	line-height:18px;
	border-bottom: 1px solid #edecf5;
}
ul.commentlist li.comment h3#respond {
	background:#fff;
	margin-top:10px;
}
ul.commentlist li.comment img.avatar {
	border:1px solid #c1c4e1;
	margin:0px 0px 13px 13px;
	float:right;
	padding:2px;
	width:45px;
	height:45px;
}
ul.commentlist li.comment cite {
	color:#434444;
	font-weight:bold;
	font-size:11px;
}
ul.commentlist li.comment div.comment-meta {
	font-size:11px;
	margin-top:0px;
}
ul.commentlist li.comment div.comment-meta a {
	color:#434444;
	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:10px;
	color:#434444;
	padding: 12px 12px 12px 12px;
	background:#fff;
	border:none;
	list-style:none;
	margin-bottom:0px;
	font-size:12px;
}
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:#e0e1f0;
}
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:10px;
}
li.comment div#respond h3 {
	display:none;
}


/* Footer*/

#gallery {
	font-size:11px;
	width: 925px;
	margin: 0 auto;
	padding:15px 0px 15px 15px;
	border-top:1px solid #c1c4e1;
	border-left:1px solid #c1c4e1;
	border-right:1px solid #c1c4e1;
}
#gallery #random {
	float:right;
	width:613px;
}
#gallery #random img {
	padding:2px;
	border:1px solid #2f2f2f;
	margin-right:16px;
	margin-bottom:15px;
}
#gallery #video {
	float:left;
	width:281px;
	padding-right:15px;
	border-right:1px solid #c1c4e1;
}
#gallery h3 {
	display:block;
	padding-bottom:5px;
}
#front-popular {
	font-size:11px;
	width: 910px;
	background:#edecf5;
	margin: 0px 15px;
	padding:15px;
	border-left:1px solid #c1c4e1;
	border-right:1px solid #c1c4e1;
}
#footer_buffer {
	margin:0 auto;
	background:#FFFFFF;
	width:970px;
}
#recentpost, #mostcommented {
	width:276px;
	float:left;
	padding:0px 20px 0px 0px;
	border-right:1px solid #c1c4e1;
}
#mostcommented {
	margin-left:20px;
}
#recent_comments {
	width:276px;
	float:right;
	padding:0px;
}
#recentpost a, #mostcommented a, #recent_comments a {
	color:#2a4aa0;
}
#recentpost ul, #mostcommented ul, #recent_comments ul {
	margin-top:5px;
}
#recentpost li, #mostcommented li, #recent_comments li {
	list-style:none;
	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:#edecf5;
}
#recentpost ul li:first-child, #mostcommented ul li:first-child, #recent_comments ul li:first-child {
	background:none;
}
#footer {
	margin: 0 15px;
	width: 922px;
	font-size:10.5px;
	background:#c1c4e1;
	padding:5px 10px;
}
#footer a {
	color:#2a4aa0;
}
#footer a:hover {
	color:#3760cd;
}


/* 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;
}

