/*
Theme Name: WordPress Classic
Theme URI: http://wordpress.org/
Description: The original WordPress theme that graced versions 1.2.x and prior.
Version: 1.5
Author: Dave Shea

Default WordPress by Dave Shea || http://mezzoblue.com
Modifications by Matthew Mullenweg || http://photomatt.net
This is just a basic layout, with only the bare minimum defined.
Please tweak this and make it your own. :)
*/



/* STRUCTURE OF THE SITE
------------------------------------------------------------------------------------------------------ */

body {
	background: #0d252d url(/site2008/images/layout/background.gif) repeat-x top left;
	color: #e8e8e8;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	margin: 0;
	padding: 0;
	padding-bottom: 60px;
}

a {
	outline: none;
	text-decoration: none;
	}

#shell {
	background: url(/site2008/images/layout/fades.gif) no-repeat center top;
	width: 100%;
	margin: 0px auto;
	padding: 0;
	}

#wrap {
	width: 940px;
	padding: 0;
	margin: 0px auto;
	}
	

/* HEADER COMPONENTS
------------------------------------------------------------------------------------------------------ */

#header {
	height: 165px;
	position: relative;
	margin: 0;
	padding-top: 0px;
	font-family: Helvetica, Arial, sans-serif;
}

#header a {
	color: #fff;
	text-decoration: none;
}

#header a:hover {
	text-decoration: underline;
}

h1#logo {
	background: url(/site2008/images/layout/logo.jpg) no-repeat;
	height: 132px;
	margin: 0px;
	margin-bottom: -12px;
	margin-left: -56px;
	padding: 0;
	text-indent: -9999px;
	width: 280px;
	}
	
#login {
	position: absolute;
	right: 0;
	top: 0;
	width: 430px;
	height: 49px;
	}
	
/* NAVIGATION
------------------------------------------------------------------------------------------------------ */

#navigation {
	border-left: 1px #2b3f49 solid;
	border-right: 1px #09171c solid;
	width: 938px;
	height: 35px;
	background: url(/site2008/images/layout/nav-back.gif) repeat-x;
	display: block;
	text-align: left;
	padding: 0;
	margin: 0;
	margin-top: 10px;
	}

	ul#navigation_Main {
		list-style-type: none;
		text-align: left;
		padding: 0;
		margin: 0;
		}

		ul#navigation_Main li {
			float: left;
			margin: 0 0;
			padding: 0px;
			padding-right: 1px;
			background: url(/site2008/images/layout/navside.gif) right no-repeat;
			}
					
		ul#navigation_Main li a {
			margin: 0;
			display: block;
			float: left;
			font-size: 14px;
			font-weight: bold;
			color: #fff;
			height: 25px;
			padding: 9px 45px 1px 40px;
			text-align: left;
			text-decoration: none;
			text-shadow: 0px -1px 0px black;
			outline: none;
			}
	
		ul#navigation_Main li a, #navigation_Main li a:visited {
			color: #fff;
			text-decoration: none;
			}
			
		ul#navigation_Main li a:hover {
			background: url(/site2008/images/layout/navover-back.gif) left repeat-x;
			text-decoration: none;
			}

/* FEATURE
------------------------------------------------------------------------------------------------------ */

#feature {
	width: 908px;
	background: url(/site2008/images/layout/feature-back.gif) repeat-x left;
	border-left: 1px #314c56 solid;
	border-right: 1px #09171c solid;
	padding: 15px;
	position: relative;
	height: 279px;
	}
		
		/* -- Slideshow -- */
		.slide {
			height: 280px;
			position: absolute;
			width: 909px;
			}
		#slide_control {
			bottom: 50px;
			position: absolute;
			right: 163px;
			}
			#buttons a {
				background: url(/site2008/images/layout/slide_button.png) center center no-repeat;
				display: block;
				float: left;
				margin: 3px;
				height: 14px;
				text-decoration: none;
				width: 15px;
				}
				#buttons a.active {
					background: url(/site2008/images/layout/slide_button_active.png) center center no-repeat;
					}
			a.nav {
				height: 20px;
				width: 48px;
				}
				
			a.nav#prev {
				margin-left: 8px;
				}
				
		#slide2, #slide3, #slide4, #slide5, #slide6, #slide7 {
			display: none;
			}
				
		#slide1 {
			background: url(/site2008/images/featured/home-features-cxt1.jpg) top left no-repeat;
			}
			
		#slide2 {
			background: url(/site2008/images/featured/home-features-lorea1.jpg) top left no-repeat;
			}
			
		#slide3 {
			background: url(/site2008/images/featured/home-features-rush1.jpg) top left no-repeat;
			}
			
		#slide4 {
			background: url(/site2008/images/featured/home-features-rush1.jpg) top left no-repeat;
			}
			
