@charset "UTF-8";
/* CSS Document */

/* home page styles*/

body {
	font-size:62.5%;
}

#slideshow {
	margin: 20px 10px;
	padding: 0;
	width: 657px;
}	

#slideshow2 {
	margin: 0px auto;
	padding: 0;
	width: 676px;
}

#spacer-1 {
	clear: left;
	margin:0;
	padding: 0;
	height: 10px;
}

/* new home page styles 08/24/10 by T. Dumenjich */

.services-box {
	float:left;
	width:205px;
	height:531px;
	margin:8px 8px 20px 8px;
	font:normal 1em Futura, Arial, Helvetica, sans-serif;
}

.services-box .shadow {
    width: 100%;
	height: 100%;
    margin: 0px auto;
    position: relative;
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    background: #666666;
}

.services-box .bodyblock {
    width: 100%;
	height: 100%;
    position: relative;
    top: -3px;
    left: 2px;
    border-width:1px;
	border-style:solid;
    text-align: center;
    color: #000;
    background: #FFF;
}

.services-box .bodyblock .btm-links {
	width:100%;
	height:31px;
	margin:500px 0 0 0;
	background-image:url(images/learn-submit-btn.png);
}

.btm-links a {
	width:98px;
	height:21px;
	float:left;
	margin:5px 0 0 2px;
}

.services-box .bodyblock .content {
	margin-top: -520px;
}

.services-box .bodyblock p {
	margin:10px auto;
	text-align:left;
	width:80%;
	font-family:Futura, Arial, Helvetica, sans-serif;
	font-size:1em;
	line-height:1.2em;
}

.main-content-box {
	width:660px;
	min-height:160px;
	font:normal 1em Futura, Arial, Helvetica, sans-serif;
	color: #000;
	margin:0 0 15px 0;
}

.main-content-box .shadow {
    width: 100%;
	height: 100%;
    margin: 0px auto;
    position: relative;
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    background: #666666;
}

.main-content-box .bodyblock {
    width: 100%;
	height: 100%;
    position: relative;
    top: -3px;
    left: 3px;
    border-width:1px;
	border-style:solid;
	text-align: left;
    color: #000;
    background: #FFF;
}

/*top section of main content box */

.bodyblock header {
	width:100%;
	height:50px;
	margin:0;
	padding:0 0 0 2px;
}

.bodyblock .bg-pattern {
	width:100%;
	height:50px;
	margin:0;
	background:transparent url(images/shadow-curves.png) top left;
}

.main-content-box .bodyblock h3 {
	margin:0 0 0 1em;
	padding:0;
	font:normal 1.3em Futura, Arial, Helvetica, sans-serif;
	line-height:2.3em;
	color:#FFF;
	font-weight:normal;
}

/* middle section of main content box - where the text and images go */

.bodyblock .half {
	width:46%;
	margin:10px;
	overflow:hidden;
}

.bodyblock .half h3 {
	margin:0;
	padding:0 0 5px 0;
	font:bold 1.2em Futura, Arial, Helvetica, sans-serif;
	color:#000;
}

.bodyblock .half ul {
	list-style-type:none;
	font-size:1em;
	line-height:1.2em;
	margin-top:2px;
	padding:0;
	color:#000;
}

.bodyblock .full {
	width:96%;
	min-height:140px;
	margin:0;
	padding:10px;
	overflow:hidden;
}

.main-content-box .bodyblock p {
	font-size:1em;
	line-height:1.2em;
	margin-top:5px;
}

p.video-desc {
	width:80%;
	margin:10px auto;
}

.main-content-box .bodyblock h4 {
	margin:0;
	padding:0;
	font-weight:bold;
	text-decoration:underline;
}

.main-content-box .bodyblock h5 {
	margin:0;
	padding:0;
	font-weight:bold;
}

.main-content-box .bodyblock h6 {
	margin:0;
	padding:0;
	text-decoration:underline;
	font-weight:normal;
}

