/*
THEME NAME: ChipBarm
DESCRIPTION: Hand drawn feel for simplicity, focus on the posts. 
VERSION: 1.0
AUTHOR: Richard Clark - <a href="http://www.kmp.co.uk">KMP</a>
AUTHOR URI: http://www.kmp.co.uk
TAGS: html5, microformats, hcard, hatom
*/

/*=======================
MASTER RESET based on the below.
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
/*=========================*/
html, body, div, span, applet, object, iframe,  h1, h2, h3, h4, h5, h6, p, blockquote, pre,  a, abbr, acronym, address, big, cite, code,  del, dfn, em, font, img, ins, kbd, q, s, samp,  small, strike, strong, sub, sup, tt, var,  b, u, i, center,  dl, dt, dd, ol, ul, li,  fieldset, form, label, legend,  table, caption, tbody, tfoot, thead, tr, th, td, header, footer, aside, nav, article, section {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,  q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	display: block;
	height: 1px;
	border-top: 1px solid #cccccc;
	border-left: 0 none;
	border-right: 0 none;
	border-bottom: 0 none;
	margin: 1em 0;
	padding: 0;
}
input {
	vertical-align:middle;
}

/*===================================================*/

body {
	background-color:#fff;
	font:normal 100%/1.5 Georgia, "Times New Roman", Times, serif;
}

#skiptoContent {
	display: block;
	padding: 10px 20px;
	position: absolute;
	top:0;
	left: -999px;
}
#skiptoContent:focus {
	left: 0;
}

section, header, nav, footer {
	width:940px;
	margin:0 auto;
	display:block;
	font-size:1em;
}

footer {
	clear:both;
}

section {
	display:table;
	border-collapse:collapse;
	table-layout:fixed;
}

section > div {
	width:100%;
}

section > div > div {
	display:table-cell;
	width:680px;
	float:left; /* for IE */
}

section > div > aside {
	display:table-cell;
	width:240px;
	padding-left:20px;
	float:right; /* for IE */
}

a {
	color:#ff3f62;
	text-decoration:none;
}

footer a:hover {
	text-decoration:underline;
}

blockquote {
	margin:20px;
	padding:20px;
	border-left:5px solid #ff3f62;
	background:#ff9fb0;
	font-style:italic;
}

/*-----------------------
HEADER/H1 Logo Replacement
-------------------------*/

header h1 { 
	letter-spacing : -1000em;
} 

/* Just for Opera, but hide from MacIE */ 
/*\*/html>body header h1 { 
	letter-spacing : normal; 
	text-indent : -999em; 
	overflow : hidden;
} 
/* End of hack */ 

header h1 {
	border:none;
}

header h1 a {
	display:block;
	width:400px;
	height:55px;
	background:url(img/logos/logo.gif) 0 0 no-repeat;
}

header h1 a:hover {
	background-position:0 -94px;
}


header h2 {
	letter-spacing:-1000em;
	background:url(img/logos/logo.gif) 0 -57px no-repeat;	
	margin:0;
	height:32px;
}

/* Just for Opera, but hide from MacIE */ 
/*\*/html>body header h2 { 
	letter-spacing:normal; 
	text-indent:-999em; 
	overflow:hidden;
} 
/* End of hack */ 

header {
	background:url(img/bkgd/line-940.gif) 0 100% no-repeat;
	padding:15px 0 30px 0;
	position:relative;
	margin-bottom:20px;
}

header a#rss {
	position:absolute;
	right:0;
	top:9px;
	text-indent:-9999em;
	width:90px;
	height:90px;
	background:url(img/icons-buttons/rss.gif) 0 0 no-repeat;
}

/*-----------------------
FOOTER
-------------------------*/

footer {
	background:url(img/bkgd/line-940.gif) 0 0 no-repeat;
	padding:20px 0;
}

footer img {
	float:left;
	padding-right:10px;
	padding-top:8px;
}

/*-----------------------
ASIDE
-------------------------*/

aside {
	text-align:right;
}

aside a:hover {
	text-decoration:underline;
}

aside .xoxo, aside .xoxo ul {
	list-style:none;
	margin-left:0;
}

aside ul ul {
	margin:0 0 20px 0;
}

aside h2 {
	font-family:Impact, "Arial Black", Gadget, sans-serif;
	text-transform:uppercase;
	font-size:2.4em;
	background:url(img/bkgd/line-940.gif) 0 100% no-repeat;
	padding-bottom:5px;
}

/*-----------------------
NAV
-------------------------*/

nav {
	background:url(img/bkgd/line-940.gif) 0 100% no-repeat;
	padding:15px 0;
	position:relative;
	min-height:60px;
}

nav li {
	display:block;
	float:left;
}

nav li a {
	background:url(img/icons-buttons/tab.gif) 0 0 no-repeat;
	width:125px;
	display:block;
	line-height:50px;
	text-align:center;
	color:#fff;
	font-family:Impact, "Arial Black", Gadget, sans-serif;
	text-transform:uppercase;
	font-size:1.6em;
	text-decoration:none;
}

nav a:hover {
	color:#ff3f62;
}

nav form {
	position:absolute;
	right:0;
	top:10px;
}

nav form label {
	font-size:1.4em;
	font-family:Impact, "Arial Black", Gadget, sans-serif;
	text-transform:uppercase;
	line-height:40px;
}

nav form label span {
	padding-top:13px;
	float:left;
}

nav form label input {
	background:#fff url(img/bkgd/search-input.gif) 0 0 no-repeat !important;
	border:0;
	padding:8px 15px 8px 10px;
	width:210px;
	min-height:30px;
	margin-top:8px;
	font-size:1em;
	font-family:Verdana, Geneva, sans-serif;
	text-transform:none;
	color:#000;
	cursor:auto;	
}

