/*
	Theme URI: http://www.littlelines.com/
	Description: Littlelines goodness
	Version: 1.0
	Author: Matthew Sears
	Author URI: http://www.matthewsears.com/
*/

/* ------------------------------- Typography ---------------------------------- */

body {
	margin: 0;
	padding: 0;
	text-align: center; /* IE 5.5 Hack */
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 84%;
	color: #464646;
	background-color: #332D25;
}
a {
	color: #C94B00;
	text-decoration: none;
	border-bottom: 2px solid #cfbf97;
	outline: none;
}
a.img {
	border: none;
	text-decoration: none;
	display: block;
	float: left;
	background-color: transparent;
}
a:hover {
	text-decoration: none;
	background: #ABD86E;
	color: #FFFFFF;
	border: 0px;
}
a.image,
a.image:hover,
a.image img {
	border: none !important;
	text-decoration: none;
	background-color: transparent;
}
blockquote {
/*	background: #f5f6f7;*/
	padding: 10px 10px;
	color: #333;
}

code {
	font-family: Monospace, Courier New;
	font-size: 1.0em;
}

h1 {
	text-align: left;
	color: #000;
	margin: 2px 0 0px 0;
	font-size: 140%;
	font-weight: normal;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h2 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #515151;
	font-size: 170%;
	font-weight: normal;
	margin: 2px 0 7px 0;
	padding: 15px 0 0 0;
	line-height:1em;
}
h3 {
	color: #3D362D;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	padding:  0;
	line-height: 1em;
	font-weight: normal;
	font-size: 110%;
}
h3 a {
	font-size: 115%;
	line-height: 25px;
}
h4 {
	color: #3D362D;
	line-height: 15px;
	margin: 0;
	font-size: 92%;
}

h5 {
	font-size: 90%;
}

h6 {
	font-size: 90%;
	border: 0;
}

h1 a, h2 a, h3 a {
	border:0;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	color: #000;
	background-color: transparent;
}

p {
	line-height: 1em;
	padding: .25em 0 0 0;
	margin: 0;
}
ul li{
	line-height: 2.0em;
	list-style-image: url(/images/page.gif);
	padding: 0;
	margin: 0 0 2px 20px;
}

ul {
	padding: 2px 0 0 0;
	margin: 10px 0 10px 5px;
}

label {
	font-size: 110%;
	line-height: 1.75em;
	color: #000;
	padding: 0;
	margin: 0;
}

/*-------------------------------Forms ----------------------------------*/

textarea, input, select {
	background: #f4f4f4;
	border: 1px solid #b2b2b2;
	color: #000;
	margin: 1px;
	padding: 3px;
	font-size: 100%;
	font-family: "Lucida Grande", sans-serif;
}

input:focus, textarea:focus, label:focus {
	background: #fff;
	border: 1px solid #686868;
}

fieldset,img {
	border:0;
	padding: 0;
	margin: 0;
}

fieldset {
	margin-bottom: 10px;
}

/*------------------------------- Misc. Classes ----------------------------------*/

.highlight{
	color: #C94B00;
}
.highlighter{
	color: #ABD86E;
	line-height: 30px;
}
.sunshine {
	background: #FFF url(/images/belt-bg.gif) no-repeat bottom right;
	height: 185px;
	padding: 0;
	margin: 0;
}
.sunshine h1 {
	width:  600px;
	margin: 0;
	padding: 10px 0 0 0;
}
.dark {
	color: #000;
	line-height:  1.5em;
}
.subscribe
{
	width: 200px;
	height: 55px;
	background: url(/images/rss.gif) no-repeat;
	padding: 0px 25px 0 55px;
	margin: 5px 10px 0 0;
	font-size: 115%;
	line-height: 22px;
}

