/*  
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-size: 100%;
	background: #292929;
	color: #333;
	line-height: 18px;
	font-family: "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif;
	}

p {	
	margin: 15px 0;
	}

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

a:hover, a:active {
	color: #259A8B;
	text-decoration:underline;
	}
	
a:active, a:focus {
    outline: 0
    }	

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;
	margin:11px auto 0 auto;
	padding:0px;
	font-size:0.7em;
	}


#page {
	width:940px;
	margin:15px auto 0px auto;
	padding:10px;
	background:#ececec;
	font-size:0.7em;
	}
	
	/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img.titlepic {
	margin: 5px 15px 0 0 !important;
	border:1px solid #ccc !important;
}	

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

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

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

.alignright, .right {
	float: right;
	}

.alignleft, left {
	float: left;
	}
/* End Images */

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 4px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* Navigation Bar*/
#navbar {
	margin:0 auto;
	margin-top:15px;
	padding:0px 10px;
	text-transform:uppercase;
	background:#2c2c2c url(images/navbar.png);
	}

#page-bar {
	width:722px;
	}

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

#page-bar li {
	float:left;
	list-style:none;
	cursor: pointer;
	display:block;
	border-right:1px solid #333;
	}

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


#page-bar a, #page-bar a:visited {
	margin: 0px;
	padding:10px 16px;
	font-weight:bold;
	color:#FFF;
	display:block;
	}

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

#searchform {
	width:194px;
	float:right;
	text-align:right;
	padding-top:8px;
	margin-right:10px;
	}

/* Dropdown Menus */		
#page-bar li {
	float: left;
	margin: 0px;
	padding: 0px;
	}
	
#page-bar li li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 122px;
	text-transform:none;
	}
	
#page-bar li li a, #page-bar li li a:link, #page-bar li li a:visited {
	background: #2B2B2B;
	width: 122px;
	float: none;
	margin: 0px;
	padding: 5px 10px 5px 18px;
	border-top: 1px solid #C0C0C0;
	}
	
#page-bar li li a:hover, #page-bar li li a:active {
	background: #666666;
	padding: 5px 10px 5px 18px;
	}

#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:3.5em Arial;
	font-weight:bold;
	letter-spacing:-0.08em;
	}

h2 {
	font: 2.3em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

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

h4 {
	font:1.0em Arial;
	}

h3.cat_title, h3.cat_title a {
	color:#333;
	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 {
	width:350px;
	}

#tagline {
	margin-top:5px;
	font-size:1em;
	color:#333;
	}

#top {
	padding:0;
	}

#headline {
	width:570px;
	float:left;
	background:#fff;
	padding:20px;
	font-size:12px;
	margin:0;
	}

#headline .title {
	display:block;
	margin-bottom: 10px;
	font-size:  25px;
	letter-spacing: -0.2px;
}

#headline div.meta {
	display:block;
	margin-bottom:10px;
	}

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

#featured {
	width:300px;
	background:#fff;
	float:right;
	padding:10px 10px 9px 10px;
	}

#featured .clearfloat {
	margin-top:7px;
	margin-bottom:8px;
	}

#featured .info {
	margin-top:5px;
	padding-top:5px;
	float:right;
	width:180px;
	}

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

#headline a img, #featured a img {
	border:1px solid #ccc;
	margin-right:10px;
	padding:2px;
	}


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

.category {
	width:164px;
	float:left;
	border-top:8px solid #333;
	margin:0px;
	padding:5px 10px 10px 10px;
	background:#fff;
	height: 175px;
	}

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

#cat-1 {border-top:8px solid #333333;}
#cat-2 {border-top:8px solid #259A8B;}
#cat-3 {border-top:8px solid #256E99;}
#cat-4 {border-top:8px solid #892599;}
#cat-5 {border-top:8px solid #99256E;}

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

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

.category a {
	color:#333;
	display:block;
	background:none;
	margin-bottom: 5px;
	}

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

#cat-1:hover {background:#333333; color:#fff; }
#cat-2:hover {background:#259A8B; color:#fff; }
#cat-3:hover {background:#256E99; color:#fff; }
#cat-4:hover {background:#892599;; color:#fff; }
#cat-5:hover {background:#99256E; color:#fff; }

#cat-1:hover a {background:#333333; color:#fff; }
#cat-2:hover a {background:#259A8B; color:#fff; }
#cat-3:hover a {background:#256E99; color:#fff; }
#cat-4:hover a {background:#892599; color:#fff; }
#cat-5:hover a {background:#99256E; color:#fff; }

h3.catt-1 {
	background:#333333 !important; color:#fff;
}

h3.catt-3 {
	background:#259A8B !important; color:#fff;
}

h3.catt-4 {
	background:#256E99 !important; color:#fff;
}

h3.catt-5 {
	background:#892599 !important; color:#fff;
}
h3.catt-6 {
	background:#99256E !important; color:#fff;
}

#bottom {
	width: 940px;
	}

