/*
 * ------------------------------------------------------------------------
 * Corpora Premium Template for joomla 2.5
 * ------------------------------------------------------------------------
 * Copyright (C) 2012 Sasu Themes (dmsumon), Bangladesh. All Rights Reserved.
 * @license - Copyrighted Commercial Software
 * Author: Sasu Themes (dmsumon)
 * Websites: http://www.dmsumon.com
  * This file may not be redistributed in whole or significant part.
 * ------------------------------------------------------------------------
*/




/************************ general ************************************/

div.catItemImageBlock {
	padding: 0;
}

span.catItemImage {
	text-align: left;
}

span.catItemImage img, span.itemImage img, span.tagItemImage img, span.userItemImage img {
	border: none;
	padding: 0;
	-webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.2);
}

span.catItemImage:hover img, 
span.tagItemImage:hover img, 
span.itemImage:hover img, 
span.userItemImage:hover img, div.blog p > img:hover,  div.component-content p > img:hover{

	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	-o-opacity: 0.5;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

span.catItemImage, span.tagItemImage, span.itemImage, span.userItemImage {
	position: relative;
}

span.userItemImage{
	margin-bottom: 37px;
}

span.tagItemImage{
	margin-bottom: 32px;	
}

div.itemImageBlock span.hovering_link, span.catItemImage span.hovering_link, span.tagItemImage span.hovering_link, div.userItemImage span.hovering_link, div.genericItemImage span.hovering_link, div.userItemImageBlock span.hovering_link {

	-moz-transform: translate(100%) rotate(180deg);
	-webkit-transform: translate(100%) rotate(180deg);
	-o-transform: translate(100%) rotate(180deg);
	transform: translate(100%) rotate(180deg);
	-moz-transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	-o-opacity: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	background: url("../images/corpora/image-zoom.png") no-repeat scroll left top transparent;
	height: 48px;
	left: 50%;
	margin-left: -18px;
	margin-top: -18px;
	position: absolute;
	top: 50%;
	width: 48px;
	z-index: 10;
}

span.itemImage:hover span.hovering_link, span.catItemImage:hover span.hovering_link, span.tagItemImage:hover span.hovering_link, div.userItemImage:hover span.hovering_link, div.genericItemImage:hover span.hovering_link, div.userItemImageBlock:hover span.hovering_link {

	-moz-transform: translate(0%) rotate(0deg);
	-webkit-transform: translate(0%) rotate(0deg);
	-o-transform: translate(0%) rotate(0deg);
	transform: translate(0%) rotate(0deg);
	-moz-opacity: 1;
	-webkit-opacity: 1;
	-o-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=100);
}




/************************ blog ************************************/

div.itemContainer, div.tagItemView, div.userItemView, 
div.blog div.items-leading > div,
div.blog div.items-row{
	background: url("../images/corpora/blog-sp.png") repeat-x 0 100%;
	padding-bottom: 40px;
	margin-bottom: 20px;
}

div.tagItemView {
	border-bottom: none;
}

div.catItemHeader {
	margin-bottom: 14px;
}

div.catItemHeader h3.catItemTitle, 
div.itemHeader h2.itemTitle, 
div.tagItemHeader h2.tagItemTitle, 
div.userItemHeader h3.userItemTitle, 
div.blog h2.contentheading, 
#rt-mainbody-surround h2.contentheading,
div.blog h2 a, div.component-content h2{
	font-family: 'open_sansregular', "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 26px;
	line-height: 35px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 10px;
	-webkit-text-shadow: 1px 1px 0 #F4F4F4, 2px 2px 0 #BFBDB6;
	-moz-text-shadow: 1px 1px 0 #F4F4F4, 2px 2px 0 #BFBDB6;
	-o-text-shadow: 1px 1px 0 #F4F4F4, 2px 2px 0 #BFBDB6;
	text-shadow: 1px 1px 0 #F4F4F4, 2px 2px 0 #BFBDB6;
}

div.catItemHeader h3.catItemTitle a:hover, 
div.userItemHeader h3.userItemTitle a:hover{
	text-decoration: none;
}

#rt-mainbody-surround div.catItemHeader > span, #rt-mainbody-surround div.itemHeader > span, 
#rt-mainbody-surround div.tagItemHeader > span, #rt-mainbody-surround div.userItemView > span {
	border-right: 1px solid #D4D4D4;
	color: #999999;
	display: inline-block;
	font-size: 11px;
	font-style: italic;
	line-height: 11px;
	padding-left: 17px !important;
	padding-right: 11px !important;
}

div.catItemHeader h3.catItemTitle a, div.tagItemHeader h2.tagItemTitle a, 
div.userItemHeader h3.userItemTitle a, div.blog h2.contentheading, 
h2.tagItemTitle, #rt-mainbody-surround h2.contentheading{
	color: #404040;
}

