body {
    font-family: "Palatino Linotype","Book Antiqua",Palatino,serif;
    background-color: #F4EED9;
    color: #1D1916;
    padding: 0;
    margin: 0;
    font-size: 18px;
}

h1 {
    font-size: 1.3em;
    margin-bottom: 0.75em;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #333;
}

h2 {
    font-size: 1em;
    font-weight: bold;
    display: inline;
}

p {
    font-size: 1em;
    line-height: 1.4em;
}

a {
    color: #1D1916;
}

.wrap {
    width: 830px;
    margin: 0px auto;
}

.spacer {
    clear: both;
}

.section {
    padding-bottom: 50px;
}

/* ------------------------------------------------------------------------- */
/* Menu */

.menu {
    padding: 10px 0 14px 0;
    background-color: #403B32;
    color: #fff;
}

    .menu a {
        color: #fff;
    }

    .menu ul {
        list-style-type: none;
        margin: 0;
        padding: 6px 0 0 0;
        float: right;
    }

        .menu ul li {
            float: left;
            margin: 0;
            padding: 0 0 0 51px;
        }
        
    .menu strong {
        font-size: 1.4em;
        font-weight: normal;
        color: #fff;
        letter-spacing: 2px;
    }
    
        .menu strong a {
            color: #fff;
            text-decoration: none;
        }

/* ------------------------------------------------------------------------- */
/* Footer */

.other {
    padding: 100px 0 20px;
    font-size: 0.8em;
    text-align: center;
}

.footer {
    padding: 0 0 100px 0;
}

    .footer .copy {
        text-align: center;
        font-size: 0.8em;
    }


/* ------------------------------------------------------------------------- */
/* Content */

.content {
    padding-top: 50px;
}

    .content .left {
        width: 600px;
        float: left;
    }
    
    .content .right {
        width: 150px;
        float: right;
    }



/* ------------------------------------------------------------------------- */
/* Application */


img {
	border: 0px;
}

.player {
    position: relative;
}

.hide {
	display: none;
}

.clock {
	text-align: center;
	padding: 40px 0 20px 0;
}

	.clock .timer {
		background-color: #ffff66;
		color: green;
		padding: 3px 10px;
	}

#keyCommands {
	padding-top: 10px;
	font-size: 0.8em;
	text-align: center;
	color: #666;
}
	#keyCommands b {
		color: #333;
		font-weight: bold;
	}

.headline {
	font-size: medium;
	text-align: center;
	color: #666;
	padding: 25px 0;
}

.headline b {
	color: #6699cc;
}

.newPrompt {
	background-color: #ddd;
	width: 560px;
	padding: 10px 20px;
	position: absolute;
	top: 0;
	left: 115px;
	border: 3px solid #403B32;
	height: 360px;
	z-index: 1000;
	line-height: 1.5em;
}

    .newPrompt textarea {
    	width: 530px;
    	height: 250px;
    	background-color: #eee;
    	padding: 10px 14px;
    	border: 1px solid #000;
    	font-family: verdana;
    	margin-top: 5px;
    }
    .newPrompt .newMenu {
    	padding-top: 20px;
    	text-align: center;
    }

.window {
	width: 600px;
	height: 200px;
	margin: 23px auto 23px auto;
}

	.window table {
		width: 100%;
		height: 100%;
	}
	
	.window td {
		padding: 10px;
	}

.playbar {
	background: url(../img/speedmenu/background2.gif) no-repeat;
	height: 45px;
	width: 362px;
	margin: 0px auto;
}

.playbar .btnWrap {
	position: absolute;
}

.playbar .restart {
	position: absolute;
	top: 11px;
	left: 13px;
	cursor: pointer;
}
.playbar .play {
	position: absolute;
	left: 36px;
	top: 1px;
	cursor: pointer;
}
.playbar .scrollbar {
	position: absolute;
	left: 81px;
	top: 22px;
}
.playbar .scroller {
	position: absolute;
	top: 13px;
	left: 80px;
	cursor: pointer;
}
.playbar .new {
	position: absolute;
	top: 20px;
	left: 260px;
	cursor: pointer;
}
.playbar .settings {
	position: absolute;
	top: 13px;
	left: 283px;
	cursor: pointer;
	z-index: 100;
}

.settingsMenu {
	display: none;
	position: absolute;
	left: 134px;
	top: 26px;
	background-color: #ddd;
	border: 2px solid #bbb;
	font-size: 0.6em;
	font-family: verdana;
	padding: 10px 5px;
	width: 200px;
	z-index: 50;
}

.settingsMenu .options {
	text-align: center;
	padding-top: 10px;
}

.settingsMenu input {
	width: 50px;
	font-size: x-small;
}

.settingsMenu select {
	font-size: x-small;
}

.settingsMenu .colorPicker {
	background-color: #fff;
	border: 2px solid #666;
	width: 20px;
	height: 15px;
	cursor: pointer;
}

.settingsMenu .paletteRow table {
	margin: 0px auto;
}

.palette td {
	width: 15px;
	height: 15px;
	font-size: 1px;
	border: 1px solid gray;
	cursor : pointer;
}

.advanced {
	display: none;
	background-color: #ccc;
	margin-top: 5px;
	padding: 2px;
}

.advanced td {
	vertical-align: top;
	padding-bottom: 5px;
}

textarea.stoplist {
	width: 163px;
}

.space {
	padding: 60px;
}

/* ------------------------------------------------------------------------- */
/* Home page */

.introduction {
    background-color: #E3DAB5;
    position: relative;
    left: -20px;
    padding: 5px 20px;
    width: 580px;
}

.start {
    text-align: center;
    background-color: #E2CB92;
    position: relative;
    left: -20px;
    width: 620px;
    padding: 10px 0;
}

.notice {
    text-align: center;
    background-color: #ffff66;
    padding: 10px;
    margin-bottom: 30px;
}

/* ------------------------------------------------------------------------- */
/* Bookmarklet page */

.bookmarklet {
    margin: 20px 0;
    padding: 10px 0;
}

    .bookmarklet strong {
        padding: 5px 15px;
        background-color: #E2CB92;
    }

