/*
File Name: styles.css
Last Update: 05/12/2016
Programmer: Edwin Cox
*/

body {
	background-color: #000;
	background: -webkit-linear-gradient(top, #111, #0AF, #ADF, #FFF, #FFF, #FFF, #FFF, #DDD, #BBB, #999, #777, #555);
	background: -moz-linear-gradient(top, #111, #0AF, #ADF, #FFF, #FFF, #FFF, #FFF, #DDD, #BBB, #999, #777, #555);
	background: -o-linear-gradient(top, #111, #0AF, #ADF, #FFF, #FFF, #FFF, #FFF, #DDD, #BBB, #999, #777, #555);
	background: -ms-linear-gradient(top, #111, #0AF, #ADF, #FFF, #FFF, #FFF, #FFF, #DDD, #BBB, #999, #777, #555);
	background: gold linear-gradient(to bottom, #111, #0AF, #ADF, #FFF, #FFF, #FFF, #FFF, #DDD, #DDD, #DDD, #DDD, #DDD);
}
h1 {
	color: #444;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
em {
	float: right;
	margin-top: 15px;
	margin-right: 15px;
}
#bottomWrapper {
	background: url(../images/misc/beach_bottom.png);
	background-repeat: repeat-x;
	background-position: 50% 100%;
	border: none;
}

/* TITLE/HEADER */
#logoMain {
	height: 160px;
	/*
	border-bottom: thin solid #DDD;
	background: -webkit-linear-gradient(top, #333, #AAA);
	background: -moz-linear-gradient(top, #333, #AAA);
	background: -o-linear-gradient(top, #333, #AAA);
	background: -ms-linear-gradient(top, #333, #AAA);
	background: gold linear-gradient(to bottom, #333, #AAA);
	*/
	background: url(../images/misc/beach_top.png);
	background-repeat: repeat-x;
	background-position: 50% 0%;
}
#logoBox1 {
	width: 960px;
	height: 90%;
	margin-left: auto;
	margin-right: auto;
}
#logo1, #logo2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 800;
	text-align: left;
	margin: 0;
	padding: 50px 0 0 20px;
	font-size: 350%;
	color: #0AF;
	text-shadow: 1px 0px 1px #111;
	float: left;
}
#logo2 {
	color: #EEE;
	padding-left: 5px;
	text-shadow: 1px 0px 1px #666;
}
#logo3 {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: 200;
	text-align: left;
	margin: 0;
	padding: 18px 0px 0px 25px;
	font-size: 109%;
	color: #222;
	float: left;
}

/* MAIN NAVIGATION */
#nav {
	height: 60px;
	width: 960px;
	margin-top: -30px;
	margin-left: auto;
	margin-right: auto;
	border: thin solid #888;
	border-radius: 5px;
	background: #DDD;
	background: -webkit-linear-gradient(top, #EEE, #CCC);
	background: -moz-linear-gradient(top, #EEE, #CCC);
	background: -o-linear-gradient(top, #EEE, #CCC);
	background: -ms-linear-gradient(top, #EEE, #CCC);
	background: gold linear-gradient(to bottom, #EEE, #CCC);
	-moz-box-shadow: 0px 1px #555;
	-webkit-box-shadow: 0px 1px 1px #555;
	box-shadow: 0px 1px 1px #888;	
}
#nav ul {
	height: 100%;
	list-style: none;
	padding: 10px 50px 0 0;
	margin: 0;
	float: right;
}
#nav ul li {
	float: left;
	padding: 10px;
	margin: 0;
	text-decoration: none;
	font-size: 110%;
	font-family: Tahoma, Geneva, sans-serif;
}
#nav ul li a {
	color: #444;
	padding: 10px;
	text-decoration: none;
	border: thin solid rgba(200,200,200,0.0);
}
#nav ul li a:hover {
	color: #0AF;
}
#nav ul li a.current {
	color: #0AF;
	border: thin solid #CCC;
	border-radius: 5px;
	background: #DDD;
	-moz-box-shadow: 0px 1px #AAA;
	-webkit-box-shadow: 0px 1px 1px #AAA;
	box-shadow: 0px 1px 1px #AAA;
}

