*{
	margin:0;
	padding:0;
	outline: none;
}

#background-wrapper {
	
	height: 100%;
	}

#project-content {
	padding-left: 25px;
	padding-bottom: 50px;
	padding-right: 25px;
	padding-top: 20px;
	font-family: Arial;
	font-size: 12px;
	}

a {font-weight: bold; text-decoration: none; padding-right: 2px;}
.background-wrapper a:link {font-weight: bold; text-decoration: none}
.background-wrapper a:hover {font-weight: bold; text-decoration: none; color: #7da1cc;}
.background-wrapper a:active {font-weight: bold; text-decoration: none}
.background-wrapper a:visited {font-weight: bold; text-decoration: none}

.edit a:link {font-weight: bold; text-decoration: none; color: #B80D0B}
.edit a:hover {font-weight: bold; text-decoration: none; color: #FF6E6E;}
.edit a:active {font-weight: bold; text-decoration: none; color: #B80D0B}
.edit a:visited {font-weight: bold; text-decoration: none; color: #B80D0B}

.title a:link {font-weight: bold; text-decoration: none; color: #e75b00}
.title a:hover {font-weight: bold; text-decoration: none; color: #E7744E}
.title a:active {font-weight: bold; text-decoration: none; color: #e75b00}
.title a:visited {font-weight: bold; text-decoration: none; color: #e75b00}

.projectindex a:link {font-weight: bold; text-decoration: none;}
.projectindex a:hover {font-weight: bold; text-decoration: none; color: #3C4250}
.projectindex a:active {font-weight: bold; text-decoration: none;}
.projectindex a:visited {font-weight: bold; text-decoration: none;}
	
#adsense {
	padding-bottom: 20px;
	font-size: 10px;

	}
	
#admin {
	float: right;
	font-size: 11px;
	}
.project-edit input {
	float: left;
	background: #ffffff;
	border: solid 1px #999999;
	font-size: 11px;
	font-weight: bold;
	margin-top: 5px;
	color: #B80D0B;
	} 	

	
#breadcrumb {
	padding-top:5px;
	padding-left: 5px;
	padding-bottom: 5px;
	font-size: 10px;
	background: #e6e6e6;
	color: #9cc647;
	margin-bottom: 15px;
	
	}
	
#breadcrumb-current {
	text-decoration: underline;
	font-weight: bold;
	}
	
	
/* PROJECT DETAILS */
	/* LEFT CONTENT */

#left-content {
	float: left;
	width: 260px;
	}

#project-image {
	
	}

#project-statistics {
	background: url(img/icon_statistics.png) no-repeat;
	font-size: 11px;
	color: #999999;
	padding-top: 50px;
	padding-bottom: 20px;
	}
#project-statistics-inner {
	border-top: dotted 1px #333333;
	padding-top: 3px;
	padding-bottom: 12px;
	}

#project-donate {
	background: url(img/icon_donate.png) no-repeat;
	font-size: 11px;
	color: #999999;
	padding-top: 10px;
	padding-bottom: 20px;
	}	

#project-similarprojects {
	background: url(img/icon_similarprojects.png) no-repeat;
	font-size: 11px;
	color: #999999;
	padding-top: 50px;
	padding-bottom: 20px;
	}
#project-similarprojects-inner {
	border-top: dotted 1px #333333;
	padding-top: 3px;
	padding-bottom: 12px;	
	}
	
	
	/* RIGHT CONTENT */
#right-content {
	margin-left: 270px;
	width: 570px;
	vertical-align: text-top;
	margin-top: -5px;
	}

#project-name {
	font-size: 25px;
	font-weight: bold;
	color: #e75b00;
	}

#project-description {
	line-height: 16px;
	padding-bottom: 10px;
	}

#project-bonusbox {
	padding-bottom: 10px;
	}

#project-credits {
	background: url(img/icon_credits.png) no-repeat;
	font-size: 12px;
	color: #666666;
	padding-top: 50px;
	padding-bottom: 20px;
	}
#roject-credits-inner {
	border-top: dotted 1px #333333;
	padding-top: 3px;
	padding-bottom: 12px;	
	}
.project-credits-inner td {
	padding-right:25px;
	}


#project-files {
	background: url(img/icon_files.png) no-repeat;
	font-size: 11px;
	color: #999999;
	padding-top: 50px;
	padding-bottom: 20px;
	}
#project-files-inner {
	border-top: dotted 1px #333333;
	padding-top: 3px;
	padding-bottom: 12px;
	}

	
#project-talk {
	background: url(img/icon_talk.png) no-repeat;
	font-size: 11px;
	color: #999999;
	padding-top: 50px;
	padding-bottom: 20px;
	}
#project-talk-inner {
	border-top: dotted 1px #333333;
	padding-top: 3px;
	padding-bottom: 12px;
	}
#project-talk-inner-inner {	
	display: table-row-group;
	}
#project-talk-inner-body {
	margin-left: 60px;
	}
	
	
#project-talk-inner-photo {
	float: left;
	}
#project-talk-inner-photo-post {
	float: left;
	margin-top: 18px;
	}	
