/*
Theme Name: 2013 Reboot
Theme URI: http://offbeatempire.com/
Description: Universal parent theme for the Offbeat Empire network of sites. Custom design by Iris of Start Here Designs http://startheredesigns.com/. Conversion and code by Jennifer M. Dodd.
Version: 3.0 
Author: Jennifer M. Dodd / Kelly Maguire
Author URI: http://bajada.net/
*/

/* =Print
----------------------------------------------- */
@import url('print.css');


/* old Reboot styles */
@import url('sidebar.css');


cite {
	font-weight: normal;
}

cite .author{
	font-weight: 600;
}

.center {
	text-align: center;
}

hr {
background-color:#C2C0AA;
border:0 none;
color:#C2C0AA;
height:1px;
margin:20px auto;
width:100%;
}


a { word-wrap: normal; }


/* Entry/comment styles. */

.entry,
#sidebar,
.copyright {
	font: 12pt/18pt Georgia, serif;
}

.comment {
	font: 10pt/16pt Georgia, serif;
}

#primary blockquote a,
#primary center a,
.entry a,
.comment a,
#sidebar a,
#addendum a,
#respond a,
.copyright a {
	color: #4d8abd;
}

.post a:hover,
.meta .author a:hover,
.meta .tags a:hover,
.meta .category a:hover,
.meta .comments a:hover,
.comment a:hover,
#sidebar a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
#primary h1 a {
	color: #26231a;
	font-weight: normal;
}

article h1,
article h1 a {
	color: #26231a;
	font: normal 28px/36px Georgia, serif;
}

.entry h1,
.entry h1 a:hover {
	text-decoration: none;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-content p,
.entry-content ul,
.entry-content ol,
.entry-content blockquote,
blockquote p, .comment p, .author-info p {
	margin-top: 0.8em;
}

.entry-content ul {
	list-style: disc outside;
	padding-left: 2em;
}

.entry-content ol {
	list-style: decimal outside;
	padding-left: 2em;
}

.entry-content img { 
	display: block; 
	margin: 9px 9px 0 9px;
	padding: 7px;
	border: 1px solid #c2c0aa;
	background: #fff;
	max-width: 95% !important;
	height: auto;
}

.entry-content img:not(.alignright):not(.alignleft):not(.alignnone){
	margin: auto;
}

.entry p > img:first-child,
.entry p > a:first-child > img:first-child {
	margin-top: 0;
}


img.off,
img.noborder,
img.wp-smiley {
	background: transparent !important;
	padding: 0 !important;
	border: none !important;
}

.entry img.stack {
	clear: none !important;
}


/* Blockquote styles. */

blockquote {
	margin: 18px 36px 9px 36px;
	padding: 9px;
}

.content blockquote {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 18px;
}

blockquote > p:first-child,
blockquote > ul:first-child,
blockquote > ol:first-child {
	margin-top: 0;
}

.comment-content blockquote {
	font: italic 14px/18px Georgia, "Times New Roman", Times, serif;
	color: #555;
	padding: 0 0 0 18px;
	border-left: 1px solid #aaa;
}

blockquote.right {
	width: 200px;
	font-style: normal !important;
	font-size: 14px !important;
	margin: 0 0 9px 18px !important;
	padding: 9px 0 !important;
	border: 3px double #aaa;
	border-width: 3px 0;
	text-align: center;
	float: right;
}

blockquote.left {
	width: 200px;
	font-style: normal !important;
	font-size: 14px !important;
	margin: 0 18px 9px 0 !important;
	padding: 9px 0 !important;
	border: 3px double #aaa;
	border-width: 3px 0;
	text-align: center;
	float: left;
}

blockquote.right p,
blockquote.left p {
	margin: 0 !important;
	line-height: 20px !important;
}

blockquote.highlight {
    width: auto;
	margin: 20px 45px;
	padding: 10px;
	border: 1px solid #c0e3d8;
	border-radius: 9px;
	font-size: 12pt;
	line-height: 16pt;
	background: #aacde3;
-moz-border-radius: 9px;
-webkit-border-radius: 9px;
}

blockquote.commercial {
	margin: 20px 54px;
	padding: 10px;
	border: 1px solid #c9dcbf;
	border-radius: 9px;
	font-size: 12pt;
	line-height: 16pt;
	background: #d0e4c4;
-moz-border-radius: 9px;
-webkit-border-radius: 9px;
}

/* Image styles. */

.size-full {
	margin: 1em auto 0 auto;
}

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

img.alignright {
	margin: 0 0 9px 9px;
}

img.alignleft {
	margin: 0 9px 9px 0;
}

/* WP-CAPTION styles. */

.wp-caption {
	text-align: center;
}

div.wp-caption.alignleft {
	margin: 10px 20px 10px 10px;
}

div.wp-caption.alignleft img,
div.wp-caption.alignright img {
	margin: 0;
}

div.wp-caption.alignright {
	margin: 10px 10px 10px 20px;
}

.wp-caption p.wp-caption-text {
	font-size: 0.8em;
	line-height: 1.2em;
	margin: 0;
	padding: 0;
}

.noborder span.img,
.noborder span.img img,
img.noborder {
	border: 0;
}

/* WP-SMILEY overrides. */

img.wp-smiley,
.post img.wp-smiley {
	clear: none;
	padding: 0;
	margin: 0;
	border: 0;
	background: transparent;
	display: inline;
}






.comment ul.children {
	margin-top: 0;
}

.entry .meta,
.comment .date {
	color: #888777;
	font-size: 12px;
	line-height: 16px;
}

.entry .meta .author,
.entry .meta .date,
.entry .meta .category,
.entry .meta .tags {
	text-transform: uppercase;
}

.meta .photographer {
	padding-left: 30px;
	padding-bottom: 5px;
	display: block;
}

.meta .tags a {
	font-size: 10px;
}

.icon img,
.meta .icon img {
	background: none;
	border: 0;
	margin: 0;
	padding: 0 10px 0 0;
	vertical-align: middle;
	display: inline-block;
}

.entry .category,
.entry .date {
	padding-right: 20px;
}

.entry .comments {
	float: right;
	text-transform: none;
}

.entry .continue {
	font-weight: 600;
}

/* Main layout centering and width. */

#feature h3 {
	padding-top: 10px;
}

#feature ul {
	list-style: disc outside;
	padding-left: 2em;
	padding-bottom: 10px;
}

/* eric's mods: prevents the feature cycler from showing all the features at initial page load */
#feature-container {
	height: 255px;
	overflow: hidden;
}

#feature-container.taller {
	height: 290px;
}

#slides .slide {
	visibility: hidden;
}

#slides .slide.first {
	visibility: visible;
}


#content .wide .entry {
	padding: 0;
}

#cse-search iframe {
	width: 747px;
}


/* Image block styles. */

div.imagecontainer {
	text-align: center;
	margin: 0 auto;
}

div.imageblock {
	display: block;
	margin: 0 auto;
}

div.imageblock p {
	display: inline;
}

div.imageblock a,
div.imageblock a img {
	float: left;
	padding: 0;
	margin: 0;
}

div.imageblock img.tracker {
	float: right;
	margin: 0;
	padding: 0;
	border: 0;
}

div.imageblock .imageblockimg {
	display: block;
	height: 200px;
	width: 200px;
	float: left;
	margin: 0px;
	overflow: hidden;
}

div.imageblock .imageblockimg img,
div.imageblock .imageblockimg a,
div.imageblock .imageblockimg a img {
	float: none;
	margin: 0 auto;
	padding: 0;
}

div.gallery {
	clear: both;
}


/* Masthead styles. */

/* Chicklet Bar */

.right-chicklets { float: left; display: block; }

#sites {
	position: relative;
}

.mobile-only, #sites ul.mobile-only { display: none;}



form#cse-search-box.sidebar-search {
	margin-top: -4px;
}

form#cse-search-box fieldset input#q  {
	background-image: url('images/obb_icons_search.png');
	background-position: right 6px;
	padding-left: 8px;
	padding-right: 22px;
	height: 28px;
	font-size:16px;
	border-radius: 12px;
	background-color: #69675B;
	background-repeat: no-repeat;
	border: 0;
	color: #fff;
}

#mobile-cse-search-box input { 
	background-image: url('images/icons/magnify.png');
	background-repeat: no-repeat;
	background-position: 4px 4px;
	padding-left: 22px;
		background-color: #565247;
	height: 22px;
	border: 0;
	border-radius: 10px;
	}

.ucc-social-search-form input[type="submit"] {
	display: none;
}

#sites {
	height: 40px;
}

#sites ul.right-chicklets {
	float: right;
}

#sites ul {
	padding-top: 11px;
}

#sites ul li a,
#sites span a {
	border-radius: 5px;
	color: #fff;
	font: 11px/11px Georgia, serif; 
	padding: 5px 10px;
	text-transform: uppercase;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#sites ul li a:hover,
