@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic);

/********************************************************
COLORS:
H1, Page Title: #636363Active State: #a1daf4
Hover state: #47b5e8
Body Copy, Whatsnew Date/Title, H2, Nav Links: #000,#636363********************************************************/

* {
    box-sizing: border-box;
}
#colorbox, #cboxOverlay, #cboxWrapper{box-sizing:content-box;}

body{
	margin: 0;
	padding:0;
	text-align: center;
	font-family: 'PT Sans', Arial, Helvetica, sans-serif;
    background: #fff;
	font-size: 12px;
}

a {
	color: #636363;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}

#container {
	width: 100%;
	margin: 0 auto;
	text-align: left;
}

#wrap {
	float: left;
	width: 100%;
    min-width: 980px;
}

/* navigation */

#navigation {
	font-size: 1.5em;
	display: block;
    background: #191919;
}
#navigation .webdexpress_navigation {
    margin: 0 auto;
    max-width: 980px;
    position: relative;
    text-align: right;
}

#navigation .nav {
	float: right!important;
    text-align: center;
	width: 100%;
}

#navigation .nav-toggle {
    background: url('../img/menu-icon-active.png') no-repeat center center transparent;
    background-size: 100% 100%;
    color: transparent;
    position: relative;
    border-width: 0;
    right: .5em;
    height: 2em;
    width: 2em;
}
#navigation .nav-toggle.active {
    background: url('../img/menu-icon.png') no-repeat center center transparent;
    background-size: 100% 100%;
}

/* Header */

.webdexpress_header {
	text-align: center;
	width: 980px;
	margin: 0 auto;
	padding-bottom: 1em;
}

#header {
	width: 100%;
    float: left;
    background: #191919 url('../img/pattern-bg.gif') repeat-y;
		background-size: cover;
    padding:30px 0;
}

#header h1 {
	width: 100%;
	font-size: 5.5em;
	display: block;
	font-weight: 600;
	text-align: center;
	margin: 24px 0 0 0;
    word-wrap: break-word;
    overflow: hidden;
	color: #eee;
	padding: 7px 10px;
}

#header a {
	color: #eee;
	text-decoration: none;
}

#header a:hover {
	color: #fff;
}

#header h2 {
	width: 100%;
	display: block;
	color: #eee;
	font-size: 1.5em;
	line-height: 1.5em;
	text-align: center;
	padding: 0.5em 1em;
	margin-top:10px;
}


/* What's New */

#whatsnew {
	float: right;
	width: 225px;
	font-size: 1.2em;
	line-height: normal;
	margin: 13px 0 0 15px;
	color: #a6a5a5;
	padding: 10px;
}

.whatsnew_text {
	float: left;
	width: 100%;
	padding: 10px 0;
	color: #000;
}

.whatsnew_text a {
	font-size:1.1em;
}
.whatsnew_text .BloguruGroupRSS {
    line-height: normal;
}

.whatsnew_date {
    font-weight: bold;
	padding: 0;
}

.whatsnew_date i {
    font-weight: bold;
	padding: 0;
	font-size:1.1em;
}

#whatsnew_full,
#whatsnew_full_list {
	float: left;
	width: 100%;
	margin: 0 0 10px 0;
	font-weight: light;
}

#whatsnew_full .whatsnew_text,
#whatsnew_full_list .whatsnew_text {
	width: 100%;
	padding: 0;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #bbb;
	color: #000!important;
}

.whatsnew_title {
    word-break: break-all;
}

#whatsnew_full_list .whatsnew_title {
	font-size: 1.2em;
	font-weight: bold;
	padding: 2px 0 5px 0;
}

#whatsnew_full_list .whatsnew_title a:hover {
	color: #636363;
}

#whatsnew_full_list i {
	width: 100%;
}

#whatsnew_full i, #whatsnew_full a {
	display: block;
	width: 100%;
	margin: 0 0 5px 0;
	font-size:1.33em;
}

#whatsnew .page_title {
	background: transparent;
    font-size: 1.5em;
	word-wrap: break-word!important;
}

.whatsnew_excerpt {
	color: #000;
	padding: 0;
	font-size:1.33em;
}

.page_title {
    font-size: 2em;
    color: #191919;
    font-weight: 600;
    overflow: hidden;
    word-break:break-all;
    word-wrap: break-word;
    padding: 3px 0px 2px;
    border-bottom: 3px solid #191919;
    display: inline-block;
    margin-bottom: .25em;
}