/* CONTENT DIVIDED */
#upperContent {
	text-align: center;
}
#centerContent {
	min-height: 376px;
	width: 960px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	border: thin solid #DDD;
	border-radius: 5px;
	background: rgba(10,170,255,0.30);
}
#centerContent.short {
	min-height: 300px;
}
#centerContent.shorter {
	min-height: 240px;
}
#centerContent.longer {
	min-height: 500px;
}
#imgContent {
	height: auto;
	width: 960px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	background: #222;
	padding: 0;
}
#imgContent img {
	width: 960px;
	height: auto;
	margin: 0;
}
#imgContent p {
	color: #DDD;
	margin: 10px;
	padding: 10px 10px 25px 10px;
	text-indent: 50px;
}
#imgContent a {
	text-decoration: none;
}
#imgContent a h2, #imgContent a h2:visited {
	float: none;
	color: #DDD;
	text-align: center;
	margin: 0 auto;
	padding: 20px 0;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 100%;
	width: 180px;
	background: url(../images/misc/arrow.png);
	background-repeat: repeat;
	background-position: 50% 0%;
}
#imgContent a h2:hover, #imgContent a h2:active {
	color: #0AF;
}
#imgContent h3 {
	float: none;
	color: #0AF;
	text-align: center;
	margin: 10px auto;
	padding: 0;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 120%;
	text-transform: uppercase;
}

/* AWARDS */
#lowerContentAwards h1 {
	color: #0AF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 180%;
	font-weight: bolder;
    text-align: center;
	text-transform: uppercase;
	background: rgba(60,60,60,0.65);
	margin: 15px auto 0 auto;
	padding-top: 15px;
	padding-bottom: 15px;
	text-shadow: 1px 1px #333;
	border-top-left-radius: 80px;
	border-top-right-radius: 80px;
	width: 220px;	
}

#lowerContent, #lowerContent2 {
	width: 960px;
	border-radius: 90px;
	background: rgba(60,60,60,0.65);
	padding-top: 5px;
}
#lowerContent {
	min-height: 240px;
	margin: 20px auto 10px auto;
}
#lowerContent2 {
	min-height: 215px;
	margin: 0 auto 5px auto;
}
#lowerContent2 .article p em {
	margin-top: 0;
}

/* PORTFOLIO IMAGES */
#lowerContentPortfolio {
	margin: 10px auto;
	width: 960px;
	height: auto;
	/*padding: 0 0 0 25px;*/ /* 4 across */
	padding: 0 0 0 30px; /* 3 across */
}
#lowerContentPortfolio h1 {
	color: #0AF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 180%;
	font-weight: bolder;
    text-align: center;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-shadow: 1px 1px #333;
}	
div.container-a1 {
	height: 696px;
}
div.container-a2 {
	height: 348px;
}
div.container-a3 {
	height: 175px;
	margin-left: 15px;
}
div.container-a4 {
	height: 175px;
}
.caption-style-4{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.caption-style-4 li{
	float: left;
	padding: 0px;
	position: relative;
	overflow: hidden;
}
.caption-style-4 li:hover .caption{
	opacity: 1;
}
.caption-style-4 li:hover img{
	opacity: 1;
	transform: scale(1.15,1.15);
	-webkit-transform:scale(1.15,1.15);
	-moz-transform:scale(1.15,1.15);
	-ms-transform:scale(1.15,1.15);
	-o-transform:scale(1.15,1.15);
}
.caption-style-4 img{
	margin: 0;
	padding: 0;
	float: left;
	z-index: 4;
	width: 310px;
	height: 174px;
}
.caption-style-4 .caption{
	cursor: pointer;
	position: absolute;
	opacity: 0;
	-webkit-transition:all 0.45s ease-in-out;
	-moz-transition:all 0.45s ease-in-out;
	-o-transition:all 0.45s ease-in-out;
	-ms-transition:all 0.45s ease-in-out;
	transition:all 0.45s ease-in-out;
}
.caption-style-4 img{
	-webkit-transition:all 0.25s ease-in-out;
	-moz-transition:all 0.25s ease-in-out;
	-o-transition:all 0.25s ease-in-out;
	-ms-transition:all 0.25s ease-in-out;
	transition:all 0.25s ease-in-out;
}
.caption-style-4 .blur{
	background-color: rgba(0,0,0,0.65);
	width: 310px;
	height: 174px;
	z-index: 5;
	position: absolute;
}
.caption-style-4 .caption-text h1{
	text-transform: uppercase;
	font-size: 24px;
}
.caption-style-4 .caption-text{
	z-index: 10;
	color: #fff;
	position: absolute;
	width: 310px;
	height: 174px;
	text-align: center;
	top:30px;
}

/* RESUME */
#lowerContentResume {
	margin: 20px auto 10px auto;
	width: 960px;
	border: thin solid #888;
	border-radius: 90px;
	background: rgba(60,60,60,0.65);
	padding-top: 5px;
	min-height: 78px;
}
#lowerContentResume h2 {
	font-family: Tahoma, Geneva, sans-serif;
	float: left;
	margin-left: 104px;
	margin-right: auto;
	width: 660px;
	height: 40px;
}
#lowerContentResume a h2, #lowerContentResume a:visited h2 {
	font-family: Tahoma, Geneva, sans-serif;
	float: left;
	height: 40px;
	width: auto;
	margin-left: -8px;
	color: #0CF;
	text-shadow: 1px 1px #03F;
}
#lowerContentResume a:hover h2, #lowerContentResume a:active h2 {
	color: #0AF;
}

