/* Page set-ups. */

* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: inherit;
}

a img {
	outline: none;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}

em, strong {
	font-weight: normal;
	font-style: normal;
}

.hide {
	display: none;
}

html {
	min-width: 876px; /* So that the navbar doesn't wrap. */
	}

html#index {
	min-width: 1024px; /* For the video */
}

body {
	background-image: -webkit-linear-gradient(#cdc9c6 0%, #dddddd 100%);
	background-image: linear-gradient(#cdc9c6 0%, #dddddd 100%);
	padding-top: 576px;
	position: relative;
	margin: 0;
	}
	
/* Fonts */
	
@font-face {
  font-family: "Chrono Regular";
  src: url("/fonts/ChronoWeb_EOT/ChronoWebRegular.eot");
  src: local("☺"),
    url("/fonts/ChronoWeb_WOFF/ChronoWebRegular.woff") format("woff");
  }
@font-face {
  font-family: "Chrono Medium";
  src: url("/fonts/ChronoWeb_EOT/ChronoWebMedium.eot");
  src: local("☺"),
    url("/fonts/ChronoWeb_WOFF/ChronoWebMedium.woff") format("woff");
  }
@font-face {
  font-family: "Chrono Bold";
  src: url("/fonts/ChronoWeb_EOT/ChronoWebBold.eot");
  src: local("☺"),
    url("/fonts/ChronoWeb_WOFF/ChronoWebBold.woff") format("woff");
  }
@font-face {
  font-family: "Chrono Light";
  src: url("/fonts/ChronoWeb_EOT/ChronoWebLight.eot");
  src: local("☺"),
    url("/fonts/ChronoWeb_WOFF/ChronoWebLight.woff") format("woff");
  }
  
/* ! Header */


header {
	position: absolute;
	height: 576px;
	width: 100%;
	top: 0;
	font-family: HelveticaNeue, Helvetica, Arial, sans-serif;
	
	background-image: url(images/Midwife_logo.gif), -webkit-linear-gradient(#dddddd 0%, #cdc9c6 100%);
	background-image: url(images/Midwife_logo.gif), linear-gradient(#dddddd 0%, #cdc9c6 100%);
	background-position: 50% 100%, 0% 0%;
	background-repeat: no-repeat, repeat;
	background-size: 1024px 576px;
	-webkit-background-size: 1024px 576px;
	-moz-background-size: 1024px 576px;
	-o-background-size: 1024px 576px;
	}


header #big_icon {
	width: 491px;
	position: relative;
	margin: 12px auto -117px auto;
}

header h1 {
	background: url(images/midwife_avatar_394.png) no-repeat 50% 50%;
	height: 394px;
	color: transparent;
	text-indent: -9999px;
	position: relative;
	-webkit-background-size: 413px 394px;
	-moz-background-size: 413px 394px;
	-o-background-size: 413px 394px;
	background-size: 413px 394px;
}

/* ! Navbar */

nav#buttonbar {
	height: 85px;
	text-align: right;
	margin: 0 auto;
	position: relative;
}

#buttonbar section.nav-button {
	height: 85px;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
}

#buttonbar section.nav-button a {
	padding: 20px 10px 20px 65px;
	position: relative;
	-webkit-font-smoothing: antialiased;
}

#buttonbar div.buttonHighlight {
	position: absolute;
	height: 85px;
	background-image: url(images/nav-button-highlight.png);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom left;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	opacity: 0.01;
}

#buttonbar section.nav-button:hover div.buttonHighlight {
	opacity: 1;
}

#buttonbar section.nav-button a.button {
	background-repeat: no-repeat;
	background-position: 10px 50%;
	display: block;
}

.nav-button p {
	color: #7c8090;
	font-size: 13px;
	text-transform: lowercase;
	text-align: left;
}

.nav-button h3 {
	font-weight: normal;
	font-size: 24px;
	color: #ffffff;
	text-align: left;
}

section#button-whatwedo a {
	background-image: url(images/nav-whatwedo_icon.png);
	-webkit-background-size: 48px 48px;
	-moz-background-size: 48px 48px;
	-o-background-size: 48px 48px;
	background-size: 48px 48px;
	}
section#button-theteam a {
	background-image: url(images/nav-theteam_icon.png);
	-webkit-background-size: 48px 48px;
	-moz-background-size: 48px 48px;
	-o-background-size: 48px 48px;
	background-size: 48px 48px;
	}

section#button-contact a {
	background-image: url(images/help-send-email@2x.png);
	-webkit-background-size: 48px 36px;
	-moz-background-size: 48px 48px;
	-o-background-size: 48px 36px;
	background-size: 48px 36px;
	align: right
	}

section#button-whatwedo {
	margin-right: 300px;
	}

	
	
section#button-whatwedo div.buttonHighlight { width: 221px; background-size: 221px; }
section#button-theteam div.buttonHighlight { width: 176px; background-size: 176px; }
section#button-contact div.buttonHighlight { width: 176px; background-size: 176px; }

/* ! Main Content */

.contentwidth {
	width: 761px;
	margin: 0 auto;
	}

#pitch {
	padding-top: 0px;
	display: table;	
}

#pitch p {
	display: table-cell;
	width: 50%;
	padding: 0px 10px;
	}
	
#pitch h3 {
	font-family: "Chrono Regular", sans-serif;
	font-size: 34px;
	color: #436fa2;
	text-align: center;
	background-image: -webkit-linear-gradient(#2c5b92 50%, #0a3978 100%);
	background-image: linear-gradient(#2c5b92 50%, #0a3978 100%);
}

#pitch h4 {
	font-family: "Chrono Medium", sans-serif;
	font-size: 40px;
	color: #ff99cc;
	text-align: center;
	margin-bottom: 20px;
	background-image: -webkit-linear-gradient(#525252 50%, #3a3a3a 100%);
	background-image: linear-gradient(#525252 50%, #3a3a3a 100%);
}

#pitch h3, #pitch h4 {
/* 	text-shadow: 0px 1px 0px #fff; */
	-webkit-background-clip: text, border;
	-webkit-text-fill-color: transparent;
}

#pitch p {
	font-family: "Chrono Regular", sans-serif;
	color: #414141;
	font-size: 14px;
	line-height: 22px;
	text-align: justify;
}

#pitch p2 {
	font-family: "Chrono Regular", sans-serif;
	color: #436fa2;
	text-align: justify
	font-size: 22px;
	line-height: 30px;
	text-align: left;
}

#pitch p5 {
	font-family: "Chrono Regular", sans-serif;
	color: #414141;
	font-size: 10px;
	line-height: 14px;
	text-align: justify;
}


#pitch p strong {
	font-family: "Chrono Bold", sans-serif;
	font-weight: normal;
}

