/* @override http://localhost:3000/stylesheets/primary.css */

/* @group Old Stuff */

img#bgImage {
	position: fixed;
	top: 0;
	left: 50%;
	margin-left: -625px;
}

.centerContent {
	width: 900px;
	left: 50%;
	position: absolute;
	margin-left: -450px;
}

/* @group Navbar */

#mainNav {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	height: 68px;
	background: url(http://aws.cachefly.net/aws/images/navbar/nav-bg.png) repeat-x;
	z-index: 10;
}

a.siteLogo {
	position: absolute;
	left: -27px;
	overflow: hidden;
	background: url(http://aws.cachefly.net/aws/images/navbar/aws-logo.png) no-repeat;
	z-index: 1;
	width: 217px;
	height: 44px;
	border-style: none;
}

a.siteLogo:hover {
	background-position: 0 -44px;
}

/* @group Global Navigation */

ul#globalNav {
	padding: 0;
	list-style: none;
	float: right;
	margin: 0 -1px 0 0;
	visibility: visible;
}

ul#globalNav li {
	float: left;
}

a#one_password {
	display: block;
	overflow: hidden;
	width: 104px;
	text-indent: -9999px;
	float: left;
	height: 44px;
	background: url(http://aws.cachefly.net/aws/images/navbar/nav-1password.png) no-repeat;
}

a#knox {
	display: block;
	overflow: hidden;
	width: 58px;
	text-indent: -9999px;
	float: left;
	height: 44px;
	background: url(http://aws.cachefly.net/aws/images/navbar/nav-knox.png) no-repeat;
}

a#all_bookmarks {
	display: block;
	height: 44px;
	overflow: hidden;
	width: 130px;
	text-indent: -9999px;
	float: left;
	background: url(http://aws.cachefly.net/aws/images/navbar/nav-allbookmarks.png) no-repeat 0 0;
	margin-right: 0;
}

a#downloads {
	display: block;
	height: 44px;
	overflow: hidden;
	width: 110px;
	text-indent: -9999px;
	float: left;
	background-image: url(http://aws.cachefly.net/aws/images/navbar/nav-downloads.png);
}

a#store {
	display: block;
	height: 44px;
	overflow: hidden;
	width: 66px;
	text-indent: -9999px;
	float: left;
	background-image: url(http://aws.cachefly.net/aws/images/navbar/nav-store.png);
}

a#blog {
	display: block;
	height: 44px;
	overflow: hidden;
	width: 60px;
	text-indent: -9999px;
	float: left;
	background-image: url(http://aws.cachefly.net/aws/images/navbar/nav-blog.png);
}

a#support {
	display: block;
	height: 44px;
	overflow: hidden;
	width: 85px;
	text-indent: -9999px;
	float: left;
	background-image: url(http://aws.cachefly.net/aws/images/navbar/nav-support.png);
}

a#company {
	display: block;
	height: 44px;
	overflow: hidden;
	width: 90px;
	text-indent: -9999px;
	float: left;
	background-image: url(http://aws.cachefly.net/aws/images/navbar/nav-company.png);
}

a#one_password:hover, a#knox:hover, a#all_bookmarks:hover, a#downloads:hover, a#downloads:hover, a#blog:hover, a#support:hover, a#store:hover, a#company:hover  {
	background-position: 0 -44px;
}

a#one_password:active, a#knox:active, a#all_bookmarks:active, a#downloads:active, a#downloads:active, a#blog:active, a#support:active, a#store:active, a#company:active  {
	background-position: 0 -88px;
}

ul#globalNav li.current a#one_password, ul#globalNav li.current a#knox, ul#globalNav li.current a#all_bookmarks, ul#globalNav li.current a#downloads, ul#globalNav li.current a#blog, ul#globalNav li.current a#support, ul#globalNav li.current a#store, ul#globalNav li.current a#company {
	background-position: 0 -88px;
}

/* @end */

/* @group Site Navigation */

#siteNav {
	height: 51px;
	position: absolute;
	top: 43px;
	width: 918px;
	background: url(http://aws.cachefly.net/aws/images/navbar/subnav-bg.png) no-repeat;
	right: -9px;
	font-size: 12px;
}

