@charset "utf-8";
/* CSS Document 
Theme Name: Tallboy
Theme URI: http://tallboy.com
Description: CSS Theme for Tallboy, Interactive Solutions
Version: 1.00
Author: J J Valentine
Author URL: http://www.tallboy.com
*/

/* Sitewide Properties */
html {
	margin: 0;
}

body {
	text-align: center;
	font-size: 13px;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #fff;
	min-width: 960px; /* 2x (LC fullwidth + CC padding) + RC fullwidth */
}

p {
	color: #333;
	margin: 15px 0;
}

h3 {
	font-weight: bold;
	font-size: 13px;
	color: #333;
	margin-bottom: -14px;
}

a:link, a:active, a:visited {
	color: #03f;
	text-decoration: none;
}

a:hover {
	color: #7ac142;
	text-decoration: none;
}

/* Header & Background Properties */
#topcontainer {
	width: 960px;
	margin: 0;
	text-align: center;
}

#topmenu {
	text-align: right;
	font-size: 11px;
	color: #fff;
}

.toptext {
	vertical-align: .4em;
}

.toptext a:link, .toptext a:active, .toptext a:visited {
	color: #fff;
	text-decoration: none;
}

.toptext a:hover {
	color: #7ac142;
	text-decoration:none;
}

#background {
	background-image: url(images/gradient_bg.png);
	background-repeat: repeat-x;
	margin: 0;
	width: auto;
	height: auto;
}

#wrapper {
	width: 960px;
	height: auto;
	margin: auto;
}

#logo {
	background-image: url(images/logo_380x78.png);
	background-repeat: no-repeat;
	width: 380px;
	height: 78px;
	margin: 18px 0 18px 0;
	float: left;
}

/* Menu Properties */
#nav {
	background-image: url(images/nav_bg.png);
	background-repeat: no-repeat;
	width: 960px;
	height: 28px;
	margin: 0;
	clear: both;
}

#nav ul {
	margin: 0 auto;
	list-style: none;
	list-style-type: none;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;	
}

#nav ul li {
	float: left;
	margin: 0 0 0 1px;
}

#nav ul li a {
	display: inline;
	padding: 2px 15px 0px;
	text-decoration: none;
	color: #333;
	font-weight: normal;
	font-size: 14px;
	border-right: 0px solid #000;
	line-height: 28px;
	background-image: url(images/nav_border.png);
	background-repeat: no-repeat;
	background-position: right;			
}

#nav ul li a#last {
	background-image:none;			
}

#nav ul li a:hover {
	text-decoration: none;
	color: #fff;
}

#nav ul li.current_page_item {			
}

#nav ul li.current_page_item a {
	color: #fff;
}

/* Mid Content Bucket */
#main {
	background-image: url(images/main.jpg);
	background-repeat: no-repeat;
	width: 960px;
	height: 370px;
	margin: 15px 0 0 0;
}

#abouttitle {
	background-image: url(images/about_title.png);
	background-repeat: no-repeat;
	width: 400px;
	height: 72px;
	margin: 0;
}

#contacttitle {
	background-image: url(images/info_title.png);
	background-repeat: no-repeat;
	width: 400px;
	height: 72px;
	margin: 0;
}
.contact {
	vertical-align: 1.6em;
}

#privacytitle {
	background-image: url(images/privacy_title.png);
	background-repeat: no-repeat;
	width: 400px;
	height: 72px;
	margin: 0;
}

#servicestitle {
	background-image: url(images/services_title.png);
	background-repeat: no-repeat;
	width: 400px;
	height: 72px;
	margin: 0;
}

#toolstitle {
	background-image: url(images/tools_title.png);
	background-repeat: no-repeat;
	width: 400px;
	height: 72px;
	margin: 0;
}

#toolsMain {
	width: 715px;
	float: left;
}

#toolsSide {
	width: 200px;
	float: right;
	border-left: 1px #989a9d solid;
}

#worktitle {
	background-image: url(images/work_title.png);
	background-repeat: no-repeat;
	width: 400px;
	height: 72px;
	margin: 0;
}


#about {
	background-image: url(images/content_top.png);
	background-repeat: no-repeat;
	background-color: #fff;
	width: auto;
	height: auto;
	margin: 20px 0 0 0;
	text-align: left;
	padding: 15px;
}

/* Lower 3 Column Properties */
#coltop {	
	background-image: url(images/3col_header.png);
	background-repeat: no-repeat;
	width: 960px;
	height: 38px;
}

#container {
	background: url(images/3col_grey.gif) repeat-y;	
 	padding: 0;
	text-align: left;
}

#leftcol {
	width: 310px;
	float: left;
	padding: 0 15px 0 0;
}

.coltext {
	padding: 0 10px 10px 10px;
}

#midcol {
	width: 310px;
	float: left;
	padding: 0 15px 0 0;
}

#rightcol {
	width: 310px;
	float: left;
	padding: 0;
}

#twitter_div { width: 100%; padding: 10px 10px 15px 0px; }

ul#twitter_update_list { list-style: none; padding: 0; margin: 0 0 0 -4px; }

ul#twitter_update_list li { list-style: none; padding: 5px; margin: 0; overflow: hidden; }

ul#twitter_update_list li a { font-size: 11px; }

/*ul#twitter_update_list li a:link, ul#twitter_update_list li a:active, ul#twitter_update_list li a:visited {
	color: #231F20;
	text-decoration: none;
}

ul#twitter_update_list li a:hover {
	color: #03F;
	text-decoration:none;
}*/

.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; } /* slightly enhanced, universal clearfix hack */
.clearfix { display: inline-block; }
/* start commented backslash hack \*/ * html .clearfix { height: 1%; }
.clearfix { display: block; } /* close commented backslash hack */


/* Footer Properties */
#footer {
  clear: both;
  text-align:right;
  font-size: 11px;
  padding: 15px 0 0 0;
  margin: 0 0 20px 0;
}

.footer a:link, .footer a:active, .footer a:visited {
	color: #333;
	text-decoration: none;
}

.footer a:hover {
	color: #7ac142;
	text-decoration:none;
}
