/* MediaPlug
/* - - - - - - - - - - - - - - - - - - - - */
/*
	-> Default
	-> Typography
	-> Structure
*/

/* Default */
* {
	margin: 0;
	padding: 0;
}
body {
	background: url(../images/background.gif) repeat-x top #fff;
	text-align: center;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
}
	body.inner {
		background: url(../images/background-inner.gif) repeat-x top #fff;
	} 
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
div.hide-me {
	display: none;
}
/* Typography */
p {
	padding-bottom: 10px;
	font-size: 15px;
	line-height: 1.6em;
	color: #222;
	font-family: Verdana, Tahoma, Arial, sans-serif;
}
a {
	color: #145374;
}
em {
	background: #fffc9c;
	font-style: normal;
}
/* Sructure */
#wrapper {
	width: 890px;
	margin: 0 auto;
	text-align: left;
}
#logo {
	width: 246px;
	height: 72px;
	background: url(../images/mediaplug.gif) no-repeat;
	display: block;
	text-indent: -999999px;
	float: left;
}
#logo h1 a {
width: 246px;
	height: 72px;
display: block;
}
#amazon {
	width: 161px;
	height: 72px;
background: url(../images/amazon.gif) no-repeat left;
	display: block;
	text-indent: -999999px;
	float: left;
margin-left: -20px;
}
#amazon h2 a {
width: 161px;
	height: 72px;
display: block;
}
#intridea {
	width: 130px;
	height: 70px;
	background: url(../images/intridea.gif) no-repeat;
	display: block;
	float: left;
}
	#intridea h2 a {
		width: 130px;
		height: 70px;
		display: block;
		text-indent: -999999px;
	}
#nav {
	float: left;
	width: 360px;
	list-style: none;
	padding-left: 20px;
	padding-top: 30px;
	padding-left: 10px;
}
	#nav  li {
		float: left;
		font-weight: bold;
	}
	#nav li a {
		padding: 5px;
	}
	#nav li a:hover {
		background: #41359e;
		color: #fff;
		text-decoration: none;
	}
#banner {
	clear: both;
}
	#banner-info {
		float: left;
		width:  430px;
	}
		#banner-info h1 {
			width: 369px;
			height: 95px;
			background: url(../images/cloudcomputing.gif) no-repeat;
			display: block;
			text-indent: -999999px;
			margin: 0 auto;
			margin-top: 30px;
		}
		#banner-info h3 {
			text-align: center;
			color: #444;
			font-weight: bold;
			width:  430px;
			font-size: 16px;
			padding: 10px 0;
		}
		#banner-info #signup-taketour {
			width: 430px;
			height: 80px;
			background: url(../images/signup-taketour.gif) no-repeat top;
			display: block;
			text-indent: -999999px;
			margin: 10px auto;
		}
	#banner-screencast {
		float: right;
		width: 409px;
		height: 100px;
		background: url(../images/screencast.gif) no-repeat;
		margin-top: -8px;
		padding-top: 230px;
	}
		#banner-screencast a {
			width: 290px;
			height: 80px;
			display: block;
			margin: 0 auto;
			text-indent: -9999999px;
		}
		#signup-taketour a.signup {
			width: 170px;
			height: 70px;
			float: left;
			display: block;
		}
		#signup-taketour a.taketour {
			width: 170px;
			height: 70px;
			float: right;
			display: block;
		}
#content {
	clear: both;
}
	#crowdsound {
		width: 254px;
		float: left;
		margin: 0 10px;
	}
	div.info-text {
		width: 250px;
		float: left;
		margin: 0 10px;
		padding: 0 10px;
	}
		div.info-text h3 {
			font-size: 16px;
			color: #bc2b32;
			padding-bottom: 10px;
			text-transform: uppercase;
		}
		div.info-text h4 {
			font-size: 14px;
			color: #333;
			padding-bottom: 10px;
			text-transform: uppercase;
		}
		div.info-text p {
			font-size: 12px;
			font-family: Verdana, Tahoma, Arial, sans-serif;
		}
	#login {
		width: 320px;
		height: 300px;
		float: left;
		margin: 10px 10px;
	}
		#login h3 {
			font-size: 15px;
			font-weight: bold;
			padding: 15px;
			color: #444;
		}
		#login form {
			padding: 15px;
			padding-top: 0;
		}
		#login form strong {
			display: block;
			padding: 5px;
			color: #555;
		}
