/* 
Theme Name: Critical Link 
Theme URI: http://www.criticallink.com

Author: Bentley Hoke
Author URI: http://www.bentleyhoke.com


/* =Reset CSS (v2.0) http://meyerweb.com/eric/tools/css/reset/
-------------------------------------------------------------- */
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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	border: 0;
	font-size: 100%;
	font: inherit;
	margin: 0;
	padding: 0;
	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;
}

button, input, select, textarea {
	font-size: 100%;
	overflow: visible;
	margin: 0;
	vertical-align: baseline;
	width: auto;
}

textarea {
	overflow: auto;
	vertical-align: text-top;
}

/* structure
-------------------------------------------------------------- */

body {
	background-color:#b9b9b9;
	/*font-family: "purista-web", Verdana, Arial, sans-serif;*/
	font-family: "museo-sans", Verdana, Arial, sans-serif;
	font-size:12px;
}

a {
	text-decoration: none;
	/*color:#003562;*/
	color:#08499A;
}

strong {
	font-weight:bold;
}

img {
	max-width:100%;
	height:auto;
}

input[type="text"], textarea {
	/*font-family: "purista-web", Verdana, Arial, sans-serif;*/
	font-family: "museo-sans", Verdana, Arial, sans-serif;
}

input[type="submit"] {
	/*font-family: "purista-web", Verdana, Arial, sans-serif;*/
	font-family: "museo-sans", Verdana, Arial, sans-serif;
	width: auto;
	background: none repeat scroll 0% 0% rgb(0, 61, 110);
	border: 1px solid rgb(30, 114, 140);
	box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5) inset;
	color: white;
	cursor: pointer;
	display: inline-block;
	font-family: inherit;
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	margin: 0px;
	padding: 1px 5px 2px;
	position: relative;
	text-align: center;
	text-decoration: none;
	transition: background-color 0.15s ease-in-out 0s;
}

.screen-reader-text {
	display:none;
}

#container {
	width:1024px;
	/*border:1px solid red;*/
	/*max-width:1024px;*/
	/*overflow:hidden;*/
	margin:10px auto 0 auto;
	background-color:#fff;
	background-image:url('/wp-content/themes/criticallink/images/bg_top.png'), url('/wp-content/themes/criticallink/images/bg_bottom.png');
	background-position: right top, left bottom;
	background-repeat:no-repeat, no-repeat;
}

#header {
	position: relative;
	height:115px;
}

#header #logo {
	margin:15px 0 0 23px;
}

#header #sitesearch {
	width:50%;
	position:absolute;
	top:60px;
	right:12px;
	display: none;
}

#header #sitesearch form {
	float:right;
}

#topnav {
	width:50%;
	position:absolute;
	top:20px;
	right:12px;
}

#topnav ul {
	list-style-type:none;
	margin:0;
	padding:0 10px 0 0;
	float:right;
} 

#topnav ul li {
	display:inline;
}

#topnav ul li a {
	padding:3px 10px;
	font-size:11px;
	color:#6F6F6F;
	text-transform: uppercase;
}

#topnav #searchtoggle img {
	float:right;
}

#mainnav {
	display: block;
	font-size: 11px;
	letter-spacing: 0.3em;
	margin: 0;
	background: #003D6E;
	height:51px;
}

#mainnav a#mobilenavtoggle, #mainnav ul#mobilenav {
	display:none;
}

#mainnav ul {
  	background: #003D6E;
	list-style: none;
	margin: 0;
	padding-left: 0;
	float:right;
}

#mainnav li {
	color: #fff;
  	background: #003D6E;
	display: block;
	float: left;
	margin: 0 2px 0 0;
	/*padding: 25px 18px;*/
	padding: 20px 10px 20px 34px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	background-image:url('/wp-content/themes/criticallink/images/mainnav_divider.png');
	background-position:left center;
	background-repeat: no-repeat;
}
  
#mainnav li a {
  	color: #fff;
  	text-decoration: none;
  	display: block;
}

#mainnav li:hover {
	cursor: pointer;
}

#mainnav ul li ul {
	background: #52a6df;
	visibility: hidden;
	float: left;
  	min-width: 150px;
	position: absolute;
  	margin-top:20px;
	left: 0;
	z-index: 999;
}

#mainnav ul li:hover > ul,
#mainnav ul li ul:hover {
   visibility: visible;
}

#mainnav ul li ul li {
	clear: both;
	padding: 7px 0 7px 18px;
  	width: 100%;
  	background-image: none;
}

