/*
Theme Name: Seshamo
Theme URI: http://www.seshamo.com/
Description: Template for Seshamo.com official weblog.
Version: 1.0
Author: Francesco Improta
Author URI: http://www.alturalabs.com
Tags: alturalabs seshamo
*/

/* Align */
 
.textcentered { text-align: center; }
.textleft { text-align: left; }
.textright { text-align: right; }
.centered { text-align: center; }
.alignleft { float: left; }
.alignright { float: right; }
  
/* Align Images */
 
img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
 
img.alignright {
    margin: 0px 0px 2px 7px;
    display: inline;
    float: right;
}
 
img.alignleft {
    margin: 0px 7px 2px 0px;
    display: inline;
    float: left;
}

/* Begin Typography & Colors */
body {
    margin: 0;
    padding: 0;
    background: #fff url(images/layout/blog_bg.jpg) top left repeat-x;
    font-size: 62.5%; /* Resets 1em to 10px */
    font-family:  'Trebuchet Ms', 'Lucida Grande', Verdana, Arial, Sans-Serif;
    color: #333;
    text-align: center;
}

#page {
    text-align: left;
}

.narrowcolumn .entry, .widecolumn .entry, .commentlist p {
    font-size: 1.4em;
    line-height: 1.4em;
    font-family: Arial, Helvetica, sans-serif;
    clear: both;
}

.widecolumn {
    line-height: 1.6em;
}

.narrowcolumn .postmetadata {
    text-align: right;
}
/*
.thread-alt {
    background-color: #f8f8f8;
    border-left: 3px solid #ddd;
}

.thread-even {
    background-color: white;
    border-left: 3px solid #f8f8f8;
}
/*
.even, .alt {
    border-left: 1px solid #ddd;
}
*/
#footer {
    border: none;
}

small {
    color: #999;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 1.1em;
    line-height: 1.5em;
}

h1, h2, h3 {
    font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

h1 {
    font-size: 4em;
    text-align: center;
}

.description {
    width: auto;
    margin: -10px 0 0 175px;
    font-size: 1.0em;
    text-transform: uppercase;
    color: #999;
}

h2 {
    margin-top: 20px;
    font-size: 2.2em;
}

h2.pagetitle, #sidebar h2 {
    font-family: Cambria, Georgia, serif;
}

h2.pagetitle {
  font-weight: normal;
    font-size: 2.2em;
  color: #999;
}

h2.pagetitle span {
    color: #039;
}

h2.pagetitle small {
    font-family: Cambria, Georgia, serif;
  font-size: 0.8em;
  text-transform: uppercase;
}

#sidebar h2 {
    margin: 0 0 0 0;
  padding: 3px 35px;
  border-bottom: 1px solid #e5e5e5;/*
  background-color: #e7f1fa;
  border-bottom: 1px solid #9acbf4;*/
  color: #039;
  font-size: 1.8em;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: -0.1px;
}

#sidebar h2.categories {
    height: 32px;
  line-height: 32px;
    background: url(images/layout/categories_icon_32.gif) center left no-repeat;
  }
  
#sidebar h2.archives {
    height: 32px;
  line-height: 32px;
    background: url(images/layout/archives_icon_32.gif) center left no-repeat;
  }

h3 {
    font-size: 1.6em;
}

h1, h1 a, h1 a:hover, h1 a:visited, .description {
    text-decoration: none;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
    color: #06c;
}

a, h2, h2 a, h3, h3 a, #wp-calendar caption, cite {
    text-decoration: none;
  color: #06c;
}

.entry p a:visited {
    color: #b85b5a;
}

.commentlist cite, .commentlist cite a {
    float: left;
    font-weight: normal;
    font-style: normal;
    font-size: 1.6em;
}

.commentlist p {
    font-size: 1.2em;
    font-weight: normal;
    line-height: 1.5em;
    text-transform: none;
}

.nocomments, .postmetadata, blockquote, strike {
    color: #777;
}

#sidebar ul li a {
    font-size: 1.3em;
}

code {
    font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps
{
    font-size: 0.9em;
    letter-spacing: .07em;
}

h2 a:hover, h3 a:hover {
    text-decoration: underline;
}

a:hover {
    color: #f60;
    text-decoration: underline;
}

#wp-calendar #prev a, #wp-calendar #next a {
    font-size: 9pt;
}

#wp-calendar a {
    text-decoration: none;
}

#wp-calendar caption {
    font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
    text-align: center;
}

#wp-calendar th {
    font-style: normal;
    text-transform: capitalize;
}
/* End Typography & Colors */



/* Begin Structure */
body {
    margin: 0 0 20px 0;
    padding: 0;
}

#page {
    margin:0 auto;
    padding: 0;
    width: 960px;
}

#header {
    margin: 0;
    padding: 0;
    width: auto;
}

.narrowcolumn {
    float: left;
    padding: 0 0 20px 0;
    width: 593px;
}

.widecolumn {
    padding: 10px 0 20px 0;
    margin: 5px 0 0 150px;
    width: 450px;
}

.post {
    margin: 0 20px 30px 0;
    text-align: justify;
}
  