#sites ul li a:active,
#sites span a:hover,
#sites span a:active {
	background: #5d9fca;
	color: #000;
}

#sites p {
	padding-top: 11px;
}

#offbeat-blogs {
	float: left;
}

#offbeat-blogs li{
	margin-right: 5px;
}


#sites .right-chicklets li a:hover,
#sites .right-chicklets li a:active{
  background: #000;
  color: #fff;
}
#sites ul#offbeat-blogs li a {
	color: #fff;
}
#sites ul#offbeat-blogs li:hover > a {
	color: #000;
}

#logo {
	clear: both;
	height: 197px;
	position: relative;
}

#homepage {
	height: 197px;
}

#homepage a {
	height: 160px;
}

#homepage div {
	height: 160px;
}

#pages {
	position: absolute;
	bottom: 0;
	left: 0;
}

#pages ul {
	float: left;
	position: relative;
}

#pages ul li {
	background: url( "images/pages-li-left-bkg.gif" ) no-repeat top left;
	float: left;
	height: 37px;
	padding-left: 10px;
	position: relative;
	margin-right: 5px;
	margin-top: 6px;
}

#pages ul li a {
	background: url( "images/pages-li-bkg.gif" ) no-repeat top right;
	color: #c2c1a9;
	display: block;
	float: left;
	font: 16px/35px Georgia, serif;
	height: 37px;
	padding-right: 10px;
}

#pages ul li:hover {
	background: url( "images/pages-li-hover-left-bkg.gif" ) no-repeat top left;
}

#pages ul li:hover a,
#pages ul li a:hover {
	background: url( "images/pages-li-hover-bkg.gif" ) no-repeat top right;
	color: #26231a;
}

#pages ul li.current,
#pages ul li.current:hover {
	background: url( "images/pages-li-current-left-bkg.gif" ) no-repeat top left;
	color: #26231a;
}

#pages ul li.current a,
#pages ul li.current:hover a,
#pages ul li.current a:hover {
	background: url( "images/pages-li-current-bkg.gif" ) top right no-repeat;
	color: #fff;
}

#pages ul li a span.new {
	background: url("icons/new-white.png") no-repeat 100% 0%;
}

#pages ul li:hover a span.new,
#pages ul li a:hover span.new {
	background: url("icons/new-grey.png") no-repeat 100% 0%;
}

#subpages {
	padding-top: 12px;
}

#subpages ul {
	position: relative;
}

#subpages ul li {
	display: inline;
	padding-right: 8px;
}

#subpages ul li a , #subpages h3.menu-toggle{
	border-radius: 5px;
	color: #fff;
	font: 16px/16px Georgia, serif;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

#subpages ul li a:hover,
#subpages ul li a:active {
	background-color: #5d9fca;
	color: #000;
}

#subpages ul li a img {
	background: none;
	border: 0;
	margin: 0 0 4px 0;
	padding: 0 5px 0 0;
	vertical-align: middle;
}

#subpages ul li.search {
	position: absolute;
	top: -5px;
	right: 0;
	font: 16px/16px Georgia, serif;
	text-align: right;
	width: 261px;
}

#subpages ul li.search label {
	color: #fff;
}

#subpages ul li.search input {
	border: 1px solid #69675b;
	color: #000;
	font: 14px/14px Georgia, sans-serif;
	text-align: left;
}

/* Feature styles. */

#feature-container {
	background: url( "images/feature-bkg.gif") top left no-repeat;
	color: #fff;
	padding-top: 10px;
}

#feature {
	color: #fff;
	padding-bottom: 10px;
}

#feature .meta h3 {
	text-transform: uppercase;
	color: #fff;
}

#feature .comments {
	padding-right: 0;
}

#feature	h2,
#feature	h3 {
	color: #fff;
}

.slide-container {
	width: 960px;
}

.slide-container td.slide-left,
.slide-container td.slide-right {
	display: table-cell !important;
	vertical-align: middle;
	width: 40px;
}

.slide-container td.slide-left a,
.slide-container td.slide-right a {
	display: block !important;
	height: 193px;
	width: 40px;
}

a#prev-item {
	background: url( "images/feature-left-bkg.gif" ) no-repeat center center;
}

a#prev-item:hover {
	background: url( "images/feature-left-hover-bkg.gif" ) no-repeat center center;
}

a#next-item {
	background: url( "images/feature-right-bkg.gif" ) no-repeat center center;
}

a#next-item:hover {
	background: url( "images/feature-right-hover-bkg.gif" ) no-repeat center center;
}

.slide-container td.slide-middle {
	padding: 20px;
}

.slide {
	clear: both;
}

#slides .image {
	background: #fff;
	float: left;
	width: 286px;
}

#slides .image img {
	background: #fff;
	border: 1px solid #26231a;
	margin: 7px;
	max-width: 270px;
	max-height: 185px; 
	}

#slides .entry {
	color: #fff;
	margin-left: 306px;
	padding: 0;
}

#slides .entry h1,
#slides .entry h1 a {
	color: #fff;
	font-size: 24px;
	line-height: 32px;
}

/* Sticky styles. */
#sticky-container {
	background: url( "images/sticky-bkg.gif") top left no-repeat;
	color: #fff;
	padding-top: 10px;
	width: 960px;
	margin: 10px auto;
}

#sticky {
	color: #fff;
	background: url( "images/sticky-bkg.gif") no-repeat bottom left;
	padding-left: 50px;
	padding-right: 30px;
	padding-bottom: 10px;
}

#sticky .entry {
	padding: 0;
}

#sticky .entry p {
	padding-left: 26px;
}

#sticky .category {
	padding-right: 0;
}

#sticky .meta h3 {
	text-transform: uppercase;
	color: #fff;
}


/* Lede style. */


.lede.special {
	text-transform: none;
}

.lede h1, .lede h2,
.lede h1 a,
.lede h1 a:hover {
	color: #fff;
	font: 500 18px/42px Georgia, serif;
	letter-spacing: 2px;
	text-transform: uppercase;
}

/* Content styles. */

#content-container {
	background: #2e2c26;
	color: #fff;
}

#content {
	color: #23261a;
}

#content .entry {
	padding: 15px 20px 20px;
}

#content .entry.wideimg {
	background: url( "images/feature-image-bkg.gif" ) repeat-y top left;
}

.follow-up.format-image footer a {
	color: #359cc8;
	font: 16px/36px Georgia, serif;
	font-weight: 600;
}


#sidebar-container {
	background: url( "images/sidebar-bkg.gif" ) top left no-repeat;
	color: #23261a;
	padding-top: 6px;
	width: 340px;
}



#pinbadgewrapper2 {
	margin-left: 30px !important;
}

#sidebar aside li {
	border-bottom: 0;
	border-top: 0;
	padding: 10px 20px;
}

#sidebar aside table li {
	padding: 5px 10px;
	font-size: 0.9em;
	line-height: 1.1em;
}

#sidebar li.intro {
	padding: 20px;
	font-size: 10pt;
	line-height: 14pt;
}

#sidebar li.intro p.center {
	margin: 0 auto;
	text-align: center;
}

#sidebar li.intro img {
	background: #fff;
	border: 1px solid #c2c0aa;
	margin: 0 auto;
	padding: 7px;
	text-align: center;
}

#sidebar li.intro img.icon {
	background: transparent;
	border: 0px;
	margin: 0 8px;
	padding: 0;
	text-align: none;
}

#sidebar li.oio li {
	border: 0;
	padding: 0;
	float: left;
}


#sidebar li.ykw {
	border-bottom: 0;
	border-top: 0;
	margin: 0;
	line-height: 0;
}	

#sidebar li.ykw a {
	line-height: 0;
}

#sidebar li.lastn ul {
	padding-left: 26px;
}

#sidebar li.lastn li {
	text-indent: -26px;
}

#sidebar li.cloud {
	font-size: 0.8em;
	padding: 20px;
}

#sidebar li.cloud a {
}

#sidebar li.flickr {
}

#sidebar li.flickr p {
	font-size: 0.8em;
}

#sidebar li.archives li {
	padding: 0 20px;
}

#sidebar li.archives {
	padding: 20px;
}

#sidebar li.monthly li {
	padding: 0 20px;
}

/* Most recent posts styles. */

div.recent {
	border-bottom: 1px solid #c2c0aa;
}

/* Individual post styles. */

#individual .comments {
	padding-right: 0;
}

#individual .tag {
	background: url( "images/icons/led/tag_blue.png" ) no-repeat center left;
	padding-left: 26px;
	padding-right: 20px;
}

/* Comments styles. */

#comments {
	padding: 20px;
}

#comments .even>.vcard {
	background: url( "images/speak-dcd9c7-fix.gif" ) no-repeat bottom left;
	padding-bottom: 16px;
}

#comments .even .comment-content,
#respond {
background: #dcd9c7;
}

#comments .odd>.vcard {
	background: url( "images/speak-e5e3d6-fix.gif" ) no-repeat bottom left;
	padding-bottom: 16px;
}

