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

.poster_div {
	width: 200px;
	height: 200px;
	background-color:#999999;
	margin: 8px;
	float: left;
	overflow:hidden;
}

.illustration_div {
	float: left;
	overflow:visible;
	width: auto;
	padding: 0em;
	margin: 0em 0em 0em 1em;
}

.download_div {
	width: 120px;
	margin-left: 8px;
	float: left;
	background-color:#CCCCCC;
}

.payment_div {
	width: 50%;
	margin: 0em auto 0em auto;
	float: left;	
}

.viewfont_div { 
	width: 50%;
	margin: 0em auto 0em auto;
	float: left;
}

.info_div {
    display: block;
    max-width: 100%;
    margin: 0em 0em 1em 1em;
    padding: .5em;
    background-color: #E8E8E8;
}

.font_alphabet {
	margin:8px auto 0px auto;
	font-size:48pt;
	overflow:hidden;
	padding: 0px 0px 0px 16px;
}

.download_div a:link {
	display:block;
	width:120px;
	height: 16px;
	margin: 0px 0px 5px 0px;
	padding: 2px;
	background-color:#999999;
    font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #FFF;
	text-align:center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border:2px solid #000;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#333333'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#666666), to(#333333)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #666666,  #333333); /* for firefox 3.6+ */
} 

.download_div a:hover {
	background-color:#666666;
	text-align:center;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CCCCCC', endColorstr='#666666'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#CCCCCC), to(#666666)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #CCCCCC,  #666666); /* for firefox 3.6+ */
}

.description_div {
	float:left;
	margin:8px;
	text-align: left;
	width:824px;
	height:200px;
	/*display:inline;*/
}

.desc2_div {
	float: left;
	text-align:left;
}

.fontfaces_box {
	width: 100%;
	float:none;
	clear: both;
}

.title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:oblique;
	display: block;
	margin: 0px 0px 4px 0px;
	padding: 2px 4px 2px 4px;
	background-color:#CCCCCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	width: 432px;
}

.item-list-title {font-weight: lighter; font-size:1.25em; color:#CCC;}

.font-info {float:right;  text-align:right;}

.description {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;	
}

.poster {
	width: 200px;
	height: 220px;
	background-color:#EBEBEB;
	margin: 1em;
	padding: 1em;
	float: left;
}

.poster:hover {
	width: 200px;
	height: 220px;
	background-color:#CCC;
	margin: 1em;
	padding: 1em;
	float: left;
}

.poster_thumb {
	width: 200px;
	height: 220px;
	background-color:#CCC;
	margin: 4px 4px 4px 4px;;
	padding: 6px;
	float: left;
}

.poster_thumb:hover {
	width: 200px;
	height: 220px;
	background-color:#999;
	margin: 4px 4px 4px 4px;
	padding: 6px;
	float: left;
}

.title_link {
	color:#000;
	text-decoration:none;
}

.font_title {
	font-size:48px;
}

.toptitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top:10px;
	margin-right: 20px;
	text-decoration:none;
	color:#000;
	font-style: bold;
}

.topcount {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top:10px;
	margin-right: 20px;
	text-decoration:none;
	color:#333;
}

.toplist ul {}
.toplist li {}

.poster-size-outter{}
.poster-size-inner{}

#viewmodes {float:right;}

.add_button{
	width:100%;
    height: 2em;
    padding: 0em 1em 0em 1em;
    margin: 0em auto 0em auto;
    background-color: #000;
    color: #999;
    font-size: 1.25em;
    font-weight: lighter;
    border: 1px solid #666;
    border-radius: 4px;
    float: left;
    /* box-sizing: content-box; /*KEEPS BUTTON SIZE SAME AS EVERYTHING ELSE*/
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-transition: .4s ease;
    -moz-transition: .4s ease;
    -o-transition: .4s ease;
    -ms-transition: .4s ease;
}

.add_button:hover {
	background-color:#262626;
}}

/* LESS THAN FULL SIZE (ANY REDUCTION) */
@media only screen
	and (min-width : 961px) 
	and (max-width : 1079px)
{
	
}

/* MID SIZE (TABLETS) */
@media only screen
	and (min-width : 641px) 
	and (max-width : 960px)
{ 

}

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-width : 320px) 
and (max-width : 640px) 
{
	
	.info_div { margin: 1em 0em 1em 0em;}
	.payment_div { padding: 1em 0em 1em 0em; }
	.viewfont_div { padding: 1em 0em 1em 0em; }
	.illustration_div { margin:0em; float:center; text-align:center; }
	.font_alphabet { padding:0em; margin:.5em auto 0em auto;}
	.font-info {float:left;  text-align:left; margin:.5em 0em 0em .5em;}
	/*.poster-size{max-width:calc(640px - 3em); max-height:calc(640px - 3em;} /* FORCES POSTER SIZE */
	
		.poster-size-outer {
		position:relative;
		height:0;
		overflow:hidden;
		padding-top: calc(100vw - 4em);
		}
		.poster-size-inner {
		position:absolute;
		display:flex;
		top:0;
		left:0;
		width:  100%;
		height: 100%;
		justify-content: center;
		align-items: center;
	}
	
	
	#viewmodes {float:left; margin-top:.5em;}
}





