@import 'screen.css' screen;
@import 'print.css' print;

html,body {
	margin: 0;
}

#bar {
	/* background-image: url(../images/bar-background.png); */
	height: 30px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	margin-bottom: 50px;
	z-index: 0;
	display: block;
}

#bar li {
	list-style: none;
}

#bar ul li {
	float: none;
}

#bar ul ul {
	top: 0;
	display: none;
	position: absolute;
	background-color: #444;
	border-right: 2px solid #444;
	border-bottom: 2px solid #444;
	top: 30px;
	padding: 0;
	margin: 0;
	width: 150px;
	background-color: #666;
}

#bar ul ul li {
	clear: both;
	display: block;
	margin: 0;
	font-size: 9pt;
}

#bar ul ul li a {
	display: block;
	padding: 0 10px;
}

#bar ul ul li a:hover {
	background-color: #555;
	text-decoration: none;
}

#bar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#bar ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-right: 1em;
	display: inline-block;
	line-height: 25px;
	vertical-align: middle;
}

#bar ul li a {
}

#bar ul li a:hover {
	text-decoration: underline;
}

#bar img {
	border: 0;
	vertical-align: middle;
}

#bar ul#internal {
	float: left;
}

#bar ul#external {
	float: right;
}

#bar li.firmgrounds {
	padding: 0 0px;
	margin: 0
}

.wrapper {
	width: 800px;
	margin: 0 auto;
}

h2 {
	margin-bottom: .5em;
}

h2 img {
}

.introduction {
	margin: 30px 0;
}

span.marker {
	padding: 5px;
	margin: -5px;
}

/* Products on landing page */

#products {
	margin-bottom: 1em;
}

.product {
	margin-bottom: 5px;
}

.product-preview {
	width: 100%;
	height: 100px;
	display: inline-block;
}

.product-preview img {
	display: block;
}

.product-menu {
	vertical-align: top;
	margin-left: 810px;
	position: absolute;
}

.product-menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 150px;
}

.product-menu li {
	border-bottom: 1px solid #eee;
	padding: 5px 0;
}

h2 {
}

/* Columns */
.column-left {
	width: 450px;
	display: inline-block;
	vertical-align: top;
	float: left;
}

.column-right {
	width: 330px;
	display: inline-block;
	vertical-align: top;
	margin-left: 20px;
}

.column h2 {
	border-bottom-width: 0px;
	border-bottom-style: solid;
}

.more {
	text-align: right;
}

/* Client work */

.client {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

.client .preview {
	margin-right: 10px;
	border-style: solid;
	border-width: 0px;
	display: inline-block;
}

.client h3 {
	margin-top: 0;
	display: inline-block;
	vertical-align: top;
}

.client p.date {
	margin-bottom: 0;
}

#toplogo {
	display: inline-block;
	margin-right: 50px;
	float: left;
}

#topmenu {
	display: inline-block;
	list-style-type: none;
	float: right;
	margin-top: 30px;
}

#topmenu li {
	display: inline;
	margin: 0 10px;
}

#topmenu li a {
	padding-bottom: 2px;
}

#twitter_div {
	background-image: url(../images/tweet-background.png);
	
}

#twitter_div p {
	font-size: 8pt;
	margin: 0;
	padding: 5px 10px;
	text-align: right;
}

#twitter_div ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#twitter_div ul li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin: 0px 3px;
	padding: 5px 10px;
	background-repeat: no-repeat;
	line-height: 150%;
}

a img {
	border: 0;
}

form label {
	display: block;
	clear: both;
}

form .text input {
	padding: 0 10px;
	width: 100%;
	margin: 0;
}

form .submit {
	width: 100%;
	margin: 0;
}

.pet-project {
	margin-bottom: 10px;
}

.footer {
	margin-top: 10px;
	line-height: 150%;
}

ul.client-work {
	list-style-type: none;
	margin: 0;
	padding: 0;
	line-height: 150%;
}

p {
	line-height: 150%;
}

.petproject {
	margin-bottom: 1em;
}

.petproject .preview {
	float: left;
	display: block;
}

.petproject .details {
	margin-left: 0px;
}

.petproject h3 {
	margin-bottom: .2em;
	display: inline;
}

.petproject p {
	margin: 0;
}

.option {
	vertical-align: middle;
}