@charset "UTF-8";

body {
	font: 100% Futura, "Futura", Helvetica, sans-serif;
	text-decoration:none;
	font-weight:100;
	font-size:32px;
	letter-spacing: .3em;
	background: #FDF1D4;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #9A947A;
	text-decoration:none;
}

a title {
	font-size:24px;
}

a img {
	border:none;
}

a {
	text-decoration:none;
	color: #9A947A;
}

a:hover {
	color:#B04C38;
}

h2 {
	text-decoration:none;
	font-size:72px;
	font-weight:100;
	text-align:center;
}

h4 {
	text-decoration:none;
	font-size:40px;
	font-weight:100;
}

p {
	text-decoration:none;
	font-size:26px;
	font-weight:100;
	letter-spacing: .1em;
	text-align:center;
}

#logo{
	background-image: url(images/jo_logo.gif);
	width:85px;
	height:180px;
	margin-left: 20px;
	float:left;
	}

#tinyheadr {
	font-size:30px;
	letter-spacing: .2em;
	margin: 20px auto;
}

#container {
	height:auto;
	width: 960px;
	margin: 182px auto;
}

.item {
	height:480px;
	width:400px;
	margin:auto;
	padding-bottom: 20px;
}

.buttonbg {
	background-image:url(images/iphone_button_bg.gif);
	background-repeat:no-repeat;
	height:400px;
	width:400px;
}

.buttonimage {
	width:400px;
	height:400px;
	position:static;
	padding-top:20px;
}

.label {
	font-size: 52px;
}

#footer {
	bottom: 0px;
	width:100%;
	clear:both;
}

#footergraphic {
	background-image: url(images/iPhonefootergraphic.gif);
	height: 100px;
	width: 1000px;
	margin: auto auto 0px auto;
}

/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin: 0; top:-36px; font-size:32px;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000;}
#colorbox{}
    #cboxContent{margin-top:36px;}
        #cboxError{padding:50px; border:1px solid #b04c38;}
        #cboxLoadedContent{background:#000; padding:5px;}
        #cboxTitle{position:absolute; top:-36px; left:0; color:#9A947A;}
        #cboxCurrent{position:absolute; top:-36px; right:0px; color:#9A947A; font-size:32px;}
        #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
        #cboxPrevious{position:absolute; top:50%; left:0px; margin-top:-80px; background:url(images/controlsiPhone.png) no-repeat top left; width:100px; height:200px; text-indent:-9999px;}
        #cboxPrevious.hover{background-position:bottom left;}
        #cboxNext{position:absolute; top:50%; right:0px; margin-top:-80px; background:url(images/controlsiPhone.png) no-repeat top right; width:100px; height:200px; text-indent:-9999px;}
        #cboxNext.hover{background-position:bottom right;}
        #cboxLoadingOverlay{background:#000;}
        #cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}
        #cboxClose{position:absolute; top:15px; right:15px; display:block; background:url(images/controlsiPhone.png) no-repeat top center; width:76px; height:58px; text-indent:-9999px;}
        #cboxClose.hover{background-position:bottom center;}