#comments .odd .comment-content {
background: #e5e3d6;
}

#comments .comment.comment-author-arielmeadow>.vcard,
#comments .comment.comment-author-offbeatmegan>.vcard,
#comments .comment.comment-author-copyeditor>.vcard,
#comments .comment.comment-author-wolfgang>.vcard,
#comments .comment.comment-author-superman>.vcard {
	background: url( "images/speak-d0e4c4-fix.gif" ) no-repeat bottom left;
}

#comments .comment-author-arielmeadow > .comment>.comment-content,
#comments .comment-author-offbeatmegan > .comment>.comment-content,
#comments .comment-author-copyeditor > .comment>.comment-content,
#comments .comment-author-wolfgang > .comment>.comment-content,
#comments .comment-author-superman > .comment>.comment-content{
	background: #d0e4c4;
}

.comment-content,
#respond {
	border-radius: 9px;
	margin-bottom: 10px;
	padding: 5px 10px 10px;
	position: relative;
-moz-border-radius: 9px;
-webkit-border-radius: 9px;
}

#comments .comment.comment-author-arielmeadow>.vcard,
#comments .comment.comment-author-catrocketship>.vcard {
	background: url( "images/speak-d0e4c4-fix.gif" ) no-repeat bottom left;
	padding-bottom: 16px;
}

#comments .comment.comment-author-arielmeadow>.post,
#comments .comment.comment-author-catrocketship>.post	{
	background: #d0e4c4;
}

#comments .comment-content embed,
#comments .comment-content object,
#comments .comment-content iframe,
#comments .comment-content img {
	max-width: 90%;
//	height: 90%;
	margin-left: auto;
	margin-right: auto;
	overflow: scroll;
}

#comments .comment-content img.smiley,
#comments .comment-content img.wp-smiley {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	border: 0;
	display: inline;
}
.bubble-wrap {
	  padding-bottom: 16px;
}
.even .bubble-wrap {
  background: url( "http://media.offbeatbride.com/wp-content/themes/reboot/images/speak-dcd9c7-fix.gif" ) no-repeat bottom left;
}

.odd .bubble-wrap {
 background: url( "http://media.offbeatbride.com/wp-content/themes/reboot/images/speak-e5e3d6-fix.gif" ) no-repeat bottom left;
}
/* green bubble! */
.comment-author-arielmeadow > .comment>.bubble-wrap,
.comment-author-offbeatmegan > .comment>.bubble-wrap,
.comment-author-superman > .comment>.bubble-wrap,
.comment-author-wolfgang > .comment>.bubble-wrap,
.comment-author-copyeditor > .comment>.bubble-wrap,
.bymod > .comment > .bubble-wrap,
.comment-author-littleredlupine > .comment > .bubble-wrap {
 background: url("http://media.offbeatbride.com/wp-content/themes/reboot/images/speak-d0e4c4-fix.gif") no-repeat bottom left;
}
.comment .comment {
  margin-top: 0;
  margin-left: 0;
}


#respond {
	background: #e5e3d6;
	margin: 40px 0px 20px 0;
	padding-top: 10px;
}

ol.commentlist #respond {
	margin: 10px 0px 10px 30px;
}

#respond p {
	line-height: 30px;
}

#respond form table {
	width: 360px;
}

#respond form table td {
	padding-top: 10px;
}


#respond form input {
	border: 1px solid #436a3b;
}

#respond form p input#submit {
	width: auto;
	border: 0px;
	margin-right: 1%;
}
 
#respond p.subscribe-to-comments label {
	float: none;
	width: auto;
}

#respond small {
	line-height: 16px;
}

#respond div.textwidget ul {
	list-style: disc;
	margin-left: 1.0em;
}


.comment img.avatar {
	background: #fff;
	border: 1px solid #ddd9d2;
	padding: 5px;
	margin: 0 10px 6px 0;
	float: left;
}

.comment .meta {
	display: block;
}

.comment-content {
	clear: left;
	padding-top: 10px;
}

.comment .reply {
	text-align: right;
}

.comment-reply-link {
	background: url( "images/icons/led/arrow_right.png" ) no-repeat center left;
	padding-left: 26px;
	text-decoration: none;
}

.comment .reply a,
.comment .reply a:hover,
.comment .report a,
.comment .report a:hover {
	text-decoration: none;
}

.comment .reply a .replytext:hover,
.comment .report a .reporttext:hover {
	text-decoration: underline;
}


.comment {
	position: relative;
}

.comment .report {
//	float: left;
	position: absolute;
	top: 10px;
	right: 10px;
	background: url( "images/icons/led/cross_octagon.png" ) no-repeat center left;
	padding-left: 26px;
	text-decoration: none;
}


/* Four-up layout styles. */

table.four-up,
table.related {
	border-collapse: separate;
}

.four-up td,
.related td {
	border-bottom: 1px solid #c2c0aa;
	border-top: 1px solid #fff;
	width: 325px;
}

.four-up .up-left,
.four-up .down-left,
.related .up-left,
.related .down-left {
	border-right: 1px solid #c2c0aa;
}

.four-up .up-right,
.four-up .down-right,
.related .up-right,
.related .down-right {
	border-left: 1px solid #fff;
}

.follow-up img,
.four-up img {
	background: #fff;
	border: 1px solid #c2c0aa;
	margin: 0 auto;
	padding: 7px;
}

.follow-up img {
	margin-top: 5px;
}

.four-up .comments,
.follow-up .comments {
	padding-right: 0;
}

/* Pagination styles. */

.pagination {
	padding: 20px 0;
}

.pagination p {
	color: #888777;
	font: 18px/18px Georgia;
	text-align: center;
}

.pagination p span a,
.pagination p a.page-numbers {
	background: #aacde3;
	color: #888777;
	font-family: Arial, sans-serif;
	padding: 4px 12px;
}

.pagination p span a:hover,
.pagination p span a:active,
.pagination p a.page-numbers:hover,
.pagination p a.page-numbers:active {
	background: #5d9fca;
	color: #fff;
}

.pagination p span.this,
.pagination p span.current {
	background: #436a3b;
	color: #fff;
	font-family: Arial, sans-serif;
	padding: 4px 12px;
}

.follow-up .entry {
	clear: both;
}

.follow-up .thumbnail {
	width: 191px;
}

.related .thumbnail {
	width: 90px;
	float: left;
}

.related .thumbnail {
	margin-right: 20px;
	margin-bottom: 10px;
}

.follow-up .header,
.follow-up .post {
	margin-left: 211px;
}

.follow-up .wideimg .header,
.recent .wideimg .header,
.follow-up .wideimg .post,
.recent .wideimg .post {
	margin-left: 0px;
}

.related .thumbnail img {
	background: #fff;
	border: 1px solid #c2c0aa; 
	padding: 7px;
}

#cse-search iframe {
	width: 600px;
}



/* OIO Banner Zone styles. */

div.obz-local {
	margin: 0 auto;
	height: 60px;
/*	width: 610px; */
	width: 478px;
	border: 1px solid #e33258;
	background: #e33258;
}

div.obz-container {
	clear:both;
	margin: 10px 0 10px 30px;
	text-align: center;
}

div.obz-premium,
div.obz-standard {
	margin: 0 auto;
	padding-left: 10px;
	height: 60px;
	background: url("/wp-content/uploads/2010/01/sponsor.gif") top left no-repeat;
}

div.obz-premium img,
div.obz-standard img {
	margin: 0;
	padding: 0;
}

/* for our hand-placed adsense ads */
.inline-googly {
	float: right;
	width: 340px;
	margin-left: 10px;
}

/* OIO Link Zone styles. */

.post {
	padding-top: 10px;
}

.olz,
.oio-link-zone {
	margin: 0px;
	padding: 0px !important;
	background: none !important;
	list-style: none !important;
	list-style-type: none !important;
	list-style-image: none !important;
	border: 1px solid #c0e3d8;
	border-radius: 9px;
-moz-border-radius: 9px;
-webkit-border-radius: 9px;
	font: 12px/15px 'Trebuchet MS', Tahoma, Verdana, Helv, Helvetica, Arial, sans-serif;
}

.olz ul,
.oio-link-zone ul {
	background: none !important;
}

.olz li:before,
.oio-link-zone li:before {
	content: " " !important;
}

.olz li,
.oio-link-zone li {
	float: left;
	overflow: hidden;
	display: inline !important;
	margin: 0px;
	padding: 2px;
	background: none !important;
	clear: none !important;
	border: none !important;
}

.olz li a,
.oio-link-zone li a {
	background: none !important;
}

.olz a,
.oio-link-zone a {
	border: none;
	display: block;
	margin: 0px !important;
	padding: 2px 2px 0 2px !important;
	color: #a92823;
	font-weight: 600;
}

.olz .desc,
.oio-link-zone .desc {
	padding: 0 2px 2px 2px;
}

.olz .empty {
}

.clearfix {
	clear: both;
}

