
body{
margin: 0;
padding: 0;
border: 0;
height: 100%; 
max-height: 100%; 
 background-image: url('http://www.mijoro.com/images/bggradient.png');
 background-repeat: repeat-x;
 
 font-family: Arial;
}

img{ border: 0; }

	
	#logo {
		width: 15%;
	}
	
	#bar {
		background-color: #999;
		border-top: 2px solid black;
		border-bottom: 1px solid black;
	}

	#logospace {
		text-align: center;
		margin: 15px;
	}
	
	#dockWrapper {
		margin: auto;
		height: 230px;	
		text-align: center;
	}
	
	.dockIcon, .appLogo, .runsOn {
		font-size: 160%;
		text-align: center;
		top: 0;
	}
	.dockIcon {
		display: inline-block;
		width: 30%;
		margin: 0 30px;
	}
	
	.appIcon img, .appLogo img {
		height: 75px;
		margin-bottom: 20px;
	}
	
	#dockWrapper .subtitle {

		font-weight: bold;
		font-size: 160%;
		color: #323232;
		text-shadow: 2px 3px 2px #c1c1c1;
		margin: 10px 0;
	}
	
	.desc {
		vertical-align: top;
		height: 100%;
	}
	
	li.dockIcon {
        min-height: 100px;
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: top;
        margin: 0px 10px;
        zoom: 1;
        *display: inline;
        _height: 100px;
    }
    
    .dockIcon p {
    	text-align: justify;
    }
	
	.dockIcon a, .runsOn a {
		color: black;
		text-decoration: none;
	}
	
	.appIcon {
		width: 180px;
		margin: auto;
		padding-top: 15px;
	}
	.appIcon a {
		width: 100%;
		display: block;
	}
	.appIcon:hover, .highlight {
		background-position: center 80%;
		background-image: url('../images/spotlight.png');
		background-repeat: no-repeat;
	}
	.runsOn {
		font-size: 100%;
		padding-top: 15px;
		text-align: left;
	}
	.getIt {
		width: 100%;	
	}
	.runsOnBox {
		text-align: center;
		vertical-align: middle;
	}
	
	.platformChoice {
		display: inline-block;
		padding: 5px;
	}
	.platformChoice img {
		margin-bottom: 5px;
		display: block;
	}
	
	h1 a, .teenyPost b a { color: black; text-decoration: none; }
	
	
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */


/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


