/*
Theme Name: Lamptron
Author: James Campbell rework of part Matthew Kelch base code
Author URI: http://www.neonit.net
Description: ...
Version: 1.1
License: GNU General Public License
License URI: license.txt
Tags: custom-menu, sticky-post, microformats, rtl-language-support, translation-ready, full-width-template, post-formats

*/

/* =Fonts
-------------------------------------------------------------- */

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
    src: url('inc/fonts/Roboto-Regular-webfont.eot');
    src: url('inc/fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('inc/fonts/Roboto-Regular-webfont.woff') format('woff'),
         url('inc/fonts/Roboto-Regular-webfont.ttf') format('truetype'),
         url('inc/fonts/Roboto-Regular-webfont.svg#RobotoRegular') format('svg');
}

@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 400;
    src: url('inc/fonts/Roboto-Italic-webfont.eot');
    src: url('inc/fonts/Roboto-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('inc/fonts/Roboto-Italic-webfont.woff') format('woff'),
         url('inc/fonts/Roboto-Italic-webfont.ttf') format('truetype'),
         url('inc/fonts/Roboto-Italic-webfont.svg#RobotoItalic') format('svg');
}

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
    src: url('inc/fonts/Roboto-Bold-webfont.eot');
    src: url('inc/fonts/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('inc/fonts/Roboto-Bold-webfont.woff') format('woff'),
         url('inc/fonts/Roboto-Bold-webfont.ttf') format('truetype'),
         url('inc/fonts/Roboto-Bold-webfont.svg#RobotoBold') format('svg');
}

@font-face {
    font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 400;
    src: url('inc/fonts/Roboto-Condensed-webfont.eot');
    src: url('inc/fonts/Roboto-Condensed-webfont.eot?#iefix') format('embedded-opentype'),
         url('inc/fonts/Roboto-Condensed-webfont.woff') format('woff'),
         url('inc/fonts/Roboto-Condensed-webfont.ttf') format('truetype'),
         url('inc/fonts/Roboto-Condensed-webfont.svg#RobotoCondensed') format('svg');
}

@font-face {
    font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 700;
    src: url('inc/fonts/Roboto-BoldCondensed-webfont.eot');
    src: url('inc/fonts/Roboto-BoldCondensed-webfont.eot?#iefix') format('embedded-opentype'),
         url('inc/fonts/Roboto-BoldCondensed-webfont.woff') format('woff'),
         url('inc/fonts/Roboto-BoldCondensed-webfont.ttf') format('truetype'),
         url('inc/fonts/Roboto-BoldCondensed-webfont.svg#RobotoBoldCondensed') format('svg');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
    src: url('inc/fonts/Roboto-Light-webfont.eot');
    src: url('inc/fonts/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('inc/fonts/Roboto-Light-webfont.woff') format('woff'),
         url('inc/fonts/Roboto-Light-webfont.ttf') format('truetype'),
         url('inc/fonts/Roboto-Light-webfont.svg#RobotoLight') format('svg');
}

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
    src: url('inc/fonts/Roboto-Medium-webfont.eot');
    src: url('inc/fonts/Roboto-Medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('inc/fonts/Roboto-Medium-webfont.woff') format('woff'),
         url('inc/fonts/Roboto-Medium-webfont.ttf') format('truetype'),
         url('inc/fonts/Roboto-Medium-webfont.svg#RobotoMedium') format('svg');
}

/* =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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
section, article, aside, hgroup, header,
footer, nav, dialog, figure, menu,
video, audio, mark, time, canvas, details {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	}
section, article, aside, hgroup, header,
footer, nav, dialog, figure, figcaption {
	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;
	}
:focus { /* remember to define focus styles! */
	outline: 0;
	}
ins { /* remember to highlight inserts somehow! */
	text-decoration: none;
	}
del {
	text-decoration: line-through;
	}
table { /* markup tables with 'cellspacing="0"' */
	border-collapse: collapse;
	border-spacing: 0;
	}

/* =Structure
-------------------------------------------------------------- */
body, html {
	font-family: 'Roboto';
	margin: 0;
	padding: 0;	
	height: 100%;
	min-width: 1112px;
}