.copyright {
	font: normal 10px/14px Georgia, sans-serif;
	padding: 20px;
	text-align: center;
}

.postlink {
	font-size: 0.8em;
	line-height: 16px;
}

.postlink img {
	display: inline;
}

#respond .post fieldset .dramaz,
#respond .post fieldset .dramaz p,
#respond .post fieldset .dramaz p a {
	font: 12px/16px Georgia, serif;
}

#elist_101 input.text {
width: 300px; 
font-size: 24px; 
margin: 10px 0; 
padding: 6px;
}

#elist_101 input.submit {
font-size: 24px; 
padding: 4px; 
}

#offbeat_weddings_101 ul li em {
font-size: 13px;
}

#offbeat_weddings_101 ul li {
margin: 0.5em 0;
}

#offbeat_weddings_101 ul {
border-bottom: 1px dotted #CCC;
margin: 0 0 0 0;
padding: 0 0 20px 63px;
}

.js #feature {
	display: none;
}

.wpcf7 label {
}

.wpcf7 input {
	font-style: normal;
}

.wpcf7 input.wpcf7-validates-as-required {
	border: 1px solid #436a3b;
}

.wpcf7 textarea {
	border: 1px solid #436a3b;
}

.wpcf7-form-control-wrap input {
	font-style: normal;
}

.wpcf7-form-control-wrap input.wpcf7-text {
	border: 1px solid #436a3b;
}

.wpcf7-form-control-wrap textarea {
	border: 1px solid #436a3b;
}

/* Archives Index (/archives) */
.archives_index .tableOfContents {
background-color: #F1F0E9;
border: 1px solid #DDD9D2;
padding: 10px;
text-align: center;
}

.archives_index .tableOfContents img, 
.archives_index h2 img {
background: none;
border: none;
display: inline-block;
margin: 0 5px 0 0;
padding: 0;
}

.archives_index ul.category_list {
margin: 0 0 0 0;
padding: 0 0 0 0;
}

.archives_index ul.category_list li.categories {
color: #F7F6F2;
font-size: 1px;
list-style-type: none;
}

.archives_index ul.category_list li ul {
margin: 0 0 20px 10px;
padding: 0 0 0 10px;
}

.archives_index ul.category_list li ul li {
color: #26231A;
font-size: 18px;
font-weight: bold;
list-style-type: disc;
margin-bottom: 20px;
}

.archives_index ul.category_list li ul li ul.children li {
color: #26231A;
font-size: 16px;
font-weight: normal;
list-style-type: circle;
margin-bottom: 0;
}

.archives_index ul.category_list li ul li ul.children li ul {
margin-bottom: 0;
}

/* Advertise Index */
.advertise_index h2 img {
background: none;
border: none;
display: inline-block;
margin: 5px 5px 0 0;
padding: 0;
}

/* Individual Pages h1 */
h1.pages_title {
font-size: 2em;
margin-left: 50px;
padding-top: 20px;
}

h1.pages_title .edit {
font-size: 50%;
}

.portfolio-slideshow img {
	border: 0;
}

.entry .header .meta .tags {
	line-height: 1.2em;
}

/* New blockquote styles, added 06/09/2011. */

