* { margin: 0; padding: 0; }

html, body {
	background-image: url(/_img/bg-body.png);
	background-repeat: repeat-x;
	color: #333333;
	background-color: #fbfaf3;
	font: 13px 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
	height: 100%;
	}

a {
	color: #74a844;
	text-decoration: none;
	}

img {
	border: none;
	}
hr {
	color: #cccccc;
	background-color: #cccccc;
	height: 1px;
	border: 0;
	}

.clear {
	clear: both;
	}
.hidden {
	display: none;
}

.wide {
	margin: 0 auto;
    overflow: hidden;
	width: 983px;
	padding-right:3px;
	}

#wrapper {
	min-height: 100%;
	position: relative;
	}
input, select, textarea {
		border: 1px solid #c0bcb7;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
}
/**
 * HEADER
 */

#header {
	}
	#header .logo {
		float: left;
		margin: 10px 5px;
		}
	#header .controlbar {
		background: #ffffff;
		border: solid 1px #ccc;
		color: #c6cac5;
		float: right;
		font-size: 0.9em;
		margin: 0;
		margin-right: 5px;
		padding: 5px 10px 5px 10px;
		border-bottom-right-radius: 5px;
		border-bottom-left-radius: 5px;
		-moz-border-radius-bottomright: 5px;
		-moz-border-radius-bottomleft: 5px;
		-webkit-border-bottom-right-radius: 5px;
		-webkit-border-bottom-left-radius: 5px;
	    -moz-box-shadow: 1px 1px 2px #ddd;
		-webkit-box-shadow: 1px 1px 2px #ddd;
        box-shadow: 1px 1px 2px #ddd;
		}
		#header .controlbar a {
			color: #333333;
			}
		#header .controlbar img {
			display: inline;
			margin-bottom: -3px;
			}

/**
 * TABS
 */
 
#tabs {
    }
    #tabs ul {
    	list-style: none;
    	margin-top: 0px;
    	margin-bottom: 0px;
    	}
    	#tabs ul li {
    		float: left;
    		}
			#tabs ul li {
			}
    		#tabs ul li a {
			    font-weight: bold;
    			color: #ffffff;
    			display: block;
    			line-height: 34px;
    			padding: 0 15px;
    			text-decoration: none;
				text-shadow: #436d22 0px 0px 2px;		    
    			border-right: solid 1px #74a844;
    			font-size: 13px;	
    			}
    		#tabs ul li.current a {
   				background: url('../_img/bg-tabs-tab-light-10x35.png') repeat-x;
    		    border-color: #f8f7eb;
    		    color: #fff;
    			text-shadow: #406c0e 0px 0px 2px;
    			border-right:1px solid #74A844;
    		    }
    	#tabs ul.categories {
    		float: left;
    		width: 977px;
    		height: 35px;
    		margin-bottom: 3px;
   			background: url('../_img/bg-tabs-tab-10x35.png') repeat-x;
		    border-radius: 5px;
    	    -moz-border-radius: 5px;
		    -webkit-border-radius: 5px;
		    -moz-box-shadow: 1px 1px 2px #ccc;
			-webkit-box-shadow: 1px 1px 2px #ccc;
	        box-shadow: 1px 1px 2px #ccc;
    		}

	#tabs .search {
		float: right;
		margin: 9px 10px 0 0;
		}
		#tabs .search input {
			color: #666;
			background: #deeec2;
			height: 13px;
			vertical-align: baseline;
			overflow: hidden;
			padding: 2px 0 0 5px;
			width: 150px;
			background: transparent url('../_img/bg-search-190x30.png') right no-repeat;
			}
			#tabs .search input:focus {
				border: 1px dotted #ffffff;
				}

	#main .smalltabs {
		float: left;
		background-color: #ffffff;
		margin-left: 5px;
		padding: 5px 15px 5px 15px;
		border: 1px solid #eae5dd;
		margin-bottom: -1px;
	    border-top-right-radius: 5px;
	    -moz-border-radius-topright: 5px;
        -webkit-border-top-right-radius: 5px;	
	    border-top-left-radius: 5px;
	    -moz-border-radius-topleft: 5px;
        -webkit-border-top-left-radius: 5px;
        cursor: pointer;	
	}
	#main .smalltabs_active {
		border-bottom: 1px solid #ffffff;
		
	}


/**
 * LANDINGPAGE
 */
 
 	#content #videobox {
 		background-image: url(/_img/bg-video-landing.png);
 		background-repeat: no-repeat;
	    border-radius: 5px;
	    -moz-border-radius: 5px;
	    -webkit-border-radius: 5px;
	    -moz-box-shadow: 1px 1px 2px #ccc;
		-webkit-box-shadow: 1px 1px 2px #ccc;
        box-shadow: 1px 1px 2px #ccc;
	    height: 240px;
	    margin-bottom: 20px;
	    margin-right: 3px;
	    padding: 20px;
	    font-family: "Arial";
 	}
 	#content #videobox h1 {
 		font-size: 30px;
 		color: #000;
		text-shadow: #fff 0px 1px 1px;
 		font-weight: bold;
 		letter-spacing: normal;
 	}
 	#content #videobox p {
 		color: #fff;
		text-shadow: #586b49 1px 1px 1px;
 		font-weight: bold;
 		font-size: 15px;
