﻿@charset "utf-8";
/* CSS Document */

/*Skin Style Sheet Notes for Storm ID

version:   		1.0
author:    		StormID
email:    		info@stormid.com
website:   		http://www.stormid.com/

last updated:	29/03/2010

Basic Color Palette

primary-color:
secondary-color:
titles-color:
font-color:
link:
link-hover:
link-visited:

Font-size Adjustment

To change the size of a font, use a percentage value from the list below.
Always use percentages as the units because they render more consistently than ems,
and because they allow user-initiated resizing (unlike pixels).
		 
For pixels(px) Declare the appropriate percentage(%)

			Pixels 	EMs 		Percent Points  
			6px 	0.462em 	46.2% 	5pt     
			7px 	0.538em 	53.8% 	5pt	    
			8px 	0.615em 	61.5% 	6pt      
			9px 	0.692em 	69.2% 	7pt      
			10px 	0.769em 	77% 	8pt     
			11px 	0.846em 	85% 	8pt      	
			12px 	0.923em 	93% 	9pt      	
			13px 	1em 		100% 	10pt
			14px 	1.077em 	108% 	11pt
			15px 	1.154em 	116% 	11pt
			16px 	1.231em 	123.1% 	12pt
			17px 	1.308em 	131% 	13pt
			18px 	1.385em 	138.5% 	14pt
			19px 	1.462em 	146.5% 	14pt
			20px 	1.538em 	153.9% 	15pt
			21px 	1.615em 	161.6% 	16pt
			22px 	1.692em 	167% 	17pt
			23px 	1.769em 	174% 	17pt
			24px 	1.846em 	182% 	18pt 
				
For custom font sizes see http://pxtoem.com/ and use the 100% setting as body size.
				
Skin Style Sheet Notes end */ 

body  {
    /* temp background image used as visual aid for grid*/
    /* background-image: url(../images/common/bg-grid.png);*/
    background-position: center top;
    background-repeat:repeat-y;
    background-color:transparent;
    color:#7A7A7A;
}

/* Basic Positional Holders Starts */


.legals {
	border-top:1px solid #CCCCCC;
	margin-top:13px;
}

.legals p {
	display:block;
	margin-top:13px;
}

.container_12 {
   
	background-color:transparent;
}

.ow-hd .container_12  {
    background-color:transparent;
	background-image:url(../images/common/hd-bg.png);
	background-position:center top;
	background-repeat:no-repeat;
	
}

.hd.print {
	/* hides inline logo for print.css use*/
	display:none;
}


.bd {
	min-height:30px;
}

.ow-hd {
	background-color:transparent;
	background-image:url(../images/common/bg-top.png);
	background-position:center top;
	background-repeat:repeat-x;
	height:100px;
}

.ow-bd {
    background-color:transparent;
	background-image:url(../images/common/bg-home-content.png);
	background-position:center top;
	background-repeat:repeat-x;
}

.bd, .ft {
    background-image:url("../images/common/iw-ft-bg.png");
    background-position:center top;
    background-repeat:repeat-x;
    padding-top:20px;
}

.ft {
    background-position:center 5px;

}

.gallery-border {
	height:5px;
    top:365px;
    z-index:5000;
    width:100%;
    position:absolute;
    background-color:transparent;
	background-image:url(../images/common/bg-home-gallery-bot.png);
	background-position:center bottom;
	background-repeat:repeat-x;
	
}

.ow-ft {
	background-color:transparent;
	background-image:url(../images/common/ow-ft-bg.png);
	background-position:center top;
	background-repeat:repeat-x;
	
}

.ow-ft  {
    margin-top:20px;
    
}

.hd {
	
	height:100px;
	position:relative;
	
}

.home .iw-g-h {
    height:270px;
    overflow:hidden;
}

/* Basic Positional Holders Ends */

/* Basic Element Styles Starts (part of YUI's CSS Foundation) */

h1, h2, h3, h4 {
	/* top & bottom margin based on font size */
	margin:10px 0;
	/*bringing boldness back to headers and the strong element*/
	font-family: 'Segoe UI', Helvetica, Arial, Sans-serif;
}


h1 {

	font-size:167%;
	font-weight:bold;
	color:#333333;
    padding:0 0 10px 0;
    margin:0 0 5px 0;
}

.home h1 {

	color:#000;
	font-size:138.5%;
    font-weight: normal;
    border-bottom:none;
}