div.catItemCategory {
	border-bottom: none;
	padding: 0;
}

div.catItemCommentsLink {
	border-right: none;
}

div.catItemHeader span.catItemDateCreated, div.itemHeader span.itemDateCreated, div.tagItemHeader span.tagItemDateCreated, div.userItemView  span.userItemDateCreated {
	background: url("../images/corpora/date.png") no-repeat;
}

div.catItemHeader span.catItemAuthor, div.itemHeader span.itemAuthor {
	background: url("../images/corpora/author.png") no-repeat;
	margin-left: 5px;
}

div.catItemHeader span.catItemCategory, div.itemHeader span.itemCategory, div.tagItemHeader span.tagItemCategory, div.userItemView  span.userItemCategory {
	background: url("../images/corpora/category.png") no-repeat;
	margin-left: 5px;
}

div.catItemHeader span.catItemCommentsLink, div.itemHeader span.post-comment, div.userItemView span.userItemCommentsLink {
	background: url("../images/corpora/comments.png") no-repeat;
	margin-left: 5px;
	border-right: none;
}

a.k2ReadMore, button.foxbutton, 
div.itemCommentsForm form input#submitCommentButton, 
div.blog div.contentpaneopen p.readmore a, 
div.login button.button, 
#user-registration button.validate, 
div.k2AccountPageUpdate button.button,
div.who-are-we a.readon {
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-o-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	-webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
	-webkit-text-shadow: 1px 0 1px #606060;
	-moz-text-shadow: 1px 0 1px #606060;
	-o-text-shadow: 1px 0 1px #606060;
	text-shadow: 1px 0 1px #606060;
	color: #FFFFFF !important;
	cursor: pointer;
	font-size: 14px;
	font-weight: 500;
	height: 30px;
	line-height: 30px;
	padding: 4px 10px 5px;
}

div.login button.button, #user-registration button.validate, div.k2AccountPageUpdate button.button {
	border: none;
	width: 70px;
	height: 32px;
	padding: 0;
	margin-left: 150px;
	margin-top: 4px;
}

#user-registration button.validate {
	margin-left: 157px;
}

a.k2ReadMore:hover, 
button.foxbutton:hover, 
div.itemCommentsForm form input#submitCommentButton:hover, 
div.blog div.contentpaneopen p.readmore a:hover, 
div.login button.button:hover, 
#user-registration button.validate:hover, 
#user-registration button.validate:focus, 
div.k2AccountPageUpdate button.button:hover, 
div.k2AccountPageUpdate button.button:focus,
div.who-are-we a.readon:hover,
div.who-are-we a.readon:focus,
div.who-are-we a.readon:active {
	text-decoration: none;
}

div.catItemTagsBlock, div.itemTagsBlock, div.userItemTagsBlock {
	border-bottom: none;
}

div.catItemTagsBlock ul.catItemTags li, div.itemLinks ul.itemTags li, div.userItemTagsBlock ul.userItemTags li {
	background: none;
}

div.catItemTagsBlock ul.catItemTags li a, div.itemLinks ul.itemTags li a, div.userItemTagsBlock ul.userItemTags li a {
	background: #676767;
	color: #fff;
	height: 24px;
	line-height: 24px;
	font-size: 11px;
	margin: 0 0 10px 20px;
	padding: 0 10px 0 12px;
	display: inline-block;
	position: relative;
	-webkit-transition: background-color 0.3s linear 0s;
	-moz-transition: background-color 0.3s linear 0s;
	-o-transition: background-color 0.3s linear 0s;
	transition: background-color 0.3s linear 0s;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-bottom-right-radius: 4px;
	-o-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-top-right-radius: 4px;
	-o-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-text-shadow: none;
	-moz-text-shadow: none;
	-o-text-shadow: none;
	text-shadow: none;
}

div.catItemTagsBlock ul.catItemTags li a:hover, div.itemLinks ul.itemTags li a:hover, div.userItemTagsBlock ul.userItemTags li a:hover {
	text-decoration: none;
}

div.catItemTagsBlock ul.catItemTags li a:after, div.itemLinks ul.itemTags li a:after, div.userItemTagsBlock ul.userItemTags li a:after {
	background: none repeat scroll 0 0 #FFFFFF;
	border-radius: 2px 2px 2px 2px;
	box-shadow: -1px -1px 2px #222222;
	content: "";
	float: left;
	height: 4px;
	left: 0;
	position: absolute;
	top: 10px;
	width: 4px;
}

