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


/* BODY -------------------------- */
body {
	margin: 0; padding: 0;
	background-color: #000;
	color: #ccc;
	font-family: Tahoma, Helvetica, Verdana;
	font-size: 80%; }

a {	color: #fff;
	text-decoration: none;}
	
a:link {color:#fff;}
a:visited {color:#fff;}     
a:hover {color:#777;}
a:active {color:#fff;} 
	
img {border: none; }

li { list-style: none; }

.clear { clear: both; }

.lastList {font-style: italic; text-align: right; }

/* CONTAINER ---------------------- */
#container {
	width: 900px;
	margin: 0 auto 0 auto; }
	
/* TITLE -------------------------- */
#title { 
	margin-top: 5px; }
#title img{
	border: none; }
#title h1 {
	font-size: 0; 
	color: #000;}

/* NAVIGATION --------------------- */
#navcontainer {
margin: 0; }

#navcontainer UL {
list-style: none;
margin: 0;
padding: 0;
border: none; }

#navcontainer LI {
display: block;
margin: 0;
padding: 0;
float: left;
width: auto; }

#navcontainer A {
color: #fff;
display: block;
width: auto;
text-decoration: none;
background: #000;
margin: 0;
padding: 10px 44px 10px 41px;
border-left: 1px solid #000; border-right: 1px solid #000; border-bottom: 1px solid #000; }

#navcontainer A:hover, #navcontainer A:active { background: #222; border-left: 1px solid #333; border-right: 1px solid #333; border-bottom: 1px solid #333; }
#navcontainer A.active:link, #navcontainer A.active:visited {
position: relative;
z-index: 102;
background: #000;
font-weight: bold; }

#subnav {
position: relative;
top: -1px;
z-index: 101;
margin: 0;
padding: 0px 0 3px 0;
background: #000;
}

#subnav UL {
list-style: none;
margin: 1px 0 0px 13px;
padding: 0px;
}

#subnav LI {
position: relative;
z-index: 102;
display: block;
margin: 0;
padding: 0;
width: auto; }

#subnav A {
color: #fff;
display: block;
width: auto;
text-decoration: none;
margin: 0;
padding: 2px 12px 2px 10px; }

#subnav A:hover, #subnav A:active { color: #777; }
#subnav A.active:link, #subnav A.active:visited { color: #000; }
#subnav BR, #navcontainer BR { clear: both; }

/* CONTENT --------------------------- */
#content {
	border-top: 1px solid #fff; }

#content h2 {
	color: #000;
	background-color: #FFF;
	margin: 5px 0 0 0;
	padding: 0 0 0 10px; }

#latest {
	margin-top: 10px;
	float: left; }
	
.pics {  
    width:   650px;
    height:  250px; 
    padding: 0;  
    margin:  0 0 0 0; } 
 
.pics img {  
    width:   650px;
    height:  250px;
	border: none; }

#taglines_back {
	width: 650px;
	background-color: #444; }

#taglines_back a {
	color: #fff;
	margin: 0 0 0 5px; }

/* OLDER POSTS --------- */
#olderPosts {
	width: 250px;
	float: right;
	margin-top: 15px; } 
	
#olderPosts h3 {
	text-align: center; }

#olderPosts li {
	margin-bottom: 7px; } 

/* homeGalleries --------- */
.homeGalleries {
	margin-top: 15px; }

.homeGalleries table {
	margin-left: 3px;
	text-align: center; }

.homeGalleries img {border: 2px solid #000; }
.homeGalleries img:hover { border: 2px solid #fff;}

/* homeFashion --------- */

#homeFashionVideo {
	float: right; }
	
/* fashion------*/
#fashion {
	float: left;
}
	
.smallTitle h2 {
	width: 450px; }	

#blogNews {
	width: 350px;
	float: right;
}

/* newBlog ------ */
#newBlog {
	width: 400px;
	margin: 5px 0 0 10px;
	float: right;
}
#newBlog li {
	margin: 30px 0 5px 0;
	text-align: center;
}

.blogCycle {  
    width:   380px;
    height:  215px; 
    padding: 0;  
    margin:  0 0 0 0; } 
 
.blogCycle img {  
    width:   380px;
    height:  215px;
	border:	 none;
	margin:  5px 0 0 10px; }

.blog_taglines_back {
	width: 380px;
	background-color: #444;
	margin: 5px 0 0 10px;
	 }

.blog_taglines_back a {
	color: #fff;
	margin: 0 0 0 10px;
	}

/* FOOTER -------- */
#footer {
	margin-top: 20px;
	border-top: 1px solid #ccc;
	text-align: center;
	font-size: 80%;
 }
	
#footer li {
	display: inline; }

/* SOCIALS --------- */
#socials {
	float: right;
	width: 230px;
	height: 50px; }

#socials ul {
	padding: 0 0 0 15px; }

#socials li {
	display: inline; }

#socials img {
	margin: 0 3px 0 3px; }

#socials a:link {color:#fff}  
#socials a:visited {color:#fff}     
#socials a:hover {color:#fff}
#socials a:active {color:#777}