html {
	background-color: black;
	background-image: url(../images/body-background.jpg);
	background-position: center bottom;
	background-repeat: repeat-x;
	background-attachment: fixed;
}
#bd {
	position: relative;
}
#wrapper {
	background: url(../images/html-background.jpg) repeat-x top;
	color: #ccc;
}
#custom-doc { width:38.46em;*width:37.53em;min-width:502px; margin:auto; text-align:left; }
header{
	display: block;
	height: 80px;
	padding-top: 20px;
}
header h1 {
	height: 63px;
	width: 184px;
	background: url(../images/logo.png) left top no-repeat;
	text-indent: -9999px;
}
header h1 a {
	height: 63px;
	width: 184px;
	display: block;
	overflow: hidden;
}
footer {
	display: block;
}
.scribbrAction {
	position: relative;
	height: 522px;
	z-index: 10;
}
#canvas {
	border: 1px solid #666666;
	cursor: crosshair;
	position: absolute;
	top: 90px;
	left: 90px;
	z-index: 100;
}
#easel {
	border: 1px solid #cccccc;
	background-color: #000;
	background-image: url(../images/easel-background.png);
	background-position: center;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 50;
	width: 500px;
	height: 500px;
	-moz-border-radius: 5px; -webkit-border-radius: 5px;
}
.blog {
	padding-top: 20px;
}
em {
	font-style: italic;
}

p {
	line-height: 1.3em;
}
strong {
	font-weight: bold;
}

a {
	color: #fff;
}
a:hover {
	color: #9cf;
}

.scribbrControl {
	height: 32px;
	position: absolute;
	z-index: 100;
}

.squareControl {
	width: 32px;
}

#colorTool {
	cursor: pointer;
	background-color:#000000;
}

#alphaTool { cursor: pointer; top: 5px; left: 42px; }
#sizeTool { cursor: pointer; top: 5px; left: 79px; }
#toggleTool { cursor: pointer; left: 16px;}
#clearTool { cursor: pointer; top: 283px; left: 9px; width: 74px;}
#saveTool { cursor: pointer; top: 449px; left: 380px; }
#undoTool { cursor: pointer; top: 240px; left: 9px; width: 74px; }

#pixelTool { height: 34px; width: 150px; float: left; }
#penTool { height: 34px; width: 50px; position: relative; float: left; }

#swatchTool0 { cursor: pointer; top: 9px; left: 9px; }
#swatchTool1 { cursor: pointer; top: 9px; left: 52px; }
#swatchTool2 { cursor: pointer; top: 52px; left: 9px; }
#swatchTool3 { cursor: pointer; top: 52px; left: 52px; }
#swatchTool4 { cursor: pointer; top: 95px; left: 9px; }
#swatchTool5 { cursor: pointer; top: 95px; left: 52px; }
#swatchTool6 { cursor: pointer; top: 138px; left: 9px; }
#swatchTool7 { cursor: pointer; top: 138px; left: 52px; }
#swatchTool8 { cursor: pointer; top: 181px; left: 9px; }
#swatchTool9 { cursor: pointer; top: 181px; left: 52px; }

.colorSliders {
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 6px;
}

.savedSwatch {
	display: block;
	background-image:url(../images/icons/color_wheel.png);
	background-position: center;
	background-repeat: no-repeat;
	height: 32px;
	width: 32px;
}

.swatchControl {
}

.paletteOpen {
	background-image:url(../images/icons/color_swatch.png);
	background-position: center;
	background-repeat: no-repeat;
	height: 32px;
	width: 27px;
	cursor: pointer;
}


.savedSwatch {
	background-image: url(../css/cupertino/images/swatch-bg.png);
}

.currentColor {
	display: block;
	height: 32px;
	width: 32px;
}

.currentAlpha {
	display: block;
	background-image:url(../images/icons/contrast.png);
	background-position: right center;
	background-repeat: no-repeat;
	line-height: 32px;
	margin: 0 8px;
	padding: 0 25px 0 0;
}

.currentSize {
	display: block;
	background-image:url(../images/icons/shape.png);
	background-position: right center;
	background-repeat: no-repeat;
	line-height: 32px;
	margin: 0 8px;
	padding: 0 25px 0 0;
}

.currentToggle {
	display: block;
	background-position: right center;
	background-repeat: no-repeat;
	width: 32px;
	height: 32px;
}

.currentClear {
	display: block;
	background-image:url(../images/icons/delete.png);
	background-position: right center;
	background-repeat: no-repeat;
	line-height: 32px;
	margin: 0 8px;
	padding: 0 25px 0 0;
}

.currentSave {
	display: block;
	background-image:url(../images/icons/accept.png);
	background-position: right center;
	background-repeat: no-repeat;
	line-height: 32px;
	margin: 0 8px;
	padding: 0 25px 0 0;
}

.currentUndo {
	display: block;
	background-image:url(../images/icons/undo.png);
	background-position: right center;
	background-repeat: no-repeat;
	line-height: 32px;
	margin: 0 8px;
	padding: 0 25px 0 0;
}

#colorDialogShell {
	position: absolute;
	top: 27px;
	left: 10px;
	z-index: 150;
}

#colorDialog {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 150;
	width: 200px;
	padding: 10px 20px;
	display: none;
}

#colorDialog p {
	font-size: 10px;
	color: #999;
}

#alphaDialog {
	position: absolute;
	top: 45px;
	left: 47px;
	z-index: 150;
	width: 200px;
	padding: 20px;
	display: none;
}

#sizeDialog {
	position: absolute;
	top: 45px;
	left: 84px;
	z-index: 150;
	width: 98px;
	padding: 20px;
	display: none;
}

