body {
    margin: 0;
    padding: 0;
    background: #1e1503;
    color: #e5dca8;
}
body > * {
    background: #1e1503;
}
h1, h2 {
    font: bold 18px Helvetica;
    color: #000;
    margin: 10px 20px 5px;
}
/* @group Lists */
h1 + ul, h2 + ul, h3 + ul, h4 + ul, h5 + ul, h6 + ul {
    margin-top: 0;
}
ul {
    color: #aaa;
    border: 1px solid #1c1401;
    font: bold 18px Helvetica;
    padding: 0;
    margin: 15px 10px 17px 10px;
}
ul.rounded li:first-child, ul.rounded li:first-child a {
    border-top: 0;
}
ul li {
    color: #666;
    border-top: 1px solid #3c2f0f;
    border-bottom: #1c1401;
    list-style-type: none;
    padding: 10px 10px 10px 10px;
    overflow: hidden;
}
ul li.arrow {
    background-image: url(http://www.robincarnahan.com/page/-/img/iphone/chevron.png);
    background-position: right center;
    background-repeat: no-repeat;
}
ul li.forward {
    background-image: url(http://www.robincarnahan.com/page/-/img/iphone/chevron_circle.png);
    background-position: right center;
    background-repeat: no-repeat;
}
/* universal links on list */
ul li a, li.img a + a {
    color: #fff;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    padding: 12px 10px 12px 10px;
    margin: -10px;
}
ul li a.active, ul li a.button {
	background-color: #755505;
	color: #fff;
}
ul li.arrow a.active {
    background-image: url(http://www.robincarnahan.com/page/-/img/iphone/chevron.png);
    background-position: right center;
    background-repeat: no-repeat;
}
ul li a.active.loading, ul li.arrow a.active.loading {
	background-image: url(/page/-/img/iphone/loading.gif);
	background-position: 95% center;
	background-repeat: no-repeat;
}
ul li.forward a.active {
    background-image: url(/page/-/img/iphone/chevron_circle.png);
    background-position: right center;
    background-repeat: no-repeat;
}
ul li.img a + a {
    margin: -10px 10px -20px -5px;
    font-size: 17px;
    font-weight: bold;
}
ul li.img a + a + a {
    font-size: 14px;
    font-weight: normal;
    margin-left: -10px;
    margin-bottom: -10px;
    margin-top: 0;
}
ul li.img a + small + a {
    margin-left: -5px;
}
ul li.img a + small + a + a {
    margin-left: -10px;
    margin-top: -20px;
    margin-bottom: -10px;
    font-size: 14px;
    font-weight: normal;
}
ul li.img a + small + a + a + a {
    margin-left: 0px !important;
    margin-bottom: 0;
}
ul li a + a {
    color: #000;
    font: 14px Helvetica;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}
ul li a + a + a, ul li.img a + a + a + a, ul li.img a + small + a + a + a {
    color: #666;
    font: 13px Helvetica;
    margin: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    padding: 0;
}
/*
@end */
/* @group Forms */
ul.form li {
    padding: 7px 10px;
}
ul.form li.error {
    border: 2px solid red;
}
ul.form li.error + li.error {
    border-top: 0;
}
ul li input[type="text"], ul li input[type="password"], ul li textarea, ul li select {
    color: #777;
    background: transparent url(../.png);
    border: 0;
    font: normal 17px Helvetica;
    padding: 0;
    display: inline-block;
    margin-left: 0px;
    width: 100%;
    -webkit-appearance: textarea;
}
ul li textarea {
    height: 120px;
    padding: 0;
    text-indent: -2px;
}
ul li select {
    text-indent: 0px;
    background: transparent url(http://www.robincarnahan.com/page/-/img/iphone/chevron.png) no-repeat right center;
    -webkit-appearance: textfield;
    margin-left: -6px;
    width: 104%;
}
ul li input[type="checkbox"], ul li input[type="radio"] {
    margin: 0;
    padding: 10px 10px;
}
ul li input[type="checkbox"]:after, ul li input[type="radio"]:after {
    content: attr(title);
    font: 17px Helvetica;
    display: block;
    width: 246px;
    color: #777;
    margin: -12px 0 0 17px;
}
/* @end */
/* @group Mini Label */
ul li small {
    color: #64c114;
    font: 17px Helvetica;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    width: 23%;
    float: right;
    padding: 0;
}
ul li.arrow small {
    padding: 0 15px;
}
ul li small.counter {
    font-size: 17px;
    line-height: 13px;
    font-weight: bold;
    background: rgba(0,0,0,.15);
    color: #fff;
    padding: 4px 10px 5px 10px;
    display: block;
    width: auto;
    margin-top: -22px;
}
ul li.arrow small.counter {
    margin-right: 15px;
}
/* @end */
/* @group Individual */
ul.individual {
    border: 0;
    background: none;
    clear: both;
    overflow: hidden;
    padding-bottom: 3px;
}
ul.individual li {
    background: #251b02;
    border: 1px solid #1c1401;
    font-size: 14px;
    text-align: center;
    width: 48%;
    float: left;
    display: block;
    padding: 11px 10px 14px 10px;
}
ul.individual li + li {
    float: right;
}
ul.individual li a {
    color: #fff;
    line-height: 16px;
    margin: -11px -10px -14px -10px;
    padding: 11px 10px 14px 10px;
}
/* @end */
/* Per-page Custom */
#about p {
	margin-bottom: 8px;
}
#about a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#header {
	margin: 0;
	padding: 0;
}
#header a {
	background: transparent url(http://www.robincarnahan.com/page/-/img/iphone/header_bg.png) no-repeat top center;
	height: 146px;
	display: block;
	text-indent: -9999px;
}
.article h2, .article h2 a, h2, h2 a {
	font: bold 30px Helvetica;
	text-shadow: none;
	color: #e5dca8;
	margin: 20px 5px 10px 5px;
	text-align: left;
}
.article h2 a {
	text-decoration: underline;
}
.article h3, .article h3 a {
	font: bold 20px Helvetica;
	text-shadow: none;
	color: #e5dca8;
	margin: 20px 5px 10px 5px;
	text-align: left;
}
.notice h2 {
	font: normal 14px Helvetica;
	text-shadow: none;
	color: #e5dca8;
	margin: 15px;
	text-align: left;
}
.notice h2 a {
	color: #e5dca8;
}
.article p, .article ol, .article ul {
	font: normal 14px Helvetica;
	margin: 0 5px 10px 5px;
	color: #e5dca8 !important;
	text-align: left;
	background: none;
}
.article ol li, .article ul li {
	margin: 5px 0 5px 0;
	color: #e5dca8 !important;
	background: none;
}
.article a {
	color: #e5dca8;
	text-decoration: underline;
}
.article a:visited {
	color: #aa9b44;
	text-decoration: none;
}
/* @end */
.pfb{ border: 1px solid #e5dca8;color: #e5dca8;padding: 5px;width: 200px;font-size: 10px;margin:20px auto 10px auto;text-align: center;}