// 		letter-spacing: normal;
 	}
 	#content #videobox .landingpage-boxlinks {
 		background-image: url(/_img/fluff/bg-boxlinks.png);
 		height: 28px;
	    border-radius: 5px;
	    -moz-border-radius: 5px;
	    -webkit-border-radius: 5px;
	    margin-top: 40px;
		padding: 8px 0 0 15px;
	}
	#content #videobox .landingpage-boxlinks a {
	    color: #fff;
		text-shadow: #9c5100 0px 1px 1px;
	    font-size: 15px;
	    font-weight: bold;
	}
	#content #videobox .landingpage-boxlinks img {
		vertical-align: baseline;
		margin-left: 3px;
	}
	#content .colorboxcontainer {
		width: 480px;
		float: left;
		margin-right: 20px;
		margin-bottom: 30px;
		font-family: Arial;
		font-size: 13px;
	}
	#content .colorboxcontainer .orange {
		font-size: 15px;
		text-shadow: #9c5100 0px 0px 2px;
	}
	#content .colorboxcontainer .colorbox {
		background-image: url(/_img/fluff/bg-colorbox.png);
		background-repeat: repeat-x;
		background-color: #7baa3e;
		width: 480px;
	    border-radius: 5px;
	    -moz-border-radius: 5px;
	    -webkit-border-radius: 5px;
	    -moz-box-shadow: 1px 1px 2px #ccc;
		-webkit-box-shadow: 1px 1px 2px #ccc;
        box-shadow: 1px 1px 2px #ccc;
		float: left;
		color: #2A3F19;
		text-shadow: #b3de90 0px 1px 1px;
	}
	#content .colorboxcontainer .colorbox .colorwrapper {
		float:left;
		width: 190px;
		margin: 20px;
	}
	#content .colorboxcontainer .colorbox .colorbox-bg1 {
		background: url('/_img/fluff/bg-people.png') no-repeat bottom right;
		border-radius: 5px;
	    -moz-border-radius: 5px;
	    -webkit-border-radius: 5px;
		}
	#content .colorboxcontainer .colorbox .colorbox-bg2 {
		background: url('/_img/fluff/bg-arrow.png') no-repeat bottom right;
	    border-radius: 5px;
	    -moz-border-radius: 5px;
	    -webkit-border-radius: 5px;
		}
	#content .colorboxcontainer .colorbox p {
		line-height: 15px;
		margin-bottom: 10px;
	}

	#content .colorboxcontainer .colorbox h4 {
		font-size: 15px;
		display: block;
		color: #fff;
		text-shadow: #586b49 0px 1px 1px;
		font-weight: bold;
		padding-bottom: 15px;
	}
	#content .colorboxcontainer .colorbox a {
		color: #2A3F19;
		font-weight: bold;
	}
/**
 * CONTENT
 */

