@charset "UTF-8";
/* CSS Document */

@import url("reset.css");
@font-face {  
  	font-family: 'Harabara' ;  
  	src: url('/media/fonts/HarabaraHand.ttf') format("truetype");
}  
@font-face {
	font-family: 'IEHarabara';
	src: url('/media/fonts/HarabaraHand.eot');
}

body {
	/*background: #ededed url(../media/images/apps_bkd2.jpg) repeat-x top;*/
	background: #ededed url(/media/images/mosaic-texture.png) repeat;
	text-align: center;
	color: #666;
	font-size: 14px;
	line-height: 1.3em;
	font-family: "Segan", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
a {
	color:#066;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 1.7em;
	font-weight: 100;
	line-height:1.3em;
	color: #bbb;
	text-shadow: 0px 1px 1px white;
	font-weight: 700;
}
h2 {
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.5em;
	/*padding-bottom: 30px;*/
	text-shadow: 0px 1px 1px whitesmoke;
	color: #999;
}
span.title {
	font-size:1.5em;
	color: #999;
}
span.gwiz {
	color: #699;
}
span.aegwiz {
	font-family: "Harabara", "IEHarabara", "Segan", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: 100;
	text-shadow: none;
	font-size: larger;
}

#mainContent {
	min-height: 100%;
	vertical-align: bottom;
	padding-top: 2%;
	padding-bottom: 2%;
}

#mainHeader {
	width: 83%;
	max-width: 960px;
	position: relative;
	margin: auto;
	margin-bottom: 1.5%;
	text-align: left;
}

.inlineDiv {
	display: inline-block;
}

.logo {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
}

.logo img {
	-moz-box-shadow: 0px 0px 4px #ddd inset;
 	-webkit-box-shadow: 0px 0px 4px #ddd inset;
  	box-shadow: 0px 0px 4px #ddd inset;
}

#mainPage {
	text-align: left;
	min-height: 94%;
	width: 83%;
	max-width: 880px;
	position: relative;
	margin: auto;
	background: #fff;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-moz-box-shadow: 0px 1px 5px #999 inset;
 	-webkit-box-shadow: 0px 1px 5px #999 inset;
  	box-shadow: 0px 1px 5px #999 inset;
	padding: 40px;
	border: 7px solid #ededed;
	/*border-bottom: none;*/
}

#mainPage p {
	padding-bottom: 20px;	
}

#mainPage .copyright {
	margin-top: 20px;
	font-size: 0.8em;
	color: #999;
}

table {
	width: 100%;
}

tr {
	border-bottom: 1px solid #ccc; 
}

td {
	width: 100px;
}

td img {
	vertical-align: middle;
	padding: 20px;
}

td.description {
	vertical-align: top;
	padding: 20px 15px;
	width: auto;
}
td p a {
	line-height: 2.0em;
	font-size: 0.9em;
}
#mainPage td p, td h3 {
	padding-bottom: 5px;
}


/*/////////////// GENERIC APP TEMPLATE ////////////////////*/

.container {
	position: relative;
	height: 100%;
	width: 100%;
	text-align: left;
}
.content {
	position: relative;
	width: 800px;
	margin: auto;
}
#nav {
	position:relative;
	background: #333;
	height: 44px;
	width: 100%;
	-moz-border-radius: 15px 15px 0px 0px;
	border-radius: 15px 15px 0px 0px;
}
#nav img {
	padding: 10px 60px;	
}
#menu {
	position: absolute;
	top: 0px;
	right: 0px;
	line-height: 44px;
	padding-right: 20px;
	overflow: hidden;
}
#menu a, #menu a:visited {
	color: #fff;
	font-size: 1.25em;
	text-shadow:1px 0px #666;
}
#menu a:hover {
	color: #333;	
	text-decoration: none;
}
#menu li {
	float: left;
	display: block;
	margin: 0px 10px;
}
#box {
	position:relative;
	background: #fff;
	min-height: 440px;
	width: 100%;
	-moz-border-radius: 0px 0px 15px 15px;
	border-radius:  0px 0px 15px 15px;
	-moz-box-shadow: 0px 5px 5px #ccc;
 	-webkit-box-shadow: 0px 5px 5px #ccc;
  	box-shadow: 0px 5px 5px #ccc;
}
#staticBranding {
	position:absolute;
	padding: 20px 40px;
	width: 190px;
	height: 400px;
	text-align:center;
	top: 0px;
	left: 0px;
}

