/*
Theme Name: md
Theme URI: http://www.hmwrk.net
Description: hmwrk md theme
Version: 1.1
Author: Paul Belin
*/


/* GENERAL -------------------------------------------------------------------------- */


html, body, h1, h2, h3, h4, p, span, ul, ol, li {
	margin: 0;
	padding: 0;
}

html, body { height: 100%; }

body {
/*background: url("images/page_bg.jpg") center top repeat;*/
background: url("http://www.hmwrk.net/blog/images/body.png") 0 0 repeat;
color:#FFFFFF;
font-family:"Helvetica Neue",Helvetica,Arial,Geneva,sans-serif;
/*font-family:"lucida grande",tahoma,verdana,arial,sans-serif;*/
font-size:11px;
height: 100%;
line-height:18px;
padding:0;
text-align:left;
}

textarea {
resize: none;
}

#page {
height:100%;
}

.container, .inner-container {
margin:0 auto;
width:960px;
}

.topbar {
background: #333;
border-bottom: #bbb 1px solid;
height: 21px;
min-width: 960px;
padding: 7px 0;
padding-right: 3%;
width: 97%;
}


/* HOME ----------------------------------------------------------------------------- */

#page-home {
background:url(images/bg_highlight.png) center -300px no-repeat;
min-height: 500px;
min-width: 900px;
overflow:visible;
}


#home-container {
left:50%;
margin-left:-460px;
position:absolute;
top:120px;
width:920px;
}


#logo-home {
background:url("images/hmwrk-logo2.png") 0 0 no-repeat;
display:block;
height:161px;
margin:0 auto;
margin-bottom:50px;
text-indent:-9999px;
width:602px;
}

#contactemail, #contactmsg {
-x-system-font:none;
color:#8B8B8B;
font-size:12px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
margin-bottom:0.2em;
margin-left: 0.3em;
padding:2px;
vertical-align:bottom;
}

#contactemail {
width:170px;
}

#contactmsg {
width:325px;
}

.home-nav {
-moz-border-radius: 8px;
-moz-box-shadow: 2px 2px 4px #555;
-webkit-border-radius: 8px;
-webkit-box-shadow: 2px 2px 4px #555;
background: url("images/homebtn.png") -3px 0 repeat-x;
background-repeat: no-repeat;
display:block;
float:left;
font-size: 23px;
height: 30px;
line-height: 30px;
margin-left:30px;
margin-top:30px;
padding: 15px 10px 15px 0;
width:180px;
}

.home-nav.work {
/*background-position:0 0;*/
margin-left:80px;
}

.home-nav.lab {
/*background-position:0 -48px;*/
}

.home-nav.blog {
/*background-position:0 -96px;*/
}

#home-content {
-moz-border-radius:6px;
-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.3);
-webkit-border-radius:6px;
-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.3);
background:none repeat scroll 0 0 #FFFFFF;
width:auto;
}


#home-columns {
	/*border-top:1px dotted #CCCCCC;*/
	margin:15px 0 100px 0;
	padding-top:15px;
}

#home-columns .col {
	/*border-right:1px dotted #CCCCCC;*/
	float:left;
	margin-right:15px;
	padding-bottom:10px;
	padding-right:14px;
	width:285px;
}

#home-columns .col.last {
	border-right:0 none;
	margin-right:0;
	padding-right:0;
	width:290px;
}

.col h2 {
	margin-bottom:15px;
	padding-bottom:15px;
}

