/* 
Theme Name: The Spectrum
Theme URI: http://www.thespectrum.org/
Version: 1.0
Author: Gisele Jaquenod
Author URI: http://www.giselejaquenod.com.ar/blog/
*/

body {
  background: #019EC3 url('images/bg.png') repeat;
  margin: 0px;
  padding: 0px;
  color: #333;
  font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}
a:link, a:visited {
  color: #c1272d;
  text-decoration:none;
}
a:hover {
  color: #ee161f;
  text-decoration: underline;
}
img {
  margin: 0px;
  padding: 0px;
  border: 0px;
}
a:img {
  margin: 0px;
  padding: 0px;
  border: 0px;
}
form {
  margin: 0;
  padding: 0;
}
ul, ol {
  margin: 5px 0px 15px 25px;
  padding: 0px;
}
ul li, ol li {
  margin: 5px 0px;
  padding: 0px;
}
blockquote {
  background: #fff5c9;
  padding: 2px 8px;
  margin: 4px 15px;
  border-left: 2px solid #ffd31a;
  border-right: 2px solid #ffd31a;
}

/* Layout */

#all {
  background: url('images/bg_top.png') repeat-x center top;
  width: 100%;
  margin: 0px;
  padding: 0px;
  float: left;
}
#wrapper {
  width: 980px;
  margin: 0 auto;
  padding: 0px;
}
#header {
  width: 980px;
  height: 330px;
  background: url('images/spec_header.png') no-repeat center top;
}
#header #topheader {
  height: 150px;
  margin: 0px;
  padding: 0px;
  border: 0px;
  width: 100%;
}
#header #logo {
  width: 100%;
  text-align: center;
  padding: 0px; 
  margin: 0px;
  clear: both;
}
#container { 
  width: 980px;
  padding: 0px 0px 20px 0px;
  margin: 0px;
  clear: both;
}

/* Main */

#content {
  float: left; 
  width: 550px;
  padding: 20px 0px 0px 0px;
  margin: 0px;
  background: #ffffff url('images/main_top.png') no-repeat center top;
}
h1 { 
  font-size: 28px; 
}
h2 {
  font-size: 24px; 
}
h3 {
  font-size: 18px; 
}
h4 {
  font-size: 16px; 
}
h5 {
  font-size: 14px; 
}
h6 {
  font-size: 16px; 
}
.post { 
  margin: 0px 0px 15px 0px;
  padding: 0px;
}
h2.post-title {
  font-family: Georgia;  
  font-size: 24px;
  letter-spacing: -1px;
  color: #603813;
  margin: 5px 0px;
  padding: 5px 25px;
  line-height: normal;
  font-weight: normal;
}
h2.post-title a {
  color: #603813;
}
#posttime { 
  color: #fff; 
  background: url('images/date_bg.png') no-repeat left top;
  width: 482px;
  height: 15px;
  padding: 13px 25px 15px 25px;
  font-size: 11px;
}
#posttime a { 
  color: #f4d86f;
}
.entry { 
  padding: 5px 25px;
  margin: 0px;
}
blockquote { 
  color: #603813;
  padding: 3px;
  margin: 5px 5px 5px 20px;
  background: #f5eee7;
}

/* Lists */

.post ul { 
  margin: 0px; 
  padding: 4px 0px 4px 15px; 
}
.post ul li { 
  margin: 1px 0px;
  padding: 0px 0px 0px 5px;
}
.post ol {
  margin: 0; 
  padding: 0 0 0 25px; 
}
.post ol li {
  margin: 1px 0;
  padding: 0; 
}
.entry img {
  border: 4px solid #e5f8f9;
  margin: 3px;
}
.entry h4 {
  margin: 2px 0px;
  font-family: Georgia;  
  letter-spacing: -1px;
  color: #603813;
  padding: 0px;
  line-height: normal;
}
#postmeta {
  clear: both;
  padding: 10px 25px;
  text-align: right;
  margin: 5px 0px;
  border-bottom: 1px dashed #f2f4ed;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 10px;
}
#postmeta span.comments {
  height: 25px;
  background: url(images/comments.png) no-repeat left;
  margin: 0px;
  padding: 0px 0px 0px 27px;
}
#postmeta span.comments a { 
  padding: 0px; 
}

/* Navigation */

#navigation {
  clear: both;
  text-align: center;
  font-family: Georgia;  
  font-size: 11px;
  letter-spacing: 1px;
  color: #ffd31a;
  margin: 5px 0px;
  padding: 8px;
  font-weight: normal;
  background: #cc4012;
}
#navigation a {
  color: #ffd31a;
}

/* Captions & aligment */

.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.wp-caption {
  text-align: center;
  margin: 3px;
}
.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  padding: 3px 0px;
  text-align: center;
  color: #707d77;
  margin: 0;
  font-family: Georgia;
}

/* Comments */

