/*
Theme Name: New SEO9oneone Design
Theme URI: http://www.seo9oneone.com
Description: SEO9oneone redesigned with jquery / ajaxy top menu and lots of CSS3 tricks
Version: 1.0
Author: Thomas Reitz
Author URI: http://seo9oneone.com
Tags: blue, white, fixed width, two columns, widgets, clean

	New SEO9oneone Design 1.0
	 http://seo9oneone.com
  
  New SEO9oneone Design is a clean template that puts focus on the content rather than the design. JQuery / ajax top menu with lots of CSS3 stuff added in.
  
	The CSS, XHTML and design is released under GPL: http://www.opensource.org/licenses/gpl-license.php*/


/*=-=-=-=-=-=-=-=-=-=-= BEGIN CUSTOMIZATION =-=-=-=-=-=-=-=-=-=-=*/

/*Background Color of the page*/
  body {background-color:white;}

/*Body text color*/
  body {color:#333;}

/*Text color of the blog title in the header*/
  #header h1 a {color:#3b6ea5;}

/*Text color of the blog description in the header*/
  .description {color:#333;}

/*Links color*/
  a {color:#0066CC}

/*Links hover color*/
  a:hover {color:#333}

/*Headings color*/
  .post h2 a, #sidebar h2 {color:#333;}

/*Headings hover color*/
  .post h2 a:hover {color:#0066CC;}


/*Width of the entire page. You can
  also use a flexible width like so:
  #page {width:64em;}
*/
  #page {width:1000px;}


/*IT'S ADVISED *NOT* TO CHANGE THESE, IF POSSIBLE*/
/*Width of the content area*/

div#content.narrowcolumn {
	width: 735px;

	margin-left: 32px;
	float: left;
	-webkit-border-radius: 54px;
	-khtml-border-radius: 54px;
	-moz-border-radius: 54px;
	border-radius: 54px;
	padding: 20px;
	background: -webkit-gradient(linear, left top, right bottom, from(#ffffff), to(#0B75AF), color-stop(0.75, silver));
	background: -moz-linear-gradient(-45deg , #ffffff 0%, silver 75%, #0B75AF 100%);
	-webkit-box-shadow: rgba(0, 0, 0, 1) 0px 0px 20px; 
	-moz-box-shadow: rgba(0, 0, 0, 1) 0px 0px 20px; 
	-o-box-shadow: rgba(0, 0, 0, 1) 0px 0px 20px; 
	-khtml-box-shadow: rgba(0, 0, 0, 1) 0px 0px 20px;  
	box-shadow: rgba(0, 0, 0, 1) 0px 0px 20px;
	margin: 0 auto;
	border: solid 5px white;
	margin-top: 30px;	
	margin-bottom: 30px;
}

div#content.widecolumn {
	padding-right:22px;
	margin-left: 12px;
	
}

.widecolumn .post {
	-webkit-border-radius: 54px;
	-khtml-border-radius: 54px;
	-moz-border-radius: 54px;
	border-radius: 54px;
	padding: 20px;
	background: -webkit-gradient(linear, left top, right bottom, from(#ffffff), to(#0B75AF), color-stop(0.75, silver));
	background: -moz-linear-gradient(-45deg , #ffffff 0%, silver 75%, #0B75AF 100%);
	-webkit-box-shadow: rgba(0, 0, 0, 1) 0px 0px 20px; 
	-moz-box-shadow: rgba(0, 0, 0, 1) 0px 0px 20px; 
	-o-box-shadow: rgba(0, 0, 0, 1) 0px 0px 20px; 
	-khtml-box-shadow: rgba(0, 0, 0, 1) 0px 0px 20px;  
	box-shadow: rgba(0, 0, 0, 1) 0px 0px 20px;
	margin: 0 auto;
	border: solid 5px white;
	margin-top: 30px;	
	margin-bottom: 30px;

}


/*Width of the sidebar*/
  #sidebar {
	width:140px; 
	float: left; 
	text-align: left;
	margin-right: 27px;
	background: rgba(181, 228, 254, 0.05);
	padding: 1px 10px 10px 0;
	margin-top: 30px;
	-webkit-box-shadow: rgba(0, 0, 0, 1) 0px 0px 10px; 
	-moz-box-shadow: rgba(0, 0, 0, 1) 0px 0px 10px; 
	-o-box-shadow: rgba(0, 0, 0, 1) 0px 0px 10px; 
	-khtml-box-shadow: rgba(0, 0, 0, 1) 0px 0px 10px;  
	box-shadow: rgba(0, 0, 0, 1) 0px 0px 10px;
	border-style: outset;


}

/*Position of the header from the left edge.*/
  #headerimg {margin-left:28%;}

/*Position of the footer from the left edge.*/
  #footer p {padding-left:28%;}

/*=-=-=-=-=-=-=-=-=-=-=- END CUSTOMIZATION -=-=-=-=-=-=-=-=-=-=-=*/



/*
THE FOLLOWING CODE IS DERIVED FROM THE DEFAULT "KUBRICK" THEME.
THE STRUCTURE AND LAYOUT IS IN MY OPINION, NOT THE WAY CSS SHOULD
BE ORGANIZED, BUT FOR NOW I AM LEAVING IT THE WAY IT IS TO KEEP
IT CONSISTENT.
*/

/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	/*background: #fff;
	color: #333;*/
	text-align: center;
	}

#page {
	text-align: left;
	}

#header {}
#headerimg {}

#content {
	font-size: 1.2em
	}

#content .entry p {
	font-size: 1.05em;
	}

#content .entry, #content .entry {
	line-height: 1.4em;
	}

#content {
	line-height: 1.6em;
	}

#content .postmetadata {}

.alt {
	background-color: transparent;
	}

#footer {
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

#header h1 {
	font-size:3.2em;
	}

.description {
  font-size:1em;
/*  color:#333;*/
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
background-color:#e7e7e7;
border:1px solid #777;
padding:4px 0px 4px 0px;
margin-top:16px;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg{
	text-decoration: none;
	color: #3b6ea5;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	/*color: #333;*/
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	/*color: #777;*/
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
/*	color: #06c;*/
	text-decoration: underline;
	}

#sidebar a,
.postmetadata a,
.navigation a,
ol.commentlist cite a,
.commentmetadata a {
       text-decoration:none;
}

a:hover {
	/*color: #147;*/
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */


/* Begin Structure */

/* Always show the scrollbar */


body {
	margin: 0;
	padding: 0;
	}

#page {
	margin: 0 auto;
	padding: 0;
	min-width: 500px;
/*	width: 760px;*/
	}

#header {
	margin: 0 0 22px 1px;
	padding: 0;
}

#content {
	padding: 0 0 20px 10px;
	margin: 0px 0 0;
/*	width: 550px;*/
overflow:hidden;
	}


