/* @override http://conceitedsoftware.com/styles/global.css */

@import url(reset.css);
/*I WIN, NL FAILS*/

/*This CSS really needs some spring cleaning*/

/* GENERIC BLOCK LEVEL STYLING */
body, HTML {
	background: rgba(33,30,33,1.0);
	font-family: Helvetica, Arial, Geneva, sans-serif;
	height: 100%;
	
}
/* BASE TYPOGRAPHY */
#feature h1 {
	color: #FFF;
	font-size: 18px;
	text-transform: uppercase;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	width: 100%;
}

#feature h1 a {
	color: #FFF;
    text-decoration: none;
}

#feature h1 span {
	min-width:80px;
	display: block;
	font-size: 10px;
	color: #fff;
	background: #211e21;	
	padding: 3px;
	margin: -15px 30px 15px 700px;
	text-transform: uppercase;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-align:center;
}

#feature h1 span a{
	display: inline;
	color: #fff;
}

h2 {
	color: #D8569C;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
}
h2.featureHead {
	float: left;
	color: #FFF;
	font-size: 18px;
	text-transform: uppercase;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	width: 100%;
	background: url(../images/featureHeader2bg.gif) repeat-x;
	display: block;
	padding: 12px 0 0 0;
	height: 30px;
}
h2.featureHead span {
	margin-left:20px;

}

h2.featureHead span span {
	min-width:80px;
	display: block;
	font-size: 10px;
	color: #fff;
	background: #211e21;	
	padding: 3px;
	margin: -15px 30px 15px 720px;
	text-transform: uppercase;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-align:center;
}
h2.center {
	margin:20px;	
}
p {
	font-size: 13px;
	color: #636363;
	line-height: 20px;
}
	p strong {
		color: #343434;
		font-weight: bold;
	}
