/* Begin Structure */


body 
{
	color: #333333;
	background: url(images/mapamundi.gif) no-repeat center top;
}


div.description
{
	color: #406f7e;
}

#menu li a
{
	color: #333333;
}

.entry p 
{
	color: #333333;
}


#footer 
{
	border: none;
	background: #707070;
	color: #ffffff;
	font-weight: bold;
	font-size: 13px;
}

/* End Structure */


/* Begin Sidebar */

#left
{
	color: #333333;
}

#left h2 
{
	font-family: 'Century Gothic';
	background: transparent;
	color: #dc6200;
	font-weight: bold;
	margin: 0px;
}
	
#left a, #left a:link, #left a:visited
{
	color: #333333;
	font-weight: normal;
	text-decoration: none;

}

#left ul li
{
	list-style-type: none;
	color: #000000;
	font-size: 12px;
	background: url(images/bullet-arrow.gif) no-repeat 0px 7px;
}

#right
{
	color: #333333;
}

#right h2 
{
	font-family: 'Century Gothic';
	background: transparent;
	color: #dc6200;
	font-weight: bold;
	margin: 0px;
}
	
#right a, #right a:link, #right a:visited
{
	color: #333333;
	font-weight: normal;
	text-decoration: none;
}

#right ul li
{
	list-style-type: none;
	color: #000000;
	font-size: 12px;
	background: url(images/bullet-arrow.gif) no-repeat 0px 7px;
}


/* End Sidebar */

/*	Begin Headers */

h1 
{
	color: #6ca5b0;
	border: 0px dashed;
}


div.blogname h1 a, div.blogname h1 a:link, div.blogname h1 a:visited
{
	color: #ffffff;
	border: 0px dashed;
}	

h2, h2 a, h2 a:link, h2 a:visited 
{
	color: #0e9abd;
	text-decoration: none;
}

h2 a:hover, h3 a:hover
{
	color: #195ca6;
	border: 0px dashed;
}

h3, h3 a, h3 a:visited 
{
	color: #dc6200;
}
 
h3#respond
{
 	color: #dc6200;
 	border: none;
}

/* End Headers */


/* Begin Form Elements */

#searchform #s 
{
	width: 200px;
	border: 1px solid #c0c0c0;
	height: 16px;
}

input.submitImage
{
	position: relative;
	top: 6px;
}

/* End Form Elements */



/* Begin Comments*/

div.commentsForm
{
	float: left;
	width: 100%;
	background: #ffffff;
	text-align: left;
	margin-bottom: 10px;
}

.commentlist li .avatar 
{ 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}

#commentform input 
{
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	border: 1px solid #d0d0d0;
	background: #f0f0f0;
}

#commentform textarea
{
	width: 80%;
	overflow: auto;
	padding: 2px;
	border: 1px solid #d0d0d0;
	background: #f0f0f0;
}

#commentform #submit
{
	margin: 0;
	float: left;
	background: #ffffff;
	border: none;
	width: 80px;
	font-weight: bold;
	color: #333333;
}

#commentform label
{
	color: #303030;
	font-family: Century Gothic;
}

.nocomments 
{
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata 
{
	margin: 0;
	display: block;
}
/* End Comments */


/* Begin Various Tags & Classes */

a, a:link, a:visited
{
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

a:hover 
{
	border-bottom: 1px dashed;
}

.post .entry a, .post .entry a:link, .post .entry a:visited
{
	text-decoration: none;
	border-bottom: 1px dashed #000000;
}

p.postmetadata a, p.postmetadata a:link, p.postmetadata a:visited 
{
	text-decoration: none;
}

div.blogname a:hover
{
	border: 0px dashed;
}

div.date
{
	text-align: left;
	font-size: 11px;
	color: #666666;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	margin-top: -15px;
}


/* End Various Tags & Classes*/


