@charset "utf-8";
/*//////////////////// Dan Rosenthal ////////////////////*/

/*//////////////////// gray #9b9b9b ////////////////////*/
/*//////////////////// dark gray #707070 ////////////////////*/
/*//////////////////// blue #0d2094 ////////////////////*/
/*//////////////////// dark green #0e6702 ////////////////////*/



@font-face {
    font-family: 'muliregular';
    src: url('fonts/muli/muli-webfont.eot');
    src: url('fonts/muli/muli-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/muli/muli-webfont.woff2') format('woff2'),
         url('fonts/muli/muli-webfont.woff') format('woff'),
         url('fonts/muli/muli-webfont.ttf') format('truetype'),
         url('fonts/muli/muli-webfont.svg#muliregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'mulibold';
    src: url('fonts/muli/muli-bold-webfont.eot');
    src: url('fonts/muli/muli-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/muli/muli-bold-webfont.woff2') format('woff2'),
         url('fonts/muli/muli-bold-webfont.woff') format('woff'),
         url('fonts/muli/muli-bold-webfont.ttf') format('truetype'),
         url('fonts/muli/muli-bold-webfont.svg#mulibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'muliregularitalic';
    src: url('fonts/muli/muli-italic-webfont.eot');
    src: url('fonts/muli/muli-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/muli/muli-italic-webfont.woff2') format('woff2'),
         url('fonts/muli/muli-italic-webfont.woff') format('woff'),
         url('fonts/muli/muli-italic-webfont.ttf') format('truetype'),
         url('fonts/muli/muli-italic-webfont.svg#muliregularitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'forolight';
    src: url('fonts/foro/ForoLig-webfont.eot');
    src: url('fonts/foro/ForoLig-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/foro/ForoLig-webfont.woff2') format('woff2'),
         url('fonts/foro/ForoLig-webfont.woff') format('woff'),
         url('fonts/foro/ForoLig-webfont.ttf') format('truetype'),
         url('fonts/foro/ForoLig-webfont.svg#forolight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'novecento_slab_widenormal';
    src: url('fonts/novecentoslabwide_normal_macroman/Novecentoslabwide-Normal-webfont.eot');
    src: url('fonts/novecentoslabwide_normal_macroman/Novecentoslabwide-Normal-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/novecentoslabwide_normal_macroman/Novecentoslabwide-Normal-webfont.woff2') format('woff2'),
         url('fonts/novecentoslabwide_normal_macroman/Novecentoslabwide-Normal-webfont.woff') format('woff'),
         url('fonts/novecentoslabwide_normal_macroman/Novecentoslabwide-Normal-webfont.ttf') format('truetype'),
         url('fonts/novecentoslabwide_normal_macroman/Novecentoslabwide-Normal-webfont.svg#novecento_slab_widenormal') format('svg');
    font-weight: normal;
    font-style: normal;

}

	
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0;
	padding: 0;
	color: #000;
}

/* ~~~~~~~~~~~~~~ Element/tag selectors ~~~~~~~~~~~~~~ */

ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}

a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}


/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */

a:link {
	color:#414958;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}

a:visited {
	color: #4E5869;
	text-decoration: underline;
}

a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}


/* ~~ this container surrounds all other divs giving them their percentage-based width ~~ */

.container {
	width: 100%;
	background: #FFF;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout. It is not needed if you set the .container's width to 100%. */
}


/* ~~~~~~~~~~~~~~ divs ~~~~~~~~~~~~~~ */

.content {
	padding: 0;
}

.greenline  {
	background:#0e6702;
	height: 8px;
}

.grayline  {
	background:#9b9b9b;
	height: 2px;
    margin: 15px 0 20px 0;
}

.header	{
	margin: 0 auto;
	padding: 10px 50px 15px 50px;
}

.name	{
	width: 45%;
	margin: 0 auto;
	padding: 10px 0 15px 50px;
	float: left;
	min-width: 300px;
}

.name a 	{ 
	color: #999;
	text-decoration: none;
}

.center-it	{
	background:#0d2094;
    display: -webkit-box;   
	display: -moz-box; 
	display: -ms-flexbox;  
	display: -webkit-flex;
	display: flex;  
    
    -webkit-justify-content: center;
    -moz-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
    -moz-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
	
	margin: 40px 0 60px 0;

}


.index_text	{
	text-align:left;
 	display:inline-block;
	margin: 0 40px 0 60px;
}

.danphoto	{
	background-image:url(images/blue_dan.png);
    height:400px;
	width: 314px;
 	display:inline-block;
	margin: 0 60px 0 40px;

}

.port	{
	margin: 0 auto;
	padding: 10px 0 85px 0;
	text-align:center;
}

div.port img {
    margin: 20px;
}

.project_title	{
	height: auto;
	margin: 40px 0 40px 0;
	padding: 0 50px 0 100px;
}

.project_description	{
	height: auto;
	padding: 0 120px 0 120px;
	margin: 0 auto;
}

div.project_description	img	{
	width: 100%;
}

.resume_block	{
	height: auto;
	padding: 20px 150px 0 150px;
	margin: 0 auto;
	font-family: 'novecento_slab_widenormal', serif;
	font-size: 1.3em;
	letter-spacing: .5px;
	color: #0d2094;
}

.resume_left	{
	width: 35%;
	float: left;
	text-align: right;
 	min-width: 200px;
}

.resume_right	{
	width: 65%;
	float: left;
	min-width: 300px;
}

.bullet_block	{
  	padding: 0 40px 40px 40px; 
display: flex;
    justify-content: center;
}

.bullet_left	{
	display: inline-block;    
	text-align: left; 
	vertical-align:top;
	padding: 0 10px 0 10px;
}

.bullet_right	{
	display: inline-block;    
	text-align: left;
	vertical-align:top;
	padding: 0 10px 0 10px;
}

.bullet_block ul { 
	overflow: hidden;
	margin: 0;
	padding: 0;
	font-family: 'novecento_slab_widenormal', serif;
	color: #0d2094;
	font-size: 1.3em;
	letter-spacing: 1px;
}


.contact_block {
	background:#0d2094;
 	padding: 8px 0 8px 0;
	text-align: center;
	font-family: 'novecento_slab_widenormal', serif;
	font-size: 2em;
	letter-spacing: .5px;
	color: white;
}

.contact_block a 	{ 
	color: white;
	text-decoration: none;
}

.footer {
	padding: 50px 0 50px 0;
	text-align: center;
}

/* ~~~~~~~~~~~~~~ div - embed container for YouTube videos ~~~~~~~~~~~~~~ */

.embed-container { 
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden; 
	max-width: 100%;
	margin: 0 auto; 
} 

.embed-container iframe, .embed-container object, .embed-container embed	{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}

div.embed-container img	{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}


/* ~~~~~~~~~~~~~~ navbar ~~~~~~~~~~~~~~ */
.navbar	{
	width: auto;
	margin: 0 auto;
	padding: 20px 50px 0 0;
	float: right;
	min-width: 300px;
}

.navbar ul { 
	overflow: hidden;
	margin: 0;
	padding: 0;
  	list-style-type: none;
  	float:right; 
	font-family: 'novecento_slab_widenormal', serif;
	font-size: 1.2em;
	letter-spacing: 1px;
}

.navbar li { 
	float: left; 
	margin-bottom: 0;  
}

.navbar a 	{ 
	padding: 0.25em 0.6em;
	color: #999;
	text-decoration: none;
}

.navbar a:hover	{
	color: #0e6702;
}

.navbar a:active	{
	color: #0e6702;
}

#current a	{
	color: #0e6702;
}



