 
/* global
----------------------------------------------- */
body {
margin: 0px;
padding: 0px;
text-align: center;
min-width: 760px;
background: #C1D8E9 url(http://www.hmtweb.com/images/bgimage_gradient.gif) repeat-x left top;
font-family: helvetica, arial, verdana, "trebuchet ms", sans-serif;
color: #204063;
}

blockquote {
margin: 0;
padding: 0 10px 0 10px;
border-left: 6px solid #d8e7f7;
border-right: 6px solid #d8e7f7;
color: #477fba;
}

code {
color: #809eba;
}

hr {
display: none;
}


/* layout
----------------------------------------------- */
@media all {
  #wrapper {
    margin: 0 auto;
	padding: 0;
    width: 760px;
    text-align: left;
    }

  #blog-header {
    background: #052E49 url(http://www.hmtweb.com/images/blog_nov07_header_v2.gif);
	width: 760px;
	height: 100px;
	margin-bottom: 0px;
	padding-bottom: 0px;
    }
	
  #blog-header img{
  	float: right;
  }

  #gsqibrand {
    float: left;
	widows: 510px;
	height: 100px;
  }
  
  #imdbrand {
    float: right;
	width: 250px;
	height: 100px;
  }

  #main-wrapper {
    /*position: relative;*/
    width: 760px;
    background: #f7f0e9 url(http://www.hmtweb.com/images/bg_main_wrapper2.gif) repeat-y left top;
    }

  #main-content {
    display: inline; /* fixes a strange ie margin bug */
    float: left;
    margin: 0 0 0 3px;
    padding: 0;
    width: 483px;
    }

  #content-wrapper {
    padding: 22px 0 0 0;
    /*background: url(http://www.blogblog.com/thisaway_blue/bg_content.gif) repeat-x left top;*/
    }
  }
@media handheld {
  #wrapper {
    width: 90%;
	margin: 0;
	padding: 0;
    }

  #blog-header {
    background:none;
    }

  #blog-header div {
    background: #204063;
    }

  #main-wrapper {
    width: 100%;
    background: #f7f0e9;
    }

  #main-content {
    float: none;
    width: 100%;
    }

  #content-wrapper {
    background:none;
    }
  }

.post {
margin: 0 16px 14px 29px;
padding: 0;
border-bottom: 3px solid #d8e7f7;
}

#comments {
margin: 0 16px 14px 29px;
padding: 10px;
border: 1px solid #cedef0;
background-color: #fff;
}

.social {
	padding: 20px 0px 10px 0px;
}

@media all {
  #sidebar-wrapper {
    display: inline; /* fixes a strange ie margin bug */
    float: right;
    margin: 0 3px 0 0;
    width: 269px;
    color: #1c4676;
    background: url(http://www.hmtweb.com/images/bg_sidebar.gif) repeat-x left top;
    }

  #sidebar {
    padding: 7px 11px 0 14px;
	/*background: url(http://www.blogblog.com/thisaway_blue/bg_sidebar_arrow.gif) repeat-y 179px 0px;*/
    }
	

  #blog-footer {
    padding-top: 15px;
    background: url(http://www.hmtweb.com/images/bg_footer_top.gif) no-repeat left top;
    }

  #blog-footer div {
    background: #152e49 url(http://www.hmtweb.com/images/bg_footer.gif) repeat-x left top;
    }
  }
@media handheld {
  #sidebar-wrapper {
    float: none;
    width: 100%;
    background:none;
    }

  #sidebar {
    background:none;
    }

  #blog-footer {
    background:none;
    }

  #blog-footer div {
    background: #152e49;
    }
  }

#profile-container {
  margin-bottom: 20px;
  }



/* horizontal nav
----------------------------------------------- */
#horiznav ul {
 margin:0;
 padding:0;
 list-style:none;
 width:760px;
 background:#052E49 url(http://www.hmtweb.com/images/imd-nav-bg.gif);
 float:left;
}

#horiznav ul li {
 float:right;
 text-decoration:none;
 color:#CCC;
 font-size:12px;
 line-height: 2.1em;
}


#horiznav ul li a {
 display:block;
 padding: 0 1em;
 line-height: 2.1em;
 text-decoration:none;
 color:#FFFFFF;
 font-size:12px;
}



