/*

Theme Name: StyleMag
Theme URI: http://themes.quitenicestuff.com/stylemag
Description: A Premium HTML Template for Magazines/Ecommerce
Version: 1.1
Author: quitenicestuff
Author URI: http://themeforest.net/user/quitenicestuff
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Tags: light, one-column, two-columns, left-sidebar, right-sidebar, custom-colors

*/





/* Style Index * /

1.0 - Global
2.0 - General Structure
3.0 - Header Area
	3.1 - Site Title
	3.2 - Header Menu
	3.3 - Social Icons
4.0 - Main Menu
	4.1 - Mobile Menu
	4.2 - Main Menu Search
5.0 - Slideshow
	5.1 - News Slider
6.0 - Typography
	6.1 - Lists
	6.2 - Buttons
	6.3 - Tables
	6.4 - Alerts & Messages
	6.5 - Forms
	6.6 - Pagination
	6.7 - Breadcrumbs
7.0 - Columns
	7.1 - 4 Columns
	7.2 - 3 Columns
	7.3 - 2 Columns
8.0 - JS Elements
	8.1 - Accordion
	8.2 - Toggle
	8.3 - Tabs
9.0 - Articles
	9.1 - Article Columns
	9.2 - Article Social Links
	9.3 - Article Comments
10.0 - Products
	10.1 - Product Single
	10.2 - Product Cart Form
11.0 - Homepage
12.0 - Widgets
	12.1 - 4 Column Advert Widget
	12.2 - Newsletter Widget
	12.3 - Latest Posts Widget
	12.4 - Tags Widget
13.0 - Footer
13.1 - Footer Menu





/* 0.0 - Reset by Eric Meyer: 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, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-spacing: 0;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clearfix, .wp-tag-cloud {
	zoom: 1;
}

.clearfix:before, .clearfix:after,
.wp-tag-cloud:before, .wp-tag-cloud:after {
	content: "";
	display: table;
}

.clearfix:after,
.wp-tag-cloud:after {
	clear: both;
}

.clearboth {
	clear: both;
}

/* 1.0 - Global */
body {
	background: url(../images/bg.png) fixed;
	color: #666767;
    
}

body, .icon-area h3, .products-4columns li h4, #footer h6 {
	font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6, 
.cart-top, 
.flex-caption h2, 
.dropcap, 
.page-content table th,
#site-title #tagline,
.news-image-title,
blockquote {
	font-family: 'Cardo', serif;
}

a {
	color: #666767;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/* 2.0 - General Structure */
#background-wrapper {
	width: 1040px;
	margin: 0 auto;
	background: #fff;
	box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.2);
}

.content-wrapper {
	/*padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;*/
}


#main-content {
	width: 640px;
	float: left;
	padding-top: 3%;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-left:30px;
	margin-right:20px;
	
	
}
#sidebar-content {
	width: 300px;
	background: url(../images/side-shadow.png) left top no-repeat;
	float: right;
	border-left: #dadada 1px solid;

	padding-top: 3%;
	padding-right: 15px;
	padding-bottom: 0;
	
	padding-left: 15px;
}

/*#main-content {
	width: 70%;
	float: right;
	background: url(../images/side-shadow.png) left top no-repeat;
	border-left: #dadada 1px solid;
	padding: 3% 0 0 3%;
}

#sidebar-content {
	width: 23.6%;
	float: left;
	background: none;
	border-left: none;
	padding: 3% 3% 0 0;
}*/

.full-width {
	width: 100% !important;
	margin: 0 !important;
	float: none !important;
	background: none !important;
	border: none !important;
	padding: 3% 3% 0 0 !important;
}

.main-content-left-sidebar {
	float: right !important;
	background: url(../images/side-shadow.png) left top no-repeat;
	border-left: #dadada 1px solid;
	padding: 3% 0 0 3% !important;
}

.sidebar-content-left-sidebar {
	float: left !important;
	background: none !important;
	border-left: none !important;
	padding: 3% 3% 0 0 !important;
}

/* 3.0 - Header Area */

#header-wrapper {
	margin: 10px 10px 10px 10px;
}

#header-left {
	width: 282px;
	float: left;
	height: 90px;
    margin-bottom: 10px
}

#header-right {
	width: 728px;
	float: right;
	height: 90px;
}

/* 3.1 - Site Title */
#site-title h2 {
	font-size: 42px;
	text-align: left;
	margin: 0;
	padding: 40px 0 0 0;
	float: left;
	border-top: #1c1c1c 6px solid;
}

#site-title h2 span {
	font-style: italic;
	color: #a09d9d;
}

#site-title a {
	text-decoration: none;
	color: #1c1c1c;
}

#site-title img {
	margin: 0 auto;
	text-align: left;
	padding: 23px 0 0 0;
	float: left;
	border-top-width: 6px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #990000;
}

#site-title #tagline {
	color: #a09d9d;
	text-transform: uppercase;
	font-size: 12px;
	float: left;
	padding: 10px 0 0 0px;
	letter-spacing: 0.1em;
}

/* 3.2 - Header Menu */
.header-menu {
	float: left;
	margin: 13px 20px 20px 0;
	
}

.header-menu li {
	float: left;
	padding: 0 10px 0 0;
	margin: 0 10px 0 0;
	text-transform: uppercase;
	font-size: 12px;
	background-color: #0CF;
	background-image: url(../images/dot1.png);
	background-repeat: no-repeat;
	background-position: right center;	
}

.header-menu li:last-child {
	background: none;
	padding: 0;
	margin: 0;
}

.header-menu li a {
	text-decoration: none;
	text-align: left;
}