#mainbody_container {
    width: 100%;
    text-align: center;
}
#mainbody { 
	width: 980px;
    text-align: left;
    padding: 15px 10px 10px;
    border: 1px solid transparent;
    border-width: 0 1px 1px 1px;
    background: #fff;
    display: inline-block;
    margin: 0 auto;
}

#content #store_list_products .product-title a {
	color:#000!important;
	font-size:1.33em;
}

/* Content */

#content {
	float: left;
	width: 710px;
	line-height: normal;
	overflow: auto;
	padding: 10px 4px 10px 0;
}

#content p {
	font-size:1.33em;
}

#user_content {
	width: 100%;
	float: left;
}
#user_content img {
    height: auto;
    max-width: 100%;
}
#user_content table th {
    font-weight: bold;
    text-align: center;
    background: #eee;
    padding: 10px;
}
#user_content table td {
    vertical-align: top;
    padding: 10px;
}
#user_content table {
    max-width: 100%;
}

#content.whatsnew_empty {
	width: 958px!important;
    padding: 10px 0;
}

/* General Formatting */

#content .image_left {
	float: left;
	margin: 0 10px 10px 0;
}

#content blockquote {
	display: block;
	unicode-bidi: embed;
	margin: 1.12em 40px;
}

#content sup{
	font-size:xx-small; 
	vertical-align:super;
} 

#content sub{
	font-size:xx-small; 
	vertical-align:sub;
} 
#content pre {
    font-family: monospace;
}

#user_content p:last-child {
	padding-bottom: 10px;
}

#content pre {
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
}

#content h1,h2,h3,h4,h5,h6 {
    line-height: normal;
	font-weight: bold;
	padding: 5px 0;
}

#content h1 {
	font-size: 2.4em!important;
	color: #000;
}

#content h2 {
	font-size: 2.2em;
	color: #000;
}

#content h3 {
	font-size: 2em;
}

#content h4 {
	font-size: 1.8em;
}

#content h5 {
	font-size: 1.6em;
}

#content h6 {
	font-size: 1.4em;
}

#content em {
	font-style: italic;
}

#content strong {
	font-weight: bold;
}

#content ul {
	list-style-type: disc;
	margin: 0 0 0 15px;
	padding: 10px 0 10px 20px;
	font-size:1rem;
}

table {
	font-size:1rem;
}

#content ol {
	list-style-type: decimal;
	margin: 0 0 0 15px;
	padding: 10px 0 10px 20px;
	font-size:1rem;
}

/* Footer */

#footer {
    float: left;
	*float: none;
    padding: 0 5px;
    font-size: 1.2em;
	text-align: center;
	line-height: normal;
	margin: 0;
	width: 100%;
	background: #ededed;
}

#footer .webdexpress_navigation {
	float: left;
	margin-bottom: 3px;
	padding: 10px 0;
	*padding: 10px 30px 10px 10px;
    width: 100%;
	clear: both;
}
#footer .webdexpress_navigation .webdexpress_menu {
    margin: 0 auto;
    max-width: 980px;
}

#footer .webdexpress_footer {
	float: left;
	word-wrap: break-word;
}

#footer .webdexpress_footer .Title {
	display: none;
}

#footer ul {
	padding-top: 1em;
}

#footer ul, #footer li{
	display: inline;
	padding: 0 9px;
}

#footer li a {
	display: inline-block;
	padding: 5px;
	vertical-align: middle;
	text-decoration: none;
	color: #636363;
}

#footer li a:hover {
	text-decoration: underline;
}

#languages {
	width: 100%;
	text-align: center;
	margin: 10px 0 0;
}

#languages a {
    display: inline-block;
	padding: 10px 10px 10px 33px;
    color: #000;
	font-size: 13px;
    line-height: 16px;
    border: 1px solid #ccc;
	text-transform: capitalize;
	text-decoration: none;
    background-color: #fff;
}

#languages a:hover {
	text-decoration: none;
	color: #333;
}

#lang_eng {
    background: url('../img/icon-us.gif') no-repeat 5px 10px transparent;
}

#lang_jpn {
    background: url('../img/icon-jp.gif') no-repeat 5px 8px transparent;
}

#admin_link {
    padding: 10px !important;
    display: block;
    float: none;
}

.social-media {
    margin: 1em 0 0;
}

/* Contact Form */

#contact_content_before {
	float: left;
	width: 100%;
    text-align: center;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #9b9284;
	line-height: normal;
	font-size:1rem;
}
#contact_content_before p {
    text-align: left;
}

#contact_content_before h2 {
	font-weight: 600;
	color: #000;
	font-size: 1.2em;
	margin: 0 0 .2em;
}

