@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 {
	font-family: "Trebuchet MS", "Century Gothic", Corbel, Lucida Grande, Lucida Sans Unicode, Lucida Sans, DejaVu Sans, Bitstream Vera Sans, Liberation Sans, Verdana;
	font-size: 11pt;
	color: #000;
	height: 100%;
	font-weight: normal;
}
a {
	color: #000;
	text-decoration: underline;
}
p {
	margin: 5px 0 20px 0;
	line-height: 1.6em;
	text-align: justify;
}
h1, .header {
	font-family: "Century Gothic";
	font-size: 16pt;
	font-weight: normal;
}
img {
	display: none;
}
/*-------------
  DON'T DISPLAY
-------------*/
#head, #head-content, #nav-container, ul#nav, #apple, #pen-holder, #balled-paper, #coffee, #sticky, #mouse, #bottom-boxes, #footer, #rss-box {
display: none;
height: 0;
width: 0;
}
/*-------------
    CONTENT
-------------*/
#content {
}
#content-holder {
	background-color:#FFFFFF;
}
#left-block {
}
#right-block {
}
/*-------------
  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: 12pt; line-height: 13px; color: #333333; margin: 5px 0; text-align:center; }
ul#portfolio-list li p a {color: #333333; border: 0;}
/*-------------
   HOME PAGE
-------------*/
#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: 16pt;
	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: 14pt;
}
.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: 12pt;
}
.rsscontainer .rsscategory {
	color: #EF712C;
	font-weight: bold;
}
.rssdescription {
	font-size: 12pt;
}
/*-------------
    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: 12pt;
}
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: 3px 0;
	border-bottom: 3px dotted #47a5aa;
}
.grey-dotted {
	padding: 3px 0;
	border-bottom: 3px dotted #232b2a;
}
span.gn {
	color: #0e7177;
}
.teal-txt {
	color: #0e7177;
}
.small-text {
	font-size: 11pt;
}
.floatLeft {
	float: left;
	margin-right: 10px;
	position: inherit;
}
.floatRight {
	float: right;
	margin-left: 10px;
}
