@charset "utf-8";
@font-face {
    font-family: 'MuseoSlab500Regular';
    src: url('../fonts-template/museoslab500webfont.eot');
    src: url('../fonts-template/museoslab500webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts-template/museoslab500webfont.woff') format('woff'),
         url('../fonts-template/museoslab500webfont.ttf') format('truetype'),
         url('../fonts-template/museoslab500webfont.svg#MuseoSlab-500') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TertreMedBold';
    src: url('../fonts-template/tertrexbolwebfont.eot');
    src: url('../fonts-template/tertrexbolwebfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts-template/tertrexbolwebfont.woff') format('woff'),
         url('../fonts-template/tertrexbolwebfont.ttf') format('truetype'),
         url('../fonts-template/tertrexbolwebfont.svg#Tertre-ExtraBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    outline: 0;
    padding: 0;
}

a {
    color: #0a5477;
    text-decoration: none;
}

ul,ol,li {
    list-style: none;
}

body {
    background: #FAFAFA;
    color: #333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'MuseoSlab500Regular';
}

img {
    border: none;
}

.center {
    margin: 0 auto;
    width: 940px;
}

.header,.container,.footer,.header>div,.proms,.tweets {
    float: left;
    width: 100%;
}

.header {
    background: url(../images/default/bg-header.jpg) repeat-x left bottom;
}

.topLinks {
    font-size: 12px;
    padding: 15px 0 35px;
    text-align: right;
}

.topLinks li {
    display: inline;
    margin-left: 8px;
    padding-left: 13px;
}

.topLinks li+li {
    background: url(../images/sep-toplinks.png) no-repeat left center;
}

.topLinks a:hover {
    text-decoration: underline;
}

#logo {
    float: left;
    padding-bottom: 10px;
}

#logo a {
    color: #000000;
    font-family: "Myriad Pro";
    font-size: 30px;
}

.nav {
    float: right;
    font-family: 'TertreMedBold';
    margin-top: -3px;
}

.nav li {
    display: inline;
    margin-left: 10px;
}

.nav a {
    background-image: url(../images/bg-nav.png);
    background-position: left top;
    background-repeat: no-repeat;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    height: 36px;
    line-height: 34px;
    padding-left: 15px;
    text-decoration: none;
    text-shadow: 0 1px 0 #4f4f4f;
}

.nav span {
    background-image: url(../images/bg-nav.png);
    background-position: right top;
    background-repeat: no-repeat;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    height: 36px;
    line-height: 34px;
    padding-right: 15px;
    text-decoration: none;
    text-shadow: 0 1px 0 #4f4f4f;
}

.nav a:hover {
    background-position: left bottom;
}

.nav a:hover span {
    background-position: right bottom;
    cursor: pointer;
}

#primary {
    clear: both;
    background: #fff;
    padding: 20px;
    margin-bottom: 30px;
}

.proms {
    background: #FFF;
    border: solid 1px #d5dbde;
    border-radius: 3px;
    box-shadow: 0 1px 0 #c6cccf;
    margin-bottom: 30px;
    moz-border-radius: 3px;
    moz-box-shadow: 0 1px 0 #c6cccf;
    position: relative;
    webkit-border-radius: 3px;
    webkit-box-shadow: 0 1px 0 #c6cccf;
}

.proms>div {
    border: solid 1px #f8fafb;
    border-radius: 3px;
    float: left;
    min-height: 200px;
    moz-border-radius: 3px;
    padding: 20px;
    webkit-border-radius: 3px;
    width: 898px;
}

.intro h2,
.home_sidebar h2 {
    font-family: 'MuseoSlab500Regular';
    font-size: 18px;
    font-weight: normal;
    line-height: 1em;
    margin-bottom: 5px;
}

.intro p {
    color: #666;
    font-size: 14px;
    line-height: 1.4em;
}

.call-to-action {
    margin-top: 0;
}

.container {
    background: url(../images/bg-container.gif) repeat-x left top;
    padding: 10px 0;
}

p {
    margin-bottom: 20px;
}

.proms_inner {
    background: url("../images/divider.png") repeat-x;
    padding-top: 2px;
}

.header_wrap {
    background: url("../images/default/bg-header-wrap.jpg") repeat;
    overflow: hidden;
}

.created_author {
    clear: both;
    text-align: center;
}

.upload_font {
    display: block;
    height: 70px;
    margin-bottom: 15px;
    overflow: hidden;
    text-align: center;
}

.upload_font .form-item {
    display: table-cell;
    float: left;
    overflow: hidden;
    vertical-align: middle;
}

.upload_font label {
    color: #666666;
    padding-bottom: 5px;
}