.button {
	background:#ABD86E;
	color:#335300 !important;
	padding:5px 13px;
	font-weight:bold;
	font-size:1em;
	cursor: pointer;
}
ul.greencheck, ul.redcheck{
	margin: 0 0 20px 0;
	padding: 5px 0;
	list-style: none;
	font-size:.9em;
	height: 50px;
}
.greencheck li {
	list-style-type:  none;
	list-style-image: none;
	margin:  0;
	padding: 0;
	float:left;
	padding-left: 20px;
	background: url(/images/checkbox.gif) no-repeat 0 5px;
	width: 6em;
}
.redcheck li {
	list-style-type:  none;
	list-style-image: none;
	margin:  0;
	padding: 0;
	float:left;
	padding-left: 20px;
	background: url(/images/redcheckbox.gif) no-repeat 0 5px;
	width: 6em;
}
li.col_1 {
	width:150px;
}
li.col_2 {
	width:160px;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
	display: inline-block;
}

/*------------------------------- Validation ----------------------------------*/

input.required, textarea.required {
	border: 1px solid #999;
	padding: 3px;
	margin: 0;
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}
.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: rgb(201, 75, 0);
	color : #FFF;
	width: 338px;
}
.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}

/*-------------------------------Container ----------------------------------*/
div.container {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background-color: transparent;
}
/*------------------------------- Header ------------------------------------*/

div#headline{
    width: 100%;
    height: 22px;
    background-color: #c94b00;
    color: #fff;
    padding-top: 3px
}

div#header {
	margin: 0;
	padding: 0;
	height: 225px;
	background: #fff url(/images/header-bg.gif) repeat bottom right;
}
div#header #logo {
	margin: 65px 0 0 0;
	padding: 0;
	height: 76px;
	width: 231px;
	float:  left;
	display: block;
	border-style: none;
	background-color: transparent;
}
div#header #radiant{
	width: 500px;
	height: 200px;
	margin:  0;
	padding: 0;
	background: transparent url(/images/flower.jpg) no-repeat 0 0 ;
	position:  absolute;
	top: 25px;
	right: 50px;
	float: right;
}
div#header a:hover { background: none; }

/*------------------------------- Navigation ----------------------------------*/
div#nav{
	width: 100%;
	padding: 1px 0 0 0;
	margin: 0;
	height: 50px;
	line-height: 35px;
	background: #351b1a url(/images/nav-bg.gif) repeat-x bottom right;
}
div#nav ul{
	padding: 0;
	margin: 0;
	height: 50px;
	float: left;
}
div#nav ul li{
	margin: 12px 0 0 0;
	padding: 0;
	float: left;
	display: inline;
	color: #000;
	line-height: 1.0em;
	background-color: #47361F;
}
div#nav ul li a{
	font-size: 112%;
	color: #B1A287;
	text-decoration: none;
	display: block;
	display: inline-block; /* IE 6 hack */
	margin: 0;
	padding: 3px 15px 0 15px;
	border-right: 1px solid #131313;
	border-bottom: 0;
	background: #47361F url(/images/tab-bg.gif) repeat-x;
	height:  35px;
	line-height: 35px;
}
div#nav ul li a:hover{
	color: #FFF;
	background-color: #49381e;
}
body#home a#hometab,
body#blog a#blogtab,
body#work a#worktab,
body#about a#abouttab,
body#contact a#contacttab  {
	color: #222;
	background: #fff url(/images/tab-bg-on.gif) repeat-x;
	border: 0;
	border-bottom:  1px solid #FFF;
	border-right:  1px solid #FFF;
	border-left:  1px solid #FFF;
	font-weight: bold;
}
/*------------------------------- Content ----------------------------------*/
div#content{
	padding: 0;
	margin: 0;
	width:  100%;
	float: left;
}
#content p {
	font-family: "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 130%;
	color: #333;
	line-height: 1.35em;
	margin-bottom: .75em;
}
/*------------------------------- Belt ----------------------------------*/
div#belt{
	background-color: #FFF;
	padding: 20px 0 1px 0;
	margin: 0;
	min-height: 60px;
	height:auto;
}
#home div#belt{
	line-height: 1.90em;
}
#work div#belt{
	height: 375px;
	line-height: 1.25em;
}
div#belt h2{
	margin:  0;
	padding: 0;
	font-size: 180%;
	color: #C94B00;
}
div#belt h1{
	margin: 0 0 5px 0;
	padding: 10px 0 0 0;
	font-size: 130%;
	color: #333;
}

