/*  
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-family: Arial, Helvetica, sans-serif;
	background: url(images/bg_body.jpg);
	color: #000000;
	font-size: 0.7em;
	font-weight: bold;
}

a img {
	border: 0 none;
	padding: 0;
}	

/* Structure -------------------------------------------------------------------------------------------------------------------- */

#head {
	width:100%;
	margin: 200px auto 0px;
	padding:0px 0 0 0;
	background: #2895F2 url(images/portada_head.jpg) no-repeat left;
}

#page {
	width:1055px;
	margin:0 auto;
}

/* Navigation Bar -------------------------------------------------------------------------------------------------------------------- */

#navbar {
	margin:0 auto;
	margin-top:0px;
	padding:90px 0px 0;
	text-transform:uppercase;
	float: right;
}

#page-bar {
	float: none;	
}

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

#page-bar li {
	display: inline;
	list-style: none;
}

#page-bar a {
	color: #FFF;
	text-decoration: none;
}

#page-bar a:hover {
	color: #FFF;
	text-decoration: underline;
}

li.eina1 {
	padding: 90px 50px 11px;
	background: #5191cd url(images/eina1.jpg) no-repeat;
}

li.eina2 {
	padding: 90px 50px 11px;
	background: #5191cd url(images/eina2.jpg) no-repeat;
}

li.eina3 {
	padding: 90px 50px 11px;
	background: #5191cd url(images/eina3.jpg) no-repeat;
}

/* Index Page -------------------------------------------------------------------------------------------------------------------- */

#logo {
	width:200px;
	float: left;
}

#logo a:link, #logo a:visited  {
	padding: 0px;
}

#logo a:hover, #logo a:active  {
	padding: 0px;
}

/* Idiomas -------------------------------------------------------------------------------------------------------------------- */

#idiomas {
	margin: 0 auto;
	width:770px;
	height:100px;
	padding:50px 0 0 0;
}

#idiomas li {
	list-style: none;
	display: inline-block;
	padding: 0px 0px 30px 75px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}

#idiomas li a {
	text-decoration: none;
	color: #003366;
}

#idiomas li a:hover {
	text-decoration: underline;
}


/* Float Properties -------------------------------------------------------------------------------------------------------------------- */

.clearfloat:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfloat {
	display: inline-block;
}