/**
 * Common styles
 * 0.1.5 . 20120118
 * Deployed to \\uploadb\imagestore\theknot\css\shared\common-x.x.x.min.css
 *
 * Search for @todo
 *
 * TOC
 *		Eric Meyer's reset v1.0 | 20080212
 *		Non-semantic helper classes
 *		General Layout
 *		Themed classes
 *		General styles
 *		Pages/Controls: Quizzes
 *		Widgets
 *		Widgets: HP Intro Widget
 *		Widgets: Commerce 4-pack and the Local Badges
 *		Widgets: Carousel styles
 *		Widgets: Polls
 *		Widgets: Sharing modal
 *      Widgets: Sharing tools July 2011
 *		Widgets: Community landing widget
 *		Footer
 */

/* Eric Meyer's reset v1.0 | 20080212
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, 
code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, 
li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol, 
ul {
	list-style: none;
}
blockquote, 
q {
	quotes: none;
}
blockquote:before, 
blockquote:after,
q:before, 
q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
td {
	vertical-align: top !important;
}
header,
nav,
section,
article,
dialog,
figure,
aside,
footer {
	display: block;
	margin: 0;
	padding: 0;
}

/* Non-semantic helper classes
------------------------------------------------------------*/
/* Clearfix */
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
/* Simpler version that is also cross-browser compatible */
.floatcontainer {
	display: inline-block;
}
.floatcontainer:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

/* General Layout
------------------------------------------------------------*/
.widget {
	margin-bottom: 10px;
}
.widget_thin {
	clear: right;
	float: right;
	margin: 10px 0 10px 10px;
	width: 188px;
}

/* Themed classes
------------------------------------------------------------*/
.openhtml_themed_light,
.openhtml_themed_medium,
.openhtml_themed_dark {
	padding: 10px;
}

/* General styles
------------------------------------------------------------*/
.error {
	color: #f00;
	font: normal 11px Arial,sans-serif;
}

/* Pages/Controls: Quizzes
------------------------------------------------------------*/
.quiz .titlearea {
	border-bottom: none;
	margin-top: 6px;
}
.quiz .titlearea .inset {
	margin-bottom: 10px;
}
.quiz .titlearea .description {
	border-top-style: solid;
	border-top-width: 3px;
	clear: both;
	font: normal 12px Arial,sans-serif;
	padding-top: 10px;
	text-transform: none;
}
.quiz .titlearea .textslug {
	padding-top: 3px;
}
.quiz .quizcountbar .count {
	float: left;
	padding: 8px 0 7px 10px;
}
.quiz .quizcountbar .score {
	float: right;
	padding: 8px 10px 7px 0;
}
.quiz .quizcountbar .score .right {
	float: none;
	margin: 0;
	margin-right: 10px;
	padding-right: 10px;
}
.quiz .questioncontainer{
	padding-top: 10px;
}
.quiz .quizquestion{
	font: bold 12px Arial,sans-serif;
	margin: 10px 0;
	padding-left: 15px;
}
.quiz .quizquestion .themeheadlinecolor{
	margin-bottom: 10px;
}
.quiz .quizquestion input{
	border: none !important;
	display: block;
	float: left;
	margin: 0 5px 0 -3px;
	padding: 0;
	vertical-align: middle;
	zoom: 1;
}
.quiz .quizquestion label {
	/*display: block;
	float: left;*/
	/*margin: 0 0 0 10px;*/
	width: auto;
}
.quiz .quizquestion td{
	padding-bottom: 5px;
}
.quiz .quizquestion h4{
	margin: 0 0 10px;
	text-indent: -10px;
}
.quiz .quizanswer .quizanswercontent{
}
.quiz .quizanswer .quizanswercontent h2{
	margin: 0 0 5px;
}
.quiz .quizanswer .quizanswercontent h3{
	font-weight: bold;
	margin: 10px 0 0;
}
.quiz .quizanswer .quizanswercontent h4{
	display: none;
}
.quiz .button{
	padding: 7px 0;
}
.quiz .button a{
	display: block;
	margin: 0 auto;
	text-indent: -9999px;
}
.quiz .results{
	background-repeat: no-repeat;
}
.quiz .results #resultsbody{
	padding: 0 10px;
}
.quiz .results h2{
	background-repeat: no-repeat;
}
.quiz .results .quizanswer .quizanswercontent h4,
		 .quiz .simplequiz .results h4{
	display: block;
	font-weight: bold;
}
.quiz .results .quizanswercontent{
	background: transparent !important;
}
.quiz .results a{
	text-decoration: underline;
}
.quiz .simplequiz .results h2{
	height: 34px;
	padding: 0;
	text-indent: -9999px;
}
.quiz .simplequiz .bodycopy{
	background: none;
	margin: 0;
}
.quiz .simplequiz .bodycopy ul li{
	margin-left: 0;
}
.quiz .articleoptions ul{
	margin-top: 12px;
	padding-top: 11px;
	text-align: center;
}
.quizcountdivider{
	border-right: solid 1px #cccccc;
	border-style: solid;
	float: left;
	height: 20px;
	margin: 0 10px 10px 10px;
	width: 1px;
}
.answercount{
	color: #4e8abe;
	font: bold 11px/14px arial, sans-serif;
	margin-left: 10px;
	position: relative;
	top: -24px;
	width: 100px;
}