.shopping-bag {
	background: url(../images/PilotLogo30.png) no-repeat;
	width: 30px;
	height: 30px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	float: left;
	text-decoration: none;
	margin-top: 13px;
	padding-top: 13px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

/* 3.3 - Social Icons */
.social-icons {
	float: right;
}

.social-icons li {
	float: left;
}

.social-icons li:last-child span {
	margin: 0 !important;
}

.twitter_icon, 
.pinterest_icon, 
.facebook_icon, 
.googleplus_icon, 
.tumblr_icon, 
.vimeo_icon, 
.youtube_icon, 
.rss_icon, 
.flickr_icon {
	display: block;
	-webkit-border-radius: 99%; 
	-moz-border-radius: 99%;
	-o-border-radius: 99%;
	border-radius: 99%;
	margin: 0 5px 0 0;
	width: 25px;
	height: 25px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#footer-wrapper .twitter_icon, 
#footer-wrapper .pinterest_icon, 
#footer-wrapper .facebook_icon, 
#footer-wrapper .googleplus_icon, 
#footer-wrapper .tumblr_icon, 
#footer-wrapper .vimeo_icon, 
#footer-wrapper .youtube_icon, 
#footer-wrapper .rss_icon, 
#footer-wrapper .flickr_icon {
	margin: 0 5px 5px 0;
}

.twitter_icon:hover, 
.pinterest_icon:hover, 
.facebook_icon:hover, 
.googleplus_icon:hover, 
.tumblr_icon:hover, 
.vimeo_icon:hover, 
.youtube_icon:hover, 
.rss_icon:hover, 
.flickr_icon:hover {
	background: url(../images/social-icons.png) no-repeat #1c1c1c;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.twitter_icon, 
.pinterest_icon, 
.facebook_icon, 
.googleplus_icon, 
.tumblr_icon, 
.vimeo_icon, 
.youtube_icon, 
.rss_icon, 
.flickr_icon {
	background: url(../images/social-icons.png) no-repeat #c4c4c4;
}

.twitter_icon,
.twitter_icon:hover {
	background-position: 6px 6px;
}

.pinterest_icon,
.pinterest_icon:hover {
	background-position: -21px 6px;
}

.facebook_icon,
.facebook_icon:hover {
	background-position: -49px 6px;
}

.googleplus_icon,
.googleplus_icon:hover {
	background-position: -77px 6px;
}

.tumblr_icon,
.tumblr_icon:hover {
	background-position: -105px 6px;
}

.vimeo_icon,
.vimeo_icon:hover {
	background-position: -133px 6px;
}

.youtube_icon,
.youtube_icon:hover {
	background-position: -160px 6px;
}

.rss_icon,
.rss_icon:hover {
	background-position: -188px 6px;
}

.flickr_icon,
.flickr_icon:hover {
	background-position: -216px 6px;
}

/* 4.0 - Main Menu */
#main-menu-wrapper {
	border-top: #dfdcdc 1px solid;
	border-bottom: #dfdcdc 1px solid;
	position: relative;
	float:none;
	clear: both;
}

#main-menu {
	width: 80%;
}

#main-menu a {
	padding: 19px 15px 20px 15px;
	text-decoration:none;
	-webkit-transition: all 0s ease-in-out;
	-moz-transition: all 0s ease-in-out;
	-o-transition: all 0s ease-in-out;
	-ms-transition: all 0s ease-in-out;
	transition: all 0s ease-in-out;
}

#main-menu a,
#main-menu li.sfHover li a, 
#main-menu li li a, 
#main-menu li li li a {
	color: #3f3f3f;
}

#main-menu li {
	font-size: 12px;
	text-transform: uppercase;
	float: left;
}

#main-menu li a {
	color: #666767;
	border-color: transparent;
}

#main-menu li li {
	margin: 0;
	font-weight: 400;
	text-transform: capitalize;
}

#main-menu li.sfHover li a, #main-menu li li a, #main-menu li li li a {
	font-size: 13px;
	margin: 0;
	padding: 15px;
	border-left: none;
	background: #fff;
	border-bottom: #eee 1px solid;
}

#main-menu li li a:hover,
#main-menu li li:last-child li a:hover {
	background: url(../../opinion%20-%20Copy/css/images/darkdots.png) #fbfbfb repeat-x bottom;
}

#main-menu li li:last-child a,
#main-menu li li:last-child li:last-child a {
	background: #fff;
	border-bottom: none;
}

#main-menu li li:last-child li a {
	background: url(../../opinion%20-%20Copy/css/images/darkdots.png) #fff repeat-x bottom;
}

#main-menu li li:last-child a:hover,
#main-menu li li:last-child li:last-child a:hover {
	background: #fbfbfb;
}

#main-menu li a:hover, #main-menu li.sfHover a,
#main-menu a:focus, #main-menu a:hover, #main-menu a:active {
	outline: 0;
}

#main-menu li ul {
	z-index: 999 !important;
	box-shadow: 0 3px 3px 1px rgba(0, 0, 0, 0.2);
	border-bottom: #1c1c1c 4px solid;
}

#main-menu li li ul {
	margin-left: -1px;
}

#main-menu a.sf-with-ul {
	padding-right: 30px;
	min-width: 1px;
}

#main-menu li ul li a.sf-with-ul {
	padding-right: 2.25em;
}

.sf-sub-indicator {
	position: absolute;
	display: block;
	right: 1em;
	top: 1.4em;
	width: 10px;
	height: 7px;
	text-indent: -999em;
	overflow: hidden;
	background: url(../images/menu-arrow.png) no-repeat;
}

li ul li .sf-sub-indicator {
	top: 1.3em;
	right: 1.85em;
}

a > .sf-sub-indicator { 
	top: 1.85em;
	background-position: 0 0px; 
}

#main-menu ul .sf-sub-indicator { background-position: 0px -29px !important;height:10px;width:7px; }
#main-menu li.current_page_item a, #main-menu li a:hover, #main-menu li.sfHover a {
	color: #1c1c1c;
}

/* 4.1 - Mobile Menu */
.mobile-menu-button {
	display: none;
	background: url(../images/mobile-menu.png) #1c1c1c center no-repeat;
	width: 51px;
	height: 53px;
	position: absolute;
	left: 0;
	top: -1px;
}

.mobile-menu-button:hover {
	cursor: pointer;
}

.mobile-menu-wrapper {
	width: 100%;
	background: #1c1c1c;
	position: relative;
	top: 52px;
	display: none;
	padding: 0 0 30px 0;
	margin: 0 0 50px 0;
}

#mobile-menu {
	width: 95%;
	padding: 0 2.5% !important;	
}

#mobile-menu li {
	border-top: #313335 1px solid;
}

#mobile-menu li li {
	margin: 0 0 0 10px;
}

#mobile-menu li li li {
	margin: 0 0 0 20px;
}

#mobile-menu li a {
	color: #9da0a4;
	line-height: 2.5em;
	text-decoration: none;
	display: block;
}

#mobile-menu li a:hover {
	color: #fff;
}

#mobile-menu li.current_page_item a {
	color: #fff;
}