section#tourvideo {
	background: #434652 -webkit-linear-gradient(rgba(255,255,255,0.20) 0%, rgba(0,0,0,0.20) 100%);
	background: #000000 -moz-linear-gradient(rgba(0,0,0,1) 0%, rgba(0,0,0,1) 100%);
	background: #000000 -o-linear-gradient(rgba(0,0,0,1) 0%, rgba(0,0,0,1) 100%);
	background: #434652 linear-gradient(rgba(255,255,255,0.20) 0%, rgba(0,0,0,0.20) 100%);
	margin: 20px 0;
	padding: 20px 0px 0px 0px;
	width: 100%;
}

section#tourvideo.chromejob {
	background: black;
}

section#tourvideo h3 {
	font-family: "Chrono Light", sans-serif;
	color: #ffffff;
	font-size: 32px;
	line-height: 22px;
	margin: 20px auto;
	font-weight: normal;
	text-align: center;
	}
	
#perspectiveBox {
	overflow: hidden;
	height: 585px;
	-webkit-perspective-origin: 25% 50%;
	-moz-perspective-origin: 25% 50%;
	perspective-origin: 25% 50%;
	-webkit-perspective: 600px;
	-moz-perspective: 600px;
	perspective: 600px;
	width: 1024px;
	margin: 0 auto;
}
	
body#coda2.revealed:before {
	content: " ";
	display: block;
	position: fixed;
	width: 100%;
	height: 100%;
	background: transparent;
}

body#coda2.revealed #perspectiveBox { overflow: visible; }
body#coda2.revealed header { z-index: -1; }
	
#video {
	-webkit-mask-box-image: url(Showreel-Mask.png);
	mask-box-image: url(Showreel-Mask.png);
	-webkit-transform: rotateX(180deg) rotateY(180deg) rotateZ(180deg) scale(1) translateX(0%) translateY(0%);
	-moz-transform: rotateX(180deg) rotateY(180deg) rotateZ(180deg) scale(1) translateX(0%) translateY(0%);
	-o-transform: rotateX(180deg) rotateY(180deg) rotateZ(180deg) scale(1) translateX(0%) translateY(0%);
	transform: rotateX(180deg) rotateY(180deg) rotateZ(180deg) scale(1) translateX(0%) translateY(0%);
}

#video.chromejob {
	-webkit-mask-box-image: none;
	}

#tourvideo #playButton {
	display: inline-block;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	padding: 12px 10px 10px 10px;
	background: #981fed -webkit-linear-gradient(#ff9a57 0%, #ff4e00 50%, #ee4900 51%, #d44100 100%);
	background: #981fed -moz-linear-gradient(#ff9a57 0%, #ff4e00 50%, #ee4900 51%, #d44100 100%);
	background: #981fed -o-linear-gradient(#ff9a57 0%, #ff4e00 50%, #ee4900 51%, #d44100 100%);
	background: #981fed linear-gradient(#ff9a57 0%, #ff4e00 50%, #ee4900 51%, #d44100 100%);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: inset 0px 1px 2px rgba(255,255,255,.75), 0px 1px 2px rgba(0,0,0,.5);
	-moz-box-shadow: inset 0px 1px 2px rgba(255,255,255,.75), 0px 1px 2px rgba(0,0,0,.5);
	-o-box-shadow: inset 0px 1px 2px rgba(255,255,255,.75), 0px 1px 2px rgba(0,0,0,.5);
	box-shadow: inset 0px 1px 2px rgba(255,255,255,.75), 0px 1px 2px rgba(0,0,0,.5);
	text-shadow: 0 -1px 0 #b55b1f;
}
#tourvideo #playButton:active {
	background: #981fed -webkit-linear-gradient(#ee4900 0%, #ff4e00 50%, #ee4900 51%, #ff4e00 100%);
	background: #981fed -moz-linear-gradient(#ee4900 0%, #ff4e00 50%, #ee4900 51%, #ff4e00 100%);
	background: #981fed linear-gradient(#ee4900 0%, #ff4e00 50%, #ee4900 51%, #ff4e00 100%);
	-webkit-box-shadow: inset 0px 1px 2px rgba(0,0,0,.25), 0px 0px 1px rgba(0,0,0,.25);
	-moz-box-shadow: inset 0px 1px 2px rgba(0,0,0,.25), 0px 0px 1px rgba(0,0,0,.25);
/* 	-o-box-shadow: inset 0px 1px 2px rgba(0,0,0,.25), 0px 0px 1px rgba(0,0,0,.25); */
	box-shadow: inset 0px 1px 2px rgba(0,0,0,.25), 0px 0px 1px rgba(0,0,0,.25);
}
#tourvideo #playButton:after {
	content: '▶';
	font-size: 20px;
	line-height: 20px;
	margin-left: 8px;
}

section#tour-details:before {
	content: ' ';
	display: block;
	position: relative;
	top: -40px;
	width: 100%;
	height: 20px;
	background: -webkit-linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,.08) 80%, rgba(0,0,0,.13) 100%);
	background: -moz-linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,.08) 80%, rgba(0,0,0,.13) 100%);
	background: -o-linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,.08) 80%, rgba(0,0,0,.13) 100%);
	background: linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,.08) 80%, rgba(0,0,0,.13) 100%);
	-webkit-box-shadow: 0 3px 2px rgba(255,255,255,.25);
	-moz-box-shadow: 0 3px 2px rgba(255,255,255,.25);
	-o-box-shadow: 0 3px 2px rgba(255,255,255,.25);
	box-shadow: 0 3px 2px rgba(255,255,255,.25);
}

section#tour-details.noshadow:before {
	display: none;
}

section#tour-details {
	/*background-image: url(images/tour-details-separator-line.png), url(images/tour-details-separator-line.png), url(images/tour-details-separator-line.png), url(images/tour-details-separator-line.png), url(images/tour-details-separator-line.png), url(images/tour-details-separator-glow.png), url(images/tour-details-separator-glow.png), url(images/tour-details-separator-glow.png), url(images/tour-details-separator-glow.png), url(images/tour-details-separator-glow.png); */
	background-repeat: repeat-x, repeat-x, repeat-x, repeat-x, repeat-x, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
	background-position: 50% 140px, 50% 472px, 50% 804px, 50% 1086px, 50% 1330px, 50% 140px, 50% 472px, 50% 804px, 50% 1086px, 50% 1330px;
}

html#index.firefox section#tour-details {
	background-position: 50% 140px, 50% 484px, 50% 824px, 50% 1110px, 50% 1365px, 50% 140px, 50% 484px, 50% 824px, 50% 1110px, 50% 1365px;
}

