// Reset
* {
  &,
  &:before,
  &:after {
    box-sizing: border-box;
  }
}


body {
	padding-top: 75px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #333;
}

/***************************
      Layout Styling
***************************/

/* Main Container */

.main_container {
	width: 1170px;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

/****** NAVBAR ******/
#master_header {
	height: 50px;
	background-color: #222222;
	border-color: #080808;
	top: 0;
	right: 0;
	left: 0;
	border-width: 0 0 1px;
	position: fixed;
	margin-bottom: 20px;
	display: block;
	z-index: 1000;
	font-family: Helvetica;
}

/* Brand */
#header_brand {
	float: left;
	padding: 15px 15px;
	font-size: 18px;
	line-height: 20px;
	font-family: Helvetica;
}

#header_brand ul {
	display: inline;
}

#header_brand a {
	text-decoration: none;
	background-color: transparent;
	color: #9d9d9d;
}

/* Navbar Left */
.navbar_left {
	float: left;
	margin: 0;
	margin-left: 200px;
	padding: 0;
	list-style-type: none;
}

.navbar_left>li {
	width: 80px;
	float: left;
}

.navbar_left>li>a,
#header_drop_btn,
#user_drop_btn {
	display: block;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-family: Helvetica;
	font-size: 18px;
	color: #969696;
	text-decoration: none;
	/*border: 1px solid #404040;*/
}

.navbar_left>li>a:hover,
#header_drop_btn:hover,
#user_drop_btn:hover {
	background-color: #2b2b2b;
}

.navbar_left>li>a:hover,
#header_drop_btn:hover,
#user_drop_btn:hover {
	color: #ffffff;
}

/* Navbar Right */
.navbar_right {
	float: right;
	margin: 0;
	padding: 0;
	width: 200px;
	vertical-align: middle;
	line-height: 50px;
	list-style-type: none;
	font-family: Helvetica;
	text-decoration: none;
}

.navbar_right>li {
	float: left;
	margin-left: 10px;
}

.navbar_right a {
	text-decoration: none;
	background-color: transparent;
	color: #9d9d9d;
}

.navbar_right>li>a:hover {
	color: #ffffff;
}

.navbar_right li a img {
	height: 25px;
	vertical-align: middle;
}

/* Search Box */
.search_div {
	position: absolute;
	width: 200px;
	margin-left: 185px;
}

input {
	outline: none;
}

input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: inherit;
	font-size: 100%;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
	display: none; 
}

input[type=search]:focus {
	width: 130px;
	background-color: #000000;
	border-color: #222222;
}

#search_box input[type=search] {
	width: 36px;
	color: transparent;
	cursor: pointer;
	height: 47px;
	border: none;
}

#search_box input[type=search]:hover {
	background-color: #000000;
}

#search_box input[type=search]:focus {
	width: 130px;
	padding-left: 32px;
	color: #fff;
	background-color: #000000;
	cursor: auto;
}

#search_box input:-moz-placeholder {
	color: transparent;
}

#search_box input::-webkit-input-placeholder {
	color: transparent;
}

input[type=search] {
	background: #222222 url("../images/search - grey.png") no-repeat 6px center;
	background-size: 25px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

/* Sidebar Right */
.sidebar_right {
	float: right;
	width: 19%;
	margin-right: 10px;
	margin-top: 50px;
}

/* Twitter Feed */
.timeline-Header {
	display: none !important;
}

/***************************
      ARTICLE STYLING
***************************/

/* Header and Notes */
.article .header {
	font-family: Segoe UI Light;
	font-size: 35px;
	font-weight: bold;
}

.article .author {
	font-family: Segoe UI Light;
	font-size: 20px;
}

.tags ul {
    margin: 0;
    padding: 0;
}

.tags ul li {
    list-style-type: none;
    display: inline;
}

.tags li:not(:first-child):before {
    content: " | ";
}

#article_note {
	text-align: left;
	font-family: Helvetica;
	font-style: italic;
	color: #63666b;
	font-size: 85%;
	line-height: 0px;
}
/******************/


/* Body */
.article_body p {
	font-family: Helvetica;
	color: #374760;
	font-size: 100%;
}
/********/


/* Section Dividers */
.section_header {
	text-transform: uppercase;
	text-align: center;
	font-size: 150%;
	font-family: Helvetica;
	font-weight: bold;
	color: #63666b;
}

.section_divider {
	margin: 10px auto 0 auto;
	clear: both;
	width: 50%;
	size: 4;
	color: #63666b;
}

.section_sub_header {
	text-transform: capitalize;
	text-align: left;
	font-size: 135%;
	font-family: Helvetica;
	font-weight: bold;
	color: #63666b;
}

