/* @override http://www.shopyufashion.com/_css/yu-fashion.css */

@charset "UTF-8";
/* CSS Document */

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/*------------------------------
Basic overall styles
------------------------------*/
.clear {
  clear: both;
}

body, html { /* define overall type style here */
	font-family: Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #wrapper */
	background-color: #FFF;
}

h1, h2, h3, h4, h5, h6, ol, li, ul, p, table, th, td, caption, a {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: top;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

strong{
	font-weight: bold;
}

em{
	font-style:italic;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


/*------------------------------
	BACKGROUND divs 
-------------------------------*/
div, div div, div div div {
	margin: 0 auto;
	padding: 0;
}

#wrapper {
	text-align: left;
	background-image: url(../_img/bg-wrapper.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#doc {/* defines main page width  */
	width: 1163px;
}


/*------------------------------
	HEADER divs 
-------------------------------*/

#hd {/* background header image  */
	height: 191px;
	width: 963px;
	text-align: left;
	padding-top: 0px;
	margin-top: 0px;
	margin-left: 100px;
	margin-right: 100px;
	}
	
#logo { /* Insert logo as image in the html. Allows logo to be clickable.  */
	height: 167px;
	width: 239px;
	float: left;
	padding-top: 24px;
}

#nav {
	height: 95px;
	width: 724px;
	padding-top: 96px;
	margin-left: 239px;
}
	
	
/*------------------------------
	BODY/CONTENT also contains main type styles 
-------------------------------*/

#bd {/* contains the side and content - used to include a background behind the both of them */
	margin: 0px;
	padding: 0px;
	width: 963px;
	margin-left: 100px;
	margin-right: 100px;
}

#bd_hd {
	float: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
	width: 963px;
}

#bd_bd {
	margin: 0px;
	padding: 0px;
	width: 963px;
}

#bd_ft {
	margin: 0px;
	padding: 0px;
	height: 30px;
	text-align: center;
	width: 963px;
	background-image: url(../_img/bd_ft.jpg);
	background-repeat: no-repeat;
}

#twitter {
	width: 300px;
	padding-right: 20px;
	padding-left: 40px;
}


#sidebar {
	float: left;
	width: 389px;
}

#sidebar_hd {
	float: left;
	height: 420px;
	width: 389px;
}

#sidebar_bd {
	float: left;
	width: 389px;
}

#content {
	width: 574px;
	padding: 0px;
	margin-left: 389px;
}

#content_hd {
	margin: 0px;
	width: 564px;
	padding-left: 10px;
}

#content_bd {
	float: none;
	width: 500px;
	margin: 0px;
	padding-left: 20px;
	padding-right: 54px;
}

#content h1 {
	color: #232020;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 2.3846em;
	font-style: italic;
	font-weight: bold;
	line-height: 1em;
	text-transform: lowercase;
	text-align: left;
	padding-top: 15px;
	padding-left: 10px;
	background-image: url(../_img/h1_underline.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 0.6154em;
}

#content h2 {
	color: #232020;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.3846em;
	font-style: italic;
	font-weight: bold;
	line-height: 1em;
	text-transform: lowercase;
	text-align: left;
	padding-bottom: 0.5385em;
	padding-top: 1em;
}

#content h3 {
	color: #232020;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.0769em;
	font-style: italic;
	font-weight: bold;
	line-height: 1.3077em;
	text-transform: lowercase;
	text-align: left;
	padding-top: 0.5385em;
	padding-bottom: 0.3077em;
}

#content h4 {
	color: #232020;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1em;
	line-height: 1.3077em;
	text-transform: lowercase;
	text-align: left;
	padding-top: 0.5385em;
	padding-bottom: 0.3077em;
	font-weight: normal;
}
#content p {
	color: #232020;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 0.8462em;
	line-height: 1.5385em;
	text-align: left;
	font-weight: normal;
	margin-bottom: 1em;
}

#content a {
	text-decoration:none;
	color: #82540B;
}

#content a:hover {
	text-decoration:none;
	color: #C96;
}

#wrapper #doc #bd #bd_bd #content #content_bd td {
	color: #232020;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1em;
	text-align: left;
}

.td_left {
	padding-right: 50px;
}

#content ul {
	color: #232020;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 0.7692em;
	line-height: 1.1538em;
	text-align: left;
	font-weight: normal;
	margin-bottom: 0.4615em;
	padding-left: 14px;
}

#content ul li{
	font-size: 1em;
	padding-bottom: 0.4615em;
	list-style-position: outside;
	list-style-image: url(../_img/bullet.gif);
	padding-left: 0.4615em;
}

hr {
	color: #CEC8BD;
}

.note {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 0.8462em;
}

.imgfloatright{
	float:right;
	margin-bottom: 18px;
	margin-left: 18px;
}

.imgfloatleft{
	float:left;
	margin-right: 18px;
	margin-bottom: 18px;
}


