/* @override http://ben-wolf.com/secretary/site/themes/wolf/css/main.css */

/* 
*  site by Maya Hayuk, Andrew Deutsch, Max Fenton and Ben Wolf 
*  mayahayuk.com   maxfenton.com      ben-wolf.com
*  powered by    The Secretary CMS
*/


html {
	font-size: 62.5%;
	overflow: scroll;
	height:  100%;
}

body {
	padding: 0px;
	font-family: arial, "Arial", monotype, serif;
	font-size: 1.2em;
	line-height: 1.4;
	width:  100%; 
	margin:  0 auto; 
	overflow: visible;
	min-height: 99%; 
	display: block;
	position: relative;
}

a {
	text-decoration: none;
	color: #54a99d;
	/*text-decoration: underline;*/
}

a:hover {
	text-decoration: none;
	/*background-color: #facade;*/
	color: #999999;
}

/* color links */
a.videolink { color: #488e1d; padding: 1px; }
a.videolink:hover { color: #000; background-color: #488e1d; }
a.creditlink { color: #d59216;padding: 1px; }
a.creditlink:hover { color: #000; background-color: #d59216;  }
a.presslink { color: #c72ef7; padding: 1px; }
a.presslink:hover { color: #000; background-color: #c72ef7; }



img {
	border: 0;
}

#header {
	#header {
	height: 1.8em;
}
}
	

#header #title {     /* the link on every page that says BEN WOLF */
	top: 0px;
	position: relative;
	padding-left: 90px;
	opacity: 1;
}
@media only screen and (max-device-width: 480px),
		only screen and (max-width: 480px),
		only screen and (-webkit-min-device-pixel-ratio: 2)  {
	#header #title {  
		top: 0px;
		position: fixed;
		padding-left: 90px;
		opacity: 1;
		background-color:#fff;
		z-index:2;
	}
	#header {
		height: 3.8em;
		background-color:#fff;
		z-index:2;
}
	
}

#header #title a {     /* the link on every page that says BEN WOLF */
	display: inline;
	font-weight: bold;
	text-decoration: none;
	color: #999;
	opacity: 1;
	padding-right 1em; 
}

#header #title a:hover {
	text-decoration: none;
	background-color: #fefefe;
	opacity: 1; 
	color: #d31429;
}

#header #menu {
	position: absolute;
	width: 730px;
	left: 90px;
	top: 60px;
	z-index: 1;

}
@media only screen and (max-device-width: 480px),
		only screen and (max-width: 480px),
		only screen and (-webkit-min-device-pixel-ratio: 2) {
#header #menu {
	position: fixed;
	/*width:*/
	width:  350px;
	left: 90px;
	top: 60px;
	z-index: 2;
background-color: #fff;

}
}

#main {
	position: relative; top: 1em;
	display: block;
	overflow: visible;
	height:  auto;
	margin-bottom: 100px;

}

.fileGroup {
	display: inline;
	clear: none;
	margin-bottom:20px;
}

.textblock {
	display: none;
	margin: 0em 0 0em 0;
	width: 500px;
	float: left;
	margin-left: 290px;
	padding-right: 0px;
	text-align: left;
	line-height: 1;
	color: #999;

}


.file {
	margin-bottom: 1px;

}

.file img {
	display: inline;
	padding: 0;
	margin: 0;
	float:left;
	margin-left: 90px;
}

.title {
	font-weight: normal;
	color: #1F0F08;
}

#menu {
	font-weight: bolder;
}

#menu a {
	color: #999999;
	padding: 2px 3px; 
	margin-left: -3px;
}

#menu a:hover {
	text-decoration: none;
	color: #98E0D6;
	/*background-color: #fff;*/
}

#menu ul {
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
}

#menu li {
	float: left;
	margin-right: 20px;
}

#menu .active a {
	text-decoration: none;
	/*background-color: #1F0F08;*/
	color: #98e0d6;
}

#menu .active a:hover {
	text-decoration: none;
	color: #98e0d6;
	/*background-color: #fff;*/
	/*text-decoration: underline;*/
}

#content {
	position: relative;
	top: 40px;
	display: block;
	margin-bottom: 20px;
	width: 960px;
	left: 260px;
}

body.body_projects #content {
	margin-top: 0px;
	left:  0px; 
	top: 12px;
}


body.body_projects h2 {
	padding: 0;
	display: inline;
	height: 17px;
	font-size: 1.1em;
	margin-left: 1px;
	color: 
	#1F0F08;
	opacity: .8;
	font-weight: bold;
	background-color: 
	gray;
	color: 
	white;
	position: absolute;
	top: -48px;
	left: 90px;
}

body.body_projects div#main {
	margin-top: 0px;
	padding-top: 0px; 
}


.pageText {
	left:290px;
}

.pageText p { 
	margin-bottom: 1em;
	width: 550px;
}

.projectList {
	margin-bottom: 20px;
	max-width: 680px; 
}

.project {
	padding: 0px;
	font-size: 1.2em;
	line-height: 1.0;
	font-weight: normal;
	text-decoration: none;
	color: #000;
}

