/*----------------------------------------
Initial reset
-------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,img {
    border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
    font-style: normal;
    font-weight: normal;
}

ol,ul {
    list-style: none;
}

caption,th {
    text-align: left;
}

h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before,q:after {
    content: '';
}

abbr,acronym {
    border: 0;
}

strong {
    font-weight: bold;
}

/*----------------------------------------
Structure
-------------------------------------------*/

html {
    min-height: 101%;
}

body {
    margin: 0px;
    background-color: #fcfcfc;
    font-size: 62.5%;
    color: #34383b;
    padding: 0;
}

a,
a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
    color: #ff8a00;
    outline-style: none;
}

a:hover {
    text-decoration: underline;
}

#mainWrapper {
    background: #fff url(../images/bgRepeatTop.gif) 0 0 repeat-x;
    margin: 0 auto;
}

#headWrapper {
    background: transparent url(../images/bgTop.jpg) top center no-repeat;
    height: 155px;
}

#head {
    width: 834px;
    margin: 0 auto;
}

#contentWrapper {
    background: #fcfcfc url(../images/bgMainWrapper.gif) 0 0 repeat-y;
}

#content:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

#content {
    width: 864px;
    margin: 0 auto;
    padding: 0 0 10px;
    background: #FCFCFC url(../images/bgContentCenter.gif) repeat-y scroll -17px 0px;
}

#contactWrapper {
    background-color: #e17a00;
    border-top: 8px solid #f9e1c0;
    color: #fff;
    clear: both;
    height: 100%;
}

#contactWrapper:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

#contact {
    margin: 0 auto;
    width: 820px;
}

#contact .sideBar {
    padding: 20px 0px 0px;
}

.projects .detail .sideBar {
    min-height: 480px;
}

.mainCol {
    width: 500px;
    float: left;
}

.sideBar {
    float: right;
    margin-bottom: 30px;
    padding-right: 22px;
    width: 298px;
}

#side {
    background: url(../images/sideBG.gif) top left repeat-y;
    margin: 12px 0px 30px 20px;
    float: right;
    width: 173px;
    padding: 0px 0px 20px 10px;
    border-bottom: 1px solid #efefef;
    overflow: hidden;
}

#foot {
    background-color: #F9E1C0;
    font-size: 1em;
    color: #7b715f;
}

#foot div {
    background: url(../images/logoMk2LilFooter.png) 20px 20px no-repeat;
    margin: 0 auto;
    padding: 20px 0 10px;
    width: 816px;
}

/*----------------------------------------
Main Stylez
-------------------------------------------*/

h2 {
    padding-bottom: 10px;
    padding-top: 20px;
    font-size: 2em;
    line-height: 1.3em;
    background: none;
    height: auto;
    font-style: italic;
    clear:  both;
}

h2.intro {
    margin-bottom: 7px;
    font-size: 2.3em;
    padding: 20px 10px 38px 25px;
    background: #f6f3ee url(../images/cornerBottomLeft.gif) bottom left no-repeat;
}

h2.intro em {
    color: #1ea0c9;
}

h2.intro span {
    display: block;
    margin-bottom: 10px;
}

h3 {
    font-size: 1.8em;
    padding: 10px 0px 15px;
    color: #ff8a00;
    font-style: italic;
}

.project h3 {
	color:#1EA0C9;
	font-family: georgia;
	font-size:1.3em;
	font-style:italic;
	padding:10px 0 0 8px;
}

h4 {
    border-bottom: 1px solid #e4e4db;
    line-height: 2.1em;
    font-size: 1.7em;
    margin-bottom: 12px;
}



h5, h6, body {
    font-family: Lucida Grande,Lucida Sans,Helvetica,Georgia,Arial;
}

h5 {
    color: #1EA0C9;
    font-family: georgia;
    font-size: 1.7em;
    font-style: italic;
    padding: 15px 0 5px 60px;
}

.servicesPage h5 {
    font-size: 1.4em;
    padding: 20px 0 10px 0;
}

h2.viewMore {
	clear: both;
    border-bottom: 1px solid #e4e4db;
    margin: 0px 23px 12px 63px;
    padding-top: 5px;
}

p,
ul li {
    font-size: 1.2em;
    line-height: 1.3em;
    padding: 8px 0;
}

ul.sub li {
    font-size: .8em;
}

