@charset 'utf-8';

/* CSS for HULLABALOO

COLOURS

Yellow: 				#ffcc00
Black					#2b2b2b
Grey					#929395			
Middle Grey				#666666
Darker Grey				#4D4D4D
White					#e1e2e3

*/

.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}
/* float clearing for IE6 */
* html .clearfix { height: 1%; overflow: visible; }
/* float clearing for IE7 */
*+html .clearfix { min-height: 1%; }

body {
	background-color: #2b2b2b;
	color: #e1e2e3;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	margin: 0;
}

::-moz-selection{ background:#ffcc00; color:#000; }
::selection { background:#ffcc00; color:#000; }

a {
	color: #fff;
}
a:hover { 
	color: #ffcc00; 
}

p a {
	text-decoration: none;
	border-bottom: 1px dotted #eeeeee;
}
p a:hover { 
	border-bottom-color: #ffcc00;
}



a img { border: none; vertical-align: bottom; }

blockquote {
	font-size:110%;
	line-height:17px;
	margin:10px 15px;
}
p {
	line-height: 18px;
	margin: 7px 0 10px;
}
p:first-child { margin-top: 0; }

/* @Text AS Bold */
p.important { font-weight: bold; }
/* @Text AS Bold Inline */
.important { font-weight: bold; }

.message{
	color: #000!important;
	margin:10px 0 20px !important;
}
p.message a{
	color:#000!important;
	border-bottom-color:#000!important;
	font-weight:bold!important;
}
p.message a:hover{
	color:#444!important;
	border-bottom-color:#444!important;
}
h1, h2, h3, h4, h5 {
	color: #929395;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin: 0;
}
h1 { font-size: 24px; }
h2 { font-size: 20px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }

p + h2 { margin-top: 18px; }
h3 + p { margin-top: 10px; /*changed to sort out contact page may need to change back see Sam*//*margin-top: 18px;*/ }
h2 + h3 { margin-top: 4px; }
#terms_and_conditions h3, .tips_content h3 { margin-top:18px; }
#terms_and_conditions h3 + p, .tips_content h3 + p { margin-top:10px;}

hr {
	clear:both;
	border: 0;
	color: #585858; /* for wider browser compatibility */
	background-color: #585858;
	height: 1px;
	margin: 6px -20px 28px;
}

label {
	font-family:Arial, Helvetica, sans-serif;
	display:block;
	font-weight: bold;
	color: #FFCC00;
	text-transform: uppercase;
	margin: 5px 0 2px;
	font-size: 12px;
}
.notes {
	font-size: 10px; 
	display:block;
	margin: 0 0 3px;
}
label + .notes { margin-top: -2px; }
textarea, input[type=text], input[type=password] {
	border: none;
	background: #999999;
	padding: 2px;
	display: block;
	margin: 0 0 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
textarea {
	height: 60px;
}
textarea:focus, input[type=text]:focus, input[type=password]:focus {
	background-color: #fff;
	outline: 2px solid #FFCC00;
}

.clickbutton, #container input[type=button], #container input[type=submit] {
	background: transparent url(/skin_hullabaloo/images/bg_grey_33px.jpg) repeat-x scroll left -8px;
	color:white;
	font-weight:bold;
	height:26px;
	line-height:normal;
	padding:5px;
	text-transform:uppercase;
	border:none;
	border-bottom: 2px solid #FFCC00;
	margin: 5px 0;
	cursor: pointer;
}
.clickbutton:hover, #container input[type=button]:hover, #container input[type=submit]:hover {
	background-position: left -41px;
}
#container input[type=submit] {
	margin-top: 6px;
	float:left;
}

.msg {
	padding: 10px;
	margin: 10px 0;
	border: 2px solid #fff;
	background: #FFCC00;
	font-weight: bold;
	color: black;
}
.msg a {
	color: #444;
	border-color: #666;
}
.msg a:hover {
	color: #000;
}
.tips_content ul{
	padding-left:25px;
}
.tips_content ul li {
	margin:8px 0;
}
/********************************/
/*** GENERIC CLASSES 
/********************************/

.clearer { clear: both; }

.more {
	color: #ffffff;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	text-transform:uppercase;
	padding: 2px 0;
	display:block;
}

.more:hover { text-decoration:underline; }


h2 .small { font-size:13px; }

/* @Item AS Horizontal Menu */
ul.horizontal {
	margin:0 -20px;
	padding:1px 0 4px 15px;
	height: 20px;
	list-style:none;
	width: 885px;
	font-size: 10px;
}
ul.horizontal li {
	float: left;
	text-transform: uppercase;
	padding: 5px 7px 12px 7px;
	color: #666666 !important;
}
ul.horizontal a {
	text-decoration: none;
	color: #666666 !important;
}
ul.horizontal a:hover{ color: #BBBBBB !important; }

/* This will only work for Custom Menus: */
/* @Item AS Highlight first two words */
ul.twowords {}
ul.twowords .first { color: #929395; }

/********************************/
/*** COMMON PAGE ELEMENTS
/********************************/

#container {
	position: relative;
	width: 900px;
	margin: 0 auto;
	padding-top: 15px;
}

/**** Header ****/

#header {
	height: 115px;
	position:relative;
	background: url(/skin_hullabaloo/images/bg_header.jpg) top left repeat-x;
}