/* INTERNAL FEATURE
------------------------------------------------------------------------------------------------------ */

.internal-content #feature {
	display: block;
	width: 645px;
	background: none;
	margin: 0;
	margin-top: -23px;
	margin-bottom: 0px;
	border: none;
	padding: none;
	position: relative;
	height: 300px;
	}
		
		/* -- Slideshow -- */
		.internal-content .slide {
			height: 300px;
			left: 0px;
			position: absolute;
			width: 600px;
			}
		.internal-content #slide_control {
			top: -13px;
			position: absolute;
			right: 40px;
			}
			.internal-content #buttons a {
				background: url(/site2008/images/layout/slide_button.png) center center no-repeat;
				display: block;
				float: left;
				margin: 3px;
				height: 14px;
				text-decoration: none;
				width: 15px;
				}
				.internal-content #buttons a.active {
					background: url(/site2008/images/layout/slide_button_active.png) center center no-repeat;
					}
			.internal-content a.nav {
				height: 20px;
				width: 48px;
				display: none;
				}
				
			.internal-content a.nav#prev {
				margin-left: 8px;
				display: none;
				}
				
		.internal-content #slide1, .internal-content #slide2, .internal-content #slide3, .internal-content #slide4, .internal-content #slide5 {
			background: none;
			}
	
/* CONTAINER
------------------------------------------------------------------------------------------------------ */

#container {
	border-top: 1px #40565d solid;
	border-bottom: 1px #040a0c solid;
	background: url(/site2008/images/layout/contain-back.gif) left top repeat-y;
	margin: 0;
	padding: 0;
	}
	
#container-internal {
	border-top: 1px #40565d solid;
	border-bottom: 1px #040a0c solid;
	background: url(/site2008/images/layout/internal-container-back.jpg) left top repeat-y;
	display: block;
	margin: 0;
	padding: 0;
	}
	
.home-left {
	border-top: 1px #40565d solid;
	width: 540px;
	padding: 12px 15px;
	}
	
.home-about {
	width: 520px;
	padding: 12px 25px;
	border-bottom: 1px #040a0c solid;
	letter-spacing: .1px;
	}
	
#sidebar-home {
	width: 369px;
	float: right;
	}
	
#sidebar-internal {
	width: 259px;
	float: right;
	}
	
	#recent-work, #services {
		margin: 0;
		padding: 15px 15px;
		border-bottom: 1px #040a0c solid;
		}
		
		ul.work {
			margin: 0;
			padding: 0;
			list-style: none;
			padding-left: 2px;
			padding-top: 10px;
			}
			
			ul.work li {
				margin: 0;
				padding: 8px;
				display: inline;
				width: 90px;
				}
				
			ul.work li img {
				border: 3px solid #1d3d49;
				margin-bottom: 9px;
				width: 85px;
				height: 85px;
				}
				
			ul.work li img:hover {
				border: 3px solid #06a4d6;
				}
				
	
ul.category-list {
	margin: 0;
	padding: 0 25px 0px 0px;
	list-style: none;
	}
		
		ul.category-list li {
			background: url(/site2008/images/layout/category.jpg) 0px 0px no-repeat;
			line-height: 20px;
			margin-left: 15px;
			color: #e5e4e4;
			padding: 3px 35px;
			}
			
		ul.category-list li a {
			color: #fff;
			}
					
		ul.category-list li a:hover {
			color: #0aa4d6;
			border-bottom: 1px solid #0aa4d6;
			}
				
		ul.list-services, ul.wp-tag-cloud {
			margin: 0;
			margin-left: 00px;
			padding: 0 25px 5px 0px;
			list-style: none;
			}

			ul.wp-tag-cloud li:before {
	                content: "\00BB \00a0 \00a0";
	                }
			
			
			ul.list-services li, ul.wp-tag-cloud li {
				font-size: 13px;
				line-height: 26px;
				color: #e5e4e4;
				margin-left: 20px;
				padding-left: 5px;
				}
				
			ul.wp-tag-cloud li a {
				color: #fff;
				text-decoration: none;
				}
				ul.wp-tag-cloud li a:hover { color: #0aa4d6; text-decoration: underline; }
				
		ul.recent-posts {
			margin: 0;
			padding: 10px 25px 5px 15px;
			list-style: none;
			}
			
			ul.recent-posts li {
				background: url(/site2008/images/layout/link.jpg) 0px -1px no-repeat;
				font-size: 13px;
				line-height: 18px;
				color: #fff;
				padding-left: 35px;
				margin-bottom: 5px;
				}
				
				ul.recent-posts li a {
					color: #fff;
					}
					
				ul.recent-posts li a:hover {
					color: #0aa4d6;
					}
				
			.small-date {
				font-size: 10px;
				color: #999999;
				}
				
	#quick-contact, #more-work {
		padding: 15px 15px;
		border-top: 1px #40565d solid;
		}
		
		#more-work ul {
			margin-left: 5px;
			}
		