.file_upload {
    padding-left: 58px;
    padding-right: 20px;
}

.file_upload .font-type {
    margin-top: -7px;
    margin-left: 198px;
}

.file_upload input {
    margin-top: 13px;
}

* + html .file_upload label {
    display: inline-block;
    float: left;
    padding-top: 19px;
    width: 100px;
}

.upload_font_input {
    background-color: #FFFFFF;
    border: 1px solid #BBBBBB;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 1px 1px 1px #CCCCCC inset;
    color: #555555;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    padding: 2px;
	width: 225px;
}

.customize-font{
	border:1px solid #ccc;
	border-radius:5px;
	margin-bottom:15px;
}
.customize-font .item-row{
	border-bottom:1px solid #eef;
}
.customize-font .item-row.last-row{
	border-bottom:none;
}
.customize-font .item-row.advance-options,
.customize-font .item-row.custom_subset_wrap{
	display:none;	
}
.customize-font .item-row.advance-options.show,
.customize-font .item-row.custom_subset_wrap.show{
	display:block;	
}
.customize-font .col1, .customize-font .col2, .customize-font .col3, .customize-font .col4{
	float: left;
	font-size: 11px;
	padding: 15px 15px 15px 0;
	width: 220px;
}
.customize-font .col1{
	font-size: 13px;
	font-weight: bold;
	padding-left: 15px;
	width: 160px;	
}
.customize-font .col2{
	
}
.customize-font .col3{
	
}
.customize-font .col4{
	
}
.customize-font .colspan{
	
}
.customize-font .clear{
	clear:both !important;
	float:none !important;
	height:0 !important;
}
.customize-font label{
	margin-left:5px;
}	
.customize-font input[type=text]{
	color: #222;
	font-size: 13px;
	padding: 2px;
	margin-top:3px;
}
.customize-font #cssfile{
	
}
.customize-font .tip{
	color: #999;
	font-size: 10px;
	line-height: 10px;
}

.facebook_like {
    height: 25px;
}

.font_warnning {
    clear: both;
    color: #666;
    font-size: 11px;
    line-height: 16px;
    padding-bottom: 5px;
    padding-top: 2px;
    text-align: center;
}

.submit_font {
    background: url('../images/sprite.png') no-repeat;
    border: none;
    cursor: pointer;
    height: 50px;
    text-align: center;
    width: 295px;
    /*margin-top: 10px;*/
    margin-left: 4px;
}

.intro {
    clear: both;
    padding-top: 10px;
}

.font_result {
    clear: both;
    padding: 10px 0;
    text-align: center;
}

.converting {
    background: #F8FFF0;
    border: 1px solid #BBEE77;
    clear: both;
    color: #234600;
    margin-bottom: 6px;
    padding: 10px;
    text-align: center;
}

.links_area {
    clear: both;
}

.description {
    clear: both;
    color: #666666;
    font-size: 11px;
    margin-top: 5px;
    padding-top: 7px;
    text-align: center;
}

.done {
    font-weight: bold;
}

ul.links_area {
    overflow: hidden;
    padding-bottom: 5px;
    padding-left: 340px;
    padding-top: 15px;
}

ul.links_area li {
    float: left;
    padding-right: 20px;
}

ul.links_area a {
    font-size: 20px;
    padding: 4px 5px 4px 40px;
}

/*ul.links_area li a.font_demo {
    background: url('../images/sprite.png') no-repeat;
    background-position: 0 -50px;
    height: 32px;
}
a.font_demo{
    display:none;
}*/

ul.links_area li a.font_download {
    background: url('../images/sprite.png') no-repeat;
    background-position: 0 -82px;
    height: 32px;
}

.ads {
    clear: both;
    text-align: center;
}

.button,.button span {
    background-image: url(../images/bg-btn.png);
    background-repeat: no-repeat;
    color: #333;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    line-height: 32px;
    text-shadow: 0 1px 0 #fff;
    white-space: nowrap;
}

.button {
    background-position: left top;
    padding-left: 29px;
}

.button span {
    background-position: right top;
    padding-bottom: 7px;
    padding-right: 29px;
    padding-top: 8px;
}

.button input {
    width: 130px;
}

.button:hover {
    background-position: left -47px;
}

.button:hover span {
    background-position: right -47px;
}

button {
    background: none;
    border: none;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    height: 32px;
    text-shadow: 0 1px 0 #fff;
}

.a-center {
    text-align: center;
}

.signupform {
    float: left;
    width: 100%;
}

.signupform ul {
    margin: 0px 0px 24px 0px;
}

.signupform ul li {
    margin: 12px 24px;
    overflow: hidden;
    width: 671px;
}

