/* Layout */

* {
	margin: 0;
	padding: 0;
	outline:none;
}

html, body {    
   height: 100%; 
}


/* Sticky Footer CSS code */

#Container { min-height: 100%; }

#Main {
	overflow:auto;
	padding-bottom: 60px;  /* must be same height as the footer */
}

#Footer {
	position: relative;
	margin-top: -60px; /* negative value of footer height */
	height: 60px;
	clear:both;

	height: 49px;
	margin-left:5%;
	margin-right:5%;
	padding-top:10px;
	width:90%;
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:#000;
	
} 
   /*Opera Fix for Sticky Footer*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}

/* Header Layout */

#Header {
	width: 90%;
	overflow:auto;
	margin-left: 5%;
	padding-top:1.0em;
	min-width: 900px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px; 

}


#LogoImage {
	margin-top:-.6em;
	margin-left: 1em;
	margin-right:2em;
	float:left;
	display:inline-block;
}

#SubHeader{
	margin-right:1.7em;
	padding-right:1em;
	overflow:auto;
	padding-top:.4em;
}

div#SubHeader>div{
	float:left;
	margin-left:1em;
	padding-top:0em;
}

div#SubHeader>div.subHeaderBlock{
	height:1.6em;
	padding-top:.3em;
	display:inline;
}

div#SubHeader>div.subHeaderBlock A {
	padding-top:.4em;
	padding-bottom:.6em;
}


.loginForm{
	position: absolute;
	z-index:10500;
	margin-left:-13.5em;
	background-color:#444;
	margin-top: .4em;
	padding-top:1em;
	padding-right:1em;
	padding-left:1em;
	padding-bottom:.3em;
}

.login{
	display:inline;
}


div#SubHeader>div.Search{
	padding-bottom:.4em;
	padding-top:.10em;
}

div#SubHeader>div:last-child {
	float:right;
}

.Search{
	height:1.5em;
	overflow:hidden;
	float:left;
}
.smallSearch_Query
{
	float:left;
	padding-top:.2em;
	border-top: 0px ;
	border-left: 0px ;
	border-bottom: 1px solid ;
	border-right: 0px ;
	
	font-family: "Helvetica Neue Condensed" , sans-serif;
	font-weight:400;
	letter-spacing:.2em;
	font-style:oblique;
	font-size:1em;

}
.smallSearch_Query:focus
{
	border-bottom: 1px solid  ;

}

#SearchButton
{
	border:none;
	padding: 2px 0.5em 1px 0.5em;
	width:18px;
	height:18px;
	float:left;
	text-indent: -1000em;
	margin-top:-1px;
	margin-left:1px;
	background: transparent url(../images/search-909090.svg) no-repeat center;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	overflow:hidden;
}

#SearchButton:hover
{
	background: transparent url(../images/search-c0c0c0.svg) no-repeat center;	
}


#username, #password
{
	padding-top:.2em;
	margin-left:1em;
	border-top: 0px ;
	border-left: 0px ;
	border-bottom: 1px solid ;
	border-right: 0px ;
	
	font-family: "Helvetica Neue Condensed" , sans-serif;
	font-weight:400;
	letter-spacing:.2em;
	font-style:oblique;
	font-size:1em;
	background: transparent;

}
#username:focus, #password:focus
{
	border-bottom: 1px solid  ;

}

.loginForm TD{
	padding-top:.4em;
	padding-bottom:.3em;
}

#loginButton
{
	border:none;
	padding: 2px 0.5em 1px 0.5em;
	width:18px;
	height:18px;
	float:right;
	text-indent: -1000em;
	margin-top:.3em;
	margin-left:1em;
	background: transparent url(/svg/yes-c0c0c0.svg) no-repeat center;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	overflow:hidden;
}

#loginButton:hover
{
	background: transparent url(/svg/yes-color.svg) no-repeat center;	
}




.mozumderMenu {
	height:1.4em;
}

.mozumderMenu>ul {
}

.mozumderMenu>ul>li {
	padding-right:1em;
	padding-left:.7em;
	padding-top:.3em;
	padding-bottom:.5em;
}

.mozumderMenu>ul>li>a {
	padding-top:.3em;
	padding-bottom:.5em;
}

.mozumderMenu>ul>li>ul {
	margin-left:-.7em;
	margin-top:.4em;
}

