/*
	STYLESHEET FOR TEN SQUIRREL
	CREATED 9/29/09
	Peter DeMarco
	Ten Squirrel, LLC
*/

body {
	font-family: 'Cantarell', Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	position: relative;
	background-color: #ccc;
	background-color: #2385b6;
}

img {
	border: none;
}

a, a:visited {
	color: #2584B5;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #0C2F41;
        text-shadow: 2px 2px 3px #666;
}


/*
	MAIN DIV STYLES
*/

#html5Support {
  position: absolute;
  z-index: 10000;
  top: 0px;
  right: 30px;
  width: 350px;
  height: auto;
  padding: 5px;
  background-color: #FCFCFC;
  font-size: 10px;
  border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-box-shadow: 2px 2px 4px #ccc;
  -webkit-box-shadow: 2px 2px 4px #ccc;
  box-shadow: 2px 2px 4px #859CBC;
  text-align: center;
}

#html5SupportList {
  position: relative;
  font-size: 12px;
}

#gradient { display: none; }
body > #gradient {
	display: block;
	width: 100%;
	height: 800px;
	background-image: url( "/_img/bg.png" );
	background-repeat: repeat-x;
	position: fixed;
	left: 0px;
	top: 0px;
}

#contentHolder {
	background-color: #fff;
	position: relative;
	margin: 0px auto;
	width: 955px;
}

#nav {
	background-color: #FFF;
	float: left;
	margin-top: 20px;
	padding: 5px 5px 5px 55px;
	width: 150px;
}

#main {
	background-color: #fff;
	padding: 10px;
}

#content {
	margin-left: 210px;
	width: 520px;
	position: relative;
}

#contentHome {
	padding: 0px 20px 0px 30px;
}

#contentHome h1 {
	font-size: 21px;
	padding-top: 49px;
}

#content {
	width: 550px;
/* 	background-color: #fff; */
}

.homeSections {
	float: left;
	font-size: 17px;
	height: 200px;
	margin: 0px 20px 0px 20px;
	width: 250px;
}

.homeSections img {
	float: left;
}

.homeSections p {
	clear: left;
}

#footer {
	background-image: url( "/_img/footer.jpg" );
	background-repeat: no-repeat;
	color: #FFF;
	clear: both;
	font-size: 10px;
	height: 29px;
	padding-top: 15px;
	text-align: center;
	width: 955px;
	margin-top: 30px;
}

#share {
	background-color: #58585a;
	padding: 10px 0px;
	text-align: center;
	color: #FFF;
}

/*
	HEADER STYLES
*/

#nav a {
	clear: left;
}

#nav a, #nav a:visited {
	color: #2584B5;
	display: block;
	text-decoration: none;
	font-weight: bold;
	margin-bottom: 10px;
}

#nav a:hover {
	color: #000;;
        text-shadow: -2px 2px 3px #666;
}

#nav img {
	float: left;
	margin-right: 5px;
/* 	margin-top: 10px; */
}

#nav .twoLinks a {
	padding-left: 20px;
}

#header {
	background-image: url( "/_img/secHeader.jpg" );
	background-repeat: no-repeat;
}


/*
	MAIN STYLES
*/

#content h1 {
	color: #E0E0E0;
	font-size: 36px;
	font-weight: bold;
	background-color: #0c2e3f;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	width: 50%;
	padding-right: 15px;
	text-align: right;
	font-family: 'Nobile', Arial, Helvetica, sans-serif;
  text-shadow: 2px 2px 3px #000;
}

#contet li {
	margin-left: 25px;
}

#content strong {
	font-size: 16px;
	font-variant: small-caps;
	font-family: 'Nobile', Arial, Helvetica, sans-serif;
  text-shadow: 1px 1px 2px #AAA;
}

#content blockquote {
/* 	color: #2584B5; */
	padding: 12px;
/* 	font-size: 16px; */
	border: 2px solid #999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/*
	FORM STYLES
*/

#cform form {
	border: 1px solid #666;
	padding: 10px;
	position: relative;
}

#cform p {
	position: relative;
}

#cform .lineUp {
	position: absolute;
	left: 150px;
}

#cform input, #cform textarea {
	border: 1px solid #666;
	background-color: #CCC;
	padding: 4px;
}


#twitter {
	width: 160px;
	float: right;
	margin-right: 10px;
	/*padding: 5px;*/
	font-size: 12px;
}

#twitter div {
	margin: -3px 0px 0px 0px;
	background-color: #FFF;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	padding: 10px 5px;
}

#twitter strong {
	font-size: 14px;
}

.note {
	background-color: #EEE;
	padding: 3px;
	margin: 5px;
	border: 1px solid #999;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#twitter em {
	color: #669;
}

/*
	WORK STYLES
*/

.work {
	width: 480px;
	margin-bottom: 15px;
	padding: 9px;
	border: 2px solid #999;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

.work p, .work h2, .work ul {
	margin: 5px;
}

.work h2 {
	font-size: 15px;
	margin-top: 0px;
  font-family: 'Nobile', Arial, Helvetica, sans-serif;
  text-shadow: 1px 1px 2px #AAA;
}