a {
	text-decoration: none;
	color: #343434;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}

img a:hover {
	text-decoration: none;
}
a.arrow {
	text-decoration: none;
	color: #343434;
	font-weight: bold;
	padding: 0 10px 0 0;
	background: url(http://conceitedsoftware.com/images/arrow1.gif) no-repeat right 4px;
}
a.arrow:hover {
	text-decoration: underline;
}
label {
	cursor: pointer;
}

/* GENERIC LAYOUTS */
.home #feature .twoColumn {
	float: left;
	width: 300px;
}

.twoColumn-dark {
	width: 30%;
	float: right;
	background: #dadada;
	border-radius-top-left:5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	padding:20px;

}

.twoColumn-dark-h2 {
	margin:0 20px 0 20px;
	color: #aaa;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
}

.twoColumn-dark-h2 span {
	font-size: 12px;
	color: #343434;
	text-transform:lowercase;

}
 .twoColumn-dark p {
	margin:0 20px 0 20px;
	padding-bottom: 15px;
	line-height: 16px;

}
.twoColumn-dark-h2 span span {
 	float: right;
}

.twoColumn-dark-h2 span span b {
 	color: #aaa;
}
.twoColumn-dark li {
	list-style-type: none;
}

.twoColumn-wide {
	width: 30%;
	width: 65%;
	float: left;

}

.twoColumn {
	width: 49%;
	float: left;
}
	.twoColumn h2, .twoColumn-wide h2 {
		margin:0 0 0 30px;
	}
	.twoColumn p, .twoColumn-wide p {
		margin:0 0 0 30px;
		padding-bottom: 15px;
		line-height: 18px;

	}
	.twoColumn ol, .twoColumn-wide ol, .twoColumn-dark ol, .twoColumn-dark ol {
		margin:0 0 0 30px;
	}
	.oneColumn ul {
		padding: 20px;
		margin:0 0 0 30px;
	}
	.twoColumn ul , .twoColumn-wide ul, .twoColumn-dark ul, .twoColumn-dark ul {
		padding: 20px;
		margin:0 0 0 30px;
		font-size: 13px;
	}
	.twoColumn li, .twoColumn-wide li, .twoColumn-dark li {
		list-style-type: circle;
		line-height: 20px;
	}
.oneColumn {
	padding: 20px;
}
.threeColumn {
	width: 30%;
	margin: 0 0 0 20px;
	padding: 15px 0 0 0;
	float: left;
	text-align: center;
}
	.threeColumn p {
		text-align: left;
		color: #343434;
		font-size: 12px;
		line-height: 16px;
		padding: 10px 0;
		background: url(http://conceitedsoftware.com/images/bgThreeColP.gif) no-repeat center bottom;
		font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	}
	.threeColumn p.last {
		background: none !important;
	}
	.threeColumn p span {
		display: block;
		font-weight: bold;
	}
	.threeColumn img {
		padding-top: 10px;
	}
#releaseNotes a.btnWhite {
	background:url(http://conceitedsoftware.com/images/btnWhiteLeft.png) left center no-repeat;
	padding:0 0 0 16px;
	height:37px;
	font-size:15px;
	display:block;
	text-transform:uppercase;
	clear:both;
	margin:0 0 10px 0;
	float: left;
}
#releaseNotes a.btnWhite span {
	display:block;
	padding:11px 16px 11px 5px;
	background:url(http://conceitedsoftware.com/images/btnWhiteRight.png) right center no-repeat;
	float:left;
	min-width:100px;
}
#releaseNotes {
	margin:40px 0 0 0;
	float: left;
}
a.btnWhite {
	background:url(http://conceitedsoftware.com/images/btnWhiteLeft.png) left 4px no-repeat;
	padding:0 0 0 16px;
	height:41px;
	font-size:15px;
	display:block;
	text-transform:uppercase;
	clear:both;
	margin:0 0 10px 0;
	float: left;
}
a.btnWhite span {
	display:block;
	padding:11px 16px 11px 5px;
	background:url(http://conceitedsoftware.com/images/btnWhiteRight.png) right center no-repeat;
	float:left;
	min-width:100px;
}
div#logo {
	margin: x0px 0 0 30px;
	float: left;
}
.hud {
	width: 390px;
	float: left;
}
	.hud  .hudTop {
		float: left;
		height: 7px;
		width: 100%;
		background: url(http://conceitedsoftware.com/images/bgHudTop.png) no-repeat 0 0;
	}
	.blog #feature .hud .hudTop {
		background: url(http://conceitedsoftware.com/images/bgBlogHudTop.png) no-repeat 0 0;
	}
	.blog #feature .hud .hudContent {
		background: url(http://conceitedsoftware.com/images/bgBlogHudCentre.png) repeat 0 bottom;
	}
	.hud .hudContent {
		float: left;
		width: 100%;
		background: url(http://conceitedsoftware.com/images/bgHudCentre.png) repeat 0 bottom;
		padding: 10px 0 20px 0;
		font-family: Helvetica, Arial, Geneva, sans-serif;
	}	
		.hud .hudContent p {
			color: #fff;
			font-size: 12px;
			padding:0 0 0 20px;
			margin:0 !important;
			float: left;
		}
		.hud .hudContent .btnHudLeft {
			background: url(http://conceitedsoftware.com/images/btnHudLeft.png) no-repeat;
			width: 171px;
			height: 39px;
			float: left;
			margin: 5px 0 5px 23px;
		}
			.hud .hudContent .btnHudLeft a {
				margin: 9px 0 0 25px;
				display: block;
				color: #FFF;
				text-transform: uppercase;
				font-size: 18px;
			}
			.hud .hudContent .btnHudLeft a.purchaseBtn {
				padding: 0 0 0 15px;
				background: url(http://conceitedsoftware.com/images/bgPurchaseBtn.png) no-repeat 0 0px;
			}
		.hud .hudContent .btnHudRight {
			background: url(http://conceitedsoftware.com/images/btnHudRight.png) no-repeat;
			width: 171px;
			height: 39px;
			float: left;
			margin: 5px 0 5px 1px;
		}
		.hud .hudContent .btnHudRight a {
			margin: 9px 0 0 22px;
			display: block;
			color: #FFF;
			text-transform: uppercase;
			font-size: 18px;
		}
		.hud .hudContent .btnHudRight a.downloadBtn {
			padding: 0 0 0 15px;
			background: url(http://conceitedsoftware.com/images/bgDownloadBtn.png) no-repeat 0 2px;
		}
#vcard {
	background: #c7c8cc;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	float: left;
	padding: 10px;
	margin: 10px 0 10px 60px;
	
}
	#vcard p {
		width: 215px !important;
		margin: 0 10px 0 0 !important;
		padding: 5px 0 0 0 !important;
		font-size: 12px !important;
		text-align: right;
		line-height: 16px !important;
	}
	#vcard #btnvcard {
		float: left;
	}
.readMore {
	width: 350px;
	float: left;
	background: #92939a;
	padding: 3px 10px 1px 10px;
	margin: 0 15px 15px 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.readMore a,
.readMore span {
	font-size: 11px !important;
	color: #dfdfdf;
	float: left;
	margin: 3px 0 0 0;
}
.readMore a.btnArrow {
	float: right;
	margin: 0;
}
#goBtn {
	background: url(http://conceitedsoftware.com/images/goHudBtn.png) no-repeat;
	border: none;
	height: 22px;
	width: 36px;
	color: #fff;
}
#goBtn:hover {
	cursor: pointer;
}
/* PAGE SPECIFICS */

body.blog #mainContent {
	background:#FFF;
	float: left;
	width: 100%;
}

body.submit #mainContent {
	background:#FFF;
	float: left;
	width: 100%;
}
body.home #mainContent {
	padding: 30px 0 0 0;
	margin: 10px 0 0 0;
	background: #fff !important;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
}
	body.home #mainContent p,
	body.home #mainContent h2 {
		width: 360px;
		float: left;
	}
body.home #feature {
	background:transparent !important;
}
body.home #feature #featureContent {
	width: 100%;
	height: 285px;
	background: url(http://conceitedsoftware.com/images/bgHomeFeat.png) no-repeat;
}
body.blog #feature #featureContent {
	width: 100%;
	height: 136px;
	float: left;
	background: url(http://conceitedsoftware.com/images/featureBlogBg.jpg) repeat-y;
}
body.linkinus #feature #featureContent {
	width: 100%;
	height: 260px;
	float: left;
	background: url(http://conceitedsoftware.com/images/bgFeatureLinkinus.jpg) repeat-y;
}
body.iphone #feature #featureContent {
	width: 100%;
	height: 260px;
	float: left;
	background: url(http://conceitedsoftware.com/images/bgFeatureIphone.png) repeat-y;
}
body.store .oneColumn fieldset {
	width: 430px;
	margin: 0 auto;
}
	body.store .oneColumn fieldset div {
		width: 100%;
		float: right;
	}