.content-internal {
	margin: 0;
	width: 630px;
	padding: 12px 25px 12px 25px;
	float: left;
	border-bottom: 1px #040a0c solid;
	}
	
.content-blog {
	margin: 0;
	width: 680px;
	padding: 6px 0px;
	float: left;
	}

.content-blog-single {
	margin: 0;
	width: 630px;
	padding: 6px 25px;
	float: left;
	border-bottom: 1px #040a0c solid;
	}
	
.content-newprojects {
	width: 650px;
	padding: 12px 5px 12px 25px;
	float: left;
	}
	
.content-portfolio {
	border-bottom: 1px #040a0c solid;
	width: 650px;
	padding: 12px 5px 12px 25px;
	float: left;
	}
	
.content-more {
	border-top: 1px #40565d solid;
	width: 650px;
	padding: 12px 5px 12px 25px;
	float: left;
	}
	
	.content-more-alt {
		border-top: 1px #40565d solid;
		border-bottom: 1px #040a0c solid;
		width: 650px;
		padding: 12px 5px 12px 25px;
		float: left;
		}
	
.services-more {
	border-top: 1px #40565d solid;
	width: 680px;
	padding: 12px 0px;
	float: left;
	}
	
		
h3 {
	font-size: 20px;
	line-height: 20px;
	margin-top: 8px;
	text-transform: uppercase;
	font-family: "Lucida Grande", Arial, San-serif;
	}
		
h3.sideheader {
	background: url(/site2008/images/layout/h3-back.gif) repeat-x bottom left;
	padding: 6px 10px 6px 10px;
	margin: 0;
	margin-bottom: 10px; 
	font-size: 16px;
	}
	
h3.home-header, h3.blog-header {
	background: url(/site2008/images/layout/h3-homeback.gif) repeat-x bottom left;
	padding: 6px 10px 6px 10px;
	margin: 0;
	margin-top: 4px;
	margin-bottom: 10px; 
	font-size: 16px;
	}
	h3.blog-header { margin-left: 20px; margin-right: 20px; margin-top: 10px }
	
	
h3.project-heading {
	margin-bottom: -3px;
	margin-left: 23px;
	margin-top: 10px;
	}
	
h4.project-title {
	font-family: "Lucida Grande", Arial, San-serif;
	font-size: 16px;
	margin: 0;
	padding: 0;
	padding-top: 7px;
	}
	h4.project-title a { text-decoration: none; }	
	
#footer {
	width: 900px;
	clear: both;
	background: url(/site2008/images/layout/foot-back.gif) repeat-y left;
	border-top: 1px #40565d solid;
	border-bottom: 1px #040a0c solid;
	padding: 5px 20px;
	}
	
img.rt-img {
	border: 3px solid #122d36; 
	float: right; 
	margin-left: 25px; 
	margin-bottom: 20px; 
	margin-top: -35px;
	}
	
.map {
	border: 3px solid #122d36;
	float: right;
	height: 210px;
	margin: 15px;
	margin-right: 0px;
	width: 275px;
	}
	
/* SERVICES
------------------------------------------------------------------------------------------------------ */
ul.full-services {
	margin: 15px 25px 0 10px;
	padding: 0;
	list-style: decimal;
	}
	
		ul.full-services li {
			background: #122d36;
			border-bottom: 1px solid #3a4d55;
			display: inline;
			width: 275px;
			float: left;
			margin-left: 15px;
			margin-bottom: 15px;
			padding: 15px;
			}
			
		ul.full-services li h4 {
			margin: 0;
			padding: 0;
			font-size: 16px;
			line-height: 16px;
			color: #fff;
			}
			
		ul.full-services li br {
			line-height: 0px;
			height: 0;
			}
			
		.service-img {
			float: right;
			margin: -2px 0px 0px 10px;
			}
			
