/*
 * MyBB: Cerulean Frontend Theme 
 *
 * File: grouppost.css
 * 
 * Author: Vintagedaddyo
 *
 * MyBB Version: 1.8
 *
 * Theme Version: 1.2
 * 
 */

/** Post Hover **/
/*
.post_content:hover, .post_controls:hover, .post_author:hover {
	background: #303030 !important;
}
*/

/** Gid Postbody Border CSS  **/

/** All if needed **/
/*
.gidpostbody {
	margin-top: 2px;
	margin-bottom: 2px;
    padding: 0;
}
*/

/** Define by group id **/

/** Active **/
/*
.gidpostbody_4 {
*/
/* define border gid 4*/
/*
	border: 1px solid #008000;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgb(0,128,0), 0 0 8px rgba(0,128,0, 0.8);
	box-shadow: inset 0 1px 1px rgba(0,128,0, 0.8), 0 0 8px rgba(0,128,0, 0.8);
}
*/
/*
.gidpostbody_4:hover {
*/
/* define border gid 4 */
/*
   border: 1px dashed #008000;
}
*/
/*
.gidpostbody_6 {
*/
/* define border gid 6 */
/*
   border: 1px solid #CC00CC;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgb(204,0,204), 0 0 8px rgba(204,0,204, 0.8);
	box-shadow: inset 0 1px 1px rgba(204,0,204, 0.8), 0 0 8px rgba(204,0,204, 0.8);
}
*/
/*
.gidpostbody_6:hover {
*/
/* define border gid 6 */
 /*
border: 1px dashed #CC00CC;
}
*/
/*
.gidpostbody_3 {
*/
/* define border gid 3 */
/* 
border: 1px solid #CC00CC;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgb(204,0,204), 0 0 8px rgba(204,0,204, 0.8);
	box-shadow: inset 0 1px 1px rgba(204,0,204, 0.8), 0 0 8px rgba(204,0,204, 0.8);
}
*/
/*
.gidpostbody_3:hover {
*/
/* define border gid 3 */
/*
   border: 1px dashed #CC00CC;
}
*/
/*
.gidpostbody_2 {
*/
/* define border gid 2 */
/*
border: 1px solid #0072BF;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgb(0,114,191), 0 0 8px rgba(0,114,191, 0.8);
	box-shadow: inset 0 1px 1px rgba(0,114,191, 0.8), 0 0 8px rgba(0,114,191, 0.8);
}
*/
/*
.gidpostbody_2:hover {
*/
/* define border gid 2 */
/*   border: 1px dashed #0072BF; 
}
*/
		
		