#login form div.textarea {
width: 305px;
height: 100px;
background: url(../images/greybox.gif) no-repeat;
padding:15px;
padding-bottom: 20px;
padding-top: 14px;
padding-left: 6px;
font-size: 11px;
color: #555;
}

		#login form  a {
			display: block;
			font-weight: bold;
			text-align: center;
			padding: 10px;
			font-size: 11px;
		}
#footer {
	display: block;
	clear: both;
	margin: 0 auto;
	color: #fff;
	padding: 4px;
	background: url(../images/footer.gif) repeat-x top #2c79a2;
	text-align: center;
	font-size: 11px;
	line-height: 1.5em;
}
		#footer a {
			color: #fff;
			padding: 5px;
			font-weight: bold;
		}
		
/* Inner Pages */

div.inner-content {
	padding: 30px;
	padding-top: 20px;
}
	div.inner-content p {
		padding-bottom: 10px;
		font-size: 14px;
		line-height: 1.6em;
		color: #575759;
		font-family: Verdana, Tahoma, Arial, sans-serif;
	}
	div.inner-content h2 {
		display: block;
		text-align: center;
		font-size: 23px;
		padding: 10px 0;
		color: #bc2b32;
	}
	div.inner-content img {
		margin: 20px 0;
		display: block;
		margin-left: -20px;
	}
	
	div.paragraph-text {
		width: 330px;
		float: left;
		margin: 0 60px;
	}
		div.paragraph-text h2 {
			font-size: 16px;
			color: #bc2b32;
			padding-bottom: 10px;
			text-transform: uppercase;
		}
	div.paragraph-text-float {
		width: 355px;
		float: left;
		margin-left: 30px;
	}
		div.paragraph-text-float h2 {
			font-size: 16px;
			color: #bc2b32;
			padding-bottom: 10px;
			text-transform: uppercase;
		}
		div.paragraph-text-float h3 {
			font-size: 14px;
			color: #333;
			padding: 10px 0;
			text-transform: uppercase;
		}
div.contact-info {
	width: 500px;
	display: block;
	margin: 0 auto;
}
	div.contact-info p {
		padding: 20px;
		border-bottom: 1px dotted #ccc;
	}
		div.contact-info p span a {
			float: right;
			padding: 10px;
		}
#thumbnails {
	background: url(../images/thumbnails.gif) no-repeat #e3f1f6 top right;
	padding: 10px;
	clear: both;
	border: 1px solid #a8cdda;
	width: 480px;
	float: left;
	margin-left: 10px;
	margin-bottom: 30px;
}
	#thumbnails img {
		border: 1px solid #ccc;
		margin: 10px 0;
	}
	div.thumbnail {
		float: left;
		width: 195px;
		padding: 20px;
	}
	div.thumbnail h3 {
		font-size: 12px;
		color: #144556;
	}
	div.thumbnail p {
		font-size: 11px;
		padding-right: 10px;
		line-height: 1.4em;
		font-family: Verdana, Tahoma, Arial, sans-serif;
	}
#take-the-tour {
	padding: 10px;
	clear: both;
	font-weight: bold;
	font-size: 19px;
	width: 659px;
	height: 32px;
	margin: 30px auto;
	padding-top: 18px;
	text-align: center;
	background: url(../images/take-the-tour.gif) no-repeat;
}
	#the-quote {
		padding: 10px;
		width: 850px;
		margin: 10px 0;
		text-align: center;
		font-family: Georgia, serif;
		clear: both;
		margin-bottom: 20px;
		border-top: 1px dotted #ccc;
		border-bottom: 1px dotted #ccc;
	}
	#the-quote h3 {
		line-height: 1.7em;
		font-size: 19px;
		font-weight: normal;
		font-family: Georgia, serif;
	}
	#the-quote h4 {
		line-height: 1.6em;
		font-weight: normal;
		font-family: Verdana, Tahoma, Arial, sans-serif;
	}