.case-study-detail-content h1 {
    /*18px equivalent*/
	margin:0 0 10px 0;
	font-size:197%;
	font-weight:normal;
    border-bottom:1px dotted #ddd;
}


h2 {
	/*18px equivalent*/
	color:#000;
	font-size:138.5%;
    font-weight: normal;
}

.home h2 {
    /*18px equivalent*/
	font-size:138.5%;
	font-weight:bold;
	color:#333333;
}

.home h2 {
    /*18px equivalent*/
	font-size:138.5%;
	font-weight:bold;
	color:#333333;
    
}


h3, h4 {
	font-size:100%;
	font-weight:bold;
	color:#333333;
}

h4 a {
    text-decoration:none; 
    color:#333333;
    background-image:none;
}

strong, b {
	/*bringing boldness back to the strong element*/
	font-weight:bold;
    color:#333;
}

p {
    margin-bottom:20px;
    line-height:140%;   /* Sets equivalant of 20px */ 
}

p.intro {
    font-size:138.5%;
    line-height:130%;
    border-bottom:1px dotted #ccc;
    border-top:1px dotted #ccc;
    padding:10px 0 15px 0;
    margin:0 0 15px 0;
}


a {
	color:#333333;
	text-decoration:none;
	background-image:url(../images/navigation/bg-a.gif);
	background-position: left bottom;
	background-repeat:repeat-x;
}

a:hover {
	color:#999;
	text-decoration:none;
	background-image:none;
}

a:visited {
	/* visited link */
	color: #000;
}

abbr, acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 

em {
	/*bringing italics back to the em element*/
	font-style:italic;
}

.blockquote, ul, ol, dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}

ol, ul, dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
	
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;
	margin:4px 0;	
}

ul li {
	/*giving UL's LIs generated disc markers*/
	/*list-style: disc outside;
	margin:4px 0;
	font-size:93%;*/
}

ul li a {
	text-decoration:none;
	color:#000000;
	background-image:none;
}

blockquote 
{
	/*callout text holder default styling*/
	
}

blockquote  p {
	/*callout text default styling*/
	color:#666;
    font-family:Georgia,serif;
    font-size:108%;
    font-style:italic;
    line-height:25px;
    margin-bottom:10px;
}

blockquote  cite {
    display:block;
    font-family:Verdana;
    font-size:77%;
    color:#333;
    font-style:normal;
    letter-spacing:1px;
    margin-top:10px;
    text-transform:uppercase;
    margin-bottom:30px;

}

.annotation 
{
	display:block;
	padding:10px;
	font-size:93%;
	color:#999;
	background-color:#ededed;
	margin:0 0 10px 0;
	border-bottom:1px solid #ddd;
}


/* Basic Element Styles Ends */

/* Search Box Styles Start*/

.srch 
{
	margin:0 0 0 0;
	
}

.srch .textfield 
{
	position:absolute;
	top:35px;
	left:730px;
	padding:0px;
	margin:0px;
	background-color:transparent;
	border:none;
	font-size:138.5%;
	color:#999;
	width:170px;
}

.srch .button
{
	background-color:transparent;
	background-image:url(../images/branding/bg-hd-srch-button.png);
	background-position:0 0;
	background-repeat:no-repeat;
	border:none;
    cursor: pointer;
	height:0px;
	*height:28px;
	left:905px;
	padding:28px 0 0 0;
	position:absolute;
	top:35px;
	width:28px;
}


/* Search Box Styles End*/

/* Basic Link Styles Start */

a.header:link {
	/* unvisited link */
	color: #000000;
	text-decoration: none;
} 
a.header:active {
	color: #999;
	text-decoration: underline;
}



/* Basic Link Styles End */


.logo a{
	display:block;
	margin:0;
	position:relative;
	top:20px;
	width:170px;
	height:70px;
	font-size:77%;
	text-decoration:none;
	background-image:none;
	
}

.logo a span {
	background:#FFFFFF url(../images/branding/bg-logo.png) no-repeat left top;
	display:block;
	height:100%;
	position:absolute;
	width:100%;
}

.box 
{
    background-color:#EEE;
    padding:10px 10px;
    margin:0 0 10px;
}
.box h1, .box h2, .box h3
{
    margin-top:0;
    padding-top:0;
}



/* Basic Element Styles End */

/* Navigation Styles Start - Handle Sub-navigation by casscading styles, eg .ns ul ul*/

.np ul, .ns ul, .nt ul, .nb ul, .ft ul, .tools ul {
	/*giving navigation ul's no margins*/
	margin:0;
}

