/*  
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% Lucida Sans Unicode;
	background:#FFF url(images/bg.gif) no-repeat center -32px;
	color: #333;
	}

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;
	}	



/* Structure */

#head {
	width:960px;
	*height:388px;
	margin:0px auto;
	padding:0px;
	font-size:0.7em;
	}

#page {
	width:940px;
	margin:0px auto;
	padding:10px;
	background:#ececec;
	font-size:0.7em;
	}

.left, .alignleft {
	float:left;
	}

.right, .alignright {
	float:right;
	}



/* Navigation Bar*/

#navbar {
	margin:0 auto;
	padding:0;
	}

#page-bar {
	width:722px;
	height:33px;
	background:#F37020;
	}

#page-bar ul {
	list-style: none;
	background:#F37020;
	}

#page-bar li {
	float:left;
	list-style:none;
	cursor: pointer;
	display:block;
	border-right:1px solid #FFF;
	background:#F37020;
	}

#page-bar li:hover {
	background: #DF5200;
	}

#page-bar a, #page-bar a:visited {
	margin: 0px;
	padding:7px 8px 6px 8px;
	font:16px Lucida Sans Unicode;
	color:#FFF;
	display:block;
	}

#page-bar a:hover {
	text-decoration:none;
	display:block;
	}

#searchform {
	width:228px;
	height:25px;
	float:right;
	text-align:right;
	padding:8px 10px 0 0;
	background:#F37020;
	}
#searchform input {border:1px solid #DCDFE6;}
#searchform input#searchsubmit {border:0; margin-left:5px;}



/* Dropdown Menus */

#page-bar li {
	float: left;
	margin: 0px;
	padding: 0px;
	}
	
#page-bar li li {
	width: 139px;
	float: left;
	margin: 0px;
	padding: 0px;
	border:0;
	text-transform:none;
	}
	
#page-bar li li a, #page-bar li li a:link, #page-bar li li a:visited {
	background:#F37020;
	width: 123px;
	float: none;
	margin: 0px;
	padding: 5px 8px 5px 8px;
	border:0;
	border-top:1px solid #FFF;
	}
	
#page-bar li li a:hover, #page-bar li li a:active {
	background: #DF5200;
	padding: 5px 8px 5px 8px;
	}

#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:26px Lucida Sans Unicode;}

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 {
	font:15px Lucida Sans Unicode;
	color:#F37020;
	text-transform:lowercase;
	}
	
h3#respond {
	margin-top:0px;
	padding-top:20px;
	}

h3#comments {
	margin-top:32px;
	padding-left:0px;
	}

h3.authors {
	margin-top:15px;
	}


	
/* Index Page*/

#logo {
	width:350px;
	}

#tagline {
	margin-top:5px;
	font-size:1em;
	color:#333;
	}

#top {
	padding:0;
	}

#headline {
	width:590px;
	float:left;
	background:#fff;
	padding:10px;
	font-size:1.05em;
	line-height:1.5em;
	margin:0;
	}

#headline  div.title {
	font-weight:bold;
	font:2.4em Georgia;
	letter-spacing:-0.05em;
	display:block;
	padding-bottom:5px;
	}

#headline div.meta {
	display:block;
	margin-top:-5px;
	padding-bottom:2px;
	}

#headline p {
	font:13px Lucida Sans Unicode;
	color:#666;
	float:left;
	padding-top:10px;
	padding-bottom:15px;
	}
#headline a {
	font:13px Lucida Sans Unicode;
	color:#000;
	float:right;
	}
#featured {
	width:300px;
	background:#fff;
	float:right;
	padding:10px 10px 9px 10px;
	}

#featured .clearfloat {
	padding:7px 0 8px 0;
	border-bottom:1px solid #FCDBC8 !important;
	}

#featured .info {
	margin-top:5px;
	float:right;
	width:180px;
	}

#featured .info .meta br {display:none;}

#featured .title {
	font-weight:bold;
	color:#F37020;
	}

#headline a img, #featured a img {
	border:1px solid #ccc;
	margin-top:5px;
	margin-right:10px;
	padding:2px;
	}

#middle {
	width: 920px;
	background:#fff;
	float:right;
	padding:20px 10px 10px 10px;
	margin:10px 0;
	background:#fff url(images/content_bar.jpg) no-repeat 10px 10px;
	}