#logo {
	position: absolute;
	right: 20px;
	top:11px;
	background: url(/skin_hullabaloo/images/logo.png) top left no-repeat;
	width: 215px;
	height: 64px;
	text-indent: -9999em;
	margin:0;
}
#logo a {
	width:215px;
	height: 64px;
	display:block;
	outline:none !important;
}

#strapline {
	position: absolute;
	left: 17px;
	top:0;
	background: url(/skin_hullabaloo/images/strapline.png) top left no-repeat;
	width:233px;
	height:10px;
	text-indent: -9999em;
}
#strapline:focus {
	outline: none;
}

/*** Top Login ***/

#toplogin, #toploggedin {
	position: absolute;
	right: 20px;
	top: 91px;
	width: 214px;
}
#toplogin_u, #toplogin_p {
	width: 71px;
	float: left;
	margin-right: 5px;
	opacity: 0.1;
	text-align: left;
	font-size: 11px;
	padding-left: 4px;
}
#container #toplogin.active #toplogin_u,
#container #toplogin.active #toplogin_p,
#container #toplogin:hover #toplogin_u,
#container #toplogin:hover #toplogin_p,
#toplogin_u:hover,
#toplogin_u:focus,
#toplogin_p:hover,
#toplogin_p:focus {
	opacity: 1;
}
#container #toplogin_s {
	height: 18px;
	width: 50px;
	float: right;
	margin: 0 !important;
	padding: 0 3px 3px !important;
	font-size: 9px;
	background: none;
	border-bottom-color: transparent;
	border-bottom:none;
	color: #999;
	text-decoration:none;
}
#container #toplogin.active #toplogin_s,
#container #toplogin:hover #toplogin_s,
#container #toplogin_s:hover, 
#container #toplogin_s.show {
	color: #fff;
	background: url("/skin_hullabaloo/images/bg_grey_33px.jpg") repeat-x scroll left -8px transparent;
	border-bottom: #FFCC00 2px solid;
	padding-bottom:1px !important;
}

#toploggedin {
	color:#999;
	text-align: right;
	font-size: 10px;
	line-height: 16px;
}

/**** Top Navigation ***/

#topnav {
	list-style:none;
	margin:0;
	padding:0;
	text-transform: uppercase;
	overflow:hidden;
	position:absolute;
	top: 38px;
	left: 20px;
	height:23px;
}
#topnav li, #topsubnav li {
	float: left;
	margin: 0 20px 0 0 ;
	padding: 0;
}
#topnav li a {
	color: #929395;
	display: block;
	font-weight: normal;
	padding-top: 5px;
	margin-top: 3px;
	font-style:normal;
	text-decoration:none;
}

#topnav li a:hover, #topnav li.active a {
	color: #e1e2e3;
	border-top: 3px solid #ffcc00;
	margin-top: 0;
	font-style:normal;
	text-decoration:none;
}
#topnav li ul { display:none; } /* Just in case the user selects sub pages! */

#topsubnav {
	height:24px;
	left:20px;
	overflow:hidden;
	position:absolute;
	right:240px;
	top:88px;
	line-height: 24px;
}
#topsubnav ul {
	list-style:none;
	margin: 0;
	padding:0;
	text-transform:uppercase;
}
#topsubnav li a {
	color: #929395;
	display: block;
	font-weight: normal;
	font-size: 11px;
	font-style:normal;
	text-decoration:none;
}

#topsubnav li a:hover, #topsubnav li.active a {
	color: #ffcc00;
}

/***** Main *****/

#main {
	padding: 0 20px;
}

#banner {
	position: relative;
	margin: 0 -20px;
	background-color: #3c3c3e;
	height: 234px;
	border-bottom: 1px solid #585858;
}

/***** Footer *****/

#footer {
	clear:both;
	margin: 37px 0 0 0;
	padding: 8px 0 37px 0;
	border-top: 1px solid #585858;
	font-size:11px;
	color: #929395;
	text-transform: uppercase;
}

#footer a {
	color: #ffffff;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	border-bottom:none;
}

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

#footer .right {
	float:right;
	margin-top:-5px;
	top:0;
}

#footer .hullabaloo { color: #e1e2e3; text-transform: lowercase; font-size: 12px; }
#footer .asterisk { color: #ffcc00; font-size: 16px; }
#footer .visualcomm { color: #929395; text-transform: none; font-size: 12px; padding-left:3px; }

/**************************/
/**************************/

/* @Text AS Small Text */
.smallText { font-size:0.8em !important; }