.np li, .ns li, .nt li, .nb li, .ft li, .tools li  {
	/*giving navigation ul li's no margins and removing disc markers*/
	margin:0 0 0 0;
	list-style-type:none;
}

/* Navigate Primary Styles Start */

.np { /* Navigate Primary*/ 
    line-height:normal;
    padding:40px 0 0 0;
    margin:0;
    
    
}
  
.np ul {
    margin:0 0 1px 0;
    padding:0px 0px 0px 0px;/* Controls the indentation of the tabs */
    list-style:none;
    display:block;
   
}
  
.np li {
    display:block;
    float:left;
    margin:0 15px 0 0;
}
  
.np ul li a {
    float:left;
    display:block;
    margin:0px;
    padding:0px;
    text-decoration:none;
    color:#666;
    font-size:93%;
    font-weight:bold;
    text-transform:uppercase;
    background-image:none;
}
  
.np ul li a:hover {
  text-decoration::none;
  color:#000;
}
  
.np .selected a {
   color:#000;
   
}

/* Navigate Primary Styles End */


/* Navigate Secondary Styles Start */

.ns h3, .ns li {
     color:#333;
     display:block;
     font-size:93%;
     font-weight:bold;
	 line-height:20px;
     margin:0px;
     padding:0px;
     text-transform: none;
}

.ns ul {
    display:block;
    margin:5px 0 10px 0;
}

.ns li a {
	color: #666;
    display: block;
    font-weight:normal;
	line-height:16px;
	padding: 0 0 0 10px;
    text-decoration: none;
    background-image:none;
}

.ns li a:hover {
	text-decoration:none;
	background-color:#F0F0F0;
    color:#000;
	
}

.ns li.selected a {
    background-color:#F0F0F0;
    color:#000;
}


  
/* Navigate Secondary Styles End */

/* Navigate Tertiary Styles Start */

.nt { /* Navigation Tertiary*/
    font-size:85%;
    color:#999999;
    margin:10px 0px;
    padding:0 10px;
    border-bottom:1px solid #dddddd;
    background-color:#eee;
}

.nt ul 
{
    margin:0;
    padding:0;
    float:right; 
}
.nt ul li
{
    display:inline;
    float:left;
    margin:0 0 0 0;
    padding:0;
    height:20px;
    line-height:20px;
}

.nt ul li a
{
    margin:0 0 0 10px;
    padding:0 0px 0 0px;
}

/* Navigate Tertiary Styles End */

/* Navigate Breadcrumb Styles Start */
.nb { /* Navigation Breadcrumb*/
    font-size:85%;
    color:#999999;
    margin:0;
    border-bottom:1px solid #dddddd; 
}

.nb ul 
{
    margin:0;
    padding:0;
    float:left; 
}
.nb ul li
{
    display:inline;
    float:left;
    height:30px;
    line-height:30px;
    margin:0;
    padding:0 0px 0 10px;
}

.nb ul li a
{
    margin:0 0 0 0px;
    padding:0 15px 0 0px;
    background:  url(../images/navigation/bg-nbc-li.png) no-repeat right center;
}

/* Navigate Breadcrumb Styles End */

/* Navigate Footer Styles Start*/

.ft { /* Navigation Footer*/   
    font-size:85%;
    color:#999999;
	height:130px;
   
}

.ft .useful-info p { 
    font-size:108%;
    color:#333;
    margin-bottom:0px;

}

.ft h4 
{
    margin-bottom:20px;
}


.ft p 
{
    font-size:108%;
    color:#666666;
}

.ft ul 
{
    margin:0;
    padding:0;
    float:left; 
}

.ft ul li
{
    display:block;
    margin:0 0 5px 0;
    padding:0;
}

/*.ft ul li a
{
    margin:0 0 0 10px;
    padding:0 0px 0 0px;
}*/

/* Navigate Footer Styles End */

/* Navigate Tools Styles Start */
.tools 
{
	border-top:1px solid #DDDDDD;
	height:30px;
	margin:0 0 10px 0;
	
}
.tools ul 
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 0 1px;
	padding:10px 10px 0;
	text-align:right;

}

.tools ul li {
	display:inline;
	margin:0 0 0 0;
	padding:0;
	
}

.tools ul li a {
	float:right;
	color:#999;
	font-size:93%;
	display:block;
	margin:0 5px 0 0;
	padding:0 0 0 5px;
	text-decoration:none;
}