body.store .oneColumn fieldset div input[type="radio"] {
	padding: 10px 0 0 0;
	display: block;
	float: left;
}
body.store .oneColumn fieldset div label {
	display: block;
	width: 390px;
	font-size: 13px;
	float: left;
}
body.store #mainContent,
body.contact #mainContent,
body.about #mainContent {
	background: #fff;
	/*padding: 20px 0;*/
	padding-top:20px;
}
body.store #mainContent h2,
body.store #mainContent h3,
body.store #mainContent p, 
body.about #mainContent h2,
body.about #mainContent h3,
body.about #mainContent p {
	margin: 0 20px;
}
body.store #mainContent h3 {
	font-size: 14px;
	width: 100%;
	clear: both;
}

body.storefront #mainContent {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
div.alignleft {
	margin:20px 0 20px 300px;
	float:left;	
	font-size:14px;
	text-transform:uppercase;
}
div.alignright {
	margin:20px 300px 20px 0;
	float:right;	
	font-size:14px;
	text-transform:uppercase;
}

/* GENERAL STYLING */
#container {
	width: 823px;
	margin: 15px auto 0;
	background:;
}
	#header {
		background:;
	}
		#header ul li {
			float: left;
			display: block;
		}
		#nav {
			min-height: 70px;
			background: url(http://conceitedsoftware.com/images/navBg.jpg) repeat-x;
		}
			#nav a {
			}
			#nav img {
				float: left;
			}
			#nav ul {
			}
				#nav ul li 
				{
					display:inline;
					float:left;
					width:118px;
				}
				#nav ul li.first {
					width:12px;
					height: 58px;
					display: block;
					background: url(http://conceitedsoftware.com/images/navLiFirstBg.png) no-repeat !important;
					margin: 0 0 0 0;
				}
				#nav ul li.logo {
					margin: 0 147px 0 0;
					padding: 10px 0 0 0;
					background: transparent !important;
				}
				#nav ul li.logo a {
					margin: 3px 0 0 0;
					padding: 0px;
					background: none;
				}
				#nav ul li.end {
					width:12px;
					height: 58px;
					display: block;
					background: url(http://conceitedsoftware.com/images/navLiLastBg.png) no-repeat !important;
				}
				#nav ul li.blog {
					width: 120px !important;
				}
				#nav ul li.blog a {
					width: 120px !important;
					background: url(http://conceitedsoftware.com/images/navLiBg.png) no-repeat;
				}
					#nav ul li a {
						margin: 0 auto;
						padding: 22px 0 0 0;
						display: block;
						width: 118px;
						height: 37px;
						background: url(http://conceitedsoftware.com/images/navLiBg.png) no-repeat;
						text-align: center;
						color: #FFF;
						text-decoration: none;
						font-weight: bold;
						text-transform: uppercase;
						font-size: 14px;
						text-shadow: #858585 -1px -1px 1px;
					}
					#nav ul li a:hover {
						background-position: 0 -59px;
						cursor: pointer;
					}
		
		#subNav {
			position: absolute;
			left:50%;
			top:85px;
			width: 386px ;
			margin: 0 0 0 -207px;
			z-index: 1;
				opacity: 0.90;
		}
			#subNav h3 {
				float: right;
				background: #191919;
				color: #fff;
				text-transform: uppercase;
				padding: 3px 5px 5px;
				margin-bottom: -50px;
				margin-top: 2px;
				clear: both;
				z-index: 13;
				display: block;
				position: relative;
				visibility: visible;
				padding-right: 10px;
			}
			#subNav h3:first {
				margin-top: 0px;
			} 
			#subNav img#subClose {
				position: absolute;
				top: -29px;
				left: -10px;
			}
			
			#subNav h3.first {
				padding-top: -10px;
			}
			#subNav img.arrow {
				position: absolute;
				left:178px;
				margin: -31px 0 0 0;
				z-index: 99;
				opacity: 0.80;
			}
			#subNav ul {
				clear: both;
				display: block;
				float: left ;
				height: auto ;
				background: #191919 ;
				padding-bottom: 20px;
				padding-top: 30px;
				-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
				-moz-box-shadow: rgba(0, 0, 0, 0.5) 5px 5px 5px;
				box-shadow: rgba(0, 0, 0, 0.5) 5px 5px 5px;
				z-index: 1;
			} #subNav ul#iphoneSub {
				-moz-border-radius-bottomleft:5px;
				-webkit-border-bottom-left-radius:5px;
				-moz-border-radius-bottomright:5px;
				-webkit-border-bottom-right-radius:5px;
				padding-bottom: 8px;
			} #subNav ul#macSub {
				-moz-border-radius-topleft:5px;
				-webkit-border-top-left-radius:5px;
				-moz-border-radius-topright:5px;
				-webkit-border-top-right-radius:5px;
				border-top-left-radius:5px;
				border-top-right-radius:5px;
				margin-top: -19px;
				padding-top: 50px;
}
			#subNav ul li {
				background: #191919 ;
				float: left;
				width: 193px ;
				margin: 0 ;
				padding: 0 ;
				z-index: 1;
			}
			#subNav ul li a {
				display: block;
				float: left;
				font-weight:normal;
				height: 50px;
				/*background: url(http://conceitedsoftware.com/images/bgSubNav.jpg) repeat-x;*/
				padding: 5px ;
				margin-left: 5px;
				width: auto ;
				z-index: 1;
			}
			#subNav ul li a:hover,
			#subNav ul li.selected a {
				cursor: pointer;
				/*background: url(http://conceitedsoftware.com/images/subNavBg.gif) repeat-x 0 -60px;*/ background: #000; opacity: 1.0;
				-moz-border-radius:5px;
				-webkit-border-radius:5px;
				border-radius:5px;
			}
			
				#subNav ul li img {
					float: left;
					margin: 0 5px 0 0;
				}
				#subNav ul li p {
					color: #8a8a8a;
					padding: 0px;
					margin: 0px;
					width:165px;
					line-height: 13px;
				}
				#subNav ul li p.title {
					font-weight: bold;
					color: #fff;
				}
				#subNav ul li:hover p,
				#subNav ul li.selected p {
					color: #FFF;
				}
	#content {
	}
		#feature {
			float: left;
			background: url(http://conceitedsoftware.com/images/featureHeaderBg.gif) no-repeat;
			width: 823px;
			
		}
			#feature h1 {
				padding: 12px 0 0 20px;
				height: 31px;
				width: 100%;
			}
				body.blog #feature h1 {
					width: 670px;
					float: left;
					display: block;
				}
	
			#feature p {
				margin: 15px auto 0;
				color: #fff;
				width: 340px;
				line-height: 20px;
			}
			#feature p strong {
				color: #fff;
				font-weight: bold;
			}
			#feature form.search {
				padding: 10px 20px;
				text-align: center;
			}
				#feature form label {
					text-transform: uppercase;
					font-size: 12px;
					color: #fff;
					font-weight: bold;
					margin: 0 5px 0 0;
				}
			#feature .hud {
				margin: 22px auto 0;
			}
			#feature .hud a {
				color: #fff;
				font-weight: bold;
				text-decoration: underline;
			}
			#feature img.screenShot {
				margin: 16px 0 0 14px ;
			}
		#screenshotBar {
			float: left;
			width: 100%;
			background: #dadada url(http://conceitedsoftware.com/images/bgScreenshot.gif) repeat-x 0 bottom;
			padding: 0 0 15px 0;
		}
			#screenshotBar #screenshotHeader {
				background: url(http://conceitedsoftware.com/images/bgScreenshotHeader.gif) repeat-x;
				float: left;
				height: 45px;
				width: 100%;
			}
			#screenshotBar #screenshotHeader span {
				font-size: 12px;
				text-transform: uppercase;
				font-weight: bold;
				font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
				color: #545454;
				padding: 4px 0 3px 20px;
				background: url(http://uploads.bambambam.co.uk/CS/images/bgstar1.png) no-repeat 0 3px;
				margin: 5px 0 0 10px;
				display: block;
				float: left;
			}
			#screenshotBar #screenshotHeader span.screencasts {
				margin: 5px 0 0 385px;
			}
			#screenshotBar .ss {
				width: 150px;
				float: left;
				margin: 0 0 0 13px;
			}
			#screenshotBar .sc {
				width: 300px;
				float: left;
				margin: 0 0 0 17px;
			}
			#screenshotBar .ss:hover, #screenshotBar .sc:hover {
				cursor: pointer;
			}
			#screenshotBar .ss:hover img, #screenshotBar .sc:hover img {
				border: 2px solid #343434;
			}
			#screenshotBar .ss:hover a, #screenshotBar .sc:hover a {
				color: #343434;
			}
				#screenshotBar .ss img, #screenshotBar .sc img {
					border: 2px solid #545454;
				}
				#screenshotBar .ss a, #screenshotBar .sc a {
					text-align: center;
					color: #545454;
					width: 100%;
					display: block;
				}
				#screenshotBar .ss a:hover, #screenshotBar .sc a:hover {
					text-decoration: none;
				}
		#mainContent {
			background:#FFF url(http://conceitedsoftware.com/images/mainContentBg.gif) repeat-x;
			float: left;
			width: 100%;
		}
			#mainContent .postHeading {
				width: 100%;
				float: left;
				padding: 18px 0 23px 0;
				background: url(http://conceitedsoftware.com/images/postHeadingBg.png) repeat-x;
			}
				#mainContent .postHeading h3 {
					font-size: 12px;
					font-weight: bold;
					text-shadow: 1px 1px 2px #ccc;
					color: #545454;
					text-transform: uppercase;
					float: left;
					display: inline;
					margin: 0 0 0 20px;
					padding: 0 0 0 20px;
					background: url(http://uploads.bambambam.co.uk/CS/images/bgstar1.png) no-repeat 0 3px;
				}
					#mainContent .postHeading h3 a {
						color: #545454;
						display: block;
						text-shadow: 1px 1px 2px #ccc;
					}
					#mainContent .postHeading h3 span {
						float: left;
						font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
						letter-spacing: -1px;
						font-size: 10px;
						font-weight: 120;
						text-shadow: 1px 1px 1px #ccc;
						color: #545454;
						margin: 0px;
					}
				#mainContent .postHeading span a {
					font-size: 12px;
					color: #545454;
					text-shadow: 1px 1px 2px #ccc;
					float: right;
					margin: 5px 230px 0 0;
					
				}
					#mainContent .postHeading span a.commentCount {
						color: #545454;
						padding: 0 0 0 10px;
						background: url(http://conceitedsoftware.com/images/icnComment.gif) no-repeat left center;
						font-weight: bold;
						text-decoration: none;
					}					
					#mainContent .postHeading span a:hover {
						text-decoration: underline;
					}
			#mainContent .postBody {
				font-size: 13px;
				padding: 10px 0 0 30px;
				float: left;
				line-height: 20px;
			}
				#mainContent .postBody .text {
					width: 580px;
					float: left;
				}
					#mainContent .postBody .text h4 {
						margin: 0 0 10px 0;
						width: auto;
						color: #343434;
					}
					#mainContent .postBody .text p {
						margin: 0 0 15px 0;
						width: auto;
						color: #636363;
					}
						#mainContent .postBody .text p strong {
							font-size: 13px;
							line-height: 20px;		
						}
					#mainContent .postBody .text ol {
						list-style: decimal;
						margin: 0 0 15px 0;
					}
						#mainContent .postBody .text ol li {
							margin: 0 0 5px 30px;
						color: #636363;
						}
					#mainContent .postBody .text ul {
						list-style: disc;
						margin: 0 0 15px 0;
					}
						#mainContent .postBody .text ul li {
							margin: 0 0 5px 30px;
							color: #636363;
						}
					#mainContent .postBody .text img {
						margin: 5px;
					}
			#mainContent .postBody .image {
				width: 180px;
				float: left;
				margin: 10px 0 0 5px;
				padding: 0 10px;
				text-align: center;
			}
				#mainContent .postBody .image h2 {
					background-color: #e9e9e9;
					border-radius:4px;
					-webkit-border-radius: 4px;
					-moz-border-radius: 4px;
					padding: 4px;
				}
			#mainContent #comments {			
				float: left;
				padding: 20px 0;
				width: 100%;
				background: #e9e9e9 url(http://conceitedsoftware.com/images/bgSpikes2L.gif) repeat-x;
			}
			#mainContent #comments h2 {
				color: #343434;
				margin: 0 0 0 20px;
			}
			#recaptcha-widget-div {
				margin: 10px 40px;
					width:auto;
			}
			#mainContent #comments h2#respond {
				margin:20px 0 0 20px;
			}
				#mainContent #comments ol li {
					background: #dadada;
					font-size: 12px;
					width: 80%;
					padding: 10px;
					margin: 10px 10%;
					float:left;		
					border-radius:5px;
					-webkit-border-radius: 5px;
					-moz-border-radius: 5px;
				}
					#mainContent #comments ol li img.avatar {
						margin: 0 5px 0 0;
						float:left;
					}
					#mainContent #comments ol li h3,
					#mainContent #comments ol li h3 a {
						display:block;
						float: left;
						width: 600px;
						margin:2px 0 0 0;
						font-size: 13px;
						text-transform: uppercase;
						color:#343434;
					}
					#mainContent #comments ol li a {
							font-size: 11px;
							width: 100%;
							text-transform: uppercase;
					}
					#mainContent #comments ol li p {
						float:left;
						color:#343434;
						clear: both;
						margin:5px 0 0 0;
						width:auto;
					}
					#mainContent #comments ol li p a {
						float:left;
						color:#343434;
						font-size: 12px;
						text-transform: none;
						text-shadow: none;
					}
				#mainContent #comments form#commentform p {
					margin: 10px 40px;
					width:auto;
				}
				#mainContent #comments form#commentform label{
					color:#343434;
				}
				
				/* bottom thingy nl wanted */
				#mainContent #bottomMenu {			
				float: left;
				padding: 0px;
				padding-bottom:5px;
				width: 100%;
				background: #e9e9e9 url(http://conceitedsoftware.com/images/bgSpikes2L.gif) repeat-x;
			}
			#mainContent #bottomMenu h2 {
				color: #343434;
				margin: 10px 0 10px 10px;
				text-align: left;
			}#mainContent #bottomMenu ol li, .roundButtonThing {
					/*background: #dadada;*/
					font-size: 12px;
					/*width: 80%;
					padding: 6px;
					margin: 3px 10%;
					float:left;	*/
					border-radius:5px;
					-webkit-border-radius: 5px;
					-moz-border-radius: 5px;
					-webkit-transition-property: background-color;
					-webkit-transition-duration: 0.5s;
				}
					#mainContent #bottomMenu ol li img.avatar {
						margin: -6.5px 5px 0 0;
						float:left;
					}
					#mainContent #bottomMenu ol li form {
						background: #dadada;
						font-size: 11px;
						width: 80%;
						padding: 6px;
						margin: 3px 10%;
						float:left;
						display:block;
						border-radius:5px;
						-webkit-border-radius: 5px;
						-moz-border-radius: 5px;
					} #mainContent #bottomMenu ol li form label {
						font-weight:bold;
						padding-bottom:5px;
						display:block;
					}
					#mainContent #bottomMenu ol li a,  .roundButtonThing a {
						font-size: 11px;
						/*width: 100%;*/
						background: #dadada;
						width: 80%;
						padding: 6px;
						margin: 3px 10%;
						float:left;
						-webkit-transition-property: color;
						-webkit-transition-duration: 0.5s;
						-webkit-transition-property: background-color;
						-webkit-transition-duration: 0.5s;
						border-radius:5px;
						-webkit-border-radius: 5px;
						-moz-border-radius: 5px;
						
					}
					
					#mainContent #bottomMenu ol li a.ret {
						font-size: 11px;
						background: #dadada;
						padding-right: 6px;
						margin:0;
						margin-left:7%;
						margin-top:5px;
						padding: 6px;
						
						
						-webkit-transition-property: color;
						-webkit-transition-duration: 0.5s;
						-webkit-transition-property: background-color;
						-webkit-transition-duration: 0.5s;
						border-radius:5px;
						-webkit-border-radius: 5px;
						-moz-border-radius: 5px;
						
					}
					#mainContent #bottomMenu ol li a:hover,  .roundButtonThing a:hover {
						color: #000;
						text-decoration: none;
						text-shadow: #f3f3f3 1px 2px;
						background-color:#fff;

						
					}
					#mainContent #bottomMenu ol li a span,  .roundButtonThing a span {
						font-size: 11px;
						font-style: italic;
						font-weight: normal;
						color: #aaa;
					}
					#mainContent #bottomMenu ol li p,  .roundButtonThing p {
						float:left;
						color:#343434;
						clear: both;
						margin:5px 0 0 0;
						width:auto;
					}
					#mainContent #bottomMenu ol li p a,  .roundButtonThing p a {
						float:left;
						color:#343434;
						font-size: 12px;
						text-transform: none;
						text-shadow: none;
					}

			#mainContent ul#postList {
			}
			#mainContent ul#postList li {
				background: #dadada;
				padding:8px 20px;
				border-radius:5px;
				-webkit-border-radius: 5px;
				-moz-border-radius: 5px;
				width:500px;
				margin:10px auto 0;
				color:#545454;				
				display:block;
				font-size:11px;
			}
			#mainContent ul#postList li h3 {
				font-size:12px;
			}
			#mainContent ul#postList li a {
				text-transform: uppercase;
				color:#343434;
			}
	#footer {
		min-height: 40px;
		float: left;
		width: 100%;
		background: #dadada url(http://conceitedsoftware.com/images/bgSpikes2.gif) repeat-x;
		padding: 22px 0 0 0;
	}
		#blogFooter {
			border-bottom:1px solid #636363;
			float: left;
		}
			#blogFooter ul {
				display: block;
				float: left;
			}
				#blogFooter ul li:first-child {
					margin: 0px;
					padding: 0px;
				}
				#blogFooter li {
					display: block;
					margin: 0px;
					padding: 0px;
					width: 300px;
				}
		#footer p {
			float: left;
			font-size: 12px;
			padding: 0 0 0 20px;
			margin: 0px;
		}
		#footer ul li {
			display: inline;
			float: right;
			padding: 0 15px;
			margin: 7px 0 0 0;
		}
		#footer ul li:first-child {
			border: none;
			margin: 7px 0 0 15px;
		}
			#footer ul li a {
				color: #636363;
				text-decoration: none;
				font-size: 12px;
			}
			#footer ul li a:hover {
				text-decoration: underline;
			}		
		#footerDark {
			min-height: 40px;
			float: left;
			width: 100%;
			background: #dadada url(http://conceitedsoftware.com/images/bgSpikes2d.gif) repeat-x;
			padding: 15px 0 0 0;
		}
			#footerDark p {
				float: left;
				padding: 0 0 0 20px;
				margin: 0px;
			}
			#footerDark ul li {
				display: inline;
				float: right;
				padding: 0 15px;
				margin: 8px 0 0 0;
			}
			#footerDark ul li:first-child {
				border: none;
				margin: 8px 0 0 15px;
			}
				#footerDark ul li a {
					color: #636363;
					text-decoration: none;
					font-size: 12px;
				}
				#footerDark ul li a:hover {
					text-decoration: underline;
				}			
				
	.errorCode {
		color: #ccc;
		font-size: 100px;
		text-align: center;		
	}				