/* =Main
-------------------------------------------------------------- */

body {
	background: #f1f1f1 url('images/bg.png');
}

.clear {
	clear: both;
}

#branding{
	background-color: rgba(0, 0, 0, 0.9);
	height: 80px;
	position: fixed;
	z-index: 15000;
	width: 100%;
}

#branding.home{
	background-color: rgba(0, 0, 0, 0.3);
}

#page {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	display: block;
	height: auto !important;
	height: 100%;
	min-height: 100%;
}

#slider {
	overflow: hidden;
	height: 240px;
	width: 100%;
	background: #101213 url('images/slider_bg.png') no-repeat;
	box-shadow: 0 0 5px rgba(0, 0, 0, .5);
	padding-top: 100px;
}
#slider #placeholder {
height: 200px;
width: 1000px;
margin: auto;
	background: url('images/placeholder.png') no-repeat center;
}
#primary {
	min-height: 250px;
	padding: 36px;
	width: 1000px;
	margin: auto;
}
#content {
}
#main {
	padding: 0 0 250px;
}
#main .widget-area {
	float: right;
	overflow: hidden;
	width: 220px;
}
#colophon {
	clear: both;
	display: block;
	width: 100%;
}

.restraint {
width: 1000px;
margin: auto;
}

.restraint.wide {
width: 1040px !important;
}

/* Increase the size of the content area for templates without sidebars */
.full-width #content,
.image-attachment #content,
.error404 #content {
	margin: 0;
}

/* Text meant only for screen readers */
.screen-reader-text,
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* =Header
-------------------------------------------------------------- */
#logo {
	padding-top: 28px;
	float: left;
}
#site-title {
	font-size: 2em;
	font-weight: bold;
	margin: .67em 0;
}
#site-description {
	font-size: 1em;
	font-weight: normal;
	margin: 0 0 1em;
}

/* =subheader
-------------------------------------------------------------- */
#subheader {
	padding-top: 110px;
	background-color: white;
	height: 60px;
	border-bottom: 1px solid #e2e2e2;
}

#subheader h1 {
	font-size: 34px;
	color: #555;
	display: inline-block;
	padding-right: 20px;
	font-family: 'Roboto Condensed';
	font-weight: 400;
}

#subheader h1 b {
	font-weight: 400;
}

#subheader h2 {
	font-size: 34px;
	color: #777;
	font-weight: 300;
	display: inline-block;
	padding-right: 20px;
}

#subheader h3 {
	display: inline-block;
	font-weight: 300;
	color: #939393;
	font-size: 20px;
}

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

#access {
	display: block;
	float: right;
	padding: 30px 0 0 0;
}
#access ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	
}
#access li {
	display: block;
	float: left;
	margin: 0;
	position: relative;
}
#access li a {
	font-weight: 300;
	color: #D8D8D8;
	display: block;
	text-decoration: none;
}
#access > ul > li {
	float: left;
	position: relative;
	padding-left: 60px;
	
}
#access > ul > li > a {
	font-size: 18px;
	text-transform: uppercase;
	padding-bottom: 6px;
}
#access a.menuparent{
	background: url('images/down_arrow.png') no-repeat right -24px;
	padding-right: 17px;
}
#access ul ul {
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	position: absolute;
	z-index: 99999;
	margin-left: 0px;
	min-width: 120px;
	background: #181818;
	padding: 5px 10px;
	border-radius: 2px;
}
#access ul ul li {
	float: none;
	width: 120px;
}
#access ul ul li ul {
	left: 120px;
	top: 0px;
}
#access ul ul a {
	padding: 5px 0;
	font-size: 14px;
	font-weight: 400;
}
#access a:hover {
	color:#00a6e9;
	text-decoration:none;
}
#access li.current_page_item > a,
#access li.current-menu-item > a {
	background:#181818;
	color:#00a6e9;
	text-decoration:none;
}
#access li:hover > a,
#access ul ul :hover > a {
	color: #00a6e9;
}
#access li:hover > a.menuparent{
	background-position: right 9px;
}
#access ul ul a:hover {
	color: #00a6e9;
}
#access ul li:hover > ul {
	display: block;
}


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