#mainnav ul li ul li:hover {
	background: #8DC63F;
}







#mainnav ul#mobilenav {
  	background: #003D6E;
	list-style: none;
	margin: 0;
	padding-left: 10px;
	padding-top:10px;
	float:none;
}

#mainnav ul#mobilenav li {
	color: #fff;
  	background: #003D6E;
	display: block;
	float: none;
	margin: 0 2px 0 0;
	/*padding: 25px 18px;*/
	padding: 5px 0 5px 5px;
	position: static;
	text-decoration: none;
	text-transform: uppercase;
	background-image:none;
}
  
#mainnav ul#mobilenav li a {
  	color: #fff;
  	text-decoration: none;
  	display: block;
  	font-size:16px;
}

#mainnav ul#mobilenav li ul {
	background-color:transparent;
	visibility:visible;
	float: none;
  	min-width:inherit;
	position: static;
  	margin-top:10px;
  	padding-left:20px;
	z-index: 999;
}



#crumbs {
	font-size:11px;
	text-transform: uppercase;
	color:#6F6F6F;
	margin:20px 0 40px 2.7%;
}

/* end structure */

/* home */

#mainhome {

}

#mainhome #slides {
	border:1px solid #949494;
	width:654px;
	float:left;
	margin:10px 0 0 1%;
	height:310px;
}

#mainhome #offerings {
	width:33%;
	margin:10px 1% 0 0;
	float:right;
}

#mainhome #offerings div {
	border:1px solid #949494;
	/*background-color:#CBDE55;*/
	background-color:#b2e36f;
	margin-bottom:12px;
	height:94px;
}

#mainhome #offerings div:hover {
	border:1px solid #000;
	background-color:#8DC63F;
	margin-bottom:12px;
	height:94px;
}

#mainhome #offerings div:hover h3 {
	color:#fff;
}

#mainhome #offerings div:hover p {
	color:#fff;
}

#mainhome #offerings div:hover p strong {
	color:#fff;
}

/*r=dfef80
bfe38e
http://www.cldev.info/?bgcolor=e3ef9e
http://www.cldev.info/?bgcolor=f2e9a0*/


#mainhome #offerings div a {
	display:block;
	height:100%;
}

#mainhome #offerings div:last-child {
	margin-bottom: none;
}

#mainhome #offerings div img {
	float:left;
	margin-right:10px;
}

#mainhome #offerings div h3 {
	margin:15px 0 4px 0;
	color:#005b7f;
	font-weight:bold;
	text-transform: uppercase;
	font-size:11px;
}

#mainhome #offerings div p {
	/*color:#707070;*/
	color:#000;
	font-size:11px;
	line-height: 15px;
}

#mainhome #offerings div p strong {
	color:#005b7f;
	font-weight: bold;
}

#homeinfo {
	border:1px solid #949494;
	width:1002px;
	float:left;
	margin:10px 0 0 10px;
	background-color:rgba(255,255,255,0.7);
}

#homeinfo #bloglinked {
	width:20%;
	padding:25px 2% 0 3%;
	float:right;
}

#homeinfo #getlinked h3 {
	background-image:url('/wp-content/themes/criticallink/images/bg_subnav_li.png');
	background-position: center bottom;
	background-repeat:repeat-x;
	padding-bottom:5px;
	margin-bottom: 5px;
}

#homeinfo #getlinked h3 a {
	background-image:url('/wp-content/themes/criticallink/images/icon_getlinked.png');
	background-position: left top;
	background-repeat:no-repeat;
	color:#00497F;
	padding:11px 0 10px 45px;
	font-weight: bold;
	text-transform: uppercase;
	font-size:11px;
}

#homeinfo #getlinked p {
	font-size:12px;
	line-height:16px;
	color:#6E6E6E;
}

#homeinfo #getlinked p strong {
	font-size:12px;
	color:#52861F;
}

#homeinfo #inthenews {
	width:20%;
	padding:25px 2% 0 3%;
	float:right;
}

#homeinfo #inthenews h3 {
	background-image:url('/wp-content/themes/criticallink/images/bg_subnav_li.png');
	background-position: center bottom;
	background-repeat:repeat-x;
	padding-bottom:5px;
	margin-bottom: 5px;
}

#homeinfo #inthenews h3 a {
	background-image:url('/wp-content/themes/criticallink/images/icon_pencil.png');
	background-position: left top;
	background-repeat:no-repeat;
	color:#00497F;
	padding:11px 0 10px 35px;
	font-weight: bold;
	text-transform: uppercase;
	font-size:11px;
}

