/*  
Theme Name: Styled
Theme URI: http://alexsancho.name/archives/projects/styled/
Description: <p>Styled theme by <a href="http://alexsancho.name/">Alex Sancho</a>.</p><p>Configure from the <a href="themes.php?page=functions.php">Styled Control Panel</a>.</p>
Version: 1.3
Author: Alex Sancho
Author URI: http://alexsancho.name/

	Styled v1.3
	http://alexsancho.name/archives/projects/styled/

	This theme was designed and built by Alex Sancho,
	whose blog you will find at http://alexsancho.name/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

* {
    margin:0;
    padding:0;
    border:0;
}
body {
    color:#333;
    text-align:center;
    margin:0 0 20px 0;
    font:normal 62.5% 'Lucida Grande', Verdana, Arial, Sans-Serif;
    background:#FAFBFC url('images/main-bg.gif') top left repeat-x;
}
a {
    outline:none;
}
a:link, a:visited {
    color:#333;
    text-decoration:underline;
}
a img {
    border:none;
}
a:hover {
    color:#222833;
    text-decoration:none;
    background:transparent url('images/dots.gif') bottom left repeat-x;
}
h1 {
    font-size:2.4em;
    text-align:left;
    padding:9px 0 0 18px;
}
h1 a:link, h1 a:visited {
    color:#FAFBFC;
    text-decoration:none;
}
h1 a:hover {
    background:none;
    color:#CCC;
}
h1, h2, h3 {
    font-family:'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
    font-weight:bold;
}
h2, h2.pagetitle {
    font-size:1.6em;
    margin:30px 0 0;
}
h2.pagetitle {
    background:transparent url('images/page-title.gif') top left no-repeat;
    position:absolute;
    padding-top:10px;
    padding-left:15px;
    width:435px;
    height:55px;
    top:-37px;
    left:3px;
}
#sidebar h2 {
    color:#333;
    font:normal 1.6em/1em Arial, Helvetica, Sans-Serif;
    text-transform:lowercase;
    letter-spacing:-1px;
    word-spacing:0px;
    background:transparent url('images/side-title.gif') top left no-repeat;
    margin:5px 3px 0 -2px;
    padding:5px 0 5px 34px;
}
h3 {
    padding:0;
    margin:30px 0 0;
    font-size:1.3em;
}
h3.comments {
    padding:0;
    margin:40px auto 20px;
}
h3.aside-title {
    margin-top:10px;
}
small {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 0.9em;
    line-height: 1.5em;
}
small, .nocomments, .postmetadata, blockquote, strike {
    color:#777;
}
code {
    font:1.1em 'Courier New', Courier, Fixed;
}
acronym, abbr, span.caps {
    font-size:.9em;
    letter-spacing:.07em;
    cursor:help;
}
acronym, abbr {
    border-bottom: 1px dashed #999;
}
blockquote {
    margin:5px 0 5px 5px;
    border:1px solid #E6E6E6;
    padding:5px 10px;
    font-family:Arial;
    font-size:1em;
    line-height:18px;
    text-align:left;
    vertical-align:top;
}
blockquote cite {
    margin:5px 0 0;
    display:block;
}
hr {
    display:none;
}
p img {
    max-width:100%;
}
img.centered {
    display:block;
    margin:0 auto;
}
img.alignright {
    padding:4px;
    margin:0 0 2px 7px;
    display:inline;
}
img.alignleft {
    padding:4px;
    margin:0 7px 2px 0;
    display:inline;
}
.navigation {
    display:block;
    text-align:center;
    margin-top:10px;
    margin-bottom:40px;
    list-style-type:none;
}
.nocomments {
    text-align:center;
}
.more {
    padding:5px 0;
}
.more-replaced {
    float:right;
    width:48px;
    height:16px;
}
.edit-replaced {
    vertical-align:middle;
    width:32px;
    height:14px;
}
.alignright {
    float:right;
}
.alignleft {
    float:left
}
.center {
    text-align:center;
}
.replaced {
    position:absolute;
    text-indent:-9999em;
}
#page {
    margin:20px auto;
    width:786px;
    text-align: left;
    background:#FAFBFC url('images/content-bg.gif') top left repeat-y;
}
#header {
    position:relative;
    height:85px;
    width:786px;
    background:#222833 url('images/head-bg.gif') top left no-repeat;
}
#header #admin-login {
    list-style-type:none;
    position:absolute;
    top:8px;
    right:8px;
    color:#FAFBFC;
}
#header #admin-login .adminbtn .login-replaced {
    display:block;
    width:68px;
    height:21px;
}
#headerimg {
    height:85px;
    width:786px;
}
#headerimg .description {
    padding-left:9px;
    font-size:1.2em;
    text-align:left;
    color:#FAFBFC;
}
#content {
    position:relative;
    font-size:1.2em
}
#content .alt {
    padding:0 10px 10px 10px;
    background-color:#F8F8F8;
}
#sidebar {
    font:normal 1.2em/1.4em 'Lucida Grande', Verdana, Arial, Sans-Serif;
    padding:0 0 10px 0;
    margin-left:456px;
    width:330px;
}
#sidebar li {
    position:relative;
    list-style-type:none;
    list-style-image:none;
    margin-bottom:15px;
}
#sidebar p {
    margin:14px;
    padding:8px;
    color:#333;
}
#sidebar ul, #sidebar ol {
    margin:5px 0 0 10px;
}
#sidebar ul ul, #sidebar ol {
    margin:0 0 0 10px;
}
ol li, #sidebar ol li {
    list-style:decimal outside;
}
#sidebar ul li, #sidebar ol li {
    margin:3px 8px 0 0;
    padding:0;
}
#searchform, #newsletter_signup {
    margin:10px auto 35px auto;
    padding:4px 3px 6px 3px;
    text-align:center;
}
#searchform {
    background:transparent url('images/search-bg.gif') 50% 100% no-repeat;
}
#newsletter_signup {
    background:transparent url('images/suscription-bg.gif') 50% 100% no-repeat;
}
#searchform label, #newsletter_signup label {
    color:#DCDDDE;
}
#sidebar #searchform #s, #sidebar #newsletter_signup #input_email_address {
    width:200px;
    margin-top:4px;
    padding:2px;
    display:inline;
}
#sidebar #searchsubmit, #sidebar #button_email_address {
    display:inline;
    vertical-align:middle;
    padding:1px;
}
#footer {
    position:relative;
    width:786px;
    padding:10px 0;
    clear:both;
    background:#222833 url('images/footer-bg.gif') top left no-repeat;
}
#footer p {
    color:#FAFBFC;
    text-align:left;
    margin-left:35px;
}
#footer #copyright {
    position:absolute;
    right:10px;
    bottom:8px;
}
#footer a {
    text-decoration:none;
    color:#FAFBFC;
}
#growl {
    background:transparent url('images/growl.png') top left no-repeat;
    display:none;
    width:336px;
    height:154px;
    position:absolute;
}
#growlmsg {
    display:none;
    position:absolute;
    padding-top:50px;
    line-height:25px;
    width:336px;
    font-size:18px;
    color:#FFF;
    text-align:center;
    text-shadow:#111 0 1px 2px;
    z-index:1000;
}
#error, #alert {
    float:left;
    display:block;
    width:30px;
    height:30px;
    margin:0 0 15px 15px;
}
#error {
    background:transparent url('images/error.gif') top left no-repeat;
}
#alert {
    background:transparent url('images/warn.gif') top left no-repeat;
}
#loading {
    display:block;
    width:37px;
    height:37px;
    margin:auto;
    background:transparent url('images/load.gif') top left no-repeat;
}
#content #archives {
    margin-top:65px;
}
.meta-links {
    list-style-type:none;
}
.meta-links li {
    display:inline;
    margin-right:6px;
}
.meta-links li a {
    color:#CCC;
}
.meta-links li a:hover {
    color:#333;
}
#sub-content {
    width:750px;
    clear:both;
    position:relative;
    margin:15px auto 0 auto;
    padding:5px 15px;
    background:#EFF0F0 url('images/sub-bg.gif') top left no-repeat;
}
#sub-content a {
    text-decoration:none;
}
#sub-content a:hover, #footer a:hover {
    color:#000;
    background:none;
}
#sub-content h2 {
    top:-20px;
    left:37px;
    width:70%;
    padding:8px 0 2px 0;
    z-index:600;
    position:absolute;
    font:bold 1.6em/1em Arial, Helvetica, Sans-Serif;
    text-transform:lowercase;
    letter-spacing:-1px;
    word-spacing:0px;
}
#sub-content ul {
    width:90%;
    margin:50px auto 15px auto;
}
#sub-content * {
    list-style-type:none;
}
#sub-content li, #sub-content li ul li * {
    display:inline;
}
#sub-content li ul {
    margin:0 0 0 -10px;
    padding:4px 60px 4px 20px;
    background:transparent url('images/arrow.gif') 0 50% no-repeat;
}
#sub-content .navigation {
    float:left;
    margin-top:15px;
    z-index:1000;
}
#content .stasides {
    list-style-type:none;
    margin-top:10px;
    padding-top:5px;
    text-align:left;
    vertical-align:top;
    color:#666;
}
#content .stasides p {
    padding:6px;
}
#sidebar .stasides {
    margin-right:10px;
}
.stasides li, .stasides li.alt {
    display:block;
    padding:4px;
}
.stasides li.alt {
    border-top:1px dotted #EEE;
    border-bottom:1px dotted #EEE;
}
#sidebar .stasides li, #sidebar .stasides li.alt {
    position:relative;
    background:#F1F1F1;
    color:#333;
    border-top:1px dotted #CCC;
    border-bottom:1px dotted #CCC;
}
#sidebar .stasides li p {
    margin:4px !important;
}
#sidebar .stasides .comments-link {
    position:absolute;
    top:3px;
    right:5px;
    color:#777;
    font-size:1.2em;
    font-weight:bold;
    text-decoration:none;
}
#sidebar .stasides .comments-link:hover {
    background-image:none;
    color:#333;
}
.sb-block {
    margin-left:-2px;
    width:330px;
    background:transparent url('images/divider.gif') top left repeat-x;
}
.sb-block p {
    margin-bottom:8px !important;
}
.feedlink img {
    height:16px;
    width:16px;
    border:none;
    position:absolute;
    top:7px;
    right:8px;
}
.post {
    margin:0 0 12px;
    text-align:justify;
}
.entry p {
    margin:6px auto;
    padding:2px;
}
html>body .entry ul {
    margin-left:0;
    padding:0 0 0 30px;
    list-style:none;
    padding-left:10px;
    text-indent:-10px;
} 
html>body .entry li {
    margin:7px 0 8px 10px;
}
.entry ul li:before, #sidebar ul li:before {
    content:"\00BB \0020";
}
#sidebar ul#delicious-list li:before, #sidebar ul.piclist li:before {
    content:"";
}
.entry ol {
    padding-left:35px;
}
.maincolumn {
    float:left;
    padding:0 0 20px 12px;
    width:430px;
}
.maincolumn .entry {
    line-height:1.4em;
}
.maincolumn .postmetadata {
    background:transparent url('images/hr.gif') bottom left no-repeat;
    text-align:center;
    padding-top:5px;
    padding-bottom:10px;
    clear:left;
}
.postmetadata ul, .postmetadata li {
    display:inline;
    list-style-type:none;
    list-style-image:none;
}
#commentlist {
    text-align:justify;
    list-style-type:none;
}
#commentlist li {
    margin:15px 0;
    padding:5px 10px 3px;
    font-weight:bold;
    overflow:hidden;
    border-top:1px solid #EEE;
    border-bottom:1px solid #EEE;
    background:#F1F1F1;
}
#commentlist li.alt {
    border:none;
    background:#EAF6FC;
}
#commentlist .commentNumber {
    display:block;
    color:#FAFBFC;
    font-size:2em;
    float:right;
    padding:5px 8px;
    margin:15px 5px 5px 10px;
    background:#DDD;
}
#commentlist .commentDate {
    text-align:right;
}
#commentlist #nocomment, #delicious-list #delicious-blank {
    text-align:center;
    margin:30px 0 20px;
    color:#DDD;
    background:none;
    border:0;
    font-size:2em;
    letter-spacing:-2px;
}
#delicious-list #delicious-blank {
    color:#FFF;
}
.piclist li {
    display:inline;
    list-style-type:none;
}
.piclist a {
    width:87px;
    height:87px;
}
.piclist a:hover {
    background-image:none;
}
.piclist img {
    margin:4px;
    padding:4px;
    border:2px solid #CCC;
    background-color:#FFF;
}
.piclist img:hover {
    margin:4px;
    padding:4px;
    border:2px solid #333;
    background-color:#CCC;
}
#commentlist p {
    margin:10px 5px 10px 0;
    font-weight:normal;
    line-height:1.5em;
    text-transform:none;
}
#commentlist li, #commentform input, #commentform textarea {
    font:.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
#commentlist cite, #commentlist cite a {
    font-weight:bold;
    font-style:normal;
    font-size:1.1em;
}
#commentform p {
    font-family:'Lucida Grande', Verdana, Arial, Sans-Serif;
}
input[type="text"], textarea {
    background-color:#F7F5F0;
}
input[type="text"]:focus, textarea:focus {
    background-color:#FFE;
}
#commentform input {
    width:200px;
    padding:2px;
    margin:5px 5px 1px 0;
    border:1px solid #F0E3C7;
}
#commentform textarea {
    width:100%;
    padding:2px;
    border:1px solid #F0E3C7;
}
#commentform #submit {
    float:right;
}
#commentform p {
    margin:5px 0;
}

