/*****************************
** COMMAND C
** design + photography
** info@commandc.com
**
******************************/

/***************
* Layout
****************/

* {
	margin:0;
	padding:0;
}
body{
	font-family: Verdana,Geneva,Kalimati,sans-serif;
	font-size: 12px;
	text-align: center;
	background: #b2b2b2;
	color: #000;
	position: relative;
}
div#container {
	width: 865px;
	min-height: 583px;
	margin: 0 auto;
	padding: 0 7px 10px 0;
	text-align: center;
	color: #b2b2b2;
	position: relative;
}
img {
	border: 0;
}
p {
	text-align: left;
	line-height: 160%;
	margin: 15px 0;
}
p.top {
	margin-top: 0;
}
p.bottom {
	margin-bottom: 0;
}

/***************
* Backgrounds
****************/

.splash div#container {
	background: transparent url(../images/bg-splash.jpg) no-repeat;
}
.letters div#container,
.contribute div#container {
	background: transparent url(../images/bg-whiteblack.gif) no-repeat;
}
.world div#container,
.ensemble div#container,
.standup div#container,
.special div#container {
	background: transparent url(../images/bg-black.gif) no-repeat;
}
/***************
* Main Menu
****************/

div#nav {
	width: 865px;
	height: 28px;
	margin: 15px auto 0 auto;
	font-family: "Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
}
ul#mainmenu {
	margin: 3px 7px 3px 0;
	width: 858px;
}
ul#mainmenu li {
	float: left;
	display: block;
	border-right: 1px solid #000;
	padding: 0 14px;
	font-weight: 100;
	white-space: nowrap;
	position: relative;
}
ul#mainmenu li.last {
	border: 0;
	padding-right: 0;
}
ul#mainmenu li.first {
	padding-left: 0;
}
ul#mainmenu a:link {
	color: #000;
	text-decoration: none;
}
ul#mainmenu a:visited {
	color: #000;
	text-decoration: none;
}
ul#mainmenu a:hover {
	color: #fe0000;
	text-decoration: none;
}
ul#mainmenu a:active {
	color: #000;
	text-decoration: none;
}
ul#mainmenu a.current:link {
	color: #fe0000;
	text-decoration: none;
}
ul#mainmenu a.current:visited {
	color: #fe0000;
	text-decoration: none;
}
ul#mainmenu a.current:hover {
	color: #fe0000;
	text-decoration: none;
}
ul#mainmenu a.current:active {
	color: #fe0000;
	text-decoration: none;
}

ul#mainmenu ul.sub {
	position: absolute;
	top: 20px;
	left: 0;
	z-index: 500;
	width: 15.4em;
}
ul#mainmenu ul.first {
	width: 17.7em;
}
ul#mainmenu ul.sub li {
	list-style: none;
	display: block;
	text-align: left;
	border: 0;
	font-weight: normal;
	width: 15.4em;
	height: 23px;
	padding: 0;
}
ul#mainmenu ul.sub li.first {
	width: 17.7em;
}
ul#mainmenu ul.sub li a {
	display: block;
	width: 14.4em;
	padding: 3px 5px;
	text-decoration: none;
	border: 1px solid #fff;
}
ul#mainmenu ul.sub li.first a {
	width: 16.7em;
}
ul#mainmenu ul.sub li a:link {
	color: #3f3f3f;
	background: #e6e6e6;
}
ul#mainmenu ul.sub li a:visited {
	color: #3f3f3f;
	background: #e6e6e6;
}
ul#mainmenu ul.sub li a:hover {
	color: #3f3f3f;
	background: #b2b2b2;
}
ul#mainmenu ul.sub li a:active {
	color: #fe0000;
	background: #b2b2b2;
}
ul#mainmenu ul.sub li a.current:link {
	color: #fe0000;
	background: #e6e6e6;
}
ul#mainmenu ul.sub li a.current:visited {
	color: #fe0000;
	background: #e6e6e6;
}
ul#mainmenu ul.sub li a.current:hover {
	color: #fe0000;
	background: #b2b2b2;
}
ul#mainmenu ul.sub li a.current:active {
	color: #fe0000;
	background: #b2b2b2;
}

/***************
* Text Formats
****************/