nav form input {
	background:#fff url(img/icons-buttons/b-go.gif) 0 0 no-repeat !important;
	border:0;
	width:45px;
	min-height:45px;
	font-size:1.4em;
	font-family:Impact, "Arial Black", Gadget, sans-serif;
	text-transform:uppercase;
	color:#fff;
	cursor:pointer;
}

nav form input:hover {
	color:#ff3f62;
}

/*-----------------------
SECTION
-------------------------*/

section ul, section ol {
	margin-left:30px;
}

h2.pagetitle {
	line-height:1;
	font-size:2em;
	font-family:Impact, "Arial Black", Gadget, sans-serif;
	/*background:url(img/bkgd/line-940.gif) 0 100% no-repeat;*/
	padding-bottom:20px;
}

h2.pagetitle span {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	letter-spacing:-1px;	
}

.navigation {
	margin-bottom:20px;
	float:left;
	width:100%;
	clear:both;
}

.navigation a:hover {
	text-decoration:underline;
}

.alignleft {
	width:45%;
	float:left;
	text-align:left;
}

.alignright {
	width:45%;
	float:right;
	text-align:right;
}

/*-----------------------
ARTICLE
-------------------------*/

article {
	margin-bottom:30px;
	display:block;
}

article h2 {
	font-family:Impact, "Arial Black", Gadget, sans-serif;
	font-size:4em;
	text-transform:uppercase;
	color:#ff3f62;
	line-height:1;
}

article a:hover {
	text-decoration:underline;
}

article p {
	margin-bottom:10px;
}

.sociable, .meta, .comment-meta {
	font-family:Geneva, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif
}

.meta {
	font-size:0.8em;
	margin-bottom:10px;
}

.comment-meta {
	font-size:0.8em;
}

article div.sociable {
	margin:15px 0 0 0;
	clear:both;
}

/*-----------------------
COMMENTS
-------------------------*/

#comments h3, #respond h3 {
	font-family:Impact, "Arial Black", Gadget, sans-serif;
	text-transform:uppercase;
	font-size:2.4em;
	background:url(img/bkgd/line-940.gif) 0 100% no-repeat;
	padding-bottom:5px;
	margin-bottom:20px;
}


section #comments ol {
	list-style:none;
	margin:0;
}

#comments li {
	position:relative;
	margin:0 20px 20px 0;
	padding:30px 20px 30px 20px;
	min-height:100px;
	background:url(img/bkgd/c-top-guest.gif) top left no-repeat;
    background-image:url(img/bkgd/c-top-guest.gif), url(img/bkgd/c-bot-guest.gif), url(img/bkgd/c-rpt-guest.gif);
    background-position:top left, bottom left, 0 30px;
    background-repeat:no-repeat, no-repeat, repeat-y;
	
	/*background-color:#fff;
	background:url(img/bkgd/c-top-guest.gif) top left no-repeat, url(img/bkgd/c-bot-guest.gif) bottom left no-repeat, url(img/bkgd/c-rpt-guest.gif) 0 30px repeat-y;*/
}

#comments li img {
	position:absolute;
	top:30px;
	left:20px;
	z-index:5;
}

#comments li p, #comments li h4 {
	position:relative;
	left:52px;
	width:568px;
	z-index:5;
}

#comments li h4 {
	font-size:1.4em;
}

#comments li span {
	position:absolute;
	top:-60px;
	right:-20px;
	font-size:150px;
	font-family:Impact, "Arial Black", Gadget, sans-serif;
	z-index:1;
	color:#ff9fb0;
}

#comments .bypostauthor {
	color:#fff;
	background:#000 url(img/bkgd/c-top-auth.gif) top left no-repeat;
    background-image:url(img/bkgd/c-top-auth.gif), url(img/bkgd/c-bot-auth.gif), url(img/bkgd/c-rpt-auth.gif);
    background-position:top left, bottom left, -4px 30px;
    background-repeat:no-repeat, no-repeat, repeat-y;
}

#comments .author h4, #comments .author h4 a, #comments .bypostauthor .comment-meta a  {
	color:#fff;
}

#respond h3 {
	margin-bottom:0;
	margin-top:20px;
}

#commentform label, #commentform input, #commentform textarea {
	display:block;
}

#commentform label {
	font-size:1.2em;
	padding-left:20px;
}

#commentform input, #commentform textarea {
	font-size:1.1em;
	font-family:Verdana, Geneva, sans-serif;
}

#commentform input, #commentform textarea {
	margin-bottom:20px;
}

#commentform textarea {
	width:100%;
}

#commentform input {
	background:#fff url(img/bkgd/comment-input.gif) 0 0 no-repeat !important;
	border:0;
	padding:10px 20px;
	width:340px;
	min-height:30px;
	margin-bottom:5px;
}

#commentform textarea {
	background:#fff url(img/bkgd/comment-textarea.gif) 0 0 no-repeat !important;
	border:0;
	padding:10px 20px;
	width:600px;
	height:215px;
	margin-bottom:5px;
	overflow:hidden;
}

#commentform input.button {
	background:#fff url(img/icons-buttons/b-submit.gif) 0 0 no-repeat !important;
	border:0;
	padding:10px 20px;
	width:280px;
	min-height:50px;
	margin-bottom:5px;
	color:#fff;
	font-family:Impact, "Arial Black", Gadget, sans-serif;
	text-transform:uppercase;
	cursor:pointer;
	font-size:1.6em;
}

#commentform span.required {
	color:#ff3f62;
}

#commentform input.button:hover {
	color:#ff3f62;
}

#commentform span.hide {
	display:none;
}