html#index.opera section#tour-details {
	background-position: 50% 140px, 50% 465px, 50% 790px, 50% 1060px, 50% 1304px, 50% 140px, 50% 465px, 50% 790px, 50% 1060px, 50% 1304px;
}

html#index.win section#tour-details.chromejob {
	background-position: 50% 140px, 50% 485px, 50% 830px, 50% 1110px, 50% 1364px, 50% 140px, 50% 485px, 50% 830px, 50% 1110px, 50% 1364px;
}
	
section#tour-details div.missturkey {
	width: 710px;
	margin: 0 auto;
 }

section.feature-block {
	padding: 20px;
	width: 410px;
	margin: 0 auto;
	float: left;
}


section#tour-details h2 {
	padding-top: 0px;
}

section#tour-details section#feature-editor h3 { background-image: url(images/tour-details-editor-icon.png); }
section#tour-details section#feature-ui h3 { background-image: url(images/tour-details-ui-icon.png); }
section#tour-details section#feature-files h3 { background-image: url(images/tour-details-files-icon.png); }
section#tour-details section#feature-clips h3 { background-image: url(images/tour-details-clips-icon.png); }
section#tour-details section#feature-sites h3 { background-image: url(images/tour-details-sites-icon.png); }
section#tour-details section#feature-css h3 { background-image: url(images/tour-details-css-icon.png); }
section#tour-details section#feature-mysql h3 { background-image: url(images/tour-details-mysql-icon.png); }
section#tour-details section#feature-tools h3 { background-image: url(images/tour-details-tools-icon.png); }

section h2 {
	font-family: "Chrono Medium", sans-serif;
	color: #2D5B95;
	font-size: 36px;
	text-align: center;
	text-shadow: 0px 1px 0px #fff;
	font-weight: normal;
	}
	
section#tour-details h2 { color: #2D5B95; }
section#makestuff h2 {
	color: #464646;
	font-family: "Chrono Medium", sans-serif;
	}

section#tour-details h3 {
	font-family: "Chrono Regular", sans-serif;
	background-repeat: no-repeat;
	background-position: 0px 2px;
	margin: 10px 0px 20px 0px;
	padding-left: 40px;
	font-size: 36px;
	background-size: 32px 32px;
	-webkit-background-size: 32px 32px;
	-moz-background-size: 32px 32px;
	-o-background-size: 32px 32px;
}

section#tour-details h3 span {
	-webkit-background-clip: text, border;
	background-clip: text, border;
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
	display: block;
}

section#tour-details h3 strong {
	font-family: "Chrono Medium", sans-serif;
	font-weight: normal;
}

section#tour-details section#feature-editor h3 span,
section#tour-details section#feature-ui h3 span {
	color: #293189;
	background-image: -webkit-linear-gradient(#1b1b82 0%, #293189 100%);
	background-image: linear-gradient(#1b1b82 0%, #293189 100%);
 }

section#tour-details section#feature-files h3 span,
section#tour-details section#feature-clips h3 span {
	color: #446C90;	
	background-image: -webkit-linear-gradient(#0f3962 0%, #4a99de 100%);
	background-image: linear-gradient(#0f3962 0%, #4a99de 100%);
 }

section#tour-details section#feature-sites h3 span,
section#tour-details section#feature-css h3 span {
	color: #3786BF;	
	background-image: -webkit-linear-gradient(#2767AF 50%, #3786BF 100%);
	background-image: linear-gradient(#2767AF 50%, #3786BF 100%);
 }

section#tour-details section#feature-mysql h3 span,
section#tour-details section#feature-tools h3 span {
	color: #4E00A8;
	background-image: -webkit-linear-gradient(#2D0097 50%, #4E00A8 100%);
	background-image: linear-gradient(#2D0097 50%, #4E00A8 100%);
 }

section#tour-details section#feature-list h3 span {
	color: #9B004F;
	background-image: -webkit-linear-gradient(#87002B 50%, #9B004F 100%);
	background-image: linear-gradient(#87002B 50%, #9B004F 100%);
 }
 
section#tour-details h4 {
	font-family: "Chrono Regular", sans-serif;
	color: #000000;
	font-size: 18px;
	display: list-item;
	list-style-position: inside;
	margin-top: 5px;
}

section#tour-details .active h4 {
	color: #eee;
}

section#tour-details .active p {
	color: #999;
}

section#tour-details p, section#tour-details li {
	font-family: "Chrono Regular", sans-serif;
	color: #646464;
	font-size: 15px;
	margin-bottom: 15px;
}

section#feature-list h3 {
	font-family: "Chrono Regular", sans-serif;
	text-align: center;
	padding-left: 0px;
}

section#tour-details ul {
	list-style: none;
	-webkit-column-count: 3;
	-moz-column-count: 3;
	-o-column-count: 3;
	column-count: 3;
	text-align: center;
}

section#tour-details li {
	display: block;
	color: #000;
}

section#tour-details li:nth-child(1),
section#tour-details li:nth-child(2),
section#tour-details li:nth-child(3),
section#tour-details li:nth-child(4),
section#tour-details li:nth-child(5) {
	text-align: left;
}

section#tour-details li:nth-child(11),
section#tour-details li:nth-child(12),
section#tour-details li:nth-child(13),
section#tour-details li:nth-child(14),
section#tour-details li:nth-child(15) {
	text-align: right;
}

/* ! Screenshots */

#screenshots {
	background: rgba(0,0,0,.1);
	text-align: center;
	padding: 35px 0;
	margin: 20px 0px;
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.1), 0px 1px 1px rgba(255,255,255,0.4);
}

#screenshots .screenshot {
	display: inline-block;
	width: 180px;
	height: 112px;
	margin: 20px 28px;
	text-indent: -9999px;
	color: transparent;
	background-repeat: no-repeat;
	-webkit-background-size: 180px 112px;
	box-shadow: 0px 2px 5px rgba(0,0,0,0.5);
}

#screenshots #screenshot1 { background-image: url(images/shot1-thumb.jpg); }
#screenshots #screenshot2 { background-image: url(images/shot2-thumb.jpg); }
#screenshots #screenshot3 { background-image: url(images/shot3-thumb.jpg); }
#screenshots #screenshot4 { background-image: url(images/shot4-thumb.jpg); }

section#dietcoda {
	margin-right: auto;
	margin-left: auto;
}

section#dietcoda h2 {
	font-family: "Chrono Regular", sans-serif;
	color: #bf0017;
	font-size: 36px;
	text-align: center;
	margin: 20px auto;
}

section#dietcoda h2 strong {
	font-family: "Chrono Medium", sans-serif;
	font-weight: normal;
}

