﻿* {
	outline:none;
}
html {
	-moz-background-size:cover;
	-o-background-size:cover;
	-webkit-background-size:cover;
	background:url(/wp-content/themes/lindsayjay/images/grey-lj-logo-background.jpg) no-repeat center center fixed;
	background-size:cover;
	margin:0;
	padding:0;
}
body {
	font-family:Arial;
	font-size:13px;
	font-weight:400;
	line-height:19px;
	margin:0;
	padding:0;
	text-align:center;
}
a {
	color:#DE088B;
	text-decoration:none;
}
a:hover {
	color:#DE088B;
	text-decoration:none;	
}
h1,h2,h3,h4,h5,h6 {
	font-weight:400;
	margin:0;
	padding:0 0 10px;
}
h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover {
	text-decoration:none;
}
h1 {
	font-size:18px;
	line-height:18px;
}
h2 {
	font-size:25px;
	line-height:25px;
}
h3 {
	font-size:18px;
	line-height:18px;
}
h4 {
	font-size:15px;
	line-height:15px;
}
ol {
	margin:0 0 1em 3em;
	padding:0;
}
ul {
	list-style-type:square;
	margin:0 0 1em 3em;
	padding:0;
}
li {
	padding:0 0 2px;
}
form {
	margin:0;
	padding:0;
}
input,textarea,select {
	-khtml-border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:0 none;
	border-radius:5px;
	font-family:Arial;
	font-size:13px;
	padding:5px;
}
input[type=submit],input[type=reset] {
	border:0 none;
	cursor:pointer;
	font-size:13px;
	font-weight:700;
	height:35px;
	padding:0;
	text-transform:uppercase;
	width:142px;
}
input[type=radio],input[type=checkbox] {
	background:transparent;
}
blockquote {
	clear:both;
	font-weight:400;
	margin:5px 20px 10px;
	overflow:hidden;
	padding:10px 0 5px 30px;
}
cite {
	float:right;
	padding:0 0 5px;
}
hr {
	border:0;
	margin:20px 0;
	width:100%;
}
th {
	padding:3px 10px;
	text-transform:uppercase;
}
td {
	padding:0 3px;
}
fieldset {
	margin:0;
	padding:10px;
}
label {
	font-weight:700;
}
legend {
	font-weight:700;
}
.wp-post-image {
	border:0 none;
}
.preload {
	display:none;
}
.divider {
	clear:both;
	height:2px;
	margin:20px 0;
	padding:0!important;
	position:relative;
	width:100%;
}
#header {
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	background-image:url(images/header.png)!important;
	border-radius:15px;
	float:left;
	height:72px;
	margin:-72px 0 0;
	position:relative;
	width:1003px;
	z-index:-999999999;
}
#logo {
	float:left;
	left:11px;
	overflow:hidden;
	position:relative;
	top:10px;
}
#logo img {
	border:0 none;
}
#header-bar {
	float:left;
	height:33px;
	left:11px;
	position:relative;
	top:0;
	width:980px;
}
#header-bar #searchform {
	float:right;
	height:25px;
	position:relative;
	right:4px;
	top:4px;
	width:218px;
}
#header-bar #searchbar {
	background:none;
	border:0 none;
	float:left;
	margin:0 5px 0 0;
	width:180px;
}
#header-bar #searchsubmit {
	background:none;
	border:0 none;
	margin:0;
	padding:0;
	position:relative;
	right:0;
	top:2px;
}
#social-icons {
	float:left;
	position:relative;
}
#social-icons img {
	border:0 none;
	float:left;
}
.tooltip {
	display:none;
	font-size:11px;
	height:14px;
	padding:20px;
	text-align:center;
	width:117px;
	z-index:600;
}
#nav-container {
	float:left;
	height:93px;
	left:10px;
	position:relative;
	top:10px;
	width:600px;
}
#nav,#nav ul {
	line-height:93px;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	position:relative;
}
#nav a {
	display:block;
	font-family:'Arial Black', Arial;
	font-size:14px;
	text-decoration:none;
	text-transform:uppercase;
}
#nav a:hover {
	text-decoration:none;
}
#nav li {
	display:block;
	float:left;
	height:93px;
	margin:0;
	padding:0 20px;
	position:relative;
}
#nav ul {
	display:none;
	left:-10px;
	padding:30px 0 0;
	position:absolute;
	top:68px;
	width:208px;
}
#nav li ul li {
	background:none;
	height:auto;
	margin:0 0 0 4px;
	padding:0;
}
#nav li ul a {
	display:block;
	float:left;
	font-size:12px;
	font-weight:400;
	height:auto;
	line-height:1em;
	padding:10px;
	text-shadow:none;
	width:180px;
}
#nav ul ul {
	top:auto;
}
#nav li ul ul {
	left:190px;
	margin:-5px 0 0 5px;
	padding:5px 0 0;
}
#nav li:hover ul ul,#nav li:hover ul ul ul,#nav li:hover ul ul ul ul {
	display:none;
}
#nav li:hover ul,#nav li li:hover ul,#nav li li li:hover ul,#nav li li li li:hover ul {
	display:block;
}
#page-wrap {
	float:left;
	left:50%;
	margin-left:-500px;
	position:absolute;
	text-align:left;
	top:0;
	width:1000px;
}
#content-wrapper-outer {
	float:left;
	margin-top:-10px;
}
#footer {
	-moz-border-radius:0 0 20px 20px;
	-webkit-border-radius:0 0 20px 20px;
	border-radius:0 0 20px 20px;
	float:left;
	font-size:12px;
	height:12px;
	margin:0;
	padding:0 30px;
	position:relative;
	width:943px;
}
#content-wrapper-inner {
	float:left;
	width:1004px;
}
#main-content {
	-moz-border-radius-bottomleft:15px;
	-moz-border-radius-bottomright:15px;
	-webkit-border-bottom-left-radius:15px;
	-webkit-border-bottom-right-radius:15px;
	background:#FFF;
	border-bottom-left-radius:15px;
	border-bottom-right-radius:15px;
	float:left;
	margin-right:8px;
	padding-bottom:10px;
	padding-left:20px;
	position:relative;
	width:621px;
}
#main-content p {
	margin: 15px 0;
	line-height: 140%;
}
#sidebar {
	background-color: #ffffff;
	border-radius: 0 0 15px 15px;
	float: right;
	padding: 11px 20px 4px;
	position: relative;
	width: 300px;
}
#footer a:hover {
	text-decoration:none;
}
#footer-nav {
	float:left;
	list-style-type:none;
	margin:7px 0 0;
	padding:0;
}
#footer-nav li {
	float:left;
	list-style-type:none;
	margin:0 10px 0 0;
	padding:0;
}
.post-container {
	float:left;
	margin:30px 0 0;
	width:100%;
}
.post-thumbnail-wrapper {
	float:left;
	height:130px;
	position:relative;
	width:120px;
}
.post-thumbnail {
	-khtml-border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	height:100px;
	left:0;
	overflow:hidden;
	position:relative;
	top:0;
	width:100px;
	z-index:2;
}
.post-thumbnail-shadow {
	height:120px;
	left:-6px;
	position:absolute;
	top:-7px;
	width:120px;
	z-index:1;
}
.post-thumbnail img {
	border:0 none;
	height:100%;
	width:100%;
}
.post-content {
	float:left;
	overflow:hidden;
	width:480px;
}
.extended {
	width:600px!important;
}
.meta {
	font-size:11px;
	padding:10px 0 0;
}
.page-title {
	padding-bottom:5px;
}
.subtitle {
	font-size:26px;
	line-height:26px;
	padding:15px 0 0;
}
.col-left {
	float:left;
	padding:0 10px 0 0;
	width:460px;
}
.col-right {
	float:right;
	padding:0 0 0 10px;
	width:460px;
}
.post-image {
	cursor:pointer;
	float:left;
	height:165px;
	margin:10px 10px 0 0;
	overflow:hidden;
	position:relative;
	width:175px;
}
.post-image img {
	width:100%;
}
#panels {
	clear:both;
}
#tabs {
	background-color:#D12BA9;
	border-radius:3px;
	float:left;
	height:30px;
	padding-top:7px;
	width:600px;
}
#tabs ul {
	height:auto;
	list-style-type:none;
	margin:0;
	padding:0;
}
#tabs li {
	clear:none;
	display:inline;
	float:left;
	margin:0;
	outline:none;
	padding:0;
}
#tabs a.tab,#tabs a.tab-active {
	cursor:pointer;
	display:block;
	float:left;
	font-size:14px;
	margin-left:5px;
	padding:7px 10px 4px;
	text-decoration:none;
	text-transform:uppercase;
}
#tabs a.tab-active,#tabs a.tab-active:hover {
	color:#000!important;
	text-decoration:none;
}
.kwicks {
	left:11px;
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	top:0;
	width:980px!important;
}
.kwicks li {
	cursor:pointer;
	display:block;
	height:360px;
	overflow:hidden;
	padding:0;
	position:relative;
}
.kwicks.horizontal li {

	float:left;
	margin-right:0;
}
.kwicks .wp-post-image {
	border:0 none;
}
.slider-shadow {
	background:url(images/slider_shadow.png) repeat-y;
	height:360px;
	position:absolute;
	right:0;
	width:25px;
	z-index:60;
}
.last-slide .slider-shadow {
	background:none!important;
}
#st1,#st2,#st3,#st4,#st5,#st6,#st7,#st8,#st9,#st10 {
	bottom:0;
	float:left;
	height:50px;
	left:0;
	overflow:hidden;
	padding:15px;
	position:absolute;
	z-index:50;
}
.slider-title h1 {
	font-size:14px;
	line-height:18px;
}
#sd1,#sd2,#sd3,#sd4,#sd5,#sd6,#sd7,#sd8,#sd9,#sd10 {
	height:80px;
	padding:15px;
	z-index:50;
}
.slider-desc h1 {
	font-size:23px;
	line-height:23px;
	padding-bottom:5px;
}
#fadeslider {
	height:360px;
	left:11px;
	overflow:hidden;
	position:relative;
	top:0;
	width:980px;
}
#fadeslider img {
	border:0 none;
	width:980px;
}
#fadesliderContent {
	margin-left:0;
	position:absolute;
	top:0;
	width:100%;
}
.fadesliderImage {
	display:none;
	float:left;
	position:relative;
}
.fadesliderImage span {
	display:none;
	padding:15px;
	position:absolute;
	width:950px;
}
.fadesliderImage span h1 {
	font-size:20px;
	line-height:20px;
}
.cap-top {
	left:0;
	top:0;
}
.cap-bottom {
	bottom:0;
	left:0;
}
.cap-left {
	height:330px;
	left:0;
	top:0;
	width:250px!important;
}
.cap-right {
	bottom:0;
	height:330px;
	right:0;
	width:250px!important;
}
#carousel-wrapper {
	float:left;
	height:155px;
	left:11px;
	position:relative;
	top:0;
	width:980px;
}
.carousel {
	float:left;
	margin:28px 0 0 25px;
}
.carousel li {
	float:left;
	height:115px;
	list-style-type:none;
	margin-right:15px;
	overflow:hidden;
	position:relative;
	width:210px;
}
.carousel-image {
	-khtml-border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	height:112px;
	overflow:hidden;
	width:225px;
}
.carousel-shadow {
	background:url(images/image_shadow.png) no-repeat bottom right;
	height:115px;
	left:0;
	position:absolute;
	top:0;
	width:210px;
	z-index:-1;
}
.carousel-image img {
	border:0 none;
	height:100px;
	width:200px;
}
.prev {
	-khtml-opacity:0.7;
	-moz-opacity:0.7;
	cursor:pointer;
	filter:alpha(opacity=70);
	float:left;
	height:120px;
	left:0;
	opacity:0.7;
	position:relative;
	top:19px;
	width:26px;
}
.prev:hover {
	-khtml-opacity:1;
	-moz-opacity:1;
	filter:alpha(opacity=100);
	opacity:1;
}
.next {
	-khtml-opacity:0.7;
	-moz-opacity:0.7;
	cursor:pointer;
	filter:alpha(opacity=70);
	float:right;
	height:120px;
	opacity:0.7;
	position:relative;
	right:0;
	top:19px;
	width:26px;
}
.next:hover {
	-khtml-opacity:1;
	-moz-opacity:1;
	filter:alpha(opacity=100);
	opacity:1;
}
#gallery-wrapper {
	float:left;
	padding-top:20px;
}
#gallery-list {
	float:left;
	margin:0 20px 0 0;
	overflow:hidden;
	width:180px;
}
#gallery-images {
	float:left;
}
.gallery-sidebar {
	width:740px;
}
.gallery-no-sidebar {
	width:940px;
}
.gallery-image {
	cursor:pointer;
	float:left;
	height:165px;
	margin:10px 10px 0 0;
	position:relative;
	width:175px;
}
.gallery-image a,.gallery-image a:hover {
	text-decoration:none;
}
.gallery-image-details h3 {
	font-size:15px;
	line-height:15px;
}
.gallery-image-details {
	-khtml-opacity:0;
	-moz-opacity:0;
	cursor:pointer;
	filter:alpha(opacity=0);
	font-size:12px;
	height:143px;
	left:0;
	opacity:0;
	padding:10px;
	position:absolute;
	top:0;
	width:153px;
}
.gallery-widget h3 {
	background:none!important;
	font-size:16px!important;
	margin:0!important;
	padding:0 0 5px!important;
	text-align:left!important;
}
.widget {
	float:left;
	margin:0 0 15px;
	width:100%;
}
.widget h3 {
	margin:0 0 15px;
	padding:0 0 5px;
	text-align:right;
}
.widget ul {
	list-style:none;
	list-style-image:none;
	margin:0;
	padding:0;
}
.widget li {
	padding:2px 0;
}
.widget li ul li {
	border:0 none;
	padding:2px 0 0 10px;
}
.widget img {
	padding:3px;
}
.post-display {
	font-size:11px;
	line-height:13px;
	margin:0 0 20px;
	overflow:hidden;
	width:300px;
}
.post-display h4 {
	margin:0;
	padding:10px 0 5px;
}
#minislider {
	height:165px;
	overflow:hidden;
	position:relative;
	width:292px;
}
#minislider img {
	border:0 none;
	padding:0;
}
#minisliderContent {
	margin-left:0;
	position:absolute;
	top:0;
	width:100%;
}
.minisliderImage {
	display:none;
	float:left;
	position:relative;
}
.minisliderImage span {
	display:none;
	font-size:11px;
	left:0;
	line-height:13px;
	padding:5px;
	position:absolute;
	width:288px;
}
#recent-comments li {
	border:0 none;
	margin:0 0 15px;
	padding:0;
}
#recent-comments .avatar {
	float:left;
}
#recent-comments .text {
	float:left;
	font-size:11px;
	line-height:10pt;
	padding:0 0 0 5px;
	width:255px;
}
#recent-comments span {
	font-size:11px;
}
#content-wrapper-inner .mc_merge_var {
	clear: both;
	height: 36px;
	margin: 0;
	overflow: hidden;
}
#content-wrapper-inner .mc_merge_var label {
	font-size: 11px;
	height: 12px;
	float: left;
	width: 30%;
	margin: 0 5% 0 0;
	text-align: right;
	padding: 4px 0 0;
}
#content-wrapper-inner #mc-indicates-required {
	clear: both;
	font-size: 10px;
	line-height: 100%;
	opacity: 0.7;
	text-align: right;
	margin: 0 0 6px;
}
#content-wrapper-inner #searchbar,
#content-wrapper-inner .mc_input {
	border: 2px solid #ff468f;
	padding: 5px;
	border-radius: 5px;
	color: #343422;
}
#content-wrapper-inner .mc_merge_var .mc_input {
	margin: 0;
	width: 64%;
	float: right;
}
#content-wrapper-inner #searchbar {
	width: 246px;
	margin: 0 10px 0 0;
}
#content-wrapper-inner .mc_signup_submit {
	text-align: right;
}
#content-wrapper-inner #searchsubmit {
	background:none;
	border:0 none;
	left:0;
	padding:0;
	position:relative;
	top:5px;
}
#comments {
	margin:40px 0 0;
	width:600px;
}
#respond {
	padding:40px 0 10px;
}
#commentlist {
	list-style:none;
	margin:20px 0 0;
	padding:0;
}
#commentlist li ul {
	list-style:none;
}
.comment-body {
	float:left;
	margin:0 0 10px;
	padding:0 0 10px;
	width:100%;
}
.children li {
	list-style-image:none;
}
.children .comment-body {
	float:right;
	width:95%;
}
.children .avatar {
	height:40px;
	width:40px;
}
.comment-left {
	float:left;
	padding-right:10px;
	text-align:center;
	width:auto;
}
.comment-text {
	font-size:12px;
	overflow:hidden;
	padding:10px 0 0;
	width:auto;
}
.comment-text p {
	margin:-10px 0 20px;
}
.comment-meta {
	font-size:12px;
	font-weight:700;
	line-height:12px;
	margin:0 0 10px;
}
.author {
	font-size:8pt;
}
#commentform {
	float:left;
	width:100%;
}
#commentform label {
	padding:0 0 0 5px;
	text-transform:uppercase;
}
#commentform textarea {
	height:150px;
	max-width:560px;
	width:560px;
}
.reply {
	background:url(images/reply.png) no-repeat;
	float:right;
	height:23px;
	width:30px;
}
.cancel-comment-reply {
	font-size:10px;
	font-weight:700;
	padding:5px 0 0;
	text-transform:uppercase;
}
.aligncenter,div.aligncenter {
	display:block;
	margin:0 auto;
	padding:3px;
}
.alignleft {
	float:left;
	margin:0 20px 5px 0;
	padding:3px;
	width:auto;
}
.alignright {
	float:right;
	margin:0 0 5px 20px;
	padding:3px;
	width:auto;
}
.wp-caption {
	border:0 none!important;
	position:relative;
}
.wp-caption img {
	border:0 none;
}
.wp-caption-text {
	font-size:11px;
	margin:0;
	padding:3px 0 0;
}
.left {
	float:left;
	width:auto;
}
.right {
	color:#E3068C!important;
	float:right;
	font-weight:700;
	height:20px!important;
	margin-top:10px!important;
	overflow:hidden!important;
	width:180px!important;
}
.right a {
	color:#E3068C!important;
	font-weight:700;
}
.clear {
	clear:both;
}
.wp-pagenavi,.page-comments {
	border:0!important;
	float:right!important;
	padding:30px 0 0!important;
	width:auto;
}
.wp-pagenavi a,.wp-pagenavi a:link,.wp-pagenavi a:visited,.wp-pagenavi a:active,.wp-pagenavi span.pages,.wp-pagenavi span.extend,.page-numbers,.wp-pagenavi span.current,.page-comments span.current {
	background:transparent!important;
	border:0 none!important;
	display:block!important;
	float:left!important;
	font-family:Arial!important;
	font-size:12px!important;
	font-weight:700!important;
	margin:0 0 0 5px !important;
	padding:2px 8px!important;
	text-transform:uppercase!important;
	width:auto!important;
}
.wp-pagenavi span.current,.page-comments span.current,.wp-pagenavi a:hover,.page-numbers:hover {
	border:0 none!important;
	text-decoration:none!important;
}
.post-navi {
	float:right;
	font-family:Arial!important;
	font-size:12px!important;
	font-weight:700!important;
	margin:10px 0 30px;
	padding:2px 8px 4px!important;
	text-decoration:none!important;
	text-transform:uppercase!important;
}
.post-navi span {
	font-family:Arial!important;
	font-size:12px!important;
	font-weight:700!important;
	margin:0 0 0 5px !important;
	padding:4px 8px!important;
	text-decoration:none;
}
.post-navi a span {
	background:transparent!important;
	font-weight:700!important;
	text-decoration:none!important;
}
.post-navi a:hover span {
	text-decoration:none;
}
.post-navi a:hover {
	text-decoration:none!important;
}
#contact {
	padding:5px 0 0;
}
#contact label {
	display:inline-block;
	float:left;
	height:26px;
	line-height:26px;
	width:50px;
}
#contact .submit {
	float:left;
}
#contact span.required {
	color:red;
	font-size:13px;
}
#message {
	margin:10px 0;
	padding:0;
}
.moderation,.error_message {
	background:#FBE3E4 url(images/error.gif) no-repeat 10px center;
	border:1px solid #FBC2C4;
	color:#8a1f11;
	display:block;
	height:22px;
	line-height:22px;
	padding:3px 10px 3px 35px;
}
.loader {
	float:left;
	height:16px;
	padding:10px;
	width:16px;
}
#contact #success_page h2 {
	background:url(images/success.png) left no-repeat;
	padding:2px 0 0 22px;
}
#twitter_update_list {
	margin:0!important;
	padding:0!important;
	width:4500px;
}
#twitter_update_list ul {
	margin:0!important;
	padding:0!important;
}
#twitter_update_list li {
	background-image:url(images/tli.png);
	background-position:1px 2px;
	background-repeat:no-repeat;
	color:#fff;
	display:inline;
	list-style:none;
	margin-left:58px;
	padding-left:38px;
}
#twitter_update_list li a {
	color:#fff;
}
#twitter_update_list li a:hover {
	color:#000;
	text-decoration:underline;
}
marquee {
	height:23px;
}
#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#sidebar li {
	margin: 0;
	padding: 0;
	background: none;
	border: 0 none;
}
#sidebar #menu-classes a {
	background-color: #dedede;
	border-radius: 5px;
	display: block;
	font-size: 18px;
	line-height: 100%;
	margin: 0 0 6px;
	padding: 8px 10px;
}
#sidebar #menu-classes a:hover {
	color: #FFFFFF;
	background-color: #de088b;
}
#sidebar #recent-comments {
	display: none;
}
#mc_display_rewards {
	display:none;
}
.mc_var_label {
	max-width:100px;
}
.shr-publisher-1 {
	min-width:450px;
}
#mc_signup {
	border:0 solid #e6048c;
	padding:20px 5px 7px 20px;
}
#mc_signup_submit input[type=text] {
	background-color:#E6048C!important;
}
.mc_merge_var {
	padding-bottom:12px;
}
.mc_signup_submit {
	margin-left: 36%;
}
h1,h2,h3,h4,h5,h6,h1 a,h2 a,h3 a,h4 a,h5 a,h6 a,#nav .current-cat a,#nav .current_page_item a,#nav .current-cat-parent a,#nav .current_page_ancestor a,#nav .cat-item a:hover,#nav .page_item a:hover {
	color:#DE088B;
}
#footerlink a:link {
	color:#000!important;
}
#footerlink a:visited {
	color:#000!important;
}
#footerlink a:hover {
	color:#000!important;
}
.mc_merge_var select {
	width:150px!important;
}
.smooth_slider {
	border-radius:10px;
}
.smooth_slider h2 {
	display:none!important;
}
.testimonial {
	background-image:none!important;
	border-bottom:none!important;
	list-style:none;
	margin-left:-20px;
}
.testimonial-author {
	font-weight:700;
	text-align:right;
}
#pageparentdiv {
	display:none!important;
}
#smothslider1 img {
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
}
.socialmedia-buttons {
	float: left;
	height: 118px;
	margin: 0 0 0 17px;
	overflow: hidden;
	padding: 14px 0 0 0;
}
.socialmedia-buttons a {
	border: 0 none;
	height: 130px;
	margin: 0 5px 0 0;
	padding: 0;
	width: 113px;
	display: inline-block;
	position: relative;
	overflow: hidden;
}
.socialmedia-buttons a img {
	width: 115px;
	height: 130px;
	margin: 0;
}
.main_view {
	float:left;
	position:relative;
	z-index:-1;
}
.image_reel a:hover .main_view {
	z-index:99999999;
}
.window {
	height:266px;
	overflow:hidden;
	position:relative;
	width:1000px;
}
.image_reel {
	left:0;
	position:absolute;
	top:0;
	width:6000px!important;
}
.image_reel img {
	float:left;
}
.paging {
	background:url(paging_bg2.png) no-repeat;
	bottom:40px;
	display:none!important;
	height:47px;
	line-height:40px;
	position:absolute;
	right:-7px;
	text-align:center;
	width:178px;
	z-index:100;
}
.paging a {
	color:#fff;
	padding:5px;
	text-decoration:none;
}
.paging a.active {
	-khtml-border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background:#920000;
	border:1px solid #610000;
	font-weight:700;
}
.paging a:hover {
	font-weight:700;
}
#Table_01 td {
	background:none!important;
}
.textwidget {
	overflow:hidden;
}
ul #tbtestimonials-widget {
	margin-left:-10px;
}
#tbtestimonials-widget li.testimonial-slide {
	background-image:none;
	border:none;
	clear:both;
	font-size:1em;
	margin:0!important;
}
#Table_01 img:hover {
	opacity:0.5;
}
#twittertop {
	background-image: url("images/twitterbg-grey.png");
	height: 60px;
	margin: -15px 0 0 -10px;
	padding-left: 24px;
	padding-top: 20px;
	position: relative;
	width: 990px;
	z-index: 2;
}
#tbtestimonials-widget {
	width:300px!important;
}
.spreadshirt-article div {
	display:none!important;
}
.spreadshirt-article {
	height:280px!important;
}
#mc_signup,
#mc_signup #mc_signup_form {
	background-color: transparent;
	border: 0 none;
	margin: 0;
	padding: 0;
}
#mc_signup #mc_signup_submit {
	margin: 0;
	width: 100%;
}
.social_link {
	font-size: 11px;
}
.fb-like-box {
	height: 178px;
	margin: -7px -10px 10px;
	padding: 0;
	width: 310px;
	overflow: hidden;	
}
.instagram-box {
	margin: 0;
	overflow: hidden;
	height: 125px;
}
.instagram-box .instagram-icon {
	background: url("/wp-content/themes/lindsayjay/images/Social/instagram-icon.png") no-repeat scroll 0 0 / 100% auto rgba(0, 0, 0, 0);
	display: inline-block;
	float: left;
	height: 16px;
	width: 16px;
	margin: 0 5px 0 0;
	opacity: .7;
}
.youtube-box {
	border: 0 none;
	float: right;
	height: 68px;
	margin: -5px 0 2px 4px;
	overflow: hidden;
	width: 140px;
}
#youtube-subscribe {
	border: 0 none;
	width: 311px;
	margin: -2px -2px 0 -4px; 
}
#youtube-overlay {
	background: url("/wp-content/themes/lindsayjay/images/Social/youtube-white.png") no-repeat scroll 0 0 / 100% auto rgba(0, 0, 0, 0);
	cursor: pointer;
	float: left;
	height: 66px;
	position: relative;
	width: 144px;
	z-index: 10;
}
#sidebar .testimonial-slide {
	display: none;
}
#sidebar .testimonial-content {
	border-bottom: 1px dotted #A8A8A8;
	padding: 4px 0;
	margin: 5px 0;
}
.page-id-12 #content-wrapper-inner {
	float: left;
	width: 964px;
	background-color: white; 
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	padding: 20px;
	padding-bottom:30px;
}
.page-id-12 #twittertop {
	background-image: url(/wp-content/themes/lindsayjay/images/twitterbg1.png);
}