@charset "utf-8";
/*
www.GaslampMedia.com
Version: 1.3
Release Date: 05-21-2009
*/

* { margin: 0; padding: 0;}
img { border:none;}

a{ text-decoration: underline; color: #d36918;}
a:hover{ text-decoration: none;}
a:focus{ outline:none;}

h1, h2, h3 {}
h1{ font-size: 22px; color: #98a939; padding-bottom: 25px;}
h2{ font-size: 16px; color: #98a939;}
h2 a { text-decoration: none;}
h2 a:hover { text-decoration: underline;}
h3 { padding-bottom: 12px; font-size: 14px;}

p{ padding-bottom: 12px; line-height: 20px;}

hr { border: none; border-top: 1px solid #333; margin-bottom: 12px;}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
}

body { background: #f3f3f3;}

label {}
legend { padding: 0 5px;}
fieldset { border: 1px solid #d4d4d4;}

table { width: 100%;}
thead {}
tbody {}
tr {}
tr.altrow, tr.even {}
th {}
td {}


/* -----------------structure------------------- */

#preload { display: none; height:0px;}

#superex {}
#superdrop {}
#container { width: 990px; margin: 0 auto;}


#header{ height: 114px;  position: relative;  z-index:9;}
#header2 { background:url(images/header.gif) no-repeat bottom center; z-index:0; height: 114px; width: 990px; position: absolute; top: 0;}
	#logo { /*padding: 40px 0 0 40px;*/ position: absolute; top: 40px; left: 40px; z-index: 11;}
	#logo h2 { padding: 0px;}
	#logo h2 a {
		display: block;
		text-indent: -3000px;
		height: 42px;
		width: 201px;
		background:url(images/logo.gif) no-repeat;
		
		}	
	#headright {}

#banner{}	
	
#nav { padding: 53px 41px 0 0;  position: absolute; top: 0; right: 0; z-index: 10;}
#nav ul { list-style: none; float: right;}
#nav li { float: left; margin-left: 5px;}
#nav li li { margin-left: 0px;}
#nav a {
	display: block;
	/*text-indent: -3000px;*/
	color: #333;
	font-size: 13px;
	text-decoration: none;
	padding: 3px 10px;
	}
	
#nav a:hover { background: #e97d2a; color: #FFFFFF; }

#nav a.active {
	/*background: #e97d2a;*/
	text-decoration: underline;
	/*color:#FFFFFF;*/

}	

#nav ul ul { border-top: 1px solid #e97d2a;}
#nav ul ul li { border-bottom: 1px solid #e97d2a;}

/* Dropdown code */

/*
#nav li ul {
	position: absolute;
	width: 100px;
	left: -999em;
	clear: both;
	border: 1px solid #d4d4d4;
	background-color:#e8e8e8;
}
#nav li ul li { float: none; clear: both; padding: 0; border-bottom: 1px solid #d4d4d4;}

#nav li ul a {
	text-transform: lowercase;
	padding: 2px 5px;
	width: 90px;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
*/




#flashbanner { padding: 0 30px 30px 30px; position: absolute; top: 0; z-index:1;}

#wrapperex { background:url(images/wrappernoex.gif) repeat-y; padding: 0 10px;}
#wrapper {}
#wrapperex.dualcol { background:url(images/wrapperex.gif) repeat-y;}
	#leftcol { width: 650px; float: left;}
	#rightcol { width: 200px; float:right;}
	#singlecol {}
	
	#maincol { padding: 30px; width: 650px;}
		#maincol ul, #maincol ol { padding: 0 0 12px 20px; line-height: 20px;}
		#maincol ul.primary { padding-bottom: 0px;}
		#maincol ul.links { padding-left: 0px;}
	#sidebar { padding: 30px; width: 200px; font-size: 12px;}
		#sidebar h2, #rightcol h2 { padding: 0 0 25px 0; font-weight: normal; line-height: 24px; text-transform:lowercase;}
		#sidebar ul, #rightcol ul { padding: 0 0 25px 2px; list-style: none; line-height: 20px;}
		#sidebar ul li, #rightcol ul li {
			background: url(images/list-sidebar-chevron.gif) no-repeat top left;
			padding: 2px 0 2px 15px;
			}
			#sidebar ul ul, #rightcol ul ul { padding: 0 0 0 2px;}
		#sidebar a, #rightcol a {
			color: #555555;
			font-size: 12px;
			text-decoration: none;
			}
		#sidebar a:hover, #rightcol a:hover {
			text-decoration: underline;
			}
			
		
		#side-searchbox {
			border: 1px solid #c0c0c0;
			margin-bottom: 25px;
			background-color:#FFFFFF;
			padding: 2px;
			}
			.form-search-text { border: none; padding: 0; width: 170px;}
			.form-search-submit { padding-top: 2px; vertical-align: bottom;}
	
