/* ----------- Source: sandvox.css ----------- */

/* 
   css Copyright © 2005-2012 Karelia Software. All rights reserved.
   css released under Creative Commons License  - http://creativecommons.org/licenses/by-sa/2.5/ 
   All associated graphics belong to their respective owners and are licensed separately. 
*/

/* IE7 hacks */

*:first-child+html .gridItem img {
	position:relative;
	top:0px;
}

*:first-child+html .gridItem h3 {
	position:relative;
	top:0px;
}

/* Navigation arrows */
div.text-navigation { text-align:center; margin-bottom:1em;}
div.text-navigation div { display:inline; margin:0px 0.5em; }
.collection-navigation .disabled-navigation { text-indent:-5000px; }

/* 2.0 wrap compatibility. 2.0-compatible designs can further adjust these if they need */
.wide { display:block; }

.narrow.left {   /* Some designs won't respect without !important */
    float:left!important;
    clear:left!important;
}
.narrow.right {
    float:right!important;
    clear:right!important;
}

.wide.left .graphic, img.wide.left { margin-left:0px; margin-right:auto; }
.wide.center .graphic, img.wide.center { margin-left:auto; margin-right:auto; }
.wide.right .graphic, img.wide.right { margin-left:auto; margin-right:0px; }

.ImageElement.left { text-align:left; }
.ImageElement.center { text-align:center; }
.ImageElement.right { text-align:right; }

/* Captions should align themselves with the graphic */
.graphic-container.left .caption { text-align:left; }
.graphic-container.center .caption { text-align:center; }
.graphic-container.right .caption { text-align:right; }

/* Inline iframes need to display as a block to layout right */
.graphic iframe { display:block; }

/* Pagelet photo grids should be generally be auto width (some 1.x designs hardcoded an exact width) */
.pagelet .photogrid-index { width:auto; }

/* For content like amazon which forces white background. Design SHOULD set color for A tag and text color. */
.whiteBackground
{
	background-color:white;
}

.article-info
{
	margin-bottom:1em;
}
 
/* Firefox reduce dotted lines on links */
.photo-navigation a:focus, .replaced a:focus {overflow:hidden;}

/* Disqus correction to prevent overflow scroll bars in some designs */
#dsq-content { overflow:hidden; }
#dsq-content .dsq-auth-header { width: auto!important; }
#dsq-content .dsq-by { margin: 4px 6px 0px 0px; }
#dsq-content .dsq-by a, #dsq-content .dsq-by a:hover { border: 0px none; }
#dsq-content h3 { margin:0px; }

/* Site menus. Don't wrap the top level items, and wrap sub-menu items normaly. */
#sitemenu-content ul li {white-space: nowrap}
* html #sitemenu-content ul li {white-space: normal}
*:first-child+html #sitemenu-content ul li {white-space: normal}
#sitemenu-content ul ul li {white-space: normal}
#sitemenu-content span.in { position: relative; }

/* ----------- End:    sandvox.css ----------- */

/* ----------- Source: rssbadge.css ----------- */

/* Overall pagelet */
div.rssBadge
{
	margin: 10px;
}

/* Small icon option */
img.smallRSSBadgeIcon { vertical-align:middle; }
img.smallRSSBadgeIconLeft { margin-right:3px; }
img.smallRSSBadgeIconRight { margin-left:3px; }

/* Large icon option */
div.largeRSSBadgeIcon, p.largeRSSBadgeIcon
{
	margin: 0 10px;
	text-align:center !important;
}

img.largeRSSBadgeIcon { margin-bottom: 4px; }
p.largeRSSBadgeIcon { margin: 0; }

/* ----------- End:    rssbadge.css ----------- */

.HTMLElement { overflow:hidden; }

/* ----------- Source: amazonlist.css ----------- */



/* Div that contains the entire list */
div.amazonList
{
	margin-top: 20px;
	padding: 6px;
	overflow: auto;
}

