@charset "utf-8";
/* CSS Document */

body {
            font-family: Arial, Helvetica, sans-serif;
            font-size: medium;
			line-height:1.4em;
        }

.img2bg{
background: url("http://johnjay.jjay.cuny.edu/_myjjlibrary/jj_ext.jpg") no-repeat;
background-attachment:fixed;
}

.jjboxTransparent {   
  position: relative; 
  padding: 1em;
  /*background-image:url("http://johnjay.jjay.cuny.edu/_myjjlibrary/transparentBgexpt.png");*/
  
 background-color:#fff;
  
  border: 0.5em solid #00aeef;
  border-radius: 1em;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  -moz-box-shadow: 3px 3px 4px #000;
  -webkit-box-shadow: 3px 3px 4px #000;
  box-shadow: 3px 3px 4px #000;  
  
}

.maincontent
      {
          width:100%;
          max-width:1100px;
		  margin-left:auto;
		  margin-right:auto;
		  overflow:auto;
          }
		  
		  
.header {
	width:98%;
	padding:2%;
	background-image:url("header2.jpg");
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	height:25%;
	font-size:2.6em;
	color:#fff;
	line-height:1.5em;
	text-align:center;
	font-family:"Arial Black", Gadget, sans-serif;
	text-shadow: 2px 2px #000;
}

.contentbox {
	width:99%;
	background-color:#fff;
	padding: 10px;
	overflow:auto;
}


h2 {
	font-size:1.4em;
	font-weight:bold;
	color:#040f47;
}


 a:link {
	 color:#061d95;
 }
 
a:visited {
	color:#061d95;
}

a:hover {
	color:#040f47;
}

a:active {
	color:#061d95;
}

 a.gray:link {
	 color:#fff;
	 text-decoration:none;
 }
 
a.gray:visited {
	color:#fff;
}

a.gray:hover {
	color:#00aef0;
}

a.gray:active {
	color:#383836;
}

.footer {
	width:100%;
	height: 140px;
	background-image:url(_images/cuny_logo.png);
	background-position:right;
	background-repeat: no-repeat;
}
 
 #imagecontainer {
	 width:100%;
	 clear:both;
	 margin-bottom:20px;
 }
 
.imagebox {
	float:left;
	width:30%;
	margin:4px;
	font-size:0.7em;
	line-height:1.4em;

}

.leftbox {
	float:left;
	width:23%;
	border: solid  medium #00aef0;
	padding:1%;
	margin-right:2%;
	margin-top:20px;
}

.rightbox {
	float:right;
	width:72%;
}

.videotitle {
	vertical-align:middle;
	font-size:1.6em;
	font-weight:bold;
	line-height:1.2em;
	padding-left:2%;
	color:#00aef0;
}

.videoboxcopy {
	font-size:1.1em;
	font-weight:bold;
	line-height:1.2em;
	padding-left:2%;
}

.videobox {
	float:right;
	width:95%;
	margin-bottom:10px;
}

.featured {
	text-align:center; 
	font-size:2.3em; 
	line-height:1.3em;
	color:#383836;
	font-family: 'Pacifico', cursive;
}

.studenttitle {
	text-transform:uppercase;
	font-size:1.3em; 
	color:#000d4d;
	font-weight:bold;
	color:#0197d0;
}

.studenttitle2 {
	text-transform:uppercase;
	font-size:1.1em; 
	font-weight:bold;
	color:#383836;
}

.readmore {
	width:90%;
	clear:both;
	text-align:left; 
	vertical-align:middle; 
	font-size:1.6em; 
	line-height:1.0em;
	margin-left:auto;
	margin-right:auto;
	font-family: 'Pacifico', cursive;
}

@media only screen and (max-width: 768px) {
	
	.header {
	font-size:1.9em;
}
	
	.leftbox {
	float:right;
	width:100%;
	padding:1%;
	margin-right:2%;
}

.rightbox {
	float:left;
	width:100%;
}

.videotitle {
	vertical-align:middle;
	font-size:1.0em;
	font-weight:bold;
	line-height:0.95em;
	color:#00aef0;
}

.videoboxcopy {
	font-size:0.9em;
	font-weight:bold;
	line-height:0.8em;
}

.videobox {
	float:left;
	width:99%;
	margin-bottom:10px;
}

.featured {
	text-align:center; 
	font-size:2.3em; 
	line-height:1.3em;
	color:#383836;
	font-family: 'Pacifico', cursive;
}
	
}

@media only screen and (max-width: 480px) {
	
.maincontent
      {
          width:90%;
          max-width:950px;
		  margin-left:auto;
		  margin-right:auto;
          }
		  
		  .header {
	font-size:1.4em;
}
		  
		   #imagecontainer {
	 width:100%;
	 clear:both;
	 margin-bottom:20px;
 }
 
 .imagebox {
	float:left;
	width:47%;
	margin:4px;
	font-size:0.7em;
}

.studenttitle {
	text-align:center; 
	font-size:1.2em; 
	color:#0197d0;
}

	.leftbox {
	width:93%;
	padding:10px;
	margin-top:20px;
}

.rightbox {
	width:100%;
}

.videotitle {
	vertical-align:middle;
	font-size:1.0em;
	font-weight:bold;
	line-height:0.95em;
	color:#00aef0;
}

.videoboxcopy {
	font-size:0.9em;
	font-weight:bold;
	line-height:0.8em;
}

.videobox {
	float:left;
	width:99%;
	margin-bottom:10px;
}

.featured {
	text-align:center; 
	font-size:2.3em; 
	line-height:1.3em;
	color:#383836;
	font-family: 'Pacifico', cursive;
}
	
}