#infotext-intro {
	width: 490px;
	padding: 10px 30px;
	float: left;
	padding-left: 0;
}
	#infotext-intro h3 {
		font-size: 19px;
		padding: 10px 0;
		padding-top: 0;
		color: #444;
	}
	#infotext-intro p {
		font-size: 14px;
	}
	
#content ul.chooseplan {
	list-style: none;
	display: block;
}
#content ul.chooseplan li {
	width: 600px;
	display: block;
	border-bottom: 1px solid #ccc;
}

#tabbed-box {
	padding: 10px;
}
#tabbed-box ul li {
	list-style: none;
	float: left;
}
	#tabbed-box ul li a {
		float: left;
		display: block;
		padding: 5px;
		background: #f2f2f2;
		text-decoration: none;
		margin: 0 2px;
		color: #555;
		font-weight: bold;
		border: 1px solid #ccc;
		border-bottom: 0;
	}
	#tabbed-box ul li a:hover {
		background: #4f98e4;
		color: #fff;
	}
#apicode {
	border-top: 1px solid #ccc;
	clear: left;
}
	div.tabbed-inner {
		padding: 10px;
		border-bottom: 1px dotted #ccc;
	}
	div.tabbed-inner h4 {
		float: left;
		width: 150px;
		font-size: 13px;
		color: #666;
		padding-top: 10px;
	}
	div.tabbed-inner p {
		width: 590px;
		float: left;
		padding-left: 20px;
	}
	/* forms */

fieldset {
	margin: 0 0 15px 0;
	padding: 0;
	border: 0;
}

legend {
	font-size: 20px;
	font-family: Arial, sans-serif;
	font-weight: normal;
	color: #333;
	display: block;
	background: #eee;
	border: 5px solid #ccc;
	border-left: 0;
	border-right: 0;
	padding: 5px 10px;
	margin: 10px 0;
	clear: both;
}

div.field {
	padding: 8px 0;
	clear: both;
}
div.field label {
	float: left;
	width: 230px;
	margin-right: 20px;
	font-size: 20px;
	font-family: Arial;
	display: block;
	text-align: right;
	padding: 3px 0;
}

div.field label.new_suggestion { 
	width: 330px;
}

div.field .content {
	margin-left: 250px;
}

div.field .description {
	display: block;
	font-size: 11px;
	color: #555;
	padding-top: 3px;
	clear: both;
}

div.field span.subdomain {
	font-size: 18px;
	font-family: Arial, sans-serif;
	color: #666;
}

div.field input.text_field {
	font-size: 16px;
	padding: 5px;
	border: 1px solid #ccc;
}

div.field input.text_field input.new_suggestion{
	width: 320px;
}

div.field textarea.new_suggestion{
	padding: 5px;
	width: 320px;
}

div.field input.color {
	width: 100px;
	font-family: Monaco, monospaced;
}

form div.even {
	background: #f5f5f5;
	border: 1px solid #ccc;
	border-left: 0;
	border-right: 0;
}

fieldset p {
	margin: -5px 0 10px 0;
	font-size: 12px;
	line-height: 140%;
	border: 3px solid #cb9;
	background: #fed;
	padding: 10px;
}

div.fieldWithErrors {
	display: inline;
}

div.fieldWithErrors input.text_field {
	border: 2px solid #a33;
	background: #fee;
}

div.check_field {
	margin-left: 250px;
}
div.check_field label {
	font-size: 14px;
	display: inline;
	float: none;
}

input.centered_submit {
	margin-top: 10px;
	padding: 2px;
	background: #2C79A2;
	border: 3px solid #3B91BE;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	font-family: "Lucida Grande", "Lucida Sans", sans-serif;
	margin-left: 250px;
}

input.centered_submit:focus, input.centered_submit:hover {
	background: #def;
	color: #034;
}

/* ----- SMALL FORM ------ */

form.small legend {
	font-size: 18px;
	font-weight: normal;
	background: #fff;
	padding: 0 0 2px 0;
	border: 0;
	border-bottom: 3px solid #ccc;
}

form.small div.field {
	padding: 5px 0;
	clear: both;
}

form.small div.field label {
	width: 140px;
	margin-right: 10px;
	font-size: 14px;
	text-align: left;
	margin-left: 10px;
}

form.small div.field .content {
	margin-left: 160px;
}