#project-talk-inner-text {
	font-size: 12px;
	color:#333333;
	line-height: 18px;
	}
#project-talk-text-add {
	color: #333333;
	font-weight: bold;
	line-height: 18px;
	}
textarea#project-talk-add-textarea {
	width: 498px;
	height: 65px;
	border: solid 1px #999999;
	background: #f2f7fd;
	padding: 5px;
	font-family: Helvetica, arial;
	font-size: 12px;
	}
.project-talk-add-textarea input {
	float: right;
	background: #C2DDFD;
	border: solid 1px #999999;
	font-size: 11px;
	font-weight: bold;
	margin-top: 5px;
	margin-right: -2px; 
	} 
.project-talk-login {
	color: #888888;
	}
	
.login-button {
	background: #C2DDFD;
	border: solid 1px #999999;
	font-size: 12px;
	font-weight: bold;
	margin-top: 2px;
	position: relative;
	width: 50px; 
	color: #333333;
}
.login-button:hover {
	background: #AEC7E3;
	border: solid 1px #000000;
	width: 50px;
}


	
	
a.button{
	background:url(/backstage/images/button.gif);
	display:block;
	color:#555555;
	font-weight:bold;
	height:30px;
	line-height:29px;
	margin-bottom:14px;
	text-decoration:none;
	width:191px;
	font-size:11px;
	cursor: default;
}

a:hover.button{

}

.add{
	background:url(/backstage/images/add.gif) no-repeat 10px 8px;
	text-indent:30px;
	display:block;		
	}
	
#promo-ad {
	border: solid #333333 1px;
	padding: 5px;
	text-align: center;
	}


html .fb_share_button {
	display: -moz-inline-block; 
	display:inline-block; 
	padding:1px 20px 0 5px; 
	height:15px; 
	border:1px solid #d8dfea; 
	background:url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif?8:26981) no-repeat top right; 
	} 
	
html .fb_share_button:hover { 
	color:#fff; 
	border-color:#295582; 
	background:#3b5998 url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif?8:26981) no-repeat top right; 
	text-decoration:none; 
	}
	
	
	
fieldset.w_auto{
	border:solid 1px #DEDEDE;
	padding:20px;
	font-size:11px;
	}
fieldset.w_auto label{
	font-size:11px;
	color:#333333;
	display:block;
	margin-bottom:0px;
	}
	
fieldset.w_auto legend{
	font-weight:bold;
	color:#333333;
	font-size:10px;
}

input.w_auto{
	border:none; 
	height:18px;
	padding-top:5px;
	text-indent:5px;
	display:block; 
	font-size:11px; 
	color:#333333; 
	width:400px; 
	background:#CFEBFF;
	}
input.filestyle{
	border:none; 
	height:24px;
	padding-top:2px;
	text-indent:5px;
	display:block; 
	font-size:11px; 
	color:#333333; 
	width:100%; 
	background:#CFEBFF;
	}
.msg{
	background:#FFFFCC;
	font-size:10px; 
	color:#666666; 
	margin-bottom:20px; 
	padding:10px;
	}
	
textarea#styled {
	font-family:helvetica, arial;
	padding:4px;
	border:none; 
	padding-top:2px;
	display:block; 
	font-size:11px; 
	color:#333333; 
	height:150px; 
	width: 500px;
	background:#CFEBFF;
	line-height: 18px; 
}

select#styled {margin-left:10px}

#radiostyled {margin-left:10px}

#projectadddiv {
	width: 600px;
	text-align: left;
	}
	
#project-ads {
	background: url(img/icon_projects.png) no-repeat;
	height: 48px;
	}
#project-ads-inner {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 10px;
	background: #FFFCC4;
	margin: 20px 5px 5px 25px;
	}

#listfeatured-bkg {
	background: url('./img/list_featured.png') no-repeat;
	width: 900px;
	height: 189px;
	margin-top: 3px;
	padding-top: 5px;
	text-align: left;
	}

#listfeatured ul li {
	display: inline;
	}

#listfeatured ul {
	list-style-type: none;
	width: 295px;
}

#listfeatured li a {
	display: block;
	text-decoration: none;
	height: 176px;
	overflow: hidden;
}

#listfeatured li a:hover {
	background: #ffffff;
}

#innerfeatured {
	padding-top: 6px;
	padding-left: 2px;
	padding-right: 3px;
	padding-bottom: 3px;
	}
#listfeatured-img {
	float: left;
	margin-left: 3px;
	margin-top: 2px;
	border: 1px solid #696969;
	}

#listfeatured-body {
	font-size: 11px;
	color: #3d3d3d;
	margin-left: 105px;
	font-weight: normal;
	line-height: 13px
	}

#listfeatured-title {
	font-size: 13px;
	color: #000000;
	margin-top: 5px;
	font-weight: bold;
	}
	
#listfeatured-type {
	font-size: 11px;
	color: #696969;
	font-weight: normal;
	}




#secondfeatured-bkg {
	background: url('./img/list_second.png') no-repeat;
	width: 900px;
	height: 310px;
	margin-top: 5px;
	padding-top: 5px;
	text-align: left;
	}

#secondfeatured ul li {
	display: inline;
	}