/*-----Blog Feed-------*/

table.mysite_content1{
	width: 530px;
}

/* set font */
table.mysite_content1 tbody tr td {
	color: #232020;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12pt;
	line-height: 16pt;
	text-align: left;
	font-weight: normal;
}

table.mysite_content1 tbody tr td li {
	list-style-type: none;
	width: 530px;
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 4px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #82540B;
	padding-top: 24px;
}

table.mysite_content1 tbody tr td li a {
	font-size: 16pt;

}

/* centre image */
table.mysite_content1 tbody tr td div{
	text-align: center;
}

/* for pictures w no caption */
table.mysite_content1 tbody tr td div a img {
	border: 12px solid #dbdbdb;
	margin: 10px;
}

table.mysite_content1 tbody tr td table tbody tr td{
	padding: 3px;
}

/* for pictures w caption */
table.mysite_content1 tbody tr td table{
	border: 12px solid #dbdbdb;
	width: 100px;
}




/*------------------------------
	FOOTER
-------------------------------*/

#ft {
	height: 325px;	/* needed for short content */
	width: 1163px;
}
	
#repeat_nav {
	float: none;
	padding-top: 10px;
	}

#ft p {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 0.7692em;
	line-height: 1.2308em;
	color: #D7D0CB;
	text-align: right;
	margin: 0px;
	padding-top: 0.5em;
	font-weight: normal;
	padding-right: 158px;
}

#ft a {
	color: #B3B0AB;
	text-decoration: none;
}

#ft a:hover {
	color: #656262;
	text-decoration: none;
}


/*----------------------------
STYLES FOR RSSINCLUDE.COM BLOG FEED
----------------------------*/


div#rssincl-box-311326 *{
	font-family:  "Palatino Linotype", "Book Antiqua", Palatino, serif !important;
		text-align:left;
		margin:0;
	padding:0;
	line-height:110%;
	clear:both;
}

div#rssincl-box-311326 { 
		width: 500px; 
	overflow-x:auto;
			}

div#rssincl-box-311326 div.rssincl-head { 
	padding:5px; 
	background-color: #FFFFFF;
		border-bottom:1px solid #808080;
	 
}

div#rssincl-box-311326 div.rssincl-head p.rssincl-title,
div#rssincl-box-311326 div.rssincl-head p.rssincl-title a { 
	font-family:  "Palatino Linotype", "Book Antiqua", Palatino, serif !important;
	font-size: 15px;
	font-weight:bold;
	color: #82540B !important;
	text-decoration:none;
        display:none;
}

div#rssincl-box-311326 div.rssincl-content {}

div#rssincl-box-311326 div.rssincl-content div.rssincl-entry { 
	padding-top:20px !important;
        padding-bottom:20px !important;
        padding:5px;
	background-color: #FFFFFF;
		border-bottom:1px solid #808080;
	 
}


div#rssincl-box-311326 div.rssincl-content div.rssincl-last { 
	border-bottom:none;
}

div#rssincl-box-311326 div.rssincl-content div.rssincl-entry p.rssincl-itemtitle {
	margin-bottom:6px;
}

div#rssincl-box-311326 div.rssincl-content div.rssincl-entry p.rssincl-itemtitle a { 
	font-family:  "Palatino Linotype", "Book Antiqua", Palatino, serif !important;
	font-size: 22px !important;
	font-weight:normal !important;
	text-decoration:none !important;
	color: #82540B !important;
}
div#rssincl-box-311326 div.rssincl-content div.rssincl-entry p.rssincl-itemtitle a:hover { 
	font-family:  "Palatino Linotype", "Book Antiqua", Palatino, serif !important;
	font-size: 22px !important;
	font-weight:normal !important;
	text-decoration:underline !important;
	color: #82540B !important;
}
div#rssincl-box-311326 div.rssincl-content div.rssincl-entry div.rssincl-itemdesc,
div#rssincl-box-311326 div.rssincl-content div.rssincl-entry div.rssincl-itemdesc *{
	font-family:  "Palatino Linotype", "Book Antiqua", Palatino, serif !important;
	font-size: 16px !important;
	color: #333333;
        line-height:22px;
        letter-spacing:.5px;
        
}

div#rssincl-box-311326 div.rssincl-content div.rssincl-entry div.rssincl-backlink {
	font-family: ;
	font-size: 10px;
	color: #333333;
}

div#rssincl-box-311326 div.rssincl-content div.rssincl-entry div.rssincl-backlink a {
	color: #333333;
	line-height:130%;
    text-decoration: none;
}

div#rssincl-box-311326 div.rssincl-content div.rssincl-entry div.rssincl-itemdesc img {
	margin: 5px;
}

div#rssincl-box-311326 div.rssincl-content div.rssincl-entry div.rssincl-clear {
	clear:both;
}