form.small div.field input.text_field {
	font-size: 12px;
	padding: 3px;
	border: 1px solid #ccc;
}

form.small div.field input.color {
	width: 70px;
	font-family: Monaco, monospaced;
}

form div.even {
	background: #f5f5f5;
	border: 1px solid #ccc;
	border-left: 0;
	border-right: 0;
}

fieldset p {
	margin: -5px 0 10px 0;
	font-size: 12px;
	line-height: 140%;
	/*border: 3px solid #cb9;
	background: #fed;*/
	padding: 10px;
}

div.fieldWithErrors {
	display: inline;
}

div.fieldWithErrors input.text_field {
	border: 2px solid #a33;
	background: #fee;
}

div.check_field {
	margin-left: 250px;
}
div.check_field label {
	font-size: 14px;
	display: inline;
	float: none;
}

input.centered_submit {
	margin-top: 10px;
	padding: 2px;
	background: #2C79A2;
	border: 3px solid #3B91BE;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	font-family: "Lucida Grande", "Lucida Sans", sans-serif;
	margin-left: 250px;
}

input.centered_submit:focus, input.centered_submit:hover {
	background: #def;
	color: #034;
}

https://www.crowdsound.com/stylesheets/flash.css?1215064196

div.flash {
  padding: 7px 10px;
  border: 3px solid #b96;
  background: #fed;
  margin: 10px 0; }
  div.flash p {
    background: url(../images/flash_icons/notice.gif) no-repeat left top;
    padding-left: 33px;
    line-height: 18px;
    font-size: 14px;
    padding: 3px 0 3px 33px; }

div.flash_error {
  border: 3px solid #a22;
  background: #fdd;
  color: #511; }
  div.flash_error p {
    background-image: url(../images/flash_icons/error.gif); }

div.flash_info {
  border: 3px solid #79b;
  background: #def; }
  div.flash_info p {
    background-image: url(../images/flash_icons/info.gif); }

#error_messages {
  border: 3px solid #a22;
  background: #fdd;
  margin: 10px 0;
  padding: 7px; }
  #error_messages p {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px; }
  #error_messages li {
    padding: 0 0 0 15px;
    margin-left: 5px;
    background: url(../images/flash_icons/error_bullet.gif) no-repeat left center;
    line-height: 18px;
    font-size: 11px; }

#error_messages ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.review-list {
	color: #666;
	margin-left: 20px;
	font-size: 14px;
	line-height: 1.6em;
	padding-bottom: 20px;
}
#content h1.page-title {
	margin-top: -40px;
	color: #202531;
}
#content h4.plan-package {
	width: 200px;
	float: right;
	font-size: 19px;
	margin-top: 30px;
}
	#content h4.plan-package strong {
		font-weight: normal;
		color: #666;
	}
