/*  
   Theme Name: Clean
   Theme URI: http://storia.zappala.org/
   Description: Simple clean style that uses a wide page
   Author: Daniel Zappala

   *** REGARDING IMAGES ***
   All CSS that involves the use of images, can be found in the 'index.php' file.
   This is to ease installation inside subdirectories of a server.

   Have fun, and don't be afraid to contact me if you have questions.
   */


/* Body */
body {
    font-size: 65%;
    font-family: Verdana, Georgia, 'Lucida Grande', Verdana, Arial, Sans-Serif;
    background-color: #ffffff;
    text-align: center;
    margin: 0;
    padding: 0;
}

/* Header */

#header {
    min-width: 750px;
    text-align: left;
    border-top: 5px solid #000000;
    border-bottom: 1px solid #707070;
    background-color: #ed1a1d;
}

#header slice {
    background: 
}

#header img {
    padding-left: 10px;
    padding-top: 2px;
    float: left;
}

#header .title {
    font-family: Georgia;
    padding-left: 85px;
    font-size: 40px;
    color: #ffffff;
}

#header .title a {
    color: #ffffff;
    text-decoration: none;
}

#header .title a:hover {
    color: #ffffff;
    text-decoration: none;
}

#description {
    float: left;
    height: 30px;
    padding-left: 150px;
    font-size: 12px;
    font-style: italic;
    text-align: left;
}

#description-right {
    margin-left: 800px;
    min-width; 140px;
    height: 30px;
    border-left: 5px solid #d5d5d5;    
}

/* Page */

#page {
    float: left;
    background-color: white;
    padding: 0px;
    text-align: left;
    width: 980px;
}

/* Content -- column #1 */

#content {
    float: left;
    font-size: 1.2em;
    width: 770px;
    padding-right: 20px;
    border-right: 5px solid #d5d5d5;
}

#content h2 {
    margin-top: 10px;
    margin-bottom: 2px;
    margin-left: -5px;
    margin-right: -5px;
    padding-left: 5px;
    background-color:#dfdfdf; 
    background-color:#e0e0c0;
    background-color:#0e8424;
    color:#ffffff;
    word-spacing: 0.2em;
    letter-spacing: 0.1em;
}

#content h3 {
    background-color: #eeeeff;
    background-color:#e0e0c0;
    padding: 2px;
}

#content h4 {
    padding: 2px;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
}

#content img {
    border-right: 2px solid #eeeeff;
    border-left: 2px solid #eeeeff;
    padding-right: 5px;
    padding-left: 5px;
}

#content img.zoom {
    border: none;
}

/* Sidebar -- column #2 */

#sidebar
{
    margin-left: 800px;
    padding-bottom: 10px;
    padding-left: 15px;
    margin-top: -20px;
    width: 140px;
    border-left: 5px solid #d5d5d5;
    font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

#sidebar p {
    color: #777;
}

#sidebar form {
    margin: 0;
}

#sidebar .search {
    width: 80px;
    vertical-align: middle;
    background-color:#f5f5f5;
    border: 2px solid;
    border-color: #999 #D9D9D9 #D9D9D9 #999;
}

#sidebar .searchsubmit {
    padding: 1px;
    vertical-align: middle;
}

#sidebar a {
        color: #1a9b32;
	color: #ed1a1d;
        color: #0e8424;
	font-weight: bold;
}

#sidebar a:hover {
    color: #b42123;
    color: #ed1a1d;
}

#sidebar h2 {
    font-family: Georgia, 'Lucida Grande', Verdana, Sans-Serif;
    font-size: 1.3em;
    margin-bottom: 0px;
}

#sidebar ul, #sidebar ul ol {
    margin: 0;
    padding: 0;
}

#sidebar ul li {
    list-style-type: none;
    list-style-image: none;
}

#sidebar ul p, #sidebar ul select {
    margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol {
    margin: 5px 0 0 10px;
}

#sidebar ul ul ul, #sidebar ul ol {
    margin: 0 0 0 10px;
}

/* Footer */

#footer	{
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-top: 5px solid #a0a0a0;
    border-top: 5px solid #d5d5d5;
    clear: both;
    text-align: left;
    padding-left: 10px;
    font-style: italic;
    color: #555555;
}

#footer p {
    margin: 0px;
}

/* Content */

.widecolumn {
    line-height: 1.6em;
    padding: 10px 0 20px 0;
    margin: 5px 0 0 150px;
}

.widecolumn .entry p {
    font-size: 1.05em;
}

.narrowcolumn {
    float: left;
    padding-left: 10px;
    margin: 0px 0 0;
}

.narrowcolumn .entry, .widecolumn .entry {
    line-height: 1.4em;
}

.post {
    margin: 0 0 20px;
    text-align: justify;
}

.widecolumn .post {
    margin: 0;
}

div.postmetadata {
    padding-top: 5px;
}


.postmetadata ul, .postmetadata li {
    display: inline;
    list-style-type: none;
    list-style-image: none;
}

