/* CC Deed CSS! */


		
		#cc-logo { display: none; }
		
		#deed-bg {

		}
		
		#deed {
			background: url("deed-bg-.png") 0 0 no-repeat #424242;
			width: 585px;
			padding: 10px 0;
			color: #333;
			margin: 20px auto;
			text-align: center;
			font-size: 10pt;
		}
		
		#deed-head {
			width: 585px;
			height: 134px;
			margin: 0 auto;
		}
		
		#deed-head h1 {
			margin: 0;
		}
		
		#deed-head span {
			display: none;
		}	
		
		.red #deed-head {
			background: url("deed-hea.png") 0 0 no-repeat;
		}
		
		.yellow #deed-head {
			background: url("deed-hea.png") 0 0 no-repeat;
		}
		
		.green #deed-head {
			background: url("deed-heb.png") 0 0 no-repeat;
		}
		
		#deed-main {
			background-color: #fff;
			
	/* "!important" box-model hack for IE */
			width: 585px !important;
	/*width: 780px;*/
			
			padding: 20px 0;
			margin: 0 auto;
			text-align: left;
			
			border-bottom: 1px solid #505050;
		}
		
		#deed-main-content {
			margin: 0 15px;
		
		}
		
		#deed-license {
			text-align:center;
			margin-top: 0px;
			margin-bottom: 50px;
			font-weight: bold;
			color: #fff;
		}
		#deed-license h2 {
			margin: 0;
			font-size: 1.46em;
			padding-top: 100px;
		}
		#deed-main img {
			float: right;
			border: 1px solid #888;
			margin-bottom:  5px;
		}
		
		#deed-rights {
			background:  url("freedoms.png") 0 0 no-repeat;
			padding: 0 10px;
			margin-bottom: 20px;
		}
		
		#deed-conditions {
			background:  url("limitati.png") 0 0 no-repeat;
			padding: 0 10px;
			margin-bottom: 33px;
		}

		#deed-conditions ul {
			margin-top: 22px;
		}
		
		#deed-conditions div.fineprint {
			padding: 15px;
			border: 1px solid #ddd;
			color: #111;
			font-size: 0.92em;
		}

		#deed-newer {
			border: 1px solid #e0adad;
			background-color: #f0f0f0;
			padding: 15px;
			margin-top: 25px;
		}
		#deed-newer a, #deed-main a {
			color: #111;
			font-weight: bold;
		}
		
		#deed-foot {
			width: 585px;
			padding: 10px 0;
			padding-bottom: 20px;
			margin: 0 auto;
			color: #fff;
			text-align: left;
			border-top: 1px solid #555;
		}
		#deed-foot p {
			margin: 0 20px;
			padding: 0;
		}
		
		#deed a {
			color: #fffc09;
			text-decoration: none;
		}
		#deed a:hover {
			text-decoration: underline;
		}
		
		.red #deed-foot {
			background: url("deed-foo.png") 0 0;
		}
		
		.yellow #deed-foot {
			background: url("deed-foo.png") 0 0;
		}
		
		.green #deed-foot {
			background: url("deed-fop.png") 0 0;
		}
		
		#disclaimer {
			float: right;
		}
		#deed li strong {
			color: #222;
		}
		#deed li {
			margin-bottom: 8px;
		}
		#deed li.license {
			list-style: none;
			padding-bottom: 25px;
			padding-left: 70px;
			padding-top: 10px;
			width: 420px;
		}
		#deed li.license p {
			margin: 0;
			padding: 0;
		}
		#deed li.license-hidden {
			list-style: none;
		}
	
                #deed li.share {
                                        background: url("share000.png") 0 0 no-repeat;
                }
	
                #deed li.remix {
                                        background: url("remix000.png") 0 0 no-repeat;
                }

		#deed li.by {
					background: url("by000000.png") 0 0 no-repeat;
		}
		#deed li.nc {
					background: url("nc000000.png") 0 0 no-repeat;
		}
		#deed li.nc-jp {
					background: url("nc-jp000.png") 0 0 no-repeat;
		}
		#deed li.nc-eu {
					background: url("nc-eu000.png") 0 0 no-repeat;
		}
		#deed li.sa {
					background: url("sa000000.png") 0 0 no-repeat;
		}
		#deed li.nd {
					background: url("nd000000.png") 0 0 no-repeat;
		}
	        #deed li.sampling, #deed li.samplingplus{
                                        background: url("sampling.png") 0 0 no-repeat;
                }	
		#deed li.more {
					background: url("more0000.png") 0 0 no-repeat;
		}
		
		#deed li a {
			color: #0000ff;
			text-decoration: none;
		}
                #referrer-metadata {
                        padding: 20px;
                        border-style: dotted;
                }
		#referrer-metadata a {
			color: #0000FF;
			text-decoration: none;
		}


		#deed blockquote {
			padding:  8px;
			background-color:  #eee;
			margin:  15px 0;
			clear: both;
		}

		#deed h3 {
			padding-top: 10px;
			margin-top:  1.75em;
			margin-bottom:  0.7em;
		}