/* @Text AS Orange */
.orange { color: #ffcc00 !important; }
/* @Text AS Orange (paragraph) */
*.orangeBlock { color: #ffcc00 !important; }

/* Section of the site */
.category {
	font-size:11px;
	color: #ffcc00;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0;
	display:block;
}
/* Date of blog posts, etc */
.date {
	font-size:11px;
	color:#929395;
	text-transform:uppercase;
	display:block;
	margin-bottom:2px;
}

/**************************/
/**************************/

/** Project Collection **/

.teasers {	
	list-style:none;
	margin: 0 -20px 0 0;
	padding: 0;
}
.teasers li {
	float: left;
	margin: 15px 20px 0 0 ;
	position:relative;
}
.teasers li img { 
	margin-bottom: 4px; 
	width:200px; 
	height:110px; 
	background: #2B2B2B; 
	display:block; 
}
.teasers .category { 
	font-size:11px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 5px;
	position: absolute;
	bottom: 21px;
	left:10px; right:10px;
	overflow: hidden;
	white-space: nowrap;
}
.teasers .title {
	bottom:6px;
	color:#929395;
	font-size:11px;
	height:14px;
	left:10px;
	overflow:hidden;
	position:absolute;
	right:10px;
	text-transform:uppercase;
	white-space: nowrap;
}
.teasers li a.wrap {
	background: url(/skin_hullabaloo/images/bg_teaser_but.jpg) repeat-x scroll left 30px;
	border-bottom:1px solid #585858;
	display:block;
	font-style:normal;
	height:150px;
	text-decoration:none;
	width:200px;
}
.teasers li a:hover { background-position: left 90px; }


.teasers li.large a.wrap {
	height:272px;
	text-decoration:none;
	width:420px;
	display:block;
	background-position: left 152px;
}
.teasers li.large a.wrap:hover { background-position: left 212px; }
.teasers li.large img { 
	width:420px; 
	height:231px; 
}



.teasers.hero, .teasers .hero {
	width: 900px;
	margin: 0 -20px 15px;
	position: relative;
	background: url(/skin_hullabaloo/images/bg_homebanner.jpg) top left repeat-x;
	height: 234px;
	border-bottom: 1px solid #585858;
	display:block;
	text-decoration:none;
}
.teasers.hero:hover .details, .teasers .hero:hover .details { color: #FFF; }
.teasers.hero:hover .more:after, .teasers .hero:hover .more:after {
	content: '*';
	color: #FFCC00;
	position: relative;
	top: -2px;
	left: 2px;
}
.teasers .hero img { 
	width:660px; 
	height:234px; 
}
.teasers .hero a:hover { background-position: top left; }
.teasers.hero .details, .teasers .hero .details {
	overflow:hidden;
	width: 200px;
	position: absolute;
	top: 37px;
	right: 36px;
	bottom: 20px;
	line-height: 16px;
}
.teasers.hero h3, .teasers .hero h3 {
	font-size: 13px;
	color: #ffcc00;
	text-transform: uppercase;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
.teasers.hero h3 .sub, .teasers .hero h3 .sub {
	color: #b6b6b6;
	text-transform: uppercase;
	margin-bottom: 10px;
	display:block;
	font-weight:normal;
}
.teasers.hero:hover h3, .teasers .hero:hover h3 { color: #FFF; }
.teasers.hero:hover h3 .sub, .teasers .hero:hover h3 .sub { color: #FFCC00; }
.teasers.hero .text, .teasers .hero .text {
	line-height: 16px;
	color: #e1e2e3;
}



.teasers .hero.ProjectHeroSlideshow_init img {
	position: absolute;
	top:0;
	left:0;
	z-index: 2;
}
.teasers .hero.ProjectHeroSlideshow_init img.incoming {
	z-index: 3;
}


.teasers.col2 {
	width: 440px;
	margin-right:0;
}

/* @Item AS Alternative Colours */
.teasers.altcolours {}
.teasers.altcolours .category { color: #ffcc00; }

/* @Item AS Fit under Hero */
.teasers + .teasers.fitUnderHero {
	margin-right:-20px;
	padding-top:250px;
}

.textTeasers {	
	list-style:none;
	margin: 0 -40px 0 0;
	padding:0;
}
.textTeasers li {
	width: 310px; 
	float: left;
	margin: 0 30px 0 0;
	position: relative;
}
.textTeasers .blurb { display: block; height: 150px; overflow:hidden;  }
.textTeasers .blurb p:last-child { margin-bottom: 0; }
.textTeasers li:hover h2 { color: #e1e2e3 !important; }
.textTeasers .more { 
	margin-left: 5px; 
	text-transform: lowercase; 
	display:inline;
}
.tips_hero {
	margin-left:-20px;
}
.tips_hero a.wrap{
	display:block;
	background:transparent !important;
	text-decoration:none;

	float:left;
	height:129px !important;
	overflow:hidden;
	padding:80px 535px 15px 15px !important;
	width:340px !important;
	text-shadow: #000 1px 1px 2px;
}
.tips_hero a.wrap .tips_hero_inner {
	padding:5px;
}
.tips_hero.tips_hero_slim {
	height:auto !important;
	padding-top:20px !important;
}
.tips_hero .category { 
	position: static; 
	font-weight:normal;
	color: #FFCC00;
	padding-top:0;
}
.tips_hero h2 {
	font-family:Arial, Helvetica, sans-serif;
	color: white;
	text-transform: uppercase;
}
#tipsHeader {
	margin-left:-20px;
	padding:15px 460px 10px 20px;
	background-color:#3e3d40;
	width:420px;
}
.headerDash {
	display:none;
}
.headerSubTitle{
	display:block;
	font-size:16px;
	margin:7px 0 10px;
}
.tips_article a.download {
	background:url("/skin_hullabaloo/images/bg_grey_33px.jpg") repeat-x scroll left 0 transparent;
	border-bottom:1px solid #585858;
	cursor:pointer;
	float:left;
	font-size:11px;
	font-weight:bold;
	height:33px;
	line-height:36px;
	margin:0 15px 15px 0;
	overflow:hidden;
	padding:0 10px;
	text-transform:uppercase;
	display:block;
	color:#E1E2E3;
	text-decoration:none;
}
.tips_article .tips_content {
	clear:left;
}
.tips_article a:hover.download {
	color:#FFCC00;
	background:url("/skin_hullabaloo/images/bg_grey_33px.jpg") repeat-x scroll left -30px transparent;
	border-bottom:2px solid #FFCC00;
	margin-bottom:14px;
}
.author {
	margin:7px 0 10px;
	color:#666;
	font-size:11px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.postTeasers {	
	list-style:none;
	padding:0;
	margin-right: 20px;
}
.postTeasers li {
	float: left;
	margin: 0 30px 0 0;
	position: relative;
	display:block;
	width: 420px;
	padding: 10px 0 0 0;
	border-top: 1px solid #666666;
}
.postTeasers .blurb { display: block; overflow:hidden; }
.postTeasers .blurb p:last-child { margin-bottom: 0; }
.postTeasers li:hover .blurb { color: #E1E2E3 !important; }
.postTeasers li:hover h2 { color: #e1e2e3 !important; }
.postTeasers .more { 
	margin-left: 5px; 
	text-transform: lowercase; 
	display:inline;
}


/* Used to make a whole block clickable as a link */
a.cover { 
	position:absolute;
	top:0; bottom:0; left:0; right:0;
	z-index:7;
	text-indent: -999em;
	overflow: hidden;
}


/** End Project Collection **/


/*** blog rss ***/
.rss_link{
	margin:0 0 0 1px;
}
.rss_link a{
	background:url("images/icons/rss.png") no-repeat scroll 0 0 transparent;
	padding:1px 0 0 20px;
	text-decoration:none;
}
.rss_link a:hover{
	background-position:0 -25px;
	text-decoration:underline;
}

/*** Start Project Profile ***/

#project_profile {
	position: relative;
}
#project_profile .bigImage {
	width: 420px;
	height: 231px;
	display:block;
	position:absolute;
	top:0;
	left:0;
}
#project_images, #project_video {
	float:left;
	margin:20px -20px 0 0;
	padding-top:226px;
	width:440px;
}
#project_video { padding-top:0; margin:0; }
#project_images img.thumb {
	margin: 0 20px 15px 0;
	float: left;
	cursor: pointer;
	opacity:0.6;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	width: 200px;
	height: 110px;
}
#project_images img.thumb:hover, #project_images img.thumb.active {
	opacity:1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}
#project_images img.thumb:last-child { margin-right:0; }


.project_details {
	margin:20px 0 20px 430px;
	padding:0 10px;
	width:420px;
}
#project_blurb {
}

.project_details p {
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 17px;
}
.project_details h1, .smallH1 {
	font-size:12px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 0 15px;
	display:block;
	font-family:Arial,Helvetica,sans-serif;
	color: #FFCC00;
}
.project_details h1 .sub { color: #e1e2e3; display:block; }
.project_details h3 { font-size: 20px; }


.smallH1 {
	color: #666666;
	margin:0 0 10px;
	font-weight: normal;
}
.smallH1 .sub { color: #ffcc00; display:block; }


/*** End Project Profile ***/



/*** Start People Profile ***/

#people {
	list-style:none;
	margin: 20px 0;
	padding:0;
}
#people li {
	position: relative;
	margin: 0 0 30px 0;
	display:block;
	clear:both;
	float:left;
	border-top: 1px solid #585858;
	padding: 30px 0 0 220px;
}
#people li.hasLinks{
	margin-bottom:15px;
}
#people li img {
	float: right;
	margin-left: 15px;
}
#people h3 {
	font-size: 20px;
	margin-bottom:5px;
}
#people h3 .position { font-size: 14px;  }

#people .socialNetworkLinks a {
	float:left;
	display:block;
	margin:12px 7px 0 0;
}
#people .socialNetworkLinks img  {
	margin:0;
}
/*** End People Profile ***/