.centered {
	text-align:center;
}

.floating-image {
	float:left;
	padding:0 10px 10px 0;
}

.floatLeft {
	float:left;
}

.floatRight {
	float:right;
}

.ml20 {
	margin-left:20px;
}

.pr10 {
	padding-right:10px;
}

.rightBorder {
	border-right:1px #ccc solid;
}

.clearFix {
	clear:both;
	height:0;
	visibility:hidden;
}

/* colors */

.blue-bg {
	background-color:#0000FF;
}

.blue-border {
	border-color:#0000FF;
}

.violet-bg {
	background-color:#46105d;
}

.violet-border {
	border-color:#46105d;
}

.red-bg {
	background-color:#5d0217;
}

.red-border {
	border-color:#5d0217;
}

.navy-bg {
	background-color:#000080;
}

.navy-border {
	border-color:#000080;
}

.blue-gray-bg {
	background-color:#2e3a4d;
	border-color:#2e3a4d;
}

.blue-gray-border {
	border-color:#2e3a4d;
}

.gray-bg {
	background-color:#5d5c6c;
}

.gray-border {
	border-color:#5d5c6c;
}

.dark-blue-bg {
	background-color:#101d2f;
}

.dark-blue-border {
	border-color:#101d2f;
}
	

/* competition pages styles */

#data-bottom-content {
	margin: 0px auto;
}

#submit-deadline {
	margin: 20px auto;
	padding: 0;
}

#competition-fees {
	margin: 20px 0px 20px 10px;
	padding: 0;
	width: 657px;
	text-align: left;
	border: solid 1px #beb9b7;
	color:#333333;
	background-image: url(../images/infobox-bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

#competition-fees h4 {
	margin: 5px;
}

#competition-fees p {
	margin: 10px 0 10px 20px;
}


#competition-fees li {
	list-style-type: none;
	margin-left: -20px;
}

.comp-fees-bigger {
	font-size: 11pt;
}

#a-competition-rules {
	margin: 10px 0 10px 0;
	padding: 0;
	width: 640px;
	text-align:left;
}

#a-competition-rules p {
	margin: 10px 0 0 0;
	padding: 0 10px 0 20px;
}

#a-competition-rules li {
	padding: 0 20px 10px 0;
	list-style-type: upper-roman;
}

#judges-mentors {
	margin: 20px;
	padding: 0;
	width: 600px;
	text-align: left;
	
}

#judges-mentors p {
	padding: 0px 20px 0 0;
	
}

div.judges-list {
	float: left;
}

div.judges-list ul {
	margin-left: 5px;
	font: 9px Arial, Helvetica, sans-serif;
}

p#mentor-details {
	clear: both;
	padding-top: 25px;
}



/* workshop page styles */

#data-features-workshop {
	margin-top: 10px;
	padding: 0;
	width: 640px;
	text-align: left;
}

a.workshop:link {
	padding: 2px;
	background-color: #800000;
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
}

a.workshop:visited {
	padding: 2px;
	background-color: #800000;
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
}

a.workshop:hover {
	padding: 2px;
	background-color: #800000;
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
}

a.workshop:active {
	padding: 2px;
	background-color: #800000;
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
}

#download-workshop-reviews {
	margin: 10px auto;
	text-align: center;
}


/* database page styles */

.db-sign-up-txt {
	margin-left: 25px; 
	padding-top: 25px; 
	float:left; 
	width:210px;
	font-size: large;
	text-align: center;
}

.db-sign-up-btn {
	margin-left: 10px;
	float:left; 
	cursor:pointer;
}

#data-intro-special-offer {
	margin: 0px auto;
	padding: 0;
	width: 640px;
	height: 130px;
	background: url(../images/database-special-offer.gif) no-repeat;
}

#data-intro-special-offer p {
	width: 565px; 
	text-align: left; 
	padding: 50px 0 0 45px;
	font-weight: bold;
}

#database-demos h3 {
	margin-left: 20px;
}