div.ruler {
	background:#FFFFFF url(http://conceitedsoftware.com/images/mainContentBg.gif) repeat-x scroll 0 0;
	height: 9px;
	width:100%;
	margin: 0 0 30px 0;
}
.home div.span {
	float: left;
	width: 100%;
	padding: 0 0 15px 0;
}
form.mini {
	margin: 0 0 15px 0;
}
.home #feature .btnHudTop, #releaseNotes .btnHudTop {
			background: url(http://conceitedsoftware.com/images/btnHudTop.png) no-repeat;
			width: 210px;
			height: 35px;
			float: left;
			margin: 17px 0 5px 2px;
		}
			.home #feature .btnHudTop a ,  #releaseNotes .btnHudTop a{
				margin: 8px 0 0 15px;
				display: block;
				color: #FFF;
				text-transform: uppercase;
				font-size: 16px;
				padding: 1px 0 4px 20px;
				background: url(http://conceitedsoftware.com/images/bgStarHome.png) no-repeat 0 0px;
			}
.home #feature .btnHudMiddle ,  #releaseNotes .btnHudMiddle {
			background: url(http://conceitedsoftware.com/images/btnHudMiddle.png) no-repeat;
			width: 210px;
			height: 35px;
			float: left;
			margin: 0 0 5px 2px;
		}
			.home #feature .btnHudMiddle a ,  #releaseNotes .btnHudMiddle a {
				margin: 8px 0 0 15px;
				display: block;
				color: #FFF;
				text-transform: uppercase;
				font-size: 16px;
				padding: 2px 0 4px 20px;
				background: url(http://conceitedsoftware.com/images/bgStarHome.png) no-repeat 0 2px;
			}
