/*  
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% Verdana;
	background: #ffffff /* Background der ganzen Seite, weiss */ ;
	color:#003333 /* Schriftfarbe der Texte */ ;
        text-align:justify;
	}

p {	
	margin:5px 5px;
	}

a:link, a:visited {
	color:#003333;
	text-decoration:none;
        font-weight:bold;
	}

a:hover, a:active {
	color: #006666;
	text-decoration:underline;
	}

a img {
	border:0;
	}

code {
	font: 1.0em 'Courier New', Courier, Fixed;
	background:#ffffff;
	}	

acronym, abbr, span.caps {	
	font-size:0.9em;
	letter-spacing:.07em;
	cursor:help;
	}			

acronym, abbr {
	border-bottom:1px dashed #336666;
	}

blockquote {
	padding:10px 10px 10px 10px;
	border-top:1px solid #336666;
	border-bottom: 1px solid #336666;
	background:#669999;
	font:1.0em Verdana;
	line-height:1.5em;
	margin:10px 0;
	}

select {
	width:130px;
	}	



/* Structure */

#head {
	width:900px;
	margin:0 auto;
	margin-top:5px;
	padding:1px;
	font-size:0.7em;
	}


#page {
	width:900px;
	margin:0 auto;
	padding:1px;
	background:#ffffff;
	font-size:0.7em;
	}

.left, .alignleft {
	float:left;
	}

.right, .alignright {
	float:right;
	}


/* Navigation Bar*/
#navbar {
	height:1px;
        margin:0 auto;
	margin-top:2px;
	padding:1px 5px;
	text-transform:uppercase;
	font-color:#006666;
	font-weight:bold;
        background:#ffffff url(images/navbar.png);
	}

#topnavbar {
	height:1px;
        margin:0 auto;
	padding:1px 5px;
	text-transform:uppercase;
	font-color:#006666;
	font-weight:bold;
        background:#006666;
	}

#page-bar {
	width:610px;
	}

#page-bar ul {
	list-style:none;
	}

#page-bar li {
	float:left;
	list-style:none;
	cursor: pointer;
	border-right:1px #003333;
	}

#page-bar li:hover {
	background:#99cccc;
	}

#page-bar a, #page-bar a:visited {
	margin:0;
        margin:0 auto;
	padding:1px 5px;
	font-weight:bold;
	color:#006666;
	display:block;
	}

#page-bar a:hover {
	text-decoration:none;
	display:block;
	}

#searchform {
	width:250px;
	float:right;
	text-align:right;
        padding-top:2px;
	margin-right:10px;
	}

/* Dropdown Menus */		
#page-bar li {
	float:left;
	margin:0;
	padding:0;
	}
	
#page-bar li li {
	float:left;
	margin:0;
	padding:0;
	width:120px;
	text-transform:none;
	}
	
#page-bar li li a, #page-bar li li a:link, #page-bar li li a:visited {
	background:#336666;
	width:120px;
	float:none;
	margin:0;
	padding:5px 5px 5px 5px;
	border-top:1px solid #ffffff;
	}
	
#page-bar li li a:hover, #page-bar li li a:active {
	background:#ffffff;
	padding:5px 5px 5px 5px;
	}

#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:2.0em Verdana;
	font-weight:bold;
        color:#006666;
	letter-spacing:-0.08em;
	}

h2 {
	font:1.6em Verdana;
        color:#006666;
	}

h3 {
	font:1.0em Verdana;
        color:#006666;
	margin-bottom:3px;
	font-weight:bold;
	padding-top:15px;
	padding-bottom:15px;
	}

h4 {
	font:0.8em Verdana;
        color:#006666;
	}

h3.cat_title, h3.cat_title a {
	color:#006666;
	letter-spacing:-0.05em;
	font:0.75em Verdana;
	}

h3#respond {
	margin-top:0;
	padding-top:20px;
	}

h3#comments {
	margin-top:32px;
	padding-left:0;
	}

h3.authors {
	margin-top:15px;
	}

