/* HTML5 ✰ Boilerplate
 * ==|== normalize ==========================================================
 */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.231; }
body, button, input, select, textarea { font-family: Helvetica, sans-serif; color: #222; }

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== primary styles =====================================================
   Author: 
   ========================================================================== */
















/* ==|== non-semantic helper classes ======================================== */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/* ==|== media queries ====================================================== */

@media only screen and (min-width: 480px) {


}

@media only screen and (min-width: 768px) {

}



/* ==|== print styles ======================================================= */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}





/**********************************
Above is the CSS reset code
Below is the iroots CSS code
***********************************/

/* Mozilla based browsers */
::-moz-selection {
       background-color: #FAA61A;
       color: white;
}

/* Works in Safari */
::selection {
       background-color: #FAA61A;
       color: white;
}

/*@media only screen and (min-width: 960px) 
{ */
	
	html {
		background: rgb(38,38,38) url(background.jpg);
	}

	body, html {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	#centered_content {
	    color: rgb(48,48,48);
		position: relative;
		width: 960px;
		margin: 0 auto;
		background-color: white;
		box-shadow: 0px 4px 15px #111;
	}
        h1 {
                font-size:24px;
        }

        p {
                font-size: 15px;
                line-height: 22px;
        }

	header {
		position: relative;
		height: 70px;
		margin-top: 30px;
		background-color: black;
		color: white;
	}

	footer {
		position: relative;
		height: 125px;
		margin-bottom: 60px;
		background-color: black;
		color: white;
	}



	#page a {
 		/* color: rgb(175,52,18); */
		color: #33f;
		text-decoration: underline;
/*		text-decoration: none;*/
	}
	#page a:hover {
		text-decoration: underline;
	}
	#page a.small {
		font-size: 80%;
	}
	
	#logo a {
		display: block;
		width: 160px;
		height: 39px;
		background: url("iroots-logo.png");
		position: absolute;
		top: 21px;
		left: 38px;
	}
	#tagline a {
		display: block;
		width: 146px;
		height: 57px;
		background: url("Tagline.png");
		position: absolute;
		top: 5px;
		left: 220px;
	}
	#footer_logo a {
		display: block;
		width: 80px;
		height: 19px;
		background: url("iroots-logo-small.png");
		position: absolute;
		top: 95px;
		left: 38px;
	}
	#footer_contact {
		position: absolute;
		left: 135px;
		top: 98px;
		font-size: 11px;
	}
	#footer_contact span {
		padding: 0 10px;
		color: #777;
	}
	
	#footer_contact a {
		color: white;
		text-decoration: none;
	}
	#footer_contact a:hover {
		color: #FAA61A;
		text-decoration: underline;
	}

	#navigation {
		display: block;
		position: absolute;
		top: 0;
/*		background-color: green;*/
		text-align: right;
		right: 30px;
		height: 70px;
		
	}
	#navigation ul,
	#navigation li {
		padding: 0;
		margin: 0;
	}
	#navigation ul {
		list-style: none;
	}
	#navigation li {
		display: inline-block;
		height: 30px;
		position: relative;
		padding-top: 40px;
		overflow-y: hidden;
	}
	#navigation a {
		padding: 20px 10px;
		margin: 0;
		font-size: 13px;
		font-weight: bold;
		color: #fff;       
		text-decoration: none;
	}
	#navigation a:visited {
		color: #fff;
	}
	#navigation a:hover {
		color: #FAA61A;
		transition: color .3s linear;
		-webkit-transition: color .3s linear;
		text-decoration: none;
	}
	#navigation li.active {
		background-color: #FAA61A;
	}
	#navigation li.active a {
		color: white;
	}

	
	
	#content {
		color: rgb(60,60,60);
		padding: 40px;
		padding-bottom: 40px;
		font-size: 15px;
		min-height: 400px;
	}

	#content p a {
		color: #FAA61A;
		
	}
   
	

	
	.clear {
		clear: both;
	}
	
    /* Two column layout START*/
    #wrap {
		width:100%;
		margin:40px 0 0 0;
	}
    #col1 {
		float:left;
		width:50%;
/*		padding:0px 20px 0px 0px;*/
	}
    #col2 {
		float:right;
		width:50%;
