/*
Theme Name: A Life
Description: A Life theme for alifemoreinteresting.com.
Version: 1.0
Author: Martin Moen Wulffeld
Author URI: http://www.wulffeld.org/
*/

/* Reset Browser Defaults (Credit: Eric Meyer / meyerweb.com)
----------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body {
  font: 12px/17px "Helvetica Neue", "Helvetica", "FreeSans", Verdana, Arial, sans-serif;
  color: #2c2c2c;
  background-color: #eeeeee;
  text-align: center;
}

img,
a img,
:link img,
:visited img {
  border: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica Neue", "Helvetica", "FreeSans", Verdana, Arial, sans-serif;
  font-weight: normal;
  letter-spacing: 0;
}

h2 {
  font-size: 18px;
  line-height: 20px;
}

h3 {
  font-size: 15px;
  line-height: 17px;
}

blockquote {
  margin: 20px 0;
  padding: 0 20px 0 50px;
  color: #333;
  background: transparent url('images/quote.jpg') no-repeat 20px 0;
  border: none;
}

hr {
  display: none;
}

ul {
  margin: 13px 0 10px 0;
}

li {
  margin-left: 20px;
}

ol li {
  list-style: decimal outside;
}

#page {
  text-align: left;
  margin: 0;
  padding: 0;
}

#header {
  padding: 1px 0 0 0;
}

#content {
  width: 506px;
  margin: 0;
  padding: 0 10px 20px 0;
  display: inline;
  float: left;
  text-align: left;
}

#sidebar {
  display: block;
  float: right;
  font-size: 12px;
  line-height: 15px;
  padding: 0 0 20px 0;
  width: 444px;
  color: #444;
}

.lsidebar {
  margin: 15px 0 20px 0;
  width: 160px;
  float: left;
  padding: 0 10px 0 3px;
}

.rsidebar {
  margin: 15px 0 20px 0;
  width: 270px;
  float: right;
  padding: 0;
}

#footer {
  clear: both;
  margin: 0;
  padding: 10px 0 60px 0;
}

.inner {
  width: 960px;
  margin: 0 auto;
}

/* Header */
#header .inner {
  min-height: 80px;
}

#header .inner2 {
  border-bottom: 1px dotted #b2a7ab;
}

#header .inner2 h1 a {
  display: block;
  text-indent: -10000px;
  background: #eeeeee url('images/logo.jpg') no-repeat 0 0;
  width: 173px;
  height: 46px;
  float: left;
  margin-left: 15px;
  margin-top: 15px;
  margin-bottom: 20px;
}

#header .inner2 .border {
  margin: 8px 0;
  padding: 4px;
  background-color: #75b4be;
  float: right;
}

#header div.sas {
  margin-top: 4px;
  width: 220px;
  float: right;
}

#header div.sas .social {
  float: right;
  background: none;
}

#header div.sas .social a {
  margin: 0;
  margin-left: 5px;
}

body #header div.sas .social a:hover {
  background-color: none;
  border: none;
}

#header div.sas div#search {
  clear: right;
  float: right;
  display: block;
  margin: 6px 0px 0 0;
  *margin-top: 7px;
  width: 208px;
}

#header div#search form {
  margin: 0;
  padding: 0;
  float: right;
  display: block;
  background: transparent;
}

#header div#search form input.txt {
  border: none;
  margin: 0;
  padding: 4px;
  font-size: 13px;
  line-height: 15px;
  background: #fff url('images/search_bg.jpg') no-repeat 100% 0%;
  width: 200px;
  -moz-box-shadow: 2px 2px #ddd;
  -khtml-box-shadow: 2px 2px #ddd;
  -webkit-box-shadow: 2px 2px #ddd;
}

#header div#search form span {
  border: 1px solid #ddd;
}

#header div#search form input#searchbutton {
  border: none;
  background-color: #fff;
  padding: 2px 6px 1px 6px;
  font-size: 12px;
  line-height: 14px;
}

#header ul.menu {
  float: left;
  display: inline;
  margin: 12px 0 0 32px;
  padding: 0;
  list-style: none;
  width: 470px;
}

#header ul.menu li {
  float: left;
  display: block;
  margin: 3px 10px 0 0;
}

