/*
Theme Name:     Etheric Theme
Theme URI:      http://www.updaters.gr
Description:    Child of Mantra
Author:         Loukas Kavakopoulos
Author URI:     http://www.updaters.gr
Template:       mantra
Version:        0.1.0
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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{
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

table, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
}

body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
#content h1,#content h2,#content h3,#content h4,#content h5,#content h6 {
	clear: none;
}
ol, ul {
	list-style: none;
}

blockquote {
	border : 1px solid #EEE;
	padding:15px ;
	display:block;
	background-color: #FAFAFA;
	font-style: italic;
	max-width:90% !important;
	margin:0 auto;
	clear:both;
	float:none;
	color:#999;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-box-shadow: 0px 0px 3px #FFF inset;
	-moz-box-shadow: 0px 0px 3px #FFF inset;
	box-shadow: 0px 0px 3px #FFF inset;
 }

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
*/

#container {
	float: none;
	margin:0;
	width: 100%;
}
#primary,
#secondary {
	display:block;
	float: right;
	overflow: visible!important;
	width:125px;
	border-left:1px dashed #EAEAEA;
	padding-left:20px;
	padding-top:20px;
}
#primary {
min-height:200px;
}

#secondary {
	/*clear: right;*/
}
#footer {
	clear: both;
	width: 100%;
  background-color:transparent!important;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 20px;
	width:auto;
	float:none;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0px auto;
	width:96%;
	display:block;
	float:none;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family:Segoe UI, Arial, sans-serif;
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit] {
	font-family:Segoe UI, Arial, sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace !important;
}

.entry-content code {
	background-color: #FAFAFA;
    border-left: 5px solid #EEEEEE;
    clear: both;
    color: #1B1B1B;
    display: block;
    float: none;
    margin: 0 auto;
    overflow: auto;
    padding: 10px !important;
    text-indent: 0;
    white-space: nowrap;
    width: 95% !important;
}

/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
}

#branding {
display:block;
float:left;
clear:both;
height:75px;
padding:0;
position:relative;
overflow:hidden;
}

a#logo {
display:inline;
height:100%;
}

#linky {
background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRâ€Œâ€‹AEAOw==');
display:block;
width:100%;
height:100%;
}

#forbottom {
min-height:200px;
}

#wrapper {
	padding: 10px 0 0;
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}

.footerfour .widget-area {
	float: left;
	margin-left: 1.5%;
	margin-right:1.5%;
	width: 22%;
}
.footerthree .widget-area {
	float: left;
	margin-left: 1.5%;
	margin-right:1.5%;
	width: 30%;
}

.footertwo .widget-area {
	float: left;
	margin-left: 2.5%;
	width: 47%;
}

.footerone .widget-area {
	float: left;
	margin-left: 2%;
	width: 98%;
}


#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: none;
	font-size: 12px;
	font-weight: bold;

}
#site-generator {
	float: right;
	width: 220px;
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	padding-bottom:10px;
	background: #333;
}

body,
input,
textarea {
	color: #444;
	font-size: 13px;
	line-height: 1;

}
hr {
	background-color: #d7d7d7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
.entry-content, .entry-content p, .entry-summary, .entry-summary p {
	font-size:14px;
	line-height:1.6em;
  padding:10px;
  text-align:justify;
}

.entry-content p, .entry-summary p {
	margin-bottom: 10px!important;
}
.entry-content ul, .entry-summary ul  {
	margin: 0 0 18px 1.5em;
}

.entry-content ul li, .entry-content ol li, .entry-summary ul li, .entry-summary ol li {
	padding:2px 0;
}

.entry-content ul>li {
	background: url(images/bullet.png) 0px 10px no-repeat;
	padding-left:20px;
}

.entry-content ol>li {
	text-indent:0px;
}

.entry-content  li li {
margin-left:15px;
}

ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;

}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #D9EFFD;
	text-decoration: none;
}

blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #F8F8F8;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
	border:1px dashed #ddd;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;

	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #fff;
	border: 1px solid #DDD;
	box-shadow: inset 2px 2px 3px #EEE;
	-moz-box-shadow: inset 1px 1px 1px  #EEE;
	-webkit-box-shadow: inset 2px 2px 3px  #EEE;
	padding-left:5px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px
}
a:link {
    color: #0D85CC;text-decoration:none;
}
a:visited {
	color: #0D85CC;text-decoration:none;;
}
a:active,
a:hover {
	color: #000;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* =Header
-------------------------------------------------------------- */

#header {
	background:none;

}
#site-title {
	float: left;
	font-size: 36px;
	line-height: 60px;
}
#site-title a {
	color: #EEE;
	font-weight: bold;
	text-decoration: none;
	font-variant: small-caps;
    letter-spacing: -0.02em;
 	-moz-text-shadow: -2px -2px 0px #000;
	-webkit-text-shadow: -2px -2px 0px #000;
	text-shadow: -2px -2px 0px #000;
	display:block;
}
#site-description {
	display:inline;
	float: left;
	font-size: 15px;
	line-height:60px;
	margin-left:20px;
	color:#999;
	padding-left:0px;
	letter-spacing: 0.1em;
	-moz-text-shadow: 0px -1px 0px #000;
	-webkit-text-shadow: 0px -1px 0px #000;
	text-shadow: 0px -1px 0px #000;
}

#header-container {
display:block;
float:none;
position:absolute;
top:0px;
width:100%;
height:100%;
}

#header-container > div {
margin-top: 20px;
margin-left: 40px;
}

/* =Menu -PRIMARY
-------------------------------------------------------------- */

#access {
	display: block;
	float: left;
	margin: 0 auto;
	margin-top:10px;
}

#access ul {
margin-bottom:0px;
}

 #access  ul  li.current_page_item,  #access ul li.current-menu-item  {
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
background:#fff;
}


#access a {
	display:block;
	color: #5F5B5B;
	text-decoration: none;
	padding:0.2em 1.2em;
	font-size:14px;
}

#access ul li {
display:block;
float:left;
background:#FAFAFA;
-webkit-border-radius:7px 7px 0 0;
-moz-border-radius:7px 7px 0 0;
border-radius:7px 7px 0 0;
margin:0 3px;
padding:3px 0;
-moz-box-shadow:0 -3px 4px rgba(0,0,0,0.1) inset;
-webkit-box-shadow:0 -3px 4px rgba(0,0,0,0.1) inset;
box-shadow:0 -3px 4px rgba(0,0,0,0.1) inset;
white-space: nowrap;
}

#access a:hover {
	color:#0C85CD ;
}

#access ul ul {
	display: none;
	position: absolute;
	clear:both;
	z-index: 99999;
	margin-left:0px;
	-moz-box-shadow:0 10px 10px rgba(0, 0, 0, 0.3) ;
	-webkit-box-shadow:0 10px 10px rgba(0, 0, 0, 0.3);
	box-shadow:0 10px 10px rgba(0, 0, 0, 0.3);
}
#access ul ul li { /* level 2 */
	  margin:0;
      width: 100%; /* submenu width fix */
      border-bottom: 1px solid rgba(220,220,220,0.3);
	position:relative;
	background:#FFF;
	-webkit-border-radius: 0;
	-moz-border-radius:0;
	border-radius: 0;
	-moz-box-shadow:none ;
	-webkit-box-shadow:none ;
	box-shadow:none;
	display:block;
	float:left;
	clear:both;
	min-width:150px;
}


#access ul ul ul {
position:absolute;
	left: 100%;
	top: 0px;
	margin:0;
}


