/*
Theme Name: Amistad
Description: A simple theme with lots of pretty colors, a big RSS button, a footer as fat as you want it, and big types.
Version: 1
Author: Diana Lopez
Author URI: http://diaua.com/
Tags: blue, green, yellow, typography, simple, minimalistic, footer, fluid, clean
*/

/* The Big Fat Divs */

body {
background:#fff;
border-left:5em solid #77DBEF;
border-right:5em solid #77DBEF;
color:#2f2f2f;
font:1em verdana;
margin:0;
}

#borderleft {
background:url(images/borderleft.gif) left repeat-y;
}

#borderright {
background:url(images/borderright.gif) right repeat-y;
}

#container {
background:#fff;
margin:0 3em;
max-width:1200px;
min-width:800px;
padding:1em;
text-align:left;
}

#header {
float:left;
margin-right:5em;
width:50%;
}

#rss {
float:right;
width:40%;
}

#credits {
clear:both;
color:#888;
font:italic 400 0.9em georgia;
text-align:center;
padding:1em;
}

/* End: The Big Fat Divs */

/* The Headers */

h1 {
font:700 2em arial;
letter-spacing:-0.08em;
margin:0;
}

h2 {
font:400 1em georgia;
margin:0;
}

h3 {
clear:both;
font:700 italic 3em georgia;
letter-spacing:-0.05em;
margin:1em 0 0;
}

h1 a,h3 a {
color:#333;
text-decoration:none;
}

h3 span {
background:#EDEF3B;
font:0.65em georgia;
}

h3 p {
color:#888;
font:0.5em arial;
margin:0;
}

h4 {
clear:both;
font:700 1.5em arial;
letter-spacing:-0.08em;
margin:1em 0 0.5em;
}

h5 {
border-bottom:1px solid #ccc;
font:400 1em georgia;
margin:8px 0;
padding:3px;
}

/* End: The Headers */

/* The Top Navigation */

#pages {
font:0.9em verdana;
height:1.5em;
list-style:none;
margin:0;
padding:1em 0;
}

#pages li {
float:left;
}

#pages li a {
background:#C1DF45;
color:#333;
display:block;
margin:0 3px;
padding:0.5em;
text-decoration:none;
}

#pages li a:hover {
background:#EDEF3B;
}

/* End: The Top Navigation */

/* The Post Paragpraphs */

p {
font:0.75em verdana;
line-height:1.75em;
}

p a {
background:#00C7EF;
color:#fff;
font-weight:700;
padding:3px;
text-decoration:none;
}

cite a, small a {
background:#00C7EF;
color:#fff;
font:700 1em verdana;
padding:3px;
}

a {
color:#333;
}

/* End: The Post Paragpraphs */

/* Footer Stuff */

#footer div {
float:left;
margin:0 0.5em 1em 0;
padding:0 0.5em 0 0;
width:31%;
}

#footer div ul {
list-style:url(images/bullet.gif);
}

#footer div ul a,#footer div ol a {
border-bottom:1px solid #888;
color:#333;
text-decoration:none;
}

#credits a {
color:#888;
text-decoration:none;
}

/* End: Footer Stuff */

/* Forms */

input, textarea {
background:#fff;
font-family:verdana;
border:1px solid #888;
color:#222;
margin:3px 3px 3px 0;
padding:3px;
}

/* End: Forms */

/* Images */
img {
border:0;
}

.alignright {
float:right;
}

.alignleft {
float:left;
}

.aligncenter {
display:block;
margin-left:auto;
margin-right: auto;
}