.tools ul li a:hover {
	color:#000;
	text-decoration:none;
}

.tools ul li a.print span.icon 
{
}

.tools ul li a.print span.icon,
.tools ul li a.top span.icon,
.tools ul li a.email span.icon
{
	
	display:block;
	height:16px;
	width:16px;
	margin:0 5px 0 0;
	float:left;
	color:#000;
	background-image:url(../images/icons/sprite-icons.png);

}


.ft ul {
	margin:0px;
	list-style:outside none;
}


.ft ul li a.twitter span.icon
{
	display:block;
	height:16px;
	width:16px;
	margin:0 5px 0 0;
	float:left;
	color:#000;
	background-image:url(../images/icons/sprite-icons.png);
}

.ft ul li a.facebook span.icon
{
	display:block;
	height:16px;
	width:16px;
	margin:0 5px 0 0;
	float:left;
	color:#000;
	background-image:url(../images/icons/sprite-icons.png);
}

.ft ul li a.linked-in span.icon
{
	display:block;
	height:16px;
	width:16px;
	margin:0 5px 0 0;
	float:left;
	color:#000;
	background-image:url(../images/icons/sprite-icons.png);
}

.ft ul li a.twitter span.icon {
	background-position:-96px 0;
}


.ft ul li a.facebook span.icon {
	background-position:-112px 0;
}

.ft ul li a.linked-in span.icon {
	background-position:-128px 0;
}

.tools ul li a.print span.icon {
	background-position:-48px 0;
}

.tools ul li a.top span.icon {

	background-position:-64px 0;
}

.tools ul li a.email span.icon {
	
	background-position:-80px 0;
	
}

.partners  {
	float:right;
}

.partners ul  {
	display:block;
}

.partners ul li {
	display:block;
	float:left;
}

.partners ul li a
{
	display:block;
	float:left;
	background-image:url(../images/branding/sprite-logos.png);
	height:0px;
	padding:67px 0 0 0;
	overflow:hidden;
	
}

.partners ul li a.storm-ideas
{
	background-position: 0 0;
	width:90px;
	
}

.partners ul li a.data-storm
{
	background-position: -90px 0;
	width:130px;
	
}

.partners ul li a.rackspace
{
	background-position: -220px 0;
	width:110px;
	
}

.partners ul li a.microsoft
{
	background-position: -330px 0;
	width:81px;
	
}


/* Navigate Tools Styles End*/

/* Navigation Styles End  */

/* Homepage content styles start */

.gallery-home {
	width:940px;
	height: 270px;
	border:1px solid red;
}

.home-featured-work .thumb {
	background-image:url(../images/common/featured-thumb-shadow.png);
	background-position:0 120px;
	background-repeat:no-repeat;
}

.home-featured-work .thumb img {
	width:220px;
	height:120px;
}

.home-featured-work .thumb p {
	display:block;
	margin:10px 0 0 0;
}

.home-results {
	border-top:1px solid #ccc;
	margin:0 0 20px 0;
}

.home-results p{
	display:block;
	height:120px;
}

.home-results a{
	text-decoration:none;
	color:#333;
	font-size:108%;
}

.home-results a:hover{
	color:#666;
}

.home-results h3 {
	color:#333;
    font-weight:normal;
    text-transform:none;
    font-size:138.5%;
}

ul#feed {
    margin:0px 0 20px 0;
    padding:0px;
    height:120px;
}

ul#feed li {
    margin:0 0 5px 0;
    padding:5px 0;
    clear:both;
    display:block;
    *height:1%
   
}

ul#feed li a {

    padding:0 10px 0 0;
    font-size:93%;
    display:block;
    float:left;
    width:350px;
}

ul#feed li span {
    font-size:93%;
    color:#999;
    display:block;
    float:left;
    width:65px;
    
}

.home-results .rss h3  {
    display:block;
    float:left;
}

.rss span.icon {
    background-image:url("../images/icons/sprite-icons.png");
    background-position:-144px 0;
    color:#000000;
    display:block;
    float:left;
    height:0px;
    padding:16px 0 0 0;
    overflow:hidden;
    margin:5px 5px 0 5px;
    *margin:15px 5px 0 0;
    width:16px;

}



/* Homepage content styles end */

/* Gallery content styles start */

.home #gallery {
    width:940px;
    margin:0 10px;
}

.ow-g-h {
    background-color:transparent;
	background-image:url(../images/common/bg-gallery-sides.png);
	background-position: center bottom;
	background-repeat:no-repeat;
}