.buttons {
	position: relative;
}
.buttons ul {
	list-style:none;
	margin: 0 -20px 0 0;
	padding:0;
}
.buttons ul li {
	float: left;
	width: 185px;
	margin: 0 15px 15px 0;
	background: url(/skin_hullabaloo/images/bg_grey_33px.jpg) left 0 repeat-x;
	height: 33px;
	line-height: 36px;
	padding: 0 10px;
	text-transform: uppercase;
	font-weight:bold;
	border-bottom: 1px solid #585858;
	cursor:pointer;
	font-size: 11px;
	overflow: hidden;
}
.buttons ul li.longTitle { font-size: 10px; }
.buttons ul li:hover, .buttons ul li:focus, .buttons li.active {
	background: url(/skin_hullabaloo/images/bg_grey_33px.jpg) left -30px repeat-x;
	border-bottom: 2px solid #FFCC00;
	margin-bottom: 14px;
}
.buttons ul li a { 
	text-decoration:none; 
	display:block;
	color: #E1E2E3;
}
.buttons ul li a:focus, .buttons li.active a { outline:none; color: #FFCC00; }

/*** Start Clients List ***/

/*#clients {
	position: relative;
}
#clients ul {
	list-style:none;
	margin: 120px -20px 0 0;
	padding:0;
}
#clients ul li {
	float: left;
	width: 195px;
	margin: 0 15px 15px 0;
	background: url(/skin_hullabaloo/images/bg_grey_33px.jpg) left -30px repeat-x;
	height: 33px;
	line-height: 36px;
	padding: 0 5px;
	text-transform: uppercase;
	font-weight:bold;
	border-bottom: 1px solid #585858;
	cursor:pointer;
	font-size: 11px;
	overflow: hidden;
}
#clients ul li.longTitle { font-size: 10px; }
#clients ul li:hover, #clients ul li:focus {
	background: url(/skin_hullabaloo/images/bg_grey_33px.jpg) left -30px repeat-x;
	border-bottom: 2px solid #FFCC00;
	margin-bottom: 14px;
}*/
#clients ul {
	margin: 120px -20px 0 0;
}
#clients ul li div.profile, #clients_intro {
	background: url(/skin_hullabaloo/images/bg_grey_105px.jpg) left top repeat-x;
	height: 75px;
	width: 860px;
	padding: 15px 20px;
	margin: 0 -20px;
	border-bottom: 1px solid #585858;
	line-height:18px;
	font-size: 12px;
}
#clients ul li div.profile {
	position: absolute;
	top:-6px;
	left:0;
	text-transform: none;
	font-weight:normal;
	cursor:default;
	display:none;
	z-index: 2;	
}
#clients_intro {
	margin-bottom: -100px;
	position: relative;
	padding-right: 230px;
	width: 650px;
}
#clients ul li div.profile h2, #clients_intro h2 {
	margin-bottom: 10px;
}
#clients ul li div.profile .blurb, #clients_intro .blurb {
	width: 630px;
}
#clients ul li div.profile img, #clients_intro img {
	float: right;
	width: 200px;
	height: 94px;
	margin: -10px -5px 5px 0;
}

