/*
Theme Name: colezhu
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	vertical-align: baseline;
}

#access ol, ul, li
{
	border: 0;
	margin: 0;
	padding: 0;
}
body {

}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/
#main {
	margin-top:40px;
}

#container {
	float: left;
	margin: 0 -240px 0 0;
	width: 100%;
}
#content {
	margin: 0 280px 0 20px;
}
#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 220px;
}
#secondary {
	clear: right;
}
#footer {
        margin-top:20px;  
	clear: both;
	width: 100%;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 640px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}


/* =Structure -------------------------------------------------------------- */
/* The main theme structure */
div.menu,
#colophon,
#wrapper {
	margin: 0 auto;
	width: 940px;
}
#wrapper {
	background: #fff;
	margin-top: 20px;
	padding: 0 20px;
}

#branding {
	width:auto;
	float:left;
}
/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 700px;
}
#site-generator {
	float: right;
	width: 220px;
}

/* =Fonts */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: "Cardo", serif;
}

.jptext_min {
        font-family: "ＭＳ 明朝", "Hiragino Mincho Pro W3", "ヒラギノ明朝 Pro W3", sans-serif;
}

.jptext_gol {
        font-family: "ＭＳ ゴシック","Hiragino Kaku Gothic","ヒラギノ角ゴ Pro W3",sans-serif; 
}

.page #content, 
.single-post #content, 
.one-column #content 
{
    margin: 0 20px 0 20px;
    width:auto;
}


/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}

/* =Header
-------------------------------------------------------------- */

#header {
	padding: 10px 0 20px 0;
	border-bottom: 1px solid black;
}
#site-title {
	float: left;
	font-size: 30px;
	line-height: 36px;
	margin: 0 0 18px 0;
	width: 700px;
}
#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#site-description {
	clear: right;
	float: right;
	font-style: italic;
	margin: 15px 0 18px 0;
	width: 220px;
}


/* =Menu
-------------------------------------------------------------- */

#access {
	display: block;
	float: left;
	margin: 0 auto;
}

#access .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 62px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
    font-size: 1.3em;
	margin:0px 10px;
}
#access a {
    display: block;
    text-decoration: none;
	padding:5px 12px 5px 12px;
	color: rgb(32,40,101); /*Cole's blue */
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}

#access .menu-header, div.menu {
    font-size: 15px;
    margin-left: 62px;
	margin-top: 18px;
    width: auto;
	text-shadow: 2px 0px 10px #f0edf2;
}

#access li:hover > a,
#access ul ul :hover > a {
	background: rgb(32,40,101); /*Cole's blue */
	color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
#access ul li:hover > ul {
	display: block;
}


/*prodcut page*/
#product-page,
.main #content {
	margin: 0 0 0 20px;
}

#product-page #container h2 {
font-weight: bold;
margin:10px;
}

div.hr {
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #AAAAAA;
    margin-bottom: 20px;
    margin-top: 20px;
}
.about #content {
   margin-right: 280px;
}

#product-page{
    line-height: 24px;
    font-size: 16px;
}
#product-page div.grid_left{
    float: left;
    margin-right: 4%;
    width: 30%;
    padding-top: 20px;
}

#product-page div.grid_right{
  float: left;	
    width: 66%;
   padding-top: 20px;
}


.clear {
    clear: both;	
}
.entry {
    margin-bottom:20px;
}

/* Main Page*/
.main-entry-title {
font-size: 25px;
line-height: 40px;
text-align:center;
}

.entry-summary {
font-size: 16px;
line-height: 22px;
}

/*Support Page*/

.supportapp {
 margin:20px; padding:5px;
}

/*Single Post*/
.single-post-entry-title {
font-size: 25px;
line-height: 40px;
text-align:center;
}
.single-post-entry-content {
font-size:16px; line-height: 26px;
}


/*first used in j sensei introduction page*/
#prime {
height: 570px;
position: relative;
}

#prime_white_box {
position: absolute;
top: 38px;
width: 98%;
margin-left:8px;
background-image: linear-gradient(center top , #FFFFFF, #EEEEEE);
box-shadow: 0 0 7px 1px  #777777;
-moz-box-shadow: 0 0 7px 1px  #777777;
-webkit-box-shadow: 0 0 7px 1px  #777777;
-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius: 10px;
}

#prime #iphone {
background-attachment: scroll;
background-clip: border-box;
background-color: transparent;
background-image: url("http://images.colezhu.com/images-to-use/iphone6-gold.png");
background-origin: padding-box;
background-position: left top;
background-repeat: no-repeat;
background-size: 280px 500px;
height: 580px;
position: absolute;
right: 26px;
top: -30px;
width: 280px;
}

