/*
Theme Name: Phil Chen 2015
Author: Blue Penguin Consulting
*/

/* 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;
}


/* Basic Styles */

body {font-family: 'Roboto', Arial, Helvetica,sans-serif; font-weight:300; background: #fff;color: #333; font-size: 100%;}
p {margin: 0 0 15px 0;font-size: 16px; line-height: 1.5em;margin-bottom: 15px;}
a {color: #333; text-decoration: underline; outline:none;}
a:hover, a:active {text-decoration:none; color: #666;}


strong {font-weight:500;}
cite, em, i {
	font-style: italic;
}
.hidden {display:none;}

blockquote {margin: 0 15px 15px 0; float:left; padding-left: 20px; }
blockquote p {margin-bottom:10px; font-style:italic;}
blockquote img {display:block; margin-top:10px;}

blockquote cite {text-align:right; font-style:normal;}

pre {
	font: "Courier 10 Pitch", Courier, monospace;
	overflow: auto;
}
code, kbd, samp, var {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: smaller;
}

/* Structure */

.container {width:90%; margin: 0px auto; position: relative;}
footer .container {margin:30px; width:auto;}
#col1 {width: 45%;
    height: 100%;
    overflow: hidden;
    background-color: #000 !important;
position:fixed !important;

}
#col2 {
    width: 55%;
    height: 100%;
    margin-left: 45%;
    position: relative;
    background-color: #FFF;
	overflow-x:hidden;

}
article, .page-content {position:relative; margin:50px; padding-bottom: 50px;}

.post {margin-bottom:30px;}

/* Logo */


#logo {}
#logo {}
#logo a { color:#fff; text-transform:uppercase; font-size:35px; margin:30px 30px 35px; display:block; text-decoration:none; }
#logo a:hover {opacity:.5;}
#logo h1 {}

/* Nav */
nav { margin:30px;}
nav ul {float:left; width:100%; border-top:3px solid #ccc;  }
nav li {font-family:'Roboto',Arial, Helvetica,sans-serif; float:left;height: 80px; line-height:80px;}
nav li a {font-size: 16px; font-weight:400; text-decoration:none; padding-right:30px; color:#fff;}
nav li a:hover,nav li a.active  {color:#ccc;}



nav li#fb a{background:url(images/facebook.png) center center no-repeat; text-indent:-9999px; opacity:1; height: 80px; width:32px; display:block;}
nav li#tw a{background:url(images/twitter.png) center center no-repeat;text-indent:-9999px; opacity:1; height: 80px; width:32px; display:block;}
nav li#fb a:hover, nav li#tw a:hover{ opacity:.5;}

/* Home */
#col1 img {opacity:.5;}
.si {padding-bottom:100px;}
#hgraph {width:100%; float:left; position:absolute; bottom:0;}
.chart {
  display: table;
  table-layout: fixed;
  width: 65%;
  height: 100%;
  margin: 0 auto;
}
.chart li {
  position: relative;
  display: table-cell;
  vertical-align: bottom;
  height: 600px;
}
.chart span {
  margin: 0 1em;
  display: block;
  background: rgba(182, 213, 93, 1);
  animation: draw 1s ease-in-out;
}
.chart span:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  padding: 5px 1em 0;
  display: block;
  text-align: center;
  content: attr(title);
  word-wrap: break-word;
}

@keyframes draw {
  0% {
    height: 0;
  }
}

/* Sub Pages */



/* footer */
footer {position:absolute;  bottom:0; left:0; background:#000; background: rgba(0, 0, 0, .5); overflow: hidden; width: 45%;}
footer p {color:#fff; margin:30px 0 0; font-size:14px; text-align:center; clear:both;}


footer a {color: #fff; text-decoration:none;}
footer a:hover { color: #ccc;}

ul#categories {width:50%; float:left;}
ul#categories li {margin-bottom:10px; color:#fff;background: url(images/cat1.gif) center left no-repeat; padding-left: 50px;}
ul#categories li.cat-item-4 {background: url(images/cat4.gif) center left no-repeat;}
ul#categories li.cat-item-2 {background: url(images/cat2.gif) center left no-repeat;}
ul#categories li.cat-item-3 {background: url(images/cat3.gif) center left no-repeat;}
ul#categories li.cat-item-8 {background: url(images/cat1.gif) center left no-repeat;}
ul#categories li.cat-item-89 {background: url(images/cat5.gif) center left no-repeat;}
ul#categories li.cat-item-6 {background: url(images/cat6.gif) center left no-repeat;}
ul#categories li.cat-item-7 {background: url(images/cat7.gif) center left no-repeat;}
ul#categories li.cat-item-9 {background: url(images/cat10.gif) center left no-repeat;}


ul#recent {width:50%; float:left;}
ul#recent li {margin-bottom:10px; color:#fff; background: url(images/cat1.gif) center right no-repeat; padding-right: 50px;line-height: 1.3em;}
ul#recent li.cat-item-4 {background: url(images/cat4.gif) center right no-repeat;}
ul#recent li.cat-item-2 {background: url(images/cat2.gif) center right no-repeat;}
ul#recent li.cat-item-3 {background: url(images/cat3.gif) center right no-repeat;}
ul#recent li.cat-item-1 {background: url(images/cat1.gif) center right no-repeat;}
ul#recent li.cat-item-89 {background: url(images/cat5.gif) center right no-repeat;}
ul#recent li.cat-item-6 {background: url(images/cat6.gif) center right no-repeat;}
ul#recent li.cat-item-7 {background: url(images/cat7.gif) center right no-repeat;}
ul#recent li.cat-item-9 {background: url(images/cat10.gif) center right no-repeat;}



.fa {padding:30px 0;}

footer ul#social {text-align:center; margin-top:50px;}

footer ul#social li {margin:0 8px; display:inline-block;}
footer ul#social li a {display:block; text-indent:-9999px; height:32px; opacity:.5;}
footer ul#social li#fb a{background:url(images/white_facebook.png) no-repeat; width:32px;}
footer ul#social li#ig a{background:url(images/white_instagram.png) no-repeat;width:32px;}
footer ul#social li#lik a{background:url(images/white_linkedin.png) no-repeat;width:32px;}
footer ul#social li#tw a{background:url(images/white_twitter_bird.png) no-repeat;width:32px;}
footer ul#social li#gp a{background:url(images/white_google.png) no-repeat;width:32px;}
footer ul#social li#fb a:hover, footer ul#social li#ig a:hover,  footer ul#social li#lik a:hover,  footer ul#social li#tw a:hover{ opacity:1;}


/* Headings */
h1{font-size:40px; line-height:45px; margin-bottom:40px; font-family: 'Roboto', Arial, Helvetica,sans-serif; font-weight:300; }
h2{font-size:25px; line-height:1.2em; margin:0 0 15px 0; font-family: 'Roboto', Arial, Helvetica,sans-serif; font-weight:300;}
h3{font-size: 20px; line-height:30px; margin: 20px 0 10px 0; font-family: 'Roboto', Arial, Helvetica,sans-serif; font-weight:300;}

article h1, .page-content h1{ border-top:3px solid #eee; padding-top:30px; margin-top:100px; margin-bottom:10px;}
.page-content h1 {margin-bottom:30px;}
article h3 {margin-top:0; margin-bottom:25px; }
h3#comments {margin-top:25px;}

h1.cat-item-8 {border-top:3px solid #0099FF;}
h1.cat-item-2 {border-top:3px solid #66CC66;}
h1.cat-item-3 {border-top:3px solid #FF9B0F;}
h1.cat-item-4 {border-top:3px solid #BFDFFF;}
h1.cat-item-89 {border-top:3px solid #DC73FF;}
h1.cat-item-6 {border-top:3px solid #7373FF;}
h1.cat-item-7 {border-top:3px solid #FFFF4D;}
h1.cat-item-9 {border-top:3px solid #D5318B;}

article hr, .page-content hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 30px 0;
	clear:both;
}

/* Lists */

article ol, .page-content ul, article ul, .page-content ol {
	margin: 15px 0 15px 25px;
}
article ul, .page-content ul {
	list-style: disc;
}
article li, .page-content li {
		margin: 15px 0;
		line-height:1.5em;
}

article ol, .page-content ol {
	list-style-type: decimal;
}
article ol ol, .page-content ol ol {
	list-style: upper-alpha;
}
article ol ol ol, .page-content ol ol ol {
	list-style: lower-roman;
}
article ol ol ol ol, .page-content ol ol ol ol {
	list-style: lower-alpha;
}

/* Comments */

article ol {margin:0;}
article .commentlist li.comment {
	
	border-top: 1px solid #eee;
	padding:20px 0;
	display:block;
	margin:0;
}


.commentlist .avatar {
float:right;
}

.comment-author a {text-decoration:none; font-style:normal; }
.comment-author {margin-bottom:20px;}

#respond label {display:block;}
#respond textarea {}


/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin: 0 15px 15px 0;
}
.alignright {
	display: inline;
	float: right;
	margin: 0 0 15px 15px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Forms */
input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=date],
input[type=url],
input[type=number],
textarea {
	background: #fafafa;
	border:1px solid #ccc;
	font-family: Arial, Helvetica, sans-serif;
	color:#666;
	width:70%;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	height:27px;
	line-height:27px;
	padding-left:15px;

}
textarea {height:auto;}
.col2 input[type=text],
.col2 input[type=password],
.col2 input[type=email],
.col2 input[type=tel],
.col2 input[type=date],
.col2 input[type=url],
.col2 input[type=number],
.col2 textarea {
	width:80%;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=date]:focus,
input[type=url]:focus,
input[type=number]:focus,
textarea:focus {

}
.col2 textarea {
	padding-left: 3px;
	width: 98%;
}
input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=date],
input[type=url],
input[type=number] {
	margin:0;
}
input#s {
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 4px 10px;
}
input#searchsubmit {
	display: none;
}

input[type=submit] {
	background:#333; color:#fff; border:none; outline:none;  height:31px; line-height:31px; font-family: "Lucida Grande", "Lucida Sans Unicode",sans-serif; font-size:11px; text-transform:uppercase; margin:0; cursor:pointer; float:left; padding: 0 15px;-webkit-appearance: none;  
}

#mce-EMAIL {float:left;}





/* self-clear floats */

.group:after{
	content: "\0020"; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    }
* html .group { /* IE6 */
	height: 1%;
	}
*:first-child+html .group { /* IE7 */
	min-height: 1px;
	}
	
	
/* media queries */
@media screen and (max-width:769px){
#col1 {position:relative !important; width:100%; height:200px;}
#col2 {width:100%; margin:0; height:auto;}

footer {width:100%; background:#444; position:relative;}
article, .page-content {margin:25px;}
input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=date],
input[type=url],
input[type=number],
textarea {
	width:90%;
}
.page-content h1, article h1 {margin-top:50px;}
ul#categories, ul#recent {width:100%; margin-bottom:30px;}
}