div.catItemTagsBlock ul.catItemTags li a:before, div.itemLinks ul.itemTags li a:before, div.userItemTagsBlock ul.userItemTags li a:before {

	-webkit-transition: border-color 0.3s linear 0s;
	-moz-transition: border-color 0.3s linear 0s;
	-o-transition: border-color 0.3s linear 0s;
	transition: border-color 0.3s linear 0s;
	border-color: transparent #676767 transparent transparent;
	border-style: solid;
	border-width: 12px 12px 12px 0;
	content: "";
	float: left;
	height: 0;
	left: -12px;
	position: absolute;
	top: 0;
	width: 0;
}




/************************ tags ************************************/

div.k2TagCloudBlock a:hover {
	color: #fff;
}




/************************ itemAuthorBlock ************************************/

div.itemAuthorBlock, div.userBlock {
	background: #f8f8f8;
	border: none;
	padding: 20px;
}

div.itemAuthorBlock img.itemAuthorAvatar, div.userBlock img {
	margin-right: 25px;
}

div.itemAuthorBlock div.itemAuthorDetails {
	padding-top: 0;
}

h3.itemAuthorName, div.userBlock h3, div.userBlock h2 {
	margin: 0;
	font-size: 18px;
	line-height: 24px;
}

div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorUrl, span.userURL {
	border-right: medium none;
	float: right;
}

div.itemAuthorBlock div.itemAuthorDetails p{
	font-size: 13px;
}




/************************ k2Pagination ************************************/

div.k2Pagination ul li, div.pagination ul li {
	background: none;
	margin: 5px 10px 5px 0;
}

#k2Container div.k2Pagination ul li span, div.pagination ul li span {
	color: #fff;
	padding: 2px 10px !important;
	-webkit-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
	-moz-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
	-o-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 2px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 0 #FFFFFF, 0 1px 0 rgba(0, 0, 0, 0.2) inset, 0 -1px 0 rgba(0, 0, 0, 0.2) inset, -1px 0 0 rgba(0, 0, 0, 0.1) inset, 1px 0 0 rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 2px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 0 #FFFFFF, 0 1px 0 rgba(0, 0, 0, 0.2) inset, 0 -1px 0 rgba(0, 0, 0, 0.2) inset, -1px 0 0 rgba(0, 0, 0, 0.1) inset, 1px 0 0 rgba(0, 0, 0, 0.1) inset;
	-o-box-shadow: 0 2px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 0 #FFFFFF, 0 1px 0 rgba(0, 0, 0, 0.2) inset, 0 -1px 0 rgba(0, 0, 0, 0.2) inset, -1px 0 0 rgba(0, 0, 0, 0.1) inset, 1px 0 0 rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 2px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 0 #FFFFFF, 0 1px 0 rgba(0, 0, 0, 0.2) inset, 0 -1px 0 rgba(0, 0, 0, 0.2) inset, -1px 0 0 rgba(0, 0, 0, 0.1) inset, 1px 0 0 rgba(0, 0, 0, 0.1) inset;
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-o-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}

#k2Container div.k2Pagination ul li a, #k2Container div.k2Pagination ul li.pagination-start span.pagenav, #k2Container div.k2Pagination ul li.pagination-prev span.pagenav, #k2Container div.k2Pagination ul li.pagination-next span.pagenav, #k2Container div.k2Pagination ul li.pagination-end span.pagenav, div.pagination ul li.pagination-start span.pagenav, div.pagination ul li.pagination-end span.pagenav, div.pagination ul li.pagination-prev span.pagenav, div.pagination ul li.pagination-next span.pagenav, div.pagination ul li a {
	color: #777777;
	padding: 2px 10px !important;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f3f3f3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f3f3f3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f3f3f3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f3f3f3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f3f3f3 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#f3f3f3 100%); /* W3C */
	filter: progid :DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 ); /* IE6-9 */

	-moz-box-shadow: -1px -1px 0 #FFFFFF inset, 0 1px 3px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: -1px -1px 0 #FFFFFF inset, 0 1px 3px rgba(0, 0, 0, 0.1);
	-o-box-shadow: -1px -1px 0 #FFFFFF inset, 0 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: -1px -1px 0 #FFFFFF inset, 0 1px 3px rgba(0, 0, 0, 0.1);
	-moz-text-shadow: 0 1px 0 #FFFFFF;
	-webkit-text-shadow: 0 1px 0 #FFFFFF;
	-o-text-shadow: 0 1px 0 #FFFFFF;
	text-shadow: 0 1px 0 #FFFFFF;
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-o-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	-webkit--transition: background-color 0.3s linear 0s;
	-moz-transition: background-color 0.3s linear 0s;
	-o-transition: background-color 0.3s linear 0s;
	transition: background-color 0.3s linear 0s;
}