#secondfeatured ul {
	list-style-type: none;
	width: 255px;
}

#secondfeatured li a {
	display: block;
	text-decoration: none;
	height: 90px;
	overflow: hidden;
}

#secondfeatured li a:hover {
	background: #ffffff;
}

#secondfeatured {
	padding-top: 0px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	}
#secondfeatured-img {
	float: left;
	margin-left: 3px;
	margin-top: 2px;
	border: 1px solid #696969;
	}

#secondfeatured-body {
	font-size: 10px;
	color: #3d3d3d;
	margin-left: 70px;
	font-weight: normal;
	line-height: 12px;
	}

#secondfeatured-title {
	font-size: 11px;
	color: #000000;
	margin-top: 5px;
	font-weight: bold;
	}
	
#secondfeatured-type {
	font-size: 10px;
	color: #696969;
	font-weight: normal;
	}



#third-bkg {
	background: url('./img/list_third.png') no-repeat;
	width: 900px;
	height: 325px;
	padding-top: 5px;
	text-align: left;
	}

	
#nav-year {
	width: 200px;
    height:20px;
    margin:0;
    padding:0;
    color: #3f3f3f;
    text-align: center;
    margin-left: 10px;
    margin-top: 5px;
    }

#nav-year span {
	color: #3f3f3f;	
	top: 2px;
	position: relative;
    }

#nav-year li, #nav-year a {
    height:20px;
    display:block;
    text-decoration: none;
    }

#nav-year li {
    float:left;
    list-style:none;
    display:inline;
    }

#nav-year-01 {width: 50px; background:url('./img/list_button_date.png') 0px 0px  no-repeat;}
#nav-year-01-selected {width: 50px; background:url('./img/list_button_date.png') 0px -21px  no-repeat; }
#nav-year-01 a:hover {background:url('./img/list_button_date.png') 0px -21px no-repeat; }
#nav-year-01 a:active {background:url('./img/list_button_date.png') 0px -21px no-repeat; }

#nav-pages {
    width:300px;
    height:20px;
    margin:0;
    padding:0;
    color: #3f3f3f;
    text-align: center;
    margin-top: 5px;
    float: right;
    }
    
    
#nav-pages-names {
    width:800px;
    height:20px;
    margin:0;
    padding:0;
    color: #3f3f3f;
    text-align: center;
    margin-top: 5px;
    float: right;
    }
    
#nav-pages span {
	color: #3f3f3f;	
	top: 2px;
	position: relative;
    }

#nav-pages li, #nav-pages a {
    height:20px;
    display:block;
    text-decoration: none;
    }

#nav-pages li {
    float:left;
    list-style:none;
    display:inline;
    }
#nav-pages-01 {width: 28px; background:url('./img/list_button_date.png') -214px 0px no-repeat; }
#nav-pages-01-selected {width: 28px; background:url('./img/list_button_date.png') -214px -21px no-repeat; }
#nav-pages-01 a:hover {background:url('./img/list_button_date.png') -214px -21px no-repeat; }   
#nav-pages-01 a:active {background:url('./img/list_button_date.png') -214px -21px no-repeat; }

#nav-type {
    width:880px;
    height:20px;
    margin:0;
    padding:0;
    color: #3f3f3f;
    text-align: center;
    margin-left: 10px;
    margin-top: 5px;
    }

#nav-type span {
	color: #3f3f3f;	
	top: 2px;
	position: relative;
    }

#nav-type li, #nav-type a {
    height:20px;
    display:block;
    text-decoration: none;
    }

#nav-type li {
    float:left;
    list-style:none;
    display:inline;
    }
#nav-type-01 {width: 104px; background:url('./img/list_button_date.png') -50px 0px no-repeat; }
#nav-type-01-selected {width: 104px; background:url('./img/list_button_date.png') -50px -21px no-repeat; }
#nav-type-01 a:hover {background:url('./img/list_button_date.png') -50px -21px no-repeat; }   
#nav-type-01 a:active {background:url('./img/list_button_date.png') -50px -21px no-repeat; }


#listproject-td {
	padding-top: 8px;
	padding-left: 4px;
	}
	
#reason_login {
	background: #ffffff
	}
	
	
    
    
#nav-pages-names {
    width:700px;
    height:20px;
    margin:0;
    padding:0;
    color: #3f3f3f;
    text-align: center;
    margin-top: 5px;
    float: right;
    }
    
#nav-pages-names span {
	color: #3f3f3f;	
	top: 2px;
	position: relative;
    }

#nav-pages-names li, #nav-pages-names a {
    height:20px;
    display:block;
    text-decoration: none;
    }

#nav-pages-names li {
    float:left;
    list-style:none;
    display:inline;
    }
#nav-pages-01 {width: 28px; background:url('./img/list_button_date.png') -214px 0px no-repeat; }
#nav-pages-01-selected {width: 28px; background:url('./img/list_button_date.png') -214px -21px no-repeat; }
#nav-pages-01 a:hover {background:url('./img/list_button_date.png') -214px -21px no-repeat; }   
#nav-pages-01 a:active {background:url('./img/list_button_date.png') -214px -21px no-repeat; }
