/*
Theme Name: Somelab
*/


/* css for basic items---------------------------------------------------------------------------------------------------*/
html,body {
	width:100%;
	height: 100%;
    }
body {
	padding: 0;
	margin: 0;
	background: #000 url(images-temp/bg.jpg) repeat-x;
	min-width: 100%;
	font-family: 'source-sans-pro', arial, helvetica, san-serif;
	font-size: 12px;
	line-height: 15px;
	color: #a2caca;
	font-weight: 600;
	}
img {
	padding: 0; 
	margin: 0;
	border: 0;
	}
a,
a:visited,
a:active {
	color: #14b1e7;
	text-decoration: none;
	outline: none;
	font-weight: 700;
    }
a:hover {
	color: #a2caca;
	text-decoration: none;
	outline: none;
   	}
ul {
	padding: 0 0 15px 24px;
	margin: 0;
	list-style: disc;
	}
ul li {
	padding: 0;
	margin: 0;
	float: none;
	}
ol {
	padding: 0 0 15px 20px;
	margin: 0;
	}
ol li {
	padding: 0;
	margin: 0;
	float: none;
	}
blockquote {
	padding: 0 60px 15px 20px;
	margin: 0;
	}
p {
	padding: 0 0 15px 0;
	margin: 0;
	}
hr {  
	padding: 0 0 0 0;
	margin: 0 0 15px 0;
	height: 1px;
	border: none;
	border-bottom: 1px solid #c2c0c0;
	}
h1 {
 	padding: 0 0 0 0;
	margin: 0 0 25px 0;
	font-size: 55px;
	line-height: 55px;
	color: #14b1e7;
	font-weight: 200;
	text-transform: uppercase;
	}
h2 {
 	padding: 0 0 0 0;
	margin: 0 0 15px 0;
	font-size: 27px;
	line-height: 34px;
	color: #dbdbdb;
	font-weight: 200;
	}
h3 {
 	padding: 0 0 0 0;
	margin: 0 0 30px 0;
	font-size: 12px;
	line-height: 15px;
	color: #a2caca;
	font-weight: 700;
	}

	
/* -------------------------------------------------------------------------------------------------------------- */
/* css for site structure ----------------------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------------------------------------------- */

#vertical {
   height: 50%;
   width: 1px;
   margin-bottom: -330px; /* half the wrappers height */
   float: left;
	}
#wrapper {
   margin: 0 auto; /* use if centering horizontally  */
   text-align: left; /* set text back to default if centering horizontally  */
   position: relative;
   height: 660px;
   width: 100%;
   clear: left;
	}



/* -------------------------------------------------------------------------------------------------------------- */
/* css for header ----------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------- */

#header {
	position: relative;
	width: 100%;
	height: 50px;
	display: none;
	}
	#logo {
		position: relative;
		margin: 10px 72px 0 0;
		width: 208px;
		float: right;
		}


/* -------------------------------------------------------------------------------------------------------------- */
/* css for top blue lines --------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------- */

#blue1-left {
	position: relative;
	padding: 0 0 0 0;
	margin-left: 100px;
	margin-right: -361px;
	width: 261px;
	height: 31px;
	float: left;
	background: url(images-temp/blue1-left.png) no-repeat;
	display: none;
	}
#blue1-rightwrap {
	margin-left: 361px;
	margin-right: 100px;
	}
#blue1-right {
	position: relative;
	padding: 0 0 0 0;
	width: 100%;
	height: 31px;
	float: right;
	background: url(images-temp/blue1-right.png) repeat-x right;
	display: none;
	}


/* -------------------------------------------------------------------------------------------------------------- */
/* css for intro ------------------------------------------------------------------------------------------------ */
/* -------------------------------------------------------------------------------------------------------------- */
		
#intro {
	position: relative;
	margin: 115px 100px 0 100px;
	padding: 0 0 0 0;
	width: 698px;
	height: 285px;
	}	
#intro h1,
#intro h2 {
	display: none;
	}
	
	
/* -------------------------------------------------------------------------------------------------------------- */
/* css for bottom blue lines ------------------------------------------------------------------------------------ */
/* -------------------------------------------------------------------------------------------------------------- */

#blue2-left {
	position: relative;
	padding: 0 0 0 0;
	margin-left: 100px;
	margin-right: -798px;
	width: 698px;
	height: 9px;
	float: left;
	background: url(images-temp/blue2-left.png) no-repeat;
	display: none;
	}
#blue2-rightwrap {
	margin-left: 798px;
	margin-right: 100px;
	}
#blue2-right {
	position: relative;
	padding: 0 0 0 0;
	width: 100%;
	height: 9px;
	float: right;
	background: url(images-temp/blue2-right.png) repeat-x left;
	display: none;
	}
	

/* -------------------------------------------------------------------------------------------------------------- */
/* css for content left ----------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------- */
		
#content-left {
	position: relative;
	margin: 20px 0 0 100px;
	padding: 0 21px 0 25px;
	width: 215px;
	float: left;
	display: none;
	font-weight: 400;
	}	


/* -------------------------------------------------------------------------------------------------------------- */
/* css for content center --------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------- */
		
#content-center {
	position: relative;
	padding: 20px 0 0 25px;
	width: 172px;
	float: left;
	display: none;
	}	
	#icons {
		position: absolute;
		top: 11px;
		left: 85px;
		}
		#icons ul {
			padding: 0;
			list-style: none;
			}
		#icons ul li {
			padding: 0 0 0 2px;
			float: left;
			}	

	
/* -------------------------------------------------------------------------------------------------------------- */
/* css for content right ---------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------- */

#content-right {
	position: relative;
	margin: 20px 100px 0 0;
	padding: 0 0 0 25px;
	width: 183px;
	float: right;
	display: none;
	}
	

/* -------------------------------------------------------------------------------------------------------------- */
/* css for misc items --------------------------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------------------------------------------- */

.clear {
	clear: both;
	font-size: 0px;
	line-height: 0px;
	}
.spacer {
	clear: both;
	font-size: 0px;
	line-height: 0px;
	height: 15px;
	}
.alignright {
	margin: 0 0 0px 20px;
	float: right;
	}
.alignleft {
	margin: 0 20px 0px 0;
	float: left;
	}
.no-pad {
	padding: 0 !important;
	}	