#content {
	padding: 20px 0 180px;
	}

	#content h1 {
		color: #78a931;
		font-size: 20px;
		font-weight: normal;
		margin-bottom: 5px;
		text-shadow: #eae9e6 1px 1px 1px;		    
	    }
	#content h2, .subjectEdit {
	    color: #f98e29;
	    font-size: 17px;
		font-weight: normal;
	    letter-spacing: -1px;
		margin-bottom: 5px;
	    }
	#content h3 {
	    color: #ffffff;
	    float: left;
	    font-size: 12px;
	    margin-bottom: 8px;
	    padding: 4px 8px;
	    position: relative;
	    border-radius: 2px;
	    -moz-border-radius: 2px;
	    -webkit-border-radius: 2px;
	    -moz-box-shadow: 1px 1px 2px #ccc;
		-webkit-box-shadow: 1px 1px 2px #ccc;
        box-shadow: 1px 1px 2px #ccc;
	    }
	#content .gray a {
		color: #909090;
	}
	    #content h3 a {
	    	color: #ffffff;
	    }
		#content h3.green {
		    background: #97bc5f;
			text-shadow: #436d22 0px 0px 2px;		    
		    background-image: url(/_img/bg-green-h28.png);
			}
		#content h3.orange {
			background: #f98e29;
			text-shadow:0px 0px 2px #9C5100;
			background-image: url(/_img/bg-orange-h28.png);
			}
	    #content h3 span.arrow {
			border-style: solid;
			border-width: 4px 4px 0;
			bottom: -4px;
			left: 5px;
			position: absolute;
	    	}
		    #content h3.green span.arrow {
				border-color: #7bad43 transparent transparent;
		    	}
		    #content h3.orange span.arrow {
				border-color: #eb7435 transparent transparent;
		    	}

	#content #main {
		float: left;
		margin: 0;
		width: 680px;
		}
	#content #main .text {
		margin-bottom: 30px;
	}
	#content #main #text .numba {
		color: #ffffff;
		background-color: #97BC5F;
		font-size: 16px;
		font-weight: bold;
		height: 25px;
		width: 25px;
		text-align: center;
		margin-right: 10px;
		float: left;
		border-radius: 50px;
		line-height: 23px;
		-moz-border-radius: 50px;
		-webkit-border-radius: 50px;
	}
	#content #main #text .introImg {
		width: 70px;
		height: 70px;
		float: right;
		margin-left: 5px;
		padding: 5px;
		border: 1px solid #eae5dd;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		margin-bottom: 20px;
	}
	#content #main #text .introImg img {
		width: 70px;
	}
	#content #main #text .introtext {
		padding-left: 35px;
		height: 140px;
	}
	#content #main .noticeButton {
 		background-image: url(/_img/fluff/bg-boxlinks.png);
 		height: 28px;
	    border-radius: 5px;
	    -moz-border-radius: 5px;
	    -webkit-border-radius: 5px;
	    margin: 40px;
		padding: 8px 20px 8px 20px;
		color: #fff;
		font-weight: bold;
		font-size: 14px;
	}
	#content #main #languageSelector {
		text-align: right;
		display: none;
		position: absolute;
		background-color: #fff;
		color: #666666;
		width: 400px;
		border: 1px solid #eae5dd;
		padding: 10px;
		font-size: 11px;
		margin-left: 238px;
		margin-top: 28px;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
	}
	#content #main #languageSelector div {
		float: left;;
		display: block;
		width: 100px;
		text-align: left;
	}
	#content #main #languageSelector label {
		padding-left: 5px;
		padding-right: 10px;
	}
	#content #main #languageSelector .submit {
		float: right;
		margin-top: 10px;
	}
	#content #tagBox {
		font-size: 12px;
		line-height: 25px;
		height: 25px;
		overflow: hidden;
		color: #909090;
	}
	#content #tagBox.open
	{
		height: auto;
	}
	#content #tagBox a {
		border-right: 1px solid #eae5dd;
		padding-right: 10px;
		margin-right: 5px;
	}
	#content #tagBox .active {
	    border-radius: 2px;
	    -moz-border-radius: 2px;
	    -webkit-border-radius: 2px;
	    padding: 0 5px 0 5px;
		color: #ffffff;
	    background: #97bc5f;
		}
	#content #tagBox #moreTags {
		float: right;
		color: #74A844;
		margin-top: 5px;
		margin-left: 5px;
		}
	#content #alltags {
		float: left;
	}
	
	#content #main .small, #content #main .small p {
		font-size: 11px;
		padding-bottom: 0px;
		line-height: 12px;
	}
	#content #sidebar {
		float: right;
		margin: 0 5px;
		width: 260px;
		}
	#content #sidebar .sidebox_user-helper .content {
		border-color: #F98E29;
		font-size: 13px;
		background-color: #ffefe0;
		line-height: 20px;
		padding: 7px;
	}
	.userNotice {
		border: 3px dotted #F98E29;
		background-color: #FFEFE0;
		padding: 5px;
		margin: 2px;
		border-radius: 4px;
		-moz-border-radius:4px;
		-webkit-border-radius:4px;
	}
	#content #sidebar .sidebox_userinfo {
		overflow: hidden;
	}
	#content #sidebar .sidebox_userinfo label {
		color: #F98E29;
		width: 75px;
		display: block;
		float: left;
	}
	#content #sidebar .sidebox_userinfo .gravatar {
		border: 1px solid #C0BCB7;
		padding: 5px;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
	}
	.activestep {
		background-color: #fff;
		border: 3px dotted #F98E29;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		padding: 5px;
		font-weight: bold;
	}
	.notdonestep {
		padding: 5px;
	}
	#content #sidebar .sidebox_user-helper .content p {
		padding: 5px;
		}
	#content #sidebar .sidebox_user-helper .content img {
		float: left; padding-right: 5px;
		}
	#content #sidebar .sidebox_user-helper .content .stepdone {
		color: #888888;
		}
	#content #sidebar .sidebox_user-helper .content .description {
		padding-left: 25px; display: block;
		color: #666;
		line-height: 15px;
		font-size: 12px;
		font-weight: normal;
		}
	#content .box {
		}
		#content .box .content {
			background: #ffffff;
			border: solid 1px #eae5dd;
			clear: both;
			margin-bottom: 20px;
			overflow: hidden;
			padding: 10px 15px;
			border-radius: 4px;
			-moz-border-radius: 4px;
			-webkit-border-radius: 4px;
		    -moz-box-shadow: 1px 1px 1px #eae9e6;
			-webkit-box-shadow: 1px 1px 1px #eae9e6;
	        box-shadow: 1px 1px 1px #eae9e6;
			}
			#content .box .content p {
				margin: 5px 0;
				}
			#content .box .content ul {
				padding-left: 15px;
				}
			#content .box .content ol {
				padding-left: 20px;
				}
				#content .box .content ol li,
				#content .box .content ul li {
					margin: 5px 0;
					}
	#content #main .thing {
		background-color: #ffffff;
		border: solid 1px #eae5dd;
		clear: both;
		margin-bottom: 20px;
		padding: 10px 15px;
		overflow: hidden;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
	    -moz-box-shadow: 1px 1px 1px #eae9e6;
		-webkit-box-shadow: 1px 1px 1px #eae9e6;
        box-shadow: 1px 1px 1px #eae9e6;
		}
		#content #main .thing .button {
			float: left;
			width: 70px;
			}
		#content #main .thing .content {
			float: right;
			width: 578px;
			}
			#content #main .thing .content h2 {
				font-size: 18px;
				font-weight: normal;
				margin-bottom: 5px;
				}
				#content #main .thing .content h2 a {
					color: #f98e29;
					}
			#content #main .thing .content p {
				line-height: 20px;
				margin-bottom: 10px;
				}
				#content #main .thing .content p span {
					color: #909090;
					font-size: 0.9em;
					}
			#content #main .thing .content .tags, #content #main .thing .content .who {
				font-size: 0.8em;
				color: #909090;
				margin: 10px 0 10px 0;
				height: 15px;
				overflow: hidden;

				}
				#content #main .thing .content .tags img, #content #main .thing .content .who img {
					float: left;
					margin: 0 5px 0 0;
					vertical-align: baseline;
					}
				#content #main .thing .content .allWhoBox {
					height: auto;
					font-size: 0.9em;
					color: #909090;
					padding-bottom: 20px;
				}
				#content #main .thing .content .allWhoBox a,#content #main .thing .content .allWhoBox span {
					float: left;
					width: 105px;
					overflow:hidden;
					white-space: nowrap;
					margin-right: 10px;
				}
				#content #main .thing .content .allWhoBox .gravatar {
					border: 1px solid #909090;
					vertical-align: middle;
				}
					
			#content #main .thing .content .meta, #content #main .thing .content .share {
				font-size: 0.9em;
				color: #909090;
				}
				#content #main .thing .content .meta a, #content #main .thing .content .share a {
					margin-right: 10px;
					}
				#content #main .thing .content .meta img, #content #main .thing .content .share img {
					display: inline-block;
					margin-bottom: -4px;
					}
				#content #main #codebox .code {
					font-size: 12px;
				}
	#content #main .paging {
		}
		#content #main .paging a {
			background: #eeece1;
			color: #444444;
			display: inline-block;
			font-size: 0.9em;
			margin: 0 2px;
			padding: 4px 10px;
	
			border-radius: 4px;
			-moz-border-radius: 4px;
			-webkit-border-radius: 4px;
			}
		#content #main .paging .prev {
			float: left;
			}
		#content #main .paging .pages {
			text-align: center;
			}
			#content #main .paging .pages div.page {
				display: inline-block;
				}
				#content #main .paging .pages div.current a {
					background: #f98e29;
					color: #ffffff;
					}
		#content #main .paging .next {
			float: right;
			}

	#content #main #profileTabs {
		height: 40px;
		padding-bottom: 10px;
		float: left;
		clear:both;
	}
	#content #main #profileTabs .first {
		height: 15px;
		margin-bottom:10px;
		border-top: 1px solid #ccc;
		border-right: 1px solid #ccc;
		float:left; 
		padding: 5px 24px 5px 20px;
	    border-top-right-radius: 10px;
	    -moz-border-radius-topright: 10px;
        -webkit-border-top-right-radius: 10px;	
	}
	#content #main #profileTabs .second {
		height: 15px;
		margin-top:10px;
		margin-left: -1px;
		border-left: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		float:left; 
		padding: 0px 20px 10px 24px;
	    border-bottom-left-radius: 10px;
	    -moz-border-radius-bottomleft: 10px;
        -webkit-border-bottom-left-radius: 10px;	
	}
	#content #main #profileTabs .first b {
		color: #78a931;
		font-size: 16px;
		font-weight: normal;
		text-shadow: #eae9e6 1px 1px 1px;		    

	}
	#content #main .comments {
	}
		#content #main .comments .comment {
			margin-bottom: 15px;
			overflow: hidden;
			}
			#content #main .comments .comment .meta {
				float: left;
				width: 120px;
				}
				#content #main .comments .comment .meta img {
					display: inline-block;
					margin-bottom: -4px;
					}
				#content #main .comments .comment .meta .timestamp {
					color: #444444;
					font-size: 0.8em;
					margin-top: 2px;
					}
				#content #main .comments .comment .meta .report {
					color: #444444;
					font-size: 0.75em;
					margin-top: 2px;
					}
			#content #main .comments .comment .text {
				float: right;
				width: 508px;
				}

	#content #main #dashboard {
		overflow: hidden;
		float:left;
		width:300px;
		}
	#content #main #revenue {
		overflow: hidden;
		float:right;
		width:300px;
		}
		#content #main #dashboard .box {
			float: left;
			width: 208px;
			-moz-border-radius: 4px;
			-webkit-border-radius: 4px;
			}
			#content #main #dashboard .box .content {
				height: 110px;
				}
			#content #main #dashboard .box .info {
				background: #f0f0f0;
				margin-bottom: 5px;
				padding: 5px;
				text-align: center;
				}
		#content #main #dashboard .balance {
			margin-right: 14px;
			}
		#content #main #dashboard .monthly {
			margin-right: 14px;
			}
		#content #main #dashboard .status {
			}
		#content #main #dashboard hr, #content #main #revenue hr {
			color: #cccccc;
			background-color: #cccccc;
			height: 1px;
			border: 0;
			margin-bottom: 10px;
			}
		#content #main #dashboard small, #content #main #revenue .small {
			color: #777;
			}
		#content #main #dashboard .label, #content #main #revenue .label {
			float:left;
			margin-top:5px;
			margin-bottom: 10px;
			}
		#content #main #dashboard .label .small, #content #main #revenue .label .small {
			float:left;
			margin: 0;
			color: #777;
			}
		#content #main #dashboard p.small {
			color: #777;
			}
		#content #main #dashboard .money, #content #main #revenue .money {
			background:#e6f4ce;
			float:right;
			font-size:18px;
			line-height:35px;
			text-align:center;
			width:160px;
		    border-radius: 4px;
			-moz-border-radius:4px;
			-webkit-border-radius:4px;
		}
		#content #main #dashboard .addfunds{
			display:block;
			line-height:30px;
			margin-right:33px;
			margin-bottom:10px;		
			float:right;
			} 
		#content #main #revenue .withdrawfunds {
			display:block;
			line-height:30px;
			margin-right:10px;
			margin-bottom:10px;
			float:right;
		}
		#content #main #dashboard .addfunds a {
			background-image:url('/_img/button-plus-20x20.png');
			background-position:  3px;
			background-repeat: no-repeat;
			padding:2px 0 2px 28px;
		}
		
		#content #main #revenue .withdrawfunds a {
			background:url('/_img/button-minus-20x20.png') 0px center no-repeat;
			padding:2px 0 2px 25px;
		} 

		#content #main #dashboard h3 {
			color: #333333;
			float: none;
			padding: 0;
			margin: 10px 0 15px;
			font-weight: normal;
			font-size: 13px;
			}
		#content #main #dashboard #clickValue {
			border:1px solid #cccccc;
			padding:8px 10px;
			border-radius: 4px;
			-moz-border-radius:4px;
			-webkit-border-radius:4px;
		}
		#content #main #dashboard #clickValue td {
			font-size: 22px;
			letter-spacing: -2px;
		}
		#content #main #dashboard #clickValue .small {
			font-size: 11px;
			line-height: 11px;
			letter-spacing: normal;
		}
		#slider {
			border: none;
		}
		#monLabel {
			background: none;
			background-image: url(/_img/monthbg.png);
			background-position: center;
			width: 40px;
			height: 32px;
			border: none;
			border-radius: 2px;
			-moz-border-radius: 2px;
			-webkit-border-radius: 2px;
			text-align: center;
			line-height: 23px;
			color: #ffffff;
			font-size: 14px;
			font-family: 'Lucida Sans Unicode','Lucida Grande',sans-serif;
			margin-left: -20px;
			letter-spacing: -1px;
			outline: 0;
		}
		#monthTable {
			font-size: 12px;
			letter-spacing: -1px;
			margin: 14px 0 0 0;
			text-align: center;
			width: 300px;
			color: #909090;
			border-collapse: collapse;
		}
		#monthTable tr td {
			width: 10%;
			background-image: url(/_img/monthly-dash.png);
			background-position: top center;
			background-repeat: no-repeat;
			padding-top: 5px;
		}
		#monthTable .first {
			background-image: url(/_img/monthly-dash-left.png);		
		}
		#monthTable .last {
			background-image: url(/_img/monthly-dash-right.png);		
		}
		#content #dashboard #tooHigh, #content #dashboard #extraInfo  {
			margin-left: 15px;
			color: #F98E29;
			font-style: italic;
		}