#prime .content {
padding-bottom: 20px;
padding-left: 28px;
padding-right: 18px;
padding-top: 20px;
width: 538px;
}

#prime #iphone  #iphone_slide_wrapper {
left: 42px;
overflow-x: hidden;
overflow-y: hidden;
position: absolute;
top: 56px;
width: 207px;
}


/*slide Show*/
#slideshow {
    position:relative;
    height:350px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}

#prime h1 {
color: #333333;
font-size: 1.8em;
font-weight: bold;
line-height: 1.5;
margin-bottom: 8px;
word-spacing: 3px;
}

#prime h2 {
color: #666666;
font-size: 1em;
font-weight: normal;
line-height: 1.3;
margin-bottom: 14px;
margin-left: 0;
margin-right: 0;
margin-top: 8px;
word-spacing: 1px;
}
#prime h2 strong {
color: #004080;
}
#prime h2 sup {
color: #AAAAAA;
line-height: 1;
vertical-align: top;
}


/*buttons */

.button-big {

-moz-border-radius:9px;
-webkit-border-radius:9px;
border-radius: 9px;
    font-size: 18px;
    height: 38px;
    padding-top: 13px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    width: 162px;
    color:white;
}

.blue {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: -moz-linear-gradient(center top , #476DAF, #11315E);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6EA03B), color-stop(100%,#164800)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #6EA03B 0%,#164800 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #6EA03B 0%,#164800 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #6EA03B 0%,#164800 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e6f89', endColorstr='#1d2838',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #6EA03B 0%,#164800 100%); /* W3C */
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
a.button-big  {text-decoration:none;color:white;  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5); }
.button-big span {
    float: left;
    height: 32px;
    margin-bottom: 0;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: -3px;
    width: 32px;
}

.white_box {
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
width:70%;
padding:20px;
margin-bottom:20px;
}

.white_box_2 {
width:70%;
padding:20px;
background-image: linear-gradient(center top , #FFFFFF, #EEEEEE);
box-shadow: 0 0 7px 1px  #777777;
-moz-box-shadow: 0 0 7px 1px  #777777;
-webkit-box-shadow: 0 0 7px 1px  #777777;
-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius: 10px;
}

.author{
    margin-top:20px;
    color: #000000;
    font-style: italic;
    font-weight: bold;
    padding-left: 38px;
}

/*style for product marking page such as Collins German Dictionary*/

.tutorial {
    clear: both;
    height: 410px;
    margin-top: 50px;
    position: relative;
}
.tutorial .description {
    margin-left: 342px;
    padding-top: 20px;
}

.tutorial .description-left {
    margin-left: 0px;
    padding-top: 20px;
    width:440px;
}

.tutorial .screenshot-right img,
.tutorial .screenshot img {
    display: block;
    height: 345px;
    left: 50px;
    position: absolute;
    top: 2px;
    width: 240px;
}
.tutorial .screenshot-right
{
   margin-left:480px;
}

.tutorial .screenshot2 {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url("http://images.colezhu.com/marketing/elements/iphone-screen-shadow.png");
    background-origin: padding-box;
    background-position: -1.25em -0.1em;
    background-repeat: no-repeat;
    background-size: auto auto;
    height: 410px;
    width: 300px;
	float:left;
}
.tutorial .screenshot-right,
.tutorial .screenshot {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url("http://images.colezhu.com/marketing/elements/iphone-screen-shadow.png");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto auto;
    display: block;
    height: 410px;
    left: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    position: absolute;
    top: 0;
    width: 340px;
}
.tutorial dl dt {
    display: block;
    float: left;
    height: 33px;
    width: 33px;
}
.tutorial dl dd {
    margin-bottom: 18px;
    margin-left: 40px;
}

#site-info {
clear:both;
}

#twitter {
	float:right;
}


/* Clear Fix */

.group:after {
  content: "";
  display: table;
  clear: both;
}
.float-right {
	float:right;
}

.float-left {
	float:left;
}

.aublue {
	color: rgb(32,40,101); /*Cole's blue */
}

.cnred {
	color: rgb(216,48,36); /* China red*/
}

.inline {
	display: inline;
}

/*about page*/
.about-blurb-left,
.about-blurb-right {
	margin:15px;
	width:60%;
}

.about-blurb-right {
	float:right;
}

.about-blurb-left {
	float:left;
}

a {
    text-decoration: none;
	padding:5px 12px 5px 12px;
	color: rgb(32,40,101); /*Cole's blue */
}