#list2 {
	height: 508px;
	overflow: hidden;
	margin: 0px 25px;
	padding: 0;
	border-bottom: 1px #314c56 solid;
	border-right: 1px #314c56 solid;
	border-top: 1px #09171c solid;
	border-left: 1px #09171c solid;
}

#list2 dt {
	background: url(/site2008/images/layout/service-back.gif) top right no-repeat;
	height: 20px;
	margin: 0;
	padding: 10px;
	padding-left: 25px;
	font-family: "Lucida Grande", Arial, San-serif;
	font-size: 16px;
	line-height: 18px;
	cursor: default;
	color: #fff;
	border-bottom: 1px solid #3a4d55;
	}
	
	#list2 dt.active {
		background: #122d36 url(/site2008/images/layout/service-back-active.gif) top right no-repeat;
		}

#list2 .red {
	background-color: #122d36;
	margin: 0;
}
#list2 .green {
	color: green;
	background-color: green;
}
#list2 .blue {
	color: blue;
	background-color: blue;
}
#list2 dd { overflow: hidden; padding: 0; margin: 0; height: 140px;}
#list2 dd p {
	margin: 0;
	padding: 15px 25px;
	}


/* BLOG
------------------------------------------------------------------------------------------------------ */
.blog-post {
	background: url(/site2008/images/layout/groove.jpg) left bottom repeat-x;
	padding: 0px 25px;
	margin: 0;
	margin-bottom: 15px;
	}
	

.post-date {
	background: url(/site2008/images/layout/calendar.jpg) 1px 0px no-repeat;
	float: left;
	height: 48px;
	margin: 16px 10px 10px 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	position: relative;
	text-align: center;
	width: 45px;
	}
	
	.post-date .month {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 9px;
		line-height: 17px;
		text-transform: uppercase;
		padding-right: 15px;
		}
		
	.post-date .day {
		font-size: 22px;
		font-weight: bold;
		color: #666;
		letter-spacing: -2px;
		line-height: 26px;
		margin-left: -2px;
		padding-top: 5px;
		}
	
h3.storytitle {
	font-size: 18px;
	padding-top: 5px;
	}
	
.post {
	padding-bottom: 5px;
	padding-top: 10px;
	margin-bottom: 0px;
	}
	
	.post-internal {
		padding-bottom: 5px;
		padding-top: 10px;
		margin-bottom: 0px;
	}
	
.storycontent {
	color: #CCCCCC;
	margin-bottom: 10px;
	margin-left: 60px;
	padding-bottom: 5px;
	}
	
.img-right {
	float: right;
	border: 2px solid #122d36;
	margin-left: 15px;
	margin-bottom: 10px;
	}

	.post p {
		padding-top: 0px;
		}
	
.feedback {
	background: url(/site2008/images/layout/comment-bubble.jpg) 0px 3px no-repeat;
	color: #ccc;
	float: right;
	margin-left: 20px;
	margin-bottom: 5px;
	margin-top: 11px;
	padding: 6px;
	width: 90px;
}

	.feedback a {
		color: #fff;
		text-decoration: none;
		}
		
		.feedback a:visited {
			color: #fff;
			}
		
	.feedback span {
		color: #ffffff;
		font-weight: bold;
		padding: 0px 12px 0px 5px;
		}
		
.homepage-buzz img {
	display: none;
	}

		
.homepage-buzz {
	margin: 0;
	margin-left: 65px;
	}
		
ul.home-posts {
	margin: 0;
	padding: 0 10px 10px 10px;
	list-style: none;
	}
	
	ul.home-posts li {
		margin: 0;
		margin-bottom: 10px;
		padding: 0;
		}

	ul.home-posts li h4 a {
		color: #12bff5;
		margin: 0;
		padding: 0;
		font-size: 14px;
		text-decoration: none;
		}
		
	ul.home-posts li h4 a:hover {
		color: #fff;
		border-bottom: 1px solid #fff;
		}
		
	ul.home-posts li h4 {
		margin: 0px;
		margin-bottom: 5px;
		padding: 0;
		}
		
	ul.home-posts li p {
		padding: 0;
		margin: 0;
		}
		
	ul.home-posts li .post-date {
	background: url(/site2008/images/layout/calendar.jpg) 1px 0px no-repeat;
	display: inline;
	float: left;
	height: 48px;
	margin: 3px 10px 0px 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	position: relative;
	text-align: center;
	width: 45px;
	}
	
	ul.home-posts li .post-date .month {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 9px;
		line-height: 17px;
		text-transform: uppercase;
		padding-right: 15px;
		}
		
	ul.home-posts li .post-date .day {
		font-size: 22px;
		font-weight: bold;
		color: #666;
		letter-spacing: -2px;
		line-height: 26px;
		margin-left: -2px;
		padding-top: 5px;
		}

