/* 
Theme Name: Territorio01
Description: Este es el c&oacute;digo para mi blog.
Author: Mortaned Anima-Draco
Author URI: http://www.elterritorio.org
Version: 1.0
Tags:  

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

*/

body {
	font-size: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #123456;
	background-image: url(images/Welsh.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-attachment: fixed;
	color: #BBBBBB;
	text-align: center;
	margin: 0;
        padding: 20px 0px 0px 0px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 0px 0px 0px;
	color: #D27305;	
	background-color: transparent;
	}

#commentform p {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin: 5px 0px 5px 0px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	border-color: #D27305;
	border-style: solid; 
	border-width: 1px;
	}

#commentform textarea {
	width: 100%;
	background-color: transparent;
	border-color: #D27305;
	border-style: solid;
	border-width: 1px;
	color: #BBBBBB;
	}

#content {
	font-size: 0.9em;
	background: transparent;
	}

#extra1{
	background: transparent url(images/Territoire.gif) top center no-repeat;
	position: absolute;
	left: 50px;
	top: 10px;
	height: 139px;
	width: 100px;
	}

#footer {
	width: 100%;
	clear: both;
	}

#footer p {
	text-align: center;
	font-size: 0.7em;
	}

#header {
	background: transparent;
	height: 135px;
	width: 100%;
	}

#header h1 {
	background: url(images/ban1.gif) no-repeat 50% 0px;
	text-align: center;
	height: 70px;
	}
	
#header h1 span {
	display: none;
	}

#page {
	text-align: justify;
	background: transparent;
	padding: 0px 20px 0px 200px;
	}

#searchform {
	margin: 10px auto;
	text-align: center;
	}

#sidebar {
	font-size: 0.8;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left: 580px;
	width: 200px;
	}

#sidebar h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.0em;
	}

#sidebar #searchform #s {
	width: 100px;
	background-color: transparent;
	color: #D27305;
	}

#sidebar #searchsubmit {
	background-color: transparent;
	color: #D27305;
	padding: 1px;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 10px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 10px 0px 8px 0px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 10px 0px 8px 0px;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 2px 0px 0px 0px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

#wp-calendar {
	empty-cells: hide;
	margin: 0px;
	width: 200px;
	}

#wp-calendar a {
	display: block;
	text-decoration: none;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	font-weight: bold;
	font-size: 1;
	font-family: Georgia, "Times New Roman", Times, serif;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	font-size: 9pt;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #000; 
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

.aligncenter, div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignleft {
        text-align: left;
        float: left;
}

.alignright {
        text-align: right;
        float: right;
}
	
.alt {
	background-color: #000;
	border-top: 1px dashed #555;
	border-bottom: 1px dashed #555;
	margin: 0px;
	padding: 0px;
	}
	
.center {
	text-align: center;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist li {
	margin-left: -40px;
	padding: 10px;
	list-style: none;
	font-weight: bold;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Verdana, Arial, Sans-Serif;
	}
	
.commentlist ol {
	padding: 0px;
	text-align: left;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	margin: 10px 5px;
	}

.commentmetadata {
	font-weight: normal;
	margin: 0;
	display: block;
	}

.description {
	background-color: #000000;
	color: #DDDDDD;
	text-align: center;
	}

.description span {
	font: italic 12pt georgia  ;
	font-weight: 200;
	letter-spacing: 2px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

.entry img, .entrytext img {
	margin: 7px;
	}
	
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.entry p a:visited {
	color: #D27305;
	}

.entry ul li:before, .entrytext ul li:before, #sidebar ul ul li:before, .pagepost ul li:before {
	content: "\00BB \0020";
	}

.gravatar img {
	float:right;
	margin-top:-15px;
}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 10px;
	margin: 0px 0 0;
	width: 520px;
	}

.narrowcolumn .postmetadata {
	text-align: left;
	padding-top: 5px;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
  text-align: justify;
  }

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.pagepost {
	margin: 0 0 40px;
	}
	
.post {
	margin: 0 0 40px;
	text-align: left;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
.widecolumn {
	line-height: 1.4em;
	padding: 10px 0 20px 0;
	margin: 5px 0 0 250px;
	width: 450px;
	}	

.widecolumn .entry p {
	font-size: 1.05em;
	}
	
.widecolumn .post {
	margin: 0;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
}

.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;
}

a, h2 a:hover, h3 a:hover {
        color: #D27305;
	text-decoration: none;
	}

a:hover {
	color: #707070;
	text-decoration: underline;
	}
	
a img {
	border: none;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

acronym, abbr, span.caps {
	cursor: help;
	font-size: 0.9em;
	letter-spacing: .07em;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 1px solid #333;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}
 
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

h1 {
	font-family: Garamond, Serif;
	font-weight: bold;
	font-size: 3.4em;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 12px;
	padding-top: 40px;
	margin: 0;
	}

h1, h1 a, h1 a:hover, h1 a:visited, .description {
	text-decoration: none;
	color: #D27305;
	}

h2 {
	font-size: 1.7em;
	margin: 30px 0 0;
	}

h2.pagetitle {
	font-size: 1.7em;
	margin: 0px;
	padding: 30px 0 0 0; 
	}
	
h2, h3 {
        font-family: Palatino Linotype, Serif;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #D27305;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

h3 {
	font-size: 1.4em;
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
	
hr {
	display: none;
	}
	
html>body .entry ul, .entrytext ul, .pagepost ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li, .entrytext li, .pagepost li {
	margin: 5px 0 5px 10px;
	}

input {
	padding: 2px;
	margin: 5px 5px 1px 0;
  color: #B0B0B0;	
  background-color: #333333;
  border: 1px ridge #ccc;	}	

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

select {
	width: 130px;
	}

small {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #666;
	}
	
strong {
	color: #E4D3A6;
       }


