/*
	blog.frankgarofalo.com
*/

/* ----------------------------------------------------- RESET CSS ----------------------------------------------------- */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* --------------------------------------------------- LAYOUT STYLES --------------------------------------------------- */
/* Color Pallette: http://colorschemedesigner.com/#3u11Tfdp0w0w0
	A1) #466A7f
	A2) #3F535F
	A3) #173C53
	A4) #7FA7BF
	A5) #90ADBF
	
	B1) #C2E4F8
	B2) #9CAFBA
	B3) #3F7DA1
	B4) #D3ECFC
	B5) #DEF1FC
*/

	body {
		color:#333;
		font-family:Arial, Helvetica, sans-serif;
	}
		
	#container_page {
		width:100%;
		height: 100%;
		overflow: hidden;
		position: relative;
	}
	#container_content {
		width:100%;
		position: relative;
		overflow: hidden;
		clear:both;
	}
	
	/* Header Logo */
	#header_logo {
		position:fixed;
		top:5px;
		right:4%;
		height:56px;
		z-index:30000;
		box-sizing:border-box;
		border-radius:8px;
		-moz-border-radius:8px;
		-webkit-border-radius:8px;
		box-shadow: 0px 0px 4px rgba(0,0,0, 0.80);
		-moz-box-shadow: 0px 0px 4px rgba(0,0,0, 0.80);
		-webkit-box-shadow: 0px 0px 4px rgba(0,0,0, 0.80);;
		-o-box-shadow: 0px 0px 4px rgba(0,0,0, 0.80);
	}
	
	#the_box {
		width:99%;
		height:45px;
		position:fixed;
		top:0;
		left:0;
		z-index:1000;
		background-color:#466A7F;
		background: -webkit-gradient(linear, left top, left bottom, from(#466A7F), to(#173C53));
		background: -moz-linear-gradient(top, #466A7F, #173C53);
	}
		#the_box #box_nav {
			width: 92%;
			margin-left: 4%;
			margin-right: 4%;
			background-image:url(../images/header/header_blog-fgarofalo.png);
			background-repeat:no-repeat;
			background-position:center right;
		}
		#the_box #box_nav ul {
			margin: 10px 0 0 0;
			font-size: 125%;
		}
			#the_box #box_nav ul li {
				height: 30px;
				margin: 0 5px 0 0;
				padding: 0;
				display: inline-block;
				float: left;
				clear: none;
			}
				#the_box #box_nav ul li a {
					padding: 3px 8px;
					background-color: #fff;
					border-radius: 5px;
					-moz-border-radius: 5px;
					-webkit-border-radius: 5px;
				}
				#the_box #box_nav ul li a.active {
					background: #CCC;
					filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#ffffff');
					background: -webkit-gradient(linear, left top, left bottom, from(#CCC), to(#ffffff));
					background: -moz-linear-gradient(top, #CCC, #ffffff);
					border-top-left-radius: 5px;
					border-top-right-radius: 5px;
					-moz-border-radius-topleft: 5px;
					-moz-border-radius-topright: 5px;
					-webkit-border-top-left-radius: 5px;
					-webkit-border-top-right-radius: 5px;
				}
				#the_box #box_nav ul li a:hover,
				#the_box #box_nav ul li a:focus {
					color:#fff;
					background:none;
					background-color:#666;
				}
	
	#container_header {
		width:100%;
		height:190px;
		/*position: absolute;
		top:0;
		left:0;*/
		z-index: 100;
		clear:both;
		display:block;
	}
		/* Logo */
		#logo { display:none; }
		
		/* Main Navigation */
		#container_nav {
			padding-top:165px;
			font-size:125%;
		}
			#container_nav ul {
				display:block;
				list-style:none;
				clear:both;
			}
				#container_nav ul li {
					height:30px;
					margin:0 5px 0 0;
					padding:0;
					display:inline-block;
					float:left;
					clear:none;
				}
					#container_nav ul li a.active {
						background: #CCC; /* for non-css3 browsers */
						filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#ffffff'); /* for IE */
						background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#fff)); /* for webkit browsers */
						background: -moz-linear-gradient(top,  #ccc,  #fff); /* for firefox 3.6+ */ 
						border-top-left-radius:5px;
						border-top-right-radius:5px;
						-moz-border-radius-topleft:5px;
						-moz-border-radius-topright:5px;
						-webkit-border-top-left-radius:5px;
						-webkit-border-top-right-radius:5px;
					}
					#container_nav ul li a,
					#container_nav ul li a:link,
					#container_nav ul li a:visited {
						padding:3px 8px;
						background-color:#fff;
						border-radius:5px;
						-moz-border-radius:5px;
						-webkit-border-radius:5px;
					}
					#container_nav ul li a:hover,
					#container_nav ul li a:focus {
						color:#fff;
						background:none;
						background-color:#666;
						border-radius:5px;
						-moz-border-radius:5px;
						-webkit-border-radius:5px;
					}
	
	#container_blog {
		width:100%;
		/*
		overflow-x:hidden;
		overflow-y:scroll;
		*/
		position:relative;
		clear:both;
		display:block;
		z-index: 1;
	}
	#container_more {
		width:100%;
		overflow-x:hidden;
		overflow-y:scroll;
		clear:both;
		display:block;
		z-index: 1;
	}
	
	.header_background {
		background-image:url("http://blog.frankgarofalo.com/images/header/header_ux2_background.jpg");
		background-repeat:no-repeat;
		background-position:top center;
	}
	
	
	/* RIGHT COLUMN */
	.column_content_block { }
		.column_content_block .column_content_container {
			width:100%;
			margin:0;
			padding:0;
			border-bottom:1px #333 solid;
			float:left;
			clear:both;
			display:block;
		}
			.column_content_block .column_content_container .column_content {
				margin:10px 10px 0 10px;
				padding:0 0 10px 0;
				float:left;
				clear:both;
				display:block;
			}
			.column_content_block .column_content_container h3 {
				margin-top:0;
				color:#fff;
			}
			.column_content_block .column_content_container a,
			.column_content_block .column_content_container a:link, 
			.column_content_block .column_content_container a:visited { color:#eee; }
			
		.column_content_block .column_content_shade {
			width:100%;
			height:20px;
			margin:0;
			padding:0;
			background-image:url("http://blog.frankgarofalo.com/images/shade.png");
			background-position:center top;
			background-repeat:no-repeat;
			float:left;
			clear:both;
			display:block;
		}
	.search_box {
		width: 180px;
		margin: 5px 0 5px 0;
		padding: 2px;
		background-color: #fff;
		border-top: 1px #CCC solid;
		border-right: 1px #CCC solid;
		border-bottom: 1px #CCC solid;
		border-left: 1px #CCC solid;
		float: left;
		display: block;
		clear:right;
	}
		.search_box input {
			border:0;
			outline:0;
			clear:none;
		}
		.search_box .submit_img { clear:none; }
	.search_tips {
		width: 90%;
		margin:0;
		padding:0;
		color:#eee;
		clear:both;
		float: left;
		display: block;
	}
		
	/* RESOURCES */
	.content_block ul.list_bullets { width:88%; }


	/* FOOTER */
	#container_footer {
		width:100%;
		height: 50px;
		overflow: visible;
		position: relative;
		z-index: 1;
		background-color:#eee;
		clear:both;
	}
		#container_footer #footer_logo {		
			position: absolute;
			left:3px;
			top:-20px;
			z-index: 20;
		}
		
		#container_footer .switch {
			width:auto;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			border-radius: 5px;
			background-color: #90ADBF;
			border: 1px solid #7FA7BF;
			color: #FFF;
			cursor: pointer;
			font-weight:bold;
			font-size:14px/20px;
			margin-left: -1px;
			padding: 5px 0 5px 0;
			position: absolute;
			left: 50%;
			z-index: 1;
		}
			#container_footer .switch.over,
			#container_footer .switch:hover, 
			#container_footer .switch:focus {
				color:#000;
				background-color:#466A7F;
				background: -ms-linear-gradient(center top, #90ADBF, #466A7F);
				background: -webkit-gradient(linear, center top, center bottom, from(#90ADBF), to( #466A7F));
				background: -moz-linear-gradient(center top, #90ADBF, #466A7F) repeat scroll 0 0 #466A7F;
				background: -ms-linear-gradient(center top, #90ADBF, #466A7F);
				-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
				-moz-box-shadow: 0 1px 1px rgba(0,0,0,.1);
				box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
			}
			#container_footer .switch:active {
				-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .3);
				-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.3);
				box-shadow: inset 0 1px 2px rgba(0, 0, 0, .3);
			}
			
			#container_footer .switch .switch_arrow {
				width:22px;
				height:20px;
				margin-left:5px;
				vertical-align:middle;
				background-repeat:no-repeat;
				display:inline-block;
			}
			#container_footer .switch .switch_label {
				height:20px;
				margin: 0 8px;
				vertical-align:middle;
				display:inline-block;
				
			}
			#container_footer #switch-to-more { 
				top:-34px;
				padding-bottom:15px;						
			}
				#container_footer #switch-to-more .switch_arrow {
					background-image:url("http://blog.frankgarofalo.com/images/footer/sprite_switch_arrows.png");
					background-position:0 0;
				}
				#container_footer #switch-to-more .switch_arrow.over { background-position:0 -19px; }
			#container_footer #switch-to-blog {
				top:48px;
				padding-top:15px;
			}
				#container_footer #switch-to-blog .switch_arrow {
					background-image:url("http://blog.frankgarofalo.com/images/footer/sprite_switch_arrows.png");
					background-position:-20px 0;
				}
				#container_footer #switch-to-blog .switch_arrow.over { background-position:-20px -19px; }
		
		#container_footer #footer_content {
			width:100%;
			height: 50px;
			position: relative;
			z-index: 1;
			clear:both;
			-moz-box-shadow: 0 0 5px 3px #888;
			-webkit-box-shadow: 0 0 5px 3px #888;
			box-shadow: 0 0 5px 3px #888;
			font-size: 70%;
			color: #fff;
			text-align:right;
		}
			#container_footer #footer_content .footer_content_block { padding:10px 10px 0 0; }	
			#container_footer #footer_content p { 
				margin-bottom:3px;
				line-height:1.1em;
			}
			#container_footer #footer_content a:link,
			#container_footer #footer_content a:visited  { color:#fff; }
			#container_footer #footer_content a:hover,
			#container_footer #footer_content a:focus  { color:#90ADBF; }
		
	#container_footer_2 {
		padding-bottom:10px;
		display:block;
		clear:both;
	}
	#container_footer_2,
	#container_footer_2 a,
	#container_footer_2 a:link,
	#container_footer_2 a:visited {
		color:#666;
		font-size: 12px;
	}
	#container_footer_2 p { 
		margin-bottom:3px;
		line-height:1.1em;
	}
	