#mobile-menu li.current_page_item ul li a {
	color: #9da0a4;
}

#mobile-menu li.current_page_item ul li a:hover {
	color: #fff;
}

/* 4.2 - Main Menu Search */
.menu-search-button {
	background: url(../images/search.png) #1c1c1c center no-repeat;
	width: 51px;
	height: 53px;
	position: absolute;
	right: 0;
	top: -1px;
}

.menu-search-button:hover {
	cursor: pointer;
}

.menu-search-form {
	width: 19.1%;
	float: right;
}

.menu-search-field {
	background: #f8f8f8;
	width: 0%;
	height: 49px;
	margin-right: 51px;
	border: none;
	border-left: #dfdcdc 1px solid;
	float: right;
	padding: 1px 0px;
	color: #b0b0b0;
	font-size: 12px;
	opacity: 0;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-appearance: none;
	border-radius: 0;
}

/* 5.0 - Slideshow */
.loader {
	display: none !important;
}

.slides li {
	position: relative;
}

.slider {
	position: relative;
	z-index: 1;
}

.slider .flex-viewport {
	padding: 0 0 55px 0;
	min-height: 300px;
}

.slider .flex-direction-nav .flex-prev, .slider .flex-direction-nav .flex-next {
    top: 190px;
    display: block;
 	width: 43px;
    height: 43px;
    position: absolute;
    text-indent: -9999px;
    z-index: 99;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	outline: none;
}

.slider .flex-direction-nav .flex-prev {
	background: url(../images/slide-arrows.png) #fff no-repeat;
	background-position: 14px 12px;
	left: 0px;
	border-right: #1c1c1c 4px solid;
}

.slider .flex-direction-nav .flex-next {
	background: url(../images/slide-arrows.png) #fff no-repeat;
	background-position: -41px 12px;
	right: 0px;
	border-left: #1c1c1c 4px solid;
}

.flex-caption {
	position: relative;
	bottom: -30px;
}

.flex-caption p {
	color: #666767;
	font-size: 14px;
	text-align: center;
	line-height: 160%;
}

.flex-caption h2 {
	font-size: 36px;
	text-transform: uppercase;
	width: 100%;
	text-align: center;
}

.flex-caption h2 a {
	text-decoration: none;
	color: #1c1c1c;
}

.flex-caption h2 span {
	font-size: 12px;
	text-transform: capitalize;
	font-style: italic;
	display: block;
	border-bottom: #dfdcdc 1px solid;
	width: 150px;
	margin: 0 auto 10px auto;
	padding: 8px 0 8px 0;
}
.headshotcaption{
	font-size: 12px;
	text-transform: capitalize;
	font-style: italic;
	display: block;
	border-bottom: #dfdcdc 1px solid;
	color: #1c1c1c;
	width: 100%;
	text-align: center;
	font-family: 'Cardo', serif;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	line-height: 15px;
	}

.flex-control-paging {
	position: absolute;
	top:455px !important;
}

.chrome .flex-control-paging,
.safari .flex-control-paging {
	bottom: 175px !important;
}

.flex-control-paging li a.flex-active {
	background: #666767 !important;
}

.flex-control-paging li a {
	background: #c4c4c4 !important;
	box-shadow: none !important;
	margin: 0 1px 0 0;
	width: 8px !important;
	height: 8px !important;
}

.slider {
	position: relative;
}

.slider-border {
	border: #ccc 1px solid;
	margin: 0 0 30px 0;
}

.slide-loader {
	background: url(../../opinion%20-%20Copy/css/images/loader.gif) #f5f5f5 no-repeat center center  !important;
	min-height: 416px;
}

/* 5.1 - News Slider */
.slider-news {
	position: relative;
	width: 100%;
}

.slider-news .slides li {
	padding: 0 1px 0 0;
}

.slider-news .flex-direction-nav .flex-prev, .slider-news .flex-direction-nav .flex-next {
    top: -44px;
    display: block;
 	width: 15px;
    height: 15px;
    position: absolute;
    text-indent: -9999px;
    z-index: 9999;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.slider-news .flex-direction-nav .flex-prev {
	background: url(../images/slide-arrows-small.png) #fff no-repeat;
	background-position: 4px 3px;
	right: 30px;
}

.slider-news .flex-direction-nav .flex-next {
	background: url(../images/slide-arrows-small.png) #fff no-repeat;
	background-position: -30px 3px;
	right: 10px;
}

/* 6.0 - Typography*/
h1,h2,h3,h4,h5,h6 {
	color: #1c1c1c;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 16px;
	text-transform: uppercase;
}

h6 {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
}

blockquote {
	border-left: #dfdcdc 1px solid;
	color: #a2a3a3;
	font-style: italic;
	padding: 20px;
	margin: 0 0 20px 20px;
}

blockquote p {
	margin: 0 !important;
	font-size: 20px !important;
	text-align: center;
}

.page-title {
	font-size: 24px;
	color: #1c1c1c;
}

#main-content p {
	font-size: 14px;
	line-height: 160%;
}

#main-content a:hover,
#sidebar-content a:hover {
	color: #999;
}

#sidebar-content p {
	font-size: 13px;
	line-height: 160%;
	margin: 0 0 20px 0;
}

.page-content strong {
	font-weight: bold;
}

.dropcap {
	font-size: 48px;
	line-height: 1.2;
	display: block;
	float: left;
	margin: 0 10px 0 0;
	font-style: italic;
	color: #1c1c1c;
}

.intro-msg {
	font-size: 24px;
	font-style: italic;
	padding: 30px 60px 30px 60px;
	text-align: center;
	line-height: 130%;
}

.page-content p {
	margin: 0 0 20px 0;
}

.page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6 {
	margin: 0 0 15px 0;
}

/* 6.1 - Lists */
.page-content ul, .list, .list2, .list3, .list4 {
	margin: 0 0 30px 0;
}

.page-content li {
	border-bottom: #f4f4f4 1px solid;
	padding: 2px 0 2px 0;
	font-size: 14px;
}

.page-content li:last-child {
	border-bottom: none;
}

.list li, .list2 li, .list3 li, .list4 li {
	margin: 0 0 3px 0;
}

.list1 li {
	list-style-image: url(../images/list1.png) !important;
	list-style-position: inside;
}

.list2 li {
	list-style-image: url(../images/list2.png) !important;
	list-style-position: inside;
}