/* ARTICLES */
.article {
	margin: 15px 0 25px 0;
	min-height: 160px;
	width: 33%;
	overflow: hidden;
	border-right: thin solid #BBB;
	float: left;
}
.article:last-child {
	border-right: none;
}
.article h2 {
	padding-left: 15px;
	color: #222;
	font-weight: 100;
	font-size: 140%;
	text-transform: uppercase;
	font-family: Tahoma, Geneva, sans-serif;
	text-align: center;
}
.article p {
	color: #DDD;
	font-weight: 100;
	font-family: Tahoma, Geneva, sans-serif;
	padding: 0 15px 15px 15px;
	font-size: 120%;
	text-align: center;
}
.article p a, .article p a:visited {
	text-decoration: none;
	color: #059;
}
.article p a:hover, .article p a:active {
	color: #06A;
}

/* PROFILE PICTURES */
#profilePic {
	float: left;
	margin: 38px 34px 0 90px;
	padding: 0;
}
#profilePicAboutMe {
	float: left;
	margin: 50px 18px 0 50px;
	padding: 0;
	-moz-box-shadow: 4px 4px #666;
	-webkit-box-shadow: 4px 4px 4px #666;
	box-shadow: 4px 4px 4px #666;
}

/* VARIOUS TEXT */
#centerText {
	float: left;
	width: 540px;
	height: 300px;
	margin: 75px 20px 0 20px;
}
#centerText h1 {
	color: #EEE;
    font-family: Tahoma, Geneva, sans-serif;
	font-size: 220%;
	font-weight: bolder;
    text-align: center;
	margin-top: 50px;
	text-transform: uppercase;
	text-shadow: 1px 1px #333;
}
#centerText h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 150%;
	font-weight: 300;
	text-align: center;
	color: #0AF;
	line-height: 0px;
	margin-top: 12px;
	margin-bottom: 20px;
}
#centerText p {
	font-size: 150%;
	padding: 0 25px;
	line-height: 32px;
	color: #222;
	font-family: Tahoma, Geneva, sans-serif;
	margin-top: 5px;
	margin-left: -30px;
	text-align: center;
}
#centerText a, #centerText a:visited {
	text-decoration: none;
	color: #08D;
}
#centerText a:hover, #centerText a:active {
	color: #0AF;
}
#centerText a h4.buttonLink {
	color: #666;
	font-weight: lighter;
	font-size: 100%;
}
#rightText {
	float: left;
	width: 24%;
	height: 300px;
	margin: 30px 10px 0 0;
}
#rightText.wider {
	width: 26.5%;
	height: 215px;
	margin-left: 20px;
	margin-top: 12px;
}
#rightText.morePadding {
	padding-top: 25px;
	padding-left: 22px;
	margin-right: 28px;
}
#rightText ul {
	list-style: none;
	margin-top: 0;
	padding-left: 22px;
}
#rightText.wider ul {
	padding-left: 1px;
}
#rightText ul li {
	color: #222;
	font-family: Tahoma, Geneva, sans-serif;
}
#rightText ul li a, #rightText ul li a:visited {
	text-decoration: none;
	color: #039;
}
#rightText ul li a:hover, #rightText ul li a:active {
	color: #0AF;
}
#rightText ul li.head {
	color: #222;
	font-weight: 500;
	margin-top: 10px;
}
#rightText ul li h1 {
	color: #0AF;
    font-family: Tahoma, Geneva, sans-serif;
	font-size: 250%;
	font-weight: bolder;
    text-align: left;
	margin-top: 0;
	margin-bottom: 5px;
	text-transform: uppercase;
}