/* Index Page*/

#logo {
	width:500px;
	}

#tagline {
	margin-top:5px;
	font-size:1.0em;
	color:#003333;
	}

#top {
	padding:2px;
	}

#headline {
	width:620px;
	float:left;
	background:#ffffff;
	padding:10px;
	font:1.1em Verdana;
        line-height:1.5em;
	}

#headline  div.title {
	color:#006666;
        font-weight:bold;
	font:2.0em Verdana;
	letter-spacing:-0.05em;
	display:block;
	padding:2px 2px 2px 2px;
	}

#headline div.meta {
	display:block;
	margin-top:-5px;
	padding:2px 2px 2px 2px;
	}

#headline p {
	padding:2px 2px 2px 2px;
	}

#featured {
	width:250px;
	background:#ffffff;
	float:right;
	padding:2px 2px 2px 2px;
        text-align:left;
	}

#featured .clearfloat {
	margin-top:5px;
	margin-bottom:5px;
	}

#featured .info {
	margin-top:5px;
	padding-top:2px;
	float:right;
	width:138px;
	}

#featured .title {
	font:1.0em Verdana;
        color:#006666;
	}

#headline a img, #featured a img {
	border:1px solid #336666;
	margin-top:5px;
	margin-right:5px;
	padding:2px 2px 2px 2px;
	}

#middle {
	width:900px;
	background:#ffffff;
	float:left;
	padding:5px;
	margin:0;
	}

.category {
	width:178px;
	float:left;
	border-top:0 #003333;
	margin:0;
	padding:0 1px 0 1px;
	background:#ffffff;
	}

.category p {
	margin:0;
	}

#cat-1, #cat-3, #cat-5  {border-top:0px #ffffff;}
#cat-2, #cat-4 {border-top:0px #ffffff;}

.category span.cat_title, #front-popular h3, #front-list .cat_title, #archive .cat_title {
	text-align:center;
	margin:0;
	font-size:1.6em;
	letter-spacing:-0.05em;
	}

#front-list .cat_title, #archive .cat_title {
        text-align:left;
        font-size:1.4em;
        }

#front-popular h3 {
	color:#336666;
	}

.category a {
	color:#003333;
	display:block;
	background:#99cccc;
	}

.category a:hover {
	background:#99cccc;
	color:#336666;
	text-decoration:none;
	}

#cat-1:hover, #cat-2:hover, #cat-3:hover, #cat-4:hover, #cat-5:hover {background:#66cc99; color:#336666; }

#cat-1:hover a, #cat-2:hover a, #cat-3:hover a, #cat-4:hover a, #cat-5:hover a {background:#66cc99; color:#336666; }

#bottom {
	width:900px;
	}

#front-list {
	width:610px;
	background:#ffffff;
	padding:2px 10px 2px 10px;
	font-size:1.1em;
	line-height:1.75em;
	float:left;
	}

#archive {
	padding-top:5px;
	font-size:1.0em;
	line-height:1.75em;
	}

#front-list blockquote {
	padding:0 5px 0 5px;
	}

#front-list .title, #archive .title {
	font:normal 1.5em Verdana;
	letter-spacing:-0.05em;
        }

#front-list .clearfloat, #archive .clearfloat {
	padding-bottom:1px;
	border-bottom:1px dotted #336666;
	margin-bottom:0;
	}

#front-list .spoiler, #archive .spoiler {
	display:block;
	margin-top:0;
	}

#front-list p, #archive p {
	margin:0;
	padding:0;
	}

.author {
	font-size:0.8em;
	font-weight:bold;
	}

.meta {
	font-size:0.8em;
	color:#003333;
	}

.meta a {
	color:#003333;
	}

#headline p, #featured p {
	margin:0;
	}


/* Content Page*/

#content {
	width:610px;
	background:#ffffff;
	padding:5px;
	font-size:1.1em;
	line-height:1.75em;
	float:left;
	min-height:400px;
	}