/* Toplistpage */

.topLists {
}
.topLists .topListBox {
	float:left;
	width: 900px;
	overflow: hidden;
	padding-right: 20px;
}
.topLists .center {
	text-align: center;
}
.topLists .left {
	text-align: right;
	width: 460px;
	float: left;
}
.topLists .right {
	text-align: left;
	width: 460px;
	float: right;
}
.topLists a {
	border-bottom: 1px dotted green;
	padding: 0 2px 0 2px;
}
.topListBox div {
	float: left;
	margin: 0 10px 0 0;
	display: block;
}

/* nice tables */

#content .grid {
	width: 100%;
	border: 1px solid #eae5dd;
	border-radius: 4px;
	text-align: left;
	border-collapse: collapse;
	font-size: 12px;
	}
#content .grid th {
	padding: 5px 10px 5px 5px;
	color: #F98E29;
	font-weight: normal;
	}
#content .grid td {
	padding: 0px 5px 0px 5px;
	border-top: 1px solid #eae5dd;

	}
#content .grid tr:hover {
	background-color: #eae5dd;
}
#content .grid .head:hover {
	background-color: #fff;
}
#content .grid .right {
	text-align: right;
}



	#content #main #transactions {
			float:right;
			width:300px;
	}

	#content #text {
		}
		#content #text dl,
		#content #text p {
			line-height: 1.7em;
			margin-bottom: 10px;
			}
		#content #text code {
			background: #f0f0f0;
			display: block;
			font-size: 0.9em;
			margin-bottom: 20px;
			padding: 10px;
			overflow-x: auto;
		}
		#content #text dt {
			font-weight: bold;
			}
		#content #text #press img {
			padding: 5px;
			border: 1px solid #eae5dd;
			margin-right: 5px;
			float: left;
		}

	#content .mini-thing {
		margin: 2px 0;
		overflow: hidden;
		white-space: nowrap;
		}
		#content .mini-thing .button {
			background: url('../_img/button-mini-30x25.png') no-repeat;
			display: inline-block;
			font-size: 0.9em;
			letter-spacing: -1px;
			line-height: 25px;
			margin-right: 4px;
			text-align: center;
			width: 30px;
			color: #555555;
			}
		#content .mini-thing .list {
			overflow: hidden;
			float:left;
			width: 500px;
			margin-bottom: 5px;
		}
		#content .mini-thing .timestamp {
			float: right;
			font-size: 10px;
			color: #909090;
			line-height: 25px;
			letter-spacing: -0.3px;
		}