/* --------------------------------------------------- GENERAL STYLES -------------------------------------------------- */

	/* BASIC STYLES */
	a,
	a:link,
	a:visited { color:#173C53; }
	a:hover { color:#000; }
	
	.clear_both { clear:both !important; }
	
	.italic, i { font-style:italic; }
	.bold { font-weight:bold; }
	.underline { text-decoration:underline !important; }
	
	.align_center {text-align:center;}
	.align_right {text-align:right;}
	
	.float_left {float:left !important;}
	.float_right {float:right !important;}
	
	.clear_both { clear:both !important; }
	.clear_left { clear:left !important; }
	.clear_right { clear:right !important; }
	
	p {
		margin-bottom:10px;
		line-height: 19px;
	}
	b,
	strong { font-weight:bold; }
	
	.text_small,
	.smalltext { font-size:11px !important; }

	.hidden { display:none; }
	.nobackground {background:none !important; }
	
	.nomargin,
	.margin_0 { margin:0 !important; }
	.margin_5 { margin:5px !important; }
	.margin_10 { margin:10px !important; }
	.margin_top_5 {	margin-top:5px !important; }
	.margin_top_10 { margin-top:10px !important; }
	.margin_top_15 { margin-top:15px !important; }
	.margin_top_20 { margin-top:20px !important; }
	.margin_top_25 { margin-top:25px !important; }
	.margin_left_5 { margin-left:5px !important; }
	.margin_left_10 { margin-left:10px !important; }
	.margin_left_15 { margin-left:15px !important; }
	.margin_left_20 { margin-left:20px !important; }
	.margin_left_25 { margin-left:25px !important; }
	.margin_right_5 { margin-right:5px !important; }
	.margin_bottom_5 { margin-bottom:5px !important; }
	.margin_bottom_10 { margin-bottom:10px !important; }
	.margin_bottom_15 { margin-bottom:15px !important; }
	.margin_bottom_20 { margin-bottom:20px !important; }
	.margin_bottom_25 { margin-bottom:25px !important; }
	
	.nopadding,
	.padding_0 { padding:0 !important; }
	.padding_5 { padding:5px !important; }
	.padding_10 { padding:10px !important; }
	.padding_15 { padding:15px !important; }
	.padding_top_5 { padding-top:5px !important; }
	.padding_top_10 { padding-top:10px !important; }
	.padding_top_15 { padding-top:15px !important; }
	.padding_top_20 { padding-top:20px !important; }
	.padding_top_25 { padding-top:25px !important; }
	.padding_left_5 { padding-left:5px !important; }
	.padding_left_10 { padding-left:10px !important; }
	.padding_left_15 { padding-left:15px !important; }
	.padding_left_20 { padding-left:20px !important; }
	.padding_left_25 { padding-left:25px !important; }
	.padding_right_5 { padding-right:5px !important; }
	.padding_bottom_5 { padding-bottom:5px !important; }
	.padding_bottom_10 { padding-bottom:10px !important; }
	.padding_bottom_15 { padding-bottom:15px !important; }
	.padding_bottom_20 { padding-bottom:20px !important; }
	.padding_bottom_25 { padding-bottom:25px !important; }
	
	.width_full {width:100% !important;}
	.width_min_80 {min-width:80px;}
	.width_min_120 {min-width:120px;}
	.width_min_180 {min-width:180px;}
		
	/* TITLES */
	h2.title_h2 {
		font-size: 30px;
		color: #466A7F;
		margin: 15px 0 6px 0;
		padding: 0;
		line-height: normal;
	}
	h2 .details { color:#666; }
	
	h3.title_h3 {
		font-size: 22px;
		color: #AF7209;
		margin: 15px 0 5px 0;
		padding: 0;
		line-height: normal;
	}
	
	h4.title_h4 {
		font-size: 18px;
		font-weight:bold;
		color:#000;
		margin:15px 0 5px 0;
		padding:0;
		display:block;
	}
	
	h5.title_h5 {
		font-size: 12px;
		text-transform:uppercase;
		color:#000;
		margin:15px 0 5px 0;
		padding:0;
		display:block;
	}

	.noBullets,
	.nobullets {
		list-style:none !important;
		list-style-type:none !important;
	}
	.list_numbered,
	.list_bullets,
	.bullets {
		width:99%;
		margin:5px 5px 10px 0;
		padding:0 0 0 25px;
		list-style-type:disc;
		clear:both;
		line-height: 19px;
	}
	.list_bullets li,
	.bullets li { 
		padding-bottom:5px;
		clear:both;
	}
	.list_bullets li ul,
	.bullets li ul {
		width:80%;
		list-style-position: outside;
		margin-left:0;
		padding-top:5px;
		padding-left:5px;
		display:block;
		clear:both;
		float:left;
	}
	.list_bullets li ul li {
		width:99%;
		list-style-type:none;
		padding-left:0;
		margin-left:5px;
		padding-bottom:5px;
		display:list-item;
		clear:both;
		float:left;
	}
	
	/*.list_topics li .title { clear:right; }*/

	.content_block {
		width:99%;
		margin:0;
		padding:0 0 10px 0;
		float:left;
		display: block;
		clear:both;
	}
		.content_block h2,
		.content_block h3,
		.content_block h4,
		.content_block ul,
		.content_block p {
			margin-left:10px;
			float:left;
			clear:both;
		}
		.content_block ul,
		.content_block p {
			margin-right:10px;
			margin-bottom:10px;
		}
		.content_block ul {
			padding-left:25px;
			list-style-type:disc;
			clear:both;
		}
		.content_block ul li {
			clear:both;
		}
		.content_block ul li,
		.content_block ul li ul li {
			line-height:19px;
			display:list-item;
			clear:both;
		}
		.content_block ul li ul {
			padding-left:25px;
			text-align:left;
			float:left;
			clear:both;
		}

	.alpha_60 {
		/* Fallback for web browsers that doesn't support RGBa */
		background: rgb(0, 0, 0);
		/* RGBa with 0.6 opacity */
		background: rgba(0, 0, 0, 0.6);
		/* For IE 5.5 - 7*/
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
		/* For IE 8*/
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
		background-color: rgba(0, 0, 0, 0.6);
	}
	.alpha_FFF {
		/* Fallback for web browsers that doesn't support RGBa */
		background: rgb(255, 255, 255);
		/* RGBa with 0.3 opacity */
		background: rgba(255, 255, 255, 0.7);
		/* For IE 5.5 - 7*/
		/*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF00, endColorstr=#FFFFFF00);*/
		/* For IE 8*/
		/*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF00, endColorstr=#FFFFFF00)";*/
		background-color: rgba(255, 255, 255, 0.7);
	}
	
	.shadow,
	.shadow_75 {
		-moz-box-shadow:0 0 0.75em #777;
		-webkit-box-shadow: 0 0 0.75em #777;
		box-shadow: 0 0 0.75em #777;
	}
	.shadow_50 {
		-moz-box-shadow:0 0 0.50em #777;
		-webkit-box-shadow: 0 0 0.50em #777;
		box-shadow: 0 0 0.50em #777;
	}
	
	.background_gray_fade {
		background: #999; /* for non-css3 browsers */
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#999999'); /* for IE */
		background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#999999)); /* for webkit browsers */
		background: -moz-linear-gradient(top,  #ffffff,  #999999); /* for firefox 3.6+ */ 
	}
	.background_white { background-color:#fff; }
	.background_blue { background-color:#466A7F; }
	.background_blue_lght { background-color:#DEF1FC; /*#90ADBF;*/ }
	.background_gray_drk,
	.background_gray_dark { background-color:#424242; }
	.background_gray_drk2 { background-color:#333; }
	
	.border_radius_10 {
		border:1px solid #173C53;
		border-radius:10px;
		-moz-border-radius:10px;
		-webkit-border-radius:10px;
	}
	.border_top_radius_10 {
		border-top-left-radius:10px;
		border-top-right-radius:10px;
		-moz-border-radius-topleft:10px;
		-moz-border-radius-topright:10px;
		-webkit-border-top-left-radius:10px;
		-webkit-border-top-right-radius:10px;
	}
	.border_bottom_radius_10 {
		border-bottom-left-radius:10px;
		border-bottom-right-radius:10px;
		-moz-border-radius-bottomleft:10px;
		-moz-border-radius-bottomright:10px;
		-webkit-border-bottom-left-radius:10px;
		-webkit-border-bottom-right-radius:10px;
	}

	p.welcome {
		margin:0;
		padding: 0;
		font-size:75%;
		color: #666;
		display: inline-block;
		text-indent: 0;
		cursor: default;
	}
	
	/*
	.formfield {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 100%;
		color: #333;
		background-color: #EBEFFA;
		background: -ms-linear-gradient(center top, #fff, #EEE);
		background: -webkit-gradient(linear, center top, center bottom, from(#fff), to( #EEE));
		background: -moz-linear-gradient(center top, #fff, #EEE) repeat scroll 0 0 #EEE;
		background: -ms-linear-gradient(center top, #fff, #EEE);
		margin: 0;
		padding: 4px;
		vertical-align: top;
		border: 1px solid #1D5CA1;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
	*/
	.formbutton,
	.btn.btn_blue {
		border: 1px solid #666;
		color: #fff !important;
		text-decoration: none !important;
		background-color:#90ADBF;
		cursor: pointer;
		display: inline-block;
		font-weight: bold;
		height: 29px;
		line-height: 29px;
		min-width: 54px;
		padding: 0 8px;
		text-align: center;
		text-decoration: none !important;
		border-radius: 2px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
	}
		.formbutton:hover,
		.formbutton:focus,
		.btn.btn_blue:hover,
		.btn.btn_blue:focus {
			border: 1px solid #333;
			background-color:#466A7F;
			background: -ms-linear-gradient(center top, #90ADBF, #466A7F);
			background: -webkit-gradient(linear, center top, center bottom, from(#90ADBF), to( #466A7F));
			background: -moz-linear-gradient(center top, #90ADBF, #466A7F) repeat scroll 0 0 #466A7F;
			background: -ms-linear-gradient(center top, #90ADBF, #466A7F);
			-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
			-moz-box-shadow: 0 1px 1px rgba(0,0,0,.1);
			box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
		}
		.formbutton:active,
		.btn:hover {
			-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .3);
			-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.3);
			box-shadow: inset 0 1px 2px rgba(0, 0, 0, .3);
		}
	
	/* BLOG POSTS */
	.blog_post { 
		position:relative;
		clear:both;
	}
		.blog_post .blog_date {
			position:absolute;
			top:10px;
			left:-5px;
			/*right:0;*/
			width:170px;
			margin:0;
			padding:10px;
			text-align: center;
			font-weight: bold;
			font-size: 14px;
			color: #fff;
			display:block;
		}
		.blog_post .blog_content {
			width:100%;
			clear:both;
		}
	
		h3.blog_title {
			width:100%;
			font-size: 205%;
			font-weight:bold;
			clear:both;
		}
			h3.blog_title a,
			h3.blog_title a:link,
			h3.blog_title a:visited { 
				text-decoration:none;
				color: #000;
			}
			h3.blog_title a:focus,
			h3.blog_title a:hover { 
				text-decoration:underline;
				color:#666;
			}
		.blog_post h4 {
			width: 70%;
			margin: 0 0 0 185px;
			padding: 20px 0 0 15px;
			font-size: 100%;
			font-weight: normal;
			color: #999;
			display: block;
		}
		
		.blog_message,
		.blog_post .blog_message {
			line-height:1.4em;
			clear:both;
			display:block;
		}
			.blog_post .blog_message h3 {
				width: 99%;
				margin: 20px 0 10px 0;
				padding: 5px 0 5px 10px;
				font-size: 16px;
				font-weight: bold;
				color: #333;
				background-color: #EEE;
				border-top: 1px #999 groove;
				border-bottom: 1px #999 ridge;
			}
			.blog_post .blog_message ul {
				list-style:disc;
				padding-left:25px;
				padding-bottom:5px;
			}
				.blog_post .blog_message ul li ul { list-style:circle; }
				.blog_post .blog_message ul li ol { list-style:lower-alpha; }
			.blog_post .blog_message ol {
				list-style:decimal;
				padding-left:25px;
				padding-bottom:5px;
			}
				.blog_post .blog_message ol li ol { list-style:lower-alpha; }
				.blog_post .blog_message ol li ul { list-style:circle; }
		.blog_post .blog_post_footer {
			width:100%;
			margin: 0;
			padding: 0;
			background-color: #EEE;
			border-top: 1px #333 solid;
			display: block;
		}
			.blog_post .blog_post_footer .blog_post_footer_left {
				width: 90%;/*48%;*/
				margin: 15px 0 5px 20px;
				padding: 0;
				display: block;
				clear:both;
			}
			.blog_post .blog_post_footer .blog_post_footer_right { display:none; }
			/*
			.blog_post .blog_post_footer .blog_post_footer_right {
				width: 48%;
				margin: 15px 0 5px 20px;
				padding: 0;
				display: block;
			}
			*/
			.blog_post .blog_post_footer .socialmedia_row {
				width: 100%;
				margin: 0 5px 5px 20px;
				padding: 0;
				display: block;
				float:none;
			}
				.blog_post .blog_post_footer .socialmedia_row .socialmedia_icon {
					width: 40px;
					margin: 0 5px 0 0;
					padding: 0;
					clear:none;
					vertical-align:top;
					display: inline-block;
				}
				.blog_post .blog_post_footer .socialmedia_row .socialmedia_items {
					width: 85%;
					margin: 0;
					padding: 0;
					clear:right;
					display: inline-block;
				}
					.blog_post .blog_post_footer .socialmedia_row .socialmedia_items .socialmedia_title {
						width: 99%;
						margin: 0;
						padding: 0;
						color: #666;
						font-size: 12px;
						clear:both;
						float:left;
						display: block;
					}
					.blog_post .blog_post_footer .socialmedia_row .socialmedia_items .socialmedia_item {
						width: 24%;
						height: 23px;
						margin: 0 4px 5px 0;
						text-align: center;
						vertical-align: middle;
						padding: 0;
						clear:none;
						float:left;
						display:inline-block;
					}
	.blog_tags .tag {
		width:auto;
		clear:none;
		min-height:45px;
		display:block;
		float:left;
	}
		.blog_tags .tag a {
			border-radius: 1em;
			-webkit-border-radius: 1em;
			-moz-border-radius: 1em;
			background-color: #CCC;
			margin: 0 5px 5px 0;
			padding: 8px;
			display:block;
		} 
		.blog_tags .tag a:hover,
		.blog_tags .tag a:focus {
			color:#FFF;
			background-color:#999;
		}

	code,
	pre {
		margin: 10px 0 10px 0;
		padding: 8px;
		width: 96%;
		/*height: 220px;*/
		font-family: "Courier New", Courier, monospace;
		font-size: 12px;
		background-color: white;
		border: 1px #666 solid;
		/*overflow: auto;*/
		display:block;
	}
	

	/* ZRSS FEED READER */
	.zrss_reader {
		width:99%;
		margin-bottom: 10px;
		display:block;
		clear:both;
	}
	.zrss_reader .rssBody {
		height:300px !important;
		margin:0 0 0 10px !important;
		border:none;
		line-height:normal;
	}
	
	.zrss_reader ul {
		list-style-type:none;
		clear:both;
	}
	.zrss_reader ul li,
	.zrss_reader ul li.rssRow  {
		height:140px !important;
		padding-bottom:5px !important;
		display:block;
		clear:both;
	}
	.zrss_reader ul li h5,
	.zrss_reader ul li p {
		font-size:90%;
	}
	.zrss_reader ul li h5 a {
		font-weight:bold; 
		text-decoration:none;
	}
	.zrss_reader ul li div {
		font-size:70%;
		text-transform:uppercase;
		color:#999;
	}
	
	/* TABLE */
	table.manage th,
	.manage-header li {
		font-size:70%;
		text-transform:uppercase;
		padding:3px 0;
		color:#FFF;
		border-top:1px #666 solid;
		border-bottom:1px #666 solid;	
		background: -webkit-gradient(linear, center top, center bottom, from(#000), to(#999));
		background: -moz-linear-gradient(center top , #000, #999) repeat scroll 0 0 #999;
		background-color:#999;
	}
	table.manage td  {
		padding:4px 0 4px 0;
	}
	table.manage td.blue_bar,
	.manage-header li.blue_bar {
		font-size:70%;
		text-transform:uppercase;
		padding:3px 0;
		color:#FFF;
		border-top:1px #666 solid;
		border-bottom:1px #666 solid;	
		background: -webkit-gradient(linear, center top, center bottom, from(#000), to(#173C53));
		background: -moz-linear-gradient(center top , #000, #999) repeat scroll 0 0 #173C53;
		background-color:#173C53;
	}
	
	.backgroundPicture {
		/*
		background-image:url(http://www.frankgarofalo.com/images/backgrounds/colosseum1.jpg);
		background-image:url(http://www.frankgarofalo.com/images/backgrounds/zell_em_see2.jpg);
		style="background-image:url(http://www.frankgarofalo.com/images/backgrounds/ponte_vecchio1.jpg);
		background-image:url(http://www.frankgarofalo.com/images/backgrounds/block_p1.jpg);
		background-repeat:no-repeat;
		background-position:top center;
		float:left;
		display:block;
		*/
	}
	
	/* v2 - 2014 */
	.v2 #nav_top_logo h1 {
		font-family: 'EB Garamond', serif;
		/*font-size: 1.6em;*/
		font-weight: normal;
		line-height: 1.5em;
		text-transform: lowercase;
		color: #fff;
		clear:none;
		float:left;
		display:inline-block;
	}
	.v2 #nav_top_logo .logo-subtitle {
		width: auto;
		margin: auto;
		font-family: 'Julius Sans One', Arial, Helvetica, sans-serif;
		letter-spacing: 0.15em;
		padding-left:20px;
		color: #fff;
		clear:none;
		float:left;
		display:inline-block;
	}
	.v2 #blog_posts {
		width:100%;
		margin-top:0px !important;
	}
	.v2 .blog_post { 
		width:95%;
		margin:0 0 25px 0px !important;
		height:auto;
		font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
	}
	.v2 #logo {
		top: 38px !important;
		display:block !important;
		height:155px;
	}
	.v2 #logo h1 { 
		font-size: 4em;
		color: #173C53 !important;
	}
	.v2 .top_block { height: 135px !important; }
	.v2 .background_blue_lght { background-color:#DDE8EF; /*#C1D3DF;*/ }
	.v2 .blog_message,
	.v2 #container_content_right .list_topics,
	.v2 #container_content_right .list_blogroll {
		font-family: Arial, Helvetica, sans-serif;
	}
	
	.v2 #container_content_right .title_h3 {
		font-family: 'EB Garamond', Arial, Helvetica, sans-serif;
		text-transform:lowercase;
		font-size: 226%;
		margin-top: -10px;
	}
	
	.v2 .btn,
	.v2 .btn.btn_blue {
		line-height: 1.25em;
		height: 15px;
		padding: 5px 15px 5px 15px;
	}
	
	.v2 #switch-to-more,
	.v2 #container_more { display:none; }

	.v2 #container_mobile_nav {
		top: 45px;
		z-index: 41;
	}
	v2 #container_mobile_nav.show_mobile_menu { display:block; }
	.v2 #container_mobile_nav .wrapper { min-height: 96px; }
	
/* --------------------------------------------------- MEDIA QUERIES --------------------------------------------------- */
	
	@media all and (max-width: 768px) and (orientation: portrait) {
		/* the default screen resolution for the iPad */
		.ui_handheld { display:inline-block; }
		
		#container_more,
		.switch { display:none !important; }
		
		.container_16 {
			width: 98%;
			margin-left: 1%;
			margin-right: 1%;
		}
		#container_page { overflow:visible; }
		#container_content { overflow:visible; }
		
		#container_header { height: 165px; }
		#container_nav { 
			width:100%;
			padding-top:120px;
			margin:5px 0 0 0;
		}
		
		#container_blog {
			overflow-x:hidden;
			overflow-y:visible;
		}
		h3.blog_title { 
			width:95%;
			padding-top:10px;
		}
		.blog_post .blog_message img,
		.blog_post .blog_message object,
		.blog_post .blog_message iframe,
		.blog_post .blog_message object embed {
			max-width:100% !important;
			max-height:auto;
		}
		.blog_post h4 {
			padding-top:10px;
			clear:both;
			display:block;
		}
			.blog_post h4 .blog_meta_postedby,
			.blog_post h4 .blog_meta_topic {
				padding:0;
				margin:0;
				clear:both;
				display:block;
				float:left;
			}
			.blog_post h4 .blog_meta_bar { display:none; }
		.list_topics li .details.text_small { display:none; }
		
		#container_footer #footer_logo { display:none !important; }
		
		.header_background { 
			min-height:120px !important;
			background-image:url("http://blog.frankgarofalo.com/images/header/header_ux2_background_768.jpg");
		}
	}
	
	@media all and (max-width: 768px) and (orientation: landscape) {
		/* the default screen resolution for the iPad */
		.ui_handheld { display:inline-block; }
		
		.container_16 {
			width: 98%;
			margin-left: 1%;
			margin-right: 1%;
		}
		#container_page { overflow:visible; }
		#container_content { overflow:visible; }
		
		#container_header { height: 165px; }
		#container_nav { 
			width:100%;
			padding-top:120px;
			margin:5px 0 0 0;
		}
		
		#container_blog {
			overflow-x:hidden;
			overflow-y:visible;
		}
		h3.blog_title { 
			width:95%;
			padding-top:10px;
		}
		.blog_post .blog_message img,
		.blog_post .blog_message object,
		.blog_post .blog_message iframe,
		.blog_post .blog_message object embed {
			max-width:100% !important;
			max-height:auto;
		}
		.blog_post h4 {
			padding-top:10px;
			clear:both;
			display:block;
		}
			.blog_post h4 .blog_meta_postedby,
			.blog_post h4 .blog_meta_topic {
				padding:0;
				margin:0;
				clear:both;
				display:block;
				float:left;
			}
			.blog_post h4 .blog_meta_bar { display:none; }
		.list_topics li .details.text_small { display:none; }
			
		#container_footer #footer_logo { display:block !important; }
		
		.header_background { 
			min-height:120px !important;
			background-image:url("http://blog.frankgarofalo.com/images/header/header_ux2_background_768.jpg");
		}
	}
	@media all and (min-width: 321px) and (max-width: 768px) and (orientation: landscape) {
		/* the default screen resolution for the DROID2 */
		.ui_handheld { display:inline-block; }
		
		#container_more,
		.switch { display:none !important; }
		
		#container_page { overflow:visible; }
		#container_content { overflow:visible; }
		
		#container_header { height: 165px; }
		#container_nav { 
			width:100%;
			padding-top:120px;
			margin:5px 0 0 0;
		}
		/*
		#container_blog {
			overflow-x:hidden;
			overflow-y:visible;
		}
		*/
		
		h3.blog_title { 
			width:95%;
			padding-top:10px;
		}
		.blog_post .blog_message img,
		.blog_post .blog_message object,
		.blog_post .blog_message iframe,
		.blog_post .blog_message object embed {
			max-width:100% !important;
			max-height:100% !important;
		}
		.blog_post h4 {
			padding:55px 0 0 15px;
			margin:0;
			clear:both;
			display:block;
		}
			.blog_post h4 .blog_meta_postedby,
			.blog_post h4 .blog_meta_topic {
				padding:0;
				margin:0;
				clear:both;
				display:block;
				float:left;
			}
			.blog_post h4 .blog_meta_bar { display:none; }
		
		#container_footer #footer_logo { display:none !important; }
		
		/*
		.header_background { 
			min-height:120px !important;
			background-image:url("http://blog.frankgarofalo.com/images/header/header_ux2_background_480.jpg");
		}
		*/
		.v2 #logo h1 { font-size: 3em; }	
	}
	@media all and (max-width: 320px) {
		/* Smartphone - Portrait */
		.ui_handheld { display:inline-block; }
		
		html, body {
			width: 100%;
			overflow-x: visible !important;
			overflow:visible;
		}
		
		#header_logo,
		#container_more,
		.switch { display:none !important; }
		
		.container_16 {
			width: 98%;
			margin-left: 1%;
			margin-right: 1%;
		}
		
		#container_page { overflow:visible; }
		#container_content { overflow:visible; }
		
		#container_header {}
		#container_nav { 
			width:100%;
			padding-top:60px;
			margin:5px 0 0 0;
		}
		#container_nav ul {
			width:100%;
			background-color:#eee;
			margin:0;
			padding:8px 0 3px 0;
		}
		#container_nav ul li {
			width:100%;
			margin-left:6px;
			margin-bottom:5px;
			float:none;
			clear:both !important;
			text-align:center;
		}
		#container_nav ul li a,
		#container_nav ul li a:visited {
			width:90%;
			padding:4px 8px;
			border:1px solid #ccc;
			border-radius:10px;
			-moz-border-radius:10px;
			-webkit-border-radius:10px;
			display:block;
		}
		#container_content_left,
		#container_content_right {
			width:100% !important;
			clear:both !important;
			margin-left:0;
			margin-right:0;
		}
		/*
		#container_blog {
			overflow-x:hidden;
			overflow-y:visible;
		}
		*/
		
		h3.blog_title { 
			width:95%;
			padding-top:10px;
		}
		.blog_post .blog_message img,
		.blog_post .blog_message object,
		.blog_post .blog_message iframe,
		.blog_post .blog_message object embed {
			max-width:100% !important;
			max-height:100% !important;
		}
		.blog_post h4 {
			padding:55px 0 0 15px;
			margin:0;
			clear:both;
			display:block;
		}
			.blog_post h4 .blog_meta_postedby,
			.blog_post h4 .blog_meta_topic {
				padding:0;
				margin:0;
				clear:both;
				display:block;
				float:left;
			}
			.blog_post h4 .blog_meta_bar { display:none; }
		
		#container_footer,
		#container_footer #footer_content { height:70px !important; }
			#container_footer #footer_logo { display:none !important; }
		
		/*
		.header_background { 
			min-height:65px !important;
			background-image:url("http://blog.frankgarofalo.com/images/header/header_ux2_background_320.jpg");
		}
		*/
		.v2 #logo h1 { font-size: 1.8em; }	
	}
	@media all and (min-width: 321px) and (max-width: 480px) {
		/* Smartphone - Landscape */
		.ui_handheld { display:inline-block; }
		
		#header_logo,		
		#container_more,
		.switch { display:none !important; }
		
		.container_16 {
			width: 98%;
			margin-left: 1%;
			margin-right: 1%;
			/*background-color:#0f0;*/
		}
		#container_page { overflow:visible; }
		#container_content { overflow:visible; }
		
		#container_header { height:150px !important; }
		
		#container_nav { 
			width:100%;
			padding-top:80px;
			margin:5px 0 0 0;
		}
		#container_nav ul li {
			float:none;
			clear:both !important;
		}
		#container_content_left,
		#container_content_right {
			width:100% !important;
			clear:both !important;
			margin-left:0;
			margin-right:0;
		}
		#container_content_right { margin-top:10px; }
		
		#container_blog {
			overflow-x:hidden;
			overflow-y:visible;
		}
		
		h3.blog_title { 
			width:95%;
			padding-top:10px;
		}
		.blog_post .blog_message img,
		.blog_post .blog_message object,
		.blog_post .blog_message iframe,
		.blog_post .blog_message object embed {
			max-width:100% !important;
			max-height:200px !important;
		}
		.blog_post h4 {
			padding:55px 0 0 15px;
			margin:0;
			clear:both;
			display:block;
		}
			.blog_post h4 .blog_meta_postedby,
			.blog_post h4 .blog_meta_topic {
				padding:0;
				margin:0;
				clear:both;
				display:block;
				float:left;
			}
			.blog_post h4 .blog_meta_bar { display:none; }
		
		#container_footer,
		#container_footer #footer_content { height:70px !important; }
			#container_footer #footer_logo { display:none !important; }
		
		/*
		.header_background { 
			min-height:85px !important;
			background-image:url("http://blog.frankgarofalo.com/images/header/header_ux2_background_480.jpg");
		}
		*/
		.v2 #logo h1 { font-size: 2.5em; }		
		
	}
	@media all and (min-width: 780px) and (max-width: 980px) {
		/* the resolution to be used for all devices with a screen resolution larger than an iPad */
		
		/*
		.header_background { 
			min-height:160px !important;
			background-image:url("http://blog.frankgarofalo.com/images/header/header_ux2_background_s2.jpg");
		}
		*/
		.v2 #logo h1 { font-size: 3.5em; }
	}
	@media all and (min-width: 769px) {
		/* the resolution to be used for all devices with a screen resolution larger than an iPad */
		.ui_handheld { display:none; }
	}