@charset "UTF-8";
body  {
	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 #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #050005;
	background-image: url(../nav_images/backgrounds/back-grad.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#container  { 
	width: 987px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #BB97D5;
	border-right-color: #E9DDDE;
	border-bottom-color: #BB97D5;
	border-left-color: #E9DDDE;
	background-color: #FFFFFF;
} 
#header  { 
	background-color: #FFFFFF;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
/*--------------header parts-------------------------*/
#header h3 a{
	margin: 0;
	color: #009900;
	font-family: "Times New Roman", Times, serif;
	background-image: url(../nav_images/logos/womenOf-logo.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-indent: -9000px;
	width: 359px;
	padding-right: 0;
	padding-left: 0;
	display: block;
	height: 70px;
	padding-top: 20px;
	float: left;
}

#header #logo {
	float: left;
	width: 359px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	height: 70px;
}
#header #banner {
	float: right;
	width: 480px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 60px;
}
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	background-color: #FFFFFF;
	padding-top: 15px;
}
#sidebar2  {
	float: right; /* since this element is floated, a width must be given */
	width: 320px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 5px; /* padding keeps the content of the div away from the edges */
}
#sidebar2 h3 {
	color: #656566;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: block;
	width: 200px;
	font-size: 11px;
}

#events .date {
	font-size: 10px;
	display: block;
	padding: 1px;
	width: 55px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	float: left;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #000000;
	background-image: url(../nav_images/backgrounds/date.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#mainContent  {
	margin-right: 340px;
	margin-left: 230px;
	padding-right: 1px;
	padding-left: 10px;
	padding-top: 10px;
	width: 400;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
} 
#mainContent  h1,#mainContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	background-image: url(../nav_images/backgrounds/bars/top-pick.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 11pt;
	text-indent: 3em;
	text-align: left;
	height: 30px;
	margin: 0px;
	line-height: 24pt;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	width: 302px;
}

#events {
	background-color: #F9F6F6;
	list-style: none;
	width: 370px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../nav_images/backgrounds/event-cork.gif);
	
}


#events li {
	display: inline;
	
}
#events a {
	display:block;
	text-deoration: none;
	text-decoration: none;
	text-align: left;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	color: #333333;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	height: 40px;
	font-weight: bold;
}
#events a:hover{
	color: #FFFFFF;
	background-color: #BB97D5;
}
#events .date {
	font-size: 10px;
	display: block;
	padding: 1px;
	width: 55px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	float: left;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #000000;
	background-image: url(../nav_images/backgrounds/date.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#mainContent #EventsHeader {
	background-image: url(../nav_images/backgrounds/bars/events.gif);
	
}

#footer{

background-color: #BB97D5;
	margin-top: 10px;
	padding-top: 5;
	padding-right: 10px;
	padding-bottom: 5;
	padding-left: 10px;
	height: 110px;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-top-color: #656566;
	border-bottom-color: #656566;
	border-top-style: solid;
	border-bottom-style: solid;
	background-image: url(../nav_images/backgrounds/footer-back.jpg);
	background-repeat: no-repeat;
	background-position: center top;

}

#footer .foot-nav ul {
	padding-top: 12px;
}
#footer .foot-date {
	font-size: 9px;
	color: #333333;
	float: right;
	width: 970px;
	text-align: center;
	padding-top: 5px;
}
#footer .foot-nav a {
	font-size: 9px;
	color: #333333;
	text-decoration: none;
}
#footer a {
	font-size: 9px;
	color: #333333;
	text-decoration: none;
}
#footer .foot-nav a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #33B435;
}
#footer  p  {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFFFFF;
	text-align: center;
	font-size: 10px;
}

#footer .foot-nav {
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
	list-style-type: none;
	float: left;
	width: 161px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.art-title a {
	font-size: 14px;
	font-weight: bold;
	color: #006600;
	display: block;
	width: 100%;
	padding: 2px;
	text-decoration: none;
	line-height: 20px;
}
#featured-table  td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #656566;
	height: 105px;
}
#featured-table {
	margin-bottom: 10px;
	margin-top: 10px;
}
.art-title a:hover{
	color: #BA95D4;
	background-color: #646465;
}



/*Main Navigation---------------------------------------------------------------*/

#nav_main {
	margin: 0;
	padding: 0;
	list-style: none;
	width:950px;
	float:right;
}

#nav_main  li{
	display: inline;
	
	
}