.demo-row {
	margin: 10px;
	width: 665px;
	padding: 0;
	display: table;
}

.demo-display {
	display: table-cell;
	text-align: center;
}

#database-feedback {
	margin: 20px 0;
	padding: 0;
	width: 665px;
	height: 100%;
	text-align: left;
}

#scriptpimp-feedback {
	margin: 20px 0;
	padding: 0;
	width: 665px;
	height: 100%;
	text-align: left;
}


/*about us page styles */

#about-content {
	width: 645px;
}

p.about-us {
	text-align: left;
	padding: 0;
	width: 640px;
	font-size: 10pt;
}

p.about-us-subheader {
	text-align: left;
	padding: 12px 0px;
	width: 640px;
}

div#script-logo-200 {
	float:right; 
	padding: 0 0 5px 5px;
}




/* Contact Us page content */

#contact-us-content {
	width: 600px;
	text-align: left;
	padding: 10px;
	font-size: 10pt;
	background-color: #FFF;
}

#contact-main {
	background: url(images/Script-Pimp-Logo-bg.gif) no-repeat center center;
}	

#contact-us-content hr {
	width: 70%;
}

#contact-links, #contact-btns {
	display: table;
	margin: 10px auto;
}

#contact-btns {
	padding-top: 30px;
}

.contact-row, .btn-row {
	display: table-row;
}

.contact-type, .contact-value {
	width: 180px;
	display: table-cell;
	padding: 1em;
}

.btn {
	width: 130px;
	display: table-cell;
	padding: 1em;
}

.contact-type {
	font-weight: bold;
}

/* monthly newsletter styles */

#monthly-newsletter {
	background-color: #333c4b;
	background: url(../images/monthly-newsletter-bg.gif) repeat-x top;
}

/* industry registration page styles */

#industry-registration-page {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 640px; 
	margin: 0px auto; 
	padding: 10px; 
}

#registration-img {
	float: right;
	padding: 0 5px 5px 25px;
}

#industry-registration-page h3 {
	padding-top: 30px;
	font-style: italic;
}

p.ind-reg-steps {
	text-indent:10px; 
	font-size: 14px; 
	font-weight: bold;
}

p.recommended {
	font-style: italic;
}

.referral {
	font-weight: bold;
}


/* How It Works page styles */


.get-started { 
		padding: 20px; 
		background:#3c465e url(images/get-started-bg.gif) repeat-x top left; 
		border:none; 
		color:#FFF;
	}
	
	.m-auto { 
		margin:0px auto; 
	}
	
	.get_started_k { 
		color:#000; 
		font-size:21px; 
	}
	
	.get-started h1 { 
		font-size:21px; 
	}
	
	a.script_button {
		background: transparent url(images/script-button-bg.png) no-repeat top center;
		color: #444;
		width: 90px;
		display: table;
		font: normal 8pt arial, sans-serif;
		height: 23px;
		margin: 0px auto;
		padding: 0;
		text-decoration: none;
		cursor:hand;
		cursor:pointer;
		text-align:center;
	}
	
	a.script_button span {
		display: table-cell;
		vertical-align: middle;
	}
	
	.script-pimp-tip {
		float: left; 
		width: 350px; 
		padding-left:50px;
	}
	
	.script-pimp-add-script-button {
		float: left; 
		padding:10px;
	}
	
	#script-pimp-member-benefits-content {
		padding: 0px 20px 20px 20px
	}
	
	.script-pimp-member-benefits-upload {
		float: left;
		margin: 5px;
	}

	
	
/* In the News page styles */

.news-item {
	width: 95%;
	margin: 0 0 20px 10px;
}

.news-image {
	float: left;
}

.news-text {
	float:left;
	width: 70%;
	margin-left: 10px;
}

.news-text h4 {
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
}
.news-text h5 {
	font:normal 12px Verdana, Arial, Helvetica, sans-serif;
	margin:0;
}

.news-text p {
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
}
	
		