#staticBranding p {
	display:block;
	text-align: left;
	margin: 10px auto;
	font-size: 0.8em;
	color: #999;
	line-height: 1.3em;
	width: 175px;
}
#staticBranding .price {
	/*background:url(../media/images/price_bkd.jpg) no-repeat;*/
	width: 155px;
	height: 15px;
	padding: 5px 10px;
	text-align: center;
	font-size: 0.95em;
	color: #666;
}

.appStore {
	margin-top:35px;
}

#page {
	margin-left: 260px;
	margin-right: 40px;
	padding: 35px 10px 20px 10px;
	width: auto;
	min-height: 400px;
}
.bulleted {
	list-style:disc;
	padding-left: 15px;
}
.leftColumn {
	position: relative;
}
.leftColumn img {
	position: absolute;
	top: 0px;
	left: 0px;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity: 0;
}
.rightColumn {
	float:right;
	width: 50%;
}
.columnContent {
	padding-top: 5px;
}
#accordion {
	list-style:disc;
	height: 380px;
}
#accordion h3 {
	padding: 5px 0px;
}
#accordion h3 a, #accordion h3 a:visited {
	color: #666;
}
#accordion h3 a:hover {
	color: #f63;
}
body.faqs #accordion {
	padding-left: 15px;
}
}
body.faqs #accordion {
	padding-left: 15px;
}
#link_icons {
	padding-top: 20px;
	overflow: hidden;
}
#link_icons img {
	height: 40px;
}
.banners {
	float: right;
	padding: 0px !important; 
}
#footer {
	padding: 10px 0px 20px 0px;
	text-align: left;
	margin-bottom: -20px;
	font-size: 0.8em;
}

/* Zazzle */

#zstore {
	margin-top: 30px;
}
#zstore .centerGrids {
	overflow: hidden;
	width: 100% !important;
}
#zstore .clearMe {
	clear: both;
}
.zazzlefeed {
	position: relative;
}
#zstore .gridCell {
	float: left;
	padding: 0px 3px;
	border: 1px dotted #ccc;
}
#zstore .pbimg {
	position: absolute;
	top: 0px;
	left: 90%;
}

/* Mobile browsers only */
@media only screen and (max-device-width: 480px),   
only screen and (-webkit-min-device-pixel-ratio: 1.1) and (max-device-width: 1200px), 
only screen and (min-device-pixel-ratio: 1.1) and (max-device-width: 1200px),
only screen and (max-width: 850px) {
	#mainPage {
		width: 83%;
		padding: 20px 20px 0px 20px;
	}
	h1 {
		font-size: 1.2em;
		display: none;
	}
	.title {
		font-size: 1.4em;
		display: block;
		display: none;
	}
	h2 {
		display: none;
	}
	td {
		width: 70px;
	}
	td img {
		width: 80px;
		height: 80px;
	}
	td img, td.description {
		padding: 10px;
	}
	
	/* Generic App Styling */
	.content {
		width: 90%;
		margin-top: 20px;
	}
	#box, #nav {
		width: 100%;
	}
	#nav {
		height: 95px;
		padding: 0px;
		text-align: center;
	}
	#nav img {
		padding: 10px 0px 5px 0px;
	}
	#menu {
		position: relative;
		line-height: 24px;
		margin: 0px auto;
		padding: 0px;
	}
	#menu li {
		border: 1px #333 solid;
		margin: 0px;
		width: 49%;
		text-align: center;
	}
	#staticBranding {
		width: 100%;
		position: relative;
		padding: 20px 0px;
	}
	#page {
		margin-left: 10px;
		margin-right: 10px;
	}
	#footer {
		width: auto;
		padding-right: 20px;
		margin: auto;
		font-size: 0.5em;
		line-height: 1em;
	}
	.features #staticBranding,
	.support #staticBranding, 
	.faqs #staticBranding {
		display: none;
	}
	.leftColumn {
		height: 400px;
		margin-left: 10%;
	}
	.rightColumn {
		float: none;
		width: 90%;
		margin-left: 20px;
	}
	
	/* zazzle mobile*/
	#zstore .gridCell {
		padding: 0px;
		width: 45%;
	}
	#zstore .pbimg {
		display:none;
	}
}
	