#contact_content_before div {
	display: inline-block;
    margin: 0 20px .5em 0;
    vertical-align: top;
    text-align: left;
    height: 100%;
	width: 285px;
}

#contact_content_before div div {
	padding: 0;
}

#contact_content_before b {
	color: #444;
}

#contact_content_before ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#contact_content_after {
	float: left;
	margin: 19px 0 0 0;
	width: 100%;
}

#contact_content_after p {
	margin: 0 0 15px 0;		
}

#contact_form {
	max-width: 550px;
	margin: 0 auto;
}

.contact_notice {
    float: left;
    margin: 0 0 .5em 155px;
}

#contact_form .input,
#contact_form .captcha {
	float: left;
	width: 100%;
	margin: 0 0 10px 0;
}

input:focus {
	background: #fff;
}

#contact_form label {
	float: left;
    font-size:1.33em;
	color: #000;
	width: 150px;
	text-align: right;
	margin: 0 5px 0 0;
	padding: 5px 10px 0 0;
}

#contact_form input,
#contact_form textarea {
	font-weight: normal;
    padding: 5px;
	color: #000;
	resize: none;
	border: 1px solid #ccc;
}

#contact_form textarea {
    width: 350px;
	height: 100px;
	background: #fff;
}

#contact_form textarea:focus {
	background: #fff;
}
input[type=text], textarea {
  outline: none;
}
 
input[type=text]:focus, textarea:focus {
  box-shadow: 0 0 7px #a1daf4;
  border: 2px solid #a1daf4;
}

#captcha_image {
	margin: 0 5px 0 155px;
}

#contact_form .submit {
	float: left;
	width: auto;
    margin: 0 0 0 155px;
}

#contact_form .error-message {
	margin: 0 0 0 155px;
	color: #f00;
    font-size: 12px;
}

#contact_form #flashMessage {
	width: 100%;
    float: left;
    padding: 10px;
    margin: 0 0 .2em;
    border: 1px solid #f00;
	text-align: center;
}

#contact_form .flash_error {
	color: #f00;
}

#contact_form .thankyou {
	color: #11ad00;
}

#contact_form .required label {
	background: url('/img/asterisk_red_14pt_arial.gif') no-repeat right 5px;
}

/* Products */

#products_full_list {
	float: left;
	width: 100%;
	overflow: auto;
	margin: 10px 0 0 0;
}

.product_full {
	float: left;
	width: 100%;
	padding: 0 0 30px 0;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #bbb;
}

.product_full img {
	float: left;
	max-width: 400px!important;
	padding: 0 10px 10px 0;
}

#whatsnew_full_list img,
#whatsnew_full img {
	max-width: 100%;
}

#user_content .BloguruGroupRSS img[alt="avatar"] {
    height: 34px;
}

.product_title {
	float: left;
	width: 100%;
	display: block;
	color: #000;
	font-weight: 600;
	font-size: 16px;
	padding: 5px 0;
}

.product_text {
	float: left;
	width: 100%;
	display: block;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	color: #000!important;
	font-size: 16px;
}


/* Footer Sub-Menu Hide 2013/December */

#footer .webdexpress_navigation .webdexpress_menu .nav ul {
	display: none;
}

.webdexpress_menu {
	*width: 910px;
	*clear: both;
}

/* Shopping Cart */

#product-page #product-info {
	max-width: 670px!important;
}

#product-page .submit input {
	background: #000;
}

#store_list_products .product-title {
	word-wrap: normal!important;
}

 #cart_index  a {
	color: #000!important;
}

#content #store_list_products .product-title a 
color: #000!important;
font-weight: 600!important;
}

#content #store_list_products .product-seemore a:hover {
	background: #000!important;
}

#content #store_list_products .product-seemore {
}

#content #store_list_products .sort-by, #content #store_list_products .paging {
  
}

.paging span {
	color: #000!important;
  
} 

#cart_index .item_subtotal {
	color: #000;
}

#cart_index .item_quantity .delete_button a:hover {
	background: #000;
	color: #47b5e8;
}

#content #store_list_products .product-title a {
	color: #000;
}
.social-media img {
    width: 31px;
}
#shopping-cart {
    width: 100% !important;
    min-width: 0 !important;
}
body #shopping-cart p {
    max-width: 980px;
    width: 100% !important;
}

@media (min-width: 1em) {
    #wrap { 
        overflow: hidden;
        min-width: 1em;
    }
}