#header ul.menu li a {
  display: block;
  float: left;
  padding: 12px 4px 4px 4px;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  background-color: #eeeeee;
  color: #ec2d68;
  border-bottom: 2px solid #ee477b;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-decoration: none;
}

#header ul.menu li a:hover {
  background-color: #ee477b;
  color: #fff;
  text-decoration: none;
}

#header ul.menu li.current_page_item a,
#header ul.menu li.current_page_item a:hover {
  background-color: #ee477b;
  color: #fff;
  text-decoration: none;
}

/* Page. */
#page .inner {
  padding: 0px 0;
}

/* Sidebar */
#sidebar a {
  text-decoration: none;
  color: #066992;
}

#sidebar a:hover {
  text-decoration: none;
  color: #004663;
}

#sidebar h2 {
  color: #435153;
  font-size: 14px;
  line-height: 16px;
  font-weight: normal;
  padding: 0;
  margin: 3px 0 6px 0;
  border-bottom: 1px dotted #555;
}

#sidebar span a {
  margin-left: 10px;
}

#sidebar div p {
  margin-top: 0.5em;
}

#sidebar ul,
#sidebar ol {
  margin: 5px 0 0;
  padding-left: 0;
}

#sidebar ol {
  margin-left: 15px;
}

#sidebar ul li,
#sidebar ol li {
  margin: 0;
  padding: 1px 0;
}
  
#sidebar ul li {
  list-style-type: none;
  list-style-image: none;
}

#sidebar div.button125_ads,
#sidebar ul#ad_buttons {
  width: 260px;
  margin: 10px auto 0px auto;
  display: block;
}

#sidebar ul#ad_buttons li {
  display: inline;
  float: left;
  padding: 0;
  margin: 0 5px 0 0;
  width: 125px;
}

#sidebar ul#ad_buttons li.second {
  float: none;
}

/* Sidebar - Tags */
#sidebar ul.tags {
  display: block;
  text-align: center;
  margin: 0;
  width: 100%;
  padding: 0;
  list-style: none;
}

#sidebar ul.tags li {
  display: block;
  float: left;
  margin: 0 4px 3px 0;
}

#sidebar ul.tags li a {
  display: block;
  height: 16px;
  background-color: #82b923;
  color: #fff;
  padding: 5px 8px;
  white-space: nowrap;
  -moz-border-radius: 4px;
  -khtml-border-radius: 4px;
  -webkit-border-radius: 4px;
}

#sidebar ul.tags li a:hover {
  background-color: #5f9206;
  color: #fff;
  text-shadow: none;
  text-decoration: none;
}

#sidebar div.archives {
  font-size: 11px !important;
}

#sidebar div.latest_articles {
  clear: both;
  padding-top: 15px;
}

#sidebar div.latest_articles ul {
  margin: 1px 0 20px 0;
  padding: 0;
}

#sidebar div.latest_articles li {
  display: block;
  padding: 2px;
  margin: 0;
}

#sidebar div.latest_articles li a {
  font-size: 12px;
  line-height: 14px;
}

#sidebar div.links > h2 {
  margin-bottom: 0px;
  line-height: 16px;
}

#sidebar div.links ul li {
  margin-top: 7px;
}

#sidebar div.links ul ul li {
  margin-top: 0;
}

#sidebar div.links li,
#sidebar div.links a {
  font-size: 11px;
  line-height: 13px;
}

#sidebar div.links .linkcat h2 {
  margin: 4px 0 2px 0;
  font-size: 12px !important;
  line-height: 16px;
  border: none;
}

#sidebar div.box {
  margin: 10px 0 15px 0;
}

#sidebar .feed {
  text-align: center;
  margin: 6px 0 0 0;
  line-height: 13px;
  font-size: 11px;
}

#sidebar div.ads {
  margin: 5px 0;
}

/* Content */
#content a {
  color: #066992;
  text-decoration: none;
}

#content a:hover {
  color: #004663;
  text-decoration: none;
}

#content div.home_ad {
  margin: 18px 0;
  text-align: center;
}

/* Used multiple places. 404, etc. */
#content div.ads {
  margin: 5px 0;
}

#content div.centered_ads {
  text-align: center;
  margin: 5px auto;
}