.mozumderMenu>ul>li>ul>li {
	padding-top:.4em;
	padding-bottom:.4em;
	min-width:8em;
}

.mozumderMenu>ul>li>ul>li>a {
	padding-right:1em;
	padding-left:.7em;
	padding-top:.4em;
	padding-bottom:.4em;
	min-width:8em;
}

/* Top Area */

DIV.Left {
	min-width: 900px;
	width:100%;
	left:0px;
	top:0px;
}

/* Main display Area */


DIV.Content{
	position:relative;
	margin-top:0;
	width:90%;
	min-width: 900px;
	margin-left:5%;
	padding-bottom: 3em; 
}

DIV.ViewContentContainer{
	position:relative;
	padding:0 0 0 0;
}

DIV.contentGroup{
	position:relative;
}

UL.PostDetails{
	list-style:none;
}

UL.PostDetails LI.ContentType{
	display:none;
}

DIV.Breadcrumb{
	position:relative;
}

DIV.Breadcrumb ul, DIV.Breadcrumb li {
	list-style-type:none;
}

DIV.Breadcrumb li {
	float:left;
	line-height:1.5em;
	padding-left:.75em;
}

DIV.CategoryPagination {
	float:right;
}


DIV.CategoryPagination UL.PagingList, DIV.CategoryPagination LI.PagingList {
	list-style-type:none;
}

DIV.CategoryPagination  LI {
	float:left;
	line-height:1.5em;
	padding-left:.75em;
}


DIV.Headline {
	padding-top:5em;
	margin-right:10%;
	clear:both;
}

DIV.Subheadline {
	margin-top: 2em;
}

DIV.Byline {
	margin:1em 10% 3em 0;
}


DIV.Introduction p {
	margin-bottom: 1.5em;
	width:66%;
}

DIV.BodyContent {
	margin-left:100px;
	margin-top:2em;
}

DIV.BodyContent>p {
	margin-bottom: 1em;
	width:66%;
}

DIV.BodyContent>p+p {
	margin-bottom: 0;
}

DIV.BodyContent p + p.interview {
	margin-top:1em;
}

DIV.BodyContent .multiColumn {
	-moz-column-width: 250px;
	-moz-column-gap: 40px;
	-webkit-column-width: 250px;
	-webkit-column-gap: 40px;
	column-width: 250px;
	column-gap: 30px;
	margin-right: 10%;
	margin-left:100px;
	margin-top:2em;
}

DIV.BodyContent .multiColumn p {
	margin-left:0%;
	width:100%;
}


DIV.BodyContent .multiColumn p + p {
	margin-left:0%;
}

DIV.ContentComments{
	margin: 3em 5% 1em 170px;
}

DIV.ContentComments>DIV.CommentsContainer{
	margin: 3em 0 1em 0;
	width:480px;
	margin-left:30px;
}

DIV.ContentComments>DIV.CommentsContainer DIV.CommentItemOutside {
	margin: 0 0 0 0;
}

DIV.ContentComments>DIV.CommentsContainer DIV.CommentItem {
	overflow:auto;
}

DIV.ContentComments>DIV.CommentsContainer DIV.comment {
	margin: 0 0 0 0;
}

DIV.ContentComments>DIV.CommentsContainer A.CommentReplyLink{
	text-decoration:none;
}

DIV.ContentComments>DIV.CommentsContainer DIV.reply{
	padding: 2px 0 2px 0;
	display:inline;
	float:right;
	border-radius: 5px;
}

DIV.ContentComments>DIV.CommentsContainer DIV.reply SPAN{
	margin: 0 1.5em 0 .5em;
}

DIV.ContentComments>DIV.CommentsContainer DIV.CommentItemOutside DIV.reply{
	opacity:0;
}
DIV.ContentComments>DIV.CommentsContainer DIV.CommentItemOutside:hover DIV.reply{
	opacity:1;
}

DIV.ContentComments>UL{
	list-style:none;
	margin: 1em 0 1em 0;
}

DIV.ContentComments>DIV.ContentRootReplyContainer{
	margin-left:30px;
	padding: 0 1em 0 0 ;
	width:480px;
}

DIV.CommentsDialog{
	padding: 1em 0 1em 0;
	max-width:480px;
}

DIV.CommentsDialog>FORM>FIELDSET{
	padding: .5em 1em 1em 1em;
	border-style:solid;
	border-width:1px;
	border-left-style:none;
	border-right-style:none;
	border-bottom-style:none;
}