div#belt p{
	font-size:  120%;
}
div#belt .column-left{
	width:48%;
	float:left;
	padding: 0px 10px 10px 0;
}
div#belt .column-right{
	width:48%;
	float:right;
	margin: 0;
	padding: 0px 10px 10px 0;
}
div#belt .column-right img{
	border: 5px solid #D5D5C1 !important;
	padding: 3px;
}
/* for Internet Explorer */
/*\*/
* html #belt {
height: 100px;
}

/*------------------------------- Main ----------------------------------*/
div#main {
	padding: 5px 0 0 0;
	margin: 0;
	background: #f4f1ea url(/images/main-bg.gif) repeat-x top;
	width: 100%;
	float: left;
	min-height: 300px;
}
div#main .column-left{
	width:48%;
	min-height:280px;
	height:100%;
	float:left;
	margin: 0;
	padding: 0 5px 20px 0;
	border-right: 0px solid #CDCCB2;
	background:  transparent;
}
div#main .column-right{
	width:48%;
	min-height:280px;
	float:right;
	margin: 0;
	padding: 0 0 20px 20px;
	border-left: 2px solid #e3e3cf;
}
div#main #column-middle{
	float:left;
	margin: 0;
	padding: 0;
}

/* quotes */

div.quote {
	width:  600px;
	margin: 0;
	padding: 10px 0 0 0;
	font-size: 120%;
}

div.quote em{
	margin-top:  15px;
	font-style: italic;
	font-size: 12pt;
	color: #333;
	text-align: right;
}

big.quote {
	font-family: Georgia, san-serif;
    font-weight:      bold;
    font-size:        60px;
    line-height:      0px;
    vertical-align:   -25px;
    opacity:          0.5;
    -moz-opacity:     0.5;
    filter:           alpha(opacity=50);
	display: inline;
}

html>body big.quote { *line-height: 35px; color: #999999; } /* IE7 Hacks */

big.quote a {
	text-decoration: none;
}

/*------------------------------- Blog ----------------------------------*/
div#post {
	margin: 0;
	padding: 0 70px 10px 10px;
	font-size: 110%;
}

div#post #post-content{
	padding: 0;
	margin: 0 0 0 65px;
}

div#post #post-content img{
	border: 5px solid #D5D5C1 !important;
	padding: 3px;
}

div#post #post-content h1{
	font-size: 170%;
}
.storycontent{
	margin:  0 0 10px 65px;
}
.post-mini{
	padding: 0 10px 0 10px;
	margin:  0 0 20px 0;
	height: 175px;
}

.post-mini-alt {
	background-color: #E7E7DA;
}

.post-mini h3{
	width: 425px;
	font-size: 120%;
}
.post-gutter {
	display: block;
	float: left;
	margin: 6px 16px 50px 0;
	width: 50px;
	clear: left;
}
.post-excerpt{
	font-size: 88%;
}
.post-matt{
	width: 50px;
	height:  62px;
	background: #fff url(/images/matt-50.gif) no-repeat bottom;
	margin: 0;
	padding: 0;
}
.post-josh{
	width: 50px;
	height:  62px;
	background: #fff url(/images/josh-50.gif) no-repeat bottom;
	margin: 0;
	padding: 0;
}
.datebox {
	display: block;
	float: left;
	margin: 0;
	background-color: #fff;
	width: 50px;
	border-top: 1px solid #D7D1B4;
	background: #fff url(/images/border.jpg) repeat-x bottom;
	clear: left;
}
.datebox p {
	color: #222;
	padding: .25em .25em .25em .25em;
	text-align: center;
	font-size: 92%;
	text-transform: uppercase;
	font-family: Georgia, "Lucida Grande", Helvetica, sans-serif;
	line-height: 1.25em;
}
.datebox p span {
	display: block;
	font-size: 120%;
	color: #669900;
	line-height: .85em;
}