blockquote.promo,
blockquote.sponsor,
blockquote.affiliates,
blockquote.duh {
	margin: 10px 20px 0 20px;
	padding: 0 0 10px 82px;
	border: 0px;
	border-bottom: 1px solid #c2c0aa;
	background: transparent url(http://media.offbeatbride.com/wp-content/themes/reboot/images/obe-blockquote-bkg.png) top left no-repeat;
	font: normal 12pt/16pt Georgia, serif;
	min-height: 72px;
}

blockquote.duh {
	background: transparent url(http://media.offbeatbride.com/wp-content/themes/reboot/images/blockquote-bkg-duh.png) top left no-repeat;
}

blockquote.promo {
	padding-top: 10px;
	background-position: 0 10px;
	border-top: 1px solid #c2c0aa;
} 

.author-info {
	margin: 0;
	padding: 10px 0;
	border: 0px;
	border-top: 1px solid #c2c0aa;
	border-bottom: 1px solid #c2c0aa;
	background: transparent url(http://media.offbeatbride.com/wp-content/themes/reboot/images/obe-blockquote-bkg.png) 0px 10px no-repeat;
	font: normal 11pt/14pt Georgia, serif;
	min-height: 72px;
}

.author-info span.gravatar {
	float: left; 
	width: 72px;
	display: block;
	text-align: center;
}

.author-info.simple {
	min-height: 0px;
	padding: 10px 0 0;
	background-image: none;
	text-align: center;
}

blockquote.intro {
	color: #69675c;
	font: italic 14pt/20pt Georgia, serif;
	text-align: center;
	margin: 10px 0 0;
	padding: 0 0 10px;
	border: 0px;
	border-bottom: 1px solid #c2c0aa;
}

blockquote.outro {
	color: #69675c;
	font: italic 14pt/20pt Georgia, serif;
	text-align: center;
	margin: 10px 0 0;
	padding: 10px 0 0;
	border: 0px;
	border-top: 1px solid #c2c0aa;
}

blockquote.intro.noborder,
blockquote.outro.noborder {
	border: 0px;
}

blockquote.pullright,
blockquote.pullleft {
	width: 240px;
	background: #ebeae6;
	color: #69675c;
	border: 0px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	-opera-border-radius: 9px;
	-khtml-border-radius: 9px;
	border-radius: 9px;
	font: italic 16pt/22pt Georgia, serif;
	padding: 0;
}

blockquote.pullright {
	float: right;
	margin: 18px 0 0 18px;
}

blockquote.pullleft {
	float: left;
	margin: 18px 18px 0 9px;
}

blockquote.pullright p,
blockquote.pullleft p {
	background: transparent url(http://media.offbeatbride.com/wp-content/themes/reboot/images/pullquote-bkg-left.png) top left no-repeat;
	margin: -18px 0 0 -18px;
	padding: 27px 9px 9px 27px;
}

blockquote.question {
	border: 0px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	-opera-border-radius: 9px;
	-khtml-border-radius: 9px;
	border-radius: 9px;
	font: normal 12pt/18pt Georgia, serif;
	margin: 9px 0 0;
	padding: 18px;
}

blockquote.question>div {
	margin: 0 -45px -45px 0;
	padding: 0 45px 45px 0;
	background: transparent url(http://media.offbeatbride.com/wp-content/themes/reboot/images/obe-blockquote-bkg-question.png) bottom right no-repeat;
}

blockquote.question>div>div {
	background-image: none;
}

blockquote.question img,
blockquote.question div.wp-caption.alignleft, 
blockquote.question div.wp-caption.alignright {
}

blockquote.quote {
	margin: 10px 20px;
	padding: 18px 36px;
	background: #ebeae6;
	color: #69675c;
	border: 0px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	-opera-border-radius: 9px;
	-khtml-border-radius: 9px;
	border-radius: 9px;
	font: normal 12pt/18pt Georgia, serif;
}

blockquote.quote>div {
	margin: -27px 0 0 -36px;
	padding: 27px 0 0 36px;
	background: transparent url(http://media.offbeatbride.com/wp-content/themes/reboot/images/blockquote-bkg-quote-left.png) top left no-repeat; 
}

blockquote.quote>div>div {
	margin: 0 -36px -27px 0;
	padding: 0 36px 27px 0;
	background: transparent url(http://media.offbeatbride.com/wp-content/themes/reboot/images/blockquote-bkg-quote-right.png) bottom right no-repeat;
}


/* ILC Slider overrides. */

.slider-container img {
	margin: 0 auto;
	padding: 0;
	border: 0px;
	background: transparent;
}

.slider-container div div {
	text-align: center;
	margin: 0 auto;
}

/* Outbrain style overrides. */

.post.outbrain .div-wrapper { padding-bottom: 0px !important; }
.post.outbrain .div-wrapper li { line-height: 1.2em !important; }
.post.outbrain .outbrain_dual_ad_whats_A_class { float: right; width: 36px; text-align:right; margin-top: -22px; }
.post.outbrain .outbrain_dual_ad_ul_1_dual { margin-bottom: 0px; padding-bottom: 0px !important; }
.post.outbrain .outbrain-recommendationsFieldset ul, .div-wrapper-right .outbrain-recommendationsFieldset ul { margin-bottom: 0px !important; }
.post.outbrain .outbrain-no-border UL, .div-wrapper-right .outbrain-no-border ul { padding-top: 0px !important; }
.post.outbrain .what_is_container { font-size: 0px; height: 0px !important; padding-bottom: 0px !important; }
.post.outbrain h2#outbrain-us { margin-top: 0px !important;line-height: 1.0em !important; }

.empire-footer {
	height: 90px;
	overflow: hidden;
}
.empire-footer td {
	padding: 5px;
	vertical-align: top;
}
.empire-footer td td {
	padding: 0 0 5px 5px;
}
.empire-footer td .icon {
	margin: 0px;
}
.empire-footer .item-container {
	display: block;
	width: 200px !important;
	float: left;
}
.empire-footer .strip-like {
	display: none !important;
}
.empire-footer .strip-rec-link-img {
	display: block;
	width: 62px;
	height: 62px;
	margin: 0 !important;
	padding: 0 !important;
	border: 0px !important;
	background: transparent !important;
	float: left;
}
.empire-footer .strip-img {
	margin: 0px !important;
	padding: 0px !important;
	border: 1px solid #fff !important;
	background: transparent !important;
}
.empire-footer .strip-text-content {
	margin: -6px 0 0 65px !important;
	padding: 0 !important;
	color: #fff !important;
}
.empire-footer .strip-rec-link-title,
.empire-footer .rec-src-link {
	font: normal 11px/12px Arial, sans-serif !important;
	line-height: 12px !important;
}
.empire-footer .strip-rec-link-title {
	height: 48px !important;
	overflow: hidden !important;
	display: block !important;
}
.empire-footer .strip-text-content a {
	color: #fff !important;
	display: inline !important;
}
.empire-footer a.what_is_link {
	color: #fff !important;
}
.empire-footer .CancelRecommendationDiv {
	font: normal 11px/12px Arial, sans-serif !important;
	line-height: 12px !important;
}

/* OIO Publisher overrides. */
#oiopub-container {
	width: 600px;
	background: #f7f6f2;
	margin: 0 auto;
}

#oiopub-container td {
	padding: 5px 10px;
}

#oiopub-container li.error {
	color: #f00;
}

input.oiopaymentbutton {
	background-color: #87BE52;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#87BE52 0%), to(#537B2C 50%));
	/* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #80B74B 0%, #80B74B 50%, #537B2C 50%, #80B74B 100%);
	background-image: -moz-linear-gradient(top, #80B74B 0%, #80B74B 50%, #537B2C 50%, #80B74B 100%);
	background-image: -ms-linear-gradient(top, #80B74B 0%, #80B74B 50%, #537B2C 50%, #80B74B 100%);
	background-image: -o-linear-gradient(top, #80B74B 0%, #80B74B 50%, #537B2C 50%, #80B74B 100%);
	background-image: linear-gradient(top, #80B74B 0%, #80B74B 50%, #537B2C 50%, #80B74B 100%);
	border: 1px solid #58832F;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(114, 146, 82, 0.4), 0 1px 3px #333333;
	-moz-box-shadow: inset 0px 0px 0px 1px rgba(114, 146, 82, 0.4), 0 1px 3px #333333;
	-ms-box-shadow: inset 0px 0px 0px 1px rgba(114, 146, 82, 0.4), 0 1px 3px #333333;
	-o-box-shadow: inset 0px 0px 0px 1px rgba(114, 146, 82, 0.4), 0 1px 3px #333333;
	box-shadow: inset 0px 0px 0px 1px rgba(114, 146, 82, 0.4), 0 1px 3px #333333;
	color: #fff;
	font: 20px "Georgia", serif;
	line-height: 1;
	padding: 12px 0 14px 0;
	text-align: center;
	text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.8);
	width: 180px; }
input.oiopaymentbutton:hover {
	background-color: #8BC156;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#8CC357 0%), to(#608F33 50%));
	/* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #8BC156 0%, #6BA039 50%, #6BA039 50%, #537B2C 100%);
	background-image: -moz-linear-gradient(top, #8BC156 0%, #6BA039 50%, #6BA039 50%, #537C2C 100%);
	background-image: -ms-linear-gradient(top, #8BC156 0%, #6BA039 50%, #6BA039 50%, #537C2C 100%);
	background-image: -o-linear-gradient(top, #8BC156 0%, #6BA039 50%, #6BA039 50%, #537C2C 100%);
	background-image: linear-gradient(top, #8BC156 0%, #6BA039 50%, #6BA039 50%, #537C2C 100%);
	cursor: pointer; }
input.oiopaymentbutton:active {
	background-color: #8BC156;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#8CC357 0%), to(#608F33 50%));
	/* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #8BC156 0%, #6BA039 50%, #6BA039 50%, #537B2C 100%);
	background-image: -moz-linear-gradient(top, #8BC156 0%, #6BA039 50%, #6BA039 50%, #537C2C 100%);
	background-image: -ms-linear-gradient(top, #8BC156 0%, #6BA039 50%, #6BA039 50%, #537C2C 100%);
	background-image: -o-linear-gradient(top, #8BC156 0%, #6BA039 50%, #6BA039 50%, #537C2C 100%);
	background-image: linear-gradient(top, #8BC156 0%, #6BA039 50%, #6BA039 50%, #537C2C 100%);
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4);
	-moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4);
	-ms-box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4);
	-o-box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4);
	box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4); }		
input.oiopaymentbutton {
	display: block;
	margin: 0 auto; 
	font: normal 15px/15px Georgia, serif;
}

/* Newsletter styles. */
#obh_newsletter { margin: 1em 0 0 0; }
#obh_newsletter input.newsletter_email { display: block; font-size: 30px; padding: 0.25em 0.5em; margin: 0.5em 0; }
#obh_newsletter input.newsletter_submit { cursor: pointer; display: block; font-size:	30px; padding: 0.25em 0.5em; margin: 0.5em 0; }
#obm_newsletter { margin: 1em 0 0 0; }
#obm_newsletter input.newsletter_email { display: block; font-size:	30px; padding: 0.25em 0.5em; margin: 0.5em 0; }
#obm_newsletter input.newsletter_submit { cursor: pointer; display: block; font-size:	30px; padding: 0.25em 0.5em; margin: 0.5em 0; }
#obb_newsletter { margin: 1em 0 0 0; }
#obb_newsletter input.newsletter_email { display: block; font-size:	30px; padding: 0.25em 0.5em; margin: 0.5em 0; }
#obb_newsletter input.newsletter_submit { cursor: pointer; display: block; font-size: 30px; padding: 0.25em 0.5em; margin: 0.5em 0; }

/* THIS! buttons. */
input.ucc-iawt-this {
	background-color: #F5F4EC;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#F5F4EC 0%), to(#E8E5D4 50%));
	/* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #F5F4EC 0%, #E8E5D4 50%, #D1CDAD 50%, #E5E3D5 100%);
	background-image: -moz-linear-gradient(top, #F5F4EC 0%, #E8E5D4 50%, #D1CDAD 50%, #E5E3D5 100%);
	background-image: -ms-linear-gradient(top, #F5F4EC 0%, #E8E5D4 50%, #D1CDAD 50%, #E5E3D5 100%);
	background-image: -o-linear-gradient(top, #F5F4EC 0%, #E8E5D4 50%, #D1CDAD 50%, #E5E3D5 100%);
	background-image: linear-gradient(top, #F5F4EC 0%, #E8E5D4 50%, #D1CDAD 50%, #E5E3D5 100%);
	border: 1px solid #CECBAF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(206, 203, 175, 0.4), 0 1px 3px #ffffff;
	-moz-box-shadow: inset 0px 0px 0px 1px rgba(206, 203, 175, 0.4), 0 1px 3px #ffffff;
	-ms-box-shadow: inset 0px 0px 0px 1px rgba(206, 203, 175, 0.4), 0 1px 3px #ffffff;
	-o-box-shadow: inset 0px 0px 0px 1px rgba(206, 203, 175, 0.4), 0 1px 3px #ffffff;
	box-shadow: inset 0px 0px 0px 1px rgba(206, 203, 175, 0.4), 0 1px 3px #ffffff;
	color: #333333;
	font: 20px "Georgia", serif;
	text-shadow: 1px 1px 1px #fff;
	line-height: 1;
	padding: 12px 0 14px 0;
	text-align: center;
	width: 180px; }
input.ucc-iawt-this:hover {
	background-color: #DDDAC3;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#DDDAC3 0%), to(#D7D3B4 50%));
	/* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #F3F1E7 0%, #DDDAC3 50%, #DDDAC3 50%, #D7D3B4 100%);
	background-image: -moz-linear-gradient(top, #F3F1E7 0%, #DDDAC3 50%, #DDDAC3 50%, #D7D3B4 100%);
	background-image: -ms-linear-gradient(top, #F3F1E7 0%, #DDDAC3 50%, #DDDAC3 50%, #D7D3B4 100%);
	background-image: -o-linear-gradient(top, #F3F1E7 0%, #DDDAC3 50%, #DDDAC3 50%, #D7D3B4 100%);
	background-image: linear-gradient(top, #F3F1E7 0%, #DDDAC3 50%, #DDDAC3 50%, #D7D3B4 100%);
	cursor: pointer; }
input.ucc-iawt-this:active {
	background-color: #F1EFE3;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#E0DDC9 0%), to(#D7D3B5 50%));
	/* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #F3F1E7 0%, #DDDAC3 50%, #DDDAC3 50%, #D7D3B4 100%);
	background-image: -moz-linear-gradient(top, #F3F1E7 0%, #DDDAC3 50%, #DDDAC3 50%, #D7D3B4 100%);
	background-image: -ms-linear-gradient(top, #F3F1E7 0%, #DDDAC3 50%, #DDDAC3 50%, #D7D3B4 100%);
	background-image: -o-linear-gradient(top, #F3F1E7 0%, #DDDAC3 50%, #DDDAC3 50%, #D7D3B4 100%);
	background-image: linear-gradient(top, #F3F1E7 0%, #DDDAC3 50%, #DDDAC3 50%, #D7D3B4 100%);
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4);
	-moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4);
	-ms-box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4);
	-o-box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4);
	box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4); }
input.ucc-iawt-this {
	display: inline-block;
	width: auto;
	font: 12px "Georgia", serif;
	-webkit-border-radius: 3px;
	-mox-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	padding: 5px 7px; }
div.ucc-iawt-container {
	position: absolute;
	bottom: 8px;
	left: 8px; }
.comment .reply {
	margin-top: 20px; 
	margin-left: 108px;
	}

.comment .reply a {
	word-break: normal;
}	
	
a.button img {
	top: 2px;
	position: relative;
	margin-right: 5px;
}

span.meta span.comments {
	padding-top: 4px;
}

/* Dynamic sidebar widget styles. */
#sidebar div.textwidget p {
	margin-right: 10px;
	margin-left: 10px;
	font-size: smaller;
	line-height: 19px;
}

#sidebar div.execphpwidget p.taglist {
	margin-right: 10px;
	margin-left: 10px;
}

#sidebar .sidebar-about form#cse-search-box {
	margin: 10px auto;
	text-align: center;
}

#sidebar .sidebar-about {
	padding: 0 15px;
}
#sidebar .sidebar-about p{
	margin-top:9px;
	text-align:center;
}
#sidebar .sidebar-about .about-text {
	margin-top: 20px; margin-bottom: 10px; text-align: center; font-size: 14px;
}
.about-text span.about-smaller {
	font-size:12px;
}

