/*
Theme Name: ISEEE Wordpress Theme
Author: Seth Zalman | Ten, Eleven, Twelve
Version: 1
*/

/* Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) -- http://cssreset.com */ 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, img, ins, kbd, q, s, samp, small, sub, sup, tt, var, dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {	margin: 0;	padding: 0;	border: 0;	font-size: 100%; font: inherit;	vertical-align: baseline; } /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {	display: block; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none;}blockquote:before, blockquote:after,q:before, q:after { content: ''; content: none;} table { border-collapse: collapse; border-spacing: 0; }

/*--- CODE ---*/
code { background-color: #2A410B !important; font-family: 'Andale Mono', 'Lucida Console', "courier new", courier, monospace; background-color: #069; color: #FFF; padding: .5em; -moz-border-radius: 5px; -khtml-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }
pre code { line-height: 130%; display: block; padding: 1em; margin: 2em 0; overflow: auto; }
pre { margin: 1em; }

/*--- UTILITY ---*/

.clearfix:before,
.clearfix:after { content: ""; display: table; } 
.clearfix:after { clear: both; }

/* WordPress WYSIWYG alignment -- when you put in images that span the entire width of the content area remove the width and height */
img.aligncenter { max-width: 100%; display: block; margin: 5px auto; }
  img.alignright { padding: 4px; margin: 0 0 2px 7px; display: inline; }
  img.alignleft { padding: 4px; margin: 0 7px 2px 0; display: inline; }
  .alignright { float: right; }
.alignleft { float: left; }


/*--- RESET RESET ---*/

b, strong {
  font-weight: bold;
}

small {
  font-size: 0.8em;
}


#main_content .editor-content img {
  margin:0;
  border:0px solid black;
}

.woocommerce .woocommerce-breadcrumb {
  padding-top:10px;
  font-family: "Source Sans Pro",verdana,arial,serif;
  font-size: 14px;
  font-weight: 600;
  color: #666;
  background: #eff0e0 none repeat scroll 0 0;
  border: 1px solid #d5e2be;
  border-radius: 5px;
  display: inline-block;
  width:auto;
  padding: 4px 10px 5px;
  text-transform: uppercase;
}

.woocommerce .woocommerce-breadcrumb a {
  color:#94cf50;
}

.woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count {
  color:#dcdcdc;
}

.woocommerce .page-header {
  width:960px;
  margin:0 auto;
}

.woocommerce .page-wrapper {
  position:relative;
}
.woocommerce ul.products .woocommerce_category_li, .woocommerce-page ul.products .woocommerce_category_li {
  border: 2px solid #fff;
  box-shadow: 0 0 3px 1px #dcdcdc;
  margin: 20px 0 5px 20px;
  padding:15px;
  text-align:center;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  display:block;
  float: left;
  position: relative;
  width:890px;
  margin:0px;
}

.woocommerce ul.products li.product a img {
  width:120px;
  float:left;
  margin: 0 20px 20px 0;
}

.woocommerce ul.products li.product h3 {
  font-size:2em;
  margin:0 0 6px 0;
  padding:0;
  line-height:110%;
}

.woocommerce_category_data {
  margin-left:20px;
  width:814px;
  font-size:1.2em;
  text-align:left;
}

.woocommerce_category_date {
  color: #666;
  margin-bottom:3px;
}
.woocommerce_category_date span {
  font-weight:bold;
}

.woocommerce_category_presenter {
  color: #666;
  margin-bottom:8px;  
}
.woocommerce_category_presenter span {
  font-weight:bold;
}

.woocommerce_category_excerpt {
  color:#666;
}
.woocommerce_category_excerpt span {
  font-weight:bold;
}
.woocommerce ul.products li.product .button {
  margin:10px auto;
}
.woocommerce_divider {
  text-align:center;
}
.woocommerce_divider img {
  width:619px;
  margin:0 auto;
}
.woocommerce_product_date, .woocommerce_product_presenter {
  font-size:1.2em;
  line-height:120%;
}
.woocommerce_product_date span, .woocommerce_product_presenter span{
  font-weight:bold;
}
.woocommerce_product_description {
  margin:8px 0;
  font-size:1.4em;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background-color:#89bf3c;
}
.woocommerce .quantity .qty {
  padding:5px 0;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
  color:#89bf3c;
  font-size:1.4em;
}
.woocommerce ul.products li.product h3 {
  color:#52891c;
}

.woocommerce .shop_table td {
  text-align:right;
}
.main-menu li a span.table_cell {
  font-size:16px;
}
.product .nyp input.nyp-input {
  width:115px;
  margin:0 auto 0 0;
}

.pretty_box {
    border: 2px solid #fff;
    box-shadow: 0 0 3px 1px #dcdcdc;
    margin: 20px 0 5px 20px;
    padding: 15px 15px 5px 15px;
    background:#f9f9f9;
}
.pretty_box_title h3 {
    font-size: 2em !important;
    margin: 0 0 6px;
    padding: 0;
    color: #52891c;
    cursor:pointer;
    text-align:center;
}
.pretty_box p {
}
.pretty_box img {
  float:left;
  display:block;
  margin: 0 20px 10px 0 !important;
  background-color:transparent !important;
}
.pretty_box_button {
  margin:12px auto 4px auto;
  text-align:right;
}
.pretty_box_description {
  font-size:1.2em;
}
.pretty_box_button button {
  font-size:1.2em;
  margin:5px 20px 0 auto;
}
.woocommerce-result-count {
display:none;
}
.style_title h3 {
  text-align:center;
  font-size:110%;
}
.style_button {
  text-align:center;
}
.style_button button {
  margin: 0 auto;
}
.pretty_box_price {
  font-size:1.2em;
}
.pretty_box_price span {
  font-weight:bold;
}
.small-youtube-channel {
  text-align:center;
  width:450px;
  margin:0 auto;
}
.youtube_channel {
  margin:5px auto;
  float: none !important;
}

form br {
    display: block !important;
}

.section-title.document {
    background-image: url("/wp-content/uploads/icon/icon_document.png");
    padding-top: 5px;
}
.sidebar-document ul {
  margin-left:15px;
}
.sidebar-document ul li {
  list-style: square;
}
.pretty_box_title a {
  color:#52891c !important;
}

.fake-button {
	font-size: 1.2em;
	margin: 5px 20px 0 auto;
	background: #94cf50 url('../images/nav-bg.png') repeat-x bottom center;
	border: 0px;
	margin: 3px 0 3px auto;
	padding: 4px 12px 5px 12px;
	overflow: hidden;
	color: #fff;
	text-decoration: none;
	font-size: 15px !important;
	font-weight: bold;
	text-align: center;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor: pointer;
        width:auto;
        color:#FFF !important;
}