.quizquestion .radiolist p {
	display: inline;
}

/* Widgets
------------------------------------------------------------*/
#welcomeMessage {
	display: none;
	font-size: 12px;
	font-weight: bold;
	left: 16px;
	position: absolute;
	top: 6px;
}
#welcomeMessageName {
	text-decoration: underline;
}

/* Widgets: HP Intro Widget
------------------------------------------------------------*/
.homeintrobody td {
	vertical-align: middle !important;
}

/* Widgets: Commerce 4-pack and the Local Badges widget 
   share many dimensional styles
------------------------------------------------------------*/
.local_badges_main{
	padding-bottom: 20px;
}
.commerce_4pack_main .item,
.local_badges .item {
	display: inline;
	float: left;
	line-height: 13px;
	margin: 0 10px;
	padding: 0;
	text-align: center;
	width: 129px;
}
.commerce_4pack_main .item{
	height: 205px;
}
.commerce_4pack_main .item .button{
	padding-top: 5px;
}
.local_badges .item{
	height: 140px;
}
.local_badges_main .item img{
	margin-bottom: 5px;
	margin-top: 15px;
}

/* Widgets: Carousel styles
------------------------------------------------------------*/
.imageHolder{
	overflow: hidden;
	position: relative;
	text-align: left;
	visibility: hidden;
	width: 99%;
}
.imageHolder img{
	border: none;
	ms-interpolation-mode: bicubic;
	position: absolute;
	top: 0px;
	visibility: hidden;
}
.imageHolder p{
	margin: 0 auto;
	text-align: center;
}
.imageHolder .loading{
	border: 1px solid white;
	height: 15px;
	left: 50%;
	margin-left: -106px;
	padding: 5px;
	position: relative;
	visibility: visible;
	width: 200px;
}
.imageHolder .loading_bar{
	background: #fff;
	height: 15px;
	visibility: visible;
	width: 1%;
}
.imageHolder .caption{
	font-weight: bold;
	position: relative;
	text-align: center;
	z-index: 10000;
}
.imageHolder .scrollbar{
	border-bottom: 1px solid #b3b3b3;
	position: relative;
	visibility: hidden;
	z-index: 10001;
}
.imageHolder .slider{
/*	background-image: url(slider.png);*/
	background-repeat: no-repeat;
	height: 14px;
	margin-left: -7px;
	margin-top: -7px;
	position: absolute;
	width: 14px;
	z-index: 10002;
}
.imageHolder .slideLeft{
	cursor: pointer;
	height: 180px;
	position: relative;
	top: -146px;
	width: 14px;
	z-index: 99;
}
.imageHolder .slideRight{
	cursor: pointer;
	height: 180px;
	position: relative;
	right: -494px;
	top: -326px;
	width: 21px;
	z-index: 99;
}