/* PORTFOLIO
------------------------------------------------------------------------------------------------------ */
#internal-feature {	
	width: 600px;
	padding: 15px;
	position: relative;
	height: 300px;
	}

ul.projects, ul.projects-alt {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
	ul.projects li {
		float: left;
		height: 250px;
		margin-bottom: 20px;
		margin-right: 20px;
		width: 196px;
		}
		
	ul.projects-alt li {
		border-bottom: 1px dotted #275463;
		clear: both;
		margin: 15px 0px;
		height: 120px;
		width: 630px;
		}
		
		
		ul.projects li p {
			font-family: "Lucida Grande", Arial, San-serif;
			font-size: 16px;
			margin: 0;
			padding: 3px;
			text-transform: uppercase;
			}
			
			ul.projects li p small, ul.projects-alt li small {
				color: #2b6075;
				font-size: 11px;
				text-transform: none;
				}
				
			ul.projects li a, ul.projects-alt li a {
				color: #fff;
				text-decoration: none;
				}
				ul.projects li a:hover, ul.projects-alt li a:hover { color: #0aa4d6; }
				
			ul.projects li p small a, ul.projects-alt li small a {
				color: #2b6075;
				text-decoration: none;
				}
		
		ul.projects li img {
			border: 3px solid #275463;
			width: 190px;
			height: 190px;
			}
			
		ul.projects li img:hover {
			border: 3px solid #06a4d6;
			}
			
		ul.projects-alt li img {
			border: 3px solid #275463;
			width: 90px;
			height: 90px;
			float: left;
			margin-right: 15px;
			}
			ul.projects-alt li img:hover { border: 3px solid #06a4d6; }
			
		ul.projects-alt li p {
			margin: 0;
			padding: 0;
			}
			
img.project-feature {
	clear: both;
	margin-top: 8px;
	margin-bottom: 20px;
	margin-left: -8px
	}
	
ul.services {
	margin: 0px;
	padding: 0;
	padding-top: 10px;
	list-style: decimal;
	}
	
	ul.services li {
		color: #575c60;
		float: right;
		padding-bottom: 6px;
		padding-left: 25px;
		}
		
	ul.services li.active {
		color: #e8e8e8;
		}
		
.browse-projects {
	float: right;
	margin-top: 20px;
	margin-right: 20px;
	width: 200px;
	height: 20px;
	text-align: right;
	}


/* TEAM MEMBER BIOS
------------------------------------------------------------------------------------------------------ */
.team-member {
	clear: both;
	padding-top: 30px;
	}
	
	.first {
		clear: both;
		padding-top: 0;
		}
	
	.team-member p {
		margin: 0;
		padding: 10px 20px 0 0;
		float: right;
		width: 479px;
		text-align: left;
		}
		
	.team-member h4 {
		margin-top: -10px;
		margin-bottom: -5px;
		line-height: 14px;
		padding: 0;
		font-size: 14px;
		color: #1f86a7;
		}
		
	.team-member .team-gap {
		height: 30px;
		}

.headshot {
	float: left;
	border: 3px solid #122d36;
	margin-right: 15px;
	}
	

/* 8) Contact Form
-----------------------------------------------------------------------------------------*/
#quickcontact {
	width: 320px;
	border: 0;
	margin: 20px auto;
	}
	
#quickcontact input {
	display: inline;
	}
	
#quickcontact input {
	margin: 0;
	margin-bottom: 12px;
	margin-left: 0px;
	width: 304px;
	padding: 8px;
	font-size: 11px;
	color: #d6d6d6;
	clear: left;
	border: 0;
	background: none;
	background: #0d252d;	
	}
	
#quickcontact button {
	width: 80px; 
	height: 25px; 
	padding:0px; 
	margin: 12px 0;
	font-size:0.8em;
	background:url('images/send.jpg') no-repeat; 
	border: none;
	text-indent: -9000px;	
	}
	
button:hover {
	background: url('images/send-over.jpg') no-repeat;
	cursor: pointer;
	}
	
#quickcontact textarea {
	padding: 8px;
	margin-left: 0px;
	margin-top: 0px;
	width: 304px;
	height: 105px;
	font-size: 11px;	
	font-family: Arial, Helvetica, sans-serif;
	color: #d6d6d6;
	border: 0;
	background: none;
	background: #0d252d;	
	overflow: auto;
	}

	
