@charset "utf-8";
/*-------------
    RESET
-------------*/
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, code, del, dfn, em, font, img, strong, sub, sup, b, u, i, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
/*-------------
    GLOBAL
-------------*/
body {
	background: url(http://www.justaddlindsay.com/images/bg-grain.jpg) repeat top left scroll;
	font-family: "Trebuchet MS", "Century Gothic", Corbel, Lucida Grande, Lucida Sans Unicode, Lucida Sans, DejaVu Sans, Bitstream Vera Sans, Liberation Sans, Verdana;
	font-size: .9em;
	color: #232b2a;
	height: 100%;
	font-weight: normal;
}
a {
	color: #125663;
}
a:hover {
	color: #2F0403;
}
p {
	margin: 5px 0 20px 0;
	line-height: 1.6em;
	text-align: justify;
}
h1, .header {
	font-family: "Century Gothic";
	font-size: 1.8em;
	letter-spacing: -0.02em;
	font-weight: normal;
}
h2 {
	font-size: 1.4em;
}
/*-------------
    HEADER
-------------*/
#head {
	width: 100%;
	height: 116px;
	background: url(http://www.justaddlindsay.com/images/header-tile.png) repeat-x top left scroll;
	position: absolute;
	top: 0px;
	left: 0px;
}
#head-content {
	width: 850px;
	height: 93px;
	margin: 0 auto;
}
#logo img {
	width: 320px;
	float: left;
	padding: 13px 0 0 0;
}
/*-------------
      NAV 
-------------*/
#nav-container {
	width: 525px;		
	height: 93px;	
	float: right;
	padding: 0;
	overflow: hidden;
}
ul#nav {
	display: block;
	float: right;
	font-size: 1em;
	font-weight: bold;
	font-family: arial;
}
ul#nav li {
	display: inline;
	height: 93px;
}
ul#nav li a {
	float: left;
	padding: 40px 14px 39px 14px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	text-shadow: #666666 1px 1px 1px; /*color, x, y, blur radius*/	
	border-right: 3px dotted #96cdd1;
	background: url(http://www.justaddlindsay.com/images/header-tile.png) repeat-x top left scroll;
}
ul#nav li a:hover {
	color: #DDDDDD;
}
.active {
	background: url(http://www.justaddlindsay.com/images/nav-arrow.png) 50% bottom no-repeat scroll;
}
#nav li a.add-border {	
	border-left: 3px dotted #96cdd1;
}
/*-------------
    CONTENT
-------------*/
#content {
	width: 930px;
	min-height: 1500px;
	margin: 0 auto;
	background: transparent url(http://www.justaddlindsay.com/images/content-area-tile.png) repeat-y top center scroll;
	padding: 35px 0;
}
#content-holder {
	width: 760px;
	margin: 0 auto;
	background-color:#FFFFFF;
	margin-top: 96px;
}
#left-block {
	width: 475px;
	float: left;
	margin-right: 45px;
	background-color:#FFFFFF;
}
#right-block {
	width: 240px;
	float: right;
	background-color:#FFFFFF;
}
#bottom-boxes {
	width: 760px;
	height: 283px;
	float: left;
	background: url(http://www.justaddlindsay.com/images/paper-clipping.jpg) no-repeat top center;
	font-size: .8em;
}
#bottom-boxes .inner {
	width: 740px;
	margin: 55px auto 0 auto;
}
.box {
  width: 49%;
  float: left;
}
.box p {
	line-height: normal;
	padding: 0 20px;
}
/*-------------
    BG IMGS
-------------*/
.abs-pos {
	position: absolute;
}
/*do not specify a width or height, as it creates a spacing bug*/
#apple {
width: 264px;
	position:relative;
	top: 800px; 
	left: -180px;
	z-index: 1;
}
#pen-holder {
width: 342px;
	position:relative;
	top: 100px; 
	left: -330px;
	z-index: 1;
}
#balled-paper {
width: 342px;
	position:relative;
	top: 1200px; 
	left: -175px;
	z-index: 1;
}
#coffee {
width: 362px;
	position:relative;
	top: 230px; 
	right: -860px;
	z-index: 2;
}
#sticky {
width: 324px;
	position:relative;
	top: 380px; 
	right: -960px;
	z-index: 1;
}
#mouse {
width: 271px;
	position:relative;
	top: 950px; 
	left: 875px;
	z-index: 1;
}
/*-------------
  PORT PAGE
-------------*/
ul#portfolio-filter{ margin: -20px 0; padding: 0; height: 64px; line-height: 64px; background: transparent url(http://www.justaddlindsay.com/images/icon-tag-green.png) left no-repeat; }
ul#portfolio-filter li{ display: inline; }
ul#portfolio-filter a{ margin-right: 0.5em; padding: 0.5em 1em; background: #FFF; color: #AAA; font-weight: bold; text-decoration: none; }
ul#portfolio-filter a:hover, ul#portfolio-filter a.current{ color: #888; }
ul#portfolio-filter a.current{ background-color: #DDD; }