#homeinfo #inthenews article {
	margin-bottom:15px;
}

#homeinfo #inthenews h4 {
	font-size:12px;
	line-height:16px;
}

#homeinfo #inthenews h4 a {
	color:#52861F;
}

#homeinfo #inthenews h4 a .postdate {
	font-style: italic;
}

#homeinfo #inthenews p {
	font-size:12px;
	line-height:16px;
	color:#6E6E6E;
}

#homeinfo #inthenews p strong {
	font-size:12px;
	color:#8CC63E;
}




#homeinfo #ontheblog {
	margin-top:25px;
}

#homeinfo #ontheblog h3 {
	background-image:url('/wp-content/themes/criticallink/images/bg_subnav_li.png');
	background-position: center bottom;
	background-repeat:repeat-x;
	padding-bottom:5px;
	margin-bottom: 5px;
}

#homeinfo #ontheblog h3 a {
	background-image:url('/wp-content/themes/criticallink/images/icon_pencil.png');
	background-position: left top;
	background-repeat:no-repeat;
	color:#00497F;
	padding:11px 0 10px 35px;
	font-weight: bold;
	text-transform: uppercase;
	font-size:11px;
}

#homeinfo #ontheblog article {
	margin-bottom:15px;
}

#homeinfo #ontheblog h4 {
	font-size:12px;
	line-height:16px;
}

#homeinfo #ontheblog h4 a {
	color:#52861F;
}

#homeinfo #ontheblog h4 a .postdate {
	font-style: italic;
}

#homeinfo #ontheblog p {
	font-size:12px;
	line-height:16px;
	color:#6E6E6E;
}

#homeinfo #ontheblog p strong {
	font-size:12px;
	color:#8CC63E;
}





#homeinfo #aboutus {
	width:47%;
	padding:28px 2% 30px 1%;
	float:right;
}

#homeinfo #aboutus p {
	font-size:13px;
	line-height:25px;
	color:#6F6F6F;
}

#homeinfo #aboutus p strong {
	color:#003562;
	font-weight:bold;
}

/* end home */

/* sidebars */

/* left sidebar: */
#pagesidebar {
	width:22.3%;
	float:left;
	margin-left:2.7%;
}

#pagesidebar div {
	width:180px;
	border:1px solid #a1a1a1;
	padding:2px;
}

#pagesidebar div ul {
	width:100;
	padding:0;
	background-color:#efefef;
}

#pagesidebar div ul li {
	margin:0;
}

#pagesidebar div ul li a {
	background-image:url('/wp-content/themes/criticallink/images/bg_subnav_li.png');
	background-position: center bottom;
	background-repeat:repeat-x;
	display:block;
	padding:10px 10px 10px 10px;
	/*background-image: url('/wp-content/themes/criticallink/images/bg_subnav_li_a.png');
	background-position: 8px 56%;
	background-repeat:no-repeat;*/
	font-weight:bold;
	text-transform: uppercase;
	font-size:11px;
}

#pagesidebar div ul li:last-child a {
	background-image:none;
}

#pagesidebar div ul li a span {
	color:#58861E;
	padding:0 6px 0 0;
	font-size:10px;
}

#pagesidebar div ul li.current_page_item a, #pagesidebar div  ul li a:hover {
	/*background-color:#C4DB3E;*/
	background-color:#b2e36f;
}

#rightsidebar {
	width:25%;
	float:left;
}

#rightsidebar h2 {
	color:#003562;
	text-transform: uppercase;
	font-size:14px;
	margin:0 0 10px 0;
}

#rightsidebar ul {
	margin:0 0 35px 0;
}

#rightsidebar ul li {
	margin:0 0 8px 0;
}

#rightsidebar ul li a {
	line-height: 16px;
}

#rightsidebar ul li a div.postdate {
	color:#333;
	font-style: italic;
}

#rightsidebar ul li.readmore a {
	font-style: italic;
}

aside#rightsidebar div.emailmsg {
	padding:10px 5px;
	background-color:#C4DB3E;
	color:#003562;
	width:80%;
	margin-bottom:20px;
}

aside#rightsidebar div#salesmapsidebar {
	margin-top:25px;
}

aside#rightsidebar .right_sidebar_custom_field {
	margin:25px 0;
}

/* end sidebars */

/* page/interior */