.section_sub_divider {
	margin: 10px auto 0 0;
	clear: both;
	width: 25%;
	size: 4;
	color: #63666b;
}
/*******************/


/* Table */
#article_table th, #article_table tr {
	text-align: center;
	border-bottom: 1px solid #ddd;
}

#article_table tr:nth-child(1) {
	font-weight: bold;
}

#article_table td:nth-child(1), #article_table th:nth-child(1) {
	text-align: left;
}

#article_table th {
	word-wrap: break-word;
	font-size: 85%;
	color: #63666b;
	vertical-align: bottom;
}

#article_table tr:not(:first-child) {
	line-height: 25px;
}

#article_table tr:nth-child(even) {
	background-color: #e5eefc;
}

#article_table {
    border-spacing: 2px;
    border-collapse: separate;
	font-family: Helvetica;
	margin-left:auto; 
    margin-right:auto;
}
/*********/


/***************************
   PROJECT EXCERPT STYLING 
 **************************/
.project_excerpt, .link_span, .excerpt_thumbnail {
	height: 100px; /* Set HEIGHT of project excerpt */
}

.project_excerpt {
	position: relative;
	float: center;
	width: 50%;
	margin: 10px 0 0 10px;
}

.link_span {
	position:absolute; 
	width:100%;
	top:0;
	left: 0;
	z-index: 1;
}

.excerpt_line {
	margin: 10px 0 0 10px;
	clear: both;
	float: left;
	width: 100%;
	size: 4;
	border: none;
	height: 1px;
	background-color: #b3b3b3;
}

.project_excerpt a {
	text-decoration: none;
}

.project_excerpt h1 {
	font-size: 20px;
	font-family: Helvetica;
	font-weight: bold;
	color: #63666b;
	text-align: left;
}

.excerpt_thumbnail {
	float: left;
	border: 1px solid #63666b;
	margin-right: 10px;
}

.excerpt_blurb {
	font-size: 15px;
	font-family: Helvetica;
	font-weight: none;
	color: #63666b;
	text-align: left;
	margin-top: 10px;
}

/**** Navbar Styling ***/

/* Style dropdown menu */
#user_dropdown>ul {
	background-color: #000000;
	list-style-type: none;
	padding: 0;
	border-bottom-right-radius: 6px;
	width: 100%;
	line-height: 30px;
	text-align: center;
}

#user_dropdown a {
	font-size: 17px;
	color: #969696;
	display: block;
	padding: 5px;
	text-decoration: none;
	line-height: 1.185;
}

#user_dropdown a:hover {
	color: #ffffff;
}

#user_drop_div:hover + #user_dropdown,
#user_dropdown:hover {
    max-height: 90px;
}

#user_dropdown {
	width: 150px;
    max-height: 0px;
	transition: max-height 0.5s;
	overflow: hidden;
	box-shadow: 1px 3px 4px #888888;
	border-bottom-right-radius: 6px;
}

#user_drop_div {
	background-color: transparent;
	width: 100%;
	cursor: pointer;
	margin: auto;
}
	 
#header_drop_div:hover + #header_dropdown,
#header_dropdown:hover {
    max-height: 250px;
}

#header_drop_div {
	background-color: transparent;
	width: 100%;
	cursor: pointer;
	margin: auto;
}

#header_dropdown {
	width:144px;
    max-height: 0px;
	transition: max-height 0.5s;
	overflow: hidden;
	box-shadow: 1px 3px 4px #888888;
	border-bottom-right-radius: 6px;
}

#header_dropdown>ul {
	background-color: #2b2b2b;
	list-style-type: none;
	padding: 0;
	border-bottom-right-radius: 6px;
	width: 100%;
	text-align: center;
}

#header_dropdown a {
	font-size: 22px;
	color: #969696;
	padding: 5px;
	display: block;
	text-decoration: none;
	line-height: 1.185;
}

#header_dropdown a:hover {
	color: #ffffff;
}

#header_dropdown li {
	border-bottom: 1px solid #222222;
}

#header_dropdown li:hover {
	background-color: #4e4e4e;
}

#header_dropdown li:nth-child(1):hover {
	border-left: 5px solid #ff0000;
}
#header_dropdown li:nth-child(2):hover {
	border-left: 5px solid cyan;
}
#header_dropdown li:nth-child(3):hover {
	border-left: 5px solid #000000;
}
#header_dropdown li:nth-child(4):hover {
	border-left: 5px solid #0a480a;
}
#header_dropdown li:nth-child(5):hover {
	border-left: 5px solid #dde013;
}