#clients ul li:hover div.profile { display: block; } 
#clients ul li:focus div.profile { display: block; z-index:3; }

/*** End Clients List ***/


#services {
	margin: 15px 20px 0 0;
}
.service_details h2 {
	font-size:11px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 10px 0;
	font-family:Arial, Helvetica, sans-serif;
	color: #E1E2E3;
}
.service_details h2:first-child { margin-top:0; }
.service_details h3 { font-size: 20px; }
.service_details h2:first-child + h3 {
	font-size:30px;
	margin-bottom:20px;
	margin-top:-5px;
}

.service_details p + h3,
.project_details p + h3 {
	border-top: 1px solid #585858;
	margin-top: 18px;
	padding-top: 10px;
}

.service_details a,
.project_details a {
	font-size:11px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration:none;
	margin: 10px 0;
	font-family:Arial, Helvetica, sans-serif;
	color: #FFCC00;	
}
.service_details a:hover,
.project_details a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}


/*** My Hullabaloo ***/

#myHullabaloo {
	text-indent: -9999px;
	background: url(/skin_hullabaloo/images/myhullabaloo.png) left top no-repeat;
	width: 209px;
	height: 52px;
	margin-bottom: 20px;
}

/*** End My Hullabaloo ***/


/*** Blog ***/

#theblog_head {
	width: 420px;
	height: 145px;
	background: #3E3D40;
	margin-left: -20px;
	padding: 40px 440px 0 40px; /*95px 440px 0 40px;*/
}
#theblog_head>p:first-child {
	text-indent: -9999px;
	background: url(/skin_hullabaloo/images/theblog.png) top left no-repeat;
	width: 138px;
	height: 52px;
	margin-bottom: 20px;
}
#theblog_head.smallHead {
	height:auto;
	padding: 25px 440px 10px 40px;
}
#theblog_head.smallHead h2{
	text-indent: -9999px;
	background: url(/skin_hullabaloo/images/theblog.png) top left no-repeat;
	width: 138px;
	height: 52px;
	margin-bottom: 20px;
}
#theblog_head.smallHead p{
	display:none;
}
.blog_post {
	border-top: 1px solid #585858;
	padding-top: 9px;
	margin-bottom: 10px;
	position: relative;
}
.blog_posts .blog_post {
	min-height: 174px;
}
.blog_post>img {
	margin-bottom: 15px;
}
.blog_post.hasImg>img {
	margin:0;
	position: absolute;
	left: 0;
	top: 34px;
}
.blog_post .date {
	float: left;
	line-height: 16px;
	margin-left: 5px;
}
.blog_post .category {
	float: left;
	margin-right: 5px;
	line-height: 16px;
	margin-bottom: 8px;
}
.blog_post .date + * { clear: left; }

.blog_posts .blog_post:first-child,
#theblog_head + .blog_post { border-top:none !important; }

.blog_post .topBits {
	float: left;
	width: 353px;
	min-height: 69px;
	margin-bottom: 17px;
}
.blog_post .topBits + * { clear: left; }