.list3 li {
	list-style-image: url(../images/list3.png) !important;
	list-style-position: inside;
}

.list4 li {
	list-style-image: url(../images/list4.png) !important;
	list-style-position: inside;
}

.sidebar ul li, .page-content ul li {
	list-style-image: url(../images/list2.png);
	list-style-position: inside;
	line-height: 190%;
}

.list-fail {
	margin: 0 !important;
}

.list-fail li {
	list-style-image: url(../../opinion%20-%20Copy/css/images/list-fail.png) !important;
	border-bottom: #f3d0cf 1px solid;
}

ol li {
	list-style: decimal inside;
}

ol {
	margin: 0 0 30px 0;
}

ol ol {
	margin: 0 0 0 15px;
}

ol ol li {
	list-style: lower-alpha inside;
}

#sidebar-content ul li {
	list-style-image: url(../images/side-bullet.png);
	list-style-position: inside;
	font-size: 13px;
	line-height: 170%;
}

#sidebar-content ul li a {
	text-decoration: none;
}

/* 6.2 - Buttons */
.button1 {
    font-size: 12px;
	font-weight: bold;
	color: #424242;
    padding: 6px 13px 6px 13px;
	line-height: 1 !important;
	background: url(../images/btn-bg1.png) #fff repeat-x center bottom;
    border: 1px solid;
	float: left;
    text-decoration: none;
	border-color: #e3e3e3;
}

.button2 {
    font-size: 12px;
	font-weight: bold;
	color: #424242;
    padding: 6px 13px 6px 13px;
	line-height: 1 !important;
	background: url(../images/btn-bg1.png) #fff repeat-x center bottom;
    border: 1px solid;
	float: left;
    text-decoration: none;
	border-color: #e3e3e3;
}

.button3 {
    font-size: 14px;
	font-weight: bold;
	color: #424242;
    padding: 10px 17px 10px 17px;
	line-height: 1 !important;
	background: url(../images/btn-bg1.png) #fff repeat-x center bottom;
    border: #e3e3e3 1px solid;

    text-decoration: none;
}

.button4 {
    font-size: 18px;
	color: #424242;
    padding: 14px 20px 14px 20px;
	line-height: 1 !important;
	background: url(../images/btn-bg1.png) #fff repeat-x center bottom;
    border: #e3e3e3 1px solid;
    text-decoration: none;
}

.button1:hover, .button2:hover, .button3:hover, .button4:hover {
	cursor: pointer;
}

/* 6.3 - Tables */
.page-content table {
	border-top: #1c1c1c 5px solid;
	border-left: #dee0e0 1px solid !important;
	margin: 0 0 30px 0;
	font-size: 14px;
	color: #1c1c1c;
}

.page-content table td, .page-content table th {
	border-right: #dee0e0 1px solid;
	border-bottom: #dee0e0 1px solid;
	text-align: center;
	vertical-align: top;
}

.page-content table th {
	padding: 15px 10px 15px 10px;
	font-size: 14px;
	font-weight: 700;
}

.page-content table td {
	padding: 10px;
	line-height: 160%;
}

.page-content table tr {
	background: #fff;
}

.page-content table tr:nth-child(2n) {
    background: #f5f5f5;
}

/* 6.4 - Alerts & Messages */
.msg {
	padding: 10px 10px 10px 55px;
	margin: 0 0 30px 0;
}

.msg p, .blog-content .msg p {
	margin: 0 !important;
}

.default {
	background: url(../images/msg_default.png) 10px center no-repeat #fff;
	color: #424242;
	border: #dee0e0 1px solid;
}

.default a {
	color: #424242;
	text-decoration: underline;
}

.notice {
	background: url(../images/msg_notice.png) 10px center no-repeat #fff5af;
	color: #b3a437;
}

.notice a {
	color: #b3a437;
	text-decoration: underline;
}

.success {
	background: url(../images/msg_success.png) 10px center no-repeat #dff7ca;
	color: #64ae23;
}

.success a {
	color: #64ae23;
	text-decoration: underline;
}

.fail {
	background: url(../images/msg_fail.png) 10px center no-repeat #ffe2e1;
	color: #c83f39;
}

.fail a {
	color: #c83f39;
	text-decoration: underline;
}

/* 6.5 - Forms */
#main-content input[type="text"], 
#main-content input[type="password"], 
#main-content textarea {
	background: #fff;
	border: #d8d8d8 1px solid;
	font-size: 12px;
	padding: 10px 7px 10px 7px;
	margin: 0 0 25px 0;
	color: #aaa;
	width: 50%;
}

#main-content input[type="text"]:active, 
#main-content input[type="text"]:hover, 
#main-content input[type="password"]:active, 
#main-content input[type="password"]:hover,
#main-content textarea:active, 
#main-content textarea:hover {
	color: #818181;
}

#main-content input[type="text"], 
#main-content input[type="password"] {
	
}

#main-content textarea {
	width: 80%;
}

#main-content label {
	font-size: 12px;
	font-weight: bold;
	display: block;
	margin: 0 0 7px 0;
}

#main-content label span {
	color: #989898;
}

#main-content input[type="submit"] {
	cursor: pointer;
}

#main-content .select-box {
	float: right;
	width: 60%;
}

#main-content .select-box select {
	background: #fff;
	color: #b2b2b2;
	width: 100%;
	padding: 6px;
	font-size: 12px;
	border: 1px solid #ccc;
}

#main-content option select {
	padding: 4px;
}

#main-content .half-input {
	width: 44% !important;
}

#main-content .full-input {
	width: 96.5% !important;
}

#main-content .form-third {
	float: right;
	width: 40%;
}

#main-content .radio-wrapper {
	margin: 0 0 5px 0 !important;
}

#main-content #remember_me {
	float: left;
	margin: 0 8px 20px 0;
}

#main-content #remember_me_label {
	float: left;
	margin: 2px 0 0 0;
}

#main-content .coupon-code {
    float: left;
}

#main-content .checkout-form  {
	margin: 0 0 20px 0 !important;
}

.coupon-form {
	width: 35%;
}

.coupon-form .button2 {
	height: 31px;
	float: left;
}

.coupon-form .coupon-code {
	float: left;
}

#google-map {
	margin: 0 0 40px 0;
}

/* 6.6 - Pagination */
.pagination-wrapper {
	border-top: #dfdcdc 1px solid;
	padding: 40px 0 0 0;
	font-size: 12px;
}