/* RECENT WORK/TIMELINE */
#timeline {
	min-height: 375px;
	width: 960px;
	margin: 8px auto;
}
#timeline h1 {
	color: #0AF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 180%;
	font-weight: bolder;
    text-align: center;
	text-transform: uppercase;
	background: rgba(60,60,60,0.65);
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: thin solid #DDD;
	text-shadow: 1px 1px #333;
	border-radius: 5px;
}
#forHire {
	width: 960px;
	margin: 50px auto 75px auto;
}
#forHire h1 {
	color: #0AF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 230%;
	font-weight: bolder;
    text-align: center;
	text-transform: uppercase;
	margin-top: 30px;
	margin-bottom: 40px;
	padding: 0;
}
#forHire h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 180%;
	font-weight: 300;
	text-align: center;
	color: #0AF;
	line-height: 0px;
	margin-top: 30px;
	margin-bottom: 45px;	
}
#forHire a  {
	text-decoration: none;
}
#forHire a h3 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 170%;
	font-weight: 300;
	text-align: center;
	color: #08D;
	line-height: 0px;
	margin: 20px auto 30px auto;
	padding: 20px;
	border: medium solid #DDD;
	border-radius: 10px;
	width: 176px;
}
#forHire a h3:hover {
	color: #05B;
}
#forHire p {
	font-size: 150%;
	padding: 0 25px;
	line-height: 32px;
	color: #222;
	font-family: Tahoma, Geneva, sans-serif;
	margin: 5px auto;
	text-align: center;
}
#recentWork {
	width: 960px;
	height: auto;
	margin: 20px auto;
}
#recentWork h1 {
	color: #0AF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 180%;
	font-weight: bolder;
    text-align: center;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-shadow: 1px 1px #333;
}
#recentWork h1.titleBg {
	background: rgba(60,60,60,0.65);
	margin-bottom: 18px;
	border-radius: 5px;
}

/* BUTTONS */
h4.buttonLink {
	padding: 8px;
	border: thin solid #039;
	border-radius: 5px;
	width: 75px;
	margin: 13px auto 13px 0;
	text-align: center;
	text-decoration: none;
	font-size: 130%;
	font-family: Tahoma, Geneva, sans-serif;
	float: left;
	background: #222;
	background: -webkit-radial-gradient(rgba(255,255,255,1.0), rgba(5,70,255,.65));
	background: -moz-radial-gradient(rgba(255,255,255,1.0), rgba(5,70,255,.65));
	background: -o-radial-gradient(rgba(255,255,255,1.0), rgba(5,70,255,.65));
	background: -ms-radial-gradient(rgba(255,255,255,1.0), rgba(5,70,255,.65));
	background: gold radial-gradient(rgba(255,255,255,1.0), rgba(5,70,255,.65));
	-moz-box-shadow: 3px 3px rgba(60,60,60,.6);
	-webkit-box-shadow: 3px 3px 3px rgba(60,60,60,.6);
	box-shadow: 3px 3px 3px rgba(60,60,60,.6);
}
h4.buttonLink:hover {
	background: #222;
	background: -webkit-radial-gradient(rgba(255,255,255,1.0), rgba(0,50,255,.55));
	background: -moz-radial-gradient(rgba(255,255,255,1.0), rgba(0,50,255,.55));
	background: -o-radial-gradient(rgba(255,255,255,1.0), rgba(0,50,255,.55));
	background: -ms-radial-gradient(rgba(255,255,255,1.0), rgba(0,50,255,.55));
	background: gold radial-gradient(rgba(255,255,255,1.0), rgba(0,50,255,.55));
}