.post h2 {
    background: url(images/layout/dotted_grey.gif) bottom left repeat-x;
}

.post hr {
    display: block;
}

.widecolumn .post {
    margin: 0;
}

.narrowcolumn .postmetadata {
    padding-top: 5px;
}
  
.widecolumn .postmetadata {
    margin: 30px 0;
}

.widecolumn .smallattachment {
    text-align: center;
    float: left;
    width: 128px;
    margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
    text-align: center;
    margin: 5px 0px;
}

.postmetadata {
    font-size: 1.0em;
    clear: both;
}

.clear {
    clear: both;
}

#footer {
    padding: 0;
    margin: 0 auto;
    width: 760px;
    clear: both;
  text-align: center;
}

#footer p {
    margin: 0;
    padding: 10px 0;
  color: #999;
    text-align: center;
}
  
#footer ul li {
  display: inline;
}

#footer ul li a {
  font-size: 10px;
  padding:1px 2px;
}

#footer span {
  color: #999;
}
  
/* End Structure */


/* Begin Header */
#header h1 a, #header h1 a:link, #header h1 a:visited  {
    width: 300px;
    height: 60px;
    display: block;
    background: url(images/layout/logo_blog_200x60.gif) top left no-repeat;
    font-size: 0.1em;
    color: #fff;
    text-indent: -500px;
}

#top_menu {
    width: auto;
    height: 40px;
}

ul#tab_menu {
    margin: 0 0 0 -20px;
}

ul#tab_menu li, #adminMenu ul li, ul#countries li, ul#login li, ul#logout li {
    float: left;    
}

ul#tab_menu li a, #admin_menu ul li a {
    display: block;
    float: left;
    text-decoration: none;
}

ul#tab_menu li a {
    padding: 0 18px;
    line-height: 40px;
    font-size: 18px;
    color: #039;        
}

ul#tab_menu li a:hover {
    background: url(images/layout/tab-menu-bg-hover.gif) top left repeat-x;
}

ul#tab_menuli a:active {
    background: url(images/layout/tab-menu-bg-active.gif) top left repeat-x;
}

ul#tab_menu li a.tab_menu-selected {
    background: url(images/layout/tab-menu-bg-sel.gif) top left repeat-x;
    color: #fff;
}

#rss_module {
  float: right;
  width: 357px;
  padding: 0 0 20px 0;
  margin: 20px 0 0 0;
}

#rss_module p {
    margin: 0;
  line-height: 1.4em;
    font-size: 1.8em;
  font-weight: bold;
}

#rss_module span {
    font-size: 1.2em;
  font-style: italic;
  color: #999;
}

/*  End Header */


/*  Begin Headings */
h1 {
    margin: 0;
    padding-top: 10px;
  text-align: left;
}

.post h2 {
    margin: 30px 0 0;
}

h2.pagetitle {
    margin-top: 30px;
}

h3 {
    margin: 0;
    padding: 0;
}

h3.comments {
    margin: 30px auto 20px ;
    padding: 0;
  color: #f60;
  font-weight: normal;
}
/* End Headings */



/* Begin 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;
}

/* End Images */

/* Begin Lists

    Special stylized non-IE bullets
    Do not work in Internet Explorer, which merely default to normal bullets. */

ul {
    list-style: none;
  margin: 0;
  padding: 0;
}

ul li {
    list-style-image: none;
}

html>body .entry ul {
    margin-left: 0px;
    padding: 0 0 0 30px;
    padding-left: 10px;
    text-indent: -10px;
}

html>body .entry li {
    margin: 7px 0 8px 10px;
}

.entry ul li:before {
    content: "\00BB \0020";
}

.entry ol {
    padding: 0 0 0 35px;
    margin: 0;
}

.entry ol li {
    margin: 0;
    padding: 0;
}

.postmetadata ul, .postmetadata li {
    display: inline;
}

#sidebar ul {
    margin: 0 0 20px;
    padding: 0;
}

#sidebar ul li {
    padding: 8px 0;
    border-bottom: 1px solid #e5e5e5;
}

#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;
}

ol li, #sidebar ul ol li {
    list-style: none outside;
}

#sidebar ul ul li, #sidebar ul ol li {
    margin: 3px 0 0;
    padding: 0;
}
  /*
#categories_list li a {
    padding: 0 0 0 15px;
    background: url(images/layout/sidebar_li1.gif) center left no-repeat; 
 }
 
 #archives_list li a {
    padding: 0 0 0 15px;
    background: url(images/layout/sidebar_li1.gif) center left no-repeat; 
 }*/
 
/* End Entry Lists */

/* Begin Form Elements */
#searchform {
    float: right;
    padding: 8px 3px 5px;
}

#searchform #s {
    width: 150px;
    padding: 3px;
  background: #fff url(images/layout/search_bg.gif) repeat-x 0 0;
  border: 1px solid #9acbf4;
  font-size: 1.1em;
  color: #039;
}

#searchform #s:focus, #searchsubmit:focus {
    outline: 1px solid #f1f9ff;
}