#content ul.chooseplan {
	list-style: none;
	display: block;
	margin-top: 30px;
	clear: both;
}
#content ul.chooseplan li {
	display: block;
	width: 800px;
	border-bottom: 1px solid #ccc;
	padding: 10px;
	height: 35px;
}
	#content ul.chooseplan li.colored {
		background: #f5f5f5;
	}
	#content ul.chooseplan li h3 {
		float: left;
		text-align: center;
		width: 300px;
		color: #555;
		font-family: Arial, Tahoma, sans-serif;
		font-size: 18px;
		margin: 0;
		padding-top: 6px;
	}
	#content ul.chooseplan li a {
		float: left;
		padding: 4px;
		font-weight: bold;
		font-size: 17px;
		border: 2px solid #eee;
		text-decoration: none;
		background: #fff;
	}
	#content span.span {
		padding: 5px 10px;
		font-weight: bold;
		font-size: 14px;
		display: block;
		color: #747038;
	}
	#a-info {
		width: 497px;
		height: 68px;
		background: url(../images/hover-signup.png) no-repeat;
		display: none;
      	top: -80px;
      	left: 320px; 
      	position: relative;
      	padding: 0;
      	clear: both;
	}
	#b-info {
		width: 497px;
		height: 68px;
		background: url(../images/hover-signup.png) no-repeat;
		display: none;
      	top: -80px;
      	left: 320px; 
      	position: relative;
      	padding: 0;
      	clear: both;
	}
	#c-info {
		width: 497px;
		height: 68px;
		background: url(../images/hover-signup.png) no-repeat;
		display: none;
      	top: -80px;
      	left: 320px; 
      	position: relative;
      	padding: 0;
      	clear: both;
	}
	#d-info {
		width: 497px;
		height: 68px;
		background: url(../images/hover-signup.png) no-repeat;
		display: none;
      	top: -80px;
      	left: 320px; 
      	position: relative;
      	padding: 0;
      	clear: both;
	}
	#e-info {
		width: 497px;
		height: 68px;
		background: url(../images/hover-signup.png) no-repeat;
		display: none;
      	top: -80px;
      	left: 320px; 
      	position: relative;
      	padding: 0;
      	clear: both;
	}
	#f-info {
		width: 497px;
		height: 68px;
		background: url(../images/hover-signup.png) no-repeat;
		display: none;
      	top: -80px;
      	left: 320px; 
      	position: relative;
      	padding: 0;
      	clear: both;
	}
	#g-info {
		width: 497px;
		height: 68px;
		background: url(../images/hover-signup.png) no-repeat;
		display: none;
      	top: -80px;
      	left: 320px; 
      	position: relative;
      	padding: 0;
      	clear: both;
	}
	#h-info {
		width: 497px;
		height: 68px;
		background: url(../images/hover-signup.png) no-repeat;
		display: none;
      	top: -80px;
      	left: 320px; 
      	position: relative;
      	padding: 0;
      	clear: both;
	}
	#i-info {
		width: 497px;
		height: 68px;
		background: url(../images/hover-signup.png) no-repeat;
		display: none;
      	top: -80px;
      	left: 320px; 
      	position: relative;
      	padding: 0;
      	clear: both;
	}
	#k-info {
		width: 497px;
		height: 68px;
		background: url(../images/hover-signup.png) no-repeat;
		display: none;
      	top: -80px;
      	left: 320px; 
      	position: relative;
      	padding: 0;
      	clear: both;
	}
	#content ul.chooseplan li img {
		margin: 0;
		float: left;
		margin-left: 130px;
		margin-right: 40px;
		margin-top: 3px;
	}
	a.signup-button {
		width: 169px;
		height: 40px;
		background: url(../images/signup.gif) no-repeat;
		display: block;
		text-indent: -999999px;
		margin: 10px;
		margin-right: 30px;
		float: right;
	}
	.ui-tabs-hide {
display: none;
}
#content {
padding-top: 0px;
}
div.articles {
width: 600px;
float: left;
padding: 20px 10px;
}
div.article h2 a {
text-decoration: none;
font-size: 24px;
letter-spacing: -1px;
color: #1683b2;
}
div.article div.meta {
font-weight: bold;
color: #666;
font-size: 14px;
}
div.article div.body {
color: #444;
font-size: 14px;
display: block;
padding: 15px 0;
line-height: 1.4em;
clear: both;
font-family: Verdana, sans-serif;
}
hr {
border: none;
display: block;
clear: both;
border-bottom: 1px dotted #999;
margin: 20px 0;
}
#sidebar {
width: 200px;
float: right;
padding: 10px;
}
div.section {
padding-bottom: 20px;
display: block;
margin: 20px 0;
border-bottom: 1px dotted #999;
}
div.section h3 {
font-size: 14px;
color: #333;
}
div.section.yellow_box {
background: #fff9d8;
padding: 10px;
border: 1px solid #e8dea6;
}
div.section.yellow_box h3 {
color: #625a30;
}
div.section a {
font-weight: bold;
}
div.section p {
font-size: 12px;
}
div.section ul li {
display: block;
margin-left: 5px;
color: #999;
list-style: none;
padding: 4px 0;
}
div.section ul li a {
padding: 4px;
padding-left: 15px;
background: url(../images/bullet.png) no-repeat left;
}
ul.article_tag_list {list-style: none;}
ul.article_tag_list li {
float: left;
display: block;
}
ul.article_tag_list li a {
float: left;
font-weight: normal;
font-size: 12px;
margin-top: 5px;
padding-left: 13px;
margin-left: 5px;
background: url(../images/tag.png) no-repeat left;
display: block;
}