#palette {
	position: absolute;
	top: 20px;
	left: 0px;
	z-index: 1;
	width: 120px;
	height: 326px;
	background: #bbbbbb url(cupertino/images/palette-bg.png) right repeat-y;
	border: 3px solid #a2a2a2;
}

#paletteTrigger {
	position: absolute;
	top: 20px;
	left: -30px;
	z-index: 1;
	width: 32px;
	height: 32px;
	background: #bbbbbb url(cupertino/images/palette-bg.png) right repeat-y;
	border: 3px solid #a2a2a2;
}

.ui-slider {
	margin: 6px 0;
}

#colorSwatch {
	height: 20px;
	border: 1px solid #DDDDDD;
	background-color: #000000;
	margin: 12px;
}

#colorSwatchTransparent {
	height: 20px;
	background-image: url(../css/cupertino/images/lilchecks.gif);
	opacity: 0;
}

#alphaValue, #sizeValue {
	height: 20px;
	border: 1px solid #DDDDDD;
}

#alphaValue p, #sizeValue p {
	padding-left: 8px;
	line-height: 20px;
}

.toggleStatePencil {
	background-image:url(../images/icons/pencil.png);
	background-position: center;
	background-repeat: no-repeat;
}

.toggleStateBrush {
	background-image:url(../images/icons/paintbrush.png);
	background-position: center;
	background-repeat: no-repeat;
}

.post {
	padding-bottom: 8px;
	padding-top: 8px;
	margin-bottom: 10px;
	position: relative;
	border-color: #8b8b77;
	border-style: solid;
	border-width: 1px;
	background-color: #292b26;
	-moz-border-radius: 5px; -webkit-border-radius: 5px;
}

.user {
	padding: 8px;
	left: 0px;
	top: 0px;
	position: absolute;
	width: 74px;
}
.image {
	margin-left: 90px;
	width: 410px;
	height: 320px;
}

.ui-dialog {
	text-align: left;
}

#progressbar {
	width: 100px;
	position: fixed;
	top: 10px;
	left: 10px;
}

.ui-progressbar-value { 
	background-image: url(../images/310.gif);
	background-repeat: repeat-y;
}

.ui-progressbar {
	height: 22px;
}

.ui-progressbar { height:2em; text-align: left; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }

.welcome p {
	margin-bottom: 1em;
	margin-top: 1em;
	background-color: black;
}

#titleTool {
	z-index: 100;
	position: absolute;
	top: 418px;
	left: 90px;
}

label, textarea {
	color: #4c4c4c;
	display:block;
	width: 280px;
}

p.posttxt, .text p {
	margin-bottom: 1em;
	margin-top: 1em;
	text-align: center;
	padding-left: 1em;
	padding-right: 1em;
}

#browsers {
	height: 190px;
	width: 500px;
	margin-bottom: 10px;
	position: relative;
	border-color: #8b8b77;
	border-style: solid;
	border-width: 1px;
	background-color: #292b26;
	-moz-border-radius: 5px; -webkit-border-radius: 5px;
}

#browsers ul {
	margin-left: 25px;
}

#browsers li {
	color: white;
	text-align: center;
	float: left;
	width: 150px;
}

#browserwrapper {
	background-repeat: no-repeat;
	background-image: url(../images/browsers-ribbon.png);
	height: 195px;
	width: 500px;
}

.welcome p.start {
	font-size: 2em;
	text-align: center;
	border-color: #8b8b77;
	border-style: solid;
	border-width: 1px;
	background-color: #292b26;
	-moz-border-radius: 5px; -webkit-border-radius: 5px;
}

.welcome p.start a {
	line-height: 1.5em;
	display: block;
}

.welcome p.start:hover {
	background-color: #484848;
}

iframe {
	padding-left: 16px;
}

*|*:-moz-any-link:focus{outline:0px;}

.ui-state-selected {
	border-color: #0066cc;
	background-image: url(cupertino/images/swatch-selected.png);
}

#brushClose {
	width: 8px;
	height: 8px;
	z-index: 151;
	position: absolute;
	top: 5px;
	left: 5px;
	border: 0px solid #cccccc;
	cursor: pointer;
}

#brushOpen {
	width: 8px;
	height: 8px;
	z-index: 149;
	position: absolute;
	top: 6px;
	left: 6px;
	border: 0px solid #cccccc;
	cursor: pointer;
}

.buttonOpen {
	display: block;
	background-image:url(../images/icons/bullet_black.png);
	background-position: center center;
	background-repeat: no-repeat;
	width: 8px;
	height: 8px;
}

.buttonOpen:hover {
	background-image:url(../images/icons/bullet_green.png);
}

#paletteClose {
	height: 8px;
	width: 8px;
	cursor: pointer;
	position: absolute;
	top: -3px;
	left: -16px;
}

.buttonClose {
	width: 8px;
	height: 8px;
	background-image:url(../images/icons/bullet_green.png);
	background-position: center center;
	background-repeat: no-repeat;
}

.buttonClose:hover {
	background-image:url(../images/icons/bullet_red.png);
}

#paletteCurrent {
	position: absolute;
	width: 75px;
	text-align: center;
	font-size: 10px;
	top: 180px;
	left: 9px;
	line-height: 11px;
	cursor: pointer;
}

#paletteList {
	position: absolute;
	width: 75px;
	text-align: left;
	font-size: 10px;
	top: 180px;
	left: 9px;
	background: white;
	border: 1px solid #ccc;
	z-index: 500;
	color: #333;
	display: none;
}

#paletteList ul {
	padding: 4px 0;
}

#paletteList ul li {
	cursor: pointer;
	padding: 0 4px;
}

#paletteList ul li:hover {
	color: #0066CC;
}

#paletteList ul li.selected {
	background: url(cupertino/images/ui-bg_glass_80_e6e6e6_1x400.png) repeat-x 50% 50% #E6E6E6;
}

