
/* --- style.css  © 2014 Sollico Software --- */

body {
	width:768px;
	margin-left: auto;
	margin-right: auto;
	font-family: Tahoma, Geneva, sans-serif;
	color: dimgray;
	text-shadow: 1px 1px #ffffff;
	background-color: #f0f0f0;
	background-image: url(images/gray_texture1.jpg) !important;
	background-repeat: repeat !important;
	background-position: 0px 0px;
}

h1 {
	font-size: x-large;
}

h3, h4 { 
	margin-bottom: -10px;
}

h1, h2, h3, h4, 
#header ul a {
	text-shadow: 1px 1px #ffffff;
}

.divider {
	height: 1px;
	margin-top: 10px;
	clear:both;
/*
	border-top-color: #E2E2E2;
	border-top-style: solid;
	border-top-width: 1px;
*/
	border-bottom-color: #dfdfdf;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

a {
	color: #393959;
	text-decoration: none;
}

a:hover, 
a:focus {
	text-decoration: underline;
}

#page_title {
	float:left;
	height: 45px;
	margin-top:-9px;
}

#copyright {
	margin-top: 15px;
	margin-bottom: 5px;
	text-align: center;
	font-weight: normal;
	font-size: 80%;
}


.app_icon,
.app_icon_center,
.product_icon {
	width: 114px;
	height: 114px;
}


/*********** Home Page ***********/

.intro_text {
	margin-top: 20px;
}

.product_div {
	margin-top: 25px;
	margin-bottom: 25px;
}

.product_name a {
	color: dimgray;
}

.product_icon {
	float: left;
	margin-top: 5px;
	margin-right: 35px;
}

.product_desc {
	margin-top: -10px;
}


/*********** App Page ***********/

.app_icon {
	float: left;
	margin-top: -15px;
	margin-bottom: 25px;
	margin-right: 35px;
}

.app_icon_center {
	display: block;
	margin: auto;
	margin-top: 30px;
}

.app_store_icon {
	display: block;
	margin: auto;
	margin-top: 12px;
	margin-bottom: 25px;
}

.main_screenshot {
	margin-top:35px; 
	margin-bottom: -20px; 
	text-align:center;
}

.pane {
	display: none;
	margin-top: 45px;
	margin-bottom: 25px; 
}

#features {
	display: block;
}

.features_description {
	margin-left: 34px;
	margin-right: 34px;
}

#artwork {
	text-align:center;
}

#support {
	margin: auto;
	width: 290px;
	text-align:center;
}		

#faq {
	text-align:left;
}		

#notes {
	margin: auto;
}

.notes_item {
	clear: both;
}

.notes_version {
	width:42%; 
	float:left; 
	text-align:right;
}

.notes_changes {
	width:54%; 
	float:right;
}


/******* Menus - Header & Footer *******/

#header {
	float: right;
	height: 45px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#header ul{
	padding: 0px;
	margin-top: 13px;
}
#header li{
	display:inline;	
}

#header ul a {
	text-decoration:none;
	font-family: Myriad Pro,segoe ui,sans serif;
	font-size: 20px;
	margin: 0px 15px;
	color: #AAAAAA;
}

#header ul a:hover, 
#header ul li a.li_selected {
	color: dimgray;
}

#footer_menu {
	text-align:center;
	font-size: 12px;
}

#footer_menu a {
	text-decoration:none;
	
	font-size: 15px;
	color: #888888;
}

#footer_menu a:hover {
	color: dimgray;
	text-decoration: underline;
}


/******* iPhone, Smartphones *******/

@media only screen and (max-device-width: 480px) {
	body {
		width:290px;
	}
	
	.large_image { 
		width: 290px;
	}
	
	h1, h2 { 
		margin-bottom: -5px;
	}

	.divider {
		margin-top: 0px;
	}
	
	#page_title {
		float: none;
	}

	.intro_text {
		margin-top: -5px;
	}

	.app_icon {
		margin-top: 5px;
		margin-bottom: 5px;
		margin-right: 20px;
	}

	.product_icon {
		margin-right: 20px;
		margin-bottom: 5px;
	}

	.product_div {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	
	.main_screenshot {
		margin-top:25px; 
	}

	.features_description {
		margin-left: 0px;
		margin-right: 0px;
	}

	.pane {
		margin-top: 25px;
	}

	#header {
		float: none;
		margin-top: -25px;
		height: 25px;
	}

	#header ul{
		clear: both;
		margin-left: 0px;
	}
	
	#header ul a {
		margin: 0px 5px;
		font-size: 15px;
		color: #929292;
	}
	
	#footer_menu a {
		font-size: 13px;
		color: dimgray;
	}

	#faq {
		margin-top: -20px;
		margin-left: -22px;
		text-align:left;
	}		

	.notes_version,
	.notes_changes {
		width: 100%; 
		float: none; 
		text-align: left;
		padding-left: 10px;
	}
	
	.notes_changes {
		margin-top: -5px;
		margin-bottom: 35px;
	}
}


/******* iPad, Tablets *******/

@media only screen and (min-device-width: 590px) and (max-device-width: 768px) {
	body {
		width:728px;
	}
/*	
	h1 { 
		font-size: 28px;
	}  
*/
}  