.blog_posts .blog_post {
	margin-bottom: 20px;
}
.blog_post h1 {
	margin-bottom: 20px;
}
.blog_post h2 { margin:2px 0 4px; }

.blog_post.hasImg .post,
.blog_post.hasImg h2 {
	margin-left: 170px;
}
.blog_post .post a { 
	text-decoration: none; 
	font-weight: bold;
}

.blog_post .post a.readBlogPost { 
	display: block;
	color: #fc0;
	text-align: right;
	padding: 5px 2px;
	border: none;
}
.blog_post .post a.readBlogPost:hover { 
	color: #fff;
}

.blog_post h2 a { text-decoration: none; }

.blog_post .comments {
	border-top: 1px solid #585858;
	margin-top: 30px;
	padding: 10px 0 40px;
}
ul#blogContactMenu li a { 
	background:url("images/rssIconNoBg.png") no-repeat scroll right 0 transparent !important;
	padding-right:16px;
}
ul#blogContactMenu li:first-child a { background-image:none !important; padding-right:0; }
#blogPostComments .comment_wrap, .blog_post .comments form { 
	margin: 10px 10px; 
	background-color: #222222;
	padding: 10px;
	overflow: hidden;
}
#blogPostComments .comment_wrap.alt, .blog_post .comments form.alt { background-color: #333333; }
#blogPostComments .comment_wrap .date,
#blogPostComments .comment_wrap .author {
	display: block;
	float: none;
	margin-left:0;
}
#blogPostComments .author a { color: #FFCC00; text-decoration:none; }
#blogPostComments .waitingApproval { 
	margin: 5px 0 0; 
	color: #929395;
	font-style:italic;
}
#blogPostComments .comment {
	margin: 15px 0 0;
}

.blog_post textarea, .blog_post input[type=text] {
	width: 375px;
}
.blog_post input[type=submit] {
	margin-left: 250px !important;
}

.blog_post .moderatedComments {
	margin: 0 20px;
	text-align: center;
	font-size: 10px;
}


.blog_post form {
}