.sticky {
}
.entry-meta {
	clear: both;
	display: block;
}
.single-author .entry-meta .byline {
	display: none;
}
#content nav {
	display: block;
	overflow: hidden;
}
#content nav .nav-previous {
	float: left;
	width: 50%;
}
#content nav .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content #nav-above {
	display: none;
}
.paged #content #nav-above,
.single #content #nav-above {
	display: block;
}
#nav-below {
	clear: both;
	margin: 1em 0 0;
}
.page-link {
	clear: both;
	margin: 0 0 1em;
}
.page .edit-link {
	clear: both;
	display: block;
}



/* 404 page */
.error404 .widget {
	float: left;
	width: 33%;
}
.error404 .widget .widgettitle,
.error404 .widget ul {
	margin-right: 1em;
}
.error404 .widget_tag_cloud {
	clear: both;
	float: none;
	width: 100%;
}

/* Notices */
.post .notice,
.error404 #searchform {
	background: #eee;
	display: block;
	padding: 1em;
}

/* Image Attachments */
.image-attachment div.entry-meta {
	float: left;
}
.image-attachment nav {
	float: right;
	margin: 0 0 1em 0;
}
.image-attachment .entry-content {
	clear: both;
}
.image-attachment .entry-content .entry-attachment {
	background: #eee;
	margin: 0 0 1em;
	padding: 1em;
	text-align: center;
}
.image-attachment .entry-content .attachment {
	display: block;
	margin: 0 auto;
	text-align: center;
}

/* Aside Posts */
.format-aside .entry-header {
	display: none;
}
.single .format-aside .entry-header {
	display: block;
}
.format-aside .entry-content,
.format-aside .entry-summary {
	padding-top: 1em;
}
.single .format-aside .entry-content,
.single .format-aside .entry-summary {
	padding-top: 0;
}

/* Gallery Posts */
.format-gallery .gallery-thumb {
	float: left;
	margin: 0 1em 0 0;
}

/* Image Posts */
.format-image .entry-header {
	display: none;
}
.single .format-image .entry-header {
	display: block;
}
.format-image .entry-content,
.format-image .entry-summary {
	padding-top: 1em;
}
.single .format-image .entry-content,
.single .format-image .entry-summary {
	padding-top: 0;
}


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

a img {
	border: none;
}
p img {
	margin-bottom: 0.5em; /* a small bottom margin prevents content floating under images */
}
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img,
.wp-caption {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
img.alignleft {
	margin-right: 1em;
}
img.alignright {
	margin-left: 1em;
}
.wp-caption {
	padding: .5em;
	text-align: center;
}
.wp-caption img {
	margin: .25em;
}
.wp-caption .wp-caption-text {
	margin: .5em;
}
.gallery-caption {
}
.wp-smiley {
	margin: 0;
}


/* =Forms
-------------------------------------------------------------- */

#searchform label {
	display: none;
}
#searchform input#s {
	width: 60%;
}
input[type=text],
input#s {
	margin: 0 1em 0 0;
	width: 60%;
}
textarea {
	width: 80%;
}

/* Class for labelling required form items */
.required {
	color: #cc0033;
}


/* =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: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #0caadf;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#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: #888;
	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: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
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: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* =Widgets
-------------------------------------------------------------- */

.widget {
	display: block;
}
.widget-area .widget_search {
	overflow: hidden;
}
.widget-area .widget_search input {
	float: left;
}


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

footer#footer {
	width: 100%;
	min-height: 100px;
	bottom: 0;
	padding: 26px 0;
	color: #7f8182;	
	background: #32393d url('images/footer_bg.png');
	box-shadow: inset 0px 11px 8px -10px rgba(0,0,0,0.8);
	size: 12px;
	font-weight: 300;
	clear: both;
	position: absolute;
}

footer#footer div .footerblock {
	float: left;
	margin: 0 0 20px 40px;
	
}