#content .breadcrumbs, #content .breadcrumbs a {
	font:Verdana;
	color:#003333;
	}

#content h2.title {
	font:1.8em Verdana;
	letter-spacing:-0.05em;
	border-bottom:1px solid #ffffff;
	border-top:2px solid #ffffff;
	padding:5px 0;
	}

.post {
	font-size:1.0em;
	line-height:1.75em;
	}

.post p {
	margin-top:0;
	}

.post .clearfloat {
	border-bottom:3px #ffffff;
	margin:2px 2px;
	}

.post ul, .post ol, #front-list ul, #front-list ol {
	margin-bottom:5px;
	}

.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 #ffffff;
	margin:2px 2px 2px 2px;
	padding:2px 2px 2px 2px;
	}

.post .ads {
	margin-top:10px;
	}

.entry {
	margin-top:10px;
	}

#stats {
	margin-top:0;
	padding:4px 0;
	text-transform:uppercase;
	font:0.8em Verdana;
	display:block;
	}

#stats span {
	padding:0 20px 0 0;
	}

#stats span a:hover {
	background:none;
	}

#stats span a {
	color:#003333;
	}

#stats img, #nav img {
	border:0;
	margin:0;
	padding:0;
	}

#tools {
	width:610px;
	height:25px;
	font-size:0.95em;
	}

#tools a:hover {
	background:none;
	}

.navigation {
	padding:5px 0;
	text-align:center;
	}

/* Tables */
.tariff_table {
	width:600px;
	float:center;
	margin:0;
	color:#003333;
        background-color:#ffffff;
	border:1px solid #66cc99;
	border-collapse:collapse;
        font-size:0.8em;
        font-weight:normal; 
	font-family:Verdana; 
	line-height:1.2em;
	}

.tariff_table tr {
	border:2px solid #66cc99;
	}

.tariff_table td {
	border:1px solid #66cc99;
	padding:2px;
	}

.tariff_table a {
	color:#336666;
        font-weight:solid;
	}

/* Sidebar */
#sidebar {
	width:250px;
	float:right;
	margin:2px 2px 2px 2px;
        text-align:left;
	}

#sidebar-left h3, #sidebar-right h3 {
	font:1.2em Verdana;
	background:#ffffff;
	color:#006666;
	text-align:center;
	margin:5px 1px 5px 1px;
	padding:3px 5px;
	}

#sidebar-top h3,  #sidebar-bottom h3 {
	font:1.2em Verdana;
	background:#ffffff;
	color:#006666;
	text-align:center;
	margin:5px 1px 5px 1px;
	padding:2px 2px;
	}

#sidebar-top, #sidebar-bottom {
	width:250px;
	float:right;
	padding:2px 5px 5px 5px;
	background:#ffffff;
	}

#sidebar-bottom, #sidebar-middle {
	margin-top:5px;
	background:#ffffff;
	}

#sidebar-bottom {
	font-size:1.0em;
	text-decoration:none;
        font-weight:normal
        }

#sidebar-middle {
	width:250px;
	float:right;
	background:#ffffff;
	}

#sidebar-left {
	width:122px;
	padding:1px 2px 1px 1px;
	float:left;
	background:#ffffff;
	}

#sidebar-right {
	width:122px;
	padding:1px 1px 1px 2px;
	float:right;
	background:#ffffff;
	}

#sidebar li {
	list-style:none;
	border-bottom:1px dotted #006666;
	display:block;
	padding:5px 5px 5px 5px;
	}

#sidebar li ul li:last-child{
	list-style:none;
	border-bottom:0px dotted #006666;
	display:block;
	padding:5px 5px 5px 5px;
	}

#sidebar-ads {
	width:240px;
	float:right;
	margin-bottom:5px;
	padding:10px;
	background:#ffffff;
	}


/* Form Elements */

select {
	border:1px solid #003333;
	width:100%;
	}
	
.field {
	padding:2px;
	border:1px solid #003333;
	background:#ffffff;
	font-size:0.8em;
	}