.pagination-wrapper a {
	border: #dfdcdc 1px solid;
	text-decoration: none;
	color: #1c1c1c;
	padding: 2px 6px;
	margin: 0 2px 0 0;
}

.pagination-wrapper a.selected,
.pagination-wrapper a:hover {
	background: #1c1c1c;
	border: #1c1c1c 1px solid;
	color: #fff;
}

/* 6.7 - Breadcrumbs */
.breadcrumbs-wrapper {
	margin: 20px 0 30px 0;
	position: relative;
}

.breadcrumbs {
	float: left;
	margin: 0;
	border-left: #dfdcdc 1px solid;
}

.breadcrumbs li {
	line-height: 2.1;
	font-size: 11px;
	height: 28px;
	padding: 0 15px 0 0px;
	font-weight: 600;
	display: block;
	float: left;
	margin: -1px 0 0 0;
}

.breadcrumbs li a {
	color: #707070;
	text-decoration: none;
}

.breadcrumbs li span {
	height: 26px;
	display: block;
	padding: 0 10px 0 15px;
	border-top: #dfdcdc 1px solid;
	border-bottom: #dfdcdc 1px solid;
}

.breadcrumbs-wrapper {
	background: url(../images/border4.png) repeat-x center;
}

.breadcrumbs li {
	background: url(../images/breadcrumbs_arrow2.png) #fff right center no-repeat;
}

.breadcrumbs li:last-child, .breadcrumbs li.lastcrumb {
	background: url(../images/breadcrumbs_arrow1.png) #fff right center no-repeat;
}

/* 7.0 - Columns */

/* 7.1 - 4 Columns */
.columns-4 {
	margin: 0 !important;
}

.columns-4 li.col4 {
	float: left;
	width: 22%;
	margin: 0 4% 0 0;
	list-style: none;
	border: none;
	background: none;
}

.columns-4 li.col4:nth-child(4n) {
	margin: 0;
}

.columns-4 li.col4 .full-image {
	width: 100%;
}

/* 7.2 - 3 Columns */
.columns-3 {
	margin: 0 !important;
}

.columns-3 li.col3 {
	float: left;
	width: 31%;
	margin: 0 3.5% 0 0;
	list-style: none;
	border: none;
	background: none;
}

.columns-3 li.col3:nth-child(3n) {
	margin: 0;
}

.columns-3 li.col3 .full-image {
	width: 100%;
}

/* 7.3 - 2 Columns */
.columns-2 {
	margin: 0 !important;
}

.columns-2 li.col2 {
	float: left;
	width: 48.2%;
	margin: 0 3.5% 0 0;
	list-style: none !important;
	background: none !important;
	border-bottom: none;
	padding: 0;
}

.columns-2 li.col2:nth-child(2n) {
	margin: 0;
	padding: 0;
}

/* 8.0 - JS Elements */

/* 8.1 - Accordion */
.accordion h4 {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	border-top: #d4d4d4 1px solid;
	border-left: none;
	border-right: none;
	margin: 0 0 0 0 !important;
	padding: 30px 0 30px 55px;
	cursor: pointer;
	line-height: 160%;
	outline: none;
}

.accordion {
	border-bottom: #d4d4d4 1px solid;
	margin: 0 0 30px 0;
	line-height: 160%;
	display: block;
	font-size: 14px;
}

.accordion .ui-widget-content {
	border: none;
}

.accordion .ui-accordion-content {
	padding: 0 0 20px 55px;
}

.accordion h4, .toggle .title {
	background: url(../images/plus.png) no-repeat 20px center;
}

.accordion h4:hover {
	background: url(../images/plus.png) #fff no-repeat 20px center;
}

.accordion h4.ui-state-active, .toggle .active {
	background: url(../images/minus.png) no-repeat 20px center;
}

/* 8.2 - Toggle */
.toggle {
	border: #d4d4d4 1px solid;
	margin: 0 0 20px 0;
	background: #fff;
	font-size: 14px;
}

.toggle h4 {
	margin: 0 0 0 0 !important;
	line-height: 160%;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
}

.toggle .title {
	margin: 0 0 0 0;
	padding: 20px 0 20px 55px;
	cursor: pointer;
}

.toggle .inner {
	margin: 0 20px 30px 55px !important;
	line-height: 160%;
}

/* 8.3 - Tabs */
#tabs .nav {
	margin: 0;
}

#tabs .nav li {
	list-style: none;
	padding: 0;
}

#tabs .nav li a {
	color: #1c1c1c;
}

#tabs .nav li a:hover {
	text-decoration: none;
}

.ui-tabs { 
	position: relative; 
	padding: .2em; 
	zoom: 1;
	margin: 0 0 30px 0;
}

.ui-tabs .ui-tabs-nav { 
	margin: 0;
	position: relative;
	top: 0px;
}

.ui-tabs .ui-tabs-nav li { 
	list-style: none; 
	float: left; 
	position: relative; 
	top: 1px; 
	border-bottom: #dee0e0 1px solid; 
	padding: 0; 
	white-space: nowrap;
	font-size: 16px;
}

.ui-tabs .ui-tabs-nav li:first-child a {
	border-left: #dee0e0 1px solid;
}

.ui-tabs .ui-tabs-nav li a { 
	float: left; 
	padding: 6px 20px 6px 20px; 
	text-decoration: none;
	border-right: #dee0e0 1px solid;
}

.ui-tabs .ui-tabs-nav li {
	border-top: #dee0e0 5px solid;
	border-bottom: #dee0e0 1px solid;
	background: #fff;
}

.ui-tabs .ui-tabs-nav li:last-child {
	background: #fff;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
	border-top: #1c1c1c 5px solid;
	margin-bottom: 0;
	border-bottom: #fff 1px solid !important;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { 
	cursor: text;
}
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { 
	cursor: pointer;
}

.ui-tabs .ui-tabs-panel { 
	display: block; 
	border: #dee0e0 1px solid;
	padding: 20px 20px 20px 20px;
	background: #fff;
}

.ui-tabs .ui-tabs-hide { 
	display: none !important;
}

#tabs p {
	margin: 0;
}

/* 9.0 - Articles */
.article-category-col-2 {
	margin: 0 !important;
}

.article-category-col-2 li {
	list-style: none !important;
	width: 48.2%;
	margin: 0 3.5% 10px 0;
	float: left;
	border-bottom: none;
}