.blog_archive {
	
}
.blog_post>.gravatar_sm {
	position: relative !important;
	margin-right: 5px !important;
	top:0 !important;
	float: left !important;
}
.blog_post .gravatar {
	float: left;
	margin: 3px 7px 0 0;
}
.blog_post .post {
	min-height: 50px;
}
.blog_list ul {
	list-style:none;
	margin:10px 0 0;
	padding:0;
}
.blog_list ul li a {
	text-decoration: none;
}
.blog_list ul li.active a {
	color: #FC0;
}
.blog_list ul li {
	margin:0 0 7px;
	border-bottom:1px solid #585858;
	padding:0 0 7px 10px;
}
.blog_list ul li a:hover  { color:#fc0; }
.blog_list ul li a .date  { display:inline; }
.blog_list ul li a .title { padding-left:5px; }


.linkwithin_outer {
	background: #222222 !important;
	margin: 30px 0 0 !important;
	overflow: auto !important;
	padding: 0 20px 0 !important;
}
.linkwithin_inner {
	width: 396px !important;
}
.linkwithin_posts>a {
	border-right: none !important;
	padding: 10px !important;
}
.linkwithin_img_0 {
	border: none !important;
	margin: 0 0 7px 0 !important;
}
.linkwithin_title {
	text-align: center !important;
}
/*** End Blog ***/


/* @Item AS Space Above - Large */
.spaceabove_lrg { margin-top: 65px !important; }
/* @Item AS Space Above - Small */
.spaceabove_sml { margin-top: 36px !important; }
/* @Item AS Space Above - Smaller */
.spaceabove_smlr { margin-top: 15px !important; }
/* @Item AS Space Above - Even Less */
.spaceabove_vless { margin-top: -15px !important; }

/* @Item AS Space Below - Large */
.spacebelow_lrg { margin-bottom: 65px; }
/* @Item AS Space Below - Medium */
.spacebelow_med { margin-bottom: 36px; }
/* @Item AS Space Below - Small */
.spacebelow_sml { margin-bottom: 10px; }

/* @Item AS Space to Left - Even Less */
.spaceleft_evenless { margin-left: -20px !important; }
/* @Item AS Space to Left - Less */
.spaceleft_less { margin-left: 0 !important; }
/* @Item AS Space to Left - 1 Column */
.skip1 { float:left; margin-left: 220px !important; }

/* @Item AS Space to Right - Even Less */
.spaceright_vless { margin-right: -20px !important; }

.col1, .col2, .col3, .col4, .fullwidth, .col3_8 { float: left; margin:0; }

.fullwidth { margin-left: 0; }

/* @Item AS Width - 1 Column */
div.col1 { width: 210px; }
/* @Item AS Width - 2 Columns */
.col2 { width: 420px; }
/* @Item AS Width - 3 Columns */
.col3 { width: 630px; }
/* @Item AS Width - 4 Columns */
.col4 { width: 840px; }
/* @Item AS Width - Full */
.fullwidth { width: 860px; }
/* @Item AS Width - 1.5 Columns */
.col3 .col3_8 { width: 310px; }

/* @Item AS Float */
.float { float:left; }

/* @Item AS Start new line */
.clear { clear:both; }



/* @Item AS Position - Right */
/* @Text AS Align Right */
.floatright { float: right; margin: 10px 0 10px 10px; }
/* @Item AS Position - Left */
/* @Text AS Align Left */
.floatleft { float: left; margin: 10px 10px 10px 0; }


/* @Item AS Border - Top */
/* @Text AS Border - Top */
*.lineabove { border-top: 1px solid #585858; }
h3.lineabove, div.lineabove > h3 { padding-top: 18px; }
/* @Item AS Border - Bottom */
/* @Text AS Border - Bottom */
*.linebelow { border-bottom: 1px solid #585858; }
p.linebelow { padding-bottom: 15px; margin-bottom: 15px; }

/* @Item */
#banner .project.test{}

/* @Item AS Page Intro Paragraph */
.page_intro {
	background:transparent url(/skin_hullabaloo/images/bg_grey_105px.jpg) repeat-x scroll left top;
	border-bottom:1px solid #585858;
	font-size:12px;
	height:75px;
	line-height:18px;
	margin:0 -20px;
	padding:15px 20px;
	width:860px;
}
.page_intro h1, .page_intro h2 {
	font-size: 20px;
	margin-bottom: 10px;
}

/*******************************/
/** Stuff for Specific pages ***/
/*******************************/
#bigStrapline {
	position:absolute;
	top: 95px;
	left: 160px
}

/* This is used for the 4 Things page header */
.bigPageHead {
	height: 145px;
	background: #3E3D40;
	margin-left: -20px;
	padding: 40px;
	width: 820px;
}
.bigPageHead h2 {
	color:#FFFFFF;
	font-size:30px;
	position:relative;
	text-align:center;
	top:60px;
}


.long { font-size: 80% !important; }



.fileshare .uploadbutton { 
	font-family: Arial; 
	color: #E1E2E3; 
	font-size: 12px; 
	text-transform: uppercase; 
	line-height: 21px; 
	margin-left:18px;  
	font-weight: bold;
}
.fileshare li li:hover {
  background-color: #111 !important;
}
.fileshare li .showDetails, .fileshare li .delete {
	color: #ddd !important;
}
.fileshare li li.controls:hover {
	background:none !important;
}
.fileshare li.clickable .name:hover {
	color: #bbb;
}

.fileshare a:hover {
	background: #000;
}
.fileshare .swfupload {
	margin-left: 0;
}

.mod_form .mod_form-row {
	clear:both;
	margin:3px -10px 0;
	padding:0 10px 3px;
	position:relative;
}
.mod_form .mod_form-row:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}
/* float clearing for IE6 */
* html .mod_form .mod_form-row { height: 1%; overflow: visible; }
/* float clearing for IE7 */
*+html .mod_form .mod_form-row { min-height: 1%; }

.mod_form .mod_form-row > label {
	float:left;
	margin:3px 5px 0 0;
	width:98px;
	color:#929395;
	display:block;
	font-family:georgia,Times;
	font-size:15px;
	font-weight:normal;
	text-transform:none;
}

.mod_form .mod_form-row > input, .mod_form .mod_form-row > textarea, .mod_form .mod_form-row > select  {
	vertical-align:top;
}

.mod_form textarea, .mod_form input[type="text"], .mod_form input[type="password"] {
/*	background:none repeat scroll 0 0 #636467;*/
	border:medium none;
	display:block;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	margin:2px 0 0 108px;
	padding:2px;
	width:308px;
}
/*********************************************/
/* SUBSCRIBE */
.mod_form p.mod_form-req {
	float:right;
}
.mod_form-footer {
	padding-left: 107px;
}
#mailingListFull.mod_form div.mod_form-footer input[type="submit"] {
	margin:6px 0 0;
}
#mailingListFull.mod_form div.mod_form_row-req label {
	width:148px;
}
#mailingListFull.mod_form div.mod_form_row-req input[type="text"]{
	margin-left:158px;
	width:258px;
}
.mailingList{
	border-left:1px solid #929395;
	display:inline;
	margin-left:6px;
	padding-left:6px;
	position:relative;
}
.mailingList form.mod_form { position:absolute; width:290px; top:-5px; left:-3px; }
.mailingList form.mod_form label, .mailingList form.mod_form p.mod_form-req { display:none;}
.mailingList form.mod_form .mod_form-row {
	clear:none;
	margin:0;
	padding:0;
}
.mailingList form.mod_form div { display:inline; float:left; padding: 0; }
#container #mailingListForm div.mod_form-row.yourEmailAddress_row.mod_form_row-req {
	overflow:visible;
}
.mailingList form.mod_form div input { 
	margin:2px!important; 
	padding:3px 3px 2px; 
	text-transform:uppercase;
	font-size:11px;
	background-color:#ddd;
}
.mailingList form.mod_form div input[type="text"]{
	width:215px;
}
#container .mailingList form.mod_form div.mod_form-footer input[type="submit"] {
	font-family:Arial,Helvetica,sans-serif;
	height:19px;
	width:56px;
	line-height:normal;
	margin:2px;
	padding:2px;
}
.signUp{
	color:#fff;
	font-weight:bold;
}
#container #mailingListForm .mod_form-footer input[type="submit"],
#container #mailingListForm #mod_form_2_yourEmailAddress {
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}
#container #mailingListForm:active #mod_form_2_yourEmailAddress,
#container #mailingListForm:active .mod_form-footer input[type="submit"],
#container #mailingListForm:hover #mod_form_2_yourEmailAddress,
#container #mailingListForm:hover .mod_form-footer input[type="submit"],
#container #mailingListForm #mod_form_2_yourEmailAddress:hover,
#container #mailingListForm #mod_form_2_yourEmailAddress:focus,
#container #mailingListForm .mod_form-footer input[type="submit"]:hover,
#container #mailingListForm .mod_form-footer input[type="submit"]:focus 
#container #mailingListForm div.mod_form-row.yourEmailAddress_row.mod_form_row-req  #mod_form_2_yourEmailAddress.focused{
	opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=100);
}
#mailingListForm .invalid{
	outline:none;
	radius:none;
	-moz-radius:none;
}
#container #mailingListForm #mod_form_2_yourEmailAddress:focus,
#container #mailingListForm .yourEmailAddress_row.focused #mod_form_2_yourEmailAddress {
	text-transform:none!important;
	background-color:#fff;
	opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=100);
}