form#commentform fieldset p {
	font: 14px/18px Georgia, serif;
}


/* Sexy New Styles */

del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	max-width: 100%;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}


/* =Repeatable patterns
-------------------------------------------------------------- */


/* Form fields, general styles first */
button,
input,
textarea {
	font-family: inherit;
}
button,
input {
    line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Buttons */


input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit]{
	padding: 6px 10px;
	padding: 0.428571429rem 0.714285714rem;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 1.428571429;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
    cursor: default;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"],
.wp-caption img {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */


.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	text-align: center;
}
.wp-caption p.wp-caption-text {
	font-size: 0.8em;
	line-height: 1.2em;
	margin: 0;
	padding: 0;
}

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

.entry-content .continue {
	font-weight: 600;
	margin-top: 0.8em;
}

.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* Navigation */
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}
#nav-above {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-single + .comments-area,
#comment-nav-above {
	margin: 48px 0;
	margin: 3.428571429rem 0;
}

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.author-description p {
	color: #26231a;
}
.author-description p, .author-description h2 {
	margin-left: 82px;
}
.author.archive .author-avatar {
	margin-top: 0;
}


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */

cite {
	font-weight: normal;
}

cite .author {
	font-weight: 600;
}

a {
	text-decoration: none;
	outline: none;
	color: #558bff;
}
.post a:hover,
.entry a:hover,
.meta .author a:hover,
.meta .tags a:hover,
.meta .category a:hover,
.meta .comments a:hover,
.comment a:hover,
#sidebar a:hover { 
	text-decoration: underline;
}
a:focus {
	outline: thin dotted;
}
body {
	font-size: 14px;
	font-size: 1rem;
	background: #2e2c26;
	font-family: Georgia, serif;
}

h1 { font-size: 28px; }
h2, .h2 { font-size: 1.3em; }
h4, .h4 { font-size: 1.15em; }
h5, .h5 { font-size: 1.1em; }
h6, .h6 { font-size: 1.05em; }


h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
#primary h1 a {
	color: #26231a;
	font-weight: normal;
}
hr {

	background-color:#C2C0AA;
	border:0 none;
	color:#C2C0AA;
	height:1px;
	margin:20px auto;
	width:100%;
}
/* Assistive text */
.assistive-text,
.site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation .assistive-text:hover,
.main-navigation .assistive-text:active,
.main-navigation .assistive-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar */
}


#subpages ul.nav-menu,
#subpages div.nav-menu > ul {
	display: none;
}


#subpages ul.nav-menu.toggled-on,
.menu-toggle {
	display: inline-block;
}

h3.menu-toggle {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	color: #c2c1a9;
	font-size: 14px;
}

/* Banner */
section[role="banner"] {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
}

/* Sidebar */
.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}


.widget-area .widget a {
	color: #757575;
}
.widget-area .widget a:hover {
	color: #21759b;
}
.widget-area #s {
	width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
}


/* Footer */
footer[role="contentinfo"] {
	max-width: 960px;
	max-width: 68.571428571rem;
	margin-left: auto;
	margin-right: auto;
}

#addendum-container {
	background: #2e2c26;
	color: #c2c0aa;
	padding-bottom: 10px;
}

#addendum  a, #addendum li{
		font-size: 14px/20px;
}

#addendum h3 {
	color: #c2c0aa;
	padding: 20px 10px 10px;
}

#addendum .common ul {
	padding: 0 10px;
}

#addendum .common li {
	border-top: 1px solid #242420;
	padding: 10px 0 10px 26px;
	text-indent: -26px;
}

#addendum .common p {
	padding: 10px;
	font: 10pt/16pt Georgia, serif;
	}

#addendum .common.posts li:hover {
	background: #5d9fca;
	color: #23211c;
}

#addendum .common.posts li:hover a,
#addendum .common.posts li:hover a:hover {
	color: #23211c;
}

#addendum .common ul > li:first-child {
	border-top: 0;
	margin-top: 0;
}

#addendum .lastncomments .gravatar img {
	margin-top: 6px;
	margin-bottom: 0;
	padding: 4px;
}

#addendum .lastncomments .comment {
	margin: 10px 0;
	padding: 10px 10px 10px 0;
	font-size: 0.8em;
	text-indent: 0;
}


#addendum .lastncomments .comment .post {
	clear: left;
	padding: 5px 0 0;
	position: relative;
}

#addendum .comment cite { font-weight: normal; } 
#colophon {
	clear: both;
}

.tags, .footernav {
	margin-top:10px;text-transform:uppercase;
}
.nextpost {
	float: right;
}
/* =Main content and comment content
-------------------------------------------------------------- */



.entry-header .author,
.entry-header .date,
.entry-header .category,
.entry-header .tags {
	text-transform: uppercase;
}
.entry-header .category,
#content .meta, #content .entry-meta, #main #content .meta, .content .entry-meta {
	color: #888777;
	font-size: 12px;
	line-height: 16px;
}

.entry-meta {
	clear: both;
}

.entry-header img.wp-post-image {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

.entry-header .entry-title a {
	text-decoration: none;
}
.entry-header .entry-format {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-weight: normal;
}
.entry-header .comments-link {
	float: right;
}

.entry-header .comments-link a{
	display: block;
	height: 17px;
	background: url('./images/icons/led/comment.png') no-repeat;
	padding-left: 26px;
	vertical-align: middle;
}

.entry-header .category {
	display: inline;
	padding-right: 20px;
}
article,
#sidebar {
	font: 12pt/18pt Georgia, serif;
}

article.sticky .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 3.692307692;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	text-align: center;
}

.entry-content {
	padding-top: 10px;
}

.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
}

.entry-content pre,
.comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
}
.entry-content pre code,
.comment-content pre code {
	display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}


#copyedit {
	float: right;
}

.nocomments { text-align: center; }
img.alignleft,  .post img.alignleft {
	margin: 0 1em 1em 0;
}

.entry-content dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}

#content article, .content article, .content.padded{
	padding: 25px 20px 20px;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.page-links {
	clear: both;
	line-height: 1.714285714;
}

.single-author .entry-meta .by-author {
	display: none;
}
.mu_register h2 {
	color: #757575;
	font-weight: normal;
}

.post.outbrain {
	margin-left: 30px;
	padding: 20px;
}

/* =Archives
-------------------------------------------------------------- */

.archive-header,
.page-header {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	padding-bottom: 22px;
	padding-bottom: 1.571428571rem;
	border-bottom: 1px solid #ededed;
}
.archive-meta {
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin-top: 22px;
	margin-top: 1.571428571rem;
}


/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
	margin-top: 0.571428571rem;
}


/* =Aside post format
-------------------------------------------------------------- */

article.format-aside h1 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
article.format-aside h1 a {
	text-decoration: none;
	color: #4d525a;
}
article.format-aside h1 a:hover {
	color: #2e3542;
}
article.format-aside .aside {
	padding: 24px 24px 0;
	padding: 1.714285714rem;
	background: #d2e0f9;
	border-left: 22px solid #a8bfe8;
}
article.format-aside p {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #4a5466;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
	margin-bottom: 0;
}