div.amazonListPlaceholder
{
	width:140px;
	height:200px;
	background:rgba(0,0,0,0.25);
	margin:auto;
	padding:10px;
}

div.amazonListWhiteBackground /* additional items for .whiteBackground */
{
	border: 1px solid #AAA;
	padding: 10px 5px;
}


div.amazonListRow
{
	clear:both;
	margin-bottom: 25px !important;
}



/* Thumbnails */
img.amazonProductThumbnail
{
	margin-bottom: 8px !important;
}

img.amazonProductThumbnailFrame
{
	background-color: white !important;
	padding: 3px !important;
	border: 1px solid #AAA;	/* not so important, design may have its own */
}

img.amazonProductThumbnailNoFrame
{
	padding:0 !important;
	border-style:none !important;
}

p.amazonText {		/* Make sure paragraphs have no top margin or padding so they align with images */
	margin:0 0 6px 0;
	padding:0;
}

/* left, right and alternating layout */
.amazonListLayoutLeft .amazonProductThumbnail, .amazonListLayoutAlt .o .amazonProductThumbnail { float:left; margin-right:8px; }
.amazonListLayoutRight .amazonProductThumbnail, .amazonListLayoutAlt .e .amazonProductThumbnail { float:right; margin-left:8px; }

.amazonListLayoutLeft p.amazonText, .amazonListLayoutAlt .o p.amazonText { text-align:left !important; }
.amazonListLayoutRight p.amazonText, .amazonListLayoutAlt .e p.amazonText { text-align:right !important; }

.amazonListLayoutLeft div.amazonText div.amazonListShowThumbnails, .amazonListLayoutAlt .o div.amazonText div.amazonListShowThumbnails .amazonTextWithThumbnail
{
	margin-left:65px !important;
}
.amazonListLayoutRight div.amazonText div.amazonListShowThumbnails, .amazonListLayoutAlt .e div.amazonText div.amazonListShowThumbnails .amazonTextWithThumbnail
{
	margin-right:65px !important;
}


/* Centered layout */
.amazonListLayoutCenter .amazonListRow { text-align:center; }
.amazonListLayoutCenter p.amazonText { text-align:center !important; }


/* twoup layout */
.amazonListLayoutTwoUp { margin:0 5px !important; }
.amazonListLayoutTwoUp .e { clear:none !important;  }
.amazonListLayoutTwoUp .amazonText { text-align:center; }
.amazonListLayoutTwoUp .amazonListRow
{
	width:50%;
	margin:0 0 10px 0;
	float:left;
	text-align:center;
}
.amazonListLayoutTwoUp p.amazonText
{
	margin-left:4px;
	margin-right:4px;
}

/* Bullets */
li.amazonList { margin: 0 0 8px 0; }
p.amazonListBulletsParagraph
{
	padding:0;
	margin-top: 0px;
	margin-bottom: 0px;
}


/* Enhanced */
div.amazonListLayoutEnhanced, div.amazonListLayoutRandom { text-align:center; }

/* ----------- End:    amazonlist.css ----------- */

/* ----------- Source: main.css ----------- */