#access ul ul ul li { /* level 3 */
      border: 0;
     width: 100%;
	  display: block;
      float: none;
      border-bottom: 1px solid rgba(220,220,220,0.3);
 }


#access ul ul a, #access ul ul ul a {
	display:block;
	float:none;
	color:#5F5B5B;
	width:100% ;
	padding-top: 0.6em ;
	padding-bottom: 0.6em ;
	}

#access ul ul li:hover, #access ul ul ul li:hover {
	background:#FCFCFC ;
	}



#access li:hover > a {
	color:#0E85CD ;
}

#access ul ul :hover > a {
	color:#0E85CD;
}

#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-item > a{

	color: #000 !important;
}

#access ul ul li.current_page_item ,
#access ul ul li.current-menu-ancestor,
#access ul ul li.current-menu-item ,
#access ul ul li.current-menu-parent {
	color: #000 !important;
	background:#FFF !important;
}


* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #5F5B5B ;
}

/* =Menu -SECONDARY
-------------------------------------------------------------- */

.footermenu {
	display:block;
	overflow:visible;
	float:none;
}

.topmenu {
overflow:hidden;
	}

.topmenu ul{
	margin:0;
	padding:0;
}

.topmenu ul li{
	display:block;
	float:right;
	margin:3px 5px;
}

.footermenu {
	text-align:center;
	overflow:hidden;
	display:table;
	float:none;
	margin:0 auto;
}

.footermenu ul li{
	display:block;
	float:left;
	margin:0px 5px;
	text-align:center;
}


/* =Content
-------------------------------------------------------------- */

#main {
	background:#FFF;
	clear: both;
	overflow: hidden;
	padding: 0px ;
}
#content {
	margin-bottom: 0px;
  padding:20px;
}

.entry-content input,
.entry-content textarea {
	color: #333;
	font-size: 16px;
	line-height: 24px;
}

.entry-content ul,
.entry-content ol,
.entry-content dd,
.entry-content pre,
.entry-content hr {
	margin-bottom: 8px;
}
.entry-content ul ul,
.entry-content ol ol,
.entry-content ul ol,
.entry-content ol ul {
	margin-bottom: 0;
}
.entry-content pre,
.entry-content kbd,
.entry-contenttt,
.entry-content var {
	font-size: 15px;
	line-height: 21px;
	overflow:auto;
	font-family: "Courier New",Courier,monospace !important;
}
.entry-content code {
	font-size: 13px;
}
.entry-content dt,
.entry-content th {
	color: #000;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	color: #0E85CD;
	line-height: 1.3em;
	margin:20px 0px 5px 0px;
  text-align: left;
}

.entry-content h1 {
font-size:1.9em;
}

.entry-content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
.entry-content tr {
	background-color:#FFF;

}
.entry-content .alternate {
	background-color:#fff;
}

.entry-content tr:hover {
	background:none;
}
.entry-content tr th,
.entry-content thead th {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
	background-color:#f8f8f8;
}
.entry-content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
.entry-content tr.odd td {
	background: #f2f7fc;
}
.hentry {
	margin: 0 0 28px 0;
}

.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #666;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #0D85CC;
}
.entry-title a:link,
.entry-title a:visited {
  vertical-align:middle;
	color:inherit;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #333;

}

#content > h1.entry-title {
	margin-bottom: 10px;
}

.entry-meta {
    background-color: #F5F5F5;
    border: 2px solid #FFF;
    color: #666666;
    display: block;
    font-size: 12px;
    margin: 0px 1px;
    padding: 0 6px;
    box-shadow:1px 1px 3px #DDD;
	-moz-box-shadow:1px 1px 3px #DDD;
    -webkit-box-shadow:1px 1px 3px #DDD;
	clear:both;
}

#content .entry-meta2,
#content .entry-meta3 {
	font-size:12px ;
	padding: 0;
	clear:both;
	display:block;
}

.entry-meta .comments-link {
	float:right;
	background:#FFF;
	padding:0px 10px;
	padding-bottom:0px;
	font-size:12px;
   	box-shadow: inset 1px 1px 1px #DDD;
	-moz-box-shadow: inset 1px 1px 1px  #DDD;
	-webkit-box-shadow: inset 1px 1px 1px #DDD;
	line-height:1.8em;
	margin-top:1px;
}

#content h3.entry-format {
	margin-left:0px;
	padding-left:4px;
	display:inline;
	float:left;
	font-size:14px;
	color:#666 !important;
	text-decoration:underline;
	text-transform: uppercase;
   	text-shadow: none;
	-moz-text-shadow: none;
	-webkit-text-shadow:none;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.entry-meta2 .comments-link {
    border-bottom: 1px solid #EEEEEE;
    float: right;
    font-size: 12px;
    padding: 0 10px;
}


.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}

.entry-content, .entry-summary {
	clear: both;
	padding: 20px;
	max-width: 45em;
	margin: 20px auto;
	background-color: #fff8;
	border-radius: 8px;
}

#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {

	margin: 0 0 4px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #666;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}

.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}

.tag-links {
	margin-left:30px;
}

.page-link {
	margin: 20px 0 20px 0;
	clear:both;
    font-size: 11px;
    line-height: 13px;
}

 .page-link a, .page-link span {
	font-weight: normal;
	text-decoration: none;
	background: #EEE;
    margin: 2px 2px 2px 2px;
    padding: 6px 9px 5px;
}

 .page-link a:hover {
	background:#F7F7F7;
}

body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #FFF;
	border-top: 4px solid #333;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #666;
	font-size: 12px;
	line-height: 18px;
}
 a,
.entry-utility a {
	color: #666;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #000;
}
#content .video-player {
	padding: 0;
}

/* POST FORMATS */

article.format-link, article.format-quote, article.format-image, article.format-chat, article.format-aside {
 background-position: 0px 10px;
  background-repeat: no-repeat; }
article.format-aside { background-position: 10px -7px; }
article.format-link { background-image: url(images/post-formats/link.png); }
article.format-quote { background-image: url(images/post-formats/quotes.png); }
article.format-image { background-image: url(images/post-formats/picture.png); }
article.format-chat { background-image: url(images/post-formats/bubble.png); }
article.format-aside { background-image: url(images/post-formats/brackets.png); }

article.format-link header, article.format-quote header, article.format-image header,
article.format-chat header, article.format-aside header {
  padding-left: 60px; }
article.format-aside header { margin-top: 7px; }
article.format-link h3.entry-format, article.format-quote h3.entry-format, article.format-image h3.entry-format,
article.format-chat h3.entry-format, article.format-aside h3.entry-format { display: none !important; }


/* =Asides
-------------------------------------------------------------- */

.home #content .format-aside p,
.home #content .category-asides p {
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.format-aside,
.home .hentry.category-asides {
	padding: 0;
}
.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content {
	padding-top: 0;
}


#content .format-aside .entry-title {
	display:none;
}

#content .format-aside .author ,
#content .format-aside  .bl_categ,
#content .format-aside .bl_sep {
	display:none;
}

/* =Gallery listing
-------------------------------------------------------------- */

.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Chat
-------------------------------------------------------------- */
.format-chat p {
	font-family:Monaco, Courier New, monospace !important;
}

/* =Quote
-------------------------------------------------------------- */
.format-quote blockquote,
.format-quote blockquote p{
	font-family: Georgia,"Bitstream Charter",serif !important;
	font-size:1.1em !important;
}


/* =Status
-------------------------------------------------------------- */

.format-status .entry-title {
	display:none;
}

#content .format-status .entry-meta2 {
	float:left;
	clear:right;
	padding-left:0px;
}

.status_content {
	display:block;
	float:left;
	width:80%;
}