/*mini-list */

	#content .mini-list {
		margin: 2px 0;
		overflow: hidden;
		white-space: nowrap;
		}
		#content .mini-list .button {
			background: url('../_img/button-mini-30x25.png') no-repeat;
			display: inline-block;
			float: left;
			font-size: 0.9em;
			letter-spacing: -1px;
			line-height: 25px;
			margin-right: 10px;
			text-align: center;
			width: 30px;
			color: #555555;
			}
		#content .mini-list .list {
			overflow: hidden;
			float:left;
			width: 645px;
			height: 40px;
			margin-bottom: 5px;
			}
		#content .mini-list .timestamp {
			float: right;
			font-size: 10px;
			color: #909090;
			line-height: 15px;
			letter-spacing: -0.3px;
			}
		#content .mini-list .small {
			line-height: 8px;
			float: left;
			width: 510px;
			white-space: normal;
			}
		#content .mini-list a {
			line-height: 15px;
			display: block;
			float: left;
			}

		
/* latest comments */
	#content .latest-comments {
		margin: 2px 0;
		overflow: hidden;
		}
		#content .latest-comments .list {
			float:left;
			width: 645px;
			margin-bottom: 5px;
			color: #909090;
			margin-bottom: 10px;
		}
		#content .latest-comments .list .gravatar {
			background: #ddd;
			width: 50px;
			height: 50px;
			float: left;
			margin-right: 10px;	
		}
		#content .latest-comments .list .comment {
			color: #333333;
			font-size: 12px;
			line-height: 14px;
		}
		#content .latest-comments .timestamp {
			float: right;
			font-size: 10px;
			color: #909090;
			line-height: 25px;
			letter-spacing: -0.3px;
		}