.home-post {
	-moz-border-radius:5px;
	-moz-box-shadow:1px 0 1px rgba(0, 0, 0, 0.1), 1px -1px 0 rgba(0, 0, 0, 0.05), 0 1px 0 rgba(0, 0, 0, 0.1), -1px 0 1px rgba(0, 0, 0, 0.1), -1px -1px 0 rgba(0, 0, 0, 0.05), 0 2px 1px rgba(0, 0, 0, 0.15);
	-webkit-border-radius:5px;
	-webkit-box-shadow:1px 0 1px rgba(0, 0, 0, 0.1), 1px -1px 0 rgba(0, 0, 0, 0.05), 0 1px 0 rgba(0, 0, 0, 0.1), -1px 0 1px rgba(0, 0, 0, 0.1), -1px -1px 0 rgba(0, 0, 0, 0.05), 0 2px 1px rgba(0, 0, 0, 0.15);
	background-color: #FFFFFF;
	color:#333333;
	/*border-bottom:1px dotted #CCCCCC;*/
	margin-bottom:25px;
	padding:10px 15px;
}

.home-post h3 {
	font-size:16px;
	line-height:1.3;
	margin-bottom:5px;
	/*text-shadow:1px 1px 1px #111111;*/
}

.home-post p {
	font-size:11px;
	line-height:1.5;
	padding-bottom:5px;
}


/* WORK ----------------------------------------------------------------------------- */

#work_body {
	margin-left: 250px;
	margin-right: 30px;
	min-width: 690px;
}

#work_sidebar {
	float:left;
	margin-left: -230px;
	margin-right: 20px;
	min-height: 200px;
	padding: 5px;
	position:relative;
	width:200px;
}

#work_sidebar li a {
	color: #fff;
	font-style: italic;
	text-decoration: none;
}

#work_sidebar li a:hover {
	color: #e1e1e1;
}

#work_panel {
	float: left;
	height: auto;
	margin-right: 30px;
	padding-left: 20px;
	width: auto;
}

#work_panel hr {
	border-top: #121415 1px dotted;
	border-bottom: #ccc 1px dotted;
	margin: 20px 0;
}

#work_focus {

}

#thumb_focus {
	border: #E1E1E1 4px solid;
	float: left;
	min-height: 250px;
	width: 500px;
}

#focus_info {
	float: left;
	font-style: italic;
	margin-left: 20px;
}

#description_focus {
	margin: 20px 0;
	text-align: left;
}

#close_focus {
	background-color: #0f3348;
	cursor: pointer;
	padding: 4px;
	width: 100px;
}

#work_grid {
	display: block;
}

#work_grid li {
	border: #e1e1e1 4px solid;
	cursor: pointer;
	display: block;
	float: left;
	height: 225px;
	margin: 8px 16px 8px 0;
	width: 300px;
}

#work_grid li:hover {
	border-color: #fff;
}



/* Work2 --------------------------------------------------------------------------- */

#work_navbar
{
	margin-left: 30px;
	margin-top: 30px;	
}


#items_container
{
	clear:both;
	margin-left:30px;
	margin-top:20px;	
}

.item_thumb
{
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background:#FFFFFF none repeat scroll 0 0;
	float:left;
	height:195px;
	margin:0 10px 10px 0;
	padding:0;
	position:relative;
	width:220px;
}


.bottompad
{
	clear:both;
	height:25px;
	position:relative;
	width:100%;
}


/* LAB ----------------------------------------------------------------------------- */

#page_lab {
	background: #fff;
	/* height:100%; */
}

.separator {
	border: none;
	border-top: #d2d6d8 1px solid;
	border-bottom: #f2f5f7 1px solid;
}

#header-container,
#topbar-container {
	min-width: 960px;
	width: 100%;
}

#header-container {
	/* background: transparent url(images/backgrounds/header_dark_gradient_bg.png) top left repeat-x; */
	background: transparent url(images/backgrounds/header_dark_gradient_bg.jpg) top left repeat-x;
	height:215px;
	padding: 20px 0 15px 0;
}

#topbar-container {
	/* background: transparent url(images/backgrounds/topbar_dark_gradient_bg.png) top left repeat-x; */
	height: 30px;
	margin-bottom: 30px;
}

#clickme-followmouse {
	background-color: #222;
	color: #ddd;
	cursor: pointer;
	float: right;
	//position: absolute;
	position: relative;
	width: 100px;
}