h1.entry-title {
	color:#003562;
	text-transform: none;
	font-size:18px;
	margin-bottom:4px;
}

h2 {
	color:#003562;
	text-transform: none;
	font-size:14px;
	margin-bottom:2px;
}

h3 {
	text-transform: uppercase;
	font-weight:bold;
	font-size:13px;
	margin-bottom:2px;
}

article.page {
	float:left;
	width:45%;
	padding:0 5% 20px 0;
	color:#545454;
}

article.page div.entry-content {
	min-height:300px;
}

article.post {
	float:left;
	width:45%;
	padding:0 5% 20px 0;
	color:#545454;
}

section#listing {
	float:left;
	width:45%;
	padding:0 5% 20px 0;
	color:#545454;
}

article.post .postdate {
	margin:0 0 15px 0;
	font-style: italic;
}

article.listing {
	margin-top:25px;
}

article.listing .postdate {
	margin:0 0 0 0;
	font-style: italic;
}

article.listing .entry-thumbnail {
	float:right;
	margin:0 0 0 10px;
}

article p {
	margin:0 0 17px 0;
	line-height:18px;
}

article div.entry-content blockquote {
	margin:0 30px 0 25px;
}

article ul {
	margin-left: 22px;
	margin-bottom:20px;
	list-style-type: disc; 
	list-style-position: outside; 
}

article ol {
	margin-left: 22px;
	margin-bottom:20px;
	list-style-type: decimal; 
	list-style-position: outside;
}

article ul li, article ol li {
	line-height:18px;
}

article ul ul, article ol ul {
	list-style-type: circle; 
	list-style-position: inside; 
	margin-left: 15px; 
}

article ol ol, article ul ol {
	list-style-type: lower-latin; 
	list-style-position: inside; 
	margin-left: 15px; 
}

/* end page/interior */

/* in-page accordions */

article.page h2.pageinfoh2 {
	background-image:url('/wp-content/themes/criticallink/images/bg_subnav_li.png');
	background-position: center bottom;
	background-repeat:repeat-x;
	padding-bottom:5px;
	margin-bottom: 5px;
	margin-top:10px;
}

article.page h2.pageinfoh2:first-child {
	margin-top:0;	
}

article.page h2.pageinfoh2 span {
	color:#58861E;
	padding:0 6px 0 0;
	font-size:11px;
	font-weight:bold;
	float:left;
}

article.page h2.pageinfoh2 a {
	color:#00497F;
	font-weight: bold;
	text-transform: uppercase;
	font-size:12px;
	display:block;
}

article.page h2.pageinfoh2 a div.arrow-right {
	float:right;
	width: 0; 
	height: 0; 
	border-bottom: 5px solid transparent;  /* left arrow slant */
	border-top: 5px solid transparent; /* right arrow slant */
	border-left: 5px solid #8DC63F; /* bottom, add background color here */
	font-size: 0;
	line-height: 0;
}

article.page h2.pageinfoh2 a div.arrow-down {
	float:right;
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #8DC63F;
	font-size: 0;
	line-height: 0;
}

article.page div.pageinfo {
	display:none;
}


/* end in-page accordions */

/* product listing */

#mainproductlisting {
	margin-left:0;
	background-color:rgba(255,255,255,0.7);
}

div#productcategorydescription {
	margin:0 0 10px 2.7%;
}

div#productfilter {
	border:1px solid silver;
	margin-left:2.7%;
	margin-bottom:10px;
	background:#ececec;
	width:92.7%;
	padding:10px 1%;
}

div#productfilter #toplevel span {
	padding-right:20px;
}

div#productfilter #toplevel label {
	padding-right:15px;
}

a#toggleadvancedsearch {
	float:right;
}

div#productfilter #advanced {
	display:none;
	margin-top:20px;
}

div#productfilter #advanced div {
	width:6.6%;
	float:left;
}

div#productfilter #advanced div label {
	height:37px;
	display: block;
	font-size:11px;
	line-height: 12px;
	text-align: center;
	position: relative;
	width:100%;
}

div#productfilter #advanced div label span {
	display:block;
	position:absolute;
	bottom:2px;
	text-align: center;
	width:100%;
}

div#productfilter #advanced div select {
	width:90%;
	font-size:11px;
}

div#filterdisplaycriteria {
	margin-left:2.7%;
	margin-bottom:10px;
	width:92.7%;
	font-style: italic;
}

article.product {
	width:21%;
	padding:1% 2% 4% 2%;
	float:left;
	text-align:center;
}