/**
 * loginbox
 */
#loginbox label {
	padding: 5px;
	display: block;
	line-height: 25px;
	width: 150px;
	margin-right: 20px;
	color: #f98e29;
	}
#loginbox input {
	border: 1px solid #c0bcb7;
	height: 22px;
	width: 190px;
	padding-left: 5px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	}
#loginbox .submit {
	font-weight: bold;
	width: 195px;
	height: 25px;
	}
#loginbox .checkbox {
	width: 17px;
	margin-right: 5px;
	margin-top: 5px;
	border: 0;
	padding: 5px;
	}


/**
 * register
 */

#content #main #logbox {
	width: 350px;
	float: left;
	background: #ffffff;
	border: solid 1px #eae5dd;
	clear: both;
	margin-bottom: 20px;
	overflow: hidden;
	padding: 10px 15px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
    -moz-box-shadow: 1px 1px 1px #eae9e6;
	-webkit-box-shadow: 1px 1px 1px #eae9e6;
    box-shadow: 1px 1px 1px #eae9e6;
	}

#reginfo {
	width: 530px;
	float: right;
	background: #ffffff;
	border: solid 1px #edbd8f;
	margin-bottom: 20px;
	overflow: hidden;
	padding: 10px 15px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
    -moz-box-shadow: 1px 1px 1px #eae9e6;
	-webkit-box-shadow: 1px 1px 1px #eae9e6;
    box-shadow: 1px 1px 1px #eae9e6;
	}
	#reginfo p {
		padding-bottom: 5px;
		}
	#reginfo ul {
		margin: 20px;

		}
	#reginfo li {
		padding: 5px;
		color: #F98E29;
		}
	#reginfo li span {
		color: #333333;
		}
	#content #logbox fieldset {
		border: 0;
		margin-top: 20px;
		}
	#content #logbox label {
		display: block;
		width: 130px;
		float: left;
		margin-right: 20px;
		color: #f98e29;
		}
	#reginfo .embed-tvbox {
		background-color: #444;
		padding: 10px;
		padding-bottom: 5px;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	    -moz-box-shadow: 1px 1px 1px #eae9e6;
		-webkit-box-shadow: 1px 1px 1px #eae9e6;
	    box-shadow: 1px 1px 1px #eae9e6;	
	}

/* payments */
#payments label, #transfer label {
	display: block;
	width: 140px;
	margin-right: 20px;
	color: #f98e29;
	float: left;
	}
#payments input, #transfer input, #transfer select {
	border: 1px solid #c0bcb7;
	height: 22px;
	width: 180px;
	padding-left: 5px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	}
#payments .submit, #transfer .submit {
	font-weight: bold;
	width: 186px;
	height: 25px;	
	}
#payments hr, #transfer hr {
	color: #cccccc;
	background-color: #cccccc;
	height: 1px;
	border: 0;
}
#payments .checkbox, #transfer checkbox {
	width: 20px;
	margin-right: 10px;
	vertical-align: bottom;
}
	
/* submit thing */
.submitthing label {
	display: block;
	width: 100px;
	margin-right: 20px;
	color: #f98e29;
	float: left;
	}
.submitthing input {
	border: 1px solid #c0bcb7;
	height: 22px;
	width: 280px;
	padding-left: 5px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	}
.submitthing .submit {
	font-weight: bold;
	width: 186px;
	height: 25px;
		
	}
.submitthing textarea, .submitthing select {
	border: 1px solid #c0bcb7;
	height: 22px;
	width: 180px;
	padding-left: 5px;
	padding-top: 2px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	}
.submitthing textarea {
	width: 450px;
	height: 150px;
	font: 11px 'Lucida Sans Unicode','Lucida Grande',sans-serif;
	}
.submitthing ul {
	margin: 0px;
	font-size: 11px;
	}
.submitthing li {
	padding: 0px;
	color: #97BC5F;
	}
.submitthing li span {
	color: #333333;
	}
.submitthing .smalltext {
	font-size: 11px;
	color: #333333;
	}

/* API */

/* submit thing */
.submitapp label {
	display: block;
	width: 160px;
	margin-right: 20px;
	color: #f98e29;
	float: left;
	}
.submitapp input {
	border: 1px solid #c0bcb7;
	height: 22px;
	width: 280px;
	padding-left: 5px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	}
.submitapp .submit {
	font-weight: bold;
	width: 186px;
	height: 25px;
		
	}
.submitapp textarea, .submitthing select {
	border: 1px solid #c0bcb7;
	height: 22px;
	width: 180px;
	padding-left: 5px;
	padding-top: 2px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	}
.submitapp textarea {
	width: 450px;
	height: 150px;
	font: 11px 'Lucida Sans Unicode','Lucida Grande',sans-serif;
	}
.submitapp ul {
	margin: 0px;
	font-size: 11px;
	}
.submitapp li {
	padding: 0px;
	color: #97BC5F;
	}
.submitapp li span {
	color: #333333;
	}