/* 
   css Copyright © 2012 Karelia Software. All rights reserved.
   css released under Creative Commons License 
        - http://creativecommons.org/licenses/by-sa/2.5/ 
   All associated graphics belong to their respective owners 
        and are licensed separately. 
*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, sans-serif;
	font-size: 75%;
	background: #bfc2c7;
}

#page-container,
#page,
#page-top,
#title {
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

#page-container {
	width: 996px;
	margin: 72px auto 0 auto;
	-webkit-box-shadow: 2px 3px 10px #666;
	-moz-box-shadow: 2px 3px 10px #666;
	box-shadow: 2px 3px 10px #666;
	overflow: hidden;
	background: #fff url(header_background.png) 0px 0px no-repeat;
}

#sandvox-page #page-container {
	margin-top: 102px;
}

#page-top {
	height: 0px;
}

#sandvox-page #page-top {
	height: 523px;
	-webkit-box-shadow: 0 0 15px #666;
	-moz-box-shadow: 0 0 15px #666;
	box-shadow: 0 0 15px #666;
	background: url(signup_background.png) center bottom no-repeat;
	border: 3px solid #828282;
	border-bottom: 1px solid #ed5515;
}

#title {
	height: 0px;
}

#sandvox-page #title {
	position: relative;
	height: 458px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: no-repeat 0px 0px;
}

#logo-container {
	display: none;
}

#sandvox-page #logo-container {
	display: block;
	position: absolute;
	right: 20px;
	left: 470px;
	top: 30px;
	text-align: center;
}

#title h1 {
	position: absolute;
	top: 0px;
	bottom: 144px;
	left: 0px;
	right: 50%;
	font-size: 80px;
	line-height: 144px;
	text-align: center;
}

#sandvox-page #title h1 {
	display: none;
	top: 180px;
	bottom: 132px;
	left: 50%;
	right: 0;
	font-size: 112px;
}

#title a {
	color: black;
	text-decoration: none;
}

#title p {
	display: none;
}

#sandvox-page #title p {
	display: block;
	position: absolute;
	right: 0;
	left: 0;
	bottom: 16px;
	height: 32px;
	font-size: 32px;
	line-height: 40px;
	text-align: center;
}

#main {
	background: #fff;
}

#main-bottom {
	clear: both;
}

#main-content {
	margin: 0 36px;
	padding: 48px 0;
}

.allow-sidebar #main-content {
	margin-right: 320px;
}


/* SITEMENU */
#sitemenu-container {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 47px;
	background: url(1200shifted.png) repeat-x 50% -1px;
	border-bottom: 1px solid #425aaa;
}

#sitemenu {
	margin: 0px auto;
	height: 33px;
	width: 996px ;
	padding-top: 14px;
	background: url(karelia-text-logo.png) no-repeat 15px 0px;
}

#sitemenu-content {
	height: 26px;
	margin-left: 235px;
}

#sitemenu ul {
	display: block;
	height: 26px;
	font-size: 12px;
	line-height: 26px;
	font-weight: 700;
	list-style: none;
	padding: 0;
}

#sitemenu li {
	display: inline;
	float: left;
	background: url(karelia_navbg2.jpg) top left repeat-x;
}

#sitemenu ul li a {
	position: relative;
	color: #151515;
	text-decoration: none;
}

#sitemenu ul span.in {
	display: block;
	background: transparent url(karelia_navdivider.jpg) top right no-repeat;
	padding: 0 12px 8px 11px;
}

#sitemenu ul li ul{
	line-height: 15px;
}

#sitemenu-content ul li ul li span.in{
	border-bottom: solid 1px #dfdfdf !important;
}

#sitemenu ul li ul li a:hover{
	color: #2a579d!important;
}



/* ARTICLE */
.article {
	float: left;
	width: 100%;
}

#sandvox-page .article {
	float: none;
}

.article-thumbnail {
	float: left;
	margin: 0 1em 0em 0;
}

.article-info {
}

#sandvox-page .left .figure-content .article {
	clear: both;
}

#sandvox-page .left .figure-content .figure-content .article {
	clear: none;
}



/* PAGELET RELATED */
/* TODO */
#sidebar-container {
	float: right;
	width: 220px;
	padding: 36px;
}

.pagelet {
	margin: 2em 0;
}

.pagelet h4 {
	font-weight: bold;
	color: #ed5515;
}

.pagelet .elementIntroduction {
	margin-bottom: 1em;
}

.pagelet .ImageElement {
	text-align: center;
}

#sidebar .pagelet p {
	margin: 1em 0;
}

.narrow.right {
	margin-left: 2em;
}