#contact {
	float: right;
	width: 490px;
}

#contact form {
	margin-top: 10px;
}

#contact .left {
	overflow:hidden;
	width:220px;
}

#contact .right {
	overflow:hidden;
	width:250px;
}



#contact .left input {
	background:#cccccc url(images/icons/contact_icons_sprite.png) 5px 0 no-repeat;
	color:#000000;
	display:block;
	float:left;
	font-size: 14px;
	margin-bottom:8px;
	padding-left:30px !important;
	text-indent:0;
	width:82%;
}

#contact .left input:hover {
	background-color:#FFFFFF;
	color:#000000;
	line-height:0;
	text-indent:-999px;
}

#contact .left label {
display:none;
}


#contact input, #contact textarea {
	background:#cccccc none repeat scroll 0 0;
	border:2px solid #2A1C22;
	margin:0;
	overflow:hidden;
	padding:5px;
}


#contact textarea {
	height:115px;
	text-indent:0 !important;
	width:95%;
}

#contact textarea:hover, #contact textarea:focus, #contact textarea:active {
	background:#FFFFFF none repeat scroll 0 0;
}


#contact .left input#name {
	background-position: 5px 1px;
}

#contact .left input#email {
	background-position: 5px -23px;
}

#contact .left input#website {
	background-position: 5px -47px;
}

/*

#contact div input,
#contact div textarea {
	
}

#contact div input:focus,
#contact div textarea:focus {
	border-color: #63c6d2;
}

#contact div input {
	background: url(images/hmwrk_textbox_dark.png) top left no-repeat;
	border: 0;
	color: #ddd;
	height: 22px;
	padding: 5px;
	width: 193px;
	
	/*
	border:2px solid #BDC1C7;
	color:#000;
	font-family:Helvetica,Arial,"MS Trebuchet",sans-serif;
	font-size:12px;
	padding:5px;
	width:200px;
	*/
}


#contact input#send_message {
	cursor: pointer;
	display: block;
	width: 112px;
	height: 30px;
	border: 0;
}

/*

#contact div label {
	display: block;
	font-size: 12px;
	font-weight: bold;
	line-height: 10px;
	text-transform: uppercase;
	color: #ccc;
	text-align: left;
}

#contact div input,
#contact div textarea {
	float: left;
	font: 13px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #222;
}

#contact div input:focus,
#contact div textarea:focus {
	border-color: #63c6d2;
}

#contact div input {
	width: 190px;
	height: 16px;
	border: 2px solid #e0e0e0;
	padding: 5px;
}

#contact div textarea {
	width: 200px;
	height: 80px;
	border: 2px solid #e0e0e0;
	padding: 5px;
	resize: none;
}

#contact input#send_message {
	cursor: pointer;
	display: block;
	width: 112px;
	height: 30px;
	border: 0;
}


*/

#socialize {
	float: left;
	width: 458px;
}

#social_list {
	margin-top: 10px;
}

#social_list li {
	height: 20px;
	margin-top: 4px;
	padding: 6px 0 5px 10px;
	width: 175px;
}

#social_list li:hover {
	/* background: url(images/social_link_button.png) top left no-repeat; */
	-moz-border-radius: 5px;
	background-color: #131313;
}

#social_list li a {
	color: #ddd;
	display: block;
	outline: none;
	text-decoration: none;
	text-indent: 25px;
}

#social_list li #rss_link {
	background: url(images/icons/rss_16.png) 0px 1px no-repeat;
}
#social_list li #twit_link {
	background: url(images/icons/twitter_16.png) 0px 1px no-repeat;
}
#social_list li #gw_link {
	background: url(images/icons/google_wave_16.png) 0px 1px no-repeat;
}
#social_list li #fb_link {
	background: url(images/icons/facebook_16.png) 0px 1px no-repeat;
}