.article-category-col-2 li:nth-child(2n) {
	margin: 0 0 10px 0;
}

.article-category-col-2 li img {
	width: 100%;
	margin: 0 0 6px 0;
}

.article-category-col-2 li h3,
.article-category-col-1 li h3 {
	font-size: 18px;
	text-transform: uppercase;
}

.article-category-col-2 li h3 a,
.article-category-col-1 li h3 a {
	color: #1c1c1c;
	text-decoration: none;
}

.article-meta {
	display: block;
	font-size: 12px;
	text-transform: capitalize;
	font-style: italic;
	color: #666767;
	line-height: 1;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}
.article-meta-e {
	display: block;
	font-size: 12px;
	text-transform: capitalize;
	font-style: italic;
	color: #666767;
	line-height: 1;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}


.article-date {
	border-bottom: #dfdcdc 1px solid;
	padding: 0 7px 7px 0;
}

.article-comments {
	border-bottom: #dfdcdc 1px solid;
	border-left: #dfdcdc 1px solid;
	padding: 0 0 7px 7px;
}

.article-category {
	border-bottom: #dfdcdc 1px solid;
	border-left: #dfdcdc 1px solid;
	padding: 0 7px 7px 7px;
}

.article-date a,
.article-comments a,
.article-category a {
	color: #666767 !important;
}

/* 9.1 - Article Columns */
.article-category-col-1 li {
	list-style: none !important;
	border-bottom: none !important;
	margin: 0 0 20px 0;
}

.article-category-col-1 li:last-child {
	margin: 0;
}

.article-image {
	float: left;
	width: 48%;
}

.article-image img {
	width: 100%;
}

.article-content {
	float: right;
	width: 48%;
}

.article-image-full {
	text-align: center;	
	width: 97%;
	height: 97%;
	margin: 0 0 5px 0 ;
}


.article-title {
	text-transform: uppercase;
	font-size: 24px;
	text-align: center;
	margin: 0 0 15px 0 !important;
}

.article-title a {
	text-decoration: none;
	color: #1c1c1c;
}

.article-title-byline {
	text-transform: uppercase;
	font-size: 18px;
	text-align: center;
	margin: 0 0 10px 0 !important;
}

.article-title-columntitle {
	text-transform: uppercase;
	font-size: 14px;
	text-align: Center;
	margin: 0 0 10px 0 !important;
	font-style: italic;
}

.article-title-byline a {
	text-decoration: none;
	color: #1c1c1c;
}

/* 9.2 - Article Social Links */
.article-social-links {
	border-top: #dfdcdc 1px solid;
	border-bottom: #dfdcdc 1px solid;
	padding: 20px 0;
	margin: 35px 0;
}

.article-social-links ul {
	width: 400px;
	margin: 0 auto;
}

.article-social-links ul li {
	float: left;
	list-style: none;
	border-bottom: none;
	font-size: 11px;
}

.article-social-links ul li a {
	color: #1c1c1c;
	text-decoration: none;
}

.article-social-links ul li.tweet-link {
	background: url(../images/share-tweet.png) left center no-repeat;
	padding: 0 0 0 27px;
	margin: 0 30px 0 0;
}

.article-social-links ul li.facebook-link {
	background: url(../images/share-facebook.png) left center no-repeat;
	padding: 0 0 0 15px;
	margin: 0 30px 0 0;
}

.article-social-links ul li.pinterest-link {
	background: url(../images/share-pinterest.png) left center no-repeat;
	padding: 0 0 0 20px;
}

/* 9.3 - Article Comments */
.comment-image {
	width: 60px;
	height: 60px;
	background: url(../images/user.png) no-repeat #e5e5e5;
	border-radius: 30px;
}

.comment-info {
	color: #1c1c1c;
	font-weight: 700;
	margin: 0 0 10px 0;
}

.comment-text {
	line-height: 160%;
	margin: 0 0 10px 0;
}

.comment-info span {
	font-weight: 400;
	color: #989898;
}

.comment-left {
	float: left;
}

.comment-right {
	float: right;
	width: 87%;
	border-bottom: #d8d8d8 1px solid;
	padding: 0 0 10px 0;
	margin: 0 0 20px 0;
}

.comment-entry {
	clear: both;
}

.comments,
.comments ul {
	margin: 0 !important;
}

.comments li {
	list-style: none !important;
	border-bottom: none;
}

.comments li:last-child .comment-right {
	border-bottom: none;
}

.comments li li:last-child .comment-right {
	border-bottom: #d8d8d8 1px solid;
}

.comments li li {
	margin: 0 0 0 40px;
}

/* 10.0 - Products */
.products-col-4 {
	margin: 0 !important;
}

.products-col-4 li {
	width: 22%;
	margin: 0 4% 10px 0;
	list-style: none !important;
	float: left;
	border-bottom: none;
}

.products-col-4 li:nth-child(4n) {
	margin: 0 0 10px 0;
}

.products-col-4 li img {
	width: 100%;
	border: #dfdcdc 1px solid;
}

.product-thumbnail-wrapper {
	position: relative;
}

.product-options {
	position: absolute;
	top: 40%;
	width: 100%;
	text-align: center;
	display: none;
}

.product-options a {
	text-indent: -9999px;
	display: inline-block;
}

.add-to-cart-button {
	background: url(../images/shopping-bag-small.png) no-repeat center #1c1c1c;
	width: 39px;
	height: 39px;
}

.details-button {
	background: url(../images/product-details.png) no-repeat center #1c1c1c;
	width: 39px;
	height: 39px;
}

.add-to-cart-button:hover {
	background: url(../images/shopping-bag-small.png) no-repeat center #f76021;
}

.details-button:hover {
	background: url(../images/product-details.png) no-repeat center #f76021;
}

.product-meta h3 {
	font-size: 14px;
	text-align: center;
	line-height: 1;
	margin: 10px 0 15px 0;
}

.product-meta h3 a {
	color: #1c1c1c;
	text-decoration: none;
}

.product-price {
	text-align: center;
	margin: 0 0 20px 0;
}

.regular-price,
.reduced-price {
	font-size: 12px;
	color: #fff;
	padding: 2px 5px;
	line-height: 1;
}

.regular-price {
	background: #1c1c1c;
}