article.product h2.entry-title {
	margin:0 0 10px 0;
	height:30px;
	position: relative;
}

article.product h2.entry-title a {
	font-size:14px;
	line-height: 15px;
	position: absolute;
	bottom:0;
	width:100%;
	left:0;
	text-align: center;
}

article.product .entry-thumbnail img {
	height:120px;
	margin:2px 0 5px 0;
}

article.product div.listingproducticons {
	height:33px;
}

/* end product listing */

/* product detail */

h1#productdetailtitle {
	margin-left:2.7%;
	margin-bottom:22px;
	text-transform: none;
}

h1#productdetailtitle span {
	font-size:12px;
	text-transform: none;
	padding-left:10px;
}

aside#productimage {
	padding:10px 0;
	text-align: center;
	width:22.3%;
	float:left;
	margin-left:2.7%;
}

article.productdetail {
	float:left;
	width:52%;
	padding:0 5% 20px 0;
	color:#545454;
}

#expandcollapseall {
	width:70% !important;
	margin:40px auto 0 auto;
	text-align:left;
	padding-left:30%;
	line-height: 20px;
	border:none !important;
}

aside#productpurchase {
	width:16%;
	margin-right:2%;
	float:left;
}

aside#productpurchase h2 {
	background-image:url('/wp-content/themes/criticallink/images/bg_subnav_li.png');
	background-position: center bottom;
	background-repeat:repeat-x;
	padding-bottom:5px;
	margin-bottom: 5px;
}

article.productdetail h3 {
	margin-top:15px;
}

aside#productpurchase h2 span {
	background-position: left top;
	background-repeat:no-repeat;
	color:#00497F;
	padding:11px 0 10px 35px;
	font-weight: bold;
	text-transform: uppercase;
	font-size:11px;
}

aside#productpurchase h2#wheretobuy span {
	background-image:url('/wp-content/themes/criticallink/images/icon_cart.png');
}

aside#productpurchase h2#moreinfo span {
	background-image:url('/wp-content/themes/criticallink/images/icon_moreinfo.png');
}

aside#productpurchase h2#moreinfo {
	margin-top:20px;
}

aside#productpurchase h2#partners {
	margin-top:25px;
}

aside#productpurchase h2#partners span {
	background-image:url('/wp-content/themes/criticallink/images/icon_partners.png');
	background-position: left center;
}

aside#productpurchase img.partnerlogo {
	margin-bottom:20px;
}

article.productdetail h2 {
	background-image:url('/wp-content/themes/criticallink/images/bg_subnav_li.png');
	background-position: center bottom;
	background-repeat:repeat-x;
	padding-bottom:5px;
	margin-bottom: 5px;
	margin-top:10px;
}

article.productdetail h2:first-child {
	margin-top:0;	
}

article.productdetail h2 span {
	color:#58861E;
	padding:0 6px 0 0;
	font-size:11px;
	font-weight:bold;
	float:left;
}

article.productdetail h2 a {
	color:#00497F;
	font-weight: bold;
	text-transform: uppercase;
	font-size:12px;
	display:block;
}

article.productdetail h2 a div.arrow-right {
	float:right;
	width: 0; 
	height: 0; 
	border-bottom: 5px solid transparent;  /* left arrow slant */
	border-top: 5px solid transparent; /* right arrow slant */
	border-left: 5px solid #8DC63F; /* bottom, add background color here */
	font-size: 0;
	line-height: 0;
}

article.productdetail h2 a div.arrow-down {
	float:right;
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #8DC63F;
	font-size: 0;
	line-height: 0;
}

article.productdetail div.productinfo {
	display:none;
}

article.productdetail div#s1content {
	display:block;
}

article.productdetail table {
	margin:10px 0 20px 0;
	width:100%;
	border-top:1px solid #949494;
	border-left:1px solid #949494;
}

article.productdetail table tr td {
	padding:3px;
	font-size:12px;
	line-height:18px;
	border-right:1px solid #949494;
	border-bottom:1px solid #949494;
	color:#222;
}

article.productdetail table tr td strong {
	font-weight:bold;
}

article.productdetail table tr.striped td {
	background-color:#efefef;
}

table.borderedtable {
	margin:10px 0 20px 0;
	width:100%;
	border-top:1px solid #949494;
	border-left:1px solid #949494;
}

table.borderedtable tr td {
	padding:3px;
	font-size:12px;
	line-height:18px;
	border-right:1px solid #949494;
	border-bottom:1px solid #949494;
	color:#222;
}