.home #feature .btnHudBottom ,  #releaseNotes .btnHudBottom {
			background: url(http://conceitedsoftware.com/images/btnHudBottom.png) no-repeat;
			width: 210px;
			height: 35px;
			float: left;
			margin: 0 0 0 2px;
		}
			.home #feature .btnHudBottom a ,  #releaseNotes .btnHudBottom a {
				margin: 8px 0 0 15px;
				display: block;
				color: #FFF;
				text-transform: uppercase;
				font-size: 16px;
				padding: 2px 0 4px 20px;
				background: url(http://conceitedsoftware.com/images/bgStarHome.png) no-repeat 0 2px;
			}

.home #feature a.rightbtn {
	margin: -30px -40px 0 0;
}
.home #icon {
	margin: 40px 0 0 60px;	
}
.about .oneColumn {
	padding: 0 20px 20px !important;
}
.about .oneColumn p {
	margin: 0px !important;
}
.home #feature .right {
	float: left;
	margin: 0 0 0 0;
	width: 500px;
}
.home #feature h2 {
	font-size: 28px;
	margin: 50px 0 0 0;
	width: 100%;
	font-weight: normal;
	font-family: "HelveticaNeue", helvetica, arial, sans-serif;
	text-transform: none;
	color: #fff;
}
.home #feature a.appLink {
	float: left;
	color: #fff !important;
}
.home #feature a.appLink img {
	float: left;
	display: block;
	margin: 2px 0 0 3px;
}
.home #feature h4 {
	font-size: 16px;
	color: #fff;
	font-weight: normal;
	float: left;
	padding: 0 5px 0 0;
	font-family: "HelveticaNeue", helvetica, arial, sans-serif;
}
.home #feature p {
	float: left;
	width: 250px;
	padding: 0 15px 0 0;
	border-right: 1px solid #fff;
	text-align: right;
}
.home #feature div#right {
	border: none;
	float:right;
	text-align: left;
	padding: 0;
	width: 230px;
} 
body.iphone .twoColumn {
	margin: 20px 0 0 0;
}
body.iphone #screenshotBar {
padding-left: 2px;
width: 821px;
}
body.iphone #screenshotBar .ss {
	margin: 0px 0 0 11px;
}
.iphoneIcon {
	margin: 0 5px 0 0;
}

.productPageButton {
	font-weight: normal;
	text-decoration: none;
	font-size: 11px;
	width: 90%;
	background-color:#fff;
	padding: 6px;
	margin-left: 4px;
	margin-right:10px;
	float:left;
	-webkit-transition-property: color;
	-webkit-transition-duration: 0.5s;
	-webkit-transition-property: background-color;
	-webkit-transition-duration: 0.5s;
	border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #dadada;
}

.productPageButton:hover {
	border: 1px solid #fff;
	color: #000;
	text-decoration: none;
	background-color:#fff;
	background: #dadada;
}

.productPageButton a {
	text-decoration: none;
}.productPageButton a:hover {
	text-decoration: none;
}

.productPageButtonSpan {
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	color: #aaa;
	text-decoration: none;
}

.productPageDownload {
float: right;
margin:0;
padding:0;
margin-top: 0px;
}		
			
.answer {
	padding:20px;
}

#recaptcha_widget_div, #recaptcha-submit-btn-area {
    margin: 10px 40px;
}