/*
	CSS Mother & Child 2
*/

@import url("css/reset.css");
@import url("css/typography.css");
@import url("css/grid.css");
@import url("css/custom-drupal.css");

/************************** my layout **************************/
#page {
	background:url(images/noise-ptrn.jpg) repeat left top;
	width:100%;
	height:100%;
	overflow:hidden;
}

.baby-pic {
	margin:10px 0 30px 0;
}
.logo-wrapper {
	text-align:right;
	/*padding:10px 10px 0 0px;*/
	width:364px;
	height:120px;
}
.nav-container{
	float:right;
	width:950px;
	position:relative;
	margin:120px 0 0px 0;
}
.nav-space {
	width:490px;
	height:220px;
	float:right;
}
.nav-wrapper-1 {
	float:right;
	margin:20px 10px 30px 0px;
}
.nav-wrapper-2 {
	float:right;
	margin:20px 0px 30px 0px;
}
.prim-nav ul.links {
	float:right;
	list-style-type:none;
	margin:0 0px 0 0px;
}
.prim-nav ul.links li { 
	padding:0;
}
.prim-nav a:link, .prim-nav a:visited{
	background:url(images/menu-bg-light.png) no-repeat;
	display:block;
	width:225px;
	height:40px;
	color:#fff;
	text-align:center;
	margin-bottom:10px;
	padding:5px 0 0 0;
	text-decoration:none;
	font-size:20px;
}
.prim-nav a:hover, .prim-nav a.active{
	background:url(images/menu-bg-dark.png) no-repeat;
}

span.register {
float:right;
margin:10px 0;
}
span.login{
float:right;
margin:10px 0;
}

div.ads {
	color:#ccc;
}

div.sponsors {margin-top:20px;}