p {
    padding: 8px 0;
}

.mainCol p {
    padding: 8px 10px 8px 0;
}

ul {
    margin-left: 14px;
}

ul li {
    padding: 6px 0px 0px 19px;
}


.mainCol p,
.mainCol h2 {
    padding-left: 60px;
}

.mainCol ul {
    padding-left: 43px;
}

.siteMap ul {
    font-family:georgia;
	font-size:1.4em;
	font-style:italic;
	padding-left:43px;
}

.siteMap ul li{
    background: transparent url(../images/bulletGear.gif) no-repeat scroll -2px -425px;
}

#head ul {
    float: left;
    color: #bfe6fa;
    font-size: 1em;
    padding: 0px;
}

#head ul li {
    float: left;
    color: #bfe6fa;
    font-size: 1em;
    padding-left: 0px;
}

#head ul li a {
    color: #69d9fd;
}

#head ul li.tagline {
    width: 396px;
}

#head ul li.contact {
    width: 196px;
}

#head ul li.login {
    width: 219px;
    text-align: right;
}

#mainWrapper h1 {
    background: transparent url(../images/logoMk2Top.png) 8px 38px no-repeat;
    height: 88px;
    padding: 38px 0 0 8px;
    width: 140px;
}

#mainWrapper h1 span {
    position: absolute;
    left: -9000px;
}

#mainWrapper h1 a {
    display: block;
    height: 88px;
    width: 140px;
}

#homeSamples img {
    border: 1px solid #ddd;
    height: 287px;
    width: 291px;
}

#homeSamples a {
    height: 287px;
}

#login {
    display: block;
    float: right;
    width: 150px;
    text-align: right;
    padding: 24px 2px 0px 0px;
}

blockquote, em, h1, h2, h4, i {
    font-family: Georgia,Times,serif;
}


.disclaimer {
    color: #595c51;
    font-size: .9em;
    padding: 2px 0px;
}

#ie6sad {
    display: block;
    padding: 9px;
    background-color: #ffffe0;
}

/*----------------------------------------
Contact block
-------------------------------------------*/

#contactWrapper a,
#contactWrapper a:link,
#contactWrapper a:hover,
#contactWrapper a:active {
    color: #fccb8c;
}

#contact h4 {
    border-bottom: none;
    font-style: italic;
    text-align: right;
    padding: 10px 20px 10px 0;
}

#contact ul {
    margin-left: 0px;
    padding-top: 11px;
}

#contact ul li {
    padding: 4px 0px 3px 26px;
    background: none;
}

div.dl {
    padding-top: 10px;
}

#contact ul li.adr {
    padding: 1px 0 12px 26px;
}

#contact ul li.extra a {
    display: block;
    padding-left: 26px;
}

#contact ul li.extra {
    display: block;
    background: transparent url(../images/icons.png) no-repeat scroll 26px -50px;
    padding-bottom: 7px;
    padding-top: 2px;
}

#contact ul li.web {
    background: none;
}

#contact ul li.web a {
    padding-left: 0px;
}

#contact ul li.vcf {
    background: transparent url(../images/icons.png) no-repeat scroll 26px 3px;
}

#contact ul li.twitter {
    padding-top: 10px;
}

#contact img.photo {
    display: none;
}

#contact fieldset h3 {
    display: none;
}

#contact label {
    clear: both;
    display: block;
    float: left;
    font-family: Georgia,Times,serif;
    font-size: 1.7em;
    font-style: italic;
    height: auto;
    line-height: 1.3em;
    padding-right: 10px;
    padding-top: 6px;
    text-align: right;
    width: 156px;
}

#contact input,
#contact textarea {
    border: 5px solid #DD7000;
    color: #444444;
    font-family: Lucida Grande,Lucida Sans,Helvetica,Georgia,Arial;
    font-size: 1.2em;
    padding: 5px;
    width: 295px;
}

#contact textarea {
    resize: none;
}

#contactName,
#contactEmail,
#contactMess {
    clear: both;
    padding-bottom: 10px;
}

#contactButtons {
    padding: 5px 22px 0 0;
    text-align: right;
}

ul#twitter_update_list {
    margin: 0 0 20px;
}

ul#twitter_update_list li {
    background: transparent url(../images/lilT.gif) no-repeat scroll 0 10px;
    padding: 10px 0 0 25px;
}