/* ~~~~~~~~~~~~~~ footer styles ~~~~~~~~~~~~~~ */
.footer a 	{ 
	padding: 0.25em 0.6em;
	color: #999;
	text-decoration: none;
	font-family: 'novecento_slab_widenormal', serif;
	font-size: 1.2em;
	letter-spacing: 1px;
}

.footer a:hover	{
	color: #0e6702;
}

.footer a:active	{
	color: #0e6702;
}




/* ~~~~~~~~~~~~~~ text styles ~~~~~~~~~~~~~~ */

h1 { 
	margin: 0;
	font-family: 'novecento_slab_widenormal', serif;
	font-size: 3em;
	letter-spacing: 2px;
	color: #707070;
}

h2 { 
	margin: 0; 
	font-family: 'muliregularitalic', sans-serif;	
	font-size: .80em;
	color: #707070;
}

h3 { 
	margin: 0; 
	font-family: 'novecento_slab_widenormal', serif;	
	font-size: 1.5em;
	letter-spacing: 2px;
	color: #0e6702;
}

h4 {
	margin: 0; 
	font-family: 'novecento_slab_widenormal', serif;	
	font-size: 1.8em;
	letter-spacing: 1px;
	color: #0d2094;
}

h5 { 
	margin: 5px 0 5px 0;  
	font-family: 'muliregular', sans-serif;	
	font-size: 1.2em;
	color: #444444;
}