.divider {
	font-size: 1.6em;
	line-height: 1.8em;
}

.project:hover {
	text-decoration: none;
	color:#98E0D6;
	background-color: #1F0F08;
	background-color: #FFF;
	
}

.project.active {
	text-decoration: none;
	background-color: #009BE6;
	color: #FFF;
}

a.project.active:hover {
	text-decoration: none;
	background-color: #000;
	color: #d79100;
	background-color: #fff;
}

div.slideshow-nav { 

	margin-left: 10px;
	font-size: 1.4em;
	opacity: 1;
	position:absolute;
	z-index:12;

	display:none;
}

.slideshow-nav a {
	opacity: 1;
	width:16px;
	height:36px;
	display:block;
	float:left;
	margin-left:10px;
	cursor:pointer;
}

.slideshow-nav a.prev:hover {
background-image: url('../arrow_prev_green.png');
opacity: .8;
}

.slideshow-nav a.next:hover {
background-image: url('../arrow_next_green.png');
opacity: .8;
}

.slideshow-nav a:hover {


}



.slideshow-nav a.prev{
	background-image:url('../arrow_prev.gif');
}

.slideshow-nav a.next{
	background-image:url('../arrow_next.gif');
}

.tags {
	display: none; 
	margin-bottom: 10px;
}

.file .info {
	font-size: 0.9em;
	text-align: left;
	position: inherit;
	top: 15px;

	width: 800px;
	
}

.file .info .caption {
	line-height: 1.4em;
	position: relative;
	display:inline;
	font-family: "Arial";
	color:#999;
	top: -33px;
	left: 90px;
	margin:35px 10px 0 0;
	background-color: #fff;
}

.projectinlist { 
	float: left;
	display: inline; 
	width: 180px; 
	min-height: 160px; 
	margin-right: 20px; 
	margin-bottom: 20px; 
	line-height: 1.0; 
	opacity:1;
}
.projectinlist:hover{
	opacity:.7;
}


#hint{ margin-left:260px; color:#bababa; line-height:25px; font-size:11px; display:none;}

div.projectinlist  a.project { margin-top: 10px; font-size: 1em; font-weight: normal; /*text-decoration: underline;*/ }
div.projectinlist img { display: block; vertical-align: bottom; padding-bottom: 10px; }

projectinlist img a:hover {
	opacity:.7;
}


.pageContent > span.divider { display: none; }

#navProjects {  
	text-align:left;
	opacity: 1;
	padding: 1px;
	margin-left: 0px;
	display: inline;
	position: absolute;
	left: 0px;
	top: 35px;
	width:60px; 
	color:rgb(255,255,255);
	background-color: rgb(240,240,240);
	z-index:12;
	
}

#navProjects a { opacity:1; padding: 1px; margin-left:0px; width:100px;background-color: rgb(240,240,240);  color:rgb(255,255,255);text-align:left;}
#navProjects a:hover { opacity: .8;text-align:left; background-color: rgb(153,225,219);}

body#body_cv .pageText strong { font-weight: bold; color: #333; margin-left: 0em; }
body#body_cv .pageText em { font-weight: normal; margin-left: -3em; }

/* right column */
#content h2 { margin-left: 0px; }
#content .slideshow { float: left; cursor:pointer;}
#content .one-by-one { float: left; left: 0px; }


@media only screen and (min-width: 851px) {
body.body_page #content { width: 1000px; left: 90px;
top: 12px; z-index:1;}
}

@media only screen and (max-width: 850px) and (min-width: 481px) {
body.body_page #content { 
	width: 600px; 
	left: 90px;
	top: 12px; 
	z-index:1;
	}
}

@media only screen and (max-device-width: 480px),
		only screen and (max-width: 480px),
		only screen and (-webkit-min-device-pixel-ratio: 2) {
body.body_projects #content {
	margin-top: 0px;
	left:  0px; 
	top: 55px;
width: 200px;
	z-index:1;
}


body.body_page #content { width: 400px; left: 90px;
top: 35px; z-index:1;}
}



/* homepage */
body#body_landing #content .one-by-one img { margin: 0 auto;  }
body#body_landing #header { position: fixed; padding-left: 10px; }
body#body_landing div.pageContent h2 { display: none; }     /* don't show "HOMEPAGE" on the first page */
body#body_landing #content .one-by-one { position: fixed; bottom:  35px; left: 0px; width:  100%; z-index: 2; }

body#body_bio #content, body#body_cv #content, body#body_contact #content { margin-top: 18px; }


/*blog stuff*/

.blogPostTitle {
	font-family: arial, "Arial", monotype, serif;
	color: #98E0D6;
	opacity: 1;
	line-height: 1;
	margin-top: 30px;
}
.dateNew {
	font-family: arial, "Arial", monotype, serif;
	font-size: .5em;
	line-height: 0;
	margin-top: -5px;
}



.textBlog {
	font-family: arial, "Arial", monotype, serif;
	font-size: 1em;
	line-height: 1.2;
	margin-top: 20px;
	width: 550px;
}







