@CHARSET "UTF-8";
/* -------------------------------------------------------------- 
  
   Reset default browser CSS.
   
   Based on work by Eric Meyer:
   http://meyerweb.com/eric/tools/css/reset/index.html
   
-------------------------------------------------------------- */

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a img { border: none; }

/* END RESETS */

body {
	background: #FFF url('../images/bg.png') 0 0 repeat-x;
	font-family: arial,verdana,helvetica,sans-serif;
	font-size: 14px;
	font-weight: normal;
}


#container {
	width: 900px;
	margin: 0 auto;
}

/* HEADER STYLES */

#header {
	height: 250px;
	width: 900px;
	position: relative;
}

#header #logo {
	margin: 10px 0 0 0;
}

/* SOCIAL MEDIA LINKS */

#sociallinks {
	position: absolute;
	right: 10px;
	bottom: 5px;
	
}

#sociallinks li {
	display: inline;
	list-style: none;
	margin: 2px;
}

/* NEWSLETTER SIGN UP */

#signup {
	background: url('../images/newslettersprite.png') 0 -55px no-repeat;
	width: 330px;
	height: 55px;
	margin: 0;
	padding: 0;
	position:absolute;
	right: 5px;
	top: 30px;
}

#signup span {
	font-size: 0px;
	margin-left: -2000px;
}

#signup a {
	display: block;
	width: 330px;
	height: 55px;
}

#signup a:hover {
	background: url('../images/newslettersprite.png') 0 0 no-repeat;
}

#contact {
	position: absolute;
	right: 20px;
	top: 90px;
}


/* NAVIGATION */

#header #navholder {
	position: absolute;
	right: 0;
	top: 120px;
}

#navigation {
	background: url('../images/navsprite.png') 0 -82px no-repeat;
	width: 900px;
	height: 82px;
	margin: 0;
	padding: 0;
}

#navigation span {
	font-size: 0px;
	margin-left: -2000px;
}

#navigation li, #navigation a {
	display: block;
	height: 82px;
}

#navigation li {
	float: left;
	list-style: none;
	display: inline;
	margin: 0 5px;
}

#aboutme {
	width: 145px;
}

#aboutme a:hover {
	background: url('../images/navsprite.png') -5px 0 no-repeat;
}

#services {
	width: 125px;
}

#services a:hover {
	background: url('../images/navsprite.png') -160px 0 no-repeat;
}

#bootcamps {
	width: 145px;
}

#bootcamps a:hover {
	background: url('../images/navsprite.png') -295px 0 no-repeat;
}

#clients {
	width: 110px;
}

#clients a:hover {
	background: url('../images/navsprite.png') -450px 0 no-repeat;
}

#media {
	width: 115px;
}

#media a:hover {
	background: url('../images/navsprite.png') -570px 0 no-repeat;
}

#links {
	width: 95px;
}

#links a:hover {
	background: url('../images/navsprite.png') -695px 0 no-repeat;
}

#blog {
	width: 95px;
}

#blog a:hover {
	background: url('../images/navsprite.png') -800px 0 no-repeat;
}


/* END HEADER STYLES */


/* MAIN CONTENT BODY STYLES */

#content {
	width: 900px;
	height: 850px;
	/*background: url('../images/home-background-text.jpg') 0 0 no-repeat;*/
	background: url('../images/home-bg.jpg') 0 0 no-repeat;
	position: relative;
}

.polaroid {
	padding: 5px 5px 10px 5px;
	background: #F3F3F3;
	display: inline-block;
	border: 1px solid #939393;
}

#aboutmemain {
	position: absolute;
	left: 5px;
	top: -15px;
	z-index: 5;
	-webkit-transform: rotate(2deg);
	-moz-transform: rotate(2deg);
}

#bootcampsmain {
	position: absolute;
	left: 260px;
	top: 10px;
	z-index: 10;
	-webkit-transform: rotate(-1deg);
	-moz-transform: rotate(-1deg);
}

#blogmain {
	position: absolute;
	right: 5px;
	top: 20px;
	z-index: 15;
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
}

#servicesmain {
	position: absolute;
	right: 5px;
	top: 220px;
	z-index: 20;
	-webkit-transform: rotate(-1deg);
	-moz-transform: rotate(-1deg);
}

#tweet {
	position: absolute;
	top: 460px;
	left: 40px;
	width: 180px;
	font-family: Times New Roman, Garamond, serif;
	font-size: 14px;
	color: #0961F5;
}

#video {
	position: absolute;
	top: 310px;
	left: 290px;
	z-index: 25;
	background: #222;
	padding: 5px 5px 10px 5px;
}

/* FOOTER */

#sitedesign {
	position: absolute;
	bottom: 5px;
	left: 25px;
	font-size: 12px;	
}

#sitedesign a {
	color: #222;
}

#copyright {
	position: absolute;
	bottom: 5px;
	right: 5px;
	font-size: 12px;
}

