/* shareHub Theme: default */

body {
	background: #fff url(img/headerbg.png) repeat-x;
	color: #111;
	font-family: Helvetica, sans-serif;
	padding: 0;
	margin: 0;
}

a, a:visited, a:active {
	color: #23e;
}

a:hover {
	color: #F70CA4;
}

a#headerHome {
	color: #7dc3e9;
	text-decoration: none;
	opacity: 0.5;
}

a#headerHome:hover {
	opacity: 1.0;
	color: #fff;
}

div#pageHeader {
	width: 888px;
	height: 144px;
	margin: 0px auto 0 auto !important;
	padding: 0;
	clear: both;
}

div#pageHeader h1 {
	margin: 0;
	padding: 0;
	font-size: 24pt;
	font-weight: normal;
	color: white;
	text-shadow: 0px 1px 4px #333;
	letter-spacing: 0px;
	height: 85px;
	width: 75%;
	overflow: hidden;
	line-height: 85px;
}

div#pageFooter {
	background: #000 url(img/bigfooter.png) repeat-x;
	color: #fff;
	font-size: 9pt;
	margin: 25px 0 0 0;
	padding-top: 15px;
	padding-bottom: 30px;
	padding-left: 50px;
	padding-right: 50px;
	display: block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

div#pageFooter ul {
	padding-left: 0;
	margin-left: 13px;
	/* list-style-type: circle; */
}

div#pageFooter li {
	padding-bottom: 4px;
}

div#pageFooter a {
	text-decoration: none;
	color: #ddddef;
}

div#pageFooter a:hover {
	color: #FF0090;
}


h2#fileTitle {
	color: #fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	text-align: left;
	width: 75%;
	height: 55px;
	line-height: 55px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 2px 0 0 0;
	margin: 0;
	text-indent: 8px;
	text-shadow: 0px 0px 10px #d5459a;
}

div#keywordList {
	height: 1px;
	width: 100%;
	overflow: hidden;
}

h2.keyword {
	float: left;
	clear: none;
	font-size: 8pt;
}

div#sponsorLeader {
	background: #dde0d6;
	margin: 0px 0px 10px 0px;
}

div#sponsorLeader h1 {
	display: none;
}

div#avatarContainer {
	background: transparent url(img/avatarbox.png) no-repeat;
	width: 84px;
	height: 84px;
	overflow: hidden;
	float: left;
	margin: 0px;
	margin-right: 10px;
}

div#avatarContainer img {
	padding: 9px 0 0 9px;
	width: 66px !important;
	height: 66px !important;
	border: 0;
}

div#contentContainer {
	background: #fff url(img/contentbg.png) repeat-x;
	margin: 0;
	padding: 0;
}

div#pageContent {
	width: 888px;
	padding: 15px 0px 20px 0px;
	margin: 0px auto 0 auto !important;
	min-height: 400px;
	overflow: hidden;
}

div#mainView {
	width: 610px;
	float: left;
	clear: none;
	margin: 0;
	margin-right: 7px !important;
	padding: 0;
}

div#sideView {
	width: 250px;
	float: left;
	clear: none;
	margin: 0px;
	margin-left: 10px !important;
	padding: 0;
}

.highlightContent {
	background: #f1f1f1;
	color: #000;
	font-size: 10pt;
	padding: 10px;
	margin: 0;
	opacity: 0.8;
	border: 1px solid #c7cbc0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

div#primarySponsor {
	text-align: center;
	margin-bottom: 10px;
	overflow: hidden;
	display: block;
	padding: 5px;
}

div#mainviewSponsor {
	background: #f1f1f1;
	color: #000;
	padding: 5px;
	margin: 25px 0 0 0;
	border: 1px solid #ee0085;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

div#mainviewSponsor div {
	-moz-border-radius: 5px;;
	-webkit-border-radius: 5px;
}

div.infoBox {
	background: #eee;
	padding: 0;
	margin: 0 0 10px 0;
	text-align: center;
	border: 1px solid #cbcfc4;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

div.infoBox h4 {
	background: #2c8cc0;
	color: #fff;
	font-size: 11pt;
	font-weight: normal;
	text-align: right;
	text-transform: lowercase;
	margin: 0;
	padding: 5px 10px 10px 0px;
	border: 1px solid #eee;
	opacity: 0.9;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	cursor: default;
}

div.infoBox h4.alt {
	background: #363737;
}

div.infoBox p {
	background: #eee;
	color: #111;
	position: relative;
	top: -7px;
	left: 0;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin: 0px;
	font-size: 0.9em;
	text-align: left;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
}

p#downloadCount {
	text-align: center;
	font-size: 1.4em;
	font-weight: bold;
	text-shadow: 0px 2px 3px #aab;
	padding-bottom: 1px;
}