section#dietcoda a#dietcodalink {
	display: block;
	width: 900px;
	height: 56px;
	margin: 0 auto;
	background: url(images/AirPreview900.jpg) no-repeat 50% 50%;
	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.2), 0 1px 0px white;
	-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,.2), 0 1px 0px white;
	-o-box-shadow: inset 0 1px 3px rgba(0,0,0,.2), 0 1px 0px white;
	box-shadow: inset 0 1px 3px rgba(0,0,0,.2), 0 1px 0px white;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	padding-top: 345px;	
	-webkit-background-size: 900px 486px;
	-moz-background-size: 900px 486px;
	-o-background-size: 900px 486px;
	background-size: 900px 486px;
}
	
section#dietcoda p {
	text-align: center;
	font-family: "Chrono Regular", sans-serif;
	font-size: 25px;
	color: #fff;
	line-height: 60px;
	text-shadow: 0px -1px 0px #473626;
}

section#dietcoda p span {
	display: inline-block;
	text-decoration: none;
	padding-left: 56px;
	margin-left: 8px;
/* 	background: url(images/dietcoda-appstore_icon.png) no-repeat 0% 50%; */
	background: url(images/dietcoda-icon.png) no-repeat 0% 6px;
	color: #acebfe;
	background-size: 50px 50px;
	-webkit-background-size: 50px 50px;
	-moz-background-size: 50px 50px;
	-o-background-size: 50px 50px;
}

section#makestuff {
	margin: 40px auto;
	background: url(images/makestuff-bg.png) no-repeat 50% 100%;
	padding-bottom: 178px;
	-webkit-background-size: 835px 138px;
	-moz-background-size: 835px 138px;
	-o-background-size: 835px 138px;
	background-size: 835px 138px;
}

section#makestuff h2 {
	text-align: center;
}

footer {
	text-transform: uppercase;
	font-size: 11px;
	font-family: "Chrono Regular", sans-serif;
	text-align: center;
	margin: 40px auto;
	color: rgba(0,0,0,.35);
	padding-top: 64px;
	background: url(images/midwife_avatar_quarter.png) 50% 0% no-repeat;
	-webkit-background-size: 56px 56px;
	-moz-background-size: 56px 56px;
	-o-background-size: 56px 56px;
	background-size: 56px 56px;
}

/* Support Page Stuff */

article#serial-lookup {
	padding-top: 400px;
	padding-left: 26px;
	margin: 0 auto 20px auto;
	width: 600px;
	text-align: right;
	display: block;
	background: url(images/help-padlock.png) no-repeat 0px 403px;
	-webkit-background-size: 22px 29px;
	-moz-background-size: 22px 29px;
	-o-background-size: 22px 29px;
	background-size: 22px 29px;	
}

html.firefox article#serial-lookup {
	width: 631px;
}

#serial-lookup form {
	display: table;
}

input#email-search {
	border-radius: 8px;
	padding-left: 2px;
	font-size: 13px;
}

#serial-lookup form fieldset {
	border: none;
	text-align: center;
}

#serial-lookup form div
{
	display: table-cell;
	padding: 3px;
	vertical-align: middle;
}

#serial-lookup form h3 {
	font-family: "Chrono Regular", sans-serif;
	font-size: 16px;
	color: #414141;
	line-height: 29px;
	text-align: right;
}

#serial-lookup form h3 {
	font-size: 18px;
}

section.support-section {
	padding: 20px 40px;
	background: transparent -webkit-linear-gradient(rgba(255,255,255,0.80) 0, rgba(235,235,235,0.75) 60%);
	background: transparent -moz-linear-gradient(rgba(255,255,255,0.80) 0, rgba(235,235,235,0.75) 60%);
	background: transparent -o-linear-gradient(rgba(255,255,255,0.80) 0, rgba(235,235,235,0.75) 60%);
	background: transparent linear-gradient(rgba(255,255,255,0.80) 0, rgba(235,235,235,0.75) 60%);
	}

section.support-section h2,
section.support-section h3,
section.support-section p
{
	font-family: "Chrono Regular", sans-serif;
	width: 760px;
	margin: 10px auto;
}

section.support-section a {
	text-decoration: underline;
	color: rgb(0, 63, 140);
}

section.support-section h2 {
	font-size: 24px;
	line-height: 32px;
	text-transform: lowercase;
	margin: 10px auto;
	text-align: left;
	}
	
#coda2-faq strong {
	font-family: "Chrono Medium", sans-serif !important; 
}
	
#coda2-faq h2 {
	padding-left: 40px;
	background: url(images/help-faq-icon.png) left no-repeat;
	color: #1f4687;
	width: 720px;
	-webkit-background-size: 30px 28px;
	-moz-background-size: 30px 28px;
	-o-background-size: 30px 28px;
	background-size: 30px 28px;
	}

#coda2-faq h3 {
	margin-top: 20px;
	margin-bottom: 5px;
	font-size: 18px;
	font-family: "Chrono Medium", sans-serif;
	width: 760px;
	padding-left: 0px;
	}

#coda2-faq ol {
	width: 720px;
	padding-left: 40px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
	line-height: 18px;
	font-family: "Chrono Regular", sans-serif;
}

#coda2-faq li {
	margin-bottom: 20px;
}

#coda2-faq p {
	margin-bottom: 20px;
	padding-left: 40px;
	width: 720px;
	font-size: 14px;
	line-height: 18px;
	font-family: "Chrono Regular", sans-serif;
	}
	
#coda2-contact h2 {
	padding-left: 46px;
	background: url(images/help-send-email.png) left no-repeat;
	-webkit-background-size: 36px 27px;
	-moz-background-size: 36px 27px;
	-o-background-size: 36px 27px;
	background-size: 36px 27px;
	color: #4b0a78;
	width: 720px;
	}
	
#coda2-contact form {
	font: 18px/18px "Chrono Regular";
	margin: 20px auto;
	text-align: center;
	}

#coda2-contact form, #coda2-contact form select {
	font-size: 18px;
	line-height: 24px;
}

#coda2-contact form select {
	vertical-align: 2px;
	}
	
#coda2-contact form input {
	vertical-align: 2px;
}
	
#coda2-contact p {
	font: 14px/14px "Chrono Regular";
	margin: 20px auto;
	text-align: center;}
	
/* Buy Page */

#coda2-buynow #pitch h4, #coda2-buynow #pitch h3  {
	-webkit-background-clip: border;
	background-clip: border;
	-webkit-text-fill-color: currentcolor;	
	text-fill-color: currentcolor;	
	background-color: transparent;
	background-image: none;
	font-size: 36px;
	}
	
#coda2-buynow #pitch h3 {
	font-family: "Chrono Medium", sans-serif;
	font-size: 40px;
}
	