#content div.ad_top_of_post {
  text-align: center;
  margin: 4px auto;
}

/* Used on static pages and archives */
#content .pagetitle {
  clear: left;
  text-align: left;
  margin: 10px 0 8px 0;
}

#content div.pagetitle h1,
#content div.pagetitle h2 {
  display: block;
  margin: 15px 0 10px 0;
  font-size: 22px;
  line-height: 24px;
  font-weight: normal;
  letter-spacing: -1px;
}

#content h1 {
  font-family: Georgia, serif;
  font-style: italic;
  margin: 15px 0 12px 0;
  padding: 0;
  font-size: 22px;
  line-height: 24px;
  letter-spacing: -1px;
  text-shadow: 1px 1px 1px #fff;
}

#content .item {
  clear: left;
  margin: 0 0 10px 0;
  padding: 5px 0 0 0;
  position: relative;
}

#content .item .entry h1 {
  font-family: Georgia, serif;
  font-weight: bold;
  font-style: italic;
  margin: 10px 0 2px 0;
  padding: 0;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: -1px;
  text-shadow: 1px 1px 1px #fff;
}

#content .item .entry ul,
#content .item .entry ol,
#content .item .entry blockquote {
  margin: 13px 0;
  font-size: 12px;
  line-height: 17px;
}

#content p,
#content .item .entry p {
  margin: 8px 0 12px 0;
  font-size: 12px;
  line-height: 17px;
}

#content .item ol,
#content .item ul {
  padding: 0 0 0 35px;
  margin: 7px 0 0 0;
}

#content .item ol li,
#content .item ul li {
  margin: 0;
  padding: 0;
}

#content .entry ol,
#content .entry ul {
  padding: 0 0 0 35px;
  margin: 0;
}

#content .entry ol li,
#content .entry ul li {
  margin: 0 0 3px;
  padding: 0;
}

#content .item .entry p img {
  margin: 3px 0 7px 0;
  padding: 1px;
  background-color: #fff;
  border: 2px solid #545454;
}

#content .item .entry p.coupon {
  display: block;
  padding: 5px;
  background-color: #f4f4f4;
  border: 1px solid #eee;
  font-style: italic;
  line-height: 14px;
}

#content .item .entry img.alignleft {
  margin: 0 10px 10px 0;
  display: inline;
}

/* Boxes below entry. */
#content .item div.metadata {
  clear: both;
  margin: 5px 0 0 0;
  padding: 2px 6px;
  overflow: hidden;
  border-top: 1px solid #cccccc;
  background-color: #e2e2e2;
}

#content .item div.metadata a.addthis {
  float: left;
  margin: 4px 0 0 0;
  overflow: hidden;
}

#content .item div.metadata a.addthis * {
  margin: 0 !important;
}

#content .item div.metadata .commentslink {
  clear: right;
  display: block;
  float: right;
  padding: 0px 0 2px 0;
  margin: 0 0 0 10px;
  font-size: 11px;
  line-height: 13px;
}

#content .item div.metadata span.published {
  float: right;
  font-size: 11px;
  line-height: 13px;
  color: #949494;
  padding: 2px 0 2px 0;
  margin: 0;
}

#content .item div.metadata div.tags {
  margin: 6px 0 3px 0;
  overflow: hidden;
}

#content .item div.metadata div.tags span {
  display: block;
  float: left;
  padding: 4px 4px 4px 0;
  margin: 0;
  font-size: 11px;
  line-height: 13px;
  color: #6c6c6c;
}

#content .item div.metadata div.tags ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#content .item div.metadata div.tags ul li {
  display: block;
  float: left;
  margin: 0 2px 1px 0;
  padding: 0;
  font-size: 11px;
  line-height: 13px;
}

#content .item div.metadata div.tags ul li a {
  display: block;
  padding: 4px;
  margin: 0;
  font-size: 11px;
  line-height: 13px;
  background-color: #82b923;
  color: #fff;
  -moz-border-radius: 2px;
  -khtml-border-radius: 2px;
  -webkit-border-radius: 2px;
}

#content .item div.metadata div.tags ul li a:hover {
  background-color: #5f9206;
  text-decoration: none;
}