#front-list {
	width:590px;
	background:#fff;
	padding:10px;
	font-size:1.05em;
	line-height:1.75em;
	float:left;
	}

#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: 2.0em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#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: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 {
	border-bottom:1px solid #ddd;
	border-top:3px solid #ddd;
	padding:5px 0px;
	color: #868686;
	font: 2.2em Tahoma, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

span.autor {
	padding: 3px 0pt; 
	border-bottom: 1px solid #ddd;
	width: 100%; 
	display: block; 
	margin-bottom: 5px; 
	color: #868686; 
	font-size: 11px;
}

.post {
	font-size:1.05em;
	line-height:1.75em;
	margin-bottom: 20px;
	}

.post p {
	margin: 0 0 15px 0;
	}

.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 {
	margin:5px;
	}

#front-list img, #archive img {
	border:1px solid #ccc;
	margin:3px 10px 5px 0;
	padding:2px;
	}

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

.entry {
	margin-top:10px;
	}

#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;
	}
	
.discuss-article {
	border: 1px solid #7f7f7f; 
	padding: 10px; 
	background: #929292 url(http://chamaeleons-online.com/wp-content/themes/v3/images/discuss_bg.gif) repeat-x;
}	

.discuss-article_icon {
	background: transparent url(http://chamaeleons-online.com/wp-content/themes/v3/images/discuss.png) no-repeat left center;
	padding: 10px 0;
}

.discuss-article h4 {
	color:#F7F7F7; 
	text-shadow: #292929 1px 1px; 
	margin: 0 0 5px 90px;
	font-size: 1.5em;
}

.discuss-article p {
	padding-left: 90px;
	font-size: 1.1em;
	margin-bottom: 0;
}

.discuss-article p a {
	color: #3F3F3F;
}

/* 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:0px 0px 6px 0px;
	padding:3px 10px;
	}

.sidebar-item {
	width:300px;
	padding:10px;
	background:#fff;
	margin-bottom: 10px;
	}


#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;
	margin-bottom:10px;
	padding:10px;
	background:#fff;
	}

.galerievorschau ul {
	display: block;
	height: 100px;
}

.galerievorschau ul li {
	border: none !important;
	float: left;
	padding: 2px 3px 0 0 !important;
	background-image: none !important;
}

#topad {
	margin: 20px 15px 0 0;
}

.spoiler { 	
	padding: 10px;
	background:#fff;
	border-top:1px solid #ececec;
	margin-bottom:12px; 	
}

.spoiler img {
	border:1px solid #ccc;
	padding:2px;
	margin: 3px 10px 5px 0;
	}


.spoiler h3 {
	font-size:12px;
   	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-size:12px;
    font-weight:bold;
	margin-bottom:5px;
	}

.spoiler h4 a {
	color:#333333;
	}


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

h3#comments_title, h3#writeResponse {
	background:transparent url(images/bgResponse.gif) no-repeat;
	display:block;
	font-size:1.7em;
	font-weight:normal;
	height:64px !important;
	margin-bottom:10px;
	padding-left:30px;
	padding-top:20px;
}

h3#writeResponse {background:transparent url(images/bgWrite.gif) no-repeat; }

h3#comments_title span.responseArticleName, h3#writeResponse span.responseArticleName {
color:#898989;
display:block;
padding-top:5px;
}


.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 {
	margin:0px 10px 0px 0px;
	float:left;
	padding:2px;
	}	
	
.main_head_ava img.avatar {
	border:medium none;
	height:80px;
	padding:0;
	width:80px;
}
.main_head_info {
	float:left;
}
	

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

/* Footer*/

#front-popular {
	font-size:0.7em;
	color:#fff;
	margin: 0 auto;
	padding:10px;
	background: #292929;
	width: 940px;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	}

.widgetized-footer {
	width:290px;
	float:left;
	padding:10px;
}
	
.widgetized-footer a {
	color:#fff;
}

.widgetized-footer ul {
	margin-top:5px;
	}

.widgetized-footer ul li {
	list-style:none;
	border-top:1px solid #4D4D4D;
	padding:5px;
	display:block;
	font-size: 11px;
	line-height: 16px;
}

.widgetized-footer ul li span.post_time {
	color: #898989;
}

.widgetized-footer ul li:hover {
	background:#444;
	color:#fff;
}

.widgetized-footer ul li:first-child {
	border-top:0px solid #fff;
	}

#quicklinks {
	padding: 20px;
	background: #FFF;
	width: 920px;
	margin: 10px auto;
}

#downstairs {
	background: #292929 url(images/trees.png) repeat-x scroll center top;
	padding-top: 65px;
}

#footer {
	background: #222222 url(images/bottom_bg.gif) repeat-x 0 top;
	padding-top:10px;
	padding-bottom:10px;
}

#footer p {
	margin: 10px auto;
	width: 940px;
	font-size: 0.6em;
	text-align: center;
	color: #555;
}

