/*
Theme Name: Eeeqd v1
Theme URI: http://eeeqd.com
Description: eeeqd
Version: 1.0
Author: Noël Jackson
Author URI: http://noel.io
Tags: blue, custom header, fixed width, two columns, widgets
*/
/* The Reset ---------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,
h6,pre,form,fieldset,input,p,blockquote,table,
th,td {margin:0;padding:0;}
fieldset,img,abbr {border:0;}
address,caption,code,dfn,h1,h2,h3,
h4,h5,h6,th,var {font-style:normal;font-weight:normal;}
caption,th {text-align:left;}
q:before,q:after {content:'';}
a {text-decoration:none;}
/* -------------------------- */
/* Defaults */
body {
    font-size: 85%; /* 16px * 0.75 = 12px */
    line-height:1.5em; /* 12x1.5 = 16 */
font-family: Helvetica;
color: #444;
}

.group:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

a, a:link, a:visited { 
	color: #000;
	text-decoration: underline;
}
a:hover, a:active {
	color: #333;
}
em, cite { font-style: italic; }
strong { font-weight: bold; }
h2 {
font-size: 1.8em;
line-height: 1;
margin-bottom: .5em;
border-bottom: 1px solid #666;
}
p {
margin-bottom: 1.5em;
}
h1 {
margin-left: -33px;
}
h1,h2,h3,h4,h5,h6 { }
p, pre, dl, ul, ol {}
table, td, th, tr, thead, tbody, tfoot {}
dd, dt, li {}
blockquote {}
form, fieldset, address{}

/* Utility */
.highlite, blockquote em, { background-color:#FFFCCE; }
.none { text-indent: -1000em; }

/* Alignment */
.alignleft,.alignright,.align-left,.align-right { }
.alignright,.align-right, .inset { float:right; }
.alignleft, .align-left, .alternate { float:left; }
.aligncenter, .align-center { margin: 0 auto; text-align: center; }
.text-left{text-align:left;}
.text-right{text-align:right;}

/* Figures & images */
.image {}
.figure {}
.figure .caption {}


.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;
}

/* Structure */
#page {

width: 385px;
margin: 0 auto;
padding-left: 34px;
}
h1 {
margin-top: 50px;
margin-bottom: 25px;
}
#content {
width: 335px;
}