.home .ow-g-h {
    background-color:transparent;
	background-image:url(../images/common/bg-home-gallery-sides.png);
	background-position: center bottom;
	background-repeat:no-repeat;
}

.gallery-container {
    position: relative;
    height:270px !important;
  
}

.gallery-container .section-name {
    bottom: 10px;
    color: #333333;
    font-size: 138.5%;
    font-weight: bold;
    left: 10px;
    line-height: 20px;
    margin: 0;
    position: absolute;
    text-transform: uppercase;
}

/* Gallery content styles end */

/* Landing page intro text styles start */

.intro-text-holder .headline {
    border-bottom:1px dotted #ccc;
    color:#333;
    font-size:197%;
    margin:0 0 10px 0;
    padding:0 0 10px 0;
}

.intro-text-holder .copy {
    display:block;
    font-size:108%;
    line-height:140%;
    margin-bottom: 10px;
    width:460px;
}

/* Landing page intro text styles end */

/* Case Studies index styles start */



/* Case Studies index styles end */


/* Case Studies detail styles start */

.case-study-detail-gallery {
    height:265px;
}

.case-study-detail {
    margin:0 0 30px 0;
}

.case-study-detail-content h2 {
    /*18px equivalent*/
	font-size:123.1%;
}

.services-used, .related-links {
    margin:0 0 20px 0;
}

.services-used ul,  .related-links ul {
    margin:0 0 0 20px;
    display:block;
}

.services-used ul li,  .related-links ul li {
    list-style-type:disc;
    color:#666;
}

.services-used ul li a,  .related-links ul li a {
    color:#666;
    font-size:93%;
    margin:0 0 10px 0;
}

.services-used ul li a:hover,  .related-links ul li a:hover {
    color:#333;
    text-decoration:underline;
}

.related-work {
    border-top:1px dotted #ccc;
    margin:20px 0;
    padding:0 0 10px 0;
}

.related-work a{
    border:none;
    background-image:none;
}


/* Case Studies detail styles end */

/* Thumbnails style start */

.thumb {
    background-image:url("../images/common/featured-thumb-shadow.png");
    background-position:0 120px;
    background-repeat:no-repeat;
    height:130px;
    margin-bottom: 20px;
}

.thumb a {
    display:block;
    position: relative;
    height:120px;
    overflow:hidden;
    background-image:none;
    
}

.thumb a, .thumb a:visited, .thumb a:hover {
    color: #fff;
    overflow: hidden;
    text-decoration: none;
}

.thumb a span {
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    bottom: 0px;
    display: block;
    left: 0px;
    padding: 10px;
    position: absolute;
    text-align: left;
    width: 100%;
}

.services .thumb a span {
    display: none;

}

.thumb a img{
    width: 220px;
    height:120px;
}
/* Thumbnails style end */


/* About styles start */
.passion-teaser  {
    padding-bottom:30px;
}

.passion-teaser p {

   
}
/* About styles end */


/* Clients styles start */
.clients-teaser  {
    padding-bottom:30px;
    
}

.clients-teaser p {
    line-height:140%;
    font-size:93%;
    
}

.clients .thumb {
    height:150px;
    background-image:url("../images/common/featured-thumb-shadow-clients.png");
    background-position:0 140px;
    overflow:hidden;
}

.clients .thumb img {
    width: 140px;
    height:140px;
    margin:0 0 20px 0;
}

.clients .thumb a span {

}
/* Clients styles end */


/* Search results styles start */
#resultPanel ul {
    margin:0px;
}

#search-results {
    
    margin:0px;
    
}

.search-results {
    
    margin:10px 0;
    padding:5px 0 15px 0;
    border-bottom:1px dotted #ddd;
    
}

.search-results img {
    width:138px;
    border:1px solid #ccc;
}

.search-results a.title, .client-search-result-title {
    font-size:153.9%;
    display:block;
    margin:0 0 5px 0;
    color:#000;
}

.search-results a.title:hover {
    text-decoration:underline;
}

.search-results p {
    line-height:130%;

}


/* Search results end */

/* Contact us styles start */
#map_canvas {
    margin:10px 0;
}

/* Contact us styles end */


.view-case-studies {

    border-bottom:1px dotted #CCCCCC;
    border-top:1px dotted #CCCCCC;
    padding:20px;
}

.view-case-studies a{

    display:block;
    width:170px;
    background-image:none;
    font-size:123.1%;
}