/* Widgets: Polls
------------------------------------------------------------*/
.coolpoll a:link,
.coolpoll a:visited {
	text-decoration: underline;
}
.coolpoll a:active,
.coolpoll a:hover {
	text-decoration: none;
}
/*Poll widths/margins in various columns*/
.featuredcolumn .coolpoll{
	width: 245px;
}
/*The poll should not show on homepage left columns, per site directors*/
.mainnav_home .coolpoll{
	display: none;
}
.mainnav .coolpoll{
	margin: 10px 0;
	width: 145px;
}
.mainnav .coolpoll .content{
	width: 125px;
}
.widget_thin .coolpoll{
	width: 188px;
}
.coolpoll .intro{
	float: left;
	vertical-align: top;
}
/*This has to override any media library settings that populate the dimensions dynamically.*/
.coolpoll .intro img{
	height: 90px !important;
	width: 90px !important;
}
.mainnav_home .coolpoll .intro,
.mainnav_channel .coolpoll .intro,
.mainnav .coolpoll .intro,
.featuredcolumn .coolpoll .intro,
.featuredpromoextras .coolpoll .intro,
.widget_thin .coolpoll .intro,
.dualcolumns .coolpoll .intro {
	display: none;
}
.coolpoll .inner {
	padding: 0 10px 10px;
}
.coolpoll .content{
	float: left;
	margin-bottom: 10px;
	width: 350px;
}
 /*Widths across different placements*/
.maincontent .coolpoll .no_image .content,
.maincontent_home .coolpoll .no_image .content {
	width: 455px;
}
.featuredcolumn .coolpoll .content {
	width: 200px !important;
}
.colright .coolpoll .content {
	width: 180px;
}
.colright .coolpoll .no_image .content {
	width: 280px;
}
/*Must override all other column widths*/
.featuredpromoextras .coolpoll .content {
	width: 190px !important;
}
.widget_thin .coolpoll .content {
	width: 168px;
}
.widget_thin .coolpoll .content p {
	margin: 0 !important;
}
.coolpoll .coolpoll_detail {
	margin: 0;
	position: relative;
}
.coolpoll .coolpoll_detail td {
	padding: 5px 0;
}
/* Sitecore HTML editors always put a p in there, boo! And this busts the DOM in FF 3 */
.coolpoll_answers p {
	margin-left: 20px;
}
/* Standard rule */
.coolpoll .coolpoll_detail label {
	display: block;
	line-height: normal;
	margin-left: 20px;
}
/* Fixing the fix above. */
.coolpoll .coolpoll_detail label p {
	margin-left: 0;
}
.coolpoll .coolpoll_detail input {
	border: 0;
	left: 0;
	margin: 0 5px 0 0;
	position: absolute;
	vertical-align: middle;
}
.widget_thin .coolpoll .coolpoll_detail{
	position: static;
	width: 168px;
}
.widget_thin .coolpoll .coolpoll_detail input{
	float: left;
	margin-top: 3px;
	position: static;
	zoom: 1;
}
.widget_thin .coolpoll .coolpoll_detail label{
	float: left;
	margin-left: 5px;
	width: 125px;
	zoom: 1;
}
.coolpoll_foot{
	clear: both;
}
.coolpoll_foot a.button{
	cursor: pointer;
	display: block;
}

