/* CSS for SuperCard Projects page ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

body {
	text-decoration: none;
	text-transform: none;
	font-variant: normal;
	letter-spacing: 0px;
	word-spacing: 0px;
	background-color: #888;
	background-image: none;
	word-wrap: normal;
	font-style: normal;
	color: #FFFFFF;
	font-family: "HelveticaNeue","Helvetica Neue",Helvetica Neue,sans-serif;
	font-size: 0.76em;
	font-weight: 500;
	line-height: 1.8em;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

img { 
	margin: 0px;
	border-style: none;
}

button {
	margin: 0px; 
	border-style: none; 
	padding: 0px; 
	background-color: transparent; 
	vertical-align: top 
}

p:first-child { 
	margin-top: 0px 
}

a { 
	color: #ff0ded; 
	text-decoration: none; 
}

a:hover { 
	color: #f9f; 
	text-decoration: none;
}

h1 {
	margin: 0px;
	font-size: 100%;
	font-weight: 500;
}

h2 {
	margin: 0px;
	font-size: 100%;
	font-weight: 500;
}

h3 {
	margin: 0px;
	font-size: 100%;
	font-weight: 500;
}

.hidden {
	display: none;
}

.backgroundSC {
	margin-left: auto;
	margin-right: auto;
	width: 70em;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
}

.wrapSC {
	float: left;
	width: 49.3em;
	background-color: #333;
	background-image: url(Resources/borg-pattern-vertical.jpg);
	background-repeat: repeat-y; 
	background-position: left top;
}

.rightShadowSC {
	float: left;
	padding-right:9px;
	background-color: #333;
	background-image: url(Resources/right-shadow.gif);
	background-repeat: repeat-y; 
	background-position: right top;
}

/* Standard link and text colours ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.backgroundSC p{
	margin: 0px;
}
.backgroundSC img{
	vertical-align: baseline;
}
.backgroundSC a:link {
	color: #85baff;
}
.backgroundSC a:visited {
	color: #85baff;
}
.backgroundSC a:hover {
	color: #c6efff; 
}
.backgroundSC a:active {
	color: #78d0ff;
}

/* Main Content ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.offsetContent {
	float: left;
	padding-left: 145px;
}
.contentSC {
	float: left;
	width: 34em;
	padding-top: 2.8em;
	margin-left: 0px;
	margin-right: 2em;
	margin-bottom: 8em;
}
.contentSC p {
	margin-top: 0em;
	margin-bottom: 1.8em;
}
.contentSC h1 {
	font-size: 114%;
	margin-top: 16px;
	margin-bottom: 1em;
	padding-top: 4px; 
 	border-top: 1px solid #AAA;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.downloadLinkSC {
	padding-right: 16px;
	background: transparent url('Resources/download-arrow.gif') no-repeat center right;
}

/* Left hand icons ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.madeWithSC {
	float: left;
	position: relative;
	margin-top: 2px;
	margin-left: -189px;
}

/* Last update boxes ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.limeBoxSC {
	float: left;
	position: relative;
	margin-top: 0px;
	margin-left: -10em;
	-moz-border-radius: 10px 10px;
	-webkit-border-radius: 10px 10px;
	color: #B7FF00;
	background-color: #242424;
	border: 1px solid #B7FF00;
	font-size: 10px;
	text-align: center;
	line-height: 12px;
	width: 8em;
	padding: 5px 0px 5px 0px;
}

.limeBoxSC p {
	margin: 0px 5px 0px 5px;
}

/* Rounded boxes on right hand side ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.wrapBoxesSC {
	float: left;
	position:  relative;
	margin-top: 8em;
	margin-left: 1.6em;
	width: 16.8em;
}

.roundedBoxSC {
	float: left;
	position: relative;
	-moz-border-radius: 10px 10px;
	-webkit-border-radius: 10px 10px;
	background-color: #242424;
	border: 2px solid #85baff;

	width: 15em;
	margin-bottom: 2em;
}
.roundedBoxSC a{
	display: block;
}
.roundedBoxSCheader {
	color: #AAA;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin-bottom: 0.6em;
	margin-top: 10px;
	font-size: 124%;
}
.standardHeader {
	line-height: 22px;
	margin-left: 10px;
}
.roundedBoxSC p{
	display: block;
	margin: 0px 10px 1em 10px;
}
.roundedBoxSC form{
	margin: 0px 10px 1em 10px;
	height: 34px;
}
.heart {
	padding-left: 24px;
	background: transparent url("Resources/blue-heart-small.gif") left center no-repeat;
}
.smallCog {
	margin-left: 8px;
	padding-left: 28px;
	background: transparent url("Resources/cog-small.gif") left center no-repeat;
}
.linkIcon {
	margin-left: 4px;
	padding-left: 18px;
	background: transparent url("Resources/link.gif") left center no-repeat;
}
.shuffleIcon {
	padding-left: 22px;
	background: transparent url("Resources/shuffle-icon-small.gif") left center no-repeat;
}
.nextIcon {
	padding-left: 22px;
	background: transparent url("Resources/next.gif") left center no-repeat;
}
.prevIcon {
	padding-left: 22px;
	background: transparent url("Resources/prev.gif") left center no-repeat;
}
.QuickTools {
	margin-left: 4px;
	line-height: 40px;
	padding-left: 50px;
	background: #242424 url("Resources/Qtiny.png") left top no-repeat;
}
.PreIcon {
	margin-left: 6px;
	line-height: 32px;
	padding-left: 53px;
	background: #242424 url("Resources/preicon48.png") left top no-repeat;
}

/* Header ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.headerBackSC {
	float: left;
	padding-top: 20px;
	width: 113px;
	text-align: center;
}
.headerSC {
	float: left;
	position: relative;
	margin: 0px 0px;
	width: 100%;
	top: 0;
	height: 22em; 
	width: 39.38em;
	min-width: 444px;
	background-image: url("Resources/mac-stuff.jpg");
	background-repeat: no-repeat;
	background-position: bottom right;
	background-color: #5977fd;
}

.headerSC .descriptionSC {
	position: absolute;
	bottom: 0.8em;
	left: 2.5em;
}

.headerSC .descriptionSC img{
	display: block;
	margin-bottom: 8px;
}

.headerSC .descriptionSC h1 {
	margin-bottom: 0px;
	font-size: 80%;
	font-weight: bold;
	
}

.SCfooter {
	height: 3em;
	clear: both;
	margin-left: 113px;
}