@charset "UTF-8";

<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title> {
}

</title>
<link href='http://fonts.googleapis.com/css?family=Josefin+Sans' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href= http://www.iafolio.com/webfonts/avenir/MyFontsWebfontsKit.css>
< src="http://code.jquery.com/jquery-1.9.1.min.js"></>
<meta name="color:Theme Colour" content="#FF5B26" />
<meta name="color:Text Colour" content="#686767" />
<meta name="image:Header" content="0" />
<style type="text/css">
html {
  font-family:'AvenirLT-Light','Josefin Sans','Helvetica Neue';
  font-weight:lighter;
  color:{color:Text Colour;
}

; /* {
  color:Text Colour;
}  
}

p.post_content {
  font-weight:14px;
}

a {
  font-weight:900;
  color:{color:Theme Colour;
}

; /* {
  color:Theme Colour;
}  
}

h1 {
  font-weight:900;
  font-size:20px;
  color:{color:Text Colour;
}

; /* {
  color:Text Colour;
}  
}

h1 a {
  color:{color:Text Colour;
}

; /* {
  color:Text Colour;
}  
}

.clear {
  clear:both;
}

/*-------------------
	      Page Elements
	  -------------------*/
header {
  margin-top:-10px;
  width:100%;
  height:auto;
  background-color:#fff;
  position:fixed;
  z-index:2;
  padding-bottom:20px;
  text-align:center;
}

.blogtitle {
  font-size:26px;
  font-weight:bolder;
  text-transform:uppercase;
  margin:20px auto 0;
  width:500px;
}

.blogtitle a {
  color:{color:Text Colour;
}  
}

.blogdeion {
  font-size:12px;
  margin:10px auto;
  width:500px;
}

nav {
  margin:0 auto;
  width:100%;
  min-width:500px;
  border-bottom:1px solid #000;
  padding-bottom:10px;
  text-align:center;
  font-size:12px;
  text-transform:lowercase;
}

#content_wrapper {
  margin:0 auto;
  top:150px;
/* Respect to header position of fixed*/
  width:500px;
  position:relative;
  z-index:1;
}

footer {
  margin:0 auto;
  width:500px;
  margin-top:100px;
  height:80px;
}

/* Pagination */
.previous_page {
  display:inline-block;
  position:relative;
  width:100px;
  float:left;
  text-align:left;
  font-size:11px;
}

.next_page {
  display:inline-block;
  position:relative;
  width:100px;
  float:right;
  text-align:right;
  font-size:11px;
}

.current_page {
  display:inline-block;
  position:relative;
  width:100px;
  float:right;
  margin-right:100px;
  text-align:center;
  font-size:12px;
}

.previous_page a,.next_page a {
  text-decoration:none;
}

/*-------------------
	      Post Elements
	  -------------------*/
.post_wrapper {
  width:100%;
  margin:0 auto 80px;
}

.post_show {
  width:100%;
  font-size:14px;
}

.post_show a {
  color:#000;
}

.post_show_colour a {
  color:{color:Theme Colour;
}  
}

.post_hide {
  display:none;
}

/* Date and Notes*/
.date {
  display:inline-block;
  width:50%;
  font-size:12px;
  position:relative;
  float:left;
}

.notes {
  display:inline-block;
  width:50%;
  font-size:12px;
  text-align:right;
  position:relative;
  float:right;
}

.likereblog {
  display:inline-block;
  width:50px;
}

/* Quote Posts */
.quote {
  text-align:center;
  font-style:italic;
  font-size:16px;
}

.source {
  text-align:right;
  padding-right:20px;
}

.quotes {
  color:{color:Theme Colour;
}

; /* {
  color:Theme Colour;
}  
}

/* Link Posts */
.link_target a {
  font-size:10px;
  text-align:center;
}

/* Chat Posts */
.lines {
  margin-bottom:10px;
}

.chat_name {
  position:relative;
  display:inline-block;
  width:98px;
  float:left;
  color:#000;
}

.chat_line {
  position:relative;
  display:inline-block;
  width:400px;
  float:right;
}

.question_icon {
  position:relative;
  display:inline-block;
  width:40px;
  float:left;
  color:#000;
}

.question_name {
  position:relative;
  display:inline-block;
  width:460px;
  float:right;
}