.bold {
	font-weight: bold;
}
.underline {
	text-decoration: underline;
}
.italic {
	font-style: italic;
}
.serif {
	font-family: "Times New Roman", Times, serif;
}
.sans {
	font-family: Arial, Helvetica, sans-serif;
}
.tiny {
	font-size: 8px;
}
.small {
	font-size: 10px;
}
.medium {
	font-size: 12px;
}
.large {
	font-size: 16px;
}
.nowrap {
	white-space: nowrap;
}
.upper {
	text-transform: uppercase;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.stretch {
	letter-spacing: 2px;
}
.indent-left {
	padding-left: 45px;
}
.indent-left-big {
	padding-left: 150px;
}
.white {
	color: #fff;
}

/***************
* Hyperlinks
****************/

a:link {
	color: #b2b2b2;
	text-decoration: none;
}
a:visited {
	color: #b2b2b2;
	text-decoration: none;
}
a:hover {
	color: #fe0000;
	text-decoration: none;
}
a:active {
	color: #b2b2b2;
	text-decoration: none;
}
a.current:link {
	color: #fe0000;
	text-decoration: none;
}
a.current:visited {
	color: #fe0000;
	text-decoration: none;
}
a.current:hover {
	color: #fe0000;
	text-decoration: none;
}
a.current:active {
	color: #fe0000;
	text-decoration: none;

}

/***************
* Common
****************/
img#logo {
	position: absolute;
	top: 0;
	left: 0;
}
img#contribute {
	position: absolute;
	bottom: 30px;
	right: 10px;
}
#pager {
	position: absolute;
	top: 527px;
	left: 666px;
}
#pager a {
	margin-left: 3px;
}
#pager img {
	vertical-align: middle;
}
#scroll {
	overflow: auto;
}
#scroll-buttons img {
	cursor: pointer;
	margin-bottom: 3px;
}
.list {
	text-align: left;
	list-style-type: square;
	list-style-image: url(../images/letters-4-bullet.gif);
}
.list li {
	margin-bottom: 20px;
}
.quote {
	font-size: 11px;
	color: #fff;
}
#site-credits {
	position: absolute;
	bottom: 13px;
	left: 0;
	padding: 0 28px 0 21px;
	font-size: 9px;
	width: 834px;
}
#site-credits #design {
	float: right;
}
#site-credits #contact {
	float: left;
	text-align: left;
}
/***************
* Splash
****************/

.splash #headline {
	position: absolute;
	top: 273px;
	left: 3px;
}
.splash #enter {
	position: absolute;
	top: 188px;
	left: 530px;
}
.splash #enter-reflection {
	position: absolute;
	top: 440px;
	left: 530px;
}

/***************
* Letters
****************/

.letters .title {
	position: absolute;
	top: 178px;
	left: 288px;
}
.letters .photo {
	position: absolute;
	top: 270px;
	left: 658px;
}
.letters .graphic {
	position: absolute;
	top: 128px;
	left: 35px;
}
.letters .copy {
	position: absolute;
	top: 270px;
	left: 288px;
	width: 285px;
	height: 290px;
}
.letters #scroll-buttons {
	position: absolute;
	top: 510px;
	left: 590px;
	text-align: left;
}

/* Page 1 */

.letters .page-1 .headline, .letters .page-home .headline {
	position: absolute;
	top: 153px;
	left: 658px;
}
.letters .page-1 .graphic, .letters .page-home .graphic {
	position: absolute;
	top: 128px;
	left: 35px;
}

/* Page 2 */

.letters .page-2 .title {
	top: 177px;
}
.letters .page-2 .headline {
	position: absolute;
	top: 168px;
	left: 658px;
}
.letters .page-2 .graphic {
	position: absolute;
	top: 86px;
	left: 0px;
}

/* Page 3 */

.letters .page-3 .headline {
	position: absolute;
	top: 162px;
	left: 658px;
}
.letters .page-3 .graphic {
	position: absolute;
	top: 112px;
	left: 48px;
}
/*.letters .page-3 .copy {
	top: 240px;
	height: auto;
}*/


/***************
* World
****************/
.world #pager {
	top: 542px;
}
.world #logo {
	position: absolute;
	top: 0;
	left: 0;
}
.world .photo {
	position: absolute;
	top: 0px;
	right: 7px;
}
.world .headline {
	position: absolute;
	top: 339px;
	right: 10px;
}
.world .copy {
	position: absolute;
	top: 338px;
	left: 70px;
	width: 325px;
}
.world .quote {
	position: absolute;
	top: 445px;
	left: 495px;
	width: 250px;
}
/* Page 2 */
.world .page-2 .copy {
	top: 328px;
}
.world .page-2 .quote {
	top: 435px;
}

/* Page 3 */
.world .page-3 .headline {
	top: 281px;
}

/* Page 4 */
.world #countries {
	position: absolute;
	top: 160px;
	left: 1px;
}
.world #photos-wrapper {
	width: auto;
	position: absolute;
	top: 180px;
	right: 7px;
}
.world #photos-wrapper img {
	margin-left: 10px;
}
.world .page-4 .copy {
	top: 328px;
}

/* Page 6 */
.world .page-6 .photo {
	top: 128px;
}