#container #mailingListForm .yourEmailAddress_row + p + div input[type=submit] {
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
	outline:none;
	border:none;
	border-bottom:2px solid #ffcc00;
}
#container #mailingListForm .yourEmailAddress_row.focused + p + div input[type=submit] {
	opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=100);
	outline:none;
	border:none;
	border-bottom:2px solid #ffcc00;
}

#container .mod_form span.mod_form-req{ color:#ffcc00 !important; }
#contact_us_footer_link{ margin-top:0; }
#contact_us_footer_link p{ line-height:normal; }
a#footerLink_TandC{
	border-right:1px solid #929395;
	margin-right:3px;
	padding-right:6px;
	text-transform: none;
}
a#footerLink_TandC span{
	font-weight:normal !important;
}
.sansTitles h2, .sansTitles h3{
	color:#fff;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:4px;
}
.sansTitles h3{
	font-size:11px;
}
.sansTitles p {
	color:#929395;
	font-family:georgia,Times;
	font-size:15px;
	font-weight:normal;
	line-height:20px;
	margin-top:7px;
}
#terms_and_conditions ul{
	padding:0 0 0 20px;
}
#terms_and_conditions ul li{
	margin:5px 0;
	line-height:18px;
}
#terms_and_conditions ul#termsMenu li{
	list-style:none;
	margin:2px 0;
}
#terms_and_conditions ul#termsMenu {
	padding:0;
}
#terms_and_conditions ul#termsMenu li a{
	text-decoration:none;
}
.mod_form .mod_form-row.truefalse_row > label {
	width:103px;
}
.niceCheckBox{
	margin-top:14px;
	background-image:url(images/niceCheckBox.png) !important;
}
p.myHullTagline{
	margin:-10px 0 20px;
}
/***    RECAPTCHA FORM    ***/
fieldset#form1_recaptcha {
border:0 none;
padding:0;
margin:0;
}
#recaptcha_image {
	margin-left:107px;
	outline:0 none;
	width:313px !important;
	background-color:#fff;
}
.recaptcha_row label{
	
}
.mod_form .mod_form-row.recaptcha_row span.mod_form-req{
	top:-3px;
}
#recaptcha_powered{
	margin:4px 0 8px 107px;
	color:#B3B3B3;
	font-size:8px;
}
#recaptcha_response_field{
	float:left;
	margin-left:3px;
	width:247px;
}
.recaptcha_icon{
	padding-top:5px;
}
.mod_form-row.recaptcha_row label{
	font-size:12px!important;
}
.mod_form-row.recaptcha_row{
	overflow:visible!important;
}
#dataProtection{
	clear:left;
	float:left;
	margin-left:420px;
}
#mailingListFull p.mod_form-req{
	width:158px;
}


/*  TWITTER WIDGET */
.twitter {
	float: left;
	clear: both;
	margin-right: 10px;
}
.twtr-ft span {
	float:right;
	font-size:9px;
	margin-top:3px;
}

#login_form {
	background: none repeat scroll 0 0 #333333;
	margin: 15px 0;
	overflow: auto;
	padding: 20px;
	width: 300px;
}
#login_form label {
	display: inline-block;
	width: 120px;
}
#login_form input {
	display: inline-block;
	margin-left:0;
}
#login_form input[type=submit] {
	margin-left: 124px;
}



/* @Text AS Extra Section heading */
*.extraHead {}

/* @Text AS Extra Section content */
*.extra {}


*[data_extracontent_state=hidden],
*[data_extracontent_state=visible] {
	font-size: 13px !important;
	border: none !important;
	cursor: pointer;
	color: #fc0;
	padding: 5px 0 !important;
	margin: inherit;
	
}
*[data_extracontent_state=hidden]:after {
	content: ' ▶';
}
*[data_extracontent_state=visible]:after {
	content: ' ▼';
}


*[data_extracontent_state=visible] {
	color: #fff;
}

.extra {
	margin-left: 20px;
}

*[data_extracontent_state=hidden]:hover {
	color: #fff;
}
