@import url('reset.css');

body{
	font-family: 'Lucida Grande', Tahoma, Verdana, Arial, "MS Trebuchet", sans-serif;
	font-size:12px;
}

h1, h2, h3, h4{
	font-family: Helvetica, 'Lucida Grande', Tahoma, Verdana, Arial, "MS Trebuchet", sans-serif;
	text-shadow:1px 1px 1px #fff;
}

h1{
	
}

h2{
	font-size:28px;
}

h3{
	font-size:18px;
}

h4{
	
}

#header{
	height:102px;
	background:#333;
	border-bottom:8px #111 solid;
}

#inside_header{
	width:960px;
	margin:0 auto;
}

#logo{
	float:right;
	width:200px;
	height:95px;
	background:url(../images/logo.png) 0 28px no-repeat;
}

#menu{
	float:left;
	margin:0 auto;
}

#menu li{
	float:left;	
	padding:48px 0;
	height:10px;
	width:105px;
	text-align:center;
}

#menu li a{
	font-weight:bold;
	color:#fff;
	text-shadow:1px 1px 1px #111;
	text-decoration:none;
	padding:48px 10px;
	border:1px transparent solid;
	display:block;
	margin-top:-48px;
}

#menu li a:hover{
	color:lightblue;
}

#menu li a.active{
	background:url(../images/menu_active.png) -4px 17px no-repeat;
}

#content{
	margin:20px auto;
	width:960px;
}

#footer{
	width:960px;
	margin:20px auto;
	border-top:1px #ddd solid;
	padding:20px 0;
	font-size:10.5px;
	line-height:1.6em;
	color:#777;
}

#footer a{
	color:darkblue;
	text-decoration:none;
	border-bottom:1px darkblue dotted;
}

#footer a:hover{
	border-bottom:1px darkblue solid;
}

.table{
	margin-top:20px;
	border-spacing:6px;
	border-collapse:separate;
	width:100%;
	font-size:11.5px;
}

.table a{
	color:darkblue;
	text-decoration:none;
	border-bottom:1px darkblue dotted;
}

.table a:hover{
	border-bottom:1px darkblue solid;
}

.table th{
	text-align:left;
	font-size:22px;
	font-family: Helvetica, 'Lucida Grande', Tahoma, Verdana, Arial, "MS Trebuchet", sans-serif;
	text-shadow:1px 1px 1px #fff;
}

.table td{
	width:50%;
	border:1px #ccc solid;
	background:#f9f9f9;
	padding:10px;
	line-height:2em;
	-webkit-border-radius:10px;
}

.change-log-ul{
	margin-top:5px;
	font-size:10.5px;
}

#listing-plugins{
	width:100%;
	border-spacing:10px;
	border-collapse:separate;
	margin-left:-10px;
	line-height:1.6em;
}

#listing-plugins td{
	width:25%;
	border:1px #ddd solid;
	-webkit-border-radius:15px;
	padding:15px;
	background:lightyellow;
}

#listing-plugins td h2{
	font-size:20px;
	margin-bottom:10px;
}

#download-plugin-button{
	text-decoration:none;
	text-shadow:1px 1px 1px #fff;
	font-weight:bold;
	color:#000;
	padding:4px;
	background:#eee;
	border:1px #ccc solid;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
}

#download-plugin-button:hover{
	background:#333;
	color:#fff;
	text-shadow:1px 1px 1px #000;
	border:1px #333 solid;
}

.approve-button{
	text-decoration:none;
	text-shadow:1px 1px 1px #fff;
	font-weight:bold;
	color:#000;
	padding:4px;
	background:#fff;
	border:1px #ccc solid;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
}

.approve-button:hover{
	background:#333;
	color:#fff;
	text-shadow:1px 1px 1px #000;
	border:1px #333 solid;
}

#readme-link{
	color:darkblue;
	text-decoration:none;
	border-bottom:1px darkblue dotted;
}

#readme-link:hover{
	border-bottom:1px darkblue solid;
}

#upload-plugin{
	font-weight:bold;
	text-decoration:none;
	color:black;
	padding:5px 8px;
	background:#eee;
	color:#444;
	-webkit-border-radius:4px;
	border:1px #ccc solid;
}

#upload-plugin:hover{
	border:1px #999 solid;
	color:black;
}

#upload-plugin-form label{
	display:block;
	font-size:14px;
	width:220px;
	font-weight:bold;
	float:left;
	padding:10px 0;
}

#upload-plugin-form input{
	border:1px #ccc solid;
	padding:6px;
	font-size:14px;
	float:left;
	width:300px;
}

#upload-plugin-form textarea{
	border:1px #ccc solid;
	padding:6px;
	font-size:14px;
	float:left;
	width:300px;
	resize:none;
	margin-top:10px;
	height:90px;
}

#uploadPlugin{
	background:none;
	width:202px !important;
	border:none !important;
	cursor:pointer;
	cursor:hand;
	background:url(../images/upload_plugin.png) no-repeat;
	height:52px;
}

.back-to{
	color:#37729b;
	font-size:10.5px;
	text-decoration:none;
	font-weight:bold;
}

.back-to:hover{
	border-bottom:1px #37729b dotted;
}

#myself-box{
	-webkit-border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	border:1px #ccc solid;
	font-size:10.5px;
	font-weight:bold;
}

#optional, #email-info{
	-webkit-border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	border:1px #ccc solid;
	font-size:10.5px;
	font-weight:bold;
}

#myself-box a{
	color:darkblue;
	text-decoration:none;
}

#myself-box a:hover{
	color:black;
	border-bottom:1px black dotted;
}

#user-registration{
	margin-top:20px;
}

#user-registration label{
	display:block;
	font-size:14px;
	width:220px;
	font-weight:bold;
	float:left;
	padding:10px 0;
}

#user-registration input{
	border:1px #ccc solid;
	padding:6px;
	font-size:14px;
	float:left;
	width:300px;
}

#create-account{
	width:203px !important;
	height:52px;
	background:url(../images/create_account.png) no-repeat;
	border:none !important;
	cursor:pointer;
	cursor:hand;
}

.warning-box{
	padding:10px;
	font-size:11px;
	font-weight:bold;
	border:1px #ffcc33 solid;
	background:#ffffcc;
	width:552px;
	text-align:center;
}

#login-box{
	background:#f9f9f9;
	width:480px;
	margin:20px auto;
	border:8px #ddd solid;
	padding:40px;
}

#login-box label{
	display:block;
	font-size:18px;
	font-weight:bold;
	text-align:left;
	margin-bottom:5px;
	float:left;
}

#login-box input{
	float:left;
	width:350px;
	font-size:16px;
	padding:6px 2px;
	margin:0;
}

#authenticate_me{
	border:none;
	background:none;
	background:url(../images/authenticate_me_button.png) 0 0 no-repeat;
	width:200px !important;
	height:52px;
	cursor:pointer;
	cursor:hand;
} 

#reset_password_button{
	border:none;
	background:none;
	background:url(../images/reset_password_button.png) 0 0 no-repeat;
	width:200px !important;
	height:52px;
	cursor:pointer;
	cursor:hand;
}