.reduced-price {
	background: #f76021;
	margin: 0 0 0 2px;
}

.product-price-large {
	text-align: left;
	margin: 5px 0 20px 0 !important;
}

.product-price-large .regular-price,
.product-price-large .reduced-price {
	font-size: 18px;
}

.shop-block-columns-2 .shop-block-col-2 {
	width: 48.5%;
	float: left;
	margin: 0 3% 0 0;
}

.shop-block-columns-2 .shop-block-col-2:last-child {
	margin: 0;
}

.shop-block-list li {
	display: block;
	margin: 0 0 13px 0;
	padding: 0 0 13px 0;
	border-bottom: #dfdcdc 1px solid;
}

.shop-block-list li:last-child {
	margin: 0;
	padding: 0;
	border-bottom: none;
}

.shop-block-list li .shop-block-img-wrapper {
	float: left;
	width: 30%;
}

.shop-block-list li .shop-block-img-wrapper img {
	width: 100%;
}

.shop-block-list li h4 {
	float: right;
	width: 64%;
	font-size: 16px;
	line-height: 130%;
}

.shop-block-list li h4 a {
	color: #1c1c1c;
	text-decoration: none;
}

.shop-block-list li h4 span {
	color: #666767;
	font-size: 12px;
	font-style: italic;
	display: block;
	margin: 3px 0 15px 0;
}

/* 10.1 - Product Single */
.product-single-image {
	float: left;
	width: 48%;
	margin: 0 0 30px 0;
}

.product-single-image .product-image {
	border: #dfdcdc 1px solid;
	width: 100%;
	margin: 0 0 15px 0;
}

.product-single-thumbs li {
	width: 30%;
	float: left;
	list-style: none !important;
	border-bottom: none;
	margin: 0 5% 0 0;
}

.product-single-thumbs li:last-child {
	margin: 0;
}

.product-single-thumbs li img {
	width: 100%;
	border: #dfdcdc 1px solid;
}

.product-description {
	float: right;
	width: 48%;
}

/* 10.2 - Product Cart Form */
.product-form {
	background: #fbfbfb;
	border: #dfdcdc 1px solid;
}

.product-form hr {
	background: #dfdcdc;
	height: 1px;
	margin: 0;
	border: none;
}

.product-form label {
	font-size: 12px;
	font-weight: 700;
	color: #1c1c1c;
	padding: 8px 0 0 0;
}

.form-item {
	padding: 20px;
}

.form-item select {
	float: right;
	background: #fff;
	border: #dfdcdc 1px solid;
	padding: 7px;
	width: 65%;
	color: #707070;
	font-size: 11px;
}

.add-to-bag {
	font-size: 12px;
	font-weight: 400;
	background: #1c1c1c;
	color: #fff;
	border: none;
	padding: 5px;
}

.add-to-bag:hover {
	cursor: pointer;
}

#minus1, #plus1 {
	width: 33px;
	height: 33px;
	font-size: 18px;
	background: #1c1c1c;
	color: #fff;
	border: none;
	padding: 0 0 7px 0;
	cursor: pointer;
	-webkit-appearance: none;
	border-radius: 0;
	float: left;
}

.qty-text {
	width: 23px !important;
	height: 21px !important;
	border: none;
	border-top: #dfdcdc 1px solid;
	border-bottom: #dfdcdc 1px solid;
	border-left: none !important;
	border-right: none !important;
	padding: 5px !important;
	margin: 0 !important;
	text-align: center;
	font-size: 12px;
	color: #1c1c1c !important;
	-webkit-appearance: none;
	border-radius: 0;
	float: left;
}

.qty-fields {
	width: 105px;
	margin: 0 auto;
}

.account-table .button2 {
	float: right !important;
}

.account-table a {
	color: #1c1c1c;
}

.margin1 {
	height: 1px;
	margin: 30px 0 30px 0;
	background: #dfdcdc;
	border: none;
}

.total-table tr td {
	text-align: left;
}

/* 11.0 - Homepage */
.news-one-half,
.news-one-half-last {
	width: 48.5%;
	margin: 0 0 40px 0;
}

.news-one-half {
	float: left;
}

.news-one-half-last {
	float: right;
}

.news-image-container, 
.news-image-container img {
	width: 100%;
}

.news-image-container {
	position: relative;
	margin: 0 0 20px 0;
}

.news-image-title {
	background: #1c1c1c;
	font-size: 16px;
	line-height: 1;
	color: #fff;
	padding: 8px;
	position: absolute;
	top: 0;
	left: 0;
	text-decoration: none;
}

.news-title {
	text-transform: uppercase;
	font-size: 18px;
	margin: 0 0 10px 0;
}

.news-title a {
	color: #1c1c1c;
	text-decoration: none;
}

.news-title span {
	display: block;
	text-transform: capitalize;
	font-style: italic;
	font-size: 12px;
	color: #666767;
	margin: 10px 0 0 0;
	padding: 0 0 5px 0;
	border-bottom: #dfdcdc 1px solid;
	width: 150px;
}


.title-block {
	background: #1c1c1c;
	color: #fff;
	padding: 8px;
	font-size: 16px;
	margin: 0 0 20px 0;
}

.title-block h3 {
	color: #fff;
	font-size: 16px;
	margin: 0 !important;
	line-height: 1;
}

.title-block-no-margin {
	margin: 0;
	padding: 12px 8px 7px 8px;
}

.news-block-col-5 {
	width: 18%;
	float: left;
	margin: 0 2.5% 0 0;
	list-style: none !important;
	border-bottom: none !important;
}

.news-block-col-5:last-child {
	margin: 0;
}

.news-title-lower {
	font-size: 16px;
	line-height: 130%;
}

.news-title-lower a {
	color: #1c1c1c;
	text-decoration: none;
}

.news-title-lower span {
	display: block;
	text-transform: capitalize;
	font-style: italic;
	font-size: 12px;
	color: #666767;
	margin: 7px 0 0 0;
	padding: 4px 0 0 0;
	border-top: #dfdcdc 1px solid;
	width: 100%
}


.news-block-col-5 .news-image-container {
	margin: 0 0 14px 0;
}

.news-block-columns-5 {
	margin: 0 0 40px 0;
}

/* 12.0 - Widgets */
.widget {
	margin: 0 0 20px 0;
}

.widget-title {
	margin: 0 0 20px 0;
}

