@charset "UTF-8";
@import url("reset.css");

/* remediestudio.com */

* {
	box-sizing: border-box;
}

body {
	background: #ccc url(/images/bg-site.jpg) repeat;
}

#site {
	width: 100%;
	background: url(/images/bg-topshadow.png) repeat-x;
	margin-bottom: 150px;
	padding: 10px;
	overflow: auto;
}

#top {
	max-width: 960px;
	height: 90px;
	margin: 0px auto;
	border-bottom: 1px solid #a5a5a5;
	overflow: visible;
}

#top-logo {
	width: 120px;
	height: 45px;
	position: absolute;
	left: -10px;	
	bottom: 0px;
	cursor: pointer;
}

body#thank-you .remedie {
	font-size: 5em;
	padding-bottom: 30px;
}

.remedie a {
	color:#000;
}

.remedie a:hover {
	color: #00a6dd;
}


#top-copy {
	position: absolute;
	right: 0px;
	bottom: 5px;
	font-size: 1em;
}

#top-copy a {
	color: #494949;
}

#top-copy a:hover {
	color: #00a6dd;
}

#carousel-wrapper {
	width: 960px;
	height: 384px;
	border-bottom: solid 1px #a5a5a5;
}

body#solutions #site {
	background: url(/images/bg-home-top.png) repeat-x;
}

body#solutions #carousel-wrapper, body#about #carousel-wrapper {
	border-bottom: none;
}

#toolbar {
	width: 100%;
	height: auto;
	border-top: 5px solid #00a6dd;
	background-color: #000;
	z-index: 1000;
	position: fixed;
	left: 0px;
	bottom: 0px;
}

#toolbar-content {
	color: #fff;
	text-align: right;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.75em;
}

#toolbar-content ul {
	float: right;
	text-align: left;
}
	
#toolbar-content ul li {
	display: block;
	float: left;
	padding-left: 12px;
}

#toolbar-content ul li a {
	text-decoration: none;
	float: left;
	padding: 12px;
	color: #00a6dd;
}

#toolbar-content ul li a:hover, #toolbar-content ul li a:active {
	color: #fff;
}

#toolbar-content ul li.active a {
	background: #00a6dd url(/images/bg-menu-active.png) 0 bottom repeat-x;
	color: #fff;
}

#subpage {
	margin-top: 50px;
}

.content {
	margin-right: auto;
	margin-left: auto;
	height: auto;
	max-width: 960px;
}

#carousel {
	display: none;
}

#corner-ribbon {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 128px;
	height: 128px;
	z-index: 1000;
}

#beta-tag.hoverable.active {
	background-position: 0 -128px;      
}

#contact-sticker  {
	text-align: center;
}
.hidden {
	display: none;
}

.notification {
	padding: 10px;
	background: #7FD5F6;
	color: #000;
	text-transform: uppercase;
}

#paper-sheet {
	max-width: 600px;;
	background: #fff;
	padding: 30px;
	margin: 10px auto;
	-moz-box-shadow: 0px 5px 5px #a3a3a3;
	-webkit-box-shadow: 0px 5px 5px #a3a3a3;
 	box-shadow: 0px 5px 5px #a3a3a3;
}

#form-fields {
	margin-top: 30px;
}

#form-fields input, #form-fields textarea {
	width: 476px;
	border: none;
	padding: 5px;
	background: #e5f7fd;
	font-family: "Courier New", Courier, Monaco, monospace;
	font-size: 1.5em;
}

#paper-sheet h3 {
	color: #494949;
	float: right;
	margin-top: -.25em;
}

#paper-sheet .error {
	color: #00aced;
	font-weight: bold;
}

#form-buttons {
	float: right;
 	overflow: visible;
}

#form-buttons input {
	padding: 5px;
	margin-left: 10px;
	color: #fff;
	text-transform: uppercase;
    letter-spacing: 1px;
	cursor: pointer;
	border: 0px none;
}

#contact-submit {
	background: #7fd5f6;
}

#contact-submit.hoverable.active {
	background: #00aced;
}

#contact-reset {
	background: #bababa;
}

#contact-reset.hoverable.active {
	background: #767676;
}

#thank-you-text {
	border-top: solid 1px #a5a5a5;
	padding-top: 30px;
}

/* text */

h1 {
	background-color: #000;
	font-size: 2em;
	text-transform: uppercase;
	color: #fff;
	padding: 0px 5px;
	clear: both;
}

h2 {
	font-size: 1.75em;
	text-transform: uppercase;
}

h3 {
	font-size: 1.5em;
	text-transform: uppercase;
}

h4 {
	font-size: 1.15em;
	text-transform: uppercase;
}

h5 {
	font-size: 1em;
	color: #494949;
}

a:link, a:visited {
	text-decoration: none;
	color: #00a6dd;
}

p, ul {
	color: #494949;
}


ul.solutions li {
	line-height: 1.75em;
}

ul.solutions span.title {
	font-weight: bold;
	color: #000;
}

.new-p {
	margin-top: 1em;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

strong, .bold {
	font-weight: bold;
}

.col-half-l .hoverable.active p {
	text-align: left;
}

/* columns */

/* .col {
	margin-right: 10px;
	float: left;
}

.c1x {
	width: 182px;
}

.c2x {
	width: 374px;
}

.c3x {
	width: 566px;
}

.c4x {
	width: 758px;
}

.c5x {
	width: 960px;
	margin-right: 0px;
}

.col-half-l {
	width: 465px;
	margin: 1.5em 30px 0 0;
	float: left;
}

.col-half-r {
	width: 465px;
	margin: 1.5em 0 0 0;
	float: left;
}

.lastcol {
	clear: right;
	margin-right: 0px;
} */

.paper {
	max-width: 600px;
	margin: 10px auto;
	padding: 30px;
	background: #fff;
	-moz-box-shadow: 0px 5px 5px #a3a3a3;
	-webkit-box-shadow: 0px 5px 5px #a3a3a3;
 	box-shadow: 0px 5px 5px #a3a3a3;
	
}

.paper p, .paper h2 {
	margin-bottom: 1em;
}

#blog-recent-posts {
	margin-top: 2px;
}

#blog-recent-posts li {
	padding: 5px 0 5px 28px;
	font-weight: bold;
}

#blog-recent-posts a {
	color: #494949;
}

#blog-recent-posts a:hover {
	color: #00a6dd;
}

li.aaron {
	background: url(/images/blog/bullet-a.png) left center no-repeat;
}

li.byron {
	background: url(/images/blog/bullet-b.png) left center no-repeat;
}


/* browser update */

body .buorg	 {
    position:absolute;
    width:100%;
    top:0px;
    left:0px;
    border-bottom: 1px solid #00a6dd;
    background:#00a6dd url(/images/dialog-warning.gif) 1em 0.55em no-repeat;
    text-align:left;
    cursor:pointer;
    color:#fff;
    font-size: 12px;
}

body .buorg div {
    padding:5px 36px 5px 40px;
}

body .buorg a:link, body .buorg a:visited {
    color:#fff;
}

#buorgclose {
    position: absolute;
    right: .5em;
    top:.2em;
    height: 20px;
    width: 12px;
    font-weight: bold;
    font-size:14px;
    padding:0;
}