/** Comments **/

div#comments{
	margin: 0 0 0 60px;
}

h3#postcomment{
	margin: 0;
	padding: 0;
}

div.comment-box {
	background: none;
	float: left;
	width: 100%;
	clear: both;
	padding: 10px;
	margin: 5px 0 10px 0;
}

div.comment-box dl{
	float: left;
	width: 20%;
	height:  50px;
	margin: 0;
	font-size: 92%;
	padding: 10px 0 0 16px;
}

div.comment-box dl a {
	border: 0;
	font-weight: bold;
}

div.comment-box dl dt {
	float: left;
	margin-right: 8px;
}

div.comment-box p {
	float: right;
	width: 75%;
	margin: 0;
	padding: 0;
}

div#comments div.guest {
	background: transparent url(/images/logo_small.gif) no-repeat 7px 7px;
}

div#comments div.comment-boxalt {
	background: #E7E7DA url(/images/logo_small.gif) no-repeat 7px 7px;
}

div#comments div.matt_sears{
	color: #696056;
	background: #CECDB3 url(/images/matt-50.gif) no-repeat 7px 7px;
}

div#comments div.josh_sears{
	color: #696056;
	background: #CECDB3 url(/images/josh-50.gif) no-repeat 7px 7px;
}

ul#category-tags li {
	display: inline;
	list-style: none;
	background-image: none;
	font-size: 110%;
	padding-left: 3px;
	margin: 0.25em 0 0;
	line-height: 1.5em;
}

ul#category-tags li.tag {
	background: url(/images/tag.gif) no-repeat 0 3px;
	padding: 0 5px 0 18px;
}

ul#category-tags{
	width: 220px;
}

div#livesearchform{
	width: 200px;
	height: 25px;
	margin: 10px 0 0 0;
	padding: 1px 0 2px 0;
	text-align: right;
}

div#livesearchform input{
	width: 225px;
	font-size: 120%;
	color:#999;
	background: url(/images/bg_search_input.gif) no-repeat;
	padding: 5px 0 3px 27px;
}

/*------------------------------- Blog Forms-------------------------------*/
p.form-input {
	width: 231px;
	float: left;
	margin-right: 15px;
}
p.form-input label {
	display: block;
	font-weight: bold;
}
p.form-input label em {
	font-weight: normal;
	color: #BF3A14;
	font-size: 85%;
}
p.form-input input {
	margin-bottom: 10px;
	margin-top: 3px;
	width: 100%;
	padding: 2px;
	font-size: 100%;
	color: #000;
}
p.form-textarea label {
	display: block;
	font-weight: bold;
	clear: both;
	font-size: 85%;
}
p.form-textarea textarea {
	width: 725px;
	margin-bottom: 10px;
	margin-top: 3px;
	padding: 2px;
	font-size: 100%;
	color: #000;
	font-family: inherit;
}
div.post-detail {
	color: #513E29;
	margin: 0;
	padding: 0;
	display: inline;
	font-size: 92%;
}
div.post-detail ul li {
	display: block;
	float: left;
	margin: 0;
	padding: 0 10px 0 0;
}
div.post-detail ul li.tag {
	background: url(/images/tag.gif) no-repeat 0 50%;
	padding-left: 18px;
}
div.post-detail ul li.comment {
	background: url(/images/comment.gif) no-repeat 0 50%;
	padding-left: 18px;
}
div.post-detail ul li.posted {
	background: url(/images/page.gif) no-repeat 0 50%;
	padding-left: 18px;
}

/*------------------------------- Featured Work List---------------------*/

