/*  
Theme Name: amazada.com
Theme URI: http://amazada.com/
Description: Custom theme for amazada.com.
Version: 1.0
Author: Markku Seguerra
Author URI: http://rebelpixel.com/
*/

/*! reset */

body,
h1,h2,h3,h4,
#page,
#sidebar,
ol,
ul,
.post,
#content {
    padding:0;
    margin:0;
}
/*! standard */
h2 { font-size:18px; }
h3 { font-size:14px; }

h1.h2,h3,h4 { margin-bottom:1em;font-family:georgia,sans-serif; }

.post .entry-meta,.comment-author,.comment-meta { font-size:12px;color:#999; }
.post .entry-meta,.comment-meta { text-transform:lowercase;font-style:italic; }
.meta-sep { margin:0 3px; color:transparent; font-size:1px; }


p { margin:1em 0 1em; }

strong,b { font-weight:bold; }
em,i { font-style:italic; }


#content h3 span { font-weight:normal; }


h1 { /* hide */
    text-indent:-10000em;
    overflow:hidden;
}


a:link { color:#999; }
a:visited { color:#888; }
.post .entry-meta a,.comment-author a,.comment-meta a { color:#ccc; }
.post h2 a,.post h2 a:link,.post h2 a:visited { color:#fff;text-decoration:none; }
#sidebar li a,#sidebar li a:link,#sidebar li a:visited { color:#fff;text-decoration:none; }

/*! layout */
body {
    background:#666 url(images/bgnd.png) 0 0 repeat-y;
    font-family:cambria,georgia,"book antiqua",palatino,"palatino linotype","times new roman",times,serif;
    color:#bbb;
    font-size:14px;
    line-height:1.5;
}


#page {
    margin-left:120px;
    width:770px;
    background:transparent url(images/header.jpg) top left repeat-x;
    padding:300px 0 200px;
}


#sidebar {
    /* border:1px solid #0f0;
    width:228px; */
    width:210px;
    float:left;
    padding:0 20px;
    background:transparent;
}


#content {
    /* border:1px solid #0f0;
    width:478px; */
    width:480px;
    float:left;
    padding:0 20px;
    background:transparent;
}


.pageid-12 #content li { /* .pageid-12 == press  */
    margin-bottom:2em;
}

#content h2 {
    font-weight:bold;
    letter-spacing:-1px;
}
#content h2 span { font-weight:normal; }


#content blockquote {
    padding:5px 10px;
    margin:5px;
    background:#777;
}
#content ol,#content ul {
    margin-left:20px;
    margin-bottom:1em;
}
#content ol {
    list-style-type: decimal;
    margin-bottom:3em;
}

#content li {
    padding:0;
    margin-left:0;
    margin-bottom:1em;
}




/*! sidebar */

#sidebar ul li {
    list-style-type:none;
    text-align:right;
    margin-bottom:0.5em;
}


#sidebar #nav li a { 
    font-size:14px;
    letter-spacing:2px;
    font-variant:small-caps;
}
#sidebar ul li a:hover { color:#ccc;text-decoration:underline; }
#sidebar h2 {
    margin-top:4em;
    text-transform:uppercase;
    text-align:right;
    letter-spacing:1px;
}







/*! post */
.post .entry-meta { 
    margin:20px 0;
    text-align:right;
}

.post { margin-bottom:20px; }





/*! comments */
#comments {
    margin:20px 10px;
}

#comments h3 {
    font-weight:normal;
    text-transform:uppercase;
    letter-spacing:1px;
}

#comments ol {
    margin:0;
    padding:0;
}
#comments ol li { list-style-type:none; }

.comment-author,.comment-meta {
    display:inline;
}
#comments li {
    margin-bottom:10px;
    padding:5px 10px;
    background:#656565;
}
#comments .alt { background:#555;}
.comment-meta { margin-left:10px; }
.comment-author { font-weight:bold; }
.comment-author a { text-decoration:none; }












/*!     standard classes (from phu)
------------------------------------- */
p img {
    padding: 0;
    max-width: 100%;
    }

/*  Using 'class="alignright"' on an image will (who would've
    thought?!) align the image to the right. And using 'class="centered',
    will of course center the image. This is much better than using
    align="center", being much more futureproof (and valid) */

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
    }

img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
    }

img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
    }

.alignright {
    float: right;
    }

.alignleft {
    float: left;
    }








/* nothing follows */