.narrow.left {
	margin-right: 2em;
}

#sidebar .narrow.right {
	margin-left: 1em;
}

#sidebar .narrow.left {
	margin-right: 1em;
}

.callout-container {
	float: left;
	width: 250px;
	padding-right: 2em;
}


/* MESS WITH PAGELETS FOR START PAGE */
#sandvox-page .narrow.graphic-container.right {
	float: right;
	margin-right: -36px;
	margin-left: 1em;
}

#sandvox-page .narrow.graphic-container.left {
	float: left;
	margin-left: -36px;
	margin-right: 1em;
}

#sandvox-page #main .graphic-container {
	clear: none;
}

#sandvox-page .callout-container {
	float: none;
	clear: both;
	height: 160px;
	width: auto;
	margin: 20px -20px;
	padding: 50px 0px 5px 0px;
	overflow: hidden;
	background: url(reviews_topline_fade.png) no-repeat center top;
}

#sandvox-page .callout {
	clear: both;
	height: 150px;
	padding-bottom: 55px;
	overflow: hidden;
	background: url(reviews_bottomline_fade.png) no-repeat center bottom;
}

#sandvox-page .callout-content {
	width: 100000px;
}

#sandvox-page .callout .pagelet {
	width: 230px;
	height: 120px;
	margin: 20px 46px 0px 46px;
	position: relative;
	float: left;
	font-size: 90%;
	font-style: italic;
	color: #888;
}

#sandvox-page .callout .pagelet.bordered {
	margin: 20px 20px 0px 20px;
	width: 200px;
}

#sandvox-page #main .callout .pagelet img {
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0;
}

#sandvox-page .blockquote-container h4 {
	position: absolute;
	bottom: 0;
	right: 0;
	font-weight: bold;
}

#sandvox-page .blockquote-container h4:before {
	content: '– ';
}

/* INDEX RELATED */

#sandvox-page .center .general-index {
	margin-top: 30px;
}

#sandvox-page .center .general-index .article {
	position: relative;
	float: left;
	width: 460px;
	margin-bottom: 40px;
}

#sandvox-page .center .general-index h3.index-title,
#sandvox-page .center .general-index .article-summary {
	margin-left: 240px;
	margin-right: 20px;
}

#sandvox-page .center .general-index .article.e h3.index-title,
#sandvox-page .center .general-index .article.e .article-summary {
	margin-left: 270px;
	margin-right: -10px;
}

#sandvox-page .left .center .general-index h3 {
	margin-top: 25px;
}

#sandvox-page .center .general-index img {
	position: absolute;
	top: 0px;
	left: 0px;
}

#sandvox-page .center .general-index .article.o {
	clear: left;
}

#sandvox-page .general-index-bottom {
	clear: both;
}


/* CONTENT RELATED */
h2, h3, h4, h5 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	margin-bottom: 0.5em;
}

h2 {
	font-size: 36px;
}

.left .general-index h3 {
	font-size: 36px;
}

h3,
.center .general-index h3,
.general-index .column h3 {
	font-size: 20px;
}

.right .general-index h3 {
	font-size: 24px;
}

.article p {
	margin-bottom: 1em;
}

ul, ol {
	padding-left: 1.5em;
}

a {
	color: #ed5515;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 0px;
}

.right p a {
	text-decoration: none;
	font-style: italic;
}



/* PHOTOGRID - mainly copied from old design */

.photogrid-index {
	margin-top:12px;
	padding-top:10px;
	text-align:center;
    margin:auto;
    overflow:hidden;
	height:1%;
}

.photogrid-index a {
	text-decoration:none;
}

.gridItem {
	float:left;
	position:relative;
	width:150px;
	height:186px;	/* room for caption */
	overflow:hidden;
	margin-top:5px;
}

