﻿/********************************  ><(((*>   <*)))><  ********************************
/
/    main style sheet for DatumTech.com
/    ©DatumTech 2015
/
/********************************  ><(((*>   <*)))><  ********************************/
#wrapper
{
	width: 900px;
	margin: 0px auto;
	background-color: #ffffff;
}

#top
{	
	background-color:#FFFFCC;
	/*background-image:url('../images/orange_bg.png');*/
	width: 100%;
	padding:10px 0;
	overflow:hidden;
}

#logo
{
	margin: 10px 0 10px 40px;	
	float: left;
}

#logo img
{
	width:70px;
	height:88px;
}

#coName
{	
	height:110px;
	width: 65%;	
	float: left;	
}

#coName h1
{
	color: black;
	font: 60px 'fff_tusjbold', Arial, sans-serif;
	text-align: center;
}

#coName p
{ 
	color: black;
	font: 20px 'SansationRegular', Arial, sans-serif;
	text-align: center;
}

#socialMedia
{
	
	float: right;
	text-align: center;
	padding-top: 25px;	
	margin-right: 40px;
}


#socialMedia p
{
	color: #000000;	
	font: 14px 'SansationRegular', Arial, sans-serif;	
	
}

#socialMedia img
{
	width:35px;
	height:35px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

#socialMedia ul li
{
	display: inline;
}

body
{
  margin: 0;
  padding: 0;
  border: 0;
}
   
 body:before 
 {
 /* add shadow on top of page*/
  content: "";
  position: fixed;
  top: -10px;
  left: 0;
  width: 100%;
  height: 10px;
  z-index: 100;
  -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
  -moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
  box-shadow: 0px 0px 10px rgba(0,0,0,.8);
}

#contentWrapper
{
	z-index: 0;
	/*float: left;*/
	height: 900px;
	background-image:url('../images/orange_bg.png');
}

#content
{
	width: 600px;
	float: left;
	margin: 20px;	
	padding: 5px;
	z-index: 1;
}

#content h1
{
	text-align: left;
	font: 30px 'SansationBold', Arial, sans-serif;	
	padding: 20px;
}
#content h2
{
	text-align: left;
	font: 20px 'SansationBold', Arial, sans-serif;	
	padding: 10px;
	clear: left;
}

/*#content p
{
	text-align: center;
	font: 18px 'SansationBold', Arial, sans-serif;	
	padding: 5px;
	
}*/

#mainImg
{
	padding-top: 20px;
	padding-bottom: 50px;
}	
	
	
#rightside
{
	float: right;
	/*clear: left;*/
	width: 210px;
	margin: 20px 20px 20px 0;
	/*background-color: green;*/
	/*border: 2px solid green;*/
}

#footer
{
	clear: both;
	background-color: black;
	padding: 10px 0;
	border-top: 3px solid #AAAAAA;
	position: relative;
}

#footer p
{
	font: 12px 'SansationRegular', Arial, sans-serif;	
	text-align: center;
	color: white;
}

.my_line{ 
    display:block;
    border:none;
    color:white;
    height:2px;
    background:black;
   /* background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 350, from(#CC5500), to(#FFFFCC));*/
	margin-bottom: 20px;


/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+44,cc5500+74,ffffcc+91&amp;1+1,1+87,0+100;datum+line */
background: -moz-linear-gradient(left,  rgba(0,0,0,1) 1%, rgba(0,0,0,1) 44%, rgba(204,85,0,1) 74%, rgba(243,215,156,1) 87%, rgba(255,255,204,0.69) 91%, rgba(255,255,204,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(1%,rgba(0,0,0,1)), color-stop(44%,rgba(0,0,0,1)), color-stop(74%,rgba(204,85,0,1)), color-stop(87%,rgba(243,215,156,1)), color-stop(91%,rgba(255,255,204,0.69)), color-stop(100%,rgba(255,255,204,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(0,0,0,1) 1%,rgba(0,0,0,1) 44%,rgba(204,85,0,1) 74%,rgba(243,215,156,1) 87%,rgba(255,255,204,0.69) 91%,rgba(255,255,204,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(0,0,0,1) 1%,rgba(0,0,0,1) 44%,rgba(204,85,0,1) 74%,rgba(243,215,156,1) 87%,rgba(255,255,204,0.69) 91%,rgba(255,255,204,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(0,0,0,1) 1%,rgba(0,0,0,1) 44%,rgba(204,85,0,1) 74%,rgba(243,215,156,1) 87%,rgba(255,255,204,0.69) 91%,rgba(255,255,204,0) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(0,0,0,1) 1%,rgba(0,0,0,1) 44%,rgba(204,85,0,1) 74%,rgba(243,215,156,1) 87%,rgba(255,255,204,0.69) 91%,rgba(255,255,204,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00ffffcc',GradientType=1 ); /* IE6-9 */

}
.contactIcon
{
	/*border: 1px solid green;*/
}
.contactIcon h2
{
	/*float: left;*/

}
.contactIcon img
{
	width: 50px;
	height: 50px;	
	float: left;
	
	/*margin-bottom: 50px;*/

}
.boxContactContainer
{
	position: relative;
	clear: all;
	
	display: table;	
	margin-bottom: 20px;	
	width: 430px;
	height: 50px;
	margin-left: 20px;
	margin-right: 20px;
	/*padding: 5px;	*/
}


.boxContactContent 	
{
    position: relative;
    color: black;
    z-index: 5;
	width: 100%;
	margin: 0 auto;
	padding: 10px;
	text-align: left;
	display: table-cell;
	vertical-align: middle;	
	/*font: 16px 'SansationRegular', Arial, sans-serif;	*/
	font: 18px 'SansationBold', Arial, sans-serif;
}

.boxBackground 
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
}
#qr
{
width: 600px;
height: 400px;

}
.qrBox
{		
	border: 2px solid #CC5500;
	-webkit-box-shadow: 0px 7px 10px -3px #555555;
	-moz-box-shadow: 0px 7px 10px -3px #555555;
	box-shadow: 0px 7px 10px -3px #555555;	
	width: 200px;
	height: 200px;
	float: left;
	margin-bottom: 5px;
	/*margin-left: auto;
	margin-right: auto;*/
	-webkit-border-radius:5px 15px;
    -moz-border-radius:5px 15px;
    border-radius:5px 15px;
}
.qrText
{
width: 200px;
text-align: center;
font: 18px 'SansationBold', Arial, sans-serif;
margin-left: auto;
margin-right: auto;
}

.boxQrContainer
{
	position: relative;
	clear: all;
	display: table;	
	margin-bottom: 20px;	
	width: 300px;	
	height: 200px;
	margin-left: 20px;
	margin-right: 20px;
	/*padding: 5px;	
	border: 2px solid green;*/
}

.boxQrContent 	
{
    position: relative;
    color: black;
    z-index: 5;
	width: 100%;
	margin: 0 auto;
	padding: 10px;
	text-align: left;
	display: table-cell;
	vertical-align: middle;	
	/*font: 16px 'SansationRegular', Arial, sans-serif;	*/
	font: 18px 'SansationBold', Arial, sans-serif;
}

.boxQrBackground 
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
}