@charset "utf-8";
/*
11/30/12: 
Special styles for use with the JSGraphixSandbox Saga
The canvas background color may be adjusted...not here...but in the page where the design is created
*/

html{
	background-image: url(../images/bg-blue.png);
	background-repeat: repeat-x;
	background-color: #c4d1f7;
	background-position: left top;
	color:#000;
}

header img#mastheadImage{
	float: left;
	margin-right: 20px;
}

header p#designerInfo{
	margin-top: 3px;
}

header h1 span{
	color:#7493EC;
	text-shadow:2px 1px #000;
}

/*added 12/8/15*/
h1 span small{
	font-family:Arial, Helvetica, sans-serif;
	color: #999;
	text-shadow: none;
	font-size:.6em;
}

nav{
	background-color: #7493EC;
	height: 20px;
	padding: 5px 0px 1px 0px;
	color: #FFF;
	margin-bottom: 10px;
	clear: both;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}

nav li{
	display: inline;
}

nav li a{
	color:#FFF;
	font-weight: bold;
}

div#container{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}
div#jsAlert{
	width: 500px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 10px;
	background-color:#F00;
	color:white;
	text-align:center;
	padding-bottom: 20px;
}
p#keepCalmInfo{
	width: 265px;
	margin-left: auto;
	margin-right: auto;
}
acronym{
	font-style: italic;
	font-weight: bold;
	/*
		https://developer.mozilla.org/en-US/docs/Styling_Abbreviations_and_Acronyms
	*/		
	cursor: help;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

body{
	margin-top: 20px;
	color:#000;
}
	
footer{
	color: #FFF;
	text-align: center;
	background-color:#7493ec;
	clear: left;
	padding-top: 4px;
	padding-bottom: 4px;
	box-shadow: 3px 3px 4px 4px #999999;
	/*forces it down to the bottom*/
	margin-top: 50px;
}

footer p{
	margin: 0px;
}

/*a container to help center the canvas*/
article#artwork{
	width: 600px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFF;
}

canvas#canvasOne{
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;	
	background-color: #EEE;	
	
	box-shadow: 3px 3px 4px 4px #999999;
}



canvas#canvasOne p span{
	padding: 10px;
	font-weight: bold;
	color: white;
	display: inline-block;
	background-color: red;
	width: 600px;
	text-align: center;
	background-image: url(../../JSGrafixSbox/images/redStrip1.png);
	background-repeat: repeat-x;
	background-position: left top;
	box-shadow:none;
}

noscript p{
	width:265px;
	margin-left: auto;
	margin-right: auto;
}

noscript img{
	/*box-shadow: 3px 3px 4px 4px #999999;*/
	border-radius: 20px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}

input#printButton{
	padding: 5px;
	margin-top: 5px;
}

article img#example{
	float: right;
	margin-left: 20px;
}

footer{
	clear:right;
}

table#library{
	margin-top: 30px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

table#library td a{
	text-align:right;
	text-decoration:none;
}

table#library td{
	text-align:right;
}

table.gallery{
	margin-top: 30px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

table.gallery td a{
	text-align:right;
	text-decoration:none;
}

table.gallery td{
	text-align:right;
}

table.gallery td{
	background-color:#eee;
	color: #CCC;
}

table.gallery td a{
	font-weight:bold;
}


h3#articleHeading{
	margin-bottom: -20px;
}

h3.articleHeading{
	margin-bottom: -20px;
}

table{
	margin-bottom: 20px;
}
/*for input forms
11/19/13
*/

fieldset fieldset{
	margin-bottom: 20px;
}
fieldset#formGroup{
	background-color:#FEA;
}
fieldset#gridGroup, fieldset#locnGroup, fieldset#colorGroup{
	background-color:#FFC;
}
form{
	margin-bottom: -20px;
}

canvas#canvasOne{
	cursor:pointer;
	margin-top: 20px;
	background-color: none;
}
article{
	margin-bottom: -20px;
}

table#library td{
	background-color:#eee;
	color: #CCC;
}

table#library td a{
	font-weight:bold;
}
	