#s {
	padding:1px;
	font-size:0.8em;
	width:100px;
	}
	
#searchsubmit {
	padding-left:5px;
	}

#commentform input {
	width:100px;
	margin:5px 5px 1px 0;
	}

#commentform textarea {
	width:70%;
	margin-top:5px;
	}

.post_tags {
        background-color:#99cccc;
        }

/* Comments*/

.commentlist cite {
	font-style:normal;
	margin-bottom:4px;
	display:block;
	}	

.commentlist blockquote {
	background:#ffffff;
	}
			
.commentlist li {
	padding:10px 0 10px 0;
	list-style:none;
	margin-bottom:3px;
	}

.commentlist li li {
	background:none;
	border:none;
	list-style:square;
	margin:2px 0 2px 10px;
	padding:2px 0;
	}

.commenttext {
	padding:10px 10px 0 10px;
	background:#ffffff;
	border-top:1px solid #336666;
	border-bottom:1px solid #336666;
	width:400px;
	float:left;
	}
		
.commentlist cite strong {
	font-size:0.8em;
	}
	
li.my_comment {
	background:#ffffff;
	border:none;
	}

li.my_comment cite strong {
	font-size:0.8em;
	color:#003333;
	}
	
#commentform small {
	background:#ffffff;
	font-weight:bold;
	padding:0;
	}
	
.commentmetadata {
	color:#003333;
	display:block;
	margin-top:3px;
	text-align:left;
	font-size:0.9em;
	}

.commentmetadata a, .commentmetadata a:visited {
	color:#ffffff;
	}
	
.commentlist small {
	background:#ffffff;
	}

.avatar {
	border:1px solid #ffffff;
	margin:0 10px 0 0;
	float:left;
	padding:2px;
	width:55px;
	height:55px;
	}	

#comment {
	width:600px;
	background:#ffffff;
	}

/* Footer*/

#front-popular {
	font-size:0.7em;
	color:#ffffff;
	background:#006666 bottom no-repeat;
	margin:0 auto;
	padding:5px 5px 5px 5px;
        float:left;
	}

#recentpost, #mostcommented, #most_viewed {
	width:275px;
	float:left;
	padding:5px 5px 5px 5px;
	border:1px solid #ffffff;
	}

#recentpost h3, #mostcommented h3, #most_viewed h3, #recent_comments h3 {
        color:#ffffff;
	}

#mostcommented, #recent_comments, #recentpost {
	margin:0 5px 0 5px;
	}

#recent_comments {
	width:280px;
	float:right;
	padding:5px 5px 5px 5px;
	border:1px solid #ffffff;
	}

#recentpost a, #mostcommented a, #recent_comments a, #most_viewed a {
	color:#ffffff;
	}

#recentpost ul, #mostcommented ul, #recent_comments ul, #most_viewed ul {
	margin-top:5px;
	}

#recentpost ul li, #mostcommented ul li, #recent_comments ul li, #most_viewed ul li {
	list-style:none;
	border-top:1px dotted #ffffff;
	padding:5px;
	display:block;
	}

#recentpost ul li:hover, #mostcommented ul li:hover, #recent_comments ul li:hover, #most_viewed ul li:hover {
	background:#66cc99;
	color:#ffffff;
	}

#recentpost ul li:first-child, #mostcommented ul li:first-child, #recent_comments ul li:first-child, #most_viewed ul li:first-child {
	border-top:0px dotted #ffffff;
	}


#footer {
        float:center; 
        padding-left:10px 10px 10px 10px; 
	margin:0 auto;
        height:80px;
        clear:both; 
	font-size:0.9em;
        border-top: 1px solid; 
        border-color: #ffffff;
	}


/* Float Properties*/

.clearfloat:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}

.clearfloat {
	display:inline-block;
	}

.clearfloat:left {
	float:left;
	}

/* Hides from IE-mac \*/
* html .clearfloat {
	height:1%;
	}

*+html .clearfloat {
	height:1%;
	}

.clearfloat {
	display:block;
	}