#coda2-buynow #pitch h3 span {
	color: #285da2; /* For Firefox */
	background-image: -webkit-linear-gradient(#285da2 50%, #0e2f58 100%);
	background-image: linear-gradient(#285da2 50%, #0e2f58 100%);
	-webkit-background-clip: text, border;
	background-clip: text, border;
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
	font-family: "Chrono Medium", sans-serif;
}

#coda2-buynow #pitch h3 em {
	color: #7a1ab6; /* For Firefox */
	background-image: -webkit-linear-gradient(#ce3aeb 0%, #7a1ab6 100%);
	background-image: linear-gradient(#ce3aeb 0%, #7a1ab6 100%);
	-webkit-background-clip: text, border;
	background-clip: text, border;
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
	font-family: "Chrono Medium", sans-serif;
}

#coda2-buynow #pitch h4 span {
	color: #259fd9; /* For Firefox */
	background-image: -webkit-linear-gradient(#259fd9 50%, #05629b 100%);
	background-image: linear-gradient(#259fd9 50%, #05629b 100%);
	-webkit-background-clip: text, border;
	background-clip: text, border;
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
}

#pitch h4 ins {
	color: #ff99cc; /* For Firefox */
	background-image: -webkit-linear-gradient(#e30067 50%, #c20065 100%);
	background-image: linear-gradient(#e30067 50%, #c20065 100%);
	-webkit-background-clip: text, content;
	background-clip: text, content;
	-webkit-text-fill-color: transparent;	
	text-fill-color: transparent;	
	text-decoration: none;
	}
	
span#price-coda2 { color: #e30067; }
	
#pitch h4 del {
	color: #259fd9; /* For Firefox */
	-webkit-background-clip: border;
	background-clip: border;
	-webkit-text-fill-color: currentcolor;	
	text-fill-color: currentcolor;	
	background-color: transparent;
	background-image: none;	
}

section#macappstore {
	border-top: 1px solid rgba(255,255,255,0.9);
	background: url(images/macappstore_bg.png) 50% 100% repeat-x;
	padding: 20px 0;
	margin: 20px auto;
	box-shadow: 0px 5px 8px rgba(0,0,0,0.1);
	-webkit-background-size: 255px 233px;		
	-moz-background-size: 255px 233px;		
	-o-background-size: 255px 233px;		
	background-size: 255px 233px;		
}

section#macappstore h3, section#orderpage h3 {
	font-size: 36px;
	font-family: "Chrono Light", sans-serif;
	text-align: center;
	color: #444;
}
	
a#appstorelink {
	display: block;
	width: 274px;
	margin: 20px auto;
	text-align: center;
	height: 85px;	
	background: url(images/macappstore-button.png) no-repeat;
	text-indent: -9999px;
	-webkit-background-size: 274px 85px;		
	-moz-background-size: 274px 85px;		
	-o-background-size: 274px 85px;		
	background-size: 274px 85px;		
}

section#macappstore p, section#orderpage p {
	font-family: "Chrono Light", sans-serif;
	color: #666;
	text-align: center;
	font-size: 15px;
}

section#macappstore span#icloudnote {
	background: url(images/icloud-icon.png) 0% 50% no-repeat;
	padding-left: 20px;
	-webkit-background-size: 16px 16px;		
	-moz-background-size: 16px 16px;		
	-o-background-size: 16px 16px;		
	background-size: 16px 16px;		
}

section#orderpage {
	padding-top: 40px;
}

form input {
	font-size: medium;
}

section#download p#demoterms {
	color: #b80036;
}

#coda2-buynow form {
	width: 800px;
	margin: 0 auto;
	font-family: "Chrono Regular", sans-serif;
}

#coda2-buynow form section {
	background: transparent -webkit-linear-gradient(rgba(255,255,255,0.80) 0, rgba(235,235,235,0.75) 60%);
	background: transparent -moz-linear-gradient(rgba(255,255,255,0.80) 0, rgba(235,235,235,0.75) 60%);
	background: transparent -o-linear-gradient(rgba(255,255,255,0.80) 0, rgba(235,235,235,0.75) 60%);
	background: transparent linear-gradient(rgba(255,255,255,0.80) 0, rgba(235,235,235,0.75) 60%);
	padding-bottom: 40px;
}

section#download dl {
	width: 250px;
	margin: 20px auto;
	padding: 10px 10px 10px 85px;
	background: url(images/download-icon.png) 10px 50% no-repeat;
	-webkit-background-size: 64px 64px;
	-moz-background-size: 64px 64px;
	-o-background-size: 64px 64px;
	background-size: 64px 64px;
}

section#download dl dt a {
	text-decoration: underline;
	color: blue;
	font-family: "Chrono Medium", sans-serif;
	cursor: pointer;
}

section#download dl dd a {
	text-decoration: underline;
	cursor: pointer;
}

#coda2-buynow .form-section fieldset {
	border: none;

}

#coda2-buynow legend {
	display: none;
}

#coda2-buynow .form-section fieldset {
	position: relative;
}

#coda2-buynow .form-section fieldset div.popover {
	position: absolute;
	width: 250px;
	top: -105px;
	right: -52px;
	background: white;
	border-radius: 10px;
	padding: 20px;
	font: 16px/20px "Chrono Light";
	color: #444;
	z-index: 600;
	box-shadow: 0 5px 20px rgba(0,0,0,.5);
}

#coda2-buynow .form-section fieldset div.popover h3 {
	font: 24px/32px "Chrono Medium";
	letter-spacing: -1px;
	color: #008ff2;
	background: -webkit-linear-gradient(top, #22a3f4 0%, #0074ee 100%), 
transparent;
	-webkit-background-clip: text, border;
	-webkit-text-fill-color: transparent;
}

.popover {
}

.popover:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 20px;
	right: 20px;
	height: 22px;
	background: white;
}

.popover:after {
	content: "";
	z-index: -1;
	width: 16px;
	height: 16px;
	background: #fff;
	margin-left: -10px;
	position: absolute;
	bottom: -8px;
	left: 50%;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	box-shadow: 0px 5px 20px rgba(0,0,0,.5);
}

section#orderpage p.salenote {
	margin: 10px 0;
	font-family: "Chrono Regular", sans-serif;
	text-align: center;
}

section#orderpage p.salenote em {
	font-family: "Chrono Medium", sans-serif;
	color: #444;
}

span#price-coda2 {
	color: #b80036;
	font-family: "Chrono Medium", sans-serif;
	}


#item-table {
	display: table;	
	width: 590px;
	margin: 0 auto;
}

div.item-row {
	display: table-row-group;
}

.item-row label {
	display: table-cell;
	padding: 10px 2px;
	cursor: hand;
}