h6 { 
	margin: 0 0 5px 0; 
	font-family: 'muliregular', sans-serif;	
	font-size: .85em;
	color: #444444;
}

.hi	{
	font-family: 'forolight', sans-serif;
	font-size: 3.2em;
	color: white;
	letter-spacing: 2px;
}

.ima {
	font-family: 'novecento_slab_widenormal', serif;
	font-size: 2.5em;
	color: white;
	letter-spacing: 1.5px;
}

.project_title p { 
	margin: 0; 
	font-family: 'forolight', serif;	
	font-size: 1.85em;
	color: #0d2094;
}

.project_description p {
	margin: 0; 
	font-family: 'muliregular', sans-serif;	
	font-size: .85em;
	color: #444444;
}

div.resume_right p	{
	margin: 0; 
	font-family: 'muliregular', sans-serif;	
	font-size: 1em;
	color: #444444;
	line-height: 150%;
}

.broadcast_title	{
	font-family: 'muliregularitalic', sans-serif;
}

.broadcast_station	{
	font-family: 'mulibold', sans-serif;
	font-size: .8em;
}
	

ul  { 
	font-family: 'muliregular', sans-serif;	
	font-size: 1em;
	color: #444444;
}

li	{
  margin: 5px 0;
}



/*//////////////////// print version bar tabs ////////////////////*/
div.print_version {
  margin: 10px 100px 0 10px;
  padding-right: 5px;
  padding-left: 5px;
  padding-top: 11px;
  padding-bottom: 11px;
  float: right;
}

div.print_version a:link	{
	font-family: 'novecento_slab_widenormal', sans-serif;
	font-size: 1.1em;
	color: #fffdf6;
}

a.print_version_tab {
  background-color: #0e6702;
  border: 4px solid #0e6703;
  padding: 0 10px 3px 10px;
  text-decoration: none;
}

a.print_version_tab, a.print_version_tab:visited {
  color: #fffdf6;
}

a.print_version_tab:hover {
  background-color: #d0d0d0;
  border: 4px solid #d0d0d1;
  color: #606060;
}

/*//////////////////// print version bar tabs  END ////////////////////*/





/*//////////////////// next bar tabs ////////////////////*/
div.next {
  margin: 10px 100px 0 10px;
  padding-right: 5px;
  padding-left: 5px;
  padding-top: 11px;
  padding-bottom: 11px;
  float: right;
}

div.next a:link	{
	font-family: 'novecento_slab_widenormal', serif;
	font-size: 1.2em;
	color: #fffdf6;
}

a.next_tab {
  background-color: #0d2094;
  border: 4px solid #0d2095;
  padding: 0 10px 3px 10px;
  text-decoration: none;
}

a.next_tab, a.print_version_tab:visited {
  color: #fffdf6;
}

a.next_tab:hover {
  background-color: #d0d0d0;
  border: 4px solid #d0d0d1;
  color: #606060;
}

/*//////////////////// next bar tabs  END ////////////////////*/




/* ~~ This grouped selector gives the lists in the .content area space ~~ */

.content ul, .content ol { 
	padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}


/* ~~ miscellaneous float/clear classes ~~ */

.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. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the overflow:hidden on the .container is removed */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}


/*//////////////////// gray #9b9b9b ////////////////////*/
/*//////////////////// dark gray #707070 ////////////////////*/
/*//////////////////// blue #0d2094 ////////////////////*/
/*//////////////////// dark green #0e6702 ////////////////////*/