#content .item div.related_articles {
  background-color: #f6f6f6;
  margin-top: 1px;
  padding: 1px 0 3px 0;
  border-top: 2px solid #00101c;
  border-bottom: 1px solid #cccccc;
}

#content .item div.related_articles h2,
#content div#comments h2#number {
  float: left;
  overflow: hidden;
  font-weight: normal;
  font-size: 11px;
  line-height: 13px;
  margin: 0 0 4px 0;
  padding: 3px 6px;
  background-color: #00101c;
  color: #fff;
  -moz-border-radius-bottomright: 4px;
  -khtml-border-radius-bottomright: 2px;
  -webkit-border-bottom-right-radius: 2px;
}

#content .item div.related_articles div.articles {
  clear: left;
  padding: 5px 8px;
}

#content .item div.related_articles ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

#content .item div.related_articles ul li {
  float: left;
  width: 113px;
  margin: 0 8px 0 0;
  padding: 0;
}

#content .item div.related_articles ul li img {
  border: 2px solid #0160aa;
}

#content .item div.related_articles ul li a {
  display: block;
  margin: 2px 0 1px 0;
  font-size: 11px;
  line-height: 13px;
}

#content .item div.related_articles ul li span {
  display: block;
  font-size: 11px;
  line-height: 13px;
  color: #3f4245;
}

/* Ad single */
div.single_below {
  text-align: center;
  margin: 5px 0;
}

.editlink a {
  border: none;
  padding: 2px;
  padding-left: 23px;
  margin-left: 7px;
  height: 16px;
}

div#comments {
  clear: left;
  margin-top: 10px;
  text-align: left;
  padding: 0;
  position: relative;
}

div#comments h3 {
  margin-top: 30px;
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
}

.metadata a,
.commentmetadata a {
  color: #777;
}

div#comments #commentlist {
  margin: 0;
  padding: 0 0 20px;
  position: relative;
}

div#comments #commentlist li {
  margin: 10px 0;
  padding: 10px 10px 5px;
  list-style: none;
}

div#comments #commentlist li.item {
  border: 1px dotted #ddd;
}

div#comments #commentlist .commentmetadata {
  padding: 2px 0 2px 0px;
  display: block;
}

div#comments #commentlist li img {
  padding: 0;
  border: none;
}

div#comments #commentlist li img.gravatar {
  float: right;
  margin: -5px 0 0;
}

div#comments #commentlist li .commentauthor {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: -1px;
}

div#comments #commentlist li .counter {
  display: none;
  font: normal 15px 'Century Gothic', 'Lucida Grande', Arial, Helvetica, Sans-Serif;
  color: #999;
  float: left;
  width: 35px;
}

div#comments #commentlist li.authorcomment {
  background: #f6f7f8;
}

div#comments #commentlist li.authorcomment blockquote {
  color: #333;
  background: transparent url('images/quote.jpg') no-repeat 20px 0;              
}
   
div#comments #pinglist {
  font-size: 12px;
  padding: 0;
  margin: 10px 0 10px;
  background: #f6f7f8;
}

div#comments #pinglist li {
  margin-left: 40px;
  padding: 7px 0;
  list-style: none;
}

div#comments #pinglist li .commentauthor {
  font-weight: bold;
  display: block;
}

div#comments #pinglist li small {
  font: .8em Arial, Sans-Serif;
  display: block;
}

div#comments #pinglist li .counter {
  display: none;
}

div#comments #pinglist li span.favatar img {
  margin-left: -25px;
  border: none;
  padding: 0;
  float: left;
}

div#comments #pinglist li img {
  padding: 0;
  border: none;
}
  
div#comments #leavecomment,
div#comments #loading {
  text-align: center;
  margin: 30px 0 20px !important;
  color: #ddd;
  font-size: 2em;
  letter-spacing: -2px;
}

div#comments #loading {
  margin-top: 20px !important;
}

div#comments .metalinks {
  margin-top: 5px;
}

div#comments form {
  clear: both;
  padding: 1px 0 10px;
  margin: 0;
  width: 490px;
}

input[type=text], textarea {
  padding: 3px;
  color: #777;
}

input[type=text]:focus, textarea:focus {
  background: #fff;
  color: #333;
  border-color: #666;
}