#k2Container div.k2Pagination ul li a:hover, div.pagination ul li a:hover {

	background: url("../images/corpora/light-overlay.png") center -5px #555;
	color: #fff;
	text-decoration: none;
	-webkit-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
	-moz-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
	-o-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 2px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 0 #FFFFFF, 0 1px 0 rgba(0, 0, 0, 0.2) inset, 0 -1px 0 rgba(0, 0, 0, 0.2) inset, -1px 0 0 rgba(0, 0, 0, 0.1) inset, 1px 0 0 rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 2px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 0 #FFFFFF, 0 1px 0 rgba(0, 0, 0, 0.2) inset, 0 -1px 0 rgba(0, 0, 0, 0.2) inset, -1px 0 0 rgba(0, 0, 0, 0.1) inset, 1px 0 0 rgba(0, 0, 0, 0.1) inset;
	-o-box-shadow: 0 2px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 0 #FFFFFF, 0 1px 0 rgba(0, 0, 0, 0.2) inset, 0 -1px 0 rgba(0, 0, 0, 0.2) inset, -1px 0 0 rgba(0, 0, 0, 0.1) inset, 1px 0 0 rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 2px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 0 #FFFFFF, 0 1px 0 rgba(0, 0, 0, 0.2) inset, 0 -1px 0 rgba(0, 0, 0, 0.2) inset, -1px 0 0 rgba(0, 0, 0, 0.1) inset, 1px 0 0 rgba(0, 0, 0, 0.1) inset;
}




/************************ blog post ************************************/

div.itemIntroText {
	color: #777;
	font-size: 13px;
	line-height: 22px;
	font-weight: normal;
}

div.itemHeader h2.itemTitle {
	color: #404040;
}




/**************** comment form  *****************************/

div.itemComments {

	background: none;
	border: none;
}

h3.itemCommentsCounter {

	background: url("../images/vision_saju/header_bg.gif") repeat-x;
	padding-top: 45px;
	margin-bottom: 40px;
}

div.itemComments ul.itemCommentsList li {

	background: none;
	border: 1px solid #E3E3E3;
	margin-bottom: 35px;
	padding: 18px;
}

div.itemComments span.commentDate, div.itemComments span.commentAuthorName {

	font-weight: normal !important;
	font-size: 13px !important;
	font-style: italic !important;
}

div.itemComments ul.itemCommentsList li p {
	margin: 0;
	padding: 4px 0 4px 14%;
	font-size: 12px;
	line-height: 22px;
}

div.itemCommentsForm > h3 {

	background: url("../images/vision_saju/header_bg.gif") repeat-x;
	padding-top: 45px;
}

div.itemCommentsForm p.itemCommentsFormNotes {

	border-bottom: 1px solid #E3E3E3;
	border-top: none;
}

#comment-form #commentText {

	width: 75%;
}

div.itemToolbar {
	background: none;
	border: none;
}

ul.itemRatingList li {
	border-left: none !important;
	padding: 0;
}

.itemRatingForm {
	display: block;
	vertical-align: middle;
	line-height: 25px;
	float: left;
}

.itemRatingLog {
	font-size: 11px;
	margin: 0;
	padding: 0 0 0 4px;
	float: left;
}

.itemRatingList, .itemRatingList a:hover, .itemRatingList .itemCurrentRating {
	background: transparent url("../images/corpora/transparent_star.png") left -1000px repeat-x;
}

.itemRatingList {
	position: relative;
	float: left;
	width: 125px;
	height: 25px;
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
	background-position: left top;
}

.itemRatingList li {
	display: inline;
	background: none;
	padding: 0;
}

.itemRatingList a, .itemRatingList .itemCurrentRating {
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -1000px;
	height: 26px;
	line-height: 25px;
	outline: none;
	overflow: hidden;
	border: none;
	cursor: pointer;
	overflow: visible;
}

.itemRatingList a:hover {
	background-position: left bottom;
}

.itemRatingList a.one-star {
	width: 20%;
	z-index: 6;
}

.itemRatingList a.two-stars {
	width: 40%;
	z-index: 5;
}

.itemRatingList a.three-stars {
	width: 60%;
	z-index: 4;
}

.itemRatingList a.four-stars {
	width: 80%;
	z-index: 3;
}

.itemRatingList a.five-stars {
	width: 100%;
	z-index: 2;
}

.itemRatingList .itemCurrentRating {
	z-index: 1;
	background-position: 0 center;
	margin: 0;
	padding: 0;
}

span.siteRoot {
	display: none;
}

div.userItemBody {
	padding-top: 22px;
}

div.userItemBody div.userItemIntroText,
div.tagItemBody div.tagItemIntroText{
	clear: both;
}

div.tagItemBody{
	padding-top: 22px;
}