/* Widgets: Sharing modal
------------------------------------------------------------*/
.sharing .linkBox{
	display: none;
	left: 0;
	overflow: hidden;
	padding: 20px;
	position: absolute;
	top: 0;
	width: 520px;
	z-index: 10000;
}
.ie7 .sharing .linkBox{
	z-index: 10000;
}
.sharing .opener{
	cursor: pointer;
}
.sharing .linkBox .modalHolderTrans{
	background-color: #000000;
	filter: alpha(opacity=20);
	height: 1500px;
	left: 0px;
	moz-opacity: 0.5;
	opacity: 0.2;
	position: absolute;
	text-align: center;
	top: 0px;
	width: 470px;
	z-index: 100;
}
.sharing .modalContent{
	background: #FFFFFF;
	border: solid 2px #797979;
	color: #171818;
	font: normal 12px/14px arial;
	position: relative;
	text-align: center;
	width: 430px;
	z-index: 1002;
}
.ie .sharing .modalContent{
	float: left;
}
.sharing .modalCloseHead{
	background: #E2E2E2;
	height: 13px;
}
.sharing .modalCloser{
	background: #E2E2E2 url(http://media.theknot.com/sitecore/widgets/bkg_closeModal.gif) no-repeat top right;
	cursor: pointer;
	float: right;
	height: 13px;
	width: 15px;
}
.sharing .modalContent p{
	background: #FFFFFF;
	margin: 30px auto 20px auto;
	width: 320px;
}
.sharing .modalContent input{
	margin-bottom: 20px;
	width: 350px;
}
/* new sharing tool */ 
aside.sharing {
	clear: both;
	margin-bottom: 15px;
}
aside.channel{
	margin-bottom: 42px;
}
div.sharing{
	clear: both;
	margin-bottom: 10px;
	height: 32px;
}
div.sharing ul{
	overflow: hidden;
	width: auto;
}
div.sharing ul li{
	background-image: none;
	margin-left: 0px;
}
aside.sharing ul li{
	background-image: none;
	margin-left: 0px;
}
ul.sharing li:first-child{
	border-left: 0px;
}
.sharing div.save{
	background: url(http://media.theknot.com/sharingicons/btn_save_to_favorites_sprite.png) no-repeat 0 -32px;
	width: 154px;
	height: 32px;
	float: left;
	cursor:pointer;
	display: block;
}
.sharing div.save a.SavedNotebookWithPopupLink{
	background: url(http://media.theknot.com/sharingicons/btn_save_to_favorites_sprite.png) no-repeat 0 0px;
	cursor:default;
	display: block;
	width: 154px;
	height: 32px;
}
.sharing div.save a{
	display: block;
	width: 154px;
	height: 32px;
}
.sharing div.splitter {
	border-right: 1px solid #ECECEC;
	height: 24px;
	width: 10px;
	float: left;
	margin-top:6px;
}
ul.sharing li.email {
	width: 55px;
	background: url(http://media.theknot.com/sharingicons/icn_email.gif) no-repeat;
}
ul.sharing li.print {
	width: 50px;
	background: url(http://media.theknot.com/sharingicons/icn_print.gif) no-repeat;
}
ul.sharing li.twitter {
	width: 73px;
	background: url(http://media.theknot.com/sharingicons/icn_share_twitter.gif) no-repeat;
}
ul.sharing li.print, 
ul.sharing li.email, 
ul.sharing li.twitter, 
ul.sharing li.fblike {
	background-position: 7px 3px;
	padding-top: 4px;
}
ul.sharing li.fblike {
	height: 22px;
	padding-top: 0;
	width: 70px;
}
#fb-root {
	padding-top: 1px;
}
.sharing .fb_edge_widget_with_comment {
	position: absolute;
	z-index: 1000001;
}
.ie7 .sharing .fb_edge_widget_with_comment {
	margin-left: -75px;
}
ul.sharing li {
	border-left: 1px solid #ececec;
	float: left;
	height: 18px;
	padding: 0;
	margin-top: 5px;
	margin-right: 8px;
	text-align: right;
}
ul.sharing li.twitter, 
ul.sharing li.fblike {
	padding-left: 6px; 
}
ul.sharing li.print a, 
ul.sharing li.email a, 
ul.sharing li.twitter a, 
ul.sharing li.save a {
	color: #999;
	font-size: 10px;
}
.ie7 ul.sharing li.twitter span {
	margin-top: -1px;
	margin-left:-22px;
}
.ie7 ul.sharing li.twitter a {
	width: 55px;
}

/*Results bars*/
.coolpoll_bar p{
	clear: both;
}
.coolpoll_bar p.coolpoll_bar_percent{
	clear: none;
	float: left;
}
.coolpoll_bar_back{
	float: left;
	width: 310px;
}
 /*width across all columns*/
.no_image .coolpoll_bar_back{
	width: 340px;
}
.grid_8 .coolpoll_bar_back,
		 .grid_9 .coolpoll_bar_back{
	width: 180px;
}
.colright .coolpoll_bar_back{
	width: 140px;
}
.colright .no_image .coolpoll_bar_back{
	width: 235px;
}
.featuredpromoextras .coolpoll_bar_back{
	width: 145px;
}
.mainnav .coolpoll_bar_back{
	width: 85px;
}
.widget_thin .coolpoll_bar_back{
	width: 125px;
}
.widget_thin .coolpoll_bar_container{
	margin-bottom: 5px;
}
.coolpoll_bar_back .coolpoll_bar_fill{
	float: left;
	margin: 3px 0 0;
}
.coolpoll_footer{
	text-align: right;
}
.response_count{
	color: #999;
	padding: 0 10px 10px;
}

/* Widgets: Sharing tools July 2011
------------------------------------------------------------*/

aside.sharingChannel{
	clear: both;
	margin-bottom: 10px;
	height: 20px;
}
aside.sharingArticle{
	clear: both;
	margin: -5px 0 10px 0;
	height: 32px;
}
aside.sharingArticle div.save{
	background: url(http://media.theknot.com/sharingicons/btn_save_to_favorites_sprite.png) no-repeat 0 -32px;
	width: 154px;
	height: 32px;
	float: left;
	cursor: pointer;
	display: block;
}

aside.sharingArticle div.save a.SavedNotebookWithPopupLink{
	background: url(http://media.theknot.com/sharingicons/btn_save_to_favorites_sprite.png) no-repeat 0 0px;
	cursor: default;
	display: block;
	width: 154px;
	height: 32px;
}

aside.sharingArticle div.save a{
	display: block;
	width: 154px;
	height: 32px;
}

aside.sharingChannel ul.shareBar{
	overflow: hidden;
	width: auto;
}

aside.sharingArticle  ul.shareBar{
	overflow: hidden;
	width: auto;
	padding-top: 1px;
}

aside.sharingChannel ul.sharing li,
aside.sharingArticle ul.sharing li{
	background-image: none;
}

aside.sharingChannel ul.sharing li.twitter,
aside.sharingArticle ul.sharing li.twitter{
	padding-top: 5px;
}

ul.shareBar li{
	display: inline-block; 
	float: none;
	height: 20px;
	padding: 0;
	margin: 0;
	text-align: right;
}

.ie7 ul.shareBar li{
	display: block;
	float: left;
}

ul.shareBar li.email,
ul.shareBar li.print{
	border-right: 1px solid #ececec;
	border-left: none;
	margin: 5px 5px 0 4px;
	padding: 2px 10px 0 0; 
	vertical-align: top;
	width: 16px;
}

aside.sharingChannel ul.shareBar li.email {
	margin-top: 0px;
}

aside.sharingArticle ul.shareBar li.email{
	margin: 5px 5px 0 10px;   
}

aside.sharingArticle ul.shareBar li.print{
	margin: 5px 5px 0 2px;   
}

ul.shareBar li.email a {
	background: url("http://media.theknot.com/sharingicons/icn_email.gif") no-repeat scroll 0px 0px transparent;
	display: inline-block; 
	height: 16px;
	margin-right: 8px;
	vertical-align: top;
	width: 16px;
}

ul.shareBar li.print a {
	background: url("http://media.theknot.com/sharingicons/icn_print.gif") no-repeat scroll 0px 0px transparent;
	display: inline-block; 
	height: 16px;
	vertical-align: top;
	width: 16px; 
}

ul.shareBar li.twitter {
	border-left: 0px;
	margin-right: 0px; 
	padding: 5px 0 0 0; 
	width: 97px;
	vertical-align: top;
}

aside.sharingArticle ul.shareBar li.twitter {
	padding-left: 0px;
}

aside.sharingChannel ul.shareBar li.twitter {
	padding: 0px;
}

ul.shareBar li.fblike {
	border-left: 0;
	height: 20px;
	margin: 0;
	padding: 5px 0 0 3px;
	width: 70px;
	vertical-align: top;
}

aside.sharingChannel li.fblike {
	padding-top: 0px;
}

ul.shareBar li.googlePlus {
	margin: 4px 0 0 0; 
	padding: 1px 0 0 2px;
	border-left: 0px;
	vertical-align: top;
}

aside.sharingChannel ul.shareBar li.googlePlus {
	margin: 0px;
	padding-top: 0px;
}

ul.shareBar #fb-root {
	padding-top: 0px;
}

#___plusone_0,
#___plusone_1,
#___plusone_2,
#___plusone_0 iframe{
	width: 66px !important;
}

ul.shareBar li.twitter, 
ul.shareBar li.fblike {
	padding-left: 6px; 
}

ul.shareBar li.print a, 
ul.shareBar li.email a, 
ul.shareBar li.twitter a, 
ul.shareBar li.save a {
	color: #999;
	font-size: 10px;
}

.ie7 aside.sharingChannel ul.shareBar li.googlePlus,
.ie7 aside.sharingArticle ul.shareBar li.googlePlus {
	display: none;
}

.ie7 aside.sharingArticle ul.shareBar li.print {
	padding-left: 3px;
}

.ie7 aside.sharingChannel ul.shareBar li.twitter,
.ie7 aside.sharingArticle ul.shareBar li.twitter{
	padding-left: 5px;
}

.ie7 aside.sharingChannel ul.shareBar li.fblike,
.ie7 aside.sharingArticle ul.shareBar li.fblike{
	padding-left: 9px;
}



.ie7 ul.shareBar li.twitter span {
	margin-top: -1px;
	margin-left:-22px;
}
.ie7 ul.shareBar li.twitter a {
	width: 55px;
}

/* Widgets: Community landing widget
------------------------------------------------------------*/
.communityTabs{
	background: none!important;
}
.communityTabs a{
	cursor: pointer;
}
.communityTabs ul li{
	background: none;
	padding: 0px;
}
.communityTabs nav ul li{
	background: none;
	float: left;
	height: 18px;
	padding: 0px;
}
.tabbedContent{
	border: medium none !important;
	float: left;
	line-height: 17px;
	padding: 10px 0px 10px 10px;
	width: 31%;
}
.communityTabs .tabbedItem{
	background-color: #ffffff;
	display: none;
	overflow: hidden;
	width: auto;
}
.communityTabs .featured ,
 .communityTabs .onState{
	display: block;
}
.communityTabs{
	overflow: hidden;
	width: auto;
}
.communityTabs .communityBox{
	border: none;
	margin: 9px 7px -3px;
	padding: 7px 6px;
}
.communityTabs .boxColor{
	font-weight: bold;
}
.comLandingHeader{
	height: auto;
	margin-bottom: 10px;
	padding: 10px;
}
.ie .comLandingHeader{
	width: 500px;
}
.headerTop{
	color: #7FBCE1;
	font-size: 38px;
}
.headerMid{
	color: #4882B3;
	font-size: 66px;
	margin-top: -13px;
}
.headerlast{
	color: #888888;
	font-size: 20px;
	margin-top: -10px;
}
.headerLeft{
	float: left;
}
.headerRight{
	background-position: 0px 1px;
	background-repeat: repeat-y;
	float: right;
	min-height: 75px;
	padding: 3px 5px 0px 10px;
	width: 170px;
}
.headerRight img{
	float: left;
	height: 28px;
	margin: 5px 5px 5px 0px;
	width: 28px;
}
.headerRight p{
	float: right;
	margin: 0px;
	width: 140px;
}
.headerRight h2{
	color: #4E8ABE;
}
.headers{
	visibility: hidden;
}
.dailyPhotoHolder{
	background-color: #e9f4fc;
	padding: 5px 12px 10px 12px;
}
.dailyPhotoHolder .todayPhoto h3{
	color: #5289b7;
	font-size: 14px;
	margin: 0px 2px 3px 0px;
}
.dailyPhotoHolder .todayPhoto{
	float: left;
}
.dailyPhotoHolder .todayPhoto img{
	max-width: 365px;
}
.dailyPhotoHolder .todayPhoto .photoUser{
	margin: 10px auto 5px 0;
}
.dailyPhotoHolder .todayPhoto .dailyPhotoUser, .dailyPhotoHolder p span{
	color: #9fa2a4;
}
.dailyPhotoHolder .todayPhoto .photoUser h2{
	font-size: 14px;
}
.dailyPhotoHolder .todayPhoto .photoUser a{
	color: #9fa2a4;
}
.dailyPhotoHolder .todayPhoto .photoUser a:active, .dailyPhotoHolder .photoUser a:hover{
	color: #579BC3;
	text-decoration: underline;
}
.dailyPhotoHolder .todayPhoto .photoUser img{
	float: left;
	height: 40px;
	margin: 0px 5px 0px 0px;
	width: 40px;
}
.dailyPhotoHolder .todayList{
	float: right;
	max-width: 210px;
	text-align: center;
}
.dailyPhotoHolder .todayList h3{
	color: #555555;
}
.dailyPhotoHolder .todayList .seeAllPhotoLink{
	background-color: #c9e4f7;
	height: 20px;
	margin-top: 5px;
}
.dailyPhotoHolder .todayList .seeAllPhotoLink a{
	background: #c9e4f7 url(http://media.theknot.com/sitecore/widgets/Community/bkg_podCommAlllk.gif) no-repeat 95% 5px;
	color: #555555;
	cursor: pointer;
	display: block;
	font-weight: bold;
	margin-left: 1px;
	margin-top: 4px;
	padding-top: 3px;
	width: 110px;
}
.dailyPhotoHolder .todayList img{
	margin: 4px 0px;
	max-height: 90px;
	max-width: 90px;
}
.dailyPhotoHolder .todayList .seeAllPhotoLink .arrow{
	border-bottom: 3px solid #c9e4f7;
	border-left: 6px solid #555555;
	border-top: 3px solid #c9e4f7;
	float: right;
	font-size: 0px;
	line-height: 0%;
	margin-top: 8px;
	padding-top: 3px;
}
.rssPromotions .rssSep{
	border-top: solid 2px #F2F2F2;
	margin: 18px 0px 18px 0px;
}
.rssPromotions .seoText{
	padding: 0px 0px 0px 5px;
}
.rssPromotions .blogpost p,
.rssPromotions .blogpost h4,
.rssPromotions .blogpost_credits{
	margin: 0px;
	padding: 0px;
}
.rssPromotions .blogpost{
	margin: 0px;
	padding: 0px 8px 0px 8px;
}
.rssPromotions .blogpost h4 a{
	font-size: 16px;
}
.rssPromotions img{
	float: left;
	margin: 0px 10px 0px 0px;
}
.rssPromotions .rssPromotionHead{
	background-position: top left;
	background-repeat: no-repeat;
	height: 75px;
	position: relative;
}
.rssPromotions .rssPromotionHead h3{
	color: #FFFFFF;
	font-family: Arial;
	font-size: 25px;
	font-weight: normal;
	margin: 10px 0px;
	padding: 30px 0;
	text-align: center;
}
.rssPromotions .rssPromotionHead .promoRSS{
	background-position: top left;
	background-repeat: no-repeat;
	float: right;
	height: 20px;
	position: absolute;
	right: 20px;
	top: 39px;
	width: 20px;
}
.rssPromotions .rssPromotionHead .promoRSS a{
	display: block;
	height: 26px;
	text-indent: -1000px;
	width: 26px;
}
.rssPromotions .promoMore{
	background-position: top left;
	background-repeat: no-repeat;
	display: inline-block;
	margin-top: 10px;
}
.rssPromotions .promoMore a{
	display: block;
	height: 26px;
	text-indent: -1000px;
	width: 87px;
}
.rssPromotions .blogs_paging{
	font-size: 11px;
	height: 20px;
}
.rssPromotions .blogs_paging .prevItem{
	color: #1F1F1F;
	float: left;
	font-size: 11px;
	margin-right: -40px;
	padding-bottom: 0;
	padding-left: 10px;
	padding-right: 0;
	padding-top: 0;
	text-decoration: underline;
	width: 50px;
}
.rssPromotions .blogs_paging .pages{
	color: #999999;
	float: left;
	font-size: 11px;
	margin-bottom: 0;
	margin-left: 180px;
	margin-right: 0;
	margin-top: 0;
	width: 100px;
}
.rssPromotions .blogs_paging .item{
	height: 17px;
	margin-top: 2px !important;
}
.rssPromotions .blogs_paging .nextItem{
/*	background-image: url("images/general/btn_next_grn.gif"); */
	background-repeat: no-repeat;
	height: 20px;
	width: 51px;
}

/* Footer
   Site-specific styles are within sites' main.css.
   @todo No more common footer styles; in HeaderFooter.css
------------------------------------------------------------*/
.foot{
	background-color: #fff;
}
.foot, 
#footerNew{
	text-align: left;
}
.foot,
#footerNew{
	color: #999;
	font: normal 11px Arial,sans-serif;
}
.foot .seo,
#footerNew .seo{
	line-height: 16px;
	margin: 0;
	padding: 10px 35px 12px;
	text-transform: capitalize;
}
.foot .openhtml a:link,
.foot .openhtml a:visited{
	text-decoration: none;
}
.foot .openhtml a:active,
.foot .openhtml a:hover{
	text-decoration: underline;
}
.foot .facebook,
.foot .browsertoolbar,
#footerNew .facebook,
#footerNew .browsertoolbar{
	display: inline;
	float: left;
	line-height: 10px;
	margin-bottom: 25px;
	padding: 3px 0 2px 28px;
}
.foot .facebook,
#footerNew .facebook{
	margin: 0 20px 25px 35px;
}
.foot .seobottom,
#footerNew .seobottom{
	clear: both;
	height: 3px;
	margin: 0 10px 23px;
}
#footerNew a,.foot .openhtml a{
	color: #999;
	font: normal 11px Arial,sans-serif;
	text-decoration: none;
}
#footerNew a:hover,.foot .openhtml a:hover{
	text-decoration: underline;
}
#footerNew strong{
	font-weight: bold;
}
#footerNew .footerColumn{
	float: left;
	width: 310px;
}
#footerNew .footerColumn .inner{
	border-right: 1px solid #ececec;
	margin: 0 0 0 35px;
}
#footerNew .footerColumn .comm_links{
	font-weight: bold;
}
#footerNew .footerColumn.TB .inner{
	border-right: none;
}
#footerNew .footerColumn h2{
	margin: 0 0 15px 0;
	padding: 0;
}
#footerNew .footerColumn h2 a{
	display: block;
	padding: 48px 0 0 77px;
}
#footerNew .footerColumn.TK h2 a{
	background: transparent url(http://media.theknot.com/2008/footer/img_tk.jpg) 
no-repeat top left;
	margin-right: 90px;
}
#footerNew .footerColumn.TN h2 a{
	background: transparent url(http://media.theknot.com/2008/footer/img_tn.jpg) 
no-repeat top left;
	margin-right: 80px;
}
#footerNew .footerColumn.TB h2 a{
	background: transparent url(http://media.theknot.com/2008/footer/img_tb.jpg) 
no-repeat top left;
	margin-right: 125px;
}
#footerNew ul.float{
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 135px;
}
#footerNew ul li{
	background-image: none !important;
	margin: 0 !important;
	padding: 0 !important;
}
#footerNew ul li a{
	line-height: 15px;
}
#footerNew p{
	margin-bottom: 14px;
	padding: 0 10px;
}
#footerNew p small{
	display: block;
}
#footerNew p small,
#footerNew p small a{
	font-size: 10px;
}
#footerNew p small strong{
	color: #999;
	font: bold 10px Arial,sans-serif;
	margin: 0;
	padding: 0;
}
#footerNew .ultrafoot{
	margin: 15px 0 0;
}
#footerNew .ultrafoot p{
	padding: 0 35px;
}
#footerNew .footerBottom{
	color: #fff;
	font-size: 10px;
	line-height: 10px;
	padding: 6px 10px 7px;
}
#footerNew .footerBottom a{
	color: #fff;
	font-size: 10px;
	line-height: 10px;
}
#footerNew .footerBottom .copyright{
	float: left;
}
#footerNew .footerBottom .footerBottomLinks{
	float: right;
}

