/*
Author:				Ahmed El Gabri
Author URL:			http://www.gabri.me 
Version:			0.1
Project:			G-projects plugin
Project Author:		Galal Aly
Project Autor URL:  http://galalaly.me
*/
/*==================================================================
 * = Global Styles
 ==================================================================*/
.g-project-style .error{
	width:80%;
	clear:both;
}

.g-project-style #msg.updated,
.g-project-style .error{
	padding:10px;	
}

.g-project-style p,
.g-project-style label{
	margin:0 20px 20px 0;
	float:left;
	display:inline;
	width:40%;
}

.g-project-style label,
.g-project-style h3{
	font-family:georgia,serif;
}

.g-project-style input[type="text"],
.g-project-style textarea{
	float:left;
	display:inline;
	width:40%;
}

.g-project-style .button-primary{
	margin:10px 0;
}

.g-project-style h3{
	padding-top:10px;
	border-top:1px solid #aaa;
	clear:both;
}

.g-project-style,.g-project-style form div {
	overflow:hidden;
}

.g-project-style form div{
	margin-bottom:20px;
}

.g-project-style h2{
	padding-left:50px;
	background:url(../icon.png) no-repeat 0 14px;
}

/*==================================================================
 * = Options Page
 ==================================================================*/

.g-project-style textarea[name="gproject_template"]{
	min-width:300px;
	min-height:150px;
	margin-bottom:20px;
}


/*==================================================================
 * = Manage Page
 ==================================================================*/
.g-project-style ul {
	overflow:hidden;
	padding:10px;
	margin-bottom:20px;
}

.g-project-style ul li{
	float:left;
	display:inline;
	margin-right:10px;
}

.g-project-style ul li:after{
	content:"|";
	padding:0 10px;
}

.g-project-style ul li:last-child:after{
	content:"";
}

#gprojects_filter{
	overflow:hidden;
	margin-bottom:10px;
}

#gprojects_filter p,
#gprojects_filter input{
	float:none;
}

#gprojects_filter p input{
	max-width:400px;
}

.g-project-style table th,
.g-project-style table td{
	padding:20px 10px;
	font-size:12px;
	
}

#edit_form_project_title{
	color:#298CBA;	
}

#add_gproject h3,
#edit_gproject h3{
	border-bottom:1px solid #aaa;
	padding-bottom:10px;
}
/*======================================================================
 * = Credits 
 =====================================================================*/

#gprojects_credits ol{
	clear:both;
	margin-bottom:20px;
}