/*----------------------------------------
Navs & other Lists
-------------------------------------------*/

ul#mainNav {
    display: inline;
    margin: 55px 0 0 184px;
}

#head ul#mainNav li {
    padding: 0px;
    font-size: 1.5em;
    height: 47px;
    float: right;
    margin: 0px 2px;
    background: transparent url(../images/bgMainNav.gif) top left repeat-x;
}

#mainNav li a {
    display: block;
    height: 31px;
    margin: 0 2px;
    padding: 14px 21px 0;
    color: #b3ec6c;
    text-shadow: #0a2234 1px 1px 1px;
}

#mainNav li a {
    display: block;
    height: 31px;
    margin: 0 2px;
    padding: 14px 21px 0;
    color: #b3ec6c;
    text-shadow: #0a2234 1px 1px 1px;
}

#mainNav li a:link,
#mainNav li a:visited {
    color: #b3ec6c;
}

#mainNav li a:hover {
    color: #f8f6f2;
    text-decoration: none;
}

body.projects #mainNav li.projects a, 
body.home #mainNav li.home a,
body.about #mainNav li.about a,
body.projects #mainNav li.projects a,
body.services #mainNav li.services a,
body.work #mainNav li.rfp a,
body.projects #mainNav li.projects a:link, 
body.home #mainNav li.home a:link,
body.about #mainNav li.about a:link,
body.projects #mainNav li.projects a:link,
body.services #mainNav li.services a:link,
body.work #mainNav li.rfp a:link
{
    color: #f8f6f2;
}

ul.services li {
    background: transparent url(../images/bulletGear.gif) no-repeat scroll 8px 6px;
    padding-bottom: 15px;
    padding-left: 33px;
}

ul.services li a {
    padding-bottom: 10px;
    font-family: Georgia,Times,serif;
    font-style: italic;
    font-size: 1.4em;
    line-height: 14px;
}

.textBox ul li,
ul.skills li {
    background: transparent url(../images/bulletGear.gif) no-repeat scroll -2px -425px;
    padding-left: 20px;
    padding-top: 9px;
}


.projects .summary ul.skills {
    padding-bottom: 20px;
}

ul.project {
    clear: both;
    width: 99%;
    margin: 0px;
    padding-left:55px;
}

ul.project li.item {
	float:left;
	padding:6px 22px 0 6px;
	width:235px;
}

ul.project li.first {
	clear:left;
}

ul.project li a.thumb {
	/*background: transparent url(../images/bgPortfolioThumb.gif) no-repeat scroll 0px 0px;*/
}

ul.project li.item p {
	font-size: 1em;
	padding-left: 8px;
	padding-bottom:25px;
}

span.thumb {
	background-color: #f6f3ee;
	height:164px;
	padding:7px 0 6px 8px;
	width:245px;
	display: block;
}

p.title {
	border-top:1px solid #DDDDDD;
	clear:both;
	margin-top:96px;
	padding:8px 0;    
}

span.thumb img {
	height:160px;
	width:235px;
	border:1px solid #EEEEEE;
    display: block;
}

.summary .mainCol span.thumb {
	background-color: #f6f3ee;
	padding:7px 0 6px 8px;
	display: block;
	height:364px;
	margin-left:59px;
	width:433px;
}

.summary .mainCol span.thumb img {
	height:363px;
	width:424px;
	border:1px solid #EEEEEE;
    display: block;
}

.sideBar .thumb {
    float: right;
    margin: 10px 0; 
    background-color: #DCF37F;
}

/*----------------------------------------
blocked buttons and links (not 'Link' from Zelda)
-------------------------------------------*/



button span {
    height: 28px;
    display: block;
    padding: 0 0 0 24px;
    position: relative;
    white-space: nowrap;
}

button {
	border: 0 none;
    cursor: pointer;
    font-weight: bold;
    text-align: center;
    width: auto;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	background:#FCCB8C url(../images/bulletGear.gif) no-repeat scroll 5px -630px;
	color:#444444;
	font-size:1.3em;
	height:25px;
	padding:4px 8px 5px 0;
	text-align:center;
}

button:hover {
    color:#666;
}