DIV.CommentsDialog>FORM>FIELDSET>DIV.CommentsFormContainer>DIV.HorizontalFormContainer {
	overflow:auto;
	clear:both;
}
DIV.CommentsDialog>FORM>FIELDSET>DIV.CommentsFormContainer>DIV.HorizontalFormContainer>DL {
}
DIV.CommentsDialog>FORM>FIELDSET>DIV.CommentsFormContainer>DIV.HorizontalFormContainer>DL>DT {
	margin-top:1em;
	float:left;
	clear:left;
	width:35%;
}
DIV.CommentsDialog>FORM>FIELDSET>DIV.CommentsFormContainer>DIV.HorizontalFormContainer>DL>DD {
	margin-top:1em;
	margin-left:0em;
	float:left;
	clear:right;
	text-transform:none;
	left:65%;
}

DIV.CommentsDialog>FORM>FIELDSET>DIV.CommentsFormContainer>DIV.HorizontalFormContainer>DL>DD INPUT {
	border-top:none;
	border-right:none;
	border-left:none;
	border-bottom-style:solid;
	border-bottom-width:1px;
}

DIV.CommentsDialog>FORM>FIELDSET>DIV.CommentsFormContainer>DIV.HorizontalFormContainer>DL>DD DIV.Small {
	margin-top:.25em;
	max-width:20em;
}

DIV.CommentsDialog>FORM>FIELDSET>DIV.CommentsFormContainer>DIV.HorizontalFormContainer>DL>DD DIV.captchaImageContainer {
	overflow:auto;
	text-align:right;
	width:112px;
	display:inline;
	vertical-align:top;
}
DIV.CommentsDialog>FORM>FIELDSET>DIV.CommentsFormContainer>DIV.HorizontalFormContainer>DL>DD DIV.captchaInputFields   {
}
DIV.CommentsDialog>FORM>FIELDSET>DIV.CommentsFormContainer>DIV.HorizontalFormContainer>DL>DD DIV.captchaInput   {
	float:right;
	margin-left:2em;
}

DIV.CommentsDialog>FORM>FIELDSET>DIV.CommentsFormContainer>DIV.HorizontalFormContainer>DL>DD DIV.captchaImageContainer {
	float:left;
}

DIV.CommentsDialog>FORM>FIELDSET>DIV.CommentsFormContainer>DIV.HorizontalFormContainer>DL>DD DIV.captchaImageContainer {
	opacity:.10;
}

DIV.CommentsDialog:hover>FORM>FIELDSET>DIV.CommentsFormContainer>DIV.HorizontalFormContainer>DL>DD DIV.captchaImageContainer {
	opacity:1;
}

DIV.CommentsDialog>FORM>FIELDSET>DIV.CommentsFormContainer>DIV.HorizontalFormContainer>DL>DD DIV.captchaImageContainer IMG {
	clear:both;
	border:#000 solid 1px;
}

DIV.CommentsDialog>FORM>FIELDSET>DIV.CommentsFormContainer>DIV.HorizontalFormContainer>DL>DD A.requestNewCaptchaLink {
}

DIV.CommentsDialog>FORM>FIELDSET>DIV.CommentsFormContainer>DIV.VerticalFormContainer{
	margin-top:1em;
	overflow:auto;
	clear:both;
}

DIV.CommentsDialog>FORM>FIELDSET>DIV.CommentsFormContainer>DIV.VerticalFormContainer>DL>DD TEXTAREA {
	padding:.5em .5em .5em .5em;
}

DIV.CommentsDialog>FORM>FIELDSET>DIV.CommentsFormContainer>DIV.VerticalFormContainer>DL>DD DIV.Small {
	margin-top:.5em;
}

DIV.CommentsDialog>FORM>FIELDSET>DIV.CommentsFormContainer>DIV.VerticalFormContainer INPUT {
	padding: 2px 4px 2px 0;
	display:inline;
	float:right;
	border-radius: 5px;
	border:none;
	padding: 2px 1.8em 2px .5em;
	margin:0 1em 0 0;
}

DIV.CommentsDialog>FORM>FIELDSET>DIV.CommentsFormContainer>DIV.VerticalFormContainer INPUT {
	opacity:0;
}
DIV.CommentsDialog:hover>FORM>FIELDSET>DIV.CommentsFormContainer>DIV.VerticalFormContainer INPUT {
	opacity:1;
}