@media (max-width: 980px) {
    #header h1 {font-size: 7.5vw;}
    
    .webdexpress_header {
        width: 100%;
    }
    #navigation .mobile_nav {
        display: block;
        border: 1px solid #ccc;
        background: #fff;
        height: 50px;
        width: 50px;
    }
    #container, #mainbody, #header, #header h2 {
        width: 100%;
    }
    #content {
        margin: 0;
        padding: 10px 1%;
    }
    #content.whatsnew_present {
        width: 68% !important;
    }
    #content.whatsnew_empty {
        width: 100% !important;
    }
    #whatsnew {
        padding: 10px;
        width: 30%;
        margin: 23px 1% 0 0;
        float: right;
    }
    #contact_content_before {
        text-align: left;
    }
    #contact_content_before div {
        width: 100%;
        margin: 0 0 1.5em;
        box-sizing: border-box;
    }
}
@media screen and (max-width: 39.9em) {
    #footer {
        margin: 10px 0 0;
    }
    #footer .webdexpress_navigation {
        display: none;
    }
    #cart_index .checkout-progress .progress-item {
        width: 120px;
    }
    #footer {
    	padding-top:15px;
    }
    
}
@media (max-width: 600px) {
    body {
        font-size: 14px;
    }
    #header {
        font-size: 12px;
    }
    .social-media img {
        width: auto;
    }
    #content.whatsnew_present, #content.whatsnew_empty {
        width: 100% !important;
        margin: 0 0 10px;
        padding: 0;
    }
    #whatsnew {
        padding: 10px;
        width: 100%;
        margin: 0 0 10px;
        float: left;
    }
    .product_full img {
        max-width: 100%!important;
    }
    #contact_form {
        width: 100%;
        
    }
    #contact_form label {
        text-align: left;
        width: auto;
        clear: both;
    }
    #contact_form input, #contact_form textarea {
        width: 100%;
    }
    #contact_form .error-message {
        margin: 0;
    }
    .contact_notice, #captcha_image, #contact_form .submit {
        margin-left: 0;
    }
    #footer .webdexpress_navigation {
        border-bottom: 1px solid #ccc;
        margin-bottom: 15px;
    }
    #footer ul {
        width: 100%;
        display: block;
    }
    #footer li {
        font-size: 1.2em;
        padding: 0 15px;
        line-height: 2;
    }
    .store-product {
        font-size: 12px;
    }

    .submit input {
    	font-size:1.33em;
    }
}
@media (max-width: 480px) {
    #cart_index .checkout-progress {
        text-align: center;
    }
    #cart_index .checkout-progress .progress-item {
        float: none;
        width: 55px;
        vertical-align: top;
        position: relative;
        display: inline-block;
    }
    #cart_index .checkout-progress .progress-item .co-arrow {
        position: absolute;
        right: -10px;
    }
    #header h1 {
    font-size: 12vw;
	}
	#header h2 {
		font-size:1.75em;
	}
}

/*iPads*/
@media screen and (max-device-width : 1024px) and (-webkit-min-device-pixel-ratio: 1) {
	.social-media img {
        width: auto;
    }
}

/* iPhone 5S and lower */
@media screen and (max-width: 39.9em) {
	.social-media img {
        width: auto;
    }
}
@media (max-width: 600px) {
	.social-media img {
        width: auto;
    }
}

/* iPhone 6 */
@media only screen 
    and (min-device-width : 375px)
    and (max-device-width : 667px)
    and (orientation : landscape) 
    and (-webkit-min-device-pixel-ratio : 2)
{
.social-media img {
        width: auto;
    }
    #footer .webdexpress_navigation {
    display: none;
	}
}

@media only screen 
    and (min-device-width : 375px) 
    and (max-device-width : 667px)
    and (orientation : portrait) 
    and (-webkit-min-device-pixel-ratio : 2)
{
.social-media img {
        width: auto;
    }
    #footer .webdexpress_navigation {
    display: none;
	}
}


/* iphone 6+ */

@media only screen 
    and (min-device-width : 414px) 
    and (max-device-width : 736px) 
    and (orientation : landscape) 
    and (-webkit-min-device-pixel-ratio : 3) 
{
.social-media img {
        width: auto;
    }
    #footer .webdexpress_navigation {
    display: none;
	}
}

@media only screen 
    and (min-device-width : 414px) 
    and (max-device-width : 736px)
    and (device-width : 414px)
    and (device-height : 736px)
    and (orientation : portrait) 
    and (-webkit-min-device-pixel-ratio : 3) 
    and (-webkit-device-pixel-ratio : 3)
{
.social-media img {
        width: auto;
    }
    #footer .webdexpress_navigation {
    display: none;
	}
}