.submitapp .smalltext {
	font-size: 11px;
	color: #333333;
	}
.submitapp .checkbox {
	width: 17px;
	margin-right: 5px;
	vertical-align: bottom;
	}

.button-ok, .button-cancel {
	font-weight: bold;
	padding: 5px;
	margin: 0 10px 0 10px;
}
.button-ok {
	background-color: #b5d877;
}
.button-cancel {
	background-color: #e88181;
}


#indexinfo {
	background: #ffffff;
	border: solid 1px #97BC5F;
	margin-bottom: 20px;
	overflow: hidden;
	padding: 10px 15px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	}
	#indexinfo p {
		padding-bottom: 5px;
		}
	#indexinfo ul {
		margin: 20px;
		}
	#indexinfo li {
		padding: 5px;
		color: #97BC5F;
		}
	#indexinfo li span {
		color: #333333;
	}

	#content #main #logbox input, #content #main #logbox textarea, #content #main #logbox select {
		border: 1px solid #c0bcb7;
		height: 22px;
		width: 180px;
		padding-left: 5px;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		}
	#content #main #logbox textarea {
		width: 450px;
		height: 150px;
		font: 11px 'Lucida Sans Unicode','Lucida Grande',sans-serif;
		}
	#content #main #logbox .submit {
		font-weight: bold;
		height: 25px;
		width: 186px;
		}
	#content #main #logbox .checkbox {
		width: 17px;
		margin-right: 5px;
		border: 0;
	}
	#content #main #logbox form p {
		padding-bottom: 15px;
		}

/*edit thing*/
#content #main #editthing textarea, #content #main #editthing input {
	width: 570px;
	height: 130px;
	border: 1px solid #c0bcb7;
	padding-left: 5px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font: 12px 'Lucida Sans Unicode','Lucida Grande',sans-serif;
	}
	#content #main #editthing input {
		height: 22px;
		}
			#content #main #editthing .tagsEdit {
				float: left;
				width: 550px;
				color: #74A844;
				font-size: 11px;
			}
			#content #main #editthing .subjectEdit {
				height: 30px;
				font-size: 18px;
			}
	#content #main #editthing .submit {
		font-weight: bold;
		height: 25px;
		width: 186px;
		margin: 15px 0 10px 0;
		}
	#content #main #editthing .meta{
		padding: 15px 0 0 0;
		color: #777;
		}
	#content #main #editthing .selectors select {
		border: 1px solid #c0bcb7;
		height: 22px;
		width: 100px;
		margin-right: 20px;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		padding-top: 2px;
	}
	#content #main .selectors {
		padding: 15px 0 0 0;
		color: #777;
		font-size: 0.9em;
	}
	#content #main .selectors img {
		margin-bottom: -3px;
	}

/*embed */

#content #main .embedThumb {
	max-width: 120px;
	float: right;
	padding: 0 0 0 5px;
	margin-top: 5px;
}
#content #main .byline {
	margin-top: 15px;
}
#content #main .embed_description {
	margin-top: 15px;
}
#content #main .byline strong{
	color: #F98E29;
	font-weight: normal;
}
#content #main .embed_description hr {
	margin: 5px 0 5px 0;
}

/*comments*/

#commentStory label {
	display: block;
	width: 100px;
	margin-right: 20px;
	color: #f98e29;
	float: left;
	}
#commentStory textarea, #commentStory input {
	width: 640px;
	height: 100px;
	border: 1px solid #c0bcb7;
	padding-left: 5px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font: 11px 'Lucida Sans Unicode','Lucida Grande',sans-serif;
	}
#commentStory .submit {
	font-weight: bold;
	height: 25px;
	width: 186px;
	}

/*settings page */

	#content #settings fieldset, #content #contact fieldset {
		border: 0;
		margin-top: 20px;
		}
	#content #settings label, #content #contact label {
		display: block;
		width: 120px;
		float: left;
		margin-right: 20px;
		color: #f98e29;
		}
	#content #settings .tickbox {
		float: none;
		width: auto;
		display: inline;
		color: #333;
	}
	#content #settings input, #content #settings textarea, #content #settings select, #content #contact input, #content #contact select, #content #contact textarea {
		border: 1px solid #c0bcb7;
		height: 22px;
		width: 300px;
		padding-left: 5px;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		}
	#content #settings textarea, #content #contact textarea {
		width: 450px;
		height: 150px;
		font: 11px 'Lucida Sans Unicode','Lucida Grande',sans-serif;
		}
	#content #settings .submit, #content #contact .submit {
		font-weight: bold;
		height: 25px;
		width: 186px;
		}
	#content #settings .checkbox, #content #contact .checkbox {
		width: 17px;
		margin-right: 5px;
		vertical-align: bottom;
	}
	#content #settings .list div {
		margin-bottom: 5px;
	}
	#content #settings .list textarea {
		width: 215px;
		height: 100px;
		font-size: 12px;
	}
	#content #settings p{
		padding-bottom: 10px;
		}
	#content #settings #clickchangepss {
		color: #97BC5F;
	}

	#content #languageSettings .list {
		clear:both;
		text-align: right;
		background-color: #fff;
		color: #666666;
		width: 600px;
		padding: 0px;
		font-size: 11px;
		display: block;	
		margin-left: 0px;
		margin-top: 0px;
	}
	#content #languageSettings .list div {
		float: left;;
		display: block;
		width: 150px;
		text-align: left;
	}
	#content #languageSettings .list label {
		padding-left: 5px;
		padding-right: 10px;
		font-size: 12px;
	}
	#content #languageSettings input {
		padding: 5px;
	}

