/*
Theme Name: Doshishaalumni
Template: uber
*/

@import url('../uber/style.css');
/*
body { background-color: #ccc; }
*/
/*
#content .project img { 
	box-shadow: 4px 4px 6px rgba(0, 0, 32, 0.8);
}
*/

.nocomments { visibility: hidden; }

#mainNav { 
	height: 50px;
	margin-top: 0;
	right: 3%;
	top: 8px; }
.menu-ban_menu-container { /*height: 100%;*/ }
#mainNav ul { margin: 0; padding: 0; width: 100%; height: 100%; }
#mainNav ul li { margin: 0; padding: 0; width: 100%; height: 100%; }
#mainNav ul li a { display: block; width: 100%; height: 100%; color: #fff; }

/*layouts smaller than 600px, iPhone and mobiles*/
@media only screen and (max-width: 480px), screen and (max-device-width: 480px), screen and (max-width: 600px)  {
	#mainNav {
		position: relative;	
		width: 99%;		
		margin-top: 0;
		margin-left: 5%;
		top: 0;	
	}
}

div#almnlink { position: absolute; top: 10%; right: 3%; width: 20.5%; 
	/*background: url(http://doshisha-alumni.org/images/almnlink.png) no-repeat;*/ }


.projectNav .next a {
	background: transparent url(images/project_nav.png) no-repeat; background-position: 0px -18px; }
.projectNav .next.inactive {
	background: transparent url(images/project_nav.png) no-repeat; background-position: 0px -36px;	}
.projectNav .next a:hover {
	background: transparent url(images/project_nav.png) no-repeat; background-position: 0px 0px; }
.projectNav .previous a {
	background: transparent url(images/project_nav.png) no-repeat; background-position: -12px -18px; }
.projectNav .previous a:hover {
	background: transparent url(images/project_nav.png) no-repeat; background-position: -12px 0px; }
.projectNav .previous.inactive {
	background: transparent url(images/project_nav.png) no-repeat; background-position: -12px -36px; }