/* =Post formats
-------------------------------------------------------------- */

/* Link posts */
article.format-link header {
	padding: 0 10px;
	padding: 0 0.714285714rem;
	float: right;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #848484;
	background-color: #ebebeb;
	border-radius: 3px;
}
article.format-link .entry-content {
	max-width: 80%;
	float: left;
}
article.format-link .entry-content a {
	font-size: 22px;
	font-size: 1.571428571rem;
	line-height: 1.090909091;
	text-decoration: none;
}

/* Quote posts */
article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
}
article.format-quote .entry-content blockquote {
	display: block;
	padding: 24px 24px 0;
	padding: 1.714285714rem 1.714285714rem 0;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.6;
	font-style: normal;
	color: #6a6a6a;
	background: #efefef;
}

/* Status posts */
.format-status .entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.format-status .entry-header header {
	display: inline-block;
}
.format-status .entry-header h1 {
	font-size: 15px;
	font-size: 1.071428571rem;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}
.format-status .entry-header h2 {
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}
.format-status .entry-header header a {
	color: #757575;
}
.format-status .entry-header header a:hover {
	color: #21759b;
}
.format-status .entry-header img {
	float: left;
	margin-right: 21px;
	margin-right: 1.5rem;
}


/* =Comments
-------------------------------------------------------------- */

.comments-title {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
	font-weight: normal;
}

.comments-area article header {
	overflow: hidden;
	position: relative;
}

.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comment cite {
		font-weight: 600;
}

.comment .edit-link {
	display: inline-block;
	padding-left: 10px;
}

.depth-5 .comment-content, #comments.closed .comment-content {
	padding-bottom: 30px;
}


/* Comment form */

#comment-sidebar {
		font: 12px/16px Georgia, serif;
		clear: both;
}

#comment-reply-form .fields {
	margin-top: 10px;
}
#comment-reply-form label {
	display: inline-block;
	width: 32%;
}
#comment-reply-form input[type='text'] {
	padding-top: 3px;
	padding-bottom: 3px;
	display: inline-block;
	width: 65.6%;
}	

#comment-reply-form textarea {
	margin-top: 10px;
	border: 1px solid #436a3b;
	width: 98%;
}
.required {
	color: red;
}


/* Addthis */
.at-resp-share-element a {
color: white !important;
}

/* Glambanners */

#glambanner {
	text-align:center;margin:7px auto 0px;color: #fff;
	max-width: 100%;
	position: relative;
	overflow: visible;
  width: 728px;
}

#glambanner div, #glambanner span, #glambanner iframe, #glambanner img {
	max-width: 100%;
}

#glambanner img {
		height: auto !important;
}

/* =Front page template
-------------------------------------------------------------- */

.entry-page-image {
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.template-front-page .site-content article {
	border: 0;
	margin-bottom: 0;
}
.template-front-page .widget-area {
	clear: both;
	float: none;
	width: auto;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	border-top: 1px solid #ededed;
}
.template-front-page .widget-area .widget li {
	margin: 8px 0 0;
	margin: 0.571428571rem 0 0;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.714285714;
	list-style-type: square;
	list-style-position: inside;
}
.template-front-page .widget-area .widget li a {
	color: #757575;
}
.template-front-page .widget-area .widget li a:hover {
	color: #21759b;
}
.template-front-page .widget-area .widget_text img {
	float: left;
	margin: 8px 24px 8px 0;
	margin: 0.571428571rem 1.714285714rem 0.571428571rem 0;
}


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

.widget-area .widget ul ul {
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
.widget_rss li {
	margin: 12px 0;
	margin: 0.857142857rem 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	font-size: 0.785714286rem;
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}
#wp-calendar #next {
	padding-right: 24px;
	padding-right: 1.714285714rem;
	text-align: right;
}
.widget_search label {
	display: block;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}

.addthis_32x32_white_style:before {
content: " ";
display: table;
}

/* =Plugins
----------------------------------------------- */

img#wpstats {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.714285714rem;
}

#homepage {
	padding-right: 0;
}
#subpages {
	min-height: 32px;
}

/* =Media queries
-------------------------------------------------------------- */



div.wp-caption.alignleft {
	margin: 10px 20px 10px 10px;
}

div.wp-caption.alignleft img {
	margin: 0;
}

#primary {
	color: #23261a;
}

#primary h1 a {
	color: #26231a;
	font: normal 28px/36px Georgia, serif;
}

#masthead-container {
	background: url( "images/masthead-bkg.gif" ) top left repeat-x;
	color: #23261a;
}

#masthead {
	margin: 0 auto;
	max-width: 960px;
}


.widget-area {
	margin: 0;
}
.post {
	padding-top: 10px;
}

.author-avatar {
	float: left;
width: 72px;
display: block;
text-align: center;
}
/* Most recent posts styles. */

article.recent {
	border-bottom: 1px solid #c2c0aa;
}

/* Follow-up posts styles */
.follow-up.entry,
.follow.entry {
	background: url( "images/entry-bkg.gif" ) top right no-repeat;
	border-bottom: 1px solid #c2c0aa;
}
.follow-up img {
	margin: 0 auto;
}	


.inner-wrapper {
		background: url("images/content-table-bkg-left-narrow.gif") repeat-y top right;
			max-width:100%;
		}
.lede {
	background: url("images/lede-slice.gif") repeat-x 100% 0;
	color: #fff;
	display: block;
	font: 500 18px/38px Georgia, serif;
	min-height: 39px;
	letter-spacing: 2px;
	padding-left: 20px;
	text-transform: uppercase;
	}
	
#secondary {
	background-color: #f1f0e9;
}

/* pagination styles */
/* Pagination styles. */

.pagination {
	padding: 20px 0;
}

.pagination p {
	color: #888777;
	font: 18px/18px Georgia;
	text-align: center;
}

.pagination p span a,
.pagination p a.page-numbers {
	background: #aacde3;
	color: #888777 !important;
	font-family: Arial, sans-serif;
	padding: 4px 12px;
}

.pagination p span a:hover,
.pagination p span a:active,
.pagination p a.page-numbers:hover,
.pagination p a.page-numbers:active {
	background: #5d9fca;
	color: #fff !important;
}

.pagination p span.this,
.pagination p span.current {
	background: #436a3b;
	color: #fff !important;
	font-family: Arial, sans-serif;
	padding: 4px 12px;
}

#chicklets { display: none; } 

#feature-container {
	margin: 0 auto;
}

.keep-reading {
	display: block;
	clear: both;
	margin-bottom: 10px;
}

.post img.vendorheart {
	background-color: transparent; 
	border: 0; 
	display: inline;
	margin:3px 0 -3px;
	padding:0 0 0 3px;
}

#feature-container { display: none; }
.full-width .content, .full-width #about, .full-width #content {
	background-color: #f7f6f2;
	margin-right: 30px;
}

.full-width #about {
	float: left;
}
/* Join Page */

.join .opening{
	text-align: center;
}
.join .opening p {
	max-width: 70%;
	margin: auto;
}
.join h1 {
	font-size: 48px;
}
.join ul {
	list-style-type: none;
}
.join li {
	display: inline;
	margin: 10px;
	line-height: 32px;
}
.join li img {
	display: inline;
	border: 0;
	padding: 0;
	margin: 0 5px 0 0;
	vertical-align: middle;
	background: transparent;
}
.join h2 {
	font-size: 18px;
	color: #666666;
}
.join h3, .join .opening h2 {
	font-size: 24px;
	color: #000;
}
.brides-and-grooms {
	max-width: 50%;
	float: left;
	margin-right: 5px;
}
.others {
	margin-left: 50%;
}

.brides-and-grooms img, .others img {
	float: left;
	padding: 0;
	background: transparent;
	border: 0;
	margin: 0;
}
.brides-and-grooms .section-text {
	margin-left: 150px
}
.others .section-text {
	margin-left: 128px;
}	
.vendors.highlight img {
  border: 0;
 background: transparent;
}

.yarpp-inline {
	background: url('images/related-post-border.png') no-repeat;
	border-bottom: 1px solid #a6a6a6;
	font-size: 10pt;
	width: 100%;
	margin: 5px 0;
	padding: 15px 0 10px 0;
	}
.yarpp-inline p {
	margin-top: 0;
}
.yarpp-inline.alignright{
	width: 50%;
	margin-left: 10px;
}
.yarpp-inline.alignleft {
	margin-right: 10px;
	width: 50%;
}

.yarpp-inline img {
	border: 0;
	background: transparent;
	padding: 0;
	margin: 5px 10px 5px 0  !important;
	float: left;
}
	