.category {
	width:210px;
	float:left;
	margin:0px;
	padding:5px 10px 10px 10px;
	}

.category p {
	margin:0;
	}

.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.5em;
	letter-spacing:-0.05em;
	}

#front-popular h3 {
	color:#fff;
	}

#cat-1, #cat-2, #cat-3, #cat-4, #cat-5 {background:#FFF;}
#cat-1 a, #cat-2 a, #cat-3 a, #cat-4 a, #cat-5 a {font-size:12px; color:#333; display:block; background:#fff;}
#cat-1:hover, #cat-2:hover, #cat-3:hover, #cat-4:hover, #cat-5:hover {background:#000;}
#cat-1:hover a, #cat-2:hover a, #cat-3:hover a, #cat-4:hover a, #cat-5:hover a {background:#000; color:#fff; text-decoration:none;}
#cat-1 a:hover, #cat-2 a:hover, #cat-3 a:hover, #cat-4 a:hover, #cat-5 a:hover {color:#fff; text-decoration:none;}
#cat-1 span.cat_title a, #cat-2 span.cat_title a, #cat-3 span.cat_title a, #cat-4 span.cat_title a, #cat-5 span.cat_title a {font-size:17px; font-weight:normal; color:#F37020;}
#cat-1 span.cat_title a:hover, #cat-2 span.cat_title a:hover, #cat-3 span.cat_title a:hover, #cat-4 span.cat_title a:hover, #cat-5 span.cat_title a:hover {color:#F37020;}
#cat-1:hover span.cat_title a, #cat-2:hover span.cat_title a, #cat-3:hover span.cat_title a, #cat-4:hover span.cat_title a, #cat-5:hover span.cat_title a {color:#F37020;}

#bottom {
	width: 940px;
	}

#front-list {
	width:590px;
	background:#fff;
	padding:10px;
	font-size:1.05em;
	line-height:1.75em;
	float:left;
	}

#front-list h3.cat_title {font:12px Lucida Sans Unicode; color:#F37020;}
#front-list h3.cat_title a {font:12px Lucida Sans Unicode; color:#F37020;}

#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:22px Lucida Sans Unicode;
	}

#front-list .title a, #archive .title a {
	color:#000;
	}

#front-list .meta {
	font-family:arial;
	font-size:10px;
	color:#000;
	}

#front-list .meta a {
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	color:#000;
	}

#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;
	line-height:15px;
	color:#666;
	}

#front-list p, #archive p {
	margin:0px;
	padding:0px;
	}

.author {
	font-size:0.8em;
	font-weight:bold;
	}

.meta {
	font-family:arial;
	font-size:11px;
	color:#000;
	}

.meta a {
	color:#000;
	}

#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;
	}

#content h2.title {
	font:26px Lucida Sans Unicode;
	font-weight:normal;
	text-transform: lowercase;
	border-bottom:1px solid #E6D4CA;
	padding:5px 0px;
	}

.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:10px;}
.entry h4 {font:18px Lucida Sans Unicode; color:#F37020;}
.entry p {line-height: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 {
	width:590px;
	height:25px;
	font-size:0.95em;
	}

#tools a:hover {
	background:none;
	}

.navigation {
	padding:5px 0px;
	text-align:Center;
	}
	
.navigation div a {font-size:16px; color:#000;}



/* Sidebar*/

#sidebar {
	width:320px;
	float:right;
	margin:0px 0px 0px 0px;
	}

#sidebar h3 {
	font:1.1em Arial;
	font-weight:bold;
	background:#333;
	color:#fff;
	margin:10px 0px 5px 0px;
	padding:3px 10px;
	}

#sidebar-ning, #sidebar-google-friends, #sidebar-top, #sidebar-bottom {
	width:300px;
	float:right;
	padding:0 10px 10px 10px;
	background:#fff;
	}
#sidebar-ning {
	width:320px;
	padding:0;
	border-bottom:10px solid #ECECEC;
}
#sidebar-google-friends {
	width:auto;
	float:left;
	padding:0;
	border-bottom:10px solid #ECECEC;
	}
#sidebar-google-friends {
	width:318px;
	border-top:1px solid #CCC;
}