/**
 * Support
 */
 
#tickets .ticketItem {
	margin-bottom: 5px;
	width: 300px;
	height: 20px;
	}
	#tickets .ticketItem span {
		float: left;
		width: 70px;
		color: #F98E29;
		}
	#tickets .ticketMessage div {
		padding: 10px;
		border:1px solid #eae5dd;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		}
	#tickets input, #tickets textarea, #tickets select {
		border: 1px solid #c0bcb7;
		height: 22px;
		width: 180px;
		padding-left: 5px;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		}
	#tickets textarea {
		width: 600px;
		height: 150px;
		font: 11px 'Lucida Sans Unicode','Lucida Grande',sans-serif;
		}
	#tickets .submit {
		font-weight: bold;
		height: 25px;
		width: 186px;
		}
	#messagelist table {
		width: 620px;
		border: 1px solid #eae5dd;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		text-align: left;
		border-collapse: collapse;
		}
	#messagelist th {
		padding: 5px 10px 5px 10px;
		color: #F98E29;
		font-weight: normal;
		}
	#messagelist td {
		padding: 5px 10px 5px 10px;
		border-top: 1px solid #eae5dd;

		}
	#messagelist .hover {
		background-color: #eae5dd;
		cursor: pointer;
	}

.spacer {
	height: 30px;
	}

/**
 * FOOTER
 */

#footer {
	background: #9fc757 url('../_img/bg-footer-50x16.png') repeat-x;
	color: #ffffff;
	height: 120px;
	margin-top: -120px;
	padding: 0;
	overflow: hidden;
	position: relative;
    text-shadow: #2E6807 1px 1px 0;
    width: 100%;
	}
	#footer .wide {
		background: url('../_img/logo-344x349.png') no-repeat top right;
		margin-top: 15px;
		height: 150px;
		width: 940px;
		padding: 0 20px 0 20px;
		}
	#footer h4 {
		margin-bottom: 10px;
		color: #618f19;
		text-shadow: 0 1px 2px #B3DE90;		
		}
	#footer ul {
		list-style: none;
		margin-right: 30px;
		}
	#footer ul li {
		}
	#footer ul li a {
		color: #ffffff;
		font-size: 0.9em;
		line-height: 22px;
		text-decoration: none;
		}
	#footer .about {
		float: left;
		margin-right: 100px;
		}
	#footer .use {
		float: left;
		margin-right: 100px;
		}
	#footer .share {
		float: left;
		}

/**
 * FLATTR FLASH
 */

.flattr_flash {
	font-size: 14px;
	margin: 0 0px 10px;
	text-align: center;
	}
	.flattr_flash .error {
		background: #FFBABA;
		color: #D8000C;
		border: 1px dashed #D8000C;
		padding: 3px;
	    border-radius: 5px;
	    -moz-border-radius: 5px;
	    -webkit-border-radius: 5px;
		}
	.flattr_flash .error a {
		text-decoration: underline;
		color: #D8000C;
	}
	.flattr_flash .notice {
		background: #BDE5F8;
		color: #00529B;
		border: 1px dashed #00529B;
		padding: 3px;
	    border-radius: 5px;
	    -moz-border-radius: 5px;
	    -webkit-border-radius: 5px;
		}
	.flattr_flash .notice a {
		text-decoration: underline;
		color: #00529B;
	}
	.flattr_flash .success {
		background: #DFF2BF;
		color: #4F8A10;
		border: 1px dashed #4F8A10;
		padding: 3px;
	    border-radius: 5px;
	    -moz-border-radius: 5px;
	    -webkit-border-radius: 5px;
		}
	.flattr_flash .success a {
		text-decoration: underline;
		color: #4F8A10;
	}
	.flattr_flash .warning {
		background: #FEEFB3;
		color: #9F6000;
		border: 1px dashed #9F6000;
		padding: 3px;
	    border-radius: 5px;
	    -moz-border-radius: 5px;
	    -webkit-border-radius: 5px;
		}
	.flattr_flash .warning a {
		text-decoration: underline;
		color: #9F6000;
	}


/**
 * PAGE SPECIFIC
 */
 
 .page_browse {
 	}
	.page_browse #main {
 		}
	 	.page_browse #main h1 {
	 		float: left;
	 		}
		.page_browse #main ul.languages {
			float: right;
			list-style: none;
			margin-top: 5px;
		}
		.page_browse #main ul.languages li {
			float: left;
			font-size: 0.8em;
			line-height: 20px;
		}
		.page_browse #main ul.languages li span {
			color: #939393;
			margin-right: 8px;
		}

	 	.page_browse #main ul.filter {
	 		float: right;
	 		list-style: none;
	 		margin-top: 5px;
	 		margin-bottom: 5px;
	 		}
		 	.page_browse #main ul.filter li {
	 			float: left;
		 		font-size: 0.8em;
		 		line-height: 20px;
		 		}
			 	.page_browse #main ul.filter li span {
		 			color: #939393;
		 			margin-right: 8px;
			 		}
			 	.page_browse #main ul.filter li a {
		 			color: #78a931;
		 			display: block;
		 			padding: 0 5px;
					text-shadow: #eae9e6 1px 1px 1px;		    
			 		}
			 	.page_browse #main ul.filter li.active a {
			 		background: #78a931;
		 			color: #ffffff;
					border-radius: 2px;
					-moz-border-radius: 2px;
					-webkit-border-radius: 2px;
					text-shadow: none;
			 		}