#body-container {
	background: #fff url(images/backgrounds/light_gradient_bg.jpg) top left repeat-x;
	color: #656870;
	height: 100%;
	min-height: 590px; /* background height */
	min-width: 960px;
	width: 100%;
}


#titles {
	margin-bottom: 35px;
}

#home_logo {
	display: block;
	float: left;
	margin-bottom: 10px;
	outline: none;
	width: 385px;
}

#showcase {
	background-color: #fff;
	border: #fffffe 3px solid;
	float: right;
	height: 220px;
	width: 350px;
}

#pages_desc {
	float: left;
	width: 49%;
}

#pages_desc li {
	display: block;
	height: 35px;
	margin-bottom: 25px;
	padding: 4px 0;
	padding-left: 55px;
}

#pages_desc #pages_work {
	background: url(images/icons/things.png) center left no-repeat;
}

#pages_desc #pages_lab {
	background: url(images/icons/blueprint.png) center left no-repeat;
}
#pages_desc #pages_blog {
	background: url(images/icons/newspaper.png) center left no-repeat;
}

#pages_desc #pages_work:hover,
#pages_desc #pages_lab:hover,
#pages_desc #pages_blog:hover {
	/* background-color: #fff; */ 
}

.page_link {
	color: #616570;
	font-weight: bold;
	outline: none;
	text-decoration: none;
}


#latest_posts {
	margin: 100px 0;
}

.post_preview {
	float: left;
	width: 29%;
}

.post_preview_first {
	margin-right: 6.5%; 
}

.post_preview_last {
	margin-left: 6.5%; 
}

.post_preview_thumb {
	border: #616570 3px solid;
	display: block;
	float: left;
	height: 100px;
	margin-right: 15px;
	margin-top: 6px;
	width: 100px;
}

.post_preview p {
	line-height: 20px;
	text-align: left;
}

.post_preview_link {
	background: url(images/button_dark.png) top left no-repeat;
	color: #fff;
	display: block;
	height: 21px;
	margin: 0 auto;
	margin-top: 20px;
	padding: 5px 0;
	text-align: center;
	text-decoration: none;
	width: 200px;
}

#footer {
	background: url(images/backgrounds/header_dark_gradient_bg.jpg) 0 -90px repeat-x;
	color: #fff;
	margin-top: 50px;
	padding: 10px 0;
}

#credits {
	float: right;
}


/* CSS Switcher ---------------------------------------------------------------*/

#css_timeline_switch {
	float: right;
	height: 106px; /* logo height */
}

.time {
	background-color: #ddd;
	/*background: url(images/bubble-day.png) top left no-repeat;*/
	float: left;
	height: 60px;
	position: relative;
	width: 150px;
}

.trigger {
	display: block;
	float: right;
	height: 20px;
	position: relative;
	top:86px;
	width: 20px;
}



/* Google Style --------------------------------------------------------------------- */

#topbar_ggl {
	height: 28px;
	min-width: 600px;
	position: absolute;
	width: 100%;
	color:#0E0F10;
	font-size:11px;
	text-decoration:none;
	text-shadow:0 1px 0 rgba(255, 255, 255, 0.25);
}

#navigation {
	float: left;
	margin: 4px;
}

#navigation li {
	display: inline-block;
	margin-left: 8px;
}

#searchbar {
	margin:50px auto 0 auto;
	text-align: center;
	width:600px;
}

#q {
	-x-system-font:none;
	font-family:arial,sans-serif;
	font-size:17px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	margin-bottom:0.2em;
	margin-left: 0.3em;
	vertical-align:bottom;
}

#search {
	color: #333333;
	cursor: pointer;
	font-size:15px;
	height:1.85em;
	margin:0.2em;
}


/* BLOG ----------------------------------------------------------------------------- */

#page_blog {
	/* background:url(images/blog-bg-highlight.png) top center no-repeat; */
	min-height: 723px;
	overflow:visible;
}