,item-row span {
	display: table-cell;
	vertical-align: middle;
}

.item-row label.itemtitle {
	font-family: "Chrono Medium", sans-serif;
	text-align: right;
	padding-right: 42px;
	background-position: 100% 50%;
	background-repeat: no-repeat;
}

#coda2-row label.itemtitle {
	background-image: url(img/coda_1-icon.png.html);
	background-size: 32px 32px;
	-webkit-background-size: 32px 32px;
	-moz-background-size: 32px 32px;
	-o-background-size: 32px 32px;	
}

.item-row input[type="radio"] {
	margin: auto 10px;
	
}

section#what .item-row input[type="number"] {
	width: 3em;
}

section#what div.item-row#coda2-upgrade-oldserial {
	display: block;
	opacity: 0.2;
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}

div#coda2-upgrade-oldserial label#mf_oldserialLabel {
	display: block;
	margin-right: 0;
	margin-left: 200px;
	margin-top: -10px;
	}

section.form-section {
	margin: 20px;
	padding: 10px 20px;
}


section.form-section h2 {
	font-size: 24px;
	font-weight: normal;
	font-family: "Chrono Medium", sans-serif;
	margin: 10px;
	text-align: left;
	color: rgb(65, 65, 65);
}

ul#notes {
	font-size: 13px;
	line-height: 22px;
	margin: 10px auto 10px;
	width: 430px;
	text-align: left;
	padding-left: 135px;	
}

#notes li a {
	color: #666;
	text-decoration: underline;
	}

ul#notes li em {
	font-family: "Chrono Medium", sans-serif;
}

ul#notes li {
	list-style: none;
	padding-left: 24px;
}

#buyNoteUpgrade {
	background: url(/images-global/buy-note-upgrade.png) 1px 2px no-repeat;
	background-size: 16px 16px;
	-webkit-background-size: 16px 16px;
	-moz-background-size: 16px 16px;
	-o-background-size: 16px 16px;
}

#buyNoteForgot {
	background: url(/images-global/buy-note-serial.png) 0 3px no-repeat;
	background-size: 16px 15px;
	-webkit-background-size: 16px 15px;
	-moz-background-size: 16px 15px;
	-o-background-size: 16px 15px;
}

#buyNoteTime {
	background: url(/images-global/buy-note-time.png) 0 1px no-repeat;
	background-size: 16px 16px;
	-webkit-background-size: 16px 16px;
	-moz-background-size: 16px 16px;
	-o-background-size: 16px 16px;
}

#buyNoteMultiuser {
	background: url(/images-global/buy-note-multiuser.png) 0 0px no-repeat;
	background-size: 16px 15px;
	-webkit-background-size: 16px 16px;
	-moz-background-size: 16px 16px;
	-o-background-size: 16px 16px;
}

#who fieldset {
	display: table;
/* 	width: 100%; */
}

div.formgroup {
	display: table;
	width: 680px;
	margin: 0 auto;
}

div.formgroup label, div.formgroup span {
	display: table-cell;
	width: 50%;
	font-size: 16px;
	vertical-align: middle;
}

div.formgroup label {
	text-align: right;
	padding: 6px 4px 6px 0;
	width: 40%;
}

div.formgroup span {
	text-align: left;
	padding: 6px 50px 6px 4px;
	width: 60%;
}

div.formgroup span input {
	width: 80%;
	transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}

section#how fieldset.item-table {
	display: table;
	margin: 20px auto;
	width: 473px;
}

.table-row {
	display: table-row-group;
	vertical-align: middle;
	
}

div.table-cell {
	display: table-cell;
	padding: 5px;
}

#cc-info {
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

#cc-info.hidden {
	opacity: 0;
	margin-bottom: -100px;
	
}

label#cc-card {
	color: transparent;
	text-indent: -9999px;
	background: url(/images-global/buy-cards.png) no-repeat 0% 50%;
	background-size: 219px 25px;
	-webkit-background-size: 219px 25px;
	-moz-background-size: 219px 25px;
	-o-background-size: 219px 25px;
	line-height: 25px;
	height: 25px;
	padding: 5px 0;
}

label#cc-paypal {
	color: transparent;
	text-indent: -9999px;
	background: url(/images-global/buy-paypal.png) no-repeat 0% 50%;
	background-size: 39px 25px;
	-webkit-background-size: 39px 25px;
	-moz-background-size: 39px 25px;
	-o-background-size: 39px 25px;
	line-height: 25px;
	height: 25px;
	padding: 5px 0;
}

#cardnumber-row input,
#cardexpiry-row input,
#cvv-row input {
	width: 100%;
}

#cvv-row input {
	width: 100%;
}

#how div.table-cell {
	text-align: right;
}

#how div.table-cell:nth-of-type(2) {
	text-align: left;
}

#coda2-buynow form section#how {
	padding-bottom: 0px;
}

#how #cvv-row div.table-cell.cvv {
	background: url(/images-global/buy-cvv.png) no-repeat 0% 50%;
	-webkit-background-size: 61px 23px;
	-moz-background-size: 61px 23px;
	-o-background-size: 61px 23px;
	background-size: 61px 23px;
	padding-left: 39px;
}

label#cc-card.all { background-image: url(/images-global/buy-cards.png); }
label#cc-card.visa { background-image: url(/images-global/buy-cards-visa.png); }
label#cc-card.mastercard { background-image: url(/images-global/buy-cards-mc.png); }
label#cc-card.discover { background-image: url(/images-global/buy-cards-discover.png); }
label#cc-card.amex { background-image: url(/images-global/buy-cards-amex.png); }
label#cc-card.jcb { background-image: url(/images-global/buy-cards-jcb.png); }
label#cc-bank-transfer { background-image: url(/images-global/buy-transfer.png); }

#coda2-buynow form section#checkout {
	display: block;
	text-align: center;
	background: transparent -webkit-linear-gradient(rgba(235,235,235,0.75) 0, rgba(255,255,255,0.80) 40%);
	background: transparent -moz-linear-gradient(rgba(235,235,235,0.75) 0, rgba(255,255,255,0.80) 40%);
	background: transparent -o-linear-gradient(rgba(235,235,235,0.75) 0, rgba(255,255,255,0.80) 40%);	
	background: transparent linear-gradient(rgba(235,235,235,0.75) 0, rgba(255,255,255,0.80) 40%);	
}
	
#checkout label {
	font-size: 24px;
}

.error.table-cell {
	text-align: left;
}

.error input {
	box-shadow: inset 0 0 5px #ca0000;
	-webkit-box-shadow:  0 0 5px #ca0000;
	-moz-box-shadow: inset 0 0 5px #ca0000;
	-o-box-shadow: inset 0 0 5px #ca0000;
	transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    border: 1px solid #ca0000;
    }
    