.widget-title h3 {
	color: #1c1c1c;
	font-size: 18px;
	padding: 0 0 10px 0;
}

.widget-title-border {
	background: url(../images/pattern1.png) repeat;
	width: 100%;
	height: 5px;
	position: relative;
}

.widget-title-block {
	background: #990000;
	width: 38px;
	height: 5px;
	position: absolute;
	left: 0;
	top: 0;
	
}

/* 12.1 - 4 Column Advert Widget */
.adverts-four li {
	float: left;
	padding: 0 0px 5% 30px;
	list-style: none !important;
	color: #FFF;
	
}

.adverts-four li:nth-child(2n) {
	margin: 0 0 4% 0;
}

/* 12.2 - Newsletter Widget */
.newsletter-input {
	border-left: #dfdcdc 1px solid;
	border-top: #dfdcdc 1px solid;
	border-bottom: #dfdcdc 1px solid;
	padding: 0 9px;
	width: 164px;
	height: 32px;
	float: left;
	-webkit-appearance: none;
	border-radius: 0;
	margin: 0;
}

.newsletter-submit {
	background: #1c1c1c url(../images/mail.png) no-repeat center;
	text-indent: -9999px;
	border: none;
	width: 34px;
	height: 34px;
	float: left;
	cursor: pointer;
	-webkit-appearance: none;
	border-radius: 0;
	margin: 0;
}

/* 12.3 - Latest Posts Widget */
.widget .latest-posts-list li {
	list-style: none;
	margin: 0 0 14px 30px;
	padding: 0 0 13px 0 !important;
	border-bottom: #dfdcdc 1px solid;
	list-style: none !important;
}

.widget .latest-posts-list li a {
	color: #1c1c1c;
}

.widget .latest-posts-list li:last-child {
	border-bottom: none;
	padding: 0 !important;
	margin: 0 0 14px 30px;
}

.widget .latest-posts-list li .lpl-img {
	float: left;
}

#footer .widget .latest-posts-list li .lpl-img {
	width: 20%;
}

#footer .widget .latest-posts-list li .lpl-img img {
	width: 100%;
}

.widget .latest-posts-list li .lpl-content {
	float: left;
	width: 60%;
	margin: 0 0 0 12px;
}
#articlecontentbox .widget .latest-posts-list li .lpl-content {
	float: left;
	width: 90%;
	margin: 0 0 0 12px;
}


.widget .latest-posts-list li .lpl-content h6 {
	line-height: 1.2;
	text-transform: none;
	font-size: 14px;
	font-weight: bold;
	margin: 0 !important;
}

.widget .latest-posts-list li .lpl-content h6 a {
	text-decoration: none;
}

.widget .latest-posts-list li .lpl-content h6 span {
	font-size: 12px;
	color: #888;
	font-style: italic;
	font-weight: normal;
	display: block;
	margin: 5px 0 0 0;
}

#footer .widget .latest-posts-list li {
	list-style: none;
	margin: 0 0 7px 0;
	padding: 4px 0 4px 0;
}

#footer .one-fourth .widget .latest-posts-list li .lpl-img img {
	width: 50px;
	height: 50px;
}

#footer .one-fourth .widget .latest-posts-list li .lpl-content {
	width: 145px;
}

#footer .lpl-content h6 {
	text-transform: capitalize;
}

/* 12.4 - Tags Widget */
#footer-wrapper .widget .wp-tag-cloud li a {
	list-style: none;
	float: left;
	border: #dfdcdc 1px solid;
	padding: 10px;
	margin: 0 9px 9px 0;
	background: none;
	line-height: 100%;
}

#footer-wrapper .widget .wp-tag-cloud li a {
	text-decoration: none;
}

.widget ul {
	margin: 0;
}

/* 13.0 - Footer */
#footer-wrapper {
	border-top: #d8d8d8 1px solid;
	background: url(../images/horizontal-shadow.png) top center no-repeat;
	width: 94%;
	margin: 40px 0 0 0;
	padding: 40px 3%;
}

#footer-wrapper h6 {
	font-size: 14px;
	text-transform: uppercase;
	color: #1c1c1c;
}

#footer-wrapper p {
	font-size: 12px;
	line-height: 160%;
}

#footer-wrapper a:hover {
	color: #1c1c1c;
}

#footer-wrapper .widget ul li {
	list-style: none;
	font-size: 12px;
	line-height: 160%;
}

#footer-wrapper .widget {
	border-right: #dfdcdc 1px solid;
	padding: 0 8% 0 0;
	margin: 0;
}

#footer-bottom {
	background: #1c1c1c;
	color: #fff;
	text-transform: uppercase;
	font-size: 11px;
	padding: 20px 3%;
}

#footer-bottom a {
	color: #fff;
	text-decoration: none;
}

.footer-columns-4 {
	margin: 0 !important;
}

.footer-columns-4 li.footer-col4 {
	float: left;
	width: 22.7%;
	margin: 0 1.5% 0 0;
	padding: 0 1.5% 0 0;
	list-style: none;
	border: none;
	background: none;
}

.footer-columns-4 li.footer-col4:nth-child(4n) {
	margin: 0;
	padding: 0;
}

#footer-wrapper .footer-columns-4 li.footer-col4:nth-child(4n) .widget {
	border-right: none;
}

.footer-columns-4 li.footer-col4 .full-image {
	width: 100%;
}

/* 13.1 - Footer Menu */
.footer-menu li {
	float: left;
}

.footer-menu li {
	background: url(../images/dot2.png) right center no-repeat;
	padding: 0 10px 0 0;
	margin: 0 10px 0 0;
}

.footer-menu li:last-child {
	padding: 0;
	margin: 0;
}

/* 14.0 - IE Fixes */

/* 14.1 - IE8 */
.ie8 .menu-search-field {
	padding: 17px 0 0 5px !important;
	height: 34px;
	
}
.opinionphoto {
	float: left;
	height: 160px;
	width: 110px;
	margin-right: 10px;
}
#articlecontentbox {
	float: left;
	width: 200px;
}
#articlecontentbox {
	float: right;
	margin-right: 10px;
	width: 220px;
}
.comments-form-note {
    color: #666666;
    font-size:12px;
    display: block;
    font-style: italic;
    margin:10px 0;
}
.clear {  
    clear: both;  
    display: block;  
    overflow: hidden;  
    visibility: hidden;  
    width: 0;  height: 0;
}