#sidebar-top h3 {font-size:20px; font-weight:normal; color:#F37020; background:none;}
#sidebar-top ul {width:280px; margin:0 0 0 10px;}
#sidebar-top ul li {background:url(images/content_bullet_reflexoes.gif) no-repeat left 7px; border-bottom:1px solid #F8B791;}
#sidebar-top ul li a {font-size:11px; color:#4D4D4D;}
#sidebar-top ul li span {width:280px; display:block; font-size:11px; color:#F37020;}

#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: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;
	}
.entry form.wpcf7-form {float:left; padding:0 0 15px 0;}
.entry form.wpcf7-form p {width:568px; display:block; float:left;}
.entry form.wpcf7-form span {width:568px; display:block; clear:left;}
.entry form.wpcf7-form br {display:none;}
.entry form.wpcf7-form label {width:568px; display:block; float:left; font-size:13px; margin:13px 0 0 0; padding:0;}
.entry form.wpcf7-form input, .entry form.wpcf7-form textarea {width:268px; float:left; font:11px Lucida Sans Unicode; border:1px solid #E2E9EF; border-top-color:#ABACB1; margin:2px 0 0 0; padding:1px 0 1px 0;}
.entry form.wpcf7-form input:hover, .entry form.wpcf7-form textarea:hover {background:#FFFFCC;}
.entry form.wpcf7-form textarea {width:549px;}
.entry form.wpcf7-form .your-submit input {width:auto; float:right; margin:13px 40px 0 0; padding:1px 5px 1px 5px;}
.entry form.wpcf7-form .wpcf7-validation-errors {width:550px; float:left; font-weight:bold;}
.entry ul.contact-list {width:580px; margin:0; padding:0;}
.entry ul.contact-list li {width:290px; height:95px; float:left; list-style:none; margin:0; padding:0;}
.entry ul.contact-list li h4 {width:290px;}
.entry ul.contact-list li p {width:290px; line-height:15px;}
.entry ul.contact-list li p a {color:#333;}

.entry a.print {width:64px; height:20px; display:block; text-indent:-9999px; background:url(images/content_bot_print.gif) no-repeat left top;}
.entry ul.prog-list {width:580px; margin:0; padding:0;}
.entry ul.prog-list li {width:580px; font-size:18px; color:#F37020; list-style:none; margin:35px 0 0 0; padding:0;}
.entry ul.prog-list li table {margin:18px 0 0 0; font-size:10px; color:#333; border:0;}
.entry ul.prog-list li table td {padding:0 5px 5px 5px; line-height:12px;}
.entry ul.prog-list li table thead {font-size:14px; font-weight:bold; color:#F37020;}
.entry ul.prog-list li table thead tr td {border:0px; border-bottom:1px solid #ECECEC;}
.entry ul.prog-list li table tbody tr:hover {background:#FFFFCC; cursor:hand;}
.entry ul.prog-list li table tbody tr td {border:0px; border-bottom:1px solid #ECECEC;}

/* Footer*/

#front-popular {
	font-size:0.7em;
	color:#FFFFFF;
	width: 960px;
	border-top:1px solid #000;
	background:#F37020;
	margin: 0 auto;
	padding:0 0 10px 0;
	}

#recentpost, #mostcommented, #recentcomments {float:left; padding:0 0 10px 0;}
#recentpost h3, #mostcommented h3, #recentcomments h3 {background:#FFF; font-size:16px; padding:20px 0 5px 20px; color:#F37020;}
#recentpost ul, #mostcommented ul, #recentcomments ul {margin-top:5px; padding:0 0 0 18px;}
#recentpost ul li, #mostcommented ul li, #recentcomments ul li {list-style:none; padding:5px; display:block; font-size:12px;}
#recentpost ul li a, #mostcommented ul li a, #recentcomments ul li a {font-size:12px; color:#fff; background:url(images/footer_bullet.gif) no-repeat left 5px; padding:0 0 0 15px;}
#recentpost ul li a:hover, #mostcommented ul li a:hover, #recentcomments ul li a:hover {text-decoration:underline;}
#recentpost ul li ul, #mostcommented ul li ul, #recentcomments ul li ul {display:none;}
#recentpost {width:326px;}
#mostcommented {width:305px;}
#recentcomments {width:329px;}
#footer {width: 960px; font-size:12px; color:#0F1024; margin: 0 auto; padding:10px 0 10px 0; text-align:center;}
#footer a {color:#0F1024;}



/* 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;
	}

#searchform, .wpcf7,#comments{
	display: none;
}