#superfooter {}	
#footer {
	font-size: 10px;
	/*border-top: 1px solid #dadada;*/
	padding: 20px 40px 0 40px;
	}
#end {
	width: 990px;
	margin: 0 auto;
	background:url(images/footer.gif) no-repeat top;
	height: 20px;
	padding-bottom: 20px;
	}
	


/* ------------universal classes------------- */

.width20{ width: 20%;}
.width25{ width: 25%;}
.width30{ width: 30%;}
.width33{ width: 33%;}
.width35{ width: 35%;}
.width40{ width: 40%;}
.width45{ width: 45%;}
.width50{ width: 50%;}
.width55{ width: 55%;}
.width60{ width: 60%;}
.width65{ width: 65%;}
.width66{ width: 66%;}
.width70{ width: 70%;}
.width75{ width: 75%;}
.width80{ width: 80%;}


.orange { color: #d36918;}

.xsmall {}
.small { font-size: 10px;}
.medium {}
.large { font-size: 15px;}
.xlarge {}
.xxlarge {}

.img-center { display:block; margin: 0 auto;}
.img-left { float:left; padding: 0 10px 5px 0;}
.img-right { float:right; padding: 0 0 5px 10px;}

.txt-center { text-align: center;}
.txt-right { text-align: right;}
.txt-left { text-align: left;}

.form-text, .form-textarea, .form-select { border: 1px solid #d4d4d4; padding: 2px 3px;}
.form-style {}
.form-text:focus, .form-textarea:focus, .form-select:focus, .form-style:focus {  border: 1px solid #98A939;}
.form-table td { padding: 2px;}

.right { float:right;}
.left { float:left;}
.clear { clear: both;}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* drupal */

li.leaf {
	list-style-image: none;
	list-style-type: none;
	padding: 0;
}

ul.menu li {
	margin:0;
}
li.collapsed {
	list-style-image: none;
	list-style-type: none;
	margin:0;
	padding: 0;
}

li.expanded {
	list-style-image: none;
	list-style-type: none;
	margin:0;
	padding: 0;
}

#sidebar .item-list ul li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type: none;
	margin:0;
	padding: 2px 0 2px 15px;
}


.taxonomy_term_1 a,
.taxonomy_term_2 a,
.taxonomy_term_3 a,
.taxonomy_term_4 a { text-decoration: none;}

.taxonomy_term_1 a:hover,
.taxonomy_term_2 a:hover,
.taxonomy_term_3 a:hover,
.taxonomy_term_4 a:hover { text-decoration: underline;}

.view-content-Projects ul.links li,
.view-content-Projects-Branding ul.links li,
.view-content-Projects-Interactive ul.links li,
.view-content-Projects-Print ul.links li,
.view-content-Projects-Identity ul.links li { border: none;}

span.view-content-Projects-Identity { background: url(images/cat-green.gif) no-repeat left center;}
span.view-content-Projects-Branding { background: url(images/cat-blue.gif) no-repeat left center;}
span.view-content-Projects-Interactive { background: url(images/cat-orange.gif) no-repeat left center;}
span.view-content-Projects-Print { background: url(images/cat-red.gif) no-repeat left center;}

#maincol .view-projects .view-content ul { padding: 0px; list-style: none;}
#maincol .view-projects .view-content .item-list ul li { margin:0px; list-style: none; float: left; padding-right: 5px;}

.project-item {
	width: 283px; height: 337px; padding: 0 10px;
	float: left;}
.project-photo { height: 167px; padding-bottom: 5px;}	

.project-title { padding-bottom: 5px;}	
.project-title a { font-size: 20px; color:#333333; text-decoration: none; font-weight: bold;}	
.project-title a:hover { text-decoration: underline;}

.view-projects .view-content ul li span { padding-left: 15px; text-decoration: none; font-size: 9px; text-transform: capitalize; color: #555555; font-weight: bold;}
.view-projects .view-content ul li a:hover { text-decoration: underline;}

#maincol .view-Projects ul, 
#maincol .view-Projects-identity ul,
#maincol .view-Projects-branding ul,
#maincol .view-Projects-interactive ul,
#maincol .view-Projects-print ul { padding: 0;}

.view-data-title a:hover { text-decoration: underline;}

.service-label { font-weight: bold; padding-bottom: 5px;}
.service-links ul.links li { border: none;}

#block-block-1 { margin-bottom: 0; padding-bottom: 0;}

ul.links a { text-decoration: none;}
ul.links a:hover { text-decoration: underline;}

li a.active { color: #98A939;}

.clients { padding: 10px; font-size: 12px; background-color: #fafafa; margin-bottom: 12px;}
tbody { border-top: none;}

.jquery_slideshow { height: 308px;}


/* nice menus override */

#nav ul.nice-menu-down li.menuparent:hover,
#nav ul.nice-menu-down li.over,
/* Repeat for Garland header. */
#nav #header-region ul.nice-menu-down li.menuparent:hover,
#nav #header-region ul.nice-menu-down li.over {
  background: #eb9d62; 
}

#nav ul.nice-menu-down ul{ background-color: #eb9d62;}

ul.nice-menu-down li { border-top: none;}
ul.nice-menu li { border: none; background: transparent;}

ul.nice-menu-down li.menuparent, #header-region ul.nice-menu-down li.menuparent {
	background: none transparent;
	}
	ul.nice-menu-down li { border: none;}
	
	


.submitted { font-size: 10px;}

.post-date {font-size: 11px; font-style:italic;}	
.view-blog .views-field-created,
.view-blog-archive .views-field-created { padding-bottom: 12px;}
#maincol .view-blog .views-row,
#maincol .view-blog-archive .views-row { padding: 0 0 20px 0; border-bottom: 1px solid #dadada; margin-bottom: 20px;}	
.view-blog .views-field-title h2{}

#maincol .view-blog .item-list ul.pager,
#maincol .view-blog-archive .item-list ul.pager { padding-top: 20px;}

#maincol .taxonomy ul { line-height: 15px;}
	
#block-views-blog-block_2.block { margin-bottom: 0px; padding-bottom: 0px;}	

#maincol td { padding: 5px;}
#maincol h2 { padding-bottom: 5px;}

tr.even, tr.odd {
	background-color: transparent;
	border-bottom:1px solid #CCCCCC;
}
td.active {
	background-color: transparent;
}

#home-row { padding: 440px 30px 30px 30px;}
#home-row h2 { padding-bottom: 7px;}
.home-column { width: 280px; padding-right: 23px;}
.home-column2 { width: 280px;}

fieldset.captcha { border: none; padding: 0px;}
fieldset.captcha legend { display: none; padding: 0px;}
#recaptcha_logo, #recaptcha_tagline { display: none;}

#maincol-contact { padding: 30px;}
.contact-col { width: 440px;}

#contact-map { padding-top: 90px;}
#maincol-contact .form-text, #maincol-contact .form-textarea { width: 418px;}

.view-blog .views-field-title a { color: #98A939; text-decoration: none;}


#webform-client-form-94 .description p {
	margin: 0;
	padding: 2px 0 0 0;
	line-height: normal;
	font-style: italic;
}

.view-display-id-block_3 a {
	text-decoration: underline !important;
	color: #D36918 !important;
}

.view-client-list .item-list h3{
	clear: both;
	padding-top: 10px;
}

.view-client-list .item-list li{
	float: left; 
	width: 200px;
	font-size: 12px;
}

.view-client-list .item-list ul {
	clear: both;
	margin-bottom: 20px;
}

.view-client-list .view-footer {
	padding-top: 40px;
	font-size: 16px;
	text-align: center;
}