a.btn {
    display: block;
    float: right;
    font-weight: bold;
    font-size: 1.3em;
    color: #2f3336;
    text-decoration: none;
    background: url(../images/bgButtonFull.gif) no-repeat left top;
    height: 28px;
    margin: 10px 4px 30px 10px;
}

a.btn span {
    display: block;
    float: left;
    background: url(../images/bgButtonFull.gif) no-repeat right top;
    height: 28px;
    margin-left: 5px;
    padding-left: 10px;
    padding-right: 30px;
    padding-top: 6px;
    cursor: pointer
}

a.btn:hover {
    background-position: 0px -65px;
    color: #678d0d
}

a.btn:hover span {
    background-position: right -65px;
}


/*----------------------------------------
RFP Styles
-------------------------------------------*/

.rfpWrapper {
	padding: 10px 0px 10px 30px;
}

.rfpWrapper fieldset {
    
}

.rfpWrapper fieldset label {
	clear:both;
	float:left;
	font-family:georgia;
	font-size:1.2em;
	font-style:italic;
	margin:7px 7px 6px 0;
	padding-top:0.2em;
	text-align:right;
	width:200px;
	color: #777;
}

.rfpWrapper fieldset input,
.rfpWrapper fieldset textarea {
    width: 240px;
    margin:9px 0px;
    padding:3px;
}

.rfpWrapper fieldset textarea {
    font-family: Lucida Grande,Lucida Sans,Helvetica,Georgia,Arial;
    font-size:1.1em;
}

.rfpWrapper fieldset input,
.rfpWrapper fieldset select {
    margin: 6px 0px 6px 0px;
}

.rfpWrapper fieldset input,
.rfpWrapper fieldset select {
    margin: 6px 0px 6px 0px;
}

#moreRfpInfo {
    display: none;
    margin-bottom: 10px;
}

#toggleMoreRfpInfo {
	clear:both;
	display:block;
	font-size:1.2em;
	font-weight:bold;
	margin:10px 10px 10px 66px;
	padding:7px 0 15px;
	text-align:center;
}

.ex em {
 color: #999;
 font-size: 0.9em;    
}

.ex {
 height: 79px;    
}

#submitRFP {
    float: right;
}

/*----------------------------------------
Fluff-n-fun
-------------------------------------------*/

a.more,
ul.services li a.more {
    font-size: 1.2em;
}

.projects .sideBar img {
    padding-right: 6px;
}

a.more:after {
    content: "\00a0\00BB";
}

.amp {
    font-family: Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif;
    font-style: italic;
    font-weight: normal;
    line-height: inherit;
}

em {
    font-style: italic;
    font-weight: normal;
    line-height: inherit;
}

.external {
    background: transparent url(../images/externalLink.gif) no-repeat scroll right center;
    padding-right: 14px;
}

.process {
	background:transparent url(../images/process.gif) no-repeat scroll 111px 10px;
	height:160px;
}

.process ol{
    left: -9999px;
    position: absolute;
}

abbr {
    border-bottom: 1px dotted #aaa9a5;
}

.rev {
    display: none;
}

q {
	background-color:#FAFAFA;
	border-left:1px solid #01D1F5;
	color:#777777;
	float:right;
	font-size:1.1em;
	line-height:1.1em;
	margin-left:10px;
	padding:11px 0 11px 14px;
	width:160px;
}

q:first-line {
	line-height: 110%;
	font-size:1.4em;
    font-family: georgia, serif;
    font-style: italic;
    color: #1EA0C9;
    margin-left: -8px
}

.copyright {
    display: block;
    padding-bottom: 3px;
}

.copyright a {
    padding: 0px 6px;
    color: #d38a3b;
}

#foot span {
    padding: 7px 0px 3px 92px;
}

.required{
    color: #e17a00;
}

.mainCol p.thanks {
	border:1px solid #01D1F5;
	color:#1EA0C9;
	font-size:1.4em;
	height:48px;
	margin:28px auto 0;
	padding:31px 12px 18px;
	text-align:center;
	width:207px;
}

p.thankyou {
	border: 5px solid #DD7000;
	color:#F6F3EE;
	font-size:1.4em;
	height:48px;
	margin:28px 0 14px 99px;
	padding:27px 53px 16px;
	text-align:center;
	width:269px;
}

#homeSamples {
	height:299px;
	margin-left:-9px;
	overflow:hidden;
	width:304px;
}


.error { margin: 0 0 20px 70px; }