/* headings
----------------------------------------------- */
h2.date-header {
margin: 0;
padding: 0 0 0 29px;
font-size: 10px;
text-transform: uppercase;
color: #8facc8;
background: url(http://www.hmtweb.com/images/icon_date.gif) no-repeat 13px 0;
}

.date-header span {
margin: 0 0 0 5px;
padding: 0 25px 0 25px;
background: url(http://www.hmtweb.com/images/bg_date.gif) no-repeat 0 0;
}

h2.sidebar-title {
margin: 15px 0px 10px 0px;
padding: 1px 0 0 30px;
font-size: 14px;
color: #063350;
background: url(http://www.hmtweb.com/images/icon_sidebar_heading.gif) no-repeat 0 45%;
}

#profile-container h2.sidebar-title {
color: #527595;
background: url(http://www.hmtweb.com/images/icon_sidebar_profileheading.gif) no-repeat 0 45%;
}

.post h3.post-title {
margin: 13px 0 0 0;
padding: 0;
font-size: 18px;
color: #063350;
}

#comments h4 {
margin-top: 0;
font-size: 16px;
}


/* text
----------------------------------------------- */
.post-body div {
font-size: 13px;
line-height: 18px;
margin: 0;
height: 1%;
overflow: visible;
}

.post-body blockquote {
margin: 10px 0px;
}

p.post-footer {
font-size: 11px;
color: #809fbd;
text-align: right;
}

p.post-footer em {
display: block;
float: left;
text-align: left;
font-style: normal;
}

p.comment-data {
font-size: 12px;
}

.comment-body p {
font-size: 12px;
line-height: 17px;
}

.deleted-comment {
  font-style:italic;
  color:gray;
  }

#sidebar p {
font-size: 12px;
line-height: 17px;
margin-bottom: 20px;
}

#sidebar p.profile-textblock {
clear: both;
margin-bottom: 10px;
}

.profile-link {
padding: 0 0 0 17px;
background: url(http://www.hmtweb.com/images/icon_profile.gif) no-repeat 0 0;
}

p#powered-by {
margin: 0;
padding: 0;
}

#blog-footer p {
margin: 0;
/*padding: 0 0 15px 55px;*/
padding: 0 0 15px 0px;
color: #eef6fe;
font-size: 11px;
line-height: 14px;
text-align: center;
/*background: url(http://www.blogblog.com/thisaway_blue/icon_footer.gif) no-repeat 16px 0;*/
}

#blog-footer a {
color: #ffffff;
font-size: 11px;
line-height: 16px;
}




/* lists
----------------------------------------------- */
.profile-data {
font-size: 13px;
line-height: 17px;
}

.post ul {
padding-left: 32px;
list-style-type: none;
font-size: 13px;
line-height: 18px;
}

.post li {
padding: 0 0 4px 17px;
background: url(http://www.blogblog.com/thisaway_blue/icon_list_item.gif) no-repeat 0 3px;
}

#comments ul {
margin: 0;
padding: 0;
list-style-type: none;
}

#comments li {
padding: 0 0 1px 17px;
background: url(http://www.hmtweb.com/images/icon_comment.gif) no-repeat 0 3px;
}

#sidebar ul {
margin: 0 0 20px 0;
padding: 0;
list-style-type: none;
font-size: 12px;
line-height: 14px;
}

#sidebar ul li {
background:url(http://www.hmtweb.com/images/arrow_sm.gif) no-repeat 2px .25em;
padding: 0 0 4px 17px;
}

#sidebar2 ul li {
background:none;
padding: 0 0 4px 17px;
}

#sidebar3 ul li {
background:url(http://www.hmtweb.com/images/arrow_sm2.gif) no-repeat 2px .25em;
padding: 0 0 4px 17px;
}

#sidebar li {
padding: 0 0 4px 17px;
background: url(http://www.blogblog.com/thisaway_blue/icon_list_item.gif) no-repeat 0 3px;
}

#sidebar p {
margin: 0px 0px 20px 0px;
padding: 0px;
}

#maincopy ul {
 margin-left:25px;
 padding-left:10px;
 list-style:square;
}

#maincopy li {
 padding-left:5px;
}




/* links
----------------------------------------------- */
a {
color: #4386ce;
font-weight: bold;
}

a:hover {
color: #2462a5;
}

a.comment-link {
/* ie5.0/win doesn't apply padding to inline elements,
   so we hide these two declarations from it */
background/* */:/**/url(http://www.hmtweb.com/images/icon_comment.gif) no-repeat 0 45%;
padding-left: 14px;
}

html>body a.comment-link {
/* respecified, for ie5/mac's benefit */
background: url(http://www.hmtweb.com/images/icon_comment.gif) no-repeat 0 45%;
padding-left: 14px;
}

#sidebar ul a {
color: #599be2;
}

#sidebar ul a:hover {
color: #3372b6;
}

#powered-by a img {
border: none;
}

#blog-header h1{
margin: 0;
padding: 0;
}

#blog-header h1 a {
color: #eef6fe;
text-decoration: none;
}

#blog-header h1 a:hover {
color: #b4c7d9;
}

h3.post-title a {
color: #063350;
text-decoration: none;
}

h3.post-title a:hover {
color: #2a5e95;
}


/* miscellaneous
----------------------------------------------- */
.post-photo {
padding: 3px;
border: 1px solid #bdd4eb;
}

.profile-img {
display: inline;
}

.profile-img img {
float: left;
margin: 0 10px 5px 0;
padding: 3px;
border: 1px solid #bdd4eb;
}

.profile-data strong {

display: block;
}

.clear {
clear: both;
line-height: 0;
height: 0;
} 