.widecolumn .postmetadata {
    margin: 30px 0;
}

div.info {
  padding: 5px;
  padding-bottom: 0px;
  border: 1px dashed #cccccc;
  background-color:#e0e0c0;
  background-color: #eeeeff;
  margin-left: 5%;
  margin-right: 5%;
}

div.subcat {
    color: #555;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 5px;
    padding-top: 5px;
}

div.subcatparent {
}

/* Fonts */

small {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 0.9em;
    line-height: 1em;
}

h1, h2, h3 {
    font-family: Georgia, 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

h1 {
    font-size: 4em;
    text-align: center;
    padding-top: 70px;
    margin: 0;
}

h2 {
    font-size: 1.5em;
}

h2.pagetitle {
    font-size: 1.5em;
    color: #ed1a1d;
    color: #b42123;
    margin-top: 30px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

#content h2.pagetitle {
    background-color: #ed1a1d;
}

h3 {
    font-size: 1.1em;
    padding: 0;
    margin-bottom: 0px;
    margin-top: 20px;
}

h3.comments {
    padding: 0;
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
}

code {
    font-size: 1em;
    font-family: Verdana, Georgia, 'Lucida Grande', Verdana, Arial, Sans-Serif;
    font-weight: bold;
    color: #geeeeff;
    color: #1b1689

}

acronym, abbr, span.caps
{
    font-size: 0.9em;
    letter-spacing: .07em;
}

/* Links */



a {
    color: #1a9b32;
    color: #ed1a1d;
    color: #0e8424;
    font-weight: bold;
}

a:hover {
    color: #b42123;
    color: #ed1a1d;
    text-decoration: underline;
}


/* Comments */
/*
.alt {
    margin: 0;
    padding: 10px;
    background-color: #f8f8f8;
    background-color:#f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}*/

.commentlist {
    padding: 0;
    text-align: justify;
}

.commentcitation {
    background-color: #f8f8f8;
    background-color:#f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.commentlist li {
    margin: 15px 0 3px;
    padding: 5px 10px 3px;
    list-style: none;
}

.commentlist p {
    margin: 10px 5px 10px 0;
}

#commentform p {
    margin: 5px 0;
}

.nocomments {
    text-align: center;
    margin: 0;
    padding: 0;
}

.commentmetadata {
    margin: 0;
    display: block;
}

.commentlist li, #commentform input, #commentform textarea {
    font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
	
.commentlist li {
    font-weight: bold;
}

.commentlist cite, .commentlist cite a {
    font-weight: bold;
    font-style: normal;
    color: #00008b;
}

.commentlist p {
    font-weight: normal;
    line-height: 1.5em;
    text-transform: none;
}

#commentform p {
    font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentmetadata {
    font-weight: normal;
}

/* Calendar */

#wp-calendar {
    empty-cells: show;
    margin: 10px auto 0;
    width: 155px;
}

#wp-calendar a {
    text-decoration: none;
    display: block;
}

#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 caption {
    font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
    text-align: center;
    text-align: center;
    width: 100%;
}

#wp-calendar td {
    padding: 3px 0;
    text-align: center;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
    background-color: #fff; }
	

#wp-calendar th {
    font-style: normal;
    text-transform: capitalize;
}

/* Images */
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
}

/* Lists

   Special stylized non-IE bullets
   Do not work in Internet Explorer, which merely default to normal bullets.
*/

html>body .entry ul {
    margin-left: 0px;
    padding-left: 30px;
    padding-right: 50px;
} 

html>body .entry li {
    margin: 7px 0 8px 10px;
}

#sidebar ul ul li:before {
    content: "\00BB \0020";
}

.entry ol {
    padding: 0 0 0 35px;
    margin: 0;
}

.entry ol li {
    margin: 0;
    padding: 0;
}
	
ol li, #sidebar ul ol li {
    list-style: decimal outside;
}

ul li {
    list-style: square;
}

#sidebar ul ul li, #sidebar ul ol li {
    margin: 3px 0 0;
    padding: 0;
}

/* Form Elements */

.entry form { /* This is mainly for password protected posts, makes them look better. */
    text-align:center;
}

select {
    width: 130px;
}

#commentform input {
    width: 170px;
    padding: 2px;
    margin: 5px 5px 1px 0;
}

#commentform textarea {
    padding: 2px;
}

#commentform #submit {
    margin: 0;
}


/* Miscellaneous */
acronym, abbr, span.caps {
    cursor: help;
}

acronym, abbr {
    border-bottom: 1px dashed #999;
}

blockquote {
    margin: 15px 30px 0 10px;
    padding-left: 20px;
    border-left: 5px solid #ddd;
}

blockquote cite {
    margin: 5px 0 0;
    display: block;
}

.center {
    text-align: center;
}

hr {
    display: none;
}

a img {
    border: none;
}

.navigation {
    display: block;
    text-align: center;
    margin-top: 10px;
    padding-bottom: 17px;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}