.gridItem h3 {
	font-weight:400;
	font-size:12px;
	line-height:1.2em;
	text-align:center;
	margin:0 7px;
	padding:1px 0 0;
	background:transparent;
	min-height:36px;
	height:auto !important;
	height:36px;
	width:136px;
	position:absolute;
	top:140px;
}

* html .gridItem h3 {
	position:relative;
	top:0;
	margin:2px 5px;
}

.gridItem h3 a {
	text-decoration:underline;
}

.gridItem h3 a:hover, a:focus {
	text-decoration:none;
}

.gridItem img {
    margin:auto !important;
    display:block;
    position:absolute;
    top:0;
    bottom:48px;
    right:0;
    left:0;
}

.gridItem img a:hover {
    border:1px solid #2A579D;
}

* html .gridItem img {
	position:relative;
	top:0;
}

#sidebar .photogrid-index{
	width:auto;
	margin-left:25px;
}


* html .gridItem h3 {
	position:relative;
	top:0;
}

*:first-child+html .gridItem img {
	position:relative;
	top:0;
}

*:first-child+html .gridItem h3 {
	position:relative;
	top:2px;
}

.photo-navigation {
	position:relative;
	z-index:100;
	height:40px;
	width:200px;
	margin:14px auto;
}

.photo img {
	padding:0;
	margin-top:0;
	margin-bottom:5px;
}

.caption {
	font-size:.9em;
	line-height:1.4em;
	font-weight:400;
	letter-spacing:.6px;
}

* html .caption {
	font-weight:700;
	letter-spacing:0;
}

.photo-navigation a {
	border:none;
}

.photo-navigation div {
	width:40px;
	height:40px;
	position:absolute;
	text-indent:-5000em;
}

.photo-navigation a {
	border-bottom:none;
	display:block;
	width:100%;
	height:100%;
}

.image-controls a, .image-controls a:hover {
	border:0;
}

#previous-photo {
	background:url(karelia_leftarrow_gray.jpg) top no-repeat;
	left:27px;
}

#previous-photo a {
	background:url(karelia_leftnavarrow.jpg) top no-repeat;
}

#next-photo {
	background:url(karelia_rightarrow_gray.jpg) top no-repeat;
	left:123px;
}

#next-photo a {
	background:url(karelia_rightnavarrow.jpg) top no-repeat;
}

#photo-list {
	background:url(karelia_indexgrid_gray.jpg) top no-repeat;
	left:75px;
}

#photo-list a {
	background:url(karelia_indexgrid.jpg) top no-repeat;
}

.image-controls a {
	border-bottom:0;
}

.text-navigation{
	padding-top:10px;
}

.text-navigation #previous-photo, .text-navigation #next-photo, .text-navigation  #photo-list, .text-navigation a, .text-navigation a:hover{
	background:none!important;
	width:auto!important;
	font-weight:bold;
}






/* FOOTER */

#page-bottom {
	margin-top: 2em;
	border-top: 1px solid #ed5515;
	-webkit-box-shadow: 0px 0px 5px #666;
	-moz-box-shadow: 0px 0px 5px #666;
	box-shadow: 0px 0px 5px #666;
	background: #252525 url(footer_background.png) no-repeat top center;
	color: #fff;
}

#page-bottom .column1,
#page-bottom .column2 div,
#page-bottom .column2 p,
#page-bottom .column2 ul,
#page-bottom .column2 h3 {
	display: none;
}

#sandvox-page #page-bottom .column1,
#sandvox-page #page-bottom .column2 div,
#sandvox-page #page-bottom .column2 p,
#sandvox-page #page-bottom .column2 ul,
#sandvox-page #page-bottom .column2 h3,
#page-bottom .column2 p.copyright {
	display: block;
}

#sandvox-page #page-bottom .column1 {
	float: left;
	width: 420px;
	padding: 20px 100px 20px 60px;
}

#sandvox-page #page-bottom .column2 {
	float: left;
	width: 350px;
	padding: 20px;
}

