/*!
 * Almega WordPress Theme
 * Typography Stylesheet
 * © 2010 Daytona Communication AB
 */

/**
 * GENERAL
 */

body, input, textarea {
  font: normal 10px/1.4 Arial, Helvetica, sans-serif;
  color: #565656;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

a {
  color: #1eaaeb;
  text-decoration: none;
}
  a:hover { text-decoration: underline; }

.page-title,
.widgettitle,
#disqus_thread h3 {
  font-size: 11px;
  font-weight: bold;
  color: #686868;
  text-transform: uppercase;
  margin-bottom: 14px;
}
  .page-title a,
  .widgettitle a,
  #disqus_thread h3 a {
    color: #686868;
  }


/**
 * HEADER
 */

#header #blog-title {
  font-size: 20px;
  font-weight: bold;
}
  #header #blog-title a {
    color: #444;
    text-decoration: none;
  }
  #header #blog-title a:hover {
    color: #b5b5b5;
  }

#header #searchform,
#header #searchform input#s { font-size: 12px; }
  #header #searchform label,
  #header #searchform input.default { color: #a1a1a1; }


/**
 * FOOTER
 */

#footer #siteinfo {
  font-size: 10px;
  color: #585858;
}
  #footer #siteinfo a {
    font-weight: bold;
    color: #585858;
  }
  #footer #siteinfo span.divider {
    color: #ddd;
  }


/**
 * SIDEBARS
 */

.aside {
  font-size: 12px;
}
#footer .aside {
  font-size: 11px;
}

#footer .aside,
#footer .aside a {
  color: #4c4c4c;
}

.aside .widget_categories ul,
.aside .widget_archive ul,
.aside .widget_popular_tags ul { font-size: 14px; }
  .aside .widget_categories ul a,
  .aside .widget_archive ul a,
  .aside .widget_popular_tags ul a { color: #565656; }
    .aside .widget_popular_tags ul a .tag-count { color: #a1a1a1; }

#main .aside .widget_about_almega p {
  font-size: 18px;
  color: #c7c7c7;
}
  #main .aside .widget_about_almega p em {
    font-weight: bold;
    font-style: normal;
  }

.aside .widget_twitter {}
  .aside .widget_twitter li {
    margin-bottom: 16px;
  }
  .aside .widget_twitter .entry-meta {
    font-size: 11px;
    margin-top: 0.2em;
    margin-bottom: 0;
  }

.aside .widget_network_latest_posts {}
  .aside .widget_network_latest_posts li {
    margin-bottom: 6px;
  }
  .aside .widget_network_latest_posts a {
    font-weight: bold;
  }

.aside .widget_almega_archives .archives.active h4 {
  color: #959595;
}
.aside .widget_authors li a:hover { text-decoration: underline; }
.aside .widget_authors li a {
	color: #686868;
	font-weight: bold;
}

/**
 * MAIN CONTENT
 */

#container { font-size: 14px; }

.navigation {
  font-size: 12px;
  font-weight: bold;
  color: #5c5c5c;
}
  .navigation a { color: #5c5c5c; }

.page-intro {
  font-size: 12px;
  padding-top: 14px !important;
  margin-top: -14px;
  margin-bottom: 22px;
}
  .page-intro p {
    margin-bottom: 14px;
  }

/**
 * ENTRIES
 */
.entry-title {
	line-height: 1.1em;	
}
.hentry .entry-title {
  font-size: 22px;
  margin-bottom: 5px;
}

.hentry .entry-content {
  margin-bottom: 14px;
}

.hentry .entry-author {
  font-size: 11px;
  font-style: italic;
  text-transform: uppercase;
}
  .hentry .entry-author a { color: inherit; }

/* Entry meta */

.entry-meta {
  font-size: 12px;
  font-weight: bold;
  color: #5c5c5c;
  margin-top: -6px;
  margin-bottom: 14px;
}
  .entry-meta p { margin-bottom: 0; }
  .entry-meta a { color: #5c5c5c; }

/* Entry content */

.entry-content p,
.entry-content ul,
.entry-content ol {
  margin-bottom: 14px;
}

.entry-content h2,
.entry-content h3 {
  font-weight: bold;
  margin-bottom: 6px;
}

.entry-content ul li,
.entry-content ol li {
  margin-left: 2em;
}
.entry-content ul li {
  list-style-type: disc;
}
.entry-content ol li {
  list-style-type: decimal;
}

.entry-content img.alignright {
  margin: 0 0 1em 1em;
}
.entry-content img.alignleft {
  margin: 0 1em 1em 0;
}

.entry-content blockquote {
  font-style: italic;
  margin-left: 2em;
}

.entry-content cite {
  margin-left: 2em;
}

