/* This is the StyleCatcher theme addition. Do not remove this block. */
/* @import url(http://www.thomasworks.com/mt-static/themes-base/blog.css); */
 @import url(http://www.thomasworks.com/design/blog.css); 
 @import url(http://www.thomasworks.com/mt-static/themes/unstyled/screen.css); 
/* end StyleCatcher imports */


body {
	background-color: #7B7D6B;
	color: #FFFFFF;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight:500;
        line-height:140%;
	}

img {
	margin: 0;
 	padding: 0;
	}

img.categorytn {border:2px #FFF solid !important;}

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

p {margin-top:10px;}


a#header-name {
	text-decoration:none;
	width: 100px;
	height: 42px;}

#header-name {
	width: 100px;
	height: 42px;
	position: relative;
	}
#header-name span {
	background: url(http://www.thomasworks.com/images/twlogoxsm.jpg) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	}

#intro-text {font-family: verdana, arial, sans-serif; line-height:160%; margin-top:36px;}

.frontimage {
	margin:20px;
	padding-left:20px;
	text-align:center;
}

.frontimage img {border: 4px #fff solid;}

#footer-content {margin:0 auto; text-align:center;}
#footer {margin-top:140px; clear:both;}

#right-sidebar ol,li {list-style:none;}
.right-menu li {list-style:none; line-height:140%; margin-bottom:10px;}

.project-meta-data {margin-top:20px;}
ul.project-meta-data, li.project-meta-data {margin-left:0px;}
.layout-twt #gamma {margin-left:160px; margin-top:20px; line-height:180%;}
.entry-tag-wrap {display:inline;}
h1.archive-title {font-size:medium;}

/*** Nav bar styles ***/
#top-nav {float:left; margin-left:180px; margin-top:-48px;}
ul.nav {
/*Remove all spacings from the list items*/
	float: left;
	margin: 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
	display: inline;
}

.nav ul {
	text-decoration: none;
	margin: 0px;
	padding: 8px;
	cursor: default;
	list-style-type: none;
	display: inline;
	text-align: left;
}

ul.nav{
	display: table;
}
ul.nav li{
	display:inline;
	float: left;
	padding: 4px 10px;
}

ul.nav li ul{
/*Make the sub list items invisible*/
	display: none;
	position: absolute;
	max-width: 60ex;
	margin-left: -2px; 
	margin-top: 2px;
	font-size:.9em;
}

ul.nav li:hover ul, ul.nav li.over ul{
/*When hovered, make them appear*/
	display: block;
	margin:4px 4px 4px -18px;
	line-height:140%;
	 z-index: 6000;
}

.nav ul li a{
/*Make the hyperlinks as a block element, sort of a hover effect*/
	display: block;
	padding: 0px 10px;
}

/* Category Listing Layout */

* {margin:0;padding:0;}

.cat-entry-sum {
	float:left;
	width:500px;
	}

.cat-entry-sum h3 {
	width:140px;
	height:140px;
	float:left;
	}
.cat-entry-sum * {
	width:330px;
	float:right;
	}
.cat-entry-sum * * {
	width:auto;
	float:none;
	}

.hideme img {display:none;}
.asset-body, .page-asset {max-width: 560px;}
img.border1 {border:1px solid white;}
img.border2 {border:2px solid white;}
img.border-double {border:1px double white;}









