/*
# ------------------------------------------------------------------------
# JA Social Template
# ------------------------------------------------------------------------
# Copyright (C) 2004-2010 JoomlArt.com. All Rights Reserved.
# @license - PHP files are GNU/GPL V2. CSS / JS are Copyrighted Commercial,
# bound by Proprietary License of JoomlArt. For details on licensing, 
# Please Read Terms of Use at http://www.joomlart.com/terms_of_use.html.
# Author: JoomlArt.com
# Websites:  http://www.joomlart.com -  http://www.joomlancers.com
# Redistribution, Modification or Re-licensing of this file in part of full, 
# is bound by the License applied. 
# ------------------------------------------------------------------------
*/

/* Using CSS3 for some visual enhancements.
(Will be degraded nicely for non-CSS3 browsers.)
-------------------------------------------------------------*/

/* ------------------- */
/* ------ JOOMLA ----- */
/* ------------------- */

.inputbox, textarea, .button {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
}

p.readmore {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

h1.componentheading, .componentheading {
	border-radius: 8px 8px 0 0;
	-webkit-border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
}

div.ja-moduletable h3, div.moduletable h3 {
	border-radius: 8px 8px 0 0;
	-webkit-border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	text-shadow: 0px -1px 0 rgba(0,0,0,.6);
}

div.ja-moduletable, div.moduletable {
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	box-shadow: 0 1px 0 rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 0 rgba(0,0,0,.4);
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,.4);
}

#ja-topsl .ja-moduletable, #ja-botsl .ja-moduletable, .ja-toppanel-col div.ja-moduletable, .ja-toppanel-col div.moduletable {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.ja-content-main {
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	box-shadow: 0 1px 0 rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 0 rgba(0,0,0,.4);
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,.4);
}

.ja-social .ja-content-main,
.ja-agora .ja-content-main {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.ja-slidewrap {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	box-shadow: 0 3px 3px #C9D7DE;
	-moz-box-shadow: 0 3px 3px #C9D7DE;
	-webkit-box-shadow: 0 3px 3px #C9D7DE;
}


/* ------------------*/
/* ------ MENU ------*/
/* ------------------*/
/* Menu Tags ---*/

/*---------------------------*/
/* ------- JOMSOCIAL -------*/ 
/*--------------------------*/

/* Module ---*/ 

/**
 * Jom Social Toolbar
 */

/**
 * COMMUNITY : SUBMENU TOOLBAR
 * this class is reusable across the JomSocial application
 */

/*
 * COMMUNITY : APPLICATION BOX
 * this class is reusable across the JomSocial application
 */
/*
 * COMMUNITY : TOGGLE EXPAND / COLLAPSE MENU
 * this class is reusable across the JomSocial application
 */


/*
 * INTENDED TO HAVE SOME SPACE HERE. THANKS
 * Silence is communication.
 */
/*
 * COMMUNITY : ACTIVITY STREAM
 * Affected file
   - frontpage.index.iphone.php
	 - frontpage.index.php
	 - profile.index.php
	 - activity stream plugin
 * the styling was defined as global (.joms-newsfeed-item) in order to support the element outside (#community-wrap)
 */

/*
 * VIEW : GROUP + EVENT LISTING
 * some shared styling between GROUP and EVENT listing
 * Affected files:
   - group.index.php
	 - event.list.php
 */
 
/*
 * COMMUNITY : PROFILE / CHANGE PROFILE VIDEO
	- profile.linkvideo.php
	- videos.video.php
 */

/* Guest section */
/*******************************************************************************************/
/** USER PROFILE **/
/**
 * Application listing
 */
/*******************************************************************************************/
/* PHOTO: ALBUM LIST ITEM 
   Affected files:
   - templates/photos.myphotos.php
 */

/** PHOTO: ALBUM LIST ITEM **/
/*******************************************************************************************/
/*******************************************************************************************/
/** PHOTO: PHOTO LIST ITEM **/
/*
 * Affected files:
 * - templates/photos.album.php
 *
 */
/*******************************************************************************************/
/*******************************************************************************************/
/** cFilterBar **/
/*
 * Affected files:
 * - libraries/filterbar.php
 *
 */

/*
 * GLOBAL : RESTRICTION
 * :: styling for restriction page
 */
/*
 * GLOBAL : SEARCH
 * :: rewrite styling for the search result
 */
/**
 * COMMUNITY : APPS DRAG & DROP
 * Affected files:
   - applications.edit.php (Application/My Application)
 * this class is reusable across the JomSocial application
 */
/**
 * COMMUNITY : APPS DRAG & DROP
 * Affected files:
   - applications.edit.php (Application/My Application)
 * this class is reusable across the JomSocial application
 */

/** To integrate RT Input Styling **/

/**
 * profile.about.php
 * 
 * user information here
 */   

/*FORM ---*/

/* cGallery ---*/

/* Others ---*/
/* ------------------- */
/* ------ AGORA ----- */
/* ------------------- */
/* -------------------------- */
/* ------ K2 COMPONENT ------ */
/* -------------------------- */
/* Author block */


/* Sub-category block --- */
/* Category info block ---*/
/* Read more link */

/* JA Slideshow 2 ---*/
/* Slideshow K2 Component ---*/
.ja-slidewrap {
	box-shadow: 0 3px 3px #e6dcd4;
	-moz-box-shadow: 0 3px 3px #e6dcd4;
	-webkit-box-shadow: 0 3px 3px #e6dcd4;
	border-bottom: solid 1px #e4e1e0;
}