/* RESUME DOCUMENT */
#infoContainer {
	background: url(../images/misc/paper_seamless.jpg);
	background-repeat: repeat;
	background-position: 50% 0%;
	min-height: 1282px; /* @media change min-height */
	width: 960px;
	float: none;
	margin: 20px auto;
	border-radius: 5px;
}
#infoLeft {
	float: left;
	width: 28%;
	padding: 0 15px 0 0;
	margin-top: 20px;
}
#infoRight {
	float: left;
	width: 68%;
	margin-top: 20px;
}
.topic h1 {
	color: #0AF;
	font-size: 150%;
	font-weight: 300;
	padding-top: 5px;
}
.topic h2 {
	color: #444;
	font-weight: 300;
	padding-left: 10px;
	margin-bottom: 0;
}
.topic ul {
	list-style: none;
	color: #444;
	padding-bottom: 10px;
}
.topic p {
	padding: 0 18px 10px 18px;
	color: #444;
}
.topic a, .topic a:visited {
	text-decoration: none;
	color: #080;
}
.topic a:hover, .topic a:active {
	color: #0AF;
}
.lineBreak {
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #AAA;
}

/* FOOTER AND MINI-NAV */
footer {
	clear: left;
	height: 60px;
	border-top: thin solid #DDD;
	background: rgba(60,60,60,0.65);
}
footer div {
	width: 960px;
	margin: 0 auto;
}
footer div div h4 {
	float: left;
	font-weight: 100;
	color: #EEE;
	padding-left: 48px;
}
#miniNav {
	margin-left: 232px;
	margin-right: auto;
}
#miniNav h4.starfish a, #miniNav h4.starfish a:visited {
	text-decoration: none;
	font-size: 120%;
	font-weight: bold;
	color: #DDD;
	font-family: Tahoma, Geneva, sans-serif;
}
#miniNav h4.starfish a:hover, #miniNav h4.starfish a:active {
	color: #0AF;
	background: url(../images/misc/starfish.png);
	background-repeat:no-repeat;
	background-position: 50% 0%;
}
#socialButtons {
	width: 200px;
	foat: left;
	margin-right: -20px;
	margin-left: auto;
	padding-top: 5px;
}
#socialButtons ul {
	list-style: none;
}
#socialButtons ul li {
	float: left;
	width: 20px;
	height: 20px;
	margin-left: 8px;
	border: 1px solid #666;
	border-radius: 5px;
	overflow: hidden;
	opacity: 1.0;
}
#socialButtons ul li:hover {
	opacity: 0.7;
}
#socialContainer {
	padding-top: 8px;
}
#socialContainer li {
	opacity: 0.75;
}
#socialContainer li:hover {
	opacity: 1.0;
}