.signupform ul li em {
    color: #ff0000;
    display: inline;
    float: left;
    font-style: normal;
    height: 28px;
    line-height: 28px;
    padding: 0px 0px 0px 6px;
}

.signupform ul li.error {
    color: #ff0000;
    padding: 0px 0px 0px 140px;
    width: 531px;
}

.signupform li label {
    display: inline;
    float: left;
    height: 28px;
    line-height: 28px;
    padding: 0px 12px 0px 0px;
    text-align: right;
    width: 140px;
}

.signupform li label.remember{
	margin-top: -8px;
}

.signupform li label.mi {
    width: 65px;
}

.signupform li label.state {
    width: 68px;
}

.signupform li label.phone {
    width: 68px;
}

.signupform li label.expires {
    width: 65px;
}

.signupform h5 {
    border-bottom: #e5e5e5 solid 1px;
    font-size: 13px;
    margin: 0px 24px 24px 24px;
    padding: 0px 0px 12px 0px;
}

.signupform h5 em {
    color: #ff0000;
    font-style: normal;
    font-weight: normal;
}

.signupform li input.textbox {
    background-color: #fff;
    border: solid 1px #bbb;
    border-radius: 3px;
    box-shadow: 1px 1px 1px #ccc inset;
    color: #555;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    moz-border-radius: 3px;
    moz-box-shadow: 1px 1px 1px #ccc inset;
    padding: 5px;
    webkit-border-radius: 3px;
    webkit-box-shadow: 1px 1px 1px #ccc inset;
    width: 260px;
}
.signupform li input.rememberme{
	margin-top: 8px;
}

.signupform li input.mi {
    width: 65px;
}

.signupform li input.street {
    width: 415px;
}

.signupform li input.city {
    width: 415px;
}

.signupform li input.zip {
    width: 180px;
}

.signupform li input.phone {
    width: 143px;
}

.signupform li input.company {
    width: 415px;
}

.signupform li input.ccnumber {
    width: 242px;
}

.signupform li input.expires {
    width: 30px;
}

.signupform li input.cvv {
    width: 30px;
}

.signupform li select {
    background-color: #fff;
    border: #b7b7aa solid 1px;
    display: inline;
    float: left;
    font-family: lucida grande, lucida sans unicode, arial, helvetica, sans-serif;
    font-size: 13px;
    margin: 0px;
    padding: 4px;
}

.signupform li select.state {
    width: 120px;
}

.signupform li select.country {
    width: 192px;
}

.signupform li select.cctype {
    width: 120px;
}

.signupform li img {
    display: inline;
    float: left;
    margin: 0px 0px 0px 12px;
}

.signupform li>span {
    display: inline;
    float: left;
    height: 28px;
    line-height: 28px;
    text-align: center;
    width: 12px;
}

.signupform br {
    display: none;
}

.signupform button {
    height: auto;
	margin-left:90px;
}
.signupform button.forgot-pass{
	margin-left:16px;
}

.message.error {
    background: #FEF5F1;
    border: 1px solid #ED541D;
    border-radius: 3px;
    clear: both;
    margin: 10px 0;
    padding: 10px;
}

.message.status {
    background: #f8fff0;
    border: 1px solid #be7;
    border-radius: 3px;
    clear: both;
    margin: 10px 0;
    padding: 10px;
}

.expired_time {
    float: right;
}

table.subscribes_list {
    border-collapse: collapse;
    border-color: #a9c6c9;
    border-width: 1px;
}

table.subscribes_list th {
    border-color: #a9c6c9;
    border-style: solid;
    border-width: 1px;
    padding: 8px 10px;
}

table.subscribes_list td {
    border-color: #a9c6c9;
    border-style: solid;
    border-width: 1px;
    padding: 8px 10px;
}

table.subscribes_list tr.even {
    background-color: #F5F5F5;
}

.home_sidebar {
    clear: both;
    display: block;
    overflow: hidden;
    margin: 10px 0;
}

.home_sidebar .widget {
    width: 45%;
    margin-right: 5%;
    float: left;
}

.home_sidebar .widget.subscription-status {
    margin-right: 0;
    float: right;
}

.home_sidebar table {
    width: 100%;
}

.all_fonts,
.all_subscriptions {
    display: block;
    padding-top: 10px;
}

.entry-content {
	clear: both;
	padding-top: 20px;
}

/* Alignment */
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.625em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.625em;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.entry-content img,
.entry-content img {
    max-width: 97.5%; /* Fluid images for posts, comments, and widgets */
    height: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
    margin-bottom: 1.625em;
}
.entry-content ul {
    margin: 0 0 18px 1.5em;
    list-style: disc inside;
}
.entry-content ol {
    margin: 0 0 18px 1.5em;
    list-style: decimal inside;
}
.entry-content ul li, .entry-content ol li {
    margin-bottom: 14px;
    line-height: 19px;
}

