/* @override 
	http://jingman.com/jingeesys/template_files/site/css/screen.css
*/

/* @group Umbrella */

* {
	margin: 0;
	padding: 0;
	}

html {
	height: 100%;
	}

body {
	text-align: center; /* for IE */
	font-family: "lucida grande", sans-serif;
	}
	
p {
	line-height:1.2em;
}

a img {
	border: 0;
	}

a {
	text-decoration: underline;
	color: #CC3300;
	}

a:hover {
	text-decoration: none;
	}

p, li, dt, dd {
	font-size: 1em;
	}

h1, h2, h3, h4, h5, h6 {
	color: #271507;
	font-weight: normal;
	font-family: "lucida grande",sans-serif;
	}

h1 { font-size: 2em; }
h2 { font-size: 1.8em; }
h3 { font-size: 1.6em; }
h4 { font-size: 1.4em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1em; }

ul {
	margin:13px 0 18px 0;
}
li {
	list-style:none;
	text-indent:35px;
	margin:8px 0;
}



/* @end */

/* @group Layout */

/* @group Wrappers */

div#wrapper {
	min-height: 100%;
	text-align: left; /* for IE */
	position: relative;
	margin: 30px auto 0 auto;
	width: 935px;
	}

* html div#wrapper {
	height: 100%; /* for IE */
	}
#header {
	width: 935px;
	float:left;
	overflow:auto;
	background:#564537; /* brown */
	background:#444; /* default grey */
	/*background:#592612;*/
}
#header #header-image {
	float:left;
	position:relative;
	display:block;
	width: 135px; height: 50px;
}
#header-image a {
	width: 135px;
	height: 50px;
	display: block;
	float:left;
	position:relative;
	text-indent: -50001px;
	background: url('img/h_jingman.png') center center;
}
#header-image a:hover {
	background-color: #333;
}
#header ul {
	margin:0;
}
#header ul li {
	margin:0;
	text-indent:0;
}

/* @end */

div.col1 {
	float: left;
	width: 135px;
}

div.col2 {
	float: left;
	width: 800px;
}

/* @end */

/* @group Posts */

/* @group Blog */

div.post {
	float: left;
	position: relative;
}
/* -- Post Header */
div.post-header {
	float: left;
	position: relative;
	font-family: arial;
}
div.post-header div.col1 {
}
div.post-header div.col2 {
}
div.post-header-guts {
	padding: 50px 0 40px 0;
	text-align: center;
}
div.post-header-guts h1 {
	font-family: georgia, serif;
	color: #222;
	font-size: 1.6em;
	font-weight: normal;
	font-variant: small-caps;
	word-spacing: 0.08em;
	letter-spacing: 0.06em;
	margin-bottom: 5px;
}
div.post-header-guts h2 {
	font-size: 0.8em;
	font-style: italic;
	color: #aaa;
}
/* -- Post Body */
div.post-body div.col2 {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
div.post-body-guts {
	margin: 20px 0;
}
div.post-body-guts p {
	font-size: 1em;
	line-height: 1.6em;
	margin: 1.4em 0;
	color: #444;
}


/* @end */

/* @group Work */

	div.post-body.work.dev div.col1 {
	width: 395px;
	/*background: #ffc;*/
	}
div.post-body.work div.col2 {
	border: none;
}
	div.post-body.work.dev div.col2 {
	width: 540px;
	border: none;
	/*background: #fcf;*/
	}
div.post-body.work div.post-body-guts {
	border-bottom: 1px solid #ddd;
}
	div.post-body.work.dev div.post-body-guts {
	margin: 30px 0 0 40px;
	}

/* -- Thumbnails */

div.post-thumbnails {
	float: left;
}
div.post-thumbnails-guts {
	/*margin: 1px 0;*/
	border: 1px solid #ccc;
	border-width: 1px 0;
	background: #eee url('img/patterns/trans_dots.gif');
	float: left;
	width: 100%;
}
div.post-thumbnails-guts-wrap {
	padding: 10px;
	float: left;	
}
div.post-thumbnails-guts a {
	float: left;
	padding: 10px;
	display: block;
}
div.post-thumbnails-guts a img {
	float: left;
}
div.post-thumbnails-guts a:hover {
	background: #919191 url('img/patterns/trans_dots.gif');
}

div.post-body.work div.post-meta {
	float: left;
}
div.post-body.work div.post-meta a.launch-link {
	border-left: 20px solid #6193C2;
	float: right;
	width: 210px;
	margin: 30px 0 10px 135px;
	background: #4F79A0;
	color: #fff;
	text-align: center;
	display: block;
	padding: 15px;
	font-weight: bold;
	font-size: 1.2em;
	font-style: italic;
	letter-spacing: 0.08em;
}

/* -- Pagination */

div.pagination {
	float: left;
	width: 800px;
}
div.pagination div.pagination-next {
}
div.pagination div.pagination-next a,
div.pagination div.pagination-prev a {
	padding: 15px 20px;
	font-size: 0.86em;
	background-image: url('img/patterns/trans_dots.gif');
	text-decoration: none;
	background-color: #d5d5d5;
	color: #5e5e5e;
}
div.pagination div.pagination-next a:hover,
div.pagination div.pagination-prev a:hover {
	background-color: #eaeaea;
	color: #222;
}
div.pagination div.pagination-next a {
	float: right;
}
div.pagination div.pagination-prev a {
	float: left;
}

/* @end */

/* @end */

/* @group Old Posts */

div#old-posts {
}
div#old-posts div.old-post a {
	float: left;
	width: 100%;
	display: block;
	border-bottom: 1px dotted #ccc;
	text-decoration: none;
	color: #222;
}
div#old-posts div.old-post a:hover {background: #222;}
div#old-posts div.old-post a span.old-post-title {
	padding: 0.8em;
	font-size: 1em;
	float: left;
	width: 500px;
	font-family: georgia;
	font-variant: small-caps;
	letter-spacing: 0.07em;
}
div#old-posts div.old-post a:hover span.old-post-title {color: #fff;}
div#old-posts div.old-post a span.old-post-age {
	padding: 1.6em;
	font-size: 0.6em;
	float: right;
}
div#old-posts div.old-post a:hover span.old-post-age {color: #ddd;}

/* @end */

div#nav {
	float:left;
	height:50px;
	width:800px;
}

div#nav ul {
	float: right;
	margin-right: 20px;
	position:relative;
}

div#nav li {
	list-style: none;
	display: inline;
	float: left;
}
div#nav li a {
	display: block;
	height: 50px;
	width: 80px;
	text-indent: -50001px;
	-moz-outline-style:none;
}
div#nav li a#blog-button {background-image: url('img/h_blog.png'); width: 74px;}
div#nav li a#work-button {background-image: url('img/h_work.png'); width: 84px;}
div#nav li a#photos-button {background-image: url('img/h_photos.png'); width: 94px;}
div#nav li a#home-button {background-image: url('img/h_home.png');}
div#nav li a#about-button {background-image: url('img/h_about.png');}
div#nav li a {
	background-position: center 100px;
}
div#nav li a:hover, div#nav li a.current-link {
	background-position: center -50px;
}