p#tagCloud {
	text-align: center;
	padding-left: 5px;
}

a.keyTag {
	display: block;
	color: #fff;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	line-height: 23px;
	padding-left: 21px;
	padding-right: 5px;
	float: left;
	clear: none;
	margin-right: 5px !important;
	margin-bottom: 5px;
	background: transparent url(img/tagbg.png) no-repeat;
	overflow: hidden;
	cursor: pointer;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-topright: 4px; 
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
}

a.keyTag:hover {
	color: #F70CA4;
}

div#detailBox p {
	padding-top: 0px;
	padding-bottom: 6px;
	margin-bottom: 0;
}

div#detailBox table {
	margin-top: 0;
	margin-bottom: 3px;
	padding-top: 0;
	position: relative;
	top: -3px;
	left: 0;
}

div#detailBox td {
	padding: 3;
	text-align: left;
	vertical-align: top;
	font-size: 9pt;
	color: #333;
}

div#detailBox td.label {
	font-weight: bold;
	color: #447187;
	white-space: nowrap;
}

div#fileContainer {
	background: #fff;
	color: #000;
	padding: 5px;
	margin: 15px 0 15px 0;
	border: 1px solid #d7dbdf;
	width: 595px;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

div#fileContainer p {
	padding-top: 35px;
	padding-bottom: 70px;
	font-size: 12pt;
	text-align: left;
	margin-left: 30px;
	margin-right: 30px;
	font-weight: bold;
}

button.hubButton
{
	width: 135px;
	height: 27px;
	overflow: hidden;
	cursor: pointer;
	background: transparent url(img/btnblue.png) no-repeat;
	color: #000;
	font: 14px arial,helvetica,sans-serif;
	font-weight: bold;
	border: none;
	padding: 0;
	text-transform: lowercase;
	text-shadow: 0px 1px 2px #fff;
}

div#fileTools {
	margin-top: 12px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	
}

h3.feature {
	border-top: 1px dotted #eee;
	border-bottom: 1px solid #eee;
	color: #334;
	font-size: 15pt;
	margin: 5px 0 10px 0;
	padding-bottom: 5px;
	padding-top: 5px;
}

h3.feature a {
	color: #334;
	text-decoration: none;
}

h3.feature a:hover {
	color: #F70CA4;
}

input.dsq-trackback-url {
	width: 90%;
}

button#btnDownload {
	background: transparent url(img/btngreen.png) no-repeat !important;
	margin-right: 10px;
}

button#btnShare {
	background: transparent url(img/btnpink.png) no-repeat !important;
	margin-right: 10px;
}

div#starRating {
	float: right;
	background: #111 url(img/ratingbg.png) repeat-x;
	cursor:pointer;
	width: 140px;
	height: 29px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-border-radius: 5px;
	overflow: hidden;
	text-align: center;
	padding-left: 3px;
	padding-right: 3px;
}

p#fileDescription {
	background-image: url(img/sticky.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	padding-top: 10px;
	padding-left: 45px;
	padding-bottom: 15px;
	font-weight: normal;
	color: #111;
}

p.protectedFile {
	background-image: url(img/lock.png) !important;
	padding-top: 15px !important;
	font-weight: bold !important;
	font-size: 1.1em;
}

div#passwordBox {
	width: 50%;
	margin-top: 20px;
	margin-left: 25%;
	margin-right: 25%;
	padding: 10px 5px 30px 5px;
	text-align: center;
	border: 2px solid #F70CA4;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #eee;
}

div#passwordBox label {
	margin-right: 10px;
	color: #111;
	font-size: 1.0em;
}

div#passwordBox input {
	font-size: 1.0em;
	width: 55%;
	margin-bottom: 20px;
}

div#passwordBox h3 {
	font-size: 1.2em;
	color: #222;
	margin-top: 5px;
	margin-bottom: 15px;
}

input#urlCopy {
	font-weight: normal;
	color: #02c;
	cursor: text;
	background: #fff url(img/note.png) no-repeat;
	padding-left: 18px;
	border-width: 1px;
	width: 85%;
}

/* debugging "console" */
div#hubDebugger {
	white-space: pre;
	font-family: monaco,courier;
	font-size: 9px;
	padding: 5px;
	background: #fff;
	color: #000;
	opacity: 0.5;
	border: 1px dashed #00f;
	position: fixed;
	z-index: 100;
	top: 15px;
	right: 25px;
	height: 100px;
	width: 300px;
	overflow: scroll;
	display: none;
}
