/* -- css for 2010replicawatches.com -- */
@font-face {
font-family:'Chanel-993';
src: url('Chanel-993') format('postscript type 1');
}


body {
	 height: auto;
	 width: 100%;
     background: #fff;
     color: #4c4c4c;
     font-family: Chanel-993, arial, sans-serif;
     margin: 0;
     padding: 0;
}

.space {padding-top:10px;
}


header {
	height: auto;
	width: 100%;
	margin: 0;
	padding: 0;
	border-top: .5em solid #000;
}
header a {
	text-decoration: none;
	color: #000;
}
header h1{
	 font-size: 1.5em;
	 color: #000;
	 letter-spacing: .2em;
     text-align:center;
	 line-height: 1.5m;
}

header h2{
     text-align:center;
	 font-weight: normal;
	 letter-spacing: .1em;
	 text-transform: uppercase;
	 font-size: 1.5em;
	 line-height: 1.5em;
}

main {
	 display: block;
     padding: 0;
     margin: 0;
	 
}
section {
	 margin: 0;
	 padding: 3%;
	 font-size: 1em;
	 font-weight: lighter;
	 text-transform: uppercase;
	 letter-spacing: .2em;
	 line-height: 175%;
	 text-align: center;
	 
}
section h2 {
	 font-weight: normal;
	 font-size: 1em;
	 line-height: 1.2em;
}

section h3 {
	font-weight: lighter;
	 letter-spacing: .1em;
	 text-transform: uppercase;
     font-size: .8em;
}
section h3 a {
	text-decoration: none;
}
section h3 a.hover {
	font-weight: bold;
}
	
section a { color: #000;
	text-decoration: none;
	
}

section p {
	font-size: .8em;
}
section ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
section li {
	text-decoration: none;
	font-weight: lighter;
	
}
section li a {
	text-decoration: none;
	font-weight: lighter;
	 letter-spacing: .2em;
	 text-transform: uppercase;
     font-size: .7em;
}
section li a.hover {
	font-weight: bold;
}

article {
	 margin: 10%;
	 padding: 5%;
	 font-size: .9em;
	 font-weight: lighter;
	 letter-spacing: .2em;
	 line-height: 200%;
	 border-left: 1px solid #ccc;
	 border-right: 1px solid #ccc;
}

article h2 {
	font-size: 1.5em;
	line-height: 200%;
	
}

article p  {
	padding-top: .3em;
}

article a { color: #000;
	
}

footer {
     margin: 0;
     padding: 0;
     text-align: center;
	 line-height: 150%;
     font-size: .5em;
	 border-top: .5em solid #000;
	 letter-spacing: 2.5px;
}

@media all and (max-width : 768px) { 
    header { 
        text-align: center; 
    } 
    nav { 
        text-align: center; 
    } 
    #content { 
        width: 94%; 
        padding: 3%; 
    } 
    #sidebar { 
        width: 94%; 
        padding: 3%; 
        border-top: 3px solid #E64A19; 
    } 
} 

@media all and (max-width : 330px) { 
    nav ul li { 
        display:block; 
        width: 94%; 
    } 
} 



img.alignleft,img.alignright,img.aligncenter {
  background-color: #fff;
  padding: 3px;  }
img.alignleft, img.left {margin: 2em 1.5em 1em 0;}
img.alignright, img.right {margin: 2em 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-left: auto;
    margin-right: auto }