#searchsubmit {
    display:inline;
    padding: 2px 2px 3px 2px;
  #padding: 2px 2px 0 2px;
  border: 1px solid #9acbf4;
  background-color: #ddedfa;
  color: #69abe2;
  cursor: pointer;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
    text-align:center;
}

select {
    width: 130px;
}
  
#searchform #s, #commentform input, #commentform textarea {
    font-family: 'Trebuchet Ms', Arial, sans-serif;
}

#commentform input {
    width: 170px;
    padding: 2px;
    margin: 0 5px 3px 0;
}

#commentform input:focus, #commentform textarea:focus {
    outline: 1px solid #D6FFC9;
}

#commentform input[type="submit"] {
    outline: none;
}

#commentform {
    margin: 5px 10px 0 0;
}
  
#commentform textarea {
    width: 100%;
    padding: 2px;
  font-size: 1.3em;
}
  
#commentform label {
    display: block;
}

#respond {
    margin: 0 20px 0 0;
}

#respond:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
  
#commentform #submit {
    margin: 0 0 5px auto;
    float: right;
}
  
/* End Form Elements */



/* Begin Comments*/
.post_comments {
    padding: 0 0 0 20px;
    height: 16px;
    background: url(images/layout/comments_icon.gif) top left no-repeat;
}

.post_comments a {
    color: #f60;
}

.alt {
    margin: 0;
    padding: 10px;
}

.reply {
    clear: left;
}

.commentlist {
    margin: 0 20px 0 0;
    padding: 0;
}

.commentlist li {
    font-weight: bold;
}

.commentlist li .avatar { 
    border: 1px solid #fff;
  margin: 9px 10px 10px 8px;
    padding: 2px;
}
  
.comment_meta {
    float: left;
  width: 86%;
}
 
 .comment_number {
    float: right;
  font-size: 1.3em;
  color: #ccc;
 }
  
.commentlist li {
    margin: 0;
    padding: 5px 5px 10px 0;
}

.commentlist li ul li { 
    margin-right: -5px;
    margin-left: 10px;
}

.commentlist p {
    margin: 10px 5px 10px 0;
}

.vcard {
    width: 65px;
  height: 55px;
  margin: 5px 10px 0 0;
    float: left;
    background: url(images/layout/avatar-bg.gif) top left no-repeat;
}

.children { 
    padding: 0;
  }

#commentform p {
    margin: 5px 0;
}

.nocomments {
    text-align: center;
    margin: 0;
    padding: 0;
}

.comment_meta_data {
    margin: 0;
  font-weight: normal;
}
  
.comment_meta_data small {
    display: block;
  clear: both; 
}
 
.post_jump_comments {
  background: url(images/layout/jumpcomment-mini.gif) no-repeat left center;
  padding-left: 13px;
}
/* End Comments */



/* Begin Post Metadata */

.post small {
    display: block;
    margin: 5px 0 40px;
}

.post_author {
    font-style: italic;
  color: #666;
}

.post_author span {
    font-style: normal;
}

.post_category {
    margin: 0 20px;
    padding: 0 0 0 20px;
    background:url(images/layout/categories_icon.gif) top left no-repeat;
}

.post_tags {
    font-size: 1.1em;
    padding: 2px 0;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #e5e5e5;
}

/* End Post Metadata */



/* Begin Page */

#respond h3 {
    height: 32px;
    padding: 0 0 0 40px;
  background: url(images/layout/pencil_icon.gif) center left no-repeat;
    color: #333;
  line-height: 32px;
    text-transform: uppercase;
  font-size: 1.2em;
}

#respond small {
    margin:0;
}

/* End Page */



/* Begin Sidebar */
#sidebar {
    width: 337px;
    padding: 0 10px 10px;
  margin: 18px 0 0 603px;
}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
    empty-cells: show;
    margin: 10px auto 0;
    width: 155px;
}

#wp-calendar #next a {
    padding-right: 10px;
    text-align: right;
}

#wp-calendar #prev a {
    padding-left: 10px;
    text-align: left;
}

#wp-calendar a {
    display: block;
}

#wp-calendar caption {
    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; }
/* End Calendar */



/* Begin Various Tags & Classes */
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;
}

.hidden {
    display: none;
}

hr {
    display: none;
}

a img {
    border: none;
}

.navigation {
    display: block;
    text-align: center;
    margin-top: 10px;
}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    margin: 10px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
}
/* End captions */

/* Bign Flags */

#countries {
  margin: 20px 0 0 0;
}

#countries a {
  background-color:transparent;
  border:0 solid transparent;
  color:#E7F2FB;
  margin:0;
  padding:0;
}

#countries a:hover {
  background-color:transparent;
}

#countries img {
  border:1px solid transparent;
  padding:5px;
}

#countries img:hover {
  background-color:#FFFFFF;
  border:1px solid #A1D2F9;
}

#countries a.selected img {
  background-color:#FFFFFF;
  border:1px solid #A1D2F9;
  color:#0043CC;
  font-family:"Lucida Grande",Tahoma,Verdana,Arial,sans-serif;
  font-size:11px;
  font-weight:bold;
  padding:5px;
}


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
    It won't be a stylish marriage, I can't afford a carriage.
    But you'll look sweet upon the seat of a bicycle built for two." */