#content .format-status h3.entry-format {
	margin-left:0px;
	padding-left:0px;
	text-indent:0;
}

.format-status .avatar {
	display:block;
	width:auto;
	float:left;
	margin-right:10px;
}

/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
/*.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}*/


/* =Images
-------------------------------------------------------------- */

#content img {
	margin: 0;
	height: auto;
	max-width:100%;
}

#content img:hover {

}

#content .alignleft,
#content img.alignleft {
	display: block;
	float: none;
	margin: 10px auto;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	background:url(images/pins/Pin2.png) no-repeat center 1px  #F9F9F9;
	border: 1px solid #DDD;
	box-shadow: 2px 2px 3px #888;
	 -moz-box-shadow: 2px 2px 3px #888;
 	 -webkit-box-shadow: 2px 2px 3px #888;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	padding-top:22px;
	text-align: center;
	max-width:810px;
	color: #333;
}
#content .wp-caption img {
	border:none !important;
	padding:0px;
    box-shadow: none !important;
	-moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;

}
#content .wp-caption p.wp-caption-text {
	font-size: 12px;
	margin: 5px;
	text-align:center;
	text-indent:0px;
}
#content .wp-smiley {
	margin: 0;
    -moz-box-shadow: none !important;
	-webkit-box-shadow: none !important ;
	box-shadow: none !important;
    background: none !important;
    border: 0 !important;
    vertical-align: middle;
}
#content .gallery {
	margin: 0 auto 18px;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #666;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}
#content .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
	max-width:96%;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #666;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;

}
.navigation a:link,
.navigation a:visited {
	text-decoration: none;
	color:#666;
}
.navigation a:active,
.navigation a:hover {
	color: #0D85CC;
}
.nav-previous {
	float: left;
	max-width: 47%;
	padding:0 1%;
	border-bottom:1px dashed #DDD;
}
.nav-next {
	float: right;
	text-align: right;
	max-width: 47%;
	padding:0 1%;
	border-bottom:1px dashed #DDD;
}

.nav-next:hover, .nav-previous:hover {
	border-color:#999;
}

#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin-bottom: 10px;
	clear:both;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding-top:4px;
	padding-bottom:4px;
	padding-left:10px;
	margin-top: 20px;
	margin-bottom:20px;;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border: 1px solid #e7e7e7;
	padding:10px;
	line-height: 24px;
	margin: 0 0 10px 0;
	padding: 0 10px 10px 56px;
	position: relative;
	-moz-box-shadow:3px 3px 5px #EEE;
	-webkit-box-shadow:3px 3px 5px #EEE;
	box-shadow:3px 3px 5px #EEE;
	background:#FFF;
	background-image:none;
	list-style:none;
}

.commentlist li.comment:hover {
	background:#F8F8F8;
}

.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}

.comment-author {
	padding-top:4px;
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
	margin-left:10px;

}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 15px 10px;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #666;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #0D85CC;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #666;
}

.reply a:hover,
a.comment-edit-link:hover {
	color: #0D85CC;
}
.commentlist .children {
	background-image:none;
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	background-image:none !important;
	margin: 0;
	text-indent:0px !important;
	border:1px solid #EEE;
	margin-right:10px;
	margin-bottom:10px;
}

.nopassword,
.nocomments, .nocomments2 {
/*	display: block;*/
}

#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #666;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 0.2em;
	font-size:0.8em;
	color:#999;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
	min-width:400px;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #0D85CC;
	font-weight: bold;
	display:inline;
}

#commentform  {
	width:90%!important;
  max-width: 100%!important;
	display:block;
	float:none!important;
	margin:0 auto;
}

#commentform  textarea {margin: 0 auto; max-width: 40em!important; float:none; display: inline-block;}

.comment-form-comment {margin: 0 auto; float:none; text-align: center;}

#respond label {
	color: #666;
	font-size: 12px;
}

#respond input {
	margin: 0 0 9px;
	border-color:#EEE;
	border-width:1px;
}



.comment-form-comment textarea {
	width:80%;
	border-color:#EEE;
	display:block;
	float:right;
	margin-left:12px;
	height:150px;
}

.comment-form-author label, .comment-form-email label, .comment-form-email label, .comment-form-url label, .comment-form-comment label {
display:block;
	float:left;
	clear:both;
	padding-top:3px;
	width:10%;
}

.comment-form-author input, .comment-form-email input, .comment-form-email input, .comment-form-url input, .comment-form-comment input {
	width:80%;
	display:block;
	float:right;
	margin-left:12px;
}


#respond input:hover, #respond textarea:hover {
	border-color:#D7D7D7;
}

#respond .form-allowed-tags {
	color: #666;
	font-size: 12px;
	line-height: 18px;
	width: 100%;
	margin-left:12px;
	clear:both;
	display:block;
	float:none;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
	text-align:right;
	clear:both;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}

#respond .form-submit input#submit {
	color:#555;
	border:1px solid #CCC;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:2px 5px;
	background-color:#FFF;
	-moz-box-shadow: inset 0px -10px 10px 0px #EEE;
	-webkit-box-shadow: inset 0px -10px 10px 0px #EEE;
	box-shadow: inset 0px -10px 10px 0px #EEE;
}

#respond .form-submit input#submit:hover {
	background-color:#F6F6F6;
	color:#444;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none !important;
	margin-left: 0;
	list-style-image:none;
}
.widget-area ul ul {
	list-style: none !important;
	margin-left: 0;
}

.widget-area ul li{
	background-image: none;
	margin-left: 0;
	list-style-image:none;
}
.widget-area ul ul li{
	background:url(images/bullets/arrow_white.png)  left 8px no-repeat;
	margin:4px 3px;
	display:block;
	float:none;
	width:auto;
	padding:3px 0 0 12px;
	line-height: 1.5;
}

.contentsearch {
display:block;
float:none;
overflow:hidden;
}

.contentsearch  #s  {
	display:block;float:left;
	margin-bottom:20px;
	padding-top: 5px 10px;
	padding-bottom:5px;
	padding-left:10px;
	font-size:18px;
	height:29px;
}
.contentsearch #searchsubmit {
display:block;
float:left;
padding:0;
margin:0;
position:relative;
left:-37px; top:0px;
background: #777;
width:37px;height:37px;
border:none;
cursor:pointer;
font-size:12px;
color:#EEE;
-moz-text-shadow:0px -1px 0px #000;
-webkit-text-shadow:0px -1px 0px #000;
text-shadow:0px -1px 0px #000;
font-family:Arial !important;
}

#searchform {
display:block;
position:relative;
height:20px;
margin-bottom:20px;
max-width:300px;
  padding:0!important;
}

#main #searchform, #footer #searchform {
margin:10px 10px 30px 10px; clear: both; display: block;
}

.widget_search #s, #search #s  {/* This keeps the search inputs in line This is the Sidebar Search*/
	position:absolute;
	right:0;top:0;
	width: 90%;
	display:block;
	padding-top:6px;
	padding-bottom:4px;
	padding-left:10px;
	border-radius:10px 0 0 0 ;
	-moz-border-radius:10px 0 0 0 ;
	-webkit-border-radius:10px 0 0 0 ;
	font-family:Arial !important;
	font-size:14px;
}

#searchform #s:hover , #container #s:hover {
color:#0D85CC;
}

.widget_search #searchsubmit {
display:block;
padding:0;margin:0;
position:absolute;
top:0px;right:0px;
width:27px;height:29px;
border:none;cursor:pointer;
color:#EEE;background: #777;
text-shadow:0px -1px 0px #000;-moz-text-shadow:0px -1px 0px #000;-webkit-text-shadow:0px -1px 0px #000;
font-size:12px;font-family:Arial !important;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
				  .contentsearch #searchsubmit , .widget_search #searchsubmit{margin-top:3px;}
}