/*** ines ***/	
	
.tborder {
	background-color:#FFFFFF;
	border:1px solid #FFFFFF;
	padding:1px;
}	
	
#forum_header h1 {
	text-indent: -5000px;
	height: 0%;
}

/****** Tierarztliste  ******/

#post_72 ul li {
	border-bottom: 1px solid #eee;
	margin-bottom: 5px;
	padding-bottom: 10px;
}

#post_72 ul li span {
	font-size: 11px;
	line-height: 16px;
}
/****** buttons *********/

.sendbutton {
	width: 100px !important;
	margin-bottom: 10px !important;
}

.more-link {

}

.rm-button, .rm-button:visited, .sendbutton, .sendbutton:visited {
	background: #222 url(images/alert-overlay.png) repeat-x; 
	display: inline-block; 
	padding: 5px 10px 6px; 
	color: #fff; 
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	margin-top: 10px;
}

.rm-button:hover, .sendbutton:hover { 
	background-color: #111; 
	color: #fff;
	text-decoration: underline;
}
.rm-button:active, .sendbutton:active { top: 1px; }

.small.rm-button, .small.rm-button:visited { 
	font-size: 11px; 
	padding: 4px 5px !important; 
}
.rm-button, .rm-button:visited,
.medium.rm-button, .medium.rm-button:visited, .sendbutton, .sendbutton:visited { 
	font-size: 13px; 
	font-weight: bold; 
	line-height: 1; 
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	color: #fff !important; 
}
.large.rm-button, .large.rm-button:visited { 
	font-size: 14px; 
	padding: 8px 14px 9px; 
}

.tuerkis.rm-button,	.tuerkis.rm-button:visited { background-color: #259A8B;	}
.tuerkis.rm-button:hover { background-color: #218B7C;	}
.green.rm-button, .green.rm-button:visited		{ background-color: #91bd09; }
.green.rm-button:hover						{ background-color: #749a02; }
.blue.rm-button, .blue.rm-button:visited		{ background-color: #2daebf; }
.blue.rm-button:hover							{ background-color: #007d9a; }
.red.rm-button, .red.rm-button:visited			{ background-color: #e33100; }
.red.rm-button:hover							{ background-color: #872300; }
.magenta.rm-button, .magenta.rm-button:visited		{ background-color: #a9014b; }
.magenta.rm-button:hover							{ background-color: #630030; }
.orange.rm-button, .orange.rm-button:visited		{ background-color: #ff5c00; }
.orange.rm-button:hover							{ background-color: #d45500; }
.yellow.rm-button, .yellow.rm-button:visited		{ background-color: #ffb515; }
.yellow.rm-button:hover							{ background-color: #fc9200; }


/****** Coppermine Gallerie Feed ******/

.cpm .highlightit img {
	filter:alpha(opacity=50); /* IE */
	-moz-opacity: 0.50; /* Gecko */
	opacity: 0.50; /* Opera */	
	border: 1px solid #666666;
}

.highlightit img:hover {
	filter:alpha(opacity=90); /* IE */
	-moz-opacity: 0.90; /* Gecko */
	opacity: 0.90; /* Opera */
}

/*********** messages *********/

span.attention, span.notice, span.alert, span.download, span.approved, span.media, span.note, span.cart, span.camera, span.doc {
display:block;
margin:15px 0;
padding:8px 10px 8px 36px;
font-size: 11px;
}
span.attention {background:#FFF3A3 url(images/attention.png) no-repeat scroll 10px 50%;border:1px solid #E7BD72;color:#B79000;}
span.notice {color: #648434;border: 1px solid #9BCC54;background: #CDEFA6 url(images/notice.png) 10px 50% no-repeat;}
span.alert {color: #CF3738;border: 1px solid #FFACAD;background: #FFD5D5 url(images/alert.png) 10px 50% no-repeat;}
span.download {color: #1C6B8B;border: 1px solid #6ABCE2;background: #A8CDE3 url(images/download.png) 10px 50% no-repeat;}
span.approved {color: #666;border: 1px solid #a8a8a8;background: #ccc url(images/approved.png) 10px 50% no-repeat;}
span.media {color: #C76E34;border: 1px solid #FFBB65;background: #FFE0B6 url(images/media.png) 10px 50% no-repeat;}
span.note {color: #B79000;border: 1px solid #E7BD72;background: #FFF3A3 url(images/note.png) 10px 50% no-repeat;}
span.cart {color: #666;border: 1px solid #C5C5C5;background: #E6E6E6 url(images/cart.png) 10px 50% no-repeat;}
span.camera {color: #666;border: 1px solid #C5C5C5;background: #E6E6E6 url(images/camera.png) 10px 50% no-repeat;}
span.doc {color: #C76E34;border: 1px solid #FFBB65;background: #FFE0B6 url(images/doc.png) 10px 50% no-repeat;}

/****** cform overrides ********/

.linklove {
	display: none;
}

/* Float Properties*/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