footer#footer div .footerblock h3 {
	font-family: 'Roboto Condensed';
	font-weight: 400;
	font-size: 18px;
	color: #c2c4c5;
	margin-bottom: .6em;
}

footer#footer div .footerblock p {
	text-align: justify;
	line-height: 1.3em;
}

footer#footer div .subfooter {
	border-top: solid 1px #3e464a;
	clear: both;
	float: none;
	padding-top: 25px;
	text-transform: uppercase;
}

footer#footer div .footerblock.newsletter {
	width: 285px;
	margin-left: 0; 
}
footer#footer div .footerblock.newsletter form {
	padding-bottom: 8px;
}
footer#footer div .footerblock.newsletter form * {
	border: none;
	text-transform: uppercase;
	font-weight: 300;
	font-family: Roboto;
	padding: 8px;
	font-size: 13px;
	margin: 0;
}

footer#footer div .footerblock.newsletter form input {
	background-color: #c1c4c5;
	width: 180px;
}

footer#footer div .footerblock.newsletter button {
	background-color: #202224;
	color: #fffefe;
	height: 32px;
	width: 80px;
}

footer#footer div .footerblock.about {
	width: 415px;
}

#footer div .social {
	width: 220px;
}

#footer div .social .button{
	display: inline-block;
	width: 110px;
	height: 110px;
	float: left;
	margin-top: 18px;
	opacity: .1;
}

#footer div .social .button:hover {
	opacity: .3;
}

#footer div .social .button.facebook{
	background: url('images/facebook.png') no-repeat center;
}
#footer div .social .button.twitter{
	background: url('images/twitter.png') no-repeat center;
}

/* =Slider
-------------------------------------------------------------- */
.royalSlider .caption-title {	
	color: white;
	font-size: 32px;
	font-weight: 300;
	text-transform: uppercase;
}
.royalSlider .caption-title strong {	
	font-weight: 700;
	color: #00a6e9;
}
.royalSlider .caption-text-block{	
	font-size: 16px;
	font-weight: 300;
	color: #e2e3e4;	
	line-height: 1.4em;
	text-align: justify;	
}

/* =Article And image-menu
the heights/widths/margins/paddings here are tightly conencted.
changing one of them will likely require changing all of them.
-------------------------------------------------------------- */
.home article:nth-of-type(1) {
	width: 656px !important;
}

.home article.post, article.products, article.image-menu {
	position: relative;
	background: #3c4549 url('images/post_bg2.png');
	width: 308px;
	height: 275px;
	float: left;
	margin: 0 18px 36px 18px;
	border-radius: 4px;
	box-shadow: inset 0px 0px 20px 0px rgba(0,0,0,.5);
	overflow: hidden;
	background-position: center top !important;
	background-repeat: no-repeat !important;
	border: solid 1px rgba(150,150,150,.5);
}

.home article:nth-of-type(2) {
	background: #3c4549 url('images/post_bg2.png');
}

.home article:nth-of-type(3) {
	background: #86ADBE url('images/post_bg2.png');
}

.home article:nth-of-type(4) {
	background: #D9EEF7 url('images/post_bg2.png');
}

.home article:nth-of-type(5) {
	background: #ffffff url('images/post_bg2.png');
}

.home article.post header, article.products header, article.image-menu header {
display: block;
	position: relative;
	height: 175px;
	margin: 30px 30px 0 30px;
}

.home article.post header h1.entry-title, article.products header h1.entry-title, article.image-menu header h1.entry-title
{
padding-bottom: 15px;
}

.home article.post header h1.entry-title a, article.products header h1.entry-title a, article.image-menu header h1.entry-title a {
	text-decoration: none;
	font-size: 30px;
	color: #fff;
	font-weight: 300;
	text-shadow: 0px 0px 10px rgba(0,0,0,.5);
}

.home article.post header h1.entry-title a b, article.products header h1.entry-title a b, article.image-menu header h1.entry-title a b {
	font-weight: 500;
	color: #00a6e9;
}

.home article.post footer, article.products footer, article.image-menu footer {
height: 40px;
margin: 0 30px 30px 30px;

}