#nav_main  a {
	display:block;
	float:right;
	line-height: 25px;
	text-deoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #bb97d5;
	padding-top: 0;
	padding-right: 11px;
	padding-bottom: 0;
	padding-left: 13px;
	background-color: #F5F2F2;
}

#nav_main a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #BB97D5;
}

#nav_back {
	background-color: #E9DDDE;
	padding-top: 0;
	padding-bottom: 0;
	width: 100%;
	height: 25px;
	border-top-width: 10px;
	border-bottom-width: 10px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #bb97d5;
	border-bottom-color: #bb97d5;
	position: relative;
}


/* Side Navigation---------------------------------------------------------------*/

#navside {
	margin: 0;
	list-style: none;
	width: 200px;
	position: relative;
	float: left;
	padding-left: 1px;
}
#navside li {
	
	display: inline;
}
#navside a {
	display:block;
	line-height: 2.2em;
	text-deoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	color: #F5F2F2;
	font-weight: bold;
	width: 200px;
	text-align: left;
	background-image: url(../nav_images/nav-bar/btn-beauty-fashion.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 31px;
	text-indent: 40px;
	padding: 0px;
	background-color: #656566;
}
#navside a:hover{
	color: #7AB4FB;
	background-color: #333333;
}
/*---------------BTNS-------------------------------------------------------*/
#navside .auto a {
	background-image: url(../nav_images/nav-bar/btn-auto.gif);
}
#navside .beauty a {
	background-image: url(../nav_images/nav-bar/btn-beauty-fashion.gif);
}
#navside .business a {
	background-image: url(../nav_images/nav-bar/btn-business.gif);
}
#navside .cooks a {
	background-image: url(../nav_images/nav-bar/btn-creative-cooks.gif);
}
#navside .family a {
	background-image: url(../nav_images/nav-bar/btn-family-connect.gif);
}
#navside .health a {
	background-image: url(../nav_images/nav-bar/btn-health.gif);
}
#navside .love a {
	background-image: url(../nav_images/nav-bar/btn-love.gif);
}
#navside .hg a {
	background-image: url(../nav_images/nav-bar/btn-home-garden.gif);
}
#navside .legal a {
	background-image: url(../nav_images/nav-bar/btn-legal.gif);
}
#navside .motivation a {
	background-image: url(../nav_images/nav-bar/btn-motivation.gif);
}
#navside .society a {
	background-image: url(../nav_images/nav-bar/btn-society.gif);
}
#navside .sports a {
	background-image: url(../nav_images/nav-bar/btn-sports.gif);
}
#navside .tech a {
	background-image: url(../nav_images/nav-bar/btn-tech.gif);
}
#navside .travel a {
	background-image: url(../nav_images/nav-bar/btn-travel.gif);
}
#navside .women a {
	background-image: url(../nav_images/nav-bar/btn-womenof-the-month.gif);
}
/*---------------Hovers-------------------------------------------------------*/
#navside .auto a:hover {
	background-image: url(../nav_images/nav-bar/btn-auto2.gif);
}
#navside .beauty a:hover {
	background-image: url(../nav_images/nav-bar/btn-beauty-fashion2.gif);
}
#navside .business a:hover {
	background-image: url(../nav_images/nav-bar/btn-business2.gif);
}
#navside .cooks a:hover {
	background-image: url(../nav_images/nav-bar/btn-creative-cooks2.gif);
}
#navside .family a:hover {
	background-image: url(../nav_images/nav-bar/btn-family-connect2.gif);
}
#navside .health a:hover {
	background-image: url(../nav_images/nav-bar/btn-health2.gif);
}
#navside .love a:hover {
	background-image: url(../nav_images/nav-bar/btn-love2.gif);
}
#navside .hg a:hover {
	background-image: url(../nav_images/nav-bar/btn-home-garden2.gif);
}
#navside .legal a:hover {
	background-image: url(../nav_images/nav-bar/btn-legal2.gif);
}
#navside .motivation a:hover {
	background-image: url(../nav_images/nav-bar/btn-motivation2.gif);
}
#navside .society a:hover {
	background-image: url(../nav_images/nav-bar/btn-society2.gif);
}
#navside .sports a:hover {
	background-image: url(../nav_images/nav-bar/btn-sports2.gif);
}
#navside .tech a:hover {
	background-image: url(../nav_images/nav-bar/btn-tech2.gif);
}
#navside .travel a:hover {
	background-image: url(../nav_images/nav-bar/btn-travel2.gif);
}
#navside .women a:hover {
	background-image: url(../nav_images/nav-bar/btn-womenof-the-month2.gif);
}