/*		padding:0px 0px 0px 20px;*/
	}
    #col1 .inner {
        padding:0px 20px 0px 0px;
}
    #col2 .inner {
        padding:0px 0px 0px 20px;
}
        

    /* Two column layout END*/


    .no_top_margin {
		margin-top: 0;
	}
	
	#technologies {
		height: 80px;
		background: url(tech-gradient.jpg);
		position: relative;
	}
	#tech_ios {
		position: absolute;
		left: 40px;
		top: 0;
		width: 172px;
		height: 80px;
		background: url(tech-app-store.png);
	}
	#tech_android {
		position: absolute;
		left: 296px;
		top: 0;
		width: 176px;
		height: 80px;
		background: url(tech-android-market.png);
	}
	#tech_cocos2d {
		position: absolute;
		right: 403px;
		top: 0;
		width: 154px;
		height: 80px;
		background: url(tech-cocos2d.png);
	}
	#tech_jquery {
		position: absolute;
		right: 40px;
		top: 0;
		width: 146px;
		height: 80px;
		background: url(tech-jquery.png);
	}

	
	/****************
	frontpage slideshow
	****************/
	#slideshow{
		background-color:#F5F5F5;
		border:1px solid #FFFFFF;
		height:320px;
		margin: 0;
		position:relative;
		width:880px;
		padding: 0;

		-moz-box-shadow:0 0 10px #777;
		-webkit-box-shadow:0 0 10px #777;
		box-shadow:0 0 10px #777;
	}

	#slideshow ul{
		height:320px;
		list-style:none outside none;
		overflow:hidden;
		position:absolute;
		width:880px;
		padding: 0;
		margin: 0;
	}
	
	#case_page #slideshow,
	#case_page #slideshow ul {
		height: 440px;
	}

	#slideshow li{
		position:absolute;
		display:none;
		z-index:10;
	}

	#slideshow li:first-child{
		display:block;
		z-index:1000;
	}

	#slideshow .slideActive{
		z-index:1000;
	}

	#slideshow canvas{
		display:none;
		position:absolute;
		z-index:100;
	}

	#slideshow .arrow{
		height:86px;
		width:60px;
		position:absolute;
		background:url('arrows.png') no-repeat;
		top:50%;
		margin-top:-43px;
		cursor:pointer;
		z-index:5000;
	}

	#slideshow .previous{ background-position:left top;left:0;}
	#slideshow .previous:hover{ background-position:left bottom;}

	#slideshow .next{ background-position:right top;right:0;}
	#slideshow .next:hover{ background-position:right bottom;}
	
	
 

	.semiwide {
		width: 500px;
	}
	
	
	form#contact_us_form {
		position: relative;
		margin-top: 40px;
	}

	#contact_us_form  .field {
		width: 500px;
		clear: both;
	}

	#contact_us_form label[for=name],
	#contact_us_form label[for=email],   
	#contact_us_form label[for=country],
	#contact_us_form label[for=phone],
	#contact_us_form label[for=wishes],
	#contact_us_form label[for=text] {
		display: inline-block;
		float: left;
/*		width: 100px;*/
		margin-bottom: 10px;
	}
	#contact_us_form input#name,
	#contact_us_form input#email,
	#contact_us_form input#country,
	#contact_us_form input#subject,
	#contact_us_form input#phone {
		display: block;
		float: right;
		width: 400px;
		margin-bottom: 10px;
		border: 1px solid #999;
		padding: 2px;
	}
	#contact_us_form textarea#message {
		display: block;
		float: right;
		width: 400px;
		margin-bottom: 10px;
		min-height: 150px;
		max-height: 300px;
		border: 1px solid #999;
		padding: 2px;
	}
	#contact_us_form ul#wishes {     
		display: block;
		float: right;
		list-style: none;
		margin: 0;
		padding: 0;
		width: 394px;
		margin-bottom: 10px;
	}
	#contact_us_form #wishes li {
		display: inline-block;
		width: 190px;
		margin: 0;
		padding: 0;
	}

	#contact_us_form input[type=submit] {
		margin-left: 94px;
		color: #444;
	}

	form#contact_us_form .error {
		color: #f33;
	}
	
	
   

/*}*/