/* FOOTER
------------------------------------------------------------------------------------------------------ */
.copyright {
	text-align: right;
	line-height: 12px;
	font-size: 10px;
	color: #666666;
	padding-top: 13px;
	}
	
	
.magblue {
	color: #1f86a7;
	}

a {
	color: #12bff5;
}

a img {
	border: none;
}

a:visited {
	color: #1f86a7;
}

a:hover {
	color: #ffffff;
}

acronym, abbr {
	border-bottom: 1px dashed #333;
}

acronym, abbr {
	cursor: help;
}

blockquote {
	border-left: 5px solid #ccc;
	margin-left: 1.5em;
	padding-left: 5px;
}



/* classes used by the_meta() */
ul.post-meta {
	list-style: none;
}

ul.post-meta span.post-meta-key {
	font-weight: bold;
}

.credit {
	background: #90a090;
	border-top: 3px double #aba;
	color: #fff;
	font-size: 11px;
	margin: 10px 0 0 0;
	padding: 3px;
	text-align: center;
}

.credit a:link, .credit a:hover {
	color: #fff;
}

.meta {
	font-size: .75em;
}

.meta li, ul.post-meta li {
	display: inline;
}

.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

.meta, .meta a {
	color: #808080;
	font-weight: normal;
	letter-spacing: 0;
}

.storytitle {
	margin: 0;
}

.storytitle a {
	text-decoration: none;
}

ul#commentlist {
	margin: 0;
	margin-bottom: 50px;
	padding: 0;
	list-style: none;
	line-height: 1.4em;
	width: 600px;
	}

#commentlist img {
	float: left;
	}

#commentlist p {
	margin-left: 50px;
	}
	
#comment-box label {
	margin-top: 0.8em;
	line-height: 1.4em;
	}
	
#comment-box input {
	padding: 0.4em;
	border: none;
	border-bottom:1px solid #1c4858; 
	margin-right: 15px;
	font: 1.1em Arial, Helvetica, sans-serif;
	color: #888;
	background: #132e37;
	vertical-align: top;
	}
	#comment-box ul li {
		height: 2em;
		}

#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #132e37;
	border: none;
	border-bottom: 1px solid #1c4858;
	padding: 0.4em;
}

#commentform textarea {
	background: #132e37;
	border-bottom: 1px solid #1c4858;
	color: #ccc;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px;
	width: 610px;
}

#commentform input#submit	{ 
	width: 120px; 
	height: 30px; 
	padding:0px; 
	margin: 0;
	font-size:0.8em;
	background:url('images/submit.jpg') no-repeat; 
	border: none;
	text-indent: -9000px;
	}
	#commentform input#submit:hover {
		background: url('images/submit-over.jpg') no-repeat;
		cursor: pointer;
		}


#commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 110%;
	list-style: none;
}

#content {
	margin: 30px 13em 0 3em;
	padding-right: 60px;
	float: left;
}

.clear {
	clear: both;
	height: 0px;
	}
	
#dropdownpanel { /*Outermost Panel DIV*/
position: absolute;
width: 420px;
padding-left: 500px;
margin: 0 auto;
top: 0;
right: 10px;
z-index: 100;
}

#dropdownpanel #contentdiv { /*Div containing Ajax content*/
background: #38545f;
height: 37px;
width: 430px;
padding: 0;
position: relative;
font-size: 11px;
color: #d4d4d4;
}

#dropdownpanel #contentdiv #login {
	display: block;
	height: 30px;
	top: 8px;
	left: 12px;
	z-index: 101;
	}

	#dropdownpanel #contentdiv input {
		background: #132e37;
		border: none;
		border-bottom: 1px solid #1c4858;
		color: #fff;
		margin: 0px 4px;
		width: 110px;
		padding: 2px;
		}
		#dropdownpanel #contentdiv input#client-submit {
			background: none;
			background: url(/site2008/images/layout/client-login.gif) 0px 1px no-repeat;
			border: none;
			cursor: pointer;
			width: 48px;
			}


#dropdownpanel #control { /*Div containing panel button*/
background: url('images/client-login.jpg') top right no-repeat; /*change panel.gif to your own if desired*/
clear: left;
display: block;
height: 30px; /* 21px + 3 px should equal height of "panel.gif" */
margin-right: -10px;
margin-left: 310px;
text-indent: -9000px;
width: 120px;
}