#comments-template { 
  padding: 10px 25px;
  margin: 0px;
  border-top: 1px dashed #f2f4ed;
}
#comments-template h3 { 
  font-family: Georgia;  
  font-size: 20px;
  letter-spacing: -1px;
  color: #a73723;
  margin: 5px 0px;
  padding: 5px 0px;
  line-height: normal;
  font-weight: normal;
  border-bottom: 1px solid #a73723;
}
#comments-template ol { 
  list-style-type: none; 
  margin: 0; 
  padding: 0; 
}
#comments-template ol li .thecomment { 
  margin: 2px 0px; 
  padding: 2px 6px; 
  background: #b0e5f3;
}
#comments-template ol li.alt .thecomment {
  background: #d4f1f8; 
}
#comments-template fieldset { 
  border: none; 
}
#comments-template legend { 
  border: none; 
}
#comments-template textarea { 
  padding: 5px;
  margin: 5px 0px; 
  border: 2px solid #d6d7d8; 
  background: #ecedee; 
  width: 450px;
}
#comments-template input { 
  margin: 2px;
  padding: 4px;
  border: 1px dotted #ffce00; 
  background: #aa4029;
  color: #ffce00;
  font-size: 10px;
}
#comments-template input.submitcomment, #comments-template input.resetcomment { 
  width: 100px; 
}
#comments-template .commentmetadata {
  font-family: Georgia;
  padding: 3px 0px;
}
#comments-template .commentmetadata strong {
  font-size: 15px;
  letter-spacing: -1px;
  color: #016285;
}
#comments-template .commentfooter {
  font-size: 10px;
  text-align: right;
}

/* Sidebars */

#sidebar {
  background: url('images/side1_bg.png') repeat-y center top;
  width: 215px;
  float: left;
  margin: 0px;
  padding: 0px;
  color: #f6f1ec;
  font-size: 11px;
}
#sidebar2 {
  background: url('images/side2_bg.png') repeat-y center top;
  width: 215px;
  float: right;
  margin: 0px;
  padding: 0px;
  color: #f6f1ec;
  font-size: 11px;
}
#sidebar-in {
  background: url('images/side1_top.png') no-repeat center top;
  margin: 0px;
  padding: 95px 15px 20px 30px;
}
#sidebar2-in {
  background: url('images/side2_top.png') no-repeat center top;
  margin: 0px;
  padding: 0px 30px 20px 15px;
}
#sidebar-bottom {
  width: 215px;
  height: 26px;
  margin: 0px;
  padding: 0px; 
  background: url('images/side1_bot.png') no-repeat center top;
}
#sidebar2-bottom {
  width: 215px;
  height: 26px;
  margin: 0px;
  padding: 0px;
  background: url('images/side2_bot.png') no-repeat center top;
}  
#sidebar2 #rss {
  padding: 52px 0px 54px 0px;
}
#sidebar a, #sidebar2 a {
  color: #f4d86f;
}
#sidebar h2, #sidebar2 h2 {
  margin: 5px 0px;
  padding: 3px;
  font-size: 11px;
  letter-spacing: 1px;
  text-align: center;
  background: #754b23;
  color: #f4d86f;
  text-transform: uppercase;
}
#sidebar ul, #sidebar2 ul { 
  list-style-type: none;
  margin: 5px 0;
  padding: 0;
}
#sidebar ul li, #sidebar2 ul li {
  padding: 2px 0px;
  margin: 0px;
  border-bottom: 1px solid #6e431c;
}
#sidebar ul li ul { 
  margin: 0; 
  padding: 0; 
  border: none; 
}
#sidebar ul li ul li a, #sidebar2 ul li ul li a { 
  text-indent: 20px; 
}
#sidebar ul li ul li a:hover, #sidebar2 ul li ul li a:hover { 
  text-indent: 25px; 
}

/* Sidebar Pages Menu */

#menu {
  width: 169px;
  clear: both;
  background: url('images/notes_bg.png') repeat-y;
  margin: 0px;
  padding: 0px;
  color: #333;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: bold;
  text-align: center;
}
#menu a {
  color: #603813;
}
#menu_top {
  background: url('images/notes_top.png') no-repeat;
  width: 169px;
  height: 44px;
  margin: 0px;
  padding: 0px;
}
#menu_bot {
  background: url('images/notes_bot.png') no-repeat;
  width: 169px;
  height: 33px;
  margin: 0px;
  padding: 0px;
}
#menu ul {
  padding: 0px 8px 12px 8px;
  margin: 0px;
  list-style: none;
}
#menu ul li {
  padding: 3px;
  margin: 0px;
  border: 0px;
  border-bottom: 1px solid #d7e0e0;
}

/* Footer */

#footer {
  margin: 0px;
  padding: 0px;
  background: url('images/footer_bg.png') no-repeat center bottom;
  height: 54px;
  font-weight: bold;
}	
#footer #left {
  text-align: left;
  padding: 10px 25px 10px 25px;
  margin: 0px;
  float: left;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 10px;
}
#footer p { 
  margin: 0px;
  padding: 0px 0px 8px 0px;
}
#footer #top {
  float: right;
  margin: 0px;
  padding: 0px;
  width: 87px;
  height: 54px;
}

/* Search */

#search {
  width: 195px;
  height: 25px;
  overflow: hidden;
  float: right;
  background:url(images/search.png) no-repeat;
  margin: 15px 0px 0px 0px;
  padding: 5px 5px 5px 15px;
  clear: both;
}
#search form {
  padding:0;
  margin:0;
}
#search .txtField {
  margin: 0px;
  padding: 5px 0px 0px;
  height: 20px;
  width: 140px;
  color: #fff;
  background: transparent;
  font-size: 13px;
  border-style:none;
}
#search .btnSearch {
  width: 50px;
  margin: 0px;
  height: 28px;
  border-style:none;
  float:right;
  background:transparent;
  cursor: pointer;
}