ul#portfolio-list{ margin: 36px 0 0 0; padding: 0; list-style: none; float: left; }
ul#portfolio-list li{ width: 148px; height: 180px; display: block; float: left; margin-right: 3px; overflow: hidden; }
ul#portfolio-list li a{ display: block; width: 146px; height: 146px; overflow: hidden; border: 1px solid #CDCDCD; background: #eee; }
ul#portfolio-list li p{ font-size: .8em; line-height: 13px; color: #333333; margin: 5px 0; text-align:center; }
ul#portfolio-list li p a {color: #333333; border: 0;}
/*-------------
   HOME PAGE
-------------*/
#rss-box {
	width: 240px; 
	height: 300px; 
	background-color: #65B5BC;
	margin: 15px 0 20px 0;
	overflow: hidden;
}
#rss-text {
	height: 280px;
	width: 220px;
	margin: 0 auto;
	background-color: #FFF;
	overflow: auto;
	overflow-x: auto;
}
#blogHead img {
	float: left;
}
#headTxt {
	float: left;
	margin: auto 0;
	font-family: Helvetica, Arial, sans-serif;
	color: #FFF;
	font-size: 1.2em;
	font-weight: bold;
	padding-left: 10px;
}
#rss-foot {
	height: 10px;
}
/*corners*/
.corner-left {
	float: left;
	height: 10px;
	width: 10px;
	background-image: url(http://www.justaddlindsay.com/images/corners/top-left.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
.corner-right {
	float: right;
	height: 10px;
	width: 10px;
	background-image: url(http://www.justaddlindsay.com/images/corners/top-right.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}
.corner-left-bot {
	float: left;
	height: 10px;
	width: 10px;
	background-image: url(http://www.justaddlindsay.com/images/corners/bottom-left.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
}
.corner-right-bot {
	float: right;
	height: 10px;
	width: 10px;
	background-image: url(http://www.justaddlindsay.com/images/corners/bottom-right.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}
/*end corners*/
.rsscontainer {
	margin: 10px;
	font-size: 1em;
}
.rsscontainer .rsstitle a { /*Style for .rsstitle DIV*/
	color: #125663;
}
.rsscontainer .rsstitle a:hover {
	color: #2F0403;
}
.rsscontainer .rssdate { /*Style for .rssdate DIV*/
	color: #333333;
	font-size: .9em;
}
.rsscontainer .rsscategory {
	color: #EF712C;
	font-weight: bold;
}
.rssdescription {
	font-size: .9em;
}
#footer {
	width: 100%;	
	clear: both;
}
#footer p {	
text-align: center;
	font-size: .8em;
	font-weight: bold;
}
/*-------------
    FORMS
-------------*/
.contact-sect {
	width: 70%;
	float: left;
}
.contact-sect p, .contact-sect form {
	margin: 10px;
}
table#project-form {
width: 100%;
}
table#project-form td {
padding: 0 0 10px 0;
}
label, input, textarea {
	font-family: inherit;
	font-size: .9em;
}
label {
	font-weight: bold;
	margin-bottom: 2px;
}
input {
	padding: 3px;
	font-weight: normal;
}
textarea {
	padding: 3px;
}
textarea, input, select {
	border: 1px solid #999999;
	-moz-border-radius: 5px;
 	-webkit-border-radius: 5px;
 	border-radius: 5px;
}
textarea:focus, input:focus, select:focus {
border: 1px solid #0e7177;
background-color: #E5E5E5;
}
/*-------------
  TYPOGRAPHY
-------------*/
.highlight-txt {
	background: #DEEFA4;
}
.gn-dotted {
	padding: 5px 0;
	border-bottom: 3px dotted #47a5aa;
}
.grey-dotted {
	padding: 5px 0;
	border-bottom: 3px dotted #232b2a;
}
span.gn {
	color: #0e7177;
}
.teal-txt {
	color: #0e7177;
}
.small-text {
	font-size: 11px;
}
.floatLeft {
	float: left;
	margin-right: 10px;
	position: inherit;
}
.floatRight {
	float: right;
	margin-left: 10px;
}