div#comments form input[type=text] {
  width: 200px;
  margin: 5px 5px 1px 0;
}

div#comments form textarea {
  height: 160px;
  padding: 2px;
  width: 484px;
  margin: 10px 0;
}

div#comments form #submit {
  margin: 0;
  float: right;
}

/* Comment moderation. */
.alert {
  background: #FFF6BF;
  border-top: 2px solid #FFD324;
  border-bottom: 2px solid #FFD324;
  text-align: center;
  margin: 10px auto;
  padding: 5px 20px;
}

/* Prev / Next */
.navigation {
  text-align: center;
  padding: 0;
  margin-top: 20px;
  width: 500px;
}

div#comments .navigation {
  margin: 20px 0 10px 0;
}

.navigation .left {
  float: left;
  width: 49%;
  text-align: left;
}

.navigation .right {
  float: right;
  width: 49%;
  text-align: right;
}

.navigation p {
  margin: 0;
  padding: 0;
}

.navigation a {
  font-size: 14px;
}

/* wp-pagenavi */
.wp-pagenavi {
  width: 99%;
  margin: 5px auto;
  text-align: center;
}

.wp-pagenavi * {
  font-size: 12px;
  line-height: 14px;
	padding: 9px 11px; 
	margin: 2px 1px 2px 0;
	background-color: #d8d8d8;
}

.wp-pagenavi a,
.wp-pagenavi span {
  font-size: 12px;
  line-height: 14px;
  display: block;
  float: left;
}

#content .wp-pagenavi a,
.wp-pagenavi a:link {
	background-color: #1693b8;
	text-decoration: none;
	color: #fff;
}

#content .wp-pagenavi a:hover {	
	text-decoration: none;
	background-color: #00617e;
	color: #fff;
}

.wp-pagenavi a:active {
  background-color: #00617e;
	color: #fff;
}

.wp-pagenavi span.pages {
  margin-right: 1px;
}

.wp-pagenavi span.current {
  background-color: #00617e;
	color: #fff;
}

/* Footer */
div#footer .inner {
  text-align: left;
  font-size: 10px;
}

div#footer .inner2 {
  padding-top: 10px;
  border-top: 1px dotted #b2a7ab;
}

#footer h3 {
  font: italic normal bold 14px/16px Georgia, serif;
  color: #b5b5b2;
  margin: 4px 0 6px 0;
}

div#footer p,
div#footer span {
  color: #83727c;
}

div#footer a {
  color: #ec2d68;
}

div#footer a:hover {
  color: #ec2d68;
}

div#footer a,
div#footer a:hover {
  text-decoration: none;
}

div#footer div.box {
  overflow: hidden;
  margin: 0 0 10px 0;
}

div#footer div.box ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

div#footer div.box li {
  display: block;
  float: left;
  margin: 0 4px 3px 0;
}

div#footer div.box li a {
  display: block;
  background-color: #e7e7e2;
  color: #eb2e68;
  padding: 8px 8px;
  height: 16px;
  white-space: nowrap;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
}

div#footer div.box ul.tags li a {
  min-height: 25px;
  max-height: 25px;
  line-height: 25px;
}

div#footer div.box li a:hover {
  background-color: #d8d8d3;
  color: #eb2e68;
}

div#footer div.meta {
  margin-top: 25px;
}

/** Pages **/

/* /contact/ */
#contact_form {
  width: 97%;
}

#contact_form ul {
  margin: 10px 0;
  list-style: none;
}

#contact_form ul li {
  margin: 3px 0;
  padding: 3px 0;
}

#contact_form label {
  display: block;
  float: left;
  width: 80px;
  line-height: 24px;
  margin-left: 20px;
  font-weight: bold;
}

#contact_form input[type='text'] {
  padding: 3px;
  width: 200px;
  font-size: 11px;
  color: #414141;
}

#contact_form input[type='submit'] {
  margin-left: 100px;
}

#contact_form textarea {
  width: 350px;
}

/* Misc */
.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.clearleft {
  clear: left;
}

.clearright {
  clear: right;
}

.clearboth {
  clear: both;
}

.clear {
  clear: both;
  margin: 0;
  padding: 0;
}

.center {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