DIV.statusBar{
	width:100%;
	position:absolute;
	top:5px;
	left:0px;
	padding:1px;
}

DIV.fbLike{
	float:right;
}
DIV.tweetButton{
	float:right;
}


#Container{
}

#Footer{
	overflow:hidden;
}

#Footer div{
	margin-right:1em;
}
#FooterContainer{
	width: 100%;
	min-width: 900px;
}
div#FooterContainer {
}
div#FooterContainer>div {
}

div#FooterContainer>div:first-child {
	margin-top:-10px;
	float:left;
	padding-top:5px;
	margin-right:4%;
	border-top-style:solid;
	border-top-width:2px;
	border-top-color:#000;
	text-align:right;
}

div#FooterContainer>div:nth-child(2) {
	float:right;
}
div#FooterContainer>div:last-child {
}

.RSSBlock>UL{
	list-style:none;
}
.RSSBlock>ul>li{
	float:left;
	margin-left:1em;
}
.RSSBlock>ul>li>a>div:hover{
	background-color: #ddd ;
}

.fcFooterIcon{
	background-size: 22px 22px;
	width: 22px;
	height: 22px;
}


#Gallery-Bob {
	width: 100%;
	height: 100%;
	min-height: 900px;

}

#Gallery-Bob .thumbnails {
	text-align:center;
}

#Gallery-Bob .thumbnail {
	display:inline;
}

#Gallery-Bob .photos {
	text-align:center;
}

#Gallery-Bob .permaLink {
	float:left;
}

#Gallery-Bob .flickr {
	float:right;
}

.Left{
	height:100%;
	width:100%;
}


/* Effects */



.mozumderMenu A, .mozumderMenu A:hover,
.mvPhotoBar A, .mvPhotoBar A:hover,
.mozumderMenu>ul>li:hover, .mozumderMenu>ul>li>ul,
.mozumderMenu>ul>li>ul>li:hover,
.subHeaderBlock A, .subHeaderBlock A:hover,
.mozumderMenu ul ul,
.mozumderMenu ul li:hover ul ul,
.mozumderMenu ul ul li:hover ul ul,
#Footer A, #Footer IMG,
.mozumderMenu ul li:hover ul,
.mozumderMenu ul ul li:hover ul,
.mozumderMenu ul ul ul li:hover ul,
#Footer A:hover, #Footer IMG:hover,
.FadeBackground, .FadeBackground:hover,
DIV.listRow, 
DIV.listRow:hover,
DIV.Content A:hover,
.RSSBlock>ul>li>a>div, .RSSBlock>ul>li>a>div:hover
{
	-o-transition: background .25s, color .25s;  
	-moz-transition: background .25s, color .25s;  
	-webkit-transition: background .25s, color .25s;  
	-ms-transition: background .25s, color .25s;  
	transition: background .25s, color .25s;  
}

.login .loginForm
{
	visibility:hidden;
	opacity:0;
	display:none;
}

.login:hover .loginForm
{
	visibility:visible;
	opacity:1;
	display:block;
}

.login .loginForm,
.login:hover .loginForm,
DIV.ContentComments>DIV.CommentsContainer DIV.CommentItemOutside DIV.reply,
DIV.ContentComments>DIV.CommentsContainer DIV.CommentItemOutside:hover DIV.reply,
DIV.CommentsDialog>FORM>FIELDSET>DIV.CommentsFormContainer>DIV.HorizontalFormContainer>DL>DD DIV.captchaImageContainer,
DIV.CommentsDialog:hover>FORM>FIELDSET>DIV.CommentsFormContainer>DIV.HorizontalFormContainer>DL>DD DIV.captchaImageContainer,
DIV.CommentsDialog>FORM>FIELDSET>DIV.CommentsFormContainer>DIV.VerticalFormContainer INPUT,
DIV.CommentsDialog:hover>FORM>FIELDSET>DIV.CommentsFormContainer>DIV.VerticalFormContainer INPUT
{
	-o-transition: background .25s, color .25s, border-color .25s, opacity .25s, visibility .25s;  
	-moz-transition: background .25s, color .25s, border-color .25s, opacity .25s, visibility .25s;  
	-webkit-transition: background .25s, color .25s, border-color .25s, opacity .25s, visibility .25s;  
	-ms-transition: background .25s, color .25s, border-color .25s, opacity .25s, visibility .25s;  
	transition: background .25s, color .25s, border-color .25s, opacity .25s, visibility .25s;  	
}