#searchsubmit:hover {
background:#888;
}

.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color: #2EA5FD;
	font-size:16px;
	padding:4px 0;
	padding-left:15px;
	text-align:left;
	margin-bottom:10px;
	background-color:#333;
	margin-left:-10px;
	padding-right:10px;
	width:100%;
	-moz-border-radius:10px 0 0 0;
	-webkit-border-radius:10px 0 0 0;
	border-radius:10px 0 0 0;

}

#footer-widget-area .widget-title {
	background:none;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	color:#0D85CC;
	text-align:left;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	width:95%;
}

#footer-widget-area a {
	background:none;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	text-shadow:none;
	border:0;
	padding:0;margin:0;
}

#footer-widget-area a:hover {
	text-decoration:underline;
	color:#888;
}

#footer-widget-area ul ul li {
	display:block;
	float:none;
	background:none;
	padding-left:0;
	margin-left:0;
}

.widget-container li {
	display:block;float:none;
	margin:4px 0;
}

.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
	color:#0D85CC;
	font-size:14px;
	word-wrap:break-word;
}
.widget-area a:active,
.widget-area a:hover {
	color:#333;
}

.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}

#calendar_wrap {
	display:block;
	float:none;
	margin-left:10px;
}

#wp-calendar caption {
	color: #333;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
	margin-left:10px;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #000;
}
#wp-calendar tbody td {
	padding: 3px 0 2px;
	text-align: center;
	border:1px solid #EEE;
}

#wp-calendar tbody td:hover {
	background: #EEE;
	opacity:0.8;
}

#wp-calendar tbody td a{
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	color:#0D85CC;
	border:none !important;
	background:none !important;
	padding:0;
	margin:0;
}

#wp- tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #0D85CC;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 0px;
	padding: 0;
}
#main .widget-area ul.xoxo{
padding-right:10px;
}

/* Before and after content widgets */

.yoyo .widget-title {
background:none;
padding:0;
margin:0;
}


/* Footer widget areas */
#footer-widget-area {
margin-top:10px;
}

#footer-widget-area a{
	color:#666;
}

#footer-widget-area #wp-calendar tbody td {
	background:none ;
	border:1px solid #222;
	padding:3px 0 2px;
	text-align:center;
	color:#999;
}



/* =Footer
-------------------------------------------------------------- */

#footer {
	margin-bottom: 0px;
	background:#222;

}

#footer2 {
display:block;
background-color: transparent!important;
padding-bottom:10px;
overflow:visible;
}

#colophon {
	margin-top: 0;
	overflow: hidden;
	padding: 0 0 10px 0px;
}
#site-info {
	font-weight: normal;
	text-align:center;
	clear:both;
	padding-top:4px;
}
#site-info a {
	color:#0D85CC;
	text-align:center;
	text-decoration: none;
}

#site-info a:hover {
	text-decoration: underline;
}

#site-copyright {
	display:block;
	float:none;
	font-style: italic;
	clear:both;
	margin:0 auto;
	text-align:center;
	padding-top:4px;
}

#site-copyright a{
text-decoration:none;
color:#0D85CC;
}

#site-copyright a:hover{
text-decoration:underline;
}

img#wpstats {
	display: block;
	margin: 0 auto 10px;
}

/*  Extras                                    */

#forbottom {
	clear:both;
	width:100%;
}

#forbottom2 {
	clear:both;
	width:100%;
}


/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}

/* SOCIALS */

.socials {
	float:right;
	position:relative;
	margin-right:10px;
	padding-left:10px;
	min-height:20px;
	overflow: hidden;
	padding-top:5px;
}
.socials a {
	display:block;
	float:left;
	margin-right:5px;
	position:relative;
}
.socials img {
	width:37px;
}

#header-container >div#sheader {
position:absolute;
margin:0;
top:5px;
right:5px;
}
#smenul, #smenur {
	margin-top:-8px;
	margin-bottom:-12px;
}
#smenul {
	float:left;
}
#sfooter {
	float:right;
	padding-top:5px;
	top:-24px;
}
#sfooter img {
	width:25px;
}
#sfooter a {
	width:25px;
	height:25px;
	margin-left:5px;
}

/* ARTICLES */

article.post {
	display:block;
	overflow:hidden;
}

article.sticky {
background: url("images/icon-back.png") repeat;
-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;
padding:10px;
}
 .sticky hgroup {
}

#content article.post img, #content article .wp-caption , article embed {
	max-width:99%;
}


/* BACK TO TOP BUTTON */

#toTop {
	width:37px;
	height:37px;
	background:url(images/back2top.png) no-repeat;
	position:fixed;
	bottom:20px;
	right:20px;
	cursor:pointer;
	display:none;
	z-index:9999;
}
#toTop:hover {
	bottom:21px;
}

/* CUSTOM IMAGE BORDER */

.imageOne {
	border:1px solid #DDD !important;
	padding:3px;
	height: auto;
}
.imageTwo{
	background-color: #FFFFFF;
    border: 1px solid #EEE;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 3px;
	-moz-box-shadow:0px 0px 4px #CCC;
	-webkit-box-shadow:0px 0px 4px #CCC;
	box-shadow:0px 0px 4px #CCC;
}
.imageThree{
    background-color: #FFFFFF;
    border: 6px solid #EEEEEE;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius:5px;
    padding: 3px;
}
.imageFour{
	border:1px solid #666 !important;
	-moz-box-shadow:0px 0px 4px #666;
	-webkit-box-shadow:0px 0px 4px #666;
	box-shadow:0px 3px 4px #999;
}
.imageFive{
	border:3px solid #DDD !important;
}
.imageSix{
border:8px solid #BBB !important;
	-moz-box-shadow:0px 0px 5px #333;
	-webkit-box-shadow:0px 0px 5px #333;
	box-shadow: 0px 0px 5px #333;
}
.imageSeven{
    background-color: #FFFFFF;
    border: 1px solid #CCC;
    padding: 7px;
	-moz-box-shadow:2px 2px 2px #CCC;
	-webkit-box-shadow:2px 2px 2px #CCC;
	box-shadow:inset 0px 0px 7px #CCC;
}

/* EDIT POST LINK */

.edit-link a {
	background:#F3F3F3;
	border:1px solid #DDD;
	padding:0px 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	font-size:12px;
}
.edit-link a:hover {
border:1px solid #CCC;
background:#FAFAFA;
}

/* BREADCRUMBS */

.breadcrumbs {
	font-size:0.8em;
	padding:0.5em 0 0 1em;
}
 .breadcrumbs a {
}
 .breadcrumbs a:hover {
}

/* PAGINATION */

.pagination {
	display:table;
	float:none;
	margin:20px auto;
	text-align:center;
	clear:both;
	font-size:12px;
	line-height:12px;
}
.pagination span, .pagination a {
	display:block;
	float:left;
	margin: 2px 2px 2px 0;
	padding:12px 16px 10px;
	text-decoration:none;
	width:auto;
	color:#fff;
	background: #EEE;
}
.pagination a:hover{
	color:#fff;
	background: #999;
}
.pagination .current{
	background: #777;
	color:#fff;
}


/* CUSTOM FRONT PAGE */


/*
 * jQuery Nivo Slider v2.7.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 *
 * March 2010
 */