/* Pagination
------------------------------------------------------------------------------*/
.navi {
    height: 44px;
    background: #fafafa;
    border-top: 1px solid #c7c7c7;
    border-bottom: 1px solid #c7c7c7;
}
.tabs-wide .navi {
    margin: 20px 25px 5px;
}
.navi p, .navi div {
    width: 224px;
    margin: 0 auto;
    line-height: 44px;
    font-size: 14px;
}
.navi div {
    width: 210px;
    text-align: center;
}
.navi_wrap form {
    display: inline-block;
}
.navi span.prev a {
    width: 95px;
    float: left;
    padding-left: 27px;
    background: url(../images/prev.png) no-repeat left 11px;
}
.navi_page span.prev a {
    width: 55px;
}
.navi span.next a {
    width: 69px;
    float: right;
    padding-right: 24px;
    background: url(../images/next.png) no-repeat right 11px;
}
.navi_page span.next a {
    width: 33px;
}
.navi_page span.disabled a {
    color: #5d5d5d;
}
.navi_page input {
    width: 20px;
    text-align: center;
}

/* Comments
----------------------------------------------------------------------------------------------------*/
#comments {
    margin-top: 30px;
}
#comments a {
    text-decoration: none;
}
#comments h2 {
    color: #282828;
    font-size: 24px;
    font-family: "ProximaNova-Bold";
    padding-bottom: 9px;
    margin-bottom: 0;
}
ol.commentlist li {
    padding-top: 17px;
    border-top: 1px solid #c7c7c7;
    min-height: 76px;
}
ol.commentlist li:last-child {
    border-bottom: 1px solid #c7c7c7;
}
ol.commentlist li.odd {
    background: #fafafa;
}
li.comment .comment-author {
    width: 150px;
    padding-left: 20px;
    float: left;
}
li.comment .comment-author h3 {
    font-size: 16px;
    color: #333;
}
li.comment .comment-author h3 a {
    color: #333;
}
li.comment .comment-author p {
    font-size: 12px;
    color: #625e5e;
    margin-bottom: 0;
    padding-top: 0;
}
li.comment .comment-author p a {
    color: #625e5e;
}
#respond {
    margin-top: 48px;
    background: #cccac3;
}
#respond h3 {
    background: #666;
    color: #FFF;
    font-size: 20px;
    font-family: 'HelveticaNeueBold';
    padding: 9px 0 9px 20px;
}
#commentform {
    margin-top: 17px;
    padding-left: 20px;
}
#commentform p {
    margin-bottom: 12px;
}
#commentform p label {
    display: inline-block;
    text-align: right;
    width: 80px;
    float: left;
    margin-top: 3px;
    margin-right: 13px;
}
#commentform p input[type="text"], #commentform p textarea {
    width: 233px;
    border-radius: 3px;
    border: 1px solid #b5b5b5;
    padding-left: 5px;
    font-size: 11px;
    color: #333;
}
#commentform p input {
    height: 20px;
}
#commentform p textarea {
    height: 84px;
    padding-top: 3px;
    overflow: auto;
}
#commentform p.form-submit {
    padding-left: 180px;
    background: #666;
    height: 56px;
    margin-top: 16px;
    margin-left: -20px;
}
#commentform p input[type="submit"] {
    text-indent: -9999px;
    text-transform: capitalize;
    width: 105px;
    height: 28px;
    margin-top: 15px;
    cursor: pointer;
    background: url(../images/sprite.png) no-repeat 0 -115px;
    border: none;
    outline: none;
}
#commentform p.form-allowed-tags {
    display: none;
}
em.comment-awaiting-moderation {
    padding-left: 27px;
}
p.logged-in-as {
    padding-left: 20px;
}
img.avatar {
    float: left;
    margin-right: 10px;
    margin-bottom: -10px;
    border: 2px solid #eee;
}
.comment time, .comment .reply {
    display: none;
}

.message{
	margin-bottom: 5px;
}
.message.info {
    border: solid 1px #349534;
    background: #C9FFCA;
    color: #008000;
    font-weight: bold;
    padding: 4px;
}
.message.error {
    border: solid 1px #CC0000;
    background: #F7CBCA;
    color: #CC0000;
    font-weight: bold;
    padding: 4px;
}

.converting.notify-text{
    display: none;
}
.show_converting_result{
    border: none;
    width: 100%;
    min-height: 50px;
    display: none;
    overflow: visible;
}