.ContentAuthors, .ContentPublishDate {
	display:none;
}



input {
    -webkit-appearance: none;
	-webkit-border-radius:0px;
}




#fcMid DIV.tplblockstyle-list-middle{
	position:relative;
	padding:2em 5% 1em 150px;
}

#fcMid DIV.tplblockstyle-list-middle>DIV.BlockContent{
	margin-left:50px;
	padding:1em 0 1em 0;
}

#fcMid DIV.tplblockstyle-list-middle>DIV.BlockContent DIV.listRow{
	width:640px;
	margin-bottom:1em;
	overflow:auto;
	padding: 1em 1em 1em 1em;
}

#fcMid DIV.tplblockstyle-list-middle>DIV.BlockContent DIV.listSummary{
}

#fcMid DIV.tplblockstyle-viewcategory-standard{
	position:relative;
	padding:5em 5% 1em 150px;
}

#fcMid DIV.tplblockstyle-viewcategory-standard>DIV.CategoryContentList{
	position:relative;
	margin-left:-150px;
}

#fcMid DIV.FashionShows DIV.BlockContent {
	position:relative;
	padding:0;
	margin:1em 0 1em 50px;
}
#fcMid DIV.FashionShows DIV.fcScrollWindow {
	position:absolute;
	right:0px;
	bottom:0px;
	top:0px;
	left:0px;
}

#fcMid DIV.FashionShows  DIV.BlockContent DIV.listRow {
	position:absolute;
	top:0px;
	left:0px;
	float:left;
	width:160px;
	height:240px;
	padding: 0;
	margin: 0 .25em 0 .25em;
	overflow:hidden;
}

#fcMid DIV.FashionShows DIV.BlockContent DIV.listRow DIV.listSummary {
	position:absolute;
	left:0px;
	top:0px;
	width:160px;
	height:240px;
}

#fcMid DIV.FashionShows DIV.BlockContent DIV.listRow DIV.listSummary P{
	display:none;
}

#fcMid DIV.FashionShows DIV.listSummary>DIV.AnchorImageBox  {
}

#fcMid DIV.FashionShows DIV.listSummary>DIV.Foreground
{
	position:absolute;
	bottom:0px;
	left:0px;
	overflow:hidden;
	width:100%;
}


#Main DIV.FashionShows UL {
	margin: .1em .5em .3em .5em;
	overflow:hidden;
}
#Main DIV.FashionShows UL LI {
}
#Main DIV.FashionShows UL LI.ContentCategories {
	text-align:right;
}

#Main DIV.FashionShows H3 {
	margin: .2em .25em .2em 1em;
}

#Main DIV.FashionShows DIV.listRow UL {
	height:0px;
}

#Main DIV.FashionShows DIV.listRow:hover UL {
	height:30px;
}

#Main DIV.FashionShows DIV.listRow UL,
#Main DIV.FashionShows DIV.listRow:hover UL {
	-o-transition: height .25s;  
	-moz-transition: height .25s;  
	-webkit-transition: height .25s;  
	-ms-transition: height .25s;  
	transition: height .25s;  
}

#Main DIV.Directory UL {
	list-style:none;
	clear:both;
	overflow:auto;
}

#Main DIV.Directory UL LI {
	float:left;
	width:33%;
	margin:1em 0 0 0;
}

#Main DIV.CategoryContentList,
#Main DIV.tplflag-category-paging
{
}


#fcMid DIV.fcCat DIV.BlockContent {
	position:relative;
	padding:0;
	margin:1em -50px 1em -50px;
}
#fcMid DIV.fcCat DIV.fcScrollWindow {
	position:absolute;
	right:0px;
	bottom:0px;
	top:0px;
	left:0px;
}

#fcMid DIV.fcCat  DIV.BlockContent DIV.listRow {
	position:absolute;
	top:0px;
	left:0px;
	float:left;
	width:640px;
	height:480px;
	padding: 0 1em 0 1em;
	margin: 0 .25em 0 .25em;
	overflow:hidden;
}

DIV.SubCategoriesList {
	display:none;
}

#fcMid DIV.publishDate {
	position:absolute;
	left:50%;
	top:3px;
	margin-left:-5em;
}