.post {

	}

.post h2 {
  padding-top:14px;
  padding-bottom:2px;
}

.post hr {
  display: block;
}

#content .post {
  margin: 0;


}

#content .postmetadata {
  font-size:11px;
padding-top:14px;
color:#555;
}

#tags {
font-size:11px !important;
color:#999;
}

#content .postmetadata {
	margin: 10px 0;
	}

#content .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

#content .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	clear: both;
	}

#footer p {
	margin: 0;
	padding-bottom:24px;
}

/* End Structure */



/*	Begin Headers */
h1 {
	margin: 0;
	}

h2 {
	margin: 0px 0 0 0;
	}

h2.pagetitle {
		text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	list-style-type: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style: none;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul {
	padding-left:8px;	
}

#sidebar ul li {
	list-style-type: none;
	list-style: none;
	list-style-image: none;
	margin-bottom: 15px;
	margin-left: 0px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 0px 5px 3px;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 1px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 98%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
margin:0px;
	text-align: justify;
		-webkit-border-radius: 54px;
	-khtml-border-radius: 54px;
	-moz-border-radius: 54px;
	border-radius: 54px;
	padding: 20px;
	background: -webkit-gradient(linear, left top, right bottom, from(#ffffff), to(#0B75AF), color-stop(0.75, silver));
	background: -moz-linear-gradient(-45deg , #ffffff 0%, silver 75%, #0B75AF 100%);
	-webkit-box-shadow: rgba(0, 0, 0, 1) 0px 0px 20px; 
	-moz-box-shadow: rgba(0, 0, 0, 1) 0px 0px 20px; 
	-o-box-shadow: rgba(0, 0, 0, 1) 0px 0px 20px; 
	-khtml-box-shadow: rgba(0, 0, 0, 1) 0px 0px 20px;  
	box-shadow: rgba(0, 0, 0, 1) 0px 0px 20px;
	margin: 0 auto;
	border: solid 5px white;
	margin-top: 30px;	
	margin-bottom: 30px;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	list-style-type: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
  /*height:40px;*/
  padding:2px 0px 20px 0px;
	}

.navigation .alignleft{
  padding-right:4px;}

/* End Various Tags & Classes*/


/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


#bottomreference {
	clear: both;
	margin: 0 auto;
	width: 800px;
	margin-top: 1px;
	font-size: 1.5em;
}

div.reference{
	width: 800px;
	margin: 0 auto;
	font-size: 0.9em;
	padding: 5px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	border: solid 3px #7dccf7;
	background: url('images/bottom-gradient.png');
	background: -webkit-gradient(linear, left top, left bottom, from(white), to(#0B75AF), color-stop(0.3, #7dccf7));
	background: -moz-linear-gradient(white 0%, #7dccf7 30%, #0B75AF 100%);
	text-align: center;
	-webkit-box-shadow: rgba(0, 0, 0, 1) 0px 0px 20px; 
	-moz-box-shadow: rgba(0, 0, 0, 1) 0px 0px 20px; 
	-o-box-shadow: rgba(0, 0, 0, 1) 0px 0px 20px; 
	-khtml-box-shadow: rgba(0, 0, 0, 1) 0px 0px 20px;  
	box-shadow: rgba(0, 0, 0, 1) 0px 0px 20px;
}

div.reference a {
	color: white;
	text-transform:uppercase;
	text-decoration:none;
	text-shadow:1px 2px 2px #000;
	margin-right:7px;
	margin-left: 7px;
	line-height: 1.7em;
}

div.reference a:hover{
	color:#ddd;
	text-shadow:-1px -2px 2px #000;
}

body, #content {
	margin-top: 0px;
}

body{
	background: url(http://seo9oneone.com/headerimages/bg.png) no-repeat top right;
	background-color: #e3e4eb;
	font-family:Arial;
}

ul.sdt_menu {
	margin-top:0px;
}


div.title a {
	height:95px;
	width: 225px;
	float: left;
	background: transparent url(http://seo9oneone.com/headerimages/title.png) no-repeat;
}

h1 {
	margin-top: 5px;
	margin-bottom: 5px;
	}

ul.sdt_menu{
	margin:0 auto;
	padding:0;
	list-style: none;
	list-style-type: none;
	font-family:"Myriad Pro", "Trebuchet MS", sans-serif;
	font-size:14px;
	width:960px;
	
}
ul.sdt_menu a{
	text-decoration:none;
	outline:none;
}
ul.sdt_menu li{
	float:left;
	width:160px;
	height:85px;
	position:relative;
	cursor:pointer;
	-moz-box-shadow:0px 0px 2px white inset;
	-webkit-box-shadow:0px 0px 2px white inset;
	box-shadow:0px 0px 5px #000 inset;
	background: url('images/header-gradient.png');
	background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#b5e4fe), color-stop(0.75, #b5e4fe), color-stop(0.77, white), color-stop(0.93, transparent));
	background: -moz-linear-gradient(transparent 0%, #b5e4fe 75%, white 77%, transparent 93%, #b5e4fe 100%);
}
ul.sdt_menu li > a{
	position:absolute;
	top:0px;
	left:0px;
	width:160px;
	height:85px;
	z-index:12;
	background:transparent url(http://seo9oneone.com/headerimages/<br clear="all" />images/overlay.png) no-repeat bottom right;

}
ul.sdt_menu li a img{
	border:none;
	position:absolute;
	width:0px;
	height:0px;
	bottom:0px;
	left:85px;
	z-index:100;

}
ul.sdt_menu li span.sdt_wrap{
	position:absolute;
	top:25px;
	left:0px;
	width:170px;
	height:60px;
	z-index:15;
}
ul.sdt_menu li span.sdt_active{
	position:absolute;
	background-color: #B5E4FE;
	background: -webkit-gradient(linear, left top, right bottom, from(white), to(white), color-stop(0.5, #B5E4FE));
	background: -moz-linear-gradient(-45deg, white 0%, #B5E4FE 50%, white 100%);
	top:85px;
	width:170px;
	height:0px;
	left:0px;
	z-index:14;
	-moz-box-shadow:0px 0px 2px #000 inset;
	-webkit-box-shadow:0px 0px 2px #000 inset;
	box-shadow:0px 0px 2px #000 inset;
}
ul.sdt_menu li span span.sdt_link,
ul.sdt_menu li span span.sdt_descr,
ul.sdt_menu li div.sdt_box a{
	margin-left:15px;
	text-transform:uppercase;
	text-shadow:1px 1px 1px #000;
	width: 160px;
}
ul.sdt_menu li span span.sdt_link{
	color:#fff;
	font-size:24px;
	float:left;
	clear:both;
}
ul.sdt_menu li span span.sdt_descr{
	color:#0B75AF;
	float:left;
	clear:both;
	width:170px; /*For dumbass IE7*/
	font-size:11px;
	letter-spacing:1px;
}
ul.sdt_menu li div.sdt_box{
	display:block;
	position:absolute;
	width:170px;
	overflow:hidden;
	height:170px;
	top:85px;
	left:0px;
	display:none;
		background-color: #B5E4FE;
		background: -webkit-gradient(linear, right top, left bottom, from(white), to(white), color-stop(0.5, #B5E4FE));
		background: -moz-linear-gradient(-135deg, white 0%, #B5E4FE 50%, white 100%);
	-moz-box-shadow:0px 0px 2px #000 inset;
	-webkit-box-shadow:0px 0px 2px #000 inset;
	box-shadow:0px 0px 2px #000 inset;
}
ul.sdt_menu li div.sdt_box a{
	float:left;
	clear:both;
	line-height:20px;
	color:#0B75AF;
	font-size: 12px;
}
ul.sdt_menu li div.sdt_box a:first-child{
	margin-top:15px;
}
ul.sdt_menu li div.sdt_box a:hover{
	color:#fff;
}

#mainpageouter, .mainpageouter {
	width: 900px;	
	background: url('images/mainpage-gradient.png');
	-webkit-border-radius: 54px;
	-khtml-border-radius: 54px;
	-moz-border-radius: 54px;
	border-radius: 54px;
	padding: 20px;
	background: -webkit-gradient(linear, left top, right bottom, from(#ffffff), to(#0B75AF), color-stop(0.75, silver));
	background: -moz-linear-gradient(-45deg , #ffffff 0%, silver 75%, #0B75AF 100%);
	-webkit-box-shadow: rgba(0, 0, 0, 1) 0px 0px 20px; 
	-moz-box-shadow: rgba(0, 0, 0, 1) 0px 0px 20px; 
	-o-box-shadow: rgba(0, 0, 0, 1) 0px 0px 20px; 
	-khtml-box-shadow: rgba(0, 0, 0, 1) 0px 0px 20px;  
	box-shadow: rgba(0, 0, 0, 1) 0px 0px 20px;
	margin: 0 auto;
	border: solid 5px white;
	margin-top: 30px;	
	margin-bottom: 30px;
}

#mainpagetext {
clear: both;
color: black;
font-size: 1.25em;
height:435px;

}

#mainpagetext p {
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
	margin-top: 0px;
}

.frontpagedivs {
	background: url('images/frontpagedivs.png');
	background: -webkit-gradient(linear, right top, left bottom, from(white), to(white), color-stop(0.6, #b5e4fe));
	background: -moz-linear-gradient(-135deg, white 0%, #b5e4fe 60%, white 100%);
	padding: 20px; 
	border: none; 
	margin: 15px; 
	font-size: 1em;
	line-height: 1.4em;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: rgba(0, 0, 0, 1) 0px 0px 10px; 
	-moz-box-shadow: rgba(0, 0, 0, 1) 0px 0px 10px; 
	-o-box-shadow: rgba(0, 0, 0, 1) 0px 0px 10px; 
	-khtml-box-shadow: rgba(0, 0, 0, 1) 0px 0px 10px;  
	box-shadow: rgba(0, 0, 0, 1) 0px 0px 10px;
	-khtml-text-shadow: rgba(255, 255, 255, 1) 0 1px 1px;
	-moz-text-shadow: rgba(255, 255, 255, 1) 0 1px 1px;
	-o-text-shadow: rgba(255, 255, 255, 1) 0 1px 1px;
	-webkit-text-shadow: rgba(255, 255, 255, 1) 0 1px 1px;
	text-shadow: rgba(255, 255, 255, 1) 0 1px 1px;
}

.frontpagedivs span {
	color:#ffffff;
	font-size: 19px; 
	text-shadow: 1px 1px 1px black;
	text-decoration: none;
}

#upperrightheader {
	width: 225px; 
	height: 60px; 
	float: right;
	font-size: 1.5em;
	color: #0B75AF;
	text-shadow:1px 1px 1px silver;
	border: solid 1px black;
	border-top: none;
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
	margin-bottom: 20px;
	margin-right:10px;
	padding: 5px;
	background: url('images/upperleft-header.png');
	background: -webkit-gradient(linear, left top, right top, from(silver), to(silver), color-stop(0.25, white), color-stop(0.5, #fffff0), color-stop(0.75, white));
	background: -moz-linear-gradient(left , silver 0%, white 25%, #fffff0 50%, white 75%, silver 100%);
	text-align: center;
	font-weight: bold;
		-webkit-box-shadow: rgba(0, 0, 0, 1) 0px 0px 10px; 
	-moz-box-shadow: rgba(0, 0, 0, 1) 0px 0px 10px; 
	-o-box-shadow: rgba(0, 0, 0, 1) 0px 0px 10px; 
	-khtml-box-shadow: rgba(0, 0, 0, 1) 0px 0px 10px;  
	box-shadow: rgba(0, 0, 0, 1) 0px 0px 10px;
}

#upperrightheader a img {
	border: none;
}

#frontpageoverflow {
	overflow: auto;
	height: 320px;
	width: 425px;
	float: right;
	margin-right: 50px;
	margin-top: 30px;
}

#parallax {
	position:relative; 
	overflow:hidden; 
	width:870px; 
	height:400px;
	backsdfground: url('http://seo9oneone.com/headerimages/bg.png') transparent;
 }

#social-media {
	background-color: white;
	-webkit-border-radius: 28px;
	-khtml-border-radius: 28px;
	-moz-border-radius: 28px;
	border-radius: 28px;

}

#social-media:hover {
	-webkit-box-shadow: rgba(0, 0, 0, 1) 0px 0px 10px; 
	-moz-box-shadow: rgba(0, 0, 0, 1) 0px 0px 10px; 
	-o-box-shadow: rgba(0, 0, 0, 1) 0px 0px 10px; 
	-khtml-box-shadow: rgba(0, 0, 0, 1) 0px 0px 10px;  
	box-shadow: rgba(0, 0, 0, 1) 0px 0px 10px;
}

#ecommerceqslide {
	position: fixed;
	top: 0px;
	left: 0px;

	-webkit-border-radius: 24px;
	-khtml-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	z-index: 1500px;
	background-color: rgba(160,188,216,.95);
	-webkit-box-shadow: rgba(0, 0, 0, 1) 0px 0px 10px; 
	-moz-box-shadow: rgba(0, 0, 0, 1) 0px 0px 10px; 
	-o-box-shadow: rgba(0, 0, 0, 1) 0px 0px 10px; 
	-khtml-box-shadow: rgba(0, 0, 0, 1) 0px 0px 10px;  
	box-shadow: rgba(0, 0, 0, 1) 0px 0px 10px;
	border: inset 3px silver;
}

#ecommerceqslide .ecommercebutton {
	display: block;
	font-size: 16px;
	text-align: center;
	padding: 9px;
}

#ecommerceqslide:hover .ecommercebutton {
	display: none;
}

#ecommerceqslide #wufooform {
	display: none;
}

#ecommerceqslide:hover #wufooform {
	display:inline;
}

#ecommerceqslide:hover {
	left: 5px;
	border: outset 4px silver;	
	padding: 15px;
	height: 550px;
	width: 745px;
}