#page-bottom a {
	color: #fff;
	text-decoration: underline;
}

#page-bottom li {
	margin-bottom: 3px;
	list-style-image: url(li-style.png);
}

#page-bottom .copyright {
	color: #bbb;
	font-size: 71%;
	padding: 10px 35px 0px 35px;
}

#sandvox-page #page-bottom .copyright {
	margin-top: 10px;
	padding: 0px;
}

#page-bottom .new {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 1px 4px 1px 3px;
	margin-left: 3px;
	background: #d33b12;
	font-size: 80%;
	text-shadow: 1px 1px 2px #000;
}



/* DOWNLOAD & BUY LINKS */
.sandvox-links {
	position: absolute;
	top: 60px;
	height: 150px;
	width: 280px;
	margin-left: 560px;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	text-shadow: 1px 1px 2px #000;
}

.sandvox-links a {
	display: block;
	position: absolute;
	width: 93px;
	height: 57px;
	padding: 15px 20px 0 20px;
	color: #fff;
	text-decoration: none;
}

.sandvox-links a.download-trial {
	padding: 15px 20px 0 20px;
	background: transparent url(buttons.png) -61px -17px no-repeat;
}

.sandvox-links a.buy-sandvox {
	left: 145px;
	padding: 24px 20px 0 20px;
	background: transparent url(buttons.png) -204px -18px no-repeat;
}

.uppercase {
	text-transform: uppercase;
}


/* SINGUP SECTION */
#sandvox-signup {
	position: absolute;
	top: 564px;
	height: 68px;
	width: 998px;
	margin-left: -35px;
	padding: 0px;
	color: #fff;
}

#sandvox-signup .signup-info {
	position: absolute;
	top: 16px;
	left: 60px;
	width: 400px;
	height: 40px;
}

#sandvox-signup form {
	position: absolute;
	top: 12px;
	left: 540px;
	width: 400px;
	height: 40px;
}

#sandvox-signup form input.email-field {
	position: absolute;
	top: 3px;
	width: 221px;
	height: 25px;
	padding: 3px 10px 4px 10px;
	border: 0px none;
	background: transparent url(email_address_field.png) -2px 0px no-repeat;
	font-weight:bold;
	color: #fff;
	font-size: 14px;
}

#sandvox-signup form input.email-field::-webkit-input-placeholder {
	color: #ccc;
}

#sandvox-signup form input.email-field::-moz-placeholder {
	color: #ccc;
}

#sandvox-signup .submit-container {
	position: absolute;
	left: 260px;
	width: 107px;
	height: 35px;
	background: transparent url(buttons.png) no-repeat -147px -129px;
}

#sandvox-signup input.submit-button {
	position: absolute;
	left: 7px;
	top: 4px;
	width: 92px;
	height: 29px;
	border: 0px none;
	background: transparent;
	text-shadow: 1px 1px 2px #000;
	font-weight:bold;
	color: #fff;
	font-size: 14px;
}


/* LAST SECTION OF HOMEPAGE */
.columns-3 .column {
	float: left;
	width: 290px;
	position: relative;
}

.columns-3 .column.i2 {
	margin: 0 25px;
}

.highlight {
	color: #EC7A21;
	font-weight: bold;
}


/* Sandvox boilerplate */
.clear {
	clear: both;
	height: 0;
}

.graphic-container.center {
	clear: none;
}

.hidden  {
    display:none;
}

.narrow {
	display: block;
	clear: right;
    float: right;
}

img.wide {
	clear: both;
	display:block;
}



/* IE Love */

*:first-child+html .download-trial {
	margin-left: -120px;
}

*:first-child+html .column.i3 {
	padding-top: 70px!important;
}

*:first-child+html #main .callout {
	overflow: visible;
}

*:first-child+html #main .callout-container {
	overflow: visible;
}

/* ----------- End:    main.css ----------- */

.callout-container, .graphic-container { clear:both; }