ul#siteNavList {
	list-style: none;
	margin: 11px 0 0 25px;
	padding: 0;
}

ul#siteNavList li {
	float: left;
	margin-right: 20px;
}

ul#siteNavList a {
	color: #a0a7b2;
	text-decoration: none;
	border-style: none;
	font-size: 13px;
	line-height: 12px;
}

ul#siteNavList a:hover {
	color: #fff;
}

ul#siteNavList a.current {
	color: #e5e5e5;
	font-size: 14px;
}



/* @end */

/* @end */

/* @end */

body {
	margin: 0;
	padding: 0;
	background: #7DA6E3 url(http://aws.cachefly.net/aws/images/starfield.jpg) repeat-x fixed;
	font: 15px/1.2em "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
}

li {
	padding-bottom: 10px;
}

#content {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: white;
	width: 820px;
	padding: 40px;
	margin: 20px auto 0;
	box-shadow:0 2px 5px rgba(0,0,0,0.4);
	-webkit-box-shadow:0 2px 5px rgba(0,0,0,0.4);
	-moz-box-shadow:0 2px 5px rgba(0,0,0,0.4);
}

img.top {
	margin-left: -40px;
	margin-top: -40px;
	margin-right: -40px;
}

img.bottom {
	margin-left: -40px;
	margin-right: -40px;
	margin-bottom: -40px;
}

#topFade {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	height: 120px;
	background-image: url(../images/starfield-fade.png);
	z-index: 10;
}

.wrapperTop {
	display: block;
	position: relative;
	margin: 115px auto 0;
}

.wrapperTop-ipad {
	display: block;
	position: relative;
	margin: 15px auto 0;
}