.home article.post footer a.holobutton, article.products footer a.holobutton, article.image-menu footer a.holobutton{
float: right;
}

article.image-menu header a.product-tag {
	background: rgba(165, 167, 172, .3);
	color: #dfdfdf;
	text-decoration: none;
	padding: 4px 5px;
	font-weight: 300;
}

/* =Retailers
-------------------------------------------------------------- */
a.retailers {
	display: block;
	float: left;
	width: 224px;
	height: 100px;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-color: #fff !important;
	border-radius: 3px;
	box-shadow: 0px 0px 5px rgba(0,0,0,.5);
	margin: 0 18px 36px 18px;
}

a.retailers:hover {
	box-shadow: 0px 0px 5px #00a7e9;
}

#main #content #featured-retailers {
	clear: both;
	width: 980px;
	height: 180px;
	background: url('images/featured_retailers.png') no-repeat center top;
	padding: 22px 10px 0;
}
#main #content #featured-retailers a.retailers{
	width: 165px;
	height: 90px;
	margin: 0 15px;
}
#main .wide #content #featured-retailers {
	margin: 0 20px;
}
#main #content #featured-retailers a.all-retailers{
	text-align: center;
	display: block;
	padding-top: 15px;
	margin-top: 110px;
	text-decoration: none;
	color: #7a7a7a;	
}

#main #content #featured-retailers a.all-retailers:hover{
	color: #00a7e9;	
}

/* =Buttons
-------------------------------------------------------------- */
.royalSlider .caption-button a, a.holobutton {
	display: inline-block;
	color: #dfdfdf;
	font-size: 20px;
	font-family: 'Roboto Condensed';
	padding: 13px 20px 10px;
	text-transform: uppercase;
	text-decoration: none;
	background: rgba(165, 167, 172, .3);
	font-weight: 400;
}

.royalSlider .caption-button a:hover, a.holobutton:hover {
	color: #absolute;
	background: rgba(124,125,127,.6);	
}

a.holobutton.tiny {
font-size: 16px;
text-transform: none;
padding: 5px 6px 2px 6px;
font-family: 'Roboto'
}

/* =Content */

#content .entry-content
{
	color: #555;
	line-height: 1.2em;
	font-size: 18px;
	font-weight: 300;
}

#content .entry-content ol, #content .entry-content ul
{
	padding-bottom: 1em;
	padding-left: 3em;
}

#content .entry-content ol
{
	list-style: decimal;
}

#content .entry-content ul
{
	list-style: circle;
}

#content .entry-content p {
	padding-bottom: 1em;
}

/* =Products
-------------------------------------------------------------- */
body.single-products #primary #image-section {
width: 550px;

}

#product-images.nivoSlider {
	border-radius: 5px;
	border: solid 1px #bebebe;
	width: 560px;
	height: 350px;
	float: left;
	margin-right: 18px;
}

#content .nivo-controlNav {
	display: block;
	float: left;
	padding: 0 0;
	height: 56px;
	width: 420px;
	overflow: auto;
	text-align: left;
}

#content .nivo-controlNav a.nivo-control {
	margin-left: 18px;
}

#content .nivo-controlNav a.nivo-control img {
border: solid 1px #bebebe;
border-radius: 3px;
	
}

#content .nivo-controlNav a.active img {
	box-shadow: 0px 0px 5px #00a7e9;
}

#product-images.nivoSlider a.shadow {
	box-shadow: inset 0px 0px 20px 0px rgba(0,0,0,.25);

}

#product-images.nivoSlider a.shadow img.nivo-main-image {


}

#content #features {
background: #fff;
display: block;
float: left;
width: 340px;
border-radius: 4px;
border: solid 1px #e2e2e2;
margin-left: 18px;
margin-top: 20px;
margin-bottom: 36px;
padding: 25px 30px;
height: 224px;
}

a:link {color:#0caadf;}      /* unvisited link */
a:visited {color:#0caadf;}  /* visited link */
a:hover {color:#888888;}  /* mouse over link */
a:link {text-decoration:none;}
a:visited {text-decoration:none;}
a:hover {text-decoration:none;}