/* these styles only apply to the narrowest viewing */
@media screen and (max-width: 600px) {
  	#sites { display: block;}
	#sites ul { display: none; }
	#sites ul.mobile-only.right-chicklets { display: block ; float: right;}

	.mobile-only {
		display: block;
	}
	#sites {
		background: url('images/chicklets-bkg.gif') repeat-x;
	}
	#sites #burger {
		background: url('images/burger-20px.gif') no-repeat;
		padding-left: 27px;
		padding-top: 2px;
		margin: 10px;
		color: #fff;
		float: left;
		height: 18px;
	}
		
	/* Move to main CSS after header is live everywhere */
	#mobile-cse-search-box {
		text-align: center;
		padding-top: 10px;
		margin-left: 88px;
		
	}
	#mobile-cse-search-box input {
		width: 100px;
	}

	#mobile-menu .toggled-on {
		displaY: block;
		clear: both;
		background: #000;
		float: left;
	}	
	#mobile-menu #burger-wrapper {
		position: absolute;
		top: 0;
	}
	#mobile-menu-items {
		margin-top: 6px;
		width: 100%;
		text-align: center;
	}
	#mobile-menu-items li {
		padding: 5px 0;
	}

	#mobile-menu-items li a {
		color: #fff !important;
	text-transform: none !important;
	font: 16px/20px Georgia, serif !important;
	}




	/* for narrow screens, place this menu in the middle */ 
	.commentlist .children {
		margin-left: 10px;
	}
	
	#masthead-container {
		background: transparent;
	}
	#chicklets.toggled-on {
		display: block;
		position: absolute;
		top: 40px;
		width: 100%;
		background-color: #2e2c26;
	}
	
	#chicklets.toggled-on li {
		margin-bottom: 20px;
	
	}
	#logo {
		background: url('images/masthead-center-bkg.gif') repeat-x;
		height: auto;
	}
	#homepage {
		height: 157px;
	}
	#pages {
		position: static;
		width: 100%;
		float: left;
		background: url('images/subnav-bkg.gif') 0 42px repeat-x;
	}	
	#subpages {
		clear: both;
		min-height: 31px;
		background: url('images/subnav-bkg.gif') left -1px repeat-x;
	}
	#these-ads-pay {
		display: none;
	}	
	.post.outbrain {
		margin-left: 0;
	}

	.full-width .content, .full-width #content {
		margin-right: 0;
	}	
	.follow-up .header {
		margin-left: 0;
	}
	.lede {
		font-size: 12px;
	}
	#content article, .content article, .content.padded {
		padding: 3%;
	}
	.entry-content img {
		max-width: 90%;
		margin-left: auto !important;
		margin-right: auto !important;
	}
	
	.author-description p a {
		word-break: break-all;
	}

	blockquote.question>div {
	margin: 0 -19px -19px 0;
	padding: 0 19px 19px 0;
	background: transparent url(http://media.offbeatbride.com/wp-content/themes/reboot/images/obe-blockquote-bkg-question.png) no-repeat 101% 100%;
	}
}	
	
/* these styles only apply to views narrower than 1020 */
@media screen and (max-width: 1019px) {
	.full-width .content, .full-width #content {
		margin-right: 0;
	}
	#sticky-container {
		margin: 10px 0;
		max-width: 100%;
	}
	.entry-content img {
		margin: 9px auto 0 auto;
		max-width: 95% !important;
		height: auto;
	}
}
	
	
/* these styles only apply to not-narrow viewing */	
/* Minimum width of 601 pixels. */
@media screen and (min-width: 601px) {
	img.left {	
		margin: 0 1em 1em 0; 
	}
	
	img.right,
	img.alignright {
		margin: 0 0 1em 1em; 
	}
	
	.alignleft, img.left{
		float: left;
		display: block;
	}
	.right, .alignright {
		float: right;
	}
	img.centered,		
	img.center,
	img.flickr,
	img.alignnone, img.aligncenter, .aligncenter {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	#homepage {
		padding-right: 495px;
	}
	.author-avatar {
		float: left;
	}

	.site {
		margin: 0 auto;
		overflow: hidden;
	}
	.site-content {
		float: left;
		width: 66.6%;
	}
	body.template-front-page .site-content,
	body.single-attachment .site-content,
	body.full-width .site-content {
		width: 100%;
	}

	.site-header h1,
	.site-header h2 {
		text-align: left;
	}
	.site-header h1 {
		font-size: 26px;
		font-size: 1.857142857rem;
		line-height: 1.846153846;
		margin-bottom: 0;
	}

	#subpages ul.nav-menu,
	#subpages div.nav-menu > ul {
	        display: inline-block !important;
	}
	.menu-toggle {
		display: none;
	}

	#respond form textarea.blog-textarea {
		width: 79.666666667%;
	}
	.template-front-page .site-content,
	.template-front-page article {
		overflow: hidden;
	}
	.template-front-page.has-post-thumbnail article {
		float: left;
		width: 47.916666667%;
	}
	.entry-page-image {
		float: right;
		margin-bottom: 0;
		width: 47.916666667%;
	}
	.template-front-page .widget-area .widget,
	.template-front-page.two-sidebars .widget-area .front-widgets {
		float: left;
		width: 51.875%;
		margin-bottom: 24px;
		margin-bottom: 1.714285714rem;
	}
	.template-front-page .widget-area .widget:nth-child(odd) {
		clear: right;
	}
	.template-front-page .widget-area .widget:nth-child(even),
	.template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
		float: right;
		width: 39.0625%;
		margin: 0 0 24px;
		margin: 0 0 1.714285714rem;
	}
	.template-front-page.two-sidebars .widget,
	.template-front-page.two-sidebars .widget:nth-child(even) {
		float: none;
		width: auto;
	}
	.commentlist .children {
		margin-left: 20px;
	}

	#addendum {
		margin: 0 auto;
	max-width: 960px;

	}
	#addendum .common {
	max-width: 33.3%;
	float: left;
	}
	#main {
		margin: 0 auto;
		max-width: 1020px;
			background-color: #f1f0e9;
	}
	#secondary {
		max-width: 310px;
	}
	#masthead-container {
			height: 281px;
	}
	.follow-up.format-standard header, .follow-up.format-standard .entry-content {
		margin-left: 211px;
	}
	.follow-up .thumbnail {
		float: left;
	}

	.inner-wrapper {
		float: left;
		position: relative;
		right: 30.3921568627451%;
	}
	
	.inner-wrapper.full-width {
		float: none;
		right: 0;
		background: transparent;
	}
	#secondary {
		float: left;
		position: relative;
		left: 30.3921568627451%;
		width: 30.3921568627451%;
		}
	#primary {
		width: 69.6078431372549%;
		float: left;
		position: relative;
		left: 30.3921568627451%;
	}
	.full-width #primary {
		width: 100%;
		float: none;
		left: 0;
	}

	#sites ul li {
		display: inline;
	}
	.keep-reading {
		display: inline;
	}

	#subpages ul li a {
		padding: 5px;
	}

}	
/* only show feature slider on screens wide enough to handle it */
@media screen and (min-width: 950px){
	#feature-container {
		display: block;
		max-width: 100%;
	}
	#slides {
		height: 234px;
		width: 840px;
	}
}
	
/* These styles only apply to full-sized viewing */
@media screen and (min-width:1020px){
	
	.inner-wrapper {
		width: 100%;
		right: 340px;
		background: url("images/content-table-bkg-left.gif") repeat-y top right;

	}
	#primary { 
		width: 680px;
		float: left;
		position: relative;
		left: 340px;
		}
	#secondary {
		width: 340px;
		left: 340px;
		max-width: 340px;
		background-color: transparent;
	}	
	#main {
		background: url("images/content-table-bkg-right.gif") repeat-y top right;
	}
	.lede{
		background: url("images/lede-bkg.gif") no-repeat 100% 0;
		padding-left: 50px;
	}
	.content .lede, #content .lede {
		margin-left: -49px;
		margin-right: -19px;
	}
	#content, .content {
		background-color: transparent;
		margin-left: 30px;	
	}

	#sidebar {
	padding-left: 1px;
	margin-right: 30px;
	}
	
	#feature-container {
		width: 960px;
	}
	#individual,
	#comments {
	margin-left: 30px;
	}

} 

/************************************** LAYOUT CLEANUP ********************/
/* 
	Left column: 800px
	Right column: 310px
	Overhang: 30px
	Main width: 1220px
*/

@media screen and (min-width:1270px){
	#main{
		max-width: 1220px;
	}
	#primary { 
		width: 880px;
	}
	#masthead {
		max-width: 1160px;
	}
	#feature-container {
		width: 1160px;
		background: url('images/feature-bkg-1220.gif') top left no-repeat;
	}
	.slide-container {
		width: 1080px;
	}	
	.slide-container td.slide-middle {
		padding: 20px 40px;
	}
	#slides {
		width: 1000px;
	}
	#comments {
		width: 800px;
	}
	#addendum {
		max-width: 1160px;
	}
	.inner-wrapper {
		background: url("images/content-table-bkg-left-1220.gif") repeat-y top right;
	}

}