#wrapper
 {
	width: 900px;
	margin: 0 auto;
	background: url(http://aws.cachefly.net/aws/images/1password/wrapper-bg.png) repeat-y;
	position: relative;
	padding: 10px 11px 1px;
}

.wrapperBottom {
	display: block;
	z-index: -1;
	clear: both;
	position: relative;
	margin: 0 auto;
}

.fullWidth {
	margin-left: -40px;
}

.bigger {
	font-size: 130%;
	line-height: 130%;
}

p {
	padding-bottom: 15px;
}

h2 {
	font-size: 31px;
	line-height: 36px;
	margin-bottom: 20px;
	margin-top: -5px;
}

h3 {
	font-size: 23px;
	line-height: 24px;
	margin-bottom: 20px;
	color: #286fcb;
}

h4 {
	font-size: 16px;
	color: #3d6498;
	margin-bottom: 15px;
}

h5 {
	color: #7f7f7f;
	font-size: 13px;
	margin-top: -9px;
	margin-bottom: 15px;
}

a {
	color: #286fcb;
}

a:hover {
	text-decoration: none;
}

.spacer {
	height: 20px;
	clear: both;
}

.line {
	height: 1px;
	background-color: #d8d8d8;
	margin-left: -40px;
	margin-right: -40px;
}

.clear {
	height: 1px;
	clear: both;
}

.details {
	font-size: 12px;
	line-height: 14px;
	color: #595959;
}

.changed {
	display: block;
	float: left;
	width: 60px;
	padding: 2px 5px 2px 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: -webkit-gradient(linear, left top, right top, from(#FFF), to(#6CA7FF));
	background: -moz-linear-gradient(-0deg,#FFF,#6CA7FF);
	background-color: #6CA7FF;
	margin-right: 10px;
	margin-top: -2px;
	text-align: right;
}

.fixed {
	display: block;
	float: left;
	width: 60px;
	padding: 2px 5px 2px 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: -webkit-gradient(linear, left top, right top, from(#FFF), to(#6bff6c));
	background: -moz-linear-gradient(-0deg,#FFF,#6bff6c);
	background-color: #6bff6c;
	margin-right: 10px;
	margin-top: -2px;
	text-align: right;
}

.new {
	display: block;
	float: left;
	width: 60px;
	padding: 2px 5px 2px 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: -webkit-gradient(linear, left top, right top, from(#FFF), to(#ffcb6b));
	background: -moz-linear-gradient(-0deg,#FFF,#ffcb6b);
	background-color: #ffcb6b;
	margin-right: 10px;
	margin-top: -2px;
	text-align: right;
}

small {
	font-size: 9px;
	width: 900px;
	display: block;
	margin: 10px auto 15px;
}

.bulletedList {
	list-style: disc;
	list-style-position: outside;
	padding-left: 20px;
	margin-bottom: 20px;
}

.bulletedList li {
	margin-bottom: 10px;
}

.hidden {
	display: none;
}

.largeButton, #subContent .largeButton {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#6CA7FF), to(#0045AC));
	background: -moz-linear-gradient(-90deg,#6CA7FF,#0045AC);
	background-color: #2866ca;
	border: 1px none #999;
	text-shadow: #000 0 -1px 0;
	-webkit-box-shadow:0px 1px 2px #878787;
	-moz-box-shadow:0px 1px 2px #878787;
	padding: 6px 13px 10px;
	font-size: 17px;
	color: #FFF;
	text-align: center;
	margin-bottom: 10px;
	line-height: 19px;
}

.largeButton:hover, #subContent .largeButton:hover {
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#6CA7FF), to(#003a91));
	background: -moz-linear-gradient(-90deg,#6CA7FF,#003a91);
	background-color: #2359b0;
}

.largeButtonSecondary, #subContent .largeButtonSecondary {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a6a6a6), to(#666666));
	background: -moz-linear-gradient(-90deg,#a6a6a6,#666666);
	background-color: #999;
	border: 1px none #999;
	text-shadow: #000 0 -1px 0;
	-webkit-box-shadow:0px 1px 2px #878787;
	-moz-box-shadow:0px 1px 2px #878787;
	padding: 6px 13px 10px;
	font-size: 17px;
	color: #FFF;
	text-align: center;
	line-height: 19px;
}

.largeButtonSecondary:hover, #subContent .largeButtonSecondary:hover {
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a6a6a6), to(#4d4d4d));
	background: -moz-linear-gradient(-90deg,#a6a6a6,#4d4d4d);
	background-color: #808080;
}

.mediumButton, #subContent .mediumButton {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#DDD), to(#b4b4b4));
	background: -moz-linear-gradient(-90deg,#DDD,#b4b4b4);
	background-color: #DDD;
	border: 1px none #999;
	text-shadow: #fff 0 1px 0;
	padding: 2px 10px 3px;
	font-size: 13px;
	color: #000;
	-webkit-box-shadow:0px 1px 2px #555;
	-moz-box-shadow:0px 1px 2px #878787;
}

.mediumButton:hover {
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#CCC), to(#999));
	background: -moz-linear-gradient(-90deg,#CCC,#999);
	background-color: #CCC;
}

a.primaryButton {
	font-size: 16px;
	text-decoration: none;
	background-color: #5180cb;
	color: #fff;
	padding: 2px 12px 3px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	border-width: 0;
	white-space: nowrap;
}

a.primaryButton:hover {
	background-color: #3c7ff2;
	color: #fff;
}

a.primaryButton:active {
	background-color: #326bcb;
	text-decoration: none;
}

.thumbnail {
	background-image: url(http://aws.cachefly.net/aws/images/1password/screenshots/thumbnail-bg.png);
	padding: 8px 10px 12px;
	margin-bottom: 10px;
	margin-left: -4px;
}

/* @group Hot Tips */

#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style: none;
	}
#slider, #slider li{ 
	width: 275px;
	height: 315px;
	overflow:hidden;
	margin-bottom: 20px;
}

#slider {
	margin-left: -40px;
}

.sliderPadding {
	padding-left: 39px;
	padding-right: 40px;
	display: block;
}
span#prevBtn a, span#nextBtn a{
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#DDD), to(#b4b4b4));
	background: -moz-linear-gradient(-90deg,#DDD,#b4b4b4);
	background-color: #DDD;
	border: 1px none #999;
	text-shadow: #fff 0 1px 0;
	padding: 2px 10px 3px;
	font-size: 13px;
	}

span#prevBtn a:hover, span#nextBtn a:hover {
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#CCC), to(#999));
	background: -moz-linear-gradient(-90deg,#CCC,#999);
	background-color: #CCC;
}



/* @end */