#elist-signup label {
	font-size: 14px;
}

#checkout em {
	color: #3C8AFF;
	font-family: "Chrono Medium", sans-serif;
}


input#progressButton, input#finish { 
    -khtml-appearance: none;
    padding: 5px 18px;
    margin: 20px auto;
    width: 250px;

    font: 16px HelveticaNeue, HelveticaNeue, Helvetica, Arial, sans-serif;
    text-shadow: 0 1px 0 rgba(255,255,255,.8);
    
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    -o-border-radius: 26px;
    border-radius: 26px;
    border: 1px solid rgba(0,0,0,.35);
    
    background-color: #ddd; 
    background-image: -moz-linear-gradient(top, #f6f6f6, #dddddd);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#ddd)), -webkit-gradient(linear, left top, left bottom, from(#9dec63), to(#7fd141));
    background-image: -o-linear-gradient(linear, left top, left bottom, from(#f6f6f6), to(#ddd)), -o-linear-gradient(linear, left top, left bottom, from(#9dec63), to(#7fd141));
    background-image: linear-gradient(linear, left top, left bottom, from(#f6f6f6), to(#ddd)), linear-gradient(linear, left top, left bottom, from(#9dec63), to(#7fd141));
    background-position: 0px 0, 0 0;
    background-repeat: no-repeat, no-repeat;
    -webkit-background-size: 900px 30px, 1000px 30px;
    -moz-background-size: 900px 30px, 1000px 30px;
    
    -webkit-transition-property: -webkit-box-shadow, background-position;
    -webkit-transition-duration: .16s;    
    -moz-transition-property: -moz-box-shadow, background-position;
    -moz-transition-duration: .16s;
    -o-transition-property: -o-box-shadow, background-position;
    -o-transition-duration: .16s;
    transition-property: box-shadow, background-position;
    transition-duration: .16s;
}

input#finish {
	padding: 5px;
	margin: 0;
	width: 100px;
	font-size: 12px;
}

input#progressButton:active, input#finish:active {
	background-image: -moz-linear-gradient(top, #cccccc, #dddddd);	
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#ddd)), -webkit-gradient(linear, left top, left bottom, from(#70bb38), to(#8ad851));
    background-image: -o-gradient(linear, left top, left bottom, from(#ccc), to(#ddd)), -o-gradient(linear, left top, left bottom, from(#70bb38), to(#8ad851));
    background-image: linear-gradient(linear, left top, left bottom, from(#ccc), to(#ddd)), linear-gradient(linear, left top, left bottom, from(#70bb38), to(#8ad851));
}
input#progressButton:hover, input#finish:hover {
    -webkit-box-shadow: 0 0px 4px #399cff;
    -moz-box-shadow:  0 0px 4px #399cff;
    -o-box-shadow:  0 0px 4px #399cff;
    box-shadow:  0 0px 4px #399cff;
}

/* Plugins */

section.content {
	font-family: "Chrono Regular", sans-serif;
	padding-top: 412px;
	width: 900px;
	margin: 0 auto;
}

section.content h3 {
	font-family: "Chrono Regular", sans-serif;
	font-size: 34px;
	color: #436fa2;
	text-align: center;
    text-shadow: 0 1px 0 rgba(255,255,255,.8);
}

section.content h4 {
	font-family: "Chrono Medium", sans-serif;
	font-size: 40px;
	color: #48aedf;
	text-align: center;
	margin-bottom: 20px;
    text-shadow: 0 1px 0 rgba(255,255,255,.8);
}

ul.plugins-list {
	font-family: "Chrono Regular", sans-serif;
	font-size: 14px;
	list-style: none;
	display: table;
	width: 760px;
	margin: 20px auto;
/* 	padding: 10px 0; */
	background-color: #fafafa;
	border-radius: 10px;
    -webkit-box-shadow: inset 0px 0px 4px 2px rgba(0,0,0,0.25);
    -moz-box-shadow: inset 0px 0px 4px 2px rgba(0,0,0,0.25);
    -o-box-shadow: inset 0px 0px 4px 2px rgba(0,0,0,0.25);
    box-shadow: inset 0px 0px 4px 2px rgba(0,0,0,0.25);
    overflow: hidden;
}

ul.plugins-list li  {
	list-style: none;
	display: table-row-group;
}

ul.plugins-list li a {
	display: table-row;
	}

ul.plugins-list li:nth-child(even) {
}

ul.plugins-list li:nth-child(odd) {
}

ul.plugins-list li:hover {
	background-color: rgba(205,235,255,0.25);
    -webkit-transition-property: all;
    -webkit-transition-duration: .3s;    
    -moz-transition-property: all;
    -moz-transition-duration: .3s;
    -o-transition-property: all;
    -o-transition-duration: .3s;
    transition-property: all;
    transition-duration: .3s;
	}

ul.plugins-list p {
	display: table-cell;
	vertical-align: top;
	padding: 8px;
	padding-left: 20px;
	border-bottom: 1px solid rgba(0,0,0,0.25);
	margin: 0px;
	outline: none;
}

ul.plugins-list p.plugin-name {
	font-family: "Chrono Medium", sans-serif;
	text-align: left;
	width: 35%;
}

ul.plugins-list p.plugin-desc {
	text-align: left;
	font-family: "Chrono Light", sans-serif;
	width: 65%;
}

span.plugin-req {
	font-family: "Chrono Light", sans-serif;
	color: #999;
	font-style: italic;
}

ul.plugins-list li.divider {
	background-image: -webkit-linear-gradient(rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.4) 70%);
	background-image: -moz-linear-gradient(rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.4) 70%);
	background-image: -o-linear-gradient(rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.4) 70%);
	background-image: linear-gradient(rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.4) 70%);
    -webkit-box-shadow: inset 0px 0px 4px 2px rgba(0,0,0,0.25);
    -moz-box-shadow: inset 0px 0px 4px 2px rgba(0,0,0,0.25);
    -o-box-shadow: inset 0px 0px 4px 2px rgba(0,0,0,0.25);
    box-shadow: inset 0px 0px 4px 2px rgba(0,0,0,0.25);
}

ul.plugins-list li.divider:hover {
	background-color: transparent;
}

ul.plugins-list li.divider p {
    font-family: "Chrono Medium", sans-serif;
    color: rgba(0,0,0,.95);
    color: rgba(255,255,255,0.95);
    text-shadow: 0 1px 0 rgba(255,255,255,.85);
    text-shadow: 0 1px 0 rgba(0,0,0,.95);
    text-transform: uppercase;
}

.content p {
	width: 700px;
	margin: 20px auto;
	text-align: left;
}

.content p a, section#plugins-placeholder dl dt, div#plugincreator-downloads dl dt {
	text-decoration: underline;
	color: blue;
	}
	
section#plugins-placeholder {
	background: transparent -webkit-linear-gradient(rgba(255,255,255,0.80) 0, rgba(235,235,235,0.75) 60%);
	background: transparent -moz-linear-gradient(rgba(255,255,255,0.80) 0, rgba(235,235,235,0.75) 60%);
	background: transparent -o-linear-gradient(rgba(255,255,255,0.80) 0, rgba(235,235,235,0.75) 60%);
	background: transparent linear-gradient(rgba(255,255,255,0.80) 0, rgba(235,235,235,0.75) 60%);
	padding: 20px 0;
	margin: 40px auto;
	}