/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
.nivo-main-image {
	display: block !important;
	position: relative !important;
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=80);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Skin Type: flexible
Description: The default skin for the Nivo Slider.
Version: 1.0
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
*/
.theme-default .nivoSlider {
	position:relative;
	background:#fff url(images/nivoslider/loading.gif) no-repeat 50% 50%;
    margin-bottom:50px;
    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	text-align: center;
	padding: 0 0 20px 0;
}
.theme-default .nivo-controlNav a {
	display:inline-block;
	width:22px;
	height:22px;
	background:url(images/nivoslider/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(images/nivoslider/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
.theme-default a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-default a.nivo-prevNav {
	left:15px;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}

/* IE link fix */
a.nivo-imageLink  {
 background-color: #fff;
 filter:alpha(opacity=0);
 opacity: 0;
 -webkit-opacity:0;
 -moz-opacity:0;
-khtml-opacity:0;
}


/* Front page columns */

#front-columns {
	display:block;
	width:auto;
	float:none;
	margin:0px 30px;
	overflow:hidden;
	padding-top:20px;
}
.column-image {
	width:100%;
	display:block;
	background:#CCC;
	margin-bottom:10px;
	overflow:hidden;
	border:1px solid #EEE;
	box-shadow:0 0 3px #333;
}
.column-text {
	text-align:justify;
}
.column-image img {
	width:100%;
	height:100%;
}
#front-columns h3 {
	font-size:20px;
	margin:7px 0;
}
.columnmore  {
	font-size:14px;
	text-align:right;
	padding-right:10px;
	margin-top:10px;
}
/* Style HTML5 tags for IE8 and lower */
header
,nav
,section
,article
,aside
,footer
,hgroup
{
display: block;
}

.tinynav {
display:block;
float:none;
margin:0 auto;
display:none;
min-width:200px;
width:100%;
padding:10px;
margin-bottom:8px;
}

.tinynav  option {

}

/* Multi-column short code */
.multi-column {display: block; width: 100%; float: left; margin: 10px 0;}
.short-columns {display: inline-block; float: left; margin: 0px; padding: 1%; }
.column-12 {width: 48%;}
.column-13 {width: 31%;}
.column-14 {width: 23%;}
.column-16 {width: 14.5%;}
.column-23 {width: 62%;}
.column-34 {width: 72%;}
.column-56 {width: 80%;}
.column-1 {width: 98%; margin: 0}
.multi-column .short-columns:first-child {padding-left: 0; margin-left: 0}
.multi-column .short-columns:last-child {padding-right: 0; margin-right: 0}

/* Pull quotes short code*/
.pullquote {
	font-family: Verdana, arial, sans-serif;
	font-size:1.2em !important;
	margin-top: 15px !important;
	margin-bottom: 10px !important;
	width: 33%;
	color: #000;
}
.pullquote p{

	font-family: "Pontano Sans", arial, sans-serif;
	font-size:1.2em !important;
	color: #000;
}

/* buttons */
.short-button-light {
	color: #454545 !important;
	padding: 1px 10px;
	padding-bottom:3px;
	background: -moz-linear-gradient(
		top,
		#fcfcfc 0%,
		#d6d5d3);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#fcfcfc),
		to(#d6d5d3));
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #f7f7f7;
	-moz-box-shadow:
		0px 0px 1px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 0px 1px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	box-shadow:
		0px 0px 1px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	text-shadow:
		-1px -1px 0px rgba(252,252,252,0.4),
		0px 0px 0px rgba(255,255,255,0.3);
}

.short-button-dark {
	color: #ffffff !important;
	padding: 1px 7px;
	padding-bottom:3px;
	background: -moz-linear-gradient(
		top,
		#6b6b6b 0%,
		#000000);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#6b6b6b),
		to(#000000));
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	border-radius: 5px;
	border: 1px solid #666;
	-moz-box-shadow:
		0px 0px 1px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 0px 1px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	box-shadow:
		0px 0px 1px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(255,255,255,0.3);
}

.short-button-color {
	color: #ffffff !important;
	padding: 1px 7px;
	padding-bottom:3px;
	background: #47afff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #878787;
	-moz-box-shadow:
		0px 0px 1px rgba(000,000,000,0.5),
		0 3px 10px rgba(255,255,255,0.7) inset;
	-webkit-box-shadow:
		0px 0px 1px rgba(000,000,000,0.5),
		0 3px 10px rgba(255,255,255,0.7) inset;
	box-shadow:
		0px 0px 1px rgba(000,000,000,0.5),
		0 3px 10px rgba(255,255,255,0.7) inset;
	text-shadow:
		-1px -1px 0px rgba(000,000,000,0.4),
		0px 0px 0px rgba(255,255,255,0.3);
}


a.short-button-light:hover { box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), 0 0 10px rgba(255, 255, 255, 0.8) inset; }
a.short-button-dark:hover { box-shadow: 0 0 10px rgba(255,255,255,0.5) inset; }
a.short-button-color:hover { box-shadow: 0 3px 10px rgba(255,255,255,0.9) inset; }

a.short-button-color:hover, a.short-button-light:hover, a.short-button-dark:hover {
text-decoration:none;
}

/* shareaddy fix */ .sharedaddy ul > li { background: none !important; text-indent: 0 !important; }

/*woocommerce  fix*/ .woocommerce .product .entry-summary {clear:none}

.home #pcont {height: 100%; width:100%;}

#pcont {height: 800px; width: 800px; top: 0px; position: relative; margin: auto; display: block; transition-duration:1s;}

#portal {position: absolute; width: 90%; height: 90%; top:5%; left:5%; z-index: 0; background-image:url('stargate12.png');
background-size: 100% auto; background-position: center center; background-repeat: no-repeat; cursor:pointer;}

#linktitle {position: absolute; top: 14.8%; left: 50%;  width: 27%;
  margin-left: -13%; text-align: center; text-shadow: -3px -3px 12px #fff6, 3px 3px 12px #fff;
  height: 7%; line-height: 1.1em; color: #fca; display: table;}

#linktitle a {color:#fff!important; display: table-cell; height: 2em; vertical-align: middle; text-align: center; font-weight: bold;}

#forbottom {margin-top: -720px; background-color: white; position: relative; z-index:10; border-radius: 8px; background-image: url('681.png');}
#main {background: transparent;}
#header  {background: transparent !important;} 

#gatebuttonleft {position: absolute; z-index: 100; background-color:transparent; background-repeat: no-repeat; width:10%; left: 10%; top: 5%; height: 10%; padding: 0; background-image:url('button-left.png'); background-size: 100% auto;}

#gatebuttonright {position: absolute; z-index: 100; background-color:transparent; background-repeat: no-repeat; width:10%; height: 10%; right:10%; top:5%; padding: 0; background-image:url('button-right.png'); background-size: 100% auto;}

.inner-menu {
background: -moz-linear-gradient(center top, #993322, #772222, #330000) repeat scroll 0 0 transparent !important;
background: -webkit-linear-gradient(center top , #993322, #772222, #330000) repeat scroll 0 0 transparent !important;
border: 0 none !important;
box-shadow: 4px 4px 8px black;
margin: 0 !important;
    min-height: 2em;
    padding: 10px!important;
border-radius: 4px;
transition-duration:.3s;
-webkit-transition-duration:.3s;
}

.inner-menu:hover {
background: -moz-linear-gradient(center top, #aa4433, #883333, #441111) repeat scroll 0 0 transparent !important;
background: -webkit-linear-gradient(center top, #aa4433, #883333, #441111) repeat scroll 0 0 transparent !important;
box-shadow: 2px 2px 2px black;
transition-duration:.3s;  
-webkit-transition-duration:.3s;}

#text-3 h3 {display: none;}

.inner-menu a {font-weight: bold!important; color:white!important;}

#sitetitle {height: 1.1em; width: 39%; position: relative; margin-top: -10px; font-size: 36px;}
.shadow {position: absolute; width: 100%; height: 100%; background: black; opacity:.5; border-radius: 8px; z-index: 1;}
#sitetitle a {color: #2EA5FD; font-weight: bold; text-shadow: 2px 2px 2px #fff; z-index: 100; position: absolute; font-family: Passion One; line-height: 1em;}

body {
background-color: black !important;
background-size: 100% auto; 
/* background-position: center 55px!important; */
}


.cportal { margin: 0px auto 30px auto; text-align: center; height: 180px; padding-top:10px; background-image: url(https://etheric.com/wp-content/uploads/2013/03/aker-01.png); background-repeat: no-repeat; background-position: center;
position: relative; opacity: .7;  transition-duration: 2s; background-size: 100% auto; width: 90%; transition-duration: 2s; -webkit-transition-duration: 2s;}

.cportal:hover {opacity:1; transition-duration: 2s; -webkit-transition-duration: 2s; width: 100%;}

.cportal .ph {margin: 0 auto; font-weight: bold;  color: #0297cf !important;}

.whereph {font-size: 1em;padding-top:0px; margin: auto; line-height: 1.4em !important; max-height: 3em; overflow: hidden; }

.whereph p {text-align:center !important; color: #0297cf !important; line-height: 1.4em !important; width: 19.5em !important; margin: -2px auto auto;}

.entry-title, .widget-title, .archive .page-title {background-color: #225; border-radius: 8px; padding: 15px 20px;}



.product {
  background-image: url(https://etheric.com/wp-content/uploads/2013/03/star-background-seamless-repeating9.jpg);
  overflow: hidden; position: relative; border-bottom: 2px solid #aaa; border-right: 2px solid #aaa; 
  margin-bottom: 20px!important; padding:0 0 30px 0!important;}

.product .image {width: 40%; margin-right: 10px !important; float: left;}


.product .title {font-weight: bold; color: white; overflow: hidden; padding: 5px; padding-right: 0; font-size: 18px;}
.product .title a {text-shadow: 2px 2px 5px #ccc; color: white;}

.product .notice {margin-right: 0; font-weight: bold; text-align: right; background-color: white; padding:10px;}
.product .text { text-align: justify; padding: 10px 10px 50px 10px!important; line-height: 1.4em; background-color: #eee;}

.woocommerce .product .text {padding:5px 0;}

.product .price {position: relative; top:10px; background-color: #fe9; font-weight: bold; color: red; border-radius: 8px 0 0 8px; font-family: anaheim; float: right; padding: 5px; margin-bottom: 5px; font-size: 16px; margin-left: 5px; box-shadow:2px 2px 5px black;}


.product .amazon {border-top: 1px solid orange; border-bottom: 1px solid orange;}
.product .wp_cart_button_wrapper {text-align: center; position: absolute; right:5px;}

.edd-item-quantity {float:left; padding: 5px;}

.product .edd_download_purchase_form {text-align: center; position: absolute; bottom: 10px; right:10px; color: white; width: 340px;}

.edd_download_purchase_form input, .edd_download_purchase_form input.file, .edd_download_purchase_form input.button {margin: 0!important;}

.archive article {margin: 1%; display: inline-block; width: 46%; padding:1%; float:none; vertical-align:top;}

.archive .hentry img {width: 100% !important;}

blockquote {border-top: 2px solid orange; border-bottom: 2px solid orange; padding:5px 15px; display:block; max-width:90% !important;
  clear:none; overflow: hidden; color:#444; margin-bottom: 20px; box-shadow: 2px 2px 4px grey; font-style: normal;}

#content h2 {font-size: 18px;}

.page-id-1092 #linktitle {top: 20%;}

#innerportal {position: absolute; top: 12%; margin-top: 0%; width: 80%; left: 10%;height: 80%; border-radius: 50%; overflow: hidden; opacity: .7;}

#shaker {
	position: relative;
	top: 0;
	left: 2%;
	height: 96%;
	width: 96%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	text-align: center;
	border-radius: 1000px;
	/* box-shadow: 0 0 8px 8px white inset; */
}

#shaker p {left: 24%; position: absolute; bottom: 18%; padding: 1%; color:white; text-shadow: 1px 1px 3px black; text-align: center!important; width: 50%; line-height: 1.3em; background-color: black; opacity: .85; border-radius: 10px;}

#shaker h1 {
    color: white;
    left: 49%;
    line-height: 1.2em;
    margin-left: -25%;
    padding: 1%;
    position: absolute;
    text-align: center;
    text-shadow: 2px 2px 5px black;
    top: 18%;
    width: 50%;
border-radius: 10px;
background-color: black; opacity: .7;
font-family: Passion One;
}

.page-id-1092 #portal {background-image:url(stargate12.png);}

.page-id-1092 #linktitle {top:17.5%;}


.page-id-1092 #gatebuttonleft { left: 8%; top: 2%;}

.page-id-1092 #gatebuttonright {right:8%; top:2%;}

#rock {height: 0; width: 0;}

.page-id-1092 #message {position: absolute; bottom:10%; left:50%; margin-left: -10%; width: 20%; text-align: center; z-index:20; color: #aaa; opacity: .7; visibility: hidden;}

.category-archive-meta {margin: 10px 10px 10px 0;}

.tag .entry-title {margin-bottom: 10px !important; width: 94%;}

.category .entry-title {width: 94%; margin-bottom: 10px !important;}

#content .article img {max-width: 95% !important;}

.entry-content hr {margin: 10px 0 20px 0 !important;}

.entry-content .wp-caption {max-width: 98%!important}

#main .widget-area ul.xoxo {width: 100%!important;}

#fullarea {width: 60%; margin: 0 auto;}

#mainarea {position: relative; width: 100%; background-size: 100%; background-repeat: no-repeat; background-position: center; background-image:url(sphinx-back.gif);}

#gate {width: 30%; position: absolute; z-index: 20; bottom: 16%; left: 33%; background:transparent; background-size: 100%; background-repeat: no-repeat; background-position: center; z-index: 999; opacity:.1; background-image: url("https://etheric.com/wp-content/themes/etheric/sphinx.gif"); transition-duration:1s;}

#gate:hover {opacity: .8; transition-duration:1s;}

.sphinx-message {line-height: 1.4em; color: #caf; text-align: center; text-shadow: 2px 2px 2px #999, -2px -2px 4px black; margin-top: 1em; font-family: Passion One;}


.copyright {text-align: center; color: #aaa; font-size: 110%;}

.sphinx-text {margin: 20px auto; color: lightyellow; text-align: justify; line-height:1.3em; background-color: #0008;padding:20px;}

#content .entry-title a:hover {color: white!important;}

.postid-1426 td {padding: 10px !important; background: #f9f9f9; }

.postid-1426 tbody {text-align:justify;}

.gallery-columns-6 dl {width: 16.5% !important;}

.pred-cont {border: 2px solid lightgrey; padding: 10px; margin: 10px 0; background-color: white;}

.p-dict {font-size: 14px;}


#product-image img {width: 100%; border-radius: 4px;}

.product .product-button {
background-color: #0071a1; font-size:15px; line-height:1.4; padding: 6px 12px; text-align:center; width: 167px;
  border-radius:3px; margin:0 auto 10px auto; color: white; border: 1px outset grey;
}
.product .product-button a {color:white;}

#product-container {border-radius: 4px; width: 37%; float: right; text-align: center; position:relative;
  border: 1px solid grey; padding: 10px; margin:0 0 10px 20px; box-shadow: 2px 2px 5px black; background-color:white;}

#product-info {font-size: 90%; margin-top: 10px; }

ol, ul {list-style-type: disc !important; list-style-position: inside;}

#product-content {padding: 10px;}
.woocommerce #product-content {padding: 0; margin: 10px;}
.woocommerce #product-content h2 {margin:10px 0; line-height: 1.2;}





.gallery-p-image {margin: 0 5px;}

.category-downloads img {max-width: 100% !important; margin: 0!important; padding: 0!important; border: 0 !Important;}

.category-downloads .hentry {height: 610px; text-align: justify; overflow: hidden;}


.category  .hentry img {border: 0; padding: 0; margin:0;}

#welcomemessage {text-align: center; line-height: 1.2em;  margin: 0% auto 1.5% auto; text-shadow: 2px 2px 2px #fff; font-weight: bold; font-family: Passion One !important; font-size: 40px;}

#welcomemessage a {font-family: Passion One !important;}

.page-id-1236 th, .page-id-1236 td {padding: 10px!important;}

.shopping_cart {margin: 0 auto; width: 100%;}
.shopping_cart img {float:right;}
.shopping_cart h2 {clear: none; font-weight: bold; margin-top: 15px;}
.shopping_cart input {margin:15px 15% 10px 15%;}
.widget_wp_paypal_shopping_cart_widgets {text-align: center;}
.widget_wp_paypal_shopping_cart_widgets h3, h3.widget-title {width: 90%; margin-left:0; border-radius:4px; padding: 12px; text-align:left;}

.page-template-popup-php img {max-width: 100% !important; height: auto!important; margin: 0!important;}
.page-template-popup-php #main {max-width: 90%;}

table {box-shadow: 2px 2px 4px grey;}

hr {clear:none;}

#content tr td{vertical-align: top !important;}

.page-id-234 .entry-content td {background:transparent;margin: 5px; width: 50%!important; border: 1px solid grey; padding: 10px!important;}
.entry-content tr {background:transparent!important;}
.page-id-234 .entry-content th {width: 50%!important; border: 1px solid grey; padding: 20px 10px!important; font-size: 90% !important; }
.page-id-234 .entry-content ul {margin: 0!Important; padding: 10px!important;}

.entry-content ul li {background:none; padding: 0!important;}

caption {border: 1px solid red;}

#nav_menu-2 ul li {border: 1px solid grey; background: white; box-shadow: 2px 2px 5px grey; border-radius: 4px;}

.page-id-1462 .gallery-columns-5 dl {float: right; width: 15.2%; padding-right: 12px;}
.page-id-1462 img {width:90px!important; height: 187px!important;}

.search-results .hentry {width: 45% !important; float: left; font-size: 12px;}
.search-results .hentry img {display: none;}

.sub-container.non-mega li {background-image: url(https://etheric.com/wp-content/uploads/2013/03/star-background-seamless-repeating9.jpg) !important; padding: 0 !important; margin: 0 !Important; background-position: center; background-repeat: no-repeat; color: white;}

.sub-container.non-mega li a {color: white !important;}

.sub-container.non-mega li a:hover {color: black !important;}

.widget-title, .widget-title a {color: white!important; font-weight: bold;}

.widget-title {background: #113!important; background-image: -moz-linear-gradient(bottom, #002, #336)!important; background-image: -webkit-linear-gradient(bottom, #002, #336)!important;}
  
.entry-title {background-image: -moz-linear-gradient(bottom, #002, #336)!important; background-image: -webkit-linear-gradient(bottom, #002, #336)!important;}

.widget_edd_cart_widget ul li {background-image: none!important; text-align: center;}

#toTop, #toTop:hover {right: 20px!important; bottom: 20px!important;}

#titlelink {font-family: Passion One;}

#content .entry-title {line-height: 1.2; padding:10px 20px!important; justify-content: center;
  align-items: center; vertical-align:middle; display: flex; min-height: 3.3em;}

.fee-field {font-size: 80%; text-align: justify;}

#dc_jqverticalmegamenu_widget-2-item ul li {background: #225; background-image: -moz-linear-gradient(bottom, #002, #336)!important; background-image: -webkit-linear-gradient(bottom, #002, #336)!important; color: white!important;}
#dc_jqverticalmegamenu_widget-2-item ul li a:hover {background-image: -moz-linear-gradient(bottom, #224, #559)!important; background-image: -webkit-linear-gradient(bottom, #224, #559)!important; }
#dc_jqverticalmegamenu_widget-2-item ul li a {color: white!important;}
#dc_jqverticalmegamenu_widget-2-item ul.right li.mega-hover a.dc-mega {border-right: 0!important;}
#dc_jqverticalmegamenu_widget-2-item ul li .sub-container.non-mega li a:hover {background: 0!important;}
#dc_jqverticalmegamenu_widget-2-item ul li .sub-container.non-mega li a {background: 0!important;}

#menu-affiliations li, #menu-links li {margin: 0 !important; border: 0 !important; background: -webkit-linear-gradient(top, #932, #722, #300) !important; padding: 10px !important; min-height: 2em; background: -moz-linear-gradient(top, #932, #722, #300) !important;}
#menu-affiliations li a, #menu-links li a {color: white; font-weight: bold; text-shadow: 2px 2px 4px black;}
#menu-affiliations li:hover, #menu-links li:hover {background: -webkit-linear-gradient(bottom, #932, #722, #300) !important; background: -moz-linear-gradient(bottom, #932, #722, #300) !important; box-shadow: 0 0 2px !important;}

.greek {
font-family: Georgia;
}

.greek div {font-family: Georgia !important; line-height: 1.5em !important;}

.greek a {font-family: Georgia !important;}

blockquote p em {font-style:italic !important;}

.search article {margin: 0 1%!important; padding: 1% !important; font-size:100% !important; max-width: 92%; clear:both;}

.archive .fee-field {padding: 0 10px !important;}

.category-downloads .hentry {
    height: auto !important;;
    overflow: hidden;
    text-align: justify; padding: 10px;
	  width: 40% !important;
}

.category-downloads .hentry img {padding: 0!important; width: 90% !important; margin: 0 auto !important;}


.product .wp_cart_button_wrapper {bottom: 4px !important;
}

#menu-links li {padding: 10px!important; min-height: 0!important;}

.page table, .page th {font-size:13px!important;}

.archive .entry-summary {padding:5px;}

.archive article h2 {min-height: 100px; padding:5px; box-shadow: none;}

.archive .page-title {font-size: 18px;padding: 10px; margin: 0!important;}

.category-archive-meta {margin: 10px 10px 10px 0; font-size: 120%; color: #333;}

.category .entry-title {width: auto!important; line-height: 1!important;}

.archive .entry-meta2 {padding: 0 20px!important;}

.archive .hentry, .archive .hentry p {line-height: 1.3!important; font-size: 13px!important;}

.archive .hentry img {margin: 0 auto!important; width: 100%!important;}

.commentlist li:last-child {border-bottom: medium none; margin-bottom: 10px;}

.commentlist li.comment {
  background: none repeat scroll 0 0 #FFFFFF; box-shadow: 2px 2px 3px #ccc inset; margin: 20px;
  padding:20px;
}


#wpfront-notification-bar tr, #wpfront-notification-bar td {
  line-height: 1.6em;
}

 #wpfront-notification-bar td a {color: yellow;}

 #wpfront-notification-bar table {box-shadow:none;}

.ethnetwork {display:none;}

.page-id-1092 .ethnetwork {display:block;}

#primary .widget-title, #secondary .widget-title {
	border-radius: 4px 15px 4px 4px;
	margin-left: 0!important;
	width: 100%!important;
}

.wp-cpl-widget li {
	background: #fff9 !important;
	float: none !important;
	padding: 10px !important;
	margin: 10px 0 !important;
	overflow: hidden !important;
  border:0!important;
}

#dc_jqverticalmegamenu_widget-2-item ul li a {
 box-shadow: none!important;
}

input[type="text"], input[type="password"], input[type="email"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="number"], input[type="range"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="week"], textarea, select {
	padding: 3px;
}

.edd_download_purchase_form .edd_download_quantity_wrapper {
	margin: 0;
}
.edd_download_purchase_form {background:white; padding:5px; border-radius: 5px;}

.commentlist img.avatar {
	position: static!important;
}

#comments .reply a.comment-reply-link {
	
	color: #111!important;
}

#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
	max-width: 90%;
	margin: 0 auto 20px auto;
	background: white;
	padding: 0 20px;
	border-radius: 8px;
}

#wpfront-notification-bar-open-button {
	background-color: #fff!important;
}

@media screen and (max-width: 600px) {
#primary {width: 99%!important; margin: 0 auto!important;
}
  #commentform textarea {
display:block; clear:both; margin-top:20px;
}
  
}

.archive .page-header {margin-top:0;}

.archive article .entry-summary img {max-height: 300px; width:auto; object-fit: cover;}

#sphinx-portal {background-repeat:no-repeat; background-size: cover; background-position: center;}

.page-template-popup .entry-content {max-width: 100%!important;}
.page-template-popup .entry-title, .widget-title, .archive .page-title {
	border-radius: 0;
}



.woocommerce-tabs ul.tabs li {
	padding:  5px 20px!important;
}

.woocommerce-tabs h2 {margin:0;}

.woocommerce-tabs ul.tabs {
	margin: 0!important;
}

.woocommerce-tabs .wc-tab {
  padding: 20px!important;
  border-radius:0;  background-color: #fff;
}

.woocommerce div.product div.images {
	margin-bottom: 0;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
	float: left; border-radius:8px;
	width: 50%; overflow:hidden;
  margin-bottom:20px;
}

.single-product .entry-summary {
margin:0;
  	border-radius:8px;
  	background-color: #fff;
box-shadow:none;
}

.single-product .entry-content {
	clear: both;
	padding: 0;
	margin: 0 auto;
	background-color: transparent;
	border-radius: 8px;
  box-shadow:0;
  max-width: 100%;
}

.single-product {box-shadow:none; border:0;}

.wc-tab {background: #fff!important; border:0!important;}
.wc-tabs {border-bottom:0!important;}
.wc-tabs {border-bottom:0!important;}
.wc-tabs:before {border-bottom:0!important; margin-top:20px;}
.wc-tabs-wrapper {margin-top:20px!important;}



.product .product {
border:0; background:transparent;
}

.product {border-radius:8px; box-shadow:0; border:0;}

.woocommerce div.product form.cart .button {
float: none; display:inline-block;
}
.woocommerce div.product form.cart div.quantity {
	float: none;display:inline-block;}

.woocommerce div.product form.cart {
	margin-bottom: 10px; text-align:center;
}

.woocommerce .product .price {
  border-bottom: 2px outset lightgrey;
  border-left: 2px outset lightgrey;
  border-top: 2px outset lightgrey;
  padding: 5px 20px; 
  box-shadow:none;
}

.woocommerce .product p {padding:0;}

.woocommerce div.product div.summary {
	margin-bottom: 10px;
  border-bottom: 1px solid lightgrey;
    border-right: 1px solid lightgrey;
}

.woocommerce .product_meta {text-align:Center;}

.woocommerce  input {padding:5px;}

.woocommerce div.product p.price, .woocommerce div.product span.price {
	color: #362;
	font-size: 1.5em;
}

.woocommerce ul.products {text-align:center;}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	margin: 0 10px 0 0;
	position: relative;
	width: 30%;
	margin-left: 0;
	padding: 10px !important;
	background: white;
  float:none; display: inline-block;
  vertical-align:top;
  border:1px solid lightgrey!important;
}

.woocommerce ul.products h2 {font-size:1rem!important; min-height: 6rem;}

.woocommerce div.product .woocommerce-tabs .panel {
	border-bottom: 1px solid lightgrey!important;
	border-right: 1px solid lightgrey!important;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
	margin-right: 10px; border-bottom:0!important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border-top:0!important;
  border-left:0!important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
	 border: 0;
}
.woocommerce-product-details__short-description ul {padding:0; margin:0; list-style-type:none;}
.woocommerce-product-details__short-description ul li {list-style-type:none; font-size:80%;}
.woocommerce div.product div.images img {border-radius:8px;}

.product .add-to-cart-button {background-color:#3276b1; width: 200px; color:white;
	display: inline-block;
	padding: 6px 12px;
	margin: 0;
	font-size: 14px;
	text-align: center;
	border: 1px solid #ccc;
	border-radius: 4px;
	text-align: center;
	position: absolute;
	bottom: 10px;
	right: 10px;
	color: white;
}

.product-tags {font-size: 12px; line-height:1.3; margin-top:20px;}

.single-product iframe {max-width: 600px!important; max-height: 370px!important; margin: 20px auto; display: block;}

.page-template-woocommerce-shop .product-button  {background-color: #0071a1; width: 167px; position: absolute; bottom: 10px; right: 10px; color:white!important; font-weight: bold; border:3px solid #fff6;}
.page-template-woocommerce-shop .product-button a {color:white;}

.page-template-woocommerce-shop .title {min-height: 3em;}

.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
	content: ""!important;
}

.single-product .product {background: none;}

.wc-forward {margin-left: 20px!important;}

.single-product #product-price {font-size:110%; margin: 0 10px 10px 10px; background:lightyellow;
  border: 3px solid #ff65; top:40px; right: 0; display: inline-block; padding: 5px 10px; border-radius: 8px;}

#searchform label {float:left;}

.category-product-box {text-align:right; margin:10px; padding:10px;}


.single-product .category-product-box {text-align:right; margin: 10px; float: right; padding: 10px; border:1px outset lightgrey; border-radius: 50px; background:white;}


.widget-area {
	font-size: 1.0em!important;
}

.widget_search .searchsubmit {
	border-radius: 0; margin: 10px 5px;
}


#searchform {position: relative;}
.contentsearch .searchsubmit {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
  left:auto;
  float:none;
	height: 100%;
	line-height: 1;
	margin: 8px 5px;
	padding: 0;
	color: #EEE;
	 border-radius: 0;
	text-indent: -5px;
	font-size: 1em;
	letter-spacing: 1px;
	-webkit-transition: .2s background ease-in;
	transition: .2s background ease-in;
}

.searchsubmit {
	border: 1px solid lightgray;
	padding: 10px;
	margin: 3px auto;
}

#content article.post {clear:both;}

#content .entry-title a {display: flex; margin: 0; margin: auto;}

h5 {font-size: 1rem!important;}
h4 {font-size: 1.2rem!important;}
h3 {font-size: 1.4rem!important;}
h2 {font-size: 1.5rem!important;}
h1 {font-size: 2rem!important;}

h1, h2, h3, h4, h5 {font-weight: bold!important;}
/* * {font-family: 'Baloo Bhaina 2', cursive!important; }  */

.entry-content h5 {
	text-transform: none;
}

.wc_payment_methods {list-style-type:none;}