#outerCarousel {
	width: 100%
}
#outerCarousel .imageHolder {
	display: inline-block;
    float: left;
	margin: 0 9px 0 25px;	
    visibility: visible;
	width: 469px;
}
#outerCarousel .slideLeft {
	background: url("http://media.theknot.com/thebump/Sitecore/HomepageTopPromoWidget/btn_carousel_left.gif") no-repeat scroll 0 50% transparent;
    cursor: pointer;
    display: inline-block;
    height: 180px;
	left: 172px;
    position: absolute;
	width: 14px;
}
#outerCarousel .slideRight {
    background: url("http://media.theknot.com/thebump/Sitecore/HomepageTopPromoWidget/btn_carousel_right.gif") no-repeat scroll 0 50% transparent;
    cursor: pointer;
    display: inline-block;
    float: right;
    height: 180px;
    top: -325px;
    width: 14px;
}
/* HP IntroAutoRotate Widget */
#carouselControls {
	bottom: 5px;
	left: 5px !important;
	position: absolute;
	z-index: 50;
}
#mainpromolinks {
	margin: 0 !important;
}
#mainpromolinks li {
	background-image: none;
	margin-bottom: 2px;
}
#mainpromolinks li a {
	display: block;
	padding: 8px 10px 0;
}
#hpCarousel {
	position: relative;
}
.hpCarouselItem {
	background-image: none;
}
.hpCarouselItem a img{
	vertical-align: top;
}
#hpCarousel a {
	outline: 0;
}
.carouselButtons {
	float: left;
}
.carouselButtons a {
	background: url(http://www.xoedge.com/tk/homepage/circle_off.png) no-repeat;
	display: block;
	float: left;
	height: 11px;
	margin: 0 5px 0 0;
	text-indent: -999px;
	width: 11px;
}
.carouselButtons a.activeSlide {
	background: url(http://www.xoedge.com/tk/homepage/circle_on_TK.png) no-repeat;
}
.hpCarouselNext, .hpCarouselPrev {
	display: block;
	float: left;
	height: 11px;
	text-indent: -999px;
	width: 8px;
}
.hpCarouselNext {
	background: transparent url(http://www.xoedge.com/tk/homepage/arrow_right.png) no-repeat 0 0;
	margin: 0 0 0 10px;	
}
.hpCarouselPrev {
	background: transparent url(http://www.xoedge.com/tk/homepage/arrow_left.png) no-repeat 0 0;
	margin: 0 15px 0 0;
}