/***************
* Ensemble
****************/
.ensemble #color-wheel {
	position: absolute;
	top: 100px;
	left: 23px;
}
.ensemble #pager {
	left: 180px;
}
.ensemble #pager img#next {
	margin-left: 25px;
}
.ensemble .headline {
	position: absolute;
	top: 298px;
	left: 420px;
}
.ensemble .photo {
	position: absolute;
	top: 0px;
	right: 7px;
}
.ensemble .copy {
	position: absolute;
	top: 350px;
	left: 420px;
	width: 430px;
}
.ensemble .quote {
	position: absolute;
	top: 475px;
	left: 420px;
	width: 430px;
}
.ensemble .quote .credit {
	width: 430px;
	text-align: right;
}

/* Page Home */
.ensemble .page-home .headline {
	position: absolute;
	top: 298px;
	left: 420px;
}

/* Page 2 */
.ensemble .page-2 .copy ul {
	text-align: left;
}
.ensemble .page-2 .copy li {
	list-style: none;
	margin-left: 40px;
}

/* Page 5 */
.ensemble .page-5 .copy {
	top: 345px;
}
.ensemble .page-5 .quote {
	top: 485px;
}

/* Page 6 */
.ensemble .page-6 .copy {
	top: 335px;
}
.ensemble .page-6 .quote {
	top: 475px;
}

/* Page 7 */
.ensemble .page-7 .quote {
	top: 490px;
}

/* Page 9 */
.ensemble .page-9 .quote {
	top: 460px;
}

/* Page 10 */
.ensemble .page-10 .quote {
	top: 490px;
}

/* Page 11 */
.ensemble .page-11 .quote {
	top: 460px;
}

/* Page 13 */
.ensemble .page-13 .quote {
	top: 490px;
}

/* Page 15 */
.ensemble .page-15 .quote {
	top: 455px;
}

/* Page 16 */
.ensemble .page-16 .quote {
	top: 460px;
}

/* Page 18 */
.ensemble .page-18 .copy {
	top: 345px;
} 
.ensemble .page-18 .quote {
	top: 485px;
}

/* Page 19 */
.ensemble .page-19 .graphic {
	position: absolute;
	top: 75px;
	right: 93px;
}
.ensemble .page-19 .headline {
	top: 273px;
}
.ensemble .page-19 .copy {
	top: 320px;
}
.ensemble .page-19 .sponsor-list {
	width: 200px;
	float: left;
	display: inline;
	margin-right: 10px;
}
.ensemble .page-19 .sponsor-list li {
	width: 200px;
	list-style: none;
	list-style-position: outside;
	text-align: left;
	font-size: 11px;
}
.ensemble .page-19 .caption {
	float: left;
	clear: left;
	width: 430px;
}

/* Page 20 */
.ensemble .page-20 .quote {
	top: 415px;
}
/***************
* Standup
****************/
.standup .headline {
	position: absolute;
	top: 97px;
	left: 49px;
}
.standup .flash {
	position: absolute;
	top: 233px;
	left: 49px;
}
.standup .copy {
	position: absolute;
	top: 48px;
	left: 434px;
	width: 380px;
}
.standup .copy img {
	margin: 15px 0;
}
.standup .quote {
	position: absolute;
	top: 371px;
	left: 434px;
	width: 380px;
	font-size: 12px;
}
.standup .quote .credit {
	width: 380px;
	text-align: right;
}
.standup .link {
	position: absolute;
	bottom: 36px;
	left: 440px;
}

/***************
* Special
****************/
.special #pager {
	top: 542px;
}
.special .headline {
	position: absolute;
	top: 473px;
	left: 203px;
	z-index: 2;
}
.special .graphic {
	position: absolute;
	bottom: 8px;
	left: 71px;
}
.special .copy {
	position: absolute;
	top: 275px;
	left: 275px;
	width: 365px;
}
.special .copy .credit {
	padding-left: 45px;
	width: 500px;
}
/* Large version of menu */
ul#menu-large {
	position: absolute;
	top: 184px;
	left: 23px;
}
ul#menu-large li {
	list-style: none;
	display: inline;
	margin-left: 16px;
}
ul#menu-large li.first {
	margin-left: 0;
}

/* Small version of menu */
ul#menu-small {
	position: absolute;
	top: 0;
	left: 374px;
}
ul#menu-small li {
	list-style: none;
	display: inline;
	margin-left: 6px;
}
ul#menu-small li.first {
	margin-left: 0;
}

/* Home Page */
.special .page-home .headline {
	top: 20px;
	left: 486px;
	z-index: 1;
}
.special .page-home .copy {
	position: absolute;
	top: 407px;
	left: 140px;
	width: 600px;
}
.special .page-home .copy p {
	text-align: center;
}

/***************
* Contribute
****************/

.contribute .headline {
	position: absolute;
	top: 168px;
	left: 658px;
}
.contribute .graphic {
	position: absolute;
	top: 86px;
	left: 0px;
}
.contribute .list {
	position: absolute;
	top: 295px;
	left: 280px;
	width: 420px;
}
.contribute img#contribute {
	position: absolute;
	bottom: 15px;
	right: 150px;
}
