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

body {        
	font: 100% Arial, Helvetica;
	background: #666;
        color: #333;
	}

p {	
	margin: 15px 0;
	}

a:link, a:visited {

	text-decoration:none

	}

a:hover, a:active {

	text-decoration:none

	
	}

a img {
	border:0;
	}

code {
	font: 1.0em 'Courier New', Courier, Fixed;
	background:#eeeeee url(images/diag_stripe.gif);
	}	

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


#page {
	width:940px;
	margin:0px auto;
	padding:10px;
        background:#eeeeee url(images/diag_stripe.gif);
	font-size:0.7em;
	}

.left, .alignleft {
	float:left;
	}

.right, .alignright {
	float:right;
	}





/* Navigation Bar*/
#navbar {
	margin:0 auto;
	margin-top:15px;
	padding:0px 10px;
	text-transform:uppercase;
	background:#0066ff url(images/navbarblau3.png);
		text-color: #0066ff;
	text-decoration:none;


}

#page-bar {
	width:722px;
	
margin:0;
padding:0;
		text-color: #0066ff;
	text-decoration:none;

}



#page-bar ul {
	list-style: none;
			text-color: #0066ff;
	text-decoration:none;

}


#page-bar li {
	float:left;
	list-style:none;
	cursor: pointer;
	display:block;
	border-right:0px solid #333;
			text-color: #0066ff;
	text-decoration:none;

}

#page-bar li:hover {
	background: #333333;
	
		text-color: #0066ff;
	text-decoration:none;
}



#page-bar a, #page-bar a:visited {
font: 100% Arial, Helvetica;

	margin: 0px;
	padding:10px 16px;
	font-weight:bold;
	color:#fff;
	display:block;
	font-size:0.8em;
	

}


#page-bar a:hover {

	display:block;
			text-color: #0066ff;
	text-decoration:none;

}



#searchform {


	text-align:right;
	padding-top:8px;
	margin-right:2px;

}










/* Form Elements */

select {
	border:1px solid #333;
	width:100%
	margin:0;
padding:0;

}

	
.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: 570px;
	margin-top:5px;
	

}




/
/* Footer*/

#front-popular {
	font-size:0.7em;
	color:#fff;
	width: 940px;
	background:#666666 url(images/bottombarblau2.png) bottom no-repeat;
	margin: 0 auto;
	padding:10px;
	

}


#recentpost, #mostcommented {
	width:280px;
	float:left;
	padding:10px;
	border:1px solid #fff;
	

}


#mostcommented {
	margin-left:17px;

}


#recent_comments {
	width:280px;
	float:right;
	padding:10px;
	border:1px solid #fff;

}


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

}


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

}


#recentpost ul li, #mostcommented ul li, #recent_comments ul li {
	list-style:none;
	border-top:1px dotted #fff;
	padding:5px;
	display:block;
	

}


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

}


#recentpost ul li:first-child, #mostcommented ul li:first-child, #recent_comments ul li:first-child {
	border-top:0px dotted #fff;
	

}



#footer {
	margin: 0 auto;
	width: 960px;
	font-size:0.6em;
	padding-top:10px;
	padding-bottom:10px;
	

}



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