#left-container {
	/* background: url(images/blogpost-bg-body.png) top left repeat-y; */
	float: left;
	margin-left: 35px;
	margin-top: 40px;
	width: 650px;
}

#right-container {
	/* background: #666; */
	margin-bottom: 50px;
	margin-right: 3%;
	position:fixed;
	right:0;
	text-align: right;
	bottom: 0;
	width:270px;
	z-index: 200;
}

.blogpost-container {
	/* background: url(images/sb_motif.gif) top left repeat; */
	border-bottom: #bfbfbf 1px dotted;
	margin-bottom: 25px;
}

.blogpost-title {
	/* background: url(images/post-top.png) top left no-repeat; */
	float: left;
	margin: 18px 0 15px 20px;
}

.blogpost-title h2, .blogpost-title h2 a {
	color: #fff;
	font-size: 24px;
	text-decoration: none;
}

.blogpost-title h2 a:hover {
	text-decoration: underline;
}

.blogpost-title p {
	margin-top: 6px;
}

.blogpost-date {
	/* background: url(images/comment-cal.gif) 0 0 no-repeat; */
	float: left;
	height: 45px;
	margin-top: 13px;
	width: 32px;
}

.jan { background:url(images/jan.png) 0 0 no-repeat; }
.feb { background:url(images/feb.png) 0 0 no-repeat; }
.mar { background:url(images/mar.png) 0 0 no-repeat; }
.apr { background:url(images/apr.png) 0 0 no-repeat; }
.may { background:url(images/may.png) 0 0 no-repeat; }
.jun { background:url(images/jun.png) 0 0 no-repeat; }
.jul { background:url(images/jul.png) 0 0 no-repeat; }
.aug { background:url(images/aug.png) 0 0 no-repeat; }
.sep { background:url(images/sep.png) 0 0 no-repeat; }
.oct { background:url(images/oct.png) 0 0 no-repeat; }
.nov { background:url(images/nov.png) 0 0 no-repeat; }
.dec { background:url(images/dec.png) 0 0 no-repeat; }

.blogpost-date p {
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	text-align: center;
}

.blogpost-date .day {
	color: #333;
	font-size: 13px;
	font-weight: bold;
	margin-top: 13px;
	line-height: 12px;
}

.blogpost-date .month {
	color: #000;
	font-weight: bold;
	font-size: 9px;
	line-height: 8px;
	margin-top: 1px;
	text-transform: uppercase;
}

.blogpost-date .year {
	color: #787878;
	font-size: 9px;
	line-height: 8px;
	margin-top: 1px;
}

.blogpost-comments {
	background: url(images/comment.png) 0 -4px no-repeat;
	float: right;
	margin: 0;
	margin-top: 22px;
}

.blogpost-comments a:link, .blogpost-comments a:visited {
	color:#333;
	display:block;
	/* font-family:"lucida grande",tahoma,verdana,arial,sans-serif; */
	font-size:12px;
	font-weight:bold;
	height:29px;
	text-align:center;
	text-decoration:none;
	width:35px;
}

.blogpost-entry {
	/* background: url(images/post-body.png) top left repeat-y; */
	
	color: #222;
	font-family: helvetica,arial,sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	text-shadow: 0 1px 0 #A6ADB4;
	
	margin: 0;
	margin-bottom: 10px;
	text-align: justify;
}

.video {
	border: #dadada 5px solid;
	margin-bottom: 15px;
}


.video object {
	display: block;
}

.blogpost-readmore {
	/* background: url(images/separator.png) center bottom no-repeat; */
	/* background: url(images/post-bottom.png) -2px 0 no-repeat; */
	margin-bottom: 25px;
	text-align: right;
}

.blogpost-readmore a {
	color: #fff;
	text-decoration: none;
}

.blogpost-readmore a:hover {
	text-decoration: underline;
}


/* SINGLE ---------------------------------------------------------------------------- */




/* FLOAT ----------------------------------------------------------------------------- */


.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}


