body {
background-color: #E8E8E8;
margin-left: 0px;
margin-top: 20px;
margin-right: 0px;
margin-bottom: 20px;
font-family: Helvetica, Arial, sans-serif;
font-weight:bold;
font-size: 40px;
color: #CCCCCC;
line-height: 50px;
}
/* subpage backgrounds */
#web {
background-color: #33CCFF;
}
#print {
background-color: #66CC00;
}
#logo {
background-color: #FFCC00;
}
#icon {
background-color: #FF6633;
}
#ui {
background-color: #FF00CC;
}
#dev {
background-color: #9966CC;
}
/* link actions gray*/
a:link{color: #CCCCCC; text-decoration: none}
a:visited{color: #CCCCCC; text-decoration: none}
a:active{color: #CCCCCC; text-decoration: none}
a:hover{color: #CCCCCC; text-decoration: underline}
/* link actions web*/
a.web:link{color: #33CCFF; text-decoration: none}
a.web:visited{color: #33CCFF; text-decoration: none}
a.web:active{color: #33CCFF; text-decoration: none}
a.web:hover{color: #33CCFF; text-decoration: underline}
/* link actions print*/
a.print:link{color: #66CC00; text-decoration: none}
a.print:visited{color: #66CC00; text-decoration: none}
a.print:active{color: #66CC00; text-decoration: none}
a.print:hover{color: #66CC00; text-decoration: underline}
/* link actions logo*/
a.logolink:link{color: #FFCC00; text-decoration: none}
a.logolink:visited{color: #FFCC00; text-decoration: none}
a.logolink:active{color: #FFCC00; text-decoration: none}
a.logolink:hover{color: #FFCC00; text-decoration: underline}
/* link actions icon*/
a.icon:link{color: #FF6633; text-decoration: none}
a.icon:visited{color: #FF6633; text-decoration: none}
a.icon:active{color: #FF6633; text-decoration: none}
a.icon:hover{color: #FF6633; text-decoration: underline}
/* link actions ui*/
a.ui:link{color: #FF00CC; text-decoration: none}
a.ui:visited{color: #FF00CC; text-decoration: none}
a.ui:active{color: #FF00CC; text-decoration: none}
a.ui:hover{color: #FF00CC; text-decoration: underline}
/* link actions dev*/
a.dev:link{color: #9966CC; text-decoration: none}
a.dev:visited{color: #9966CC; text-decoration: none}
a.dev:active{color: #9966CC; text-decoration: none}
a.dev:hover{color: #9966CC; text-decoration: underline}
/* link actions case study*/
a.casestudy:link{color: #999999; text-decoration: none}
a.casestudy:visited{color: #999999; text-decoration: none}
a.casestudy:active{color: #999999; text-decoration: none}
a.casestudy:hover{color: #999999; text-decoration: underline}
/* link button bump */
a:active {
  position: relative;
  top: 2px;
}

a.logo {
	display: block;
	width: 485px;
	height: 132px;
	text-decoration: none;
	background: url('../images2/indiegraphic.gif');
	}

a.logo:hover {
	background-position: -488px 0;
	}


#pagewrap {
margin:0 auto;
max-width:1024px;
min-width:1024px;
background-color: #FFFFFF;
padding:40px 0px 30px 30px;
}


.textblock {
display:inline;
}

#contact {
width:800px;
}

h2 {
padding: 30px 0 0 0;
line-height: 40px;
width:850px;
}

h2.home {
color: #CCCCCC;
font-size: 25px;
line-height: 30px;
padding: 30px 0 20px 0;
width:700px;
}

h2.web {
color: #33CCFF;
font-size: 25px;
line-height: 30px;
padding: 20px 0 20px 0;
width:700px;
}

h2.print {
color: #66CC00;
font-size: 25px;
line-height: 30px;
padding: 20px 0 20px 0;
width:700px;
}

h3 {
padding: 15px 0 15px 0;
}

p.dev {
color:#CCCCCC;
font-size:25px;
line-height:35px;
padding:30px 0 0 0;
width:850px;
}

.aboutustext_shelly{
padding: 30px 0 50px 0;
font-size: 16px;
line-height: 22px;
width:380px;
float:left;
}

.aboutustext_chris{
padding: 30px 0 30px 100px;
font-size: 16px;
line-height: 22px;
width:380px;
float:left;
}


.cyan {
color: #33CCFF;
}

.cyan_underline{
color: #33CCFF;
text-decoration: underline;
}

.graysmall {
color: #CCCCCC;
font-size: 30px;
line-height: 30px;
width:700px;
}

.dkgray {
color: #999999;
}

.magenta {
color: #FF00CC;
}

.magenta_underline{
color: #FF00CC;
text-decoration: underline;
}

.yellow {
color: #FFCC00;
}

.yellow_underline{
color: #FFCC00;
text-decoration: underline;
}

.green {
color: #66CC00;
}

.green_underline{
color: #66CC00;
text-decoration: underline;
}

.orange {
color: #FF6633;
}

.orange_underline{
color: #FF6633;
text-decoration: underline;
}

.purple {
color: #9966CC;
}

.purple_underline{
color: #9966CC;
text-decoration: underline;
}

.home {
color: #E8E8E8;
}
 
.latestworkbordergrayslide {
border-color: #E8E8E8;
border-style: solid;
border-width: 10px;
width:574px;
height:385px;
}

.latestworkbordergray {
border-color: #E8E8E8;
border-style: solid;
border-width: 10px;
}

/*
.latestworkbordercyan:hover {
border-color: #33CCFF;
border-style: solid;
border-width: 10px;
}
*/
/* trigger button */
#christweet{
display:inline;
}
/* mouseover state */
#christweet:hover {
	background-position:0 -44px ;		
}
/* clicked state */
#christweet:focus {
	background-position:0 -88px;
}
/* tooltip styling */
.tooltip {
	display:none;
	background:url(../images2/tweetblue.png);
	height:95px;
	padding:45px 30px 10px 28px;
	margin:0 0 0 60px;
	width:220px;
	font-size:11px;
	color:#999999;
	line-height: 14px;
}
/* tweet text styling */
#twitter_update_list li {
list-style-type: none;
overflow: hidden;
}
#twitter_update_list span a {
display: inline;
color: #33CCFF;
}
#twitter_update_list span a:hover {
text-decoration: underline;
color: #66CCFF;
}
/* trigger button */
#shellytweet{
display:inline;
}
/* mouseover state */
#shellytweet:hover {
	background-position:0 -44px ;		
}
/* clicked state */
#shellytweet:focus {
	background-position:0 -88px;
}



.tooltip1 {
	display:none;
	background:url(../images2/tweetmagenta.png);
	height:95px;
	padding:45px 30px 10px 28px;
	margin:0 0 0 55px;
	width:220px;
	font-size:11px;
	color:#999999;
	line-height: 14px;
}
/* tweet text styling */
#twitter_update_list1 li {
list-style-type: none;
overflow: hidden;
}
#twitter_update_list1 span a {
display: inline;
color: #FF00CC;
}
#twitter_update_list1 span a:hover {
text-decoration: underline;
color: #FF00CC;
}
/* magnifying glass hover */
#screenshot{
	position:absolute;
	padding:5px;
	display:none;
	font-size:1px;
	color: #333333;
	}
/* footer */
#footer {
font-size: 20px;
padding: 20px 0 0 0;
clear:both;
}
.footercyan {
color: #33CCFF;
font-size: 20px;
}


.projectdescript {
font-size: 20px;
color: #CCCCCC;
line-height: 25px;
width:800px;
padding:20px 0 0 0;
}


.clear {
clear:both;
}

#image{
height:385px;
width:575px;
padding:0 0 20px 0;
}

#image2{
height:385px;
width:575px;
padding:0 0 20px 0;
}

.thumb{
float:left;
margin-right:10px;
margin-top:10px;
}

.thumbbg{
background-color: #E8E8E8;
height:116px;
width:584px;
padding: 0 0 0 10px;
margin:-20px 0 0 -10px;
}









/* galleriffic */
.each-gallery {
width: 820px; 
}

div.content {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	float: right;
	width: 620px; 
}
div.content a, div.navigation a {
	text-decoration: none;
	color: #E8E8E8;
}
div.content a:focus, div.content a:hover, div.content a:active {
	text-decoration: underline;
}
div.controls {
	margin-top: 5px;
	height: 23px;
}
div.controls a {
	padding: 5px;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}
div.slideshow-container {
	position: relative;
	clear: both;
	height: 460px; /* This should be set to be at least the height of the largest image in the slideshow */
	margin: -15px 0 0 0;
}
div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('../images2/ajax-loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 620px;
	height: 460px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.slideshow {

}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
div.slideshow a.advance-link {
	display: block;
	width: 620px;
	height: 460px; /* This should be set to be at least the height of the largest image in the slideshow */
	line-height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */
	text-align: center;
}
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
}
div.slideshow img {
	vertical-align: middle;
	border: 10px solid #E8E8E8;
}
div.download {
	float: right;
}
div.caption-container {
	position: relative;
	clear: left;
	height: 75px;
}
span.image-caption {
	display: block;
	position: absolute;
	width: 620px;
	top: 0;
	left: 0;
}
div.caption {
	padding: 10px 0 0 18px;	
}
div.image-title {
font-family: Helvetica, Arial, sans-serif;
font-weight:bold;
font-size: 20px;
color: #66CC00;
line-height: 25px;
background-color: #FFFFFF;
}
div.image-desc {
font-family: Helvetica, Arial, sans-serif;
font-weight:bold;
font-size: 20px;
color: #CCCCCC;
line-height: 25px;
background-color: #FFFFFF;
}
div.navigation {
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 1px 10px 1px 0;
	list-style: none;
}
a.thumb {
	padding: 2px;
	display: block;
	border: 5px solid #E8E8E8;
}
ul.thumbs li.selected a.thumb {
	border: 5px solid #66cc00;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
}
div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 12px;
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	color: #fff;
}
div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}


div#page {
	width: 780px;
	background-color: #fff;
	text-align: left;
}

