<!-- chanelbrandbags.com -->
* {
    margin: 0;
    padding: 0;
}

@font-face { 
font-family:'Chanel-993'; 
src: url('Chanel-993') format('postscript type 1'); 
}
@font-face { 
font-family:'FuturTLig'; 
src: url('FuturTLig') format('postscript type 1'); 
} 

body {
	height: auto;
	width: 100%;
	background: #fff;
	color: #000;
	font-size: 1em;
	font-family: Chanel-993, arial, helvetica, sans-serif;
	margin: 0;
	padding: 0;
	
}
header {
	height: auto;
	width: 100%;
}

header h1 {
    text-align: center;
	margin: 0;
	padding: 0 1em .5em 0;
	font-size: 2em;
	
}

header h2 {
	font-size: 1.5em;
	border-bottom: solid .1em #999;
    display: block;
	margin: 0 3em 0 3em;
	padding: 0 1em 1em 0;
	font-family: FuturTLig, Arial, Helvetica, sans-serif;
	
}

nav {
	height: auto;
	width: 100%;
	margin: 0;
	padding: .5em 0 1.25em 0;
	list-style-type: none;
	background-color: #000;
}

nav li {
	float: left;
	margin: 0;
	padding: 0;
	display: block;
	background-color: #000;
}


nav li a, nav li a:link {
	background-color: #000;
	font-size: 11px;
	text-transform:uppercase;
	color: #fff;
	text-decoration: none;
	padding: 0 1em 0 1em;
	display: block;
	font-weight: lighter;
}

nav li a:hover {
	color: #fff;
	text-decoration: underline;
	cursor: pointer;
	background-color: #000;
	font-weight: bold;
}

nav li a.current, nav li a.current:link {
	color: #fff;
	text-decoration: underline;
	background-color: #000;
	cursor: default;
	font-weight: bold;
}


/* nav notes
.navfeatured {
	color: #fff;
	
}
.navfeatured li {
text-indent:-3px;
padding: 10px 0 10px 0;
}
.navfeatured li a {
	text-decoration: none;
	letter-spacing: 1px;
	line-height:150%;
	color: #fff;}

.navfeatured li a:hover {
	text-decoration: underline;
}
*/


main
{width: 100%;
}

article
{
    padding:5px;
    margin: 2em 3em 0 3em;
	border-top: #000 3em;
}
article h2 {
	padding: .75em 0 .3em 0;
	font-family: Chanel-993, arial, helvetica, sans-serif;
	font-weight: lighter;
	
}
article p {
	line-height:150%;
	padding: 1em 0 0 0;
	text-decoration: none;
	font-weight: lighter;
}
article p a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

article p a:hover {
	text-decoration: underline;
}


article p li {
	list-style-type: none;
	display: list-item;
	color: #999;
	
}

article p li a {
	color: #999;
	}
	
	article p li a:hover {
	text-decoration: underline;
}



/** 
aside
{
    margin-top:5px;
    background-color:#f0eaea;
    padding:5px;
    text-align:center;
}

section
{
    padding:5px;
    border:dashed 3px #0026ff;
    margin-top:5px;
}
**/
footer
{
   text-align: center;
   line-height: 120%;
	font-size: 10px;
	background-color: #000;
	color: #ccc;
	margin: 10px 0 0 0;
	padding: 1em 0 1em 0;
}

/** FOOTER FOR STRUCTURED DATA:

footer
 margin: 25px 0 0 0;
     padding: 10px 0 10px 0;
     text-align: center;
	 text-transform: uppercase;
     font-size: 8px;
	 border-top: 7px solid #000;
	 letter-spacing: 2.5px;	 
	 
***/

footer p {
	padding: 1em 0 0 0;
	color: #ccc;
}
footer p a {
	text-decoration: none;
	color: #ccc;
	font-weight: bold;
}

footer p a:hover {
	text-decoration: underline;
}

nav
{
    text-align:center;
}
nav ul li
{
    display:inline;
    padding: 0 0 5px 5px;
    text-align:left;
    font-size:16px;
    font-weight:bold;
}

nav li a, #navlist li a:link {
	background-color: #000;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	padding: 0 10px 0 10px;
	display: block;
}

nav li a:hover {
	color: #fff;
	text-decoration: underline;
	cursor: pointer;
	background-color: #000;
}

img.bordered,img.alignleft,img.alignright,img.aligncenter {
  background-color: #fff; 
  padding: 3px;  }
img.alignleft, img.left {margin: 1em 1.5em 1em 0;}
img.alignright, img.right {margin: 1em 0 1em 1.5em;}
/* Floats */
.left,.alignleft {float: left;}
.right,.alignright {float: right;}
.clear,.clearer {clear: both;}
.clearer {
     display: block;
     font-size: 0;
     line-height: 0;
}
img.displayed {
    display: block;
	margin-top: 1em;
	margin-bottom: 1em;
    margin-left: auto;
    margin-right: auto; }