/* CONTACT PAGE - TABLE/FORMS */
#contactContainer {
	margin-top: 37px;
}
table {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 0;
	width: 62%;
}
th {
	font-family: Varela, Arial, Helvetica, sans-serif;
	color: #555;
	font-weight: normal;
	font-size: 0.9em;
}
th, td {
	text-align: center;
	padding: 5px;
	vertical-align: middle;
	border: 1px solid #555;
}
td {
	color: #222;
	font-size: 0.75em;
}
form td {
	text-align: right;
	font-size: 1.2em;
	border-style: none;
	padding-right: 10px;
	width: 200px;
}
form td+td {
	text-align: left;
}
input {
	color: #444;
	padding: 8px;
	border: thin solid #0AF;
	border-radius: 5px;
	background: #222;
	background: -webkit-radial-gradient(rgba(255,255,255,1.0), rgba(5,70,255,.65));
	background: -moz-radial-gradient(rgba(255,255,255,1.0), rgba(5,70,255,.65));
	background: -o-radial-gradient(rgba(255,255,255,1.0), rgba(5,70,255,.65));
	background: -ms-radial-gradient(rgba(255,255,255,1.0), rgba(5,70,255,.65));
	background: gold radial-gradient(rgba(255,255,255,1.0), rgba(5,70,255,.65));
	-moz-box-shadow: 3px 3px rgba(155,155,155,.7);
	-webkit-box-shadow: 3px 3px 3px rgba(155,155,155,.7);
	box-shadow: 3px 3px 3px rgba(155,155,155,.7);
}
input:focus, input:hover, input:active {
	background: #222;
	background: -webkit-radial-gradient(rgba(255,255,255,1.0), rgba(0,50,255,.55));
	background: -moz-radial-gradient(rgba(255,255,255,1.0), rgba(0,50,255,.55));
	background: -o-radial-gradient(rgba(255,255,255,1.0), rgba(0,50,255,.55));
	background: -ms-radial-gradient(rgba(255,255,255,1.0), rgba(0,50,255,.55));
	background: gold radial-gradient(rgba(255,255,255,1.0), rgba(0,50,255,.55));
}
input:focus {
	outline: none !important;
}
input#name, input#email, #contact select, textarea {
	background: none;
	border: 1px solid #0AF;
	border-radius: 4px;
	-moz-box-shadow: inset 0 0 6px #0AF;
	-webkit-box-shadow: inset 0 0 6px #0AF;
	box-shadow: inset 0 0 6px #0AF;
}
input#name:focus, input#email:focus, #contact select:focus, textarea:focus {
	outline: none !important;
	border: 1px solid #039;
}
input#name:hover, input#email:hover, input#name:active, input#email:active {
	background: none;
}
input#name, input#email {
	padding: 3px 5px;
}
#contact select {
	width: 230px;
	padding: 6px;
	color: #444;
}
#contact em {
	font-size: 0.75em;
	margin-top: 2px;
}
textarea {
	padding: 8px;
	font-family: Varela, Arial, Helvetica, sans-serif;
}

/* CLASSES - UNIVERSAL */
.floatLeft {
	float: left;
	width: 20px;
	height: 20px;
	margin-right: 8px;
	border: thin solid #777;
	border-radius: 5px;
	overflow: hidden;
}
.red{
    background-color:#c22;
}
.blue {
	color: #0AF;
}
.blue2{
    background-color:#22c;
}
.green{
    background-color:#2c2;
}
.yellow{
    background-color:#FF0;
}
.black{
    background-color:#000;
	border:2px dashed #F60;
}
.white {
	color: #EEE;
}
.font125 {
	font-size: 123%;
	font-family: Tahoma, Geneva, sans-serif;
}
.copyriteText {
	padding-top: 3px;
	font-size: 95%;
	font-family: Tahoma, Geneva, sans-serif;
}

/* DRAW MESSAGE */
.chalk {
	color: #CCC;
	padding-top: 66px;
	margin-top: 0px;
}
canvas {
	width: 940px;
	padding: 0;
	margin-left: 5px;
}
#draw {
    width:960px;
    height:515px;
	margin: 0px auto;
    font-family:Arial;
}
#drawContent{
    overflow:hidden;
}
#drawCanvas{
    cursor:crosshair ;
	border: thin solid #0AF;
	padding-top: 15px;
	padding-right: 8px;
	background: rgba(255,255,255,0.8);
}
.palette-case {
    width:392px;
    margin: 15px auto 15px 288px;
    text-align:center;
	float: left;
}
.palette-box {
    float:left;
    padding:2px 6px 2px 6px;
}
.palette {
    border:2px solid #777;
    height:36px;
    width:36px;
}
.navbtn {
    cursor: pointer;
    float:left;
    padding: 6px 10px;
    font-weight: bold;
    line-height: 18px;
    font-size: 14px;
    color: #eee;
    text-shadow: 0px -1px #000;
    border: solid 1px #111;
    border-radius: 4px;
    background-color: #404040;
    box-shadow: 0 0 1px 1px #555,inset 0 1px 0 0 #666;     
}
.navbtn-hover, .navbtn:active {
    color: #222;
    text-shadow: 0px 1px #aaa;
    background-color: #aaa;
    box-shadow: 0 0 1px 1px #444,inset 0 1px 0 0 #ccc;   
}
#new, #sendDrawing {
	margin-top: 4px;
} 
