/*
Template: hybrid
*/
@import url('../hybrid/library/css/21px.css'); /* Get base CSS */
@import url('../hybrid/library/css/2c-r-fixed.css'); /* Get layout CSS */
@import url('../hybrid/library/css/plugins.css'); /* Get plugins CSS */
@import url('../hybrid/library/css/drop-downs.css'); /* Get drop-downs CSS */
@import url('../hybrid/library/css/screen.css'); /* Get default CSS */

/* get fwn custom modifications */
@import url('library/css/2c-r-fixed.css');


/* customization */

/* body */
body {
	font-family: Verdana, Helvetica, Arial, sans-serif; 
/*	font-family: Times, "Times New Roman", serif; */
	font-size: 13px;
}

#body-container {
    margin: 5px auto;
}

#container {
    border-bottom: 1px dotted #CCCCCC;
}

.content {
    padding-bottom: 21px;
    margin: 0;
/*	width: 100%; */
}

.category .content {
    border-bottom: 0px;
}

.page-399 .content {
	width: 960px;
}


/* header */
#header {
	width: 960px;
	height: 100px;
	background: url('http://www.fashionweeknews.com/images/header-02.jpg') no-repeat;
	border: 1px solid #CCCCCC;
/*	margin: 0 0 17px; */
	margin: 0 0 10px;
}


/* navigation */
#navigation {
/*	margin: 0 0 42px; */
/*	margin: 0 0 28px; */
	margin: 0 0 21px;
}

#search {
	float: right;
	margin-top: 2px;
}

#page-nav li {
	margin-right: 5px;
}

#page-nav li a {
	padding: 8px 10px;
}


/* breadcrumb */
.breadcrumb {
    margin: 0 0 14px;
}


/* content */
#utility-before-content {
    border: 0px;
    padding: 0;
/*    margin: 0 0 14px; */
    margin: 0 0 21px;
}


/* byline */
.byline,
.archive .byline {
    margin: 0 0 21px;
}

.byline abbr {
    text-transform: uppercase;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 11px;
    font-style: normal;
    letter-spacing: 0.05em;

}


/* adsense */
.singular #entry-top {
    float: right;
    width: 300px;
    height: 250px;
/*  border: 1px dotted #CCCCCC; */
    margin: 0 0 7px 7px;
}



/* pages */
.singular-page .page-title,
.category .category-title {
    margin: 0 0 21px;
    font-family: Times, "Times New Roman", serif;
    font-size: 24px;
    font-style: italic;
}


/* posts */
.post {
    margin: 0 0 21px;
}

.home .post,
.blog .post {
    margin: 0 0 42px;
}

.archive .post,
.category .post,
/* .front-page .post { */
.home .post { 
	border-bottom: 1px dotted #CCCCCC;
}

.post .entry-title {
	margin: 0 0 2px;
	font-size: 21px;
}



/* categories */
.category-info {
/*    padding: 0 0 10px; */
    margin: 0 0 42px;
}




/* images */
.post img {
    padding: 3px;
    margin-bottom: 10px;
}

.post img.right {
    float: right;
    margin-left: 10px;
}

.post img.left {
    float: left;
    margin-right: 10px;
}


/* sidebars */
#primary ul, #secondary ul {
    list-style: circle;
    margin: 0 0 14px 14px;
}

#primary h3.widget-title, #secondary h3.widget-title {
    margin: 0 0 14px;
}


/* footer */
#subsidiary .widget {
	margin: 0 30px 0 0;
}

#third .widget {
	margin: 0;
	float: right;
}