section#plugins-placeholder dl, div#plugincreator-downloads dl {
	margin: 20px 0;
	padding: 10px 20px 10px 135px;
	background: url(images/download-icon.png) 50px 50% no-repeat;
	-webkit-background-size: 64px 64px;
	-moz-background-size: 64px 64px;
	-o-background-size: 64px 64px;
	background-size: 64px 64px;
}

div#plugincreator-downloads {
	width: 400px;
	margin: 20px auto;
	background-color: #fafafa;
	border-radius: 10px;
    -webkit-box-shadow: inset 0px 0px 4px 2px rgba(0,0,0,0.25);
    -moz-box-shadow: inset 0px 0px 4px 2px rgba(0,0,0,0.25);
    -o-box-shadow: inset 0px 0px 4px 2px rgba(0,0,0,0.25);
    box-shadow: inset 0px 0px 4px 2px rgba(0,0,0,0.25);
    overflow: hidden;
    }
    
div#plugincreator-downloads:hover {
    -webkit-box-shadow: inset 0px 0px 4px 2px rgba(0,0,0,0.35);
    -moz-box-shadow: inset 0px 0px 4px 2px rgba(0,0,0,0.35);
    -o-box-shadow: inset 0px 0px 4px 2px rgba(0,0,0,0.35);
    box-shadow: inset 0px 0px 4px 2px rgba(0,0,0,0.35);
}

div#plugincreator-downloads a dl:hover {
	background-color: rgba(205,235,255,0.25);
}

div#plugincreator-downloads dl#plugin-creator {
	background-image: url(images/plugin_creator-icon.png);
	-webkit-background-size: 64px 64px;
	-moz-background-size: 64px 64px;
	-o-background-size: 64px 64px;
	background-size: 64px 64px;
}

div#plugincreator-downloads dl#plugin-samples {
	background-position: 55px 50%;
}

section#plugin-docs {
	width: 700px;
}

section#plugin-dev-docs dl {
	padding-right: 20px;
	padding-left: 20px;
	border-left: 2px solid rgba(0,0,0,0.2);
	margin-bottom: 20px;
}

section#plugin-dev-docs blockquote {
	border: 0;
	padding-left: 50px;
	padding-right: 50px;
	margin-bottom: 40px;
}

section#plugin-dev-docs dl table {
	border-collapse: collapse;
	border-radius: 4px;
    -webkit-box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.25);
    -moz-box-shadow: inset 0px 0px 4px 2px rgba(0,0,0,0.25);
    -o-box-shadow: inset 0px 0px 4px 2px rgba(0,0,0,0.25);
    box-shadow:  0px 0px 4px 2px rgba(0,0,0,0.25);
    margin-left: 20px;
}

section#plugin-dev-docs dl th {
	font-family: "Chrono Medium", sans-serif;
	padding: 4px;
}

section#plugin-dev-docs dl tr:nth-child(even) {
	background: rgba(0,0,0,0.07);
	}

section#plugin-dev-docs dl td {
	text-align: center;
	padding: 2px;
}

section#plugin-dev-docs dl td:nth-child(1) {
	text-align: right;
}

section#plugin-dev-docs dt {
	margin-top: 20px;
	}
	
section#plugin-dev-docs dd {
	margin-bottom: 10px;
	margin-left: 20px;
	text-indent: -20px;
	}
	
section#plugin-dev-docs h4 {
	font-family: "Chrono Medium", sans-serif;
	text-align: left;
	font-size: 18px;
	line-height: 24px;
    text-shadow: 0 1px 0 rgba(255,255,255,.8);
    margin: 20px auto;
}

section#plugin-dev-docs code {
	display: inline-block;
	background: rgba(43,43,43,0.81);
	padding: 4px 8px;
	margin-bottom: 4px;
	border-radius: 4px;
	color: rgba(232,233,217,0.92);
    -webkit-box-shadow:  0px 0px 2px 1px rgba(0,0,0,0.25);
    -moz-box-shadow:  0px 0px 2px 1px rgba(0,0,0,0.25);
    -o-box-shadow:  0px 0px 2px 1px rgba(0,0,0,0.25);
    box-shadow:  0px 0px 2px 1px rgba(0,0,0,0.25);
    overflow: hidden;
    }

nav#plugin-switcher {
	display: table;
	
	margin: 20px auto;
	border-radius: 8px;
    font: 16px HelveticaNeue, HelveticaNeue, Helvetica, Arial, sans-serif;
    text-shadow: 0 1px 0 rgba(255,255,255,.8);
    
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid rgba(0,0,0,.35);
    
    background-color: #ddd; 
    background-image: -moz-linear-gradient(top, #f6f6f6, #dddddd);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#ddd)), -webkit-gradient(linear, left top, left bottom, from(#9dec63), to(#7fd141));
    background-image: -o-linear-gradient(linear, left top, left bottom, from(#f6f6f6), to(#ddd)), -o-linear-gradient(linear, left top, left bottom, from(#9dec63), to(#7fd141));
    background-image: linear-gradient(linear, left top, left bottom, from(#f6f6f6), to(#ddd)), linear-gradient(linear, left top, left bottom, from(#9dec63), to(#7fd141));
    background-position: 0px 0, 0 0;
    background-repeat: no-repeat, no-repeat;
    -webkit-background-size: 900px 30px, 1000px 30px;
    -moz-background-size: 900px 30px, 1000px 30px;}

nav#plugin-switcher a {
	display: table-cell;
	padding: 4px 10px;
}

nav#plugin-switcher a.selected {
	font-color: rgba(24, 99, 207, 0.2);
}

nav#plugin-switcher a#color-selector.selected,
nav#plugin-switcher a#syntax-selector.selected,
nav#plugin-switcher a#all-selector.selected { border-left: 1px solid rgba(0,0,0,0.30); }
nav#plugin-switcher a#plugin-selector.selected { border-right: 1px solid rgba(0,0,0,0.30); }