table.borderedtable tr td strong {
	font-weight:bold;
}

div#purchasecoltoggles {
	text-align:right;
	margin-top:20px;
}

div#purchasecoltoggles a {
	border-top:1px solid #949494;
	border-right:1px solid #949494;
	border-left:1px solid #949494;
	padding:5px 11px;
	display:block;
	float:right;
	margin-left:5px;
	color:#444;
}

div#purchasecoltoggles a.selectedDistributor {
	background-color:#efefef;
	color:#000;
}

div#purchasecoltoggles div#tabinstructions {
	float:right;
	margin-right:20px;
	color:#111;
}

/* end product detail */

/* footer */

#footer {
	clear:both;
	padding:40px 20px 20px 20px;
}

#footer #iso9001 {
	float:left;
	margin-top:-25px;
}

#footer #iso14001 {
	float:left;
	margin-top:-25px;
	margin-left:15px;
}

#footer p {
	color:#6F6F6F;
	text-align: right
}

#footer p.footersm {
	padding-top:5px;
}

#footer p.footersm img {
	padding:0 5px;
}

/* end footer */

/* responsive - phone */

@media only screen and (max-width: 600px) {
	#footer #iso9001 {
		float:none;
		margin-top:0;
		margin-bottom:15px;
	}

	#footer #iso14001 {
		float:none;
		margin-top:0;
		margin-left:10px;
		margin-bottom:15px;
	}

	#container {
		width:100%;
		background-image:none;
	}
	#header {
		height:auto;
	}
	#header #logo {
		display:block;
		margin:0 auto;
		padding:10px 0;
	}
	#topnav {
		display:none;
	}
	#mainnav {
		padding:10px 0;
		height:auto;
	}
	#menu-mainnav {
		display:none;	
	}
	#mainnav a#mobilenavtoggle {
		display:block;
		color:#fff;
		font-size:16px;
		margin-left:2.7%;
	}
	#mainhome #slides {
		width:100%;
		float:none;
		margin:0;
		height:auto;
	}
	.bx-controls-direction {
		display:none;
	}
	.bx-wrapper {
		margin-bottom:20px;
	}
	#mainhome #offerings {
		width:100%;
		float:none;
		margin:0 !important;
	}
	#mainhome #offerings div {
		height:auto;
		padding:15px 0 18px 0;
	}
	#homeinfo {
		border:0;
		width:98%;
	}
	#homeinfo #bloglinked {
		margin-top:20px;
		width:97%;
		padding:5px 1% 0 1%;
		float:none;
	}
	#homeinfo #inthenews {
		margin-top:25px;
		width:97%;
		padding:5px 1% 0 1%;
		float:none;
	}
	#homeinfo #aboutus {
		margin-top:35px;
		width:97%;
		padding:5px 1% 0 1%;
		float:none;	
	}

	aside#pagesidebar {
		width:95%;
		float:none;
		margin:0 1% 0 2.7%;
	}

	article.page {
		width:95%;
		float:none;
		margin:20px 1% 0 2.7%;
	}

	aside#rightsidebar {
		width:95%;
		float:none;
		margin:0 1% 0 2.7%;
	}

	#mainproductlisting {
		margin-left:0;
		background-color:rgba(255,255,255);
	}

	article.product {
		width:95%;
		margin:20px 1% 0 2.7%;
		float:none;
		text-align:left;
	}

	article.product h2.entry-title {
		margin:0 0 10px 0;
	}

	article.product h2.entry-title a {
		font-size:14px;
	}

	article.product .entry-thumbnail img {
		height:auto;
		margin:2px 0 10px 0;
	}

	/* product detail */

	aside#productimage {
		width:95%;
		margin:20px 1% 0 2.7%;
		float:none;
	}

	article.productdetail {
		width:95%;
		margin:20px 1% 0 2.7%;
		float:none;
	}

	aside#productpurchase {
		width:95%;
		margin:20px 1% 0 2.7%;
		float:none;
	}

	/* end product detail */
}

/* end resonsive - phone */


/* WP images */

/* Images */
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignleft {
	margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
	margin: 5px 10px 5px 0;
}

img.alignright {
	margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
	margin: 5px 0 5px 10px;
}

img.aligncenter {
	margin: 5px auto;
}

img.alignnone {
	margin: 5px 0;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
	color: #220e10;
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
}

img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol  {
	list-style-position: inside;
}

/* end WP images */