@import url(http://fonts.googleapis.com/css?family=Droid+Sans&subset=latin);
@import url(http://fonts.googleapis.com/css?family=Nobile&subset=latin);
@import url(http://fonts.googleapis.com/css?family=PT+Sans+Narrow&subset=latin);
@import url(http://fonts.googleapis.com/css?family=PT+Sans&subset=latin);
@import url(http://fonts.googleapis.com/css?family=Muli);
@import url(http://fonts.googleapis.com/css?family=Arimo);
@import url(http://fonts.googleapis.com/css?family=Cabin);

/*====================*/
/*=== Reset Styles ===*/
/*====================*/
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}
body {
	line-height:1;
	color:black;
	background:white;
}
table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
}

/* 
CSS Screen Document
Created by Jegan Chen 
For JeganChen.com
***********************/

html {
	height: 100%;
	width: 100%;
}	

body {
	background: #000 url("/images/layout/background.jpg") 50% 0 no-repeat;
	color: #888;
	font: 100% Arimo, Arial, Verdana, Sans-serif;
	line-height: 1.3em;
	height: 100%;
	width: 100%;
}

a {
	color: #00baff;
	text-decoration: none;
}

a img {
	border: 0;
}

a:hover {
	color: #000;
	text-decoration: none;
}	

.clearboth {
	clear: both;
	display: block;
}

.clearleft {
	clear: left;
	display: block;
}

#container {
	margin: 0 auto;
	min-height: 100%;
	padding: 0 8px;
	position: relative;
	width: 980px;
}

#main {
	overflow:auto;
	padding-bottom: 127px;
}

.styled {
	font-family: 'Arimo', Arial, sans-serif;
}

h1 {
	color: #222;
	font-family: 'Cabin', Arial, sans-serif;
	font-size: 2em;
	font-weight: normal;
	margin: 10px 0 20px;
}

h2 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 0 5px 0;
}

h3 {
	font-size: 15px;
	font-weight: normal;
}

h2 a, h3 a {
	color: #888;
}

h2 a:hover, h3 a:hover {
	color: #000;
}

p {
	font-size: .85em;
	line-height: 1.7em;
	margin: 5px 0 15px 0;
}

img.float-right {
	background-color: #fff;
	border: 1px solid #dcdcdc;
	float: right;
	margin: 10px 0 5px 5px;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

ul {
	font-size: .80em;
}

/* Left Elements
***********************/

#main #left {
	float: left;
	margin: 0 15px 0 0;
	width: 700px;
}


/* Footer Elements
***********************/

#footer {
	background: url("/images/layout/footer-bg.jpg") 0 72px repeat-x;
	clear: both;
	font-size: .70em;
	height: 127px;
	position: relative;
	margin-top: -127px;
	width: 100%;
}

#footer-content {
	height: 127px;
	margin: 0 auto;
	width: 960px;
}

#footer-right {
	float: right;
	width: 220px;	
}

#footer-right a {
	float: left;
}

#footer-right a.footer-link {
	color: #888;
	margin: 10px 10px 0;
}

#footer-right a.footer-link:hover {
	color: #000;
}


#footer-contact {
	margin: 0 0 0 10px;
}

.follow-icon {
	float: left;
	margin: 0 10px;
}

#follow-me {
	clear: both;
	display: block;
	float: left;
	margin: 0 0 13px 15px;
}

/* Banner Elements
***********************/
#banner {
	clear: both;
	position: absolute;
	top: 70px;
	width: 980px;
	z-index: 90;
}

a#logo {
	background: url("/images/layout/logo.png") 0 0 no-repeat;
	float: left;
	display: block;
	padding: 0 0 0 15px;
	position: absolute;
	top: 20px;
	width: 120px;
	height: 120px;
	z-index: 100;
}

a#logo:hover {
	background: url("/images/layout/logo.png") 0 -120px no-repeat;	
}


/* Top Navigation
***********************/
#top-navigation {
	background: url("/images/layout/top-nav-bg.png") repeat-x;
	float: left;
	height: 50px;
	width: 960px;
}

#top-nav-left {
	float: left;
}

#top-nav-right {
	float: right;
}

ul#top-navigation-list {
	list-style-type: none;
	float: left;
	margin: 0 0 0 125px;
}

ul#top-navigation-list li {
	display: block;
	float: left;
	margin: 8px 50px 0;
}

li.nav-link a {
	color: #fff;
	float: left;
	font-family: 'PT Sans', Arial, sans-serif;
	font-size: 1.2em;
	display: block;
}

li.nav-link a:hover {
	color: #000;
}

/* Content
***********************/

#content {
	background-color: #ececec;
	margin: 35px 10px;
	min-height: 200px;
	padding: 110px 10px 10px 10px;
	width: 940px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