dl.work-list{
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 90%;
	width:  260px;
	height: 65px;
	text-align: left;
}
.work-list dt {
	margin: 0;
	padding: 0;
	width: 50px;
	float: left;
}
.work-list dt a {
	float: left;
	display: block;
	margin: 0;
	padding: 2px;
	height: 50px;
	border: 3px solid #D5D5C1;
	background: #fffefa;
}
.work-list dd {
	margin: 0 0 5px 0;
	padding: 0;
	float: right;
	width: 190px;
	font-size: 120%;
}
.work-list dd strong {
	color: #666;
}
.work-list dt a:hover, #work-list dt.active a {
	border-color: #fff;
	background: #fff;
}
.work-list dt.active a {
	border-color: #EBF4D9;
	background: #2D405B;
}
.work-list dd.active a {
	text-decoration: none;
	font-weight: bold;
	color: #2D405B;
	border-bottom: none;
}

/*-------------------------------About Us----------------------------------*/

#main #matt{
	width:317px;
	height:538px;
	margin: 0;
	padding: 0;
	background: url(/images/matt-bg.gif) no-repeat 0 0;
	float: left;
	cursor: pointer;
}
#main #josh{
	width:333px;
	height:538px;
	background: url(/images/josh-bg.gif) no-repeat 0 0;
	margin: 0;
	padding: 0;
	float: right;
	cursor: pointer;
}
#main #matt .tagline{
	padding: 0;
	margin: 40px 0 0 67px;
}
#main #matt-bio{
	float: right;
	width: 450px;
	margin: 0;
	padding: 0;
}
#main #josh .tagline{
	padding: 0;
	margin: 40px 0 0 10px;
	text-align: right;
	width: 250px;
}
#main #josh-bio{
	float: left;
	width: 450px;
	margin: 0;
	padding: 0;
}
#main .links{
	padding: 0;
	margin: 337px 0 0 12px;
	width:  293px;
}
#main .links h2{
	font-size: 120%;
}
#main .links .quote{
	font-size: 100%;
	font-style: italic;
	margin: 12px 0 0 0;
	padding: 0;
	width: 295px;
}
#main #brain{
	background: transparent url(/images/brain-bg.gif) no-repeat 0 0;
	width: 150px;
	height: 538px;
	margin: 0;
	padding: 0;
	float: left;
}
#main #brain h4{
	text-align: center;
	padding: 0 10px 0 10px;
	margin: 350px 0 0 0;
	color: #777670;
	font-size: 85%;
}

#main.stripe{
	background: #f3f3ec url(/images/main-stripe-bg.gif) repeat-x top;
}
/*------------------------------- Footer ----------------------------------*/
div#footer {
	background-color: #3D362D;
	color: #fff;
	width: 100%;
	padding: 0;
	margin:  0;
	text-align:center;
	height:  225px;
	font-size:  100%;
	float: left;
	border-top: 1px solid #FFF;
}
div#footer #top {
	padding: 10px 0 0 0;
	margin: 0;
	height: 175px;
	text-align: center;
}
div#footer ul {
	padding: 0;
	margin: 0 0 0 0;
	text-align: left;
	height: 10px;
	font-size:1.0em;
	list-style: none;
}
div#footer ul li{
	list-style-type:  none;
	list-style-image: none;
	margin:  0;
	padding: 0 0 0 20px;
	background: url(/images/checkbox.gif) no-repeat 0 5px;
}
div#footer .dlblock {
	float: left;
	width: 420px;
	padding: 0;
	margin: 10px 0 0 0;
}
div#footer .dlblockr {
	float: right;
	width: 330px;
	padding: 0;
	margin: 10px 0 0 0;
}
div#footer h1{
	color: #ffffff;
	font-size: 160%;
	margin:  0 0 10px 0;
}
div#footer #bottom{
	background-color: #332D25;
	height:  40px;
	margin: 0;
	padding: 0;
	width: 100%;
}
div#footer #bottom p{
	font-size: 100%;
	margin: 0;
	padding: 15px 0 0 0;
	color: #ABD86E;
}