/* Homepage
************************/

#message {
	background-color: #fff;
	border: 1px solid #dcdcdc;
	margin: 0 0 10px 0;
	min-height: 250px;
	padding: 15px 25px;
	width: 890px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#page-home h1 {
	font-size: 50px;
	line-height: 1.0em;
	margin: 0 0 10px;
}

.tagline {
	font-size: 24px;
	line-height: 1.4em;
	margin: 0 0 20px;
}

.box {
	background-color: #fff;
	border: 1px solid #dcdcdc;
	float: left;
	margin: 15px 0;
	min-height: 150px;
	padding: 10px 15px 15px;
	width: 268px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.box-content {
	color: #888;
}

.middle {
	margin: 15px 20px;
}

.twitter {
	background: #fff url("/images/layout/twitter-bg.png") 9px 40px no-repeat;
}

.date {
	font-size: 11px;
}

a.button {
	background: url("/images/layout/button.png") 0 0 no-repeat;
	color: #fff;
	display: block;
	height: 32px;
	width: 191px;
	padding: 10px 0 0 0;
	text-align: center;
}

a.button:hover {
	background: url("/images/layout/button.png") 0 -42px no-repeat;
	color: #fff;
}

ul.checklist {
	margin: 10px 0 0;
	list-style-type: none;
}

ul.checklist li {
	background: transparent url("/images/layout/check.png") 0 -1px no-repeat;
	margin: 0 0 2px;
	padding: 0 0 0 32px;
}

/* Subpage
************************/

#subpage {
	background-color: #fff;
	border: 1px solid #dcdcdc;
	margin: 0 0 10px 0;
	min-height: 250px;
	padding: 15px 25px;
	width: 890px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#subpage ul {
	margin: 0 0 10px 30px;
}

#subpage ul li {
	margin: 8px 0;
}

/* Portfolio
************************/

.portfolio {
	float: left;
	margin: 0 0 20px;
}

.middle-box {
	margin: 0 29px;
}

.portfolio a {
	background-position: 0 -150px;
	border: 1px solid #ccc;
	display: block;
	height: 150px;
	overflow: hidden;
	width: 275px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	float: left;
	margin: 0;
	padding: 0;
}

.portfolio a:hover {
	background-position: 0 0;
}

.portfolio a.ace {
	background-image: url(/images/work-ace.jpg);
}

.portfolio a.arc {
	background-image: url(/images/work-arc.jpg);
}

.portfolio a.asme {
	background-image: url(/images/work-asme.jpg);
}

.portfolio a.hps {
	background-image: url(/images/work-hps.jpg);
}

.portfolio a.raileurope {
	background-image: url(/images/work-raileurope.jpg);
}

.portfolio a.psprint {
	background-image: url(/images/work-psprint.jpg);
}

#work-description {
	display: block;
	float: left;
	width: 370px;
	height: 100px;
}


/* Contact Form
************************/
/* Contact */

fieldset {
	display: block;
	border: 0;
	width: 700px;
}

legend {
	display: none;
}

label {
	clear: left;
	display: block;
	float: left;
	margin: 0 0 4px 0;
	width: 195px;
}

input {
	float: left;
	display: block;
	margin: 0 0 4px 0;
	width: 200px;
}

textarea {
	float: left;
	height: 200px;
	display: block;
	margin: 0 0 4px 0;
	width: 500px;
}

button {
	clear: both;
	float: left;
	margin: 0 0 0 195px;
	padding: 5px;
}

#subject, .subject {
	display: none;
}


/* Page Indicators 
************************/
#page-home #nav-home, #page-about #nav-about, #page-contact #nav-contact {
	color: #000;	
}

/* JQuery
***********************/

.tweet, .query {
font-size: .90em;
color: #888;
margin: 2px 0 0; 
}

.tweet .tweet_list, .query .tweet_list {
list-style-type: none;
margin: 0;
padding: 0;
background-color: ; 
}

.tweet .tweet_list .awesome, .tweet .tweet_list .epic, .query .tweet_list .awesome, .query .tweet_list .epic {
text-transform: uppercase; 
}

.tweet .tweet_list li, .query .tweet_list li {
overflow-y: auto;
overflow-x: hidden;
padding: .5em; 
}

.tweet .tweet_list li a, .query .tweet_list li a { }
.tweet .tweet_list .tweet_even, .query .tweet_list .tweet_even {
background-color: #91E5E7; 
}

.tweet .tweet_list .tweet_avatar, .query .tweet_list .tweet_avatar {
padding-right: .5em;
float: left; 
}

.tweet .tweet_list .tweet_avatar img, .query .tweet_list .tweet_avatar img { vertical-align: middle; }
.tweet_time {display: block; position: absolute; margin: 75px 0 0 155px; font-size: 11px; }

