@charset "utf-8";
/* CSS Document */
/*
Template Name: Klipso
Description: HTML/CSS Template
Version: 1.0.0.110803
Author: Cosmin Cotor
Author URL: http://cosmincotor.com
Tags: modern, clean
*/
/*------------- general elements start -------------*/
* {
	margin:0;
	border:0;
	padding:0;
}
body {
	/*font-family: Arial, Helvetica, Verdana;*/
	font-family: "Lucida Sans Unicode", "Calibri", Arial, Helvetica, Verdana;
	font-size:12px;
	line-height:22px;
	color:#555;
	background:#f4f4f4 url(../images/bgPat.png);
}
textarea, input {
	font-family:"Lucida Sans Unicode", "Calibri", Arial, Helvetica, Verdana;
	font-size:12px;
	line-height:22px;
	color:#555;
}
p {
	margin-top:0px;
	margin-bottom:15px;
	display:block;
	overflow:hidden;
}
ol, ul {
	list-style: none outside none;
}
a {
	color:#ff7900;
	text-decoration:none;
}
p a {
}
a:hover {
	text-decoration:underline;
	color:#ff7900;
}
img {
	display:block;
	overflow:hidden;
}
h1, h2, h3, h4, h5, h6 {
	display:block;
	overflow:hidden;
	font-weight:normal;
	margin:10px 0px 13px 0px;
	color:#333;
	padding-bottom:3px;
}
h6 {
	font-size:14px;
	margin-bottom:5px;
}
h5 {
	font-size:16px;
	margin-bottom:5px;
}
h4 {
	font-size:18px;
	margin-bottom:5px;
}
h3 {
	font-size:20px;
}
h2 {
	font-size:24px;
}
h1 {
	font-size:28px;
}
table {
	margin-bottom:15px;
	border:1px solid #ddd;
	border-right:none;
	width:100%;
	border-collapse:separate;
	border-spacing:0;
	vertical-align:middle;
	background:#fcfcfc;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
td {
	border-top:1px solid #ddd;
	border-right:1px solid #ddd;
}
table, td, th {
	text-align:center;
	height:30px;
}
th {
	background:#f2f2f2;
	height:40px;
	border-right:1px solid #ddd;
}
tr:hover {
	background:#f4f4f4;
}
/*------------- general elements end -------------*/
.websiteWrap {
	display:block;
	width:920px;
	border:1px solid #fff;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	overflow:visible;
	min-height:400px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	box-shadow:0px 0px 8px #a0a0a0;
	-moz-box-shadow:0px 0px 8px #a0a0a0;
	-webkit-box-shadow:0px 0px 8px #a0a0a0;
	background:#f4f4f4;
	margin-top:30px;
	padding-left:19px;
	padding-right:19px;
	margin-bottom:30px;
}
/* header starts */
.topWrap {
	display:block;
	width:920px;
	height:20px;
	overflow:hidden;
}
#searchForm {
	display:block;
	overflow:hidden;
	height:30px;
	float:right;
	position:relative;
	margin-top:30px;
	margin-right:0px;
}
.searchField {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:italic;
	color:#999;
	background:url(../images/searchFieldBg.png) 0 0 no-repeat;
	float:left;
	position:relative;
	padding-left:10px;
	width:122px;
	height:30px;
}
.searchBtnSubmit {
	display:block;
	overflow:hidden;
	float:left;
	height:30px;
	width:40px;
	position:relative;
	background:url(../images/searchBtnBg.png) 0 0 no-repeat;
	cursor:pointer;
}
.searchBtnSubmit:hover {
	background:url(../images/searchBtnBg.png) 0 -30px no-repeat;
}
.mainMenuWrap {
	display:block;
	overflow:visible;
	width:960px;
	margin-left:-20px;
	height:65px;
	position:relative;
	background:url(../images/mainMenuBgSlice.png) 0 0 repeat-x;
}
.mainLogo {
	display:block;
	overflow:hidden;
	float:left;
	position:relative;
	height:65px;
	margin-left:20px;
}
.mainMenu {
	display:block;
	overflow:visible;
	position:relative;
	float:right;
	height:65px;
	margin-right:10px;
}
.mainMenu > li {
	display:block;
	height:65px;
	margin-right:10px;
	overflow:visible;
	float:left;
	position:relative;
}
.mainMenu > li > a {
	display:block;
	color:#fff;
	overflow:hidden;
	text-shadow:1px 1px 0px #cc670f;
	-moz-text-shadow:1px 1px 0px #cc670f;
	-webkit-text-shadow:1px 1px 0px #cc670f;
	height:65px;
	line-height:65px;
	font-size:14px;
	padding-left:10px;
	text-transform:capitalize;
}
.mainMenu > li > a:hover {
	text-decoration:none;
}
.mainMenu > li > ul {
	display:none;
	overflow:hidden;
	background:#837363 url(../images/subMenuBg.png) 20px 0px no-repeat;
	width:160px;
	left:0px;
	top:65px;
	position:absolute;
	border-left:1px solid #756657;
	border-right:1px solid #756657;
	border-bottom:1px solid #756657;
	border-radius:0px 5px 5px 5px;
	-webkit-border-radius:0px 5px 5px 5px;
	-moz-border-radius:0px 5px 5px 5px;
	z-index:9998;
	padding-top:15px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:5px;
}
.mainMenu > li > ul > li {
	margin-bottom:5px;
}
.mainMenu > li > ul > li > a {
	color:#fff;
	font-size:12px;
	text-decoration:none;
	text-shadow:1px 1px 0px #695c4f;
	-moz-text-shadow:1px 1px 0px #695c4f;
	-webkit-text-shadow:1px 1px 0px #695c4f;
	background:url(../images/subMenuItemBg.png) 0 50% no-repeat;
	padding-left:12px;
}
.mainMenuShadow {
	display:block;
	width:960px;
	margin-left:-20px;
	overflow:hidden;
	background:url(../images/mainMenuShadow.png) 0 0 repeat-x;
	height:14px;
}
/* header ends */
/* home page starts */
.recentProjectsTitleWrap {
	display:block;
	overflow:hidden;
	margin-bottom:20px;
}
.recentProjectsTitle {
	margin-top:0px;
	margin-bottom:0px;
	display:inline-block;
	float:left;
	background:url(../images/recentCheck.png) 0 50% no-repeat;
	line-height:30px;
	padding-left:40px;
}
.recentProjectsBtn {
	display:block;
	float:right;
	background:url(../images/recentProjectsBtnBg.png) 0 0 no-repeat;
	height:30px;
	width:140px;
}
.recentProjectsBtn:hover {
	background:url(../images/recentProjectsBtnBg.png) 0 -30px no-repeat;
}
.recentProjectsWrap {
	display:block;
	overflow:hidden;
	width:958px;
	margin-left:-19px;
	padding-top:30px;
	padding-bottom:30px;
	background:#eeeeee;
	border-top:1px solid #ddd;
	margin-bottom:25px;
	border-bottom:1px solid #fff;
}
.recentProjectWrap {
	display:block;
	overflow:visible;
	position:relative;
	float:left;
	margin-left:30px;
	width:280px;
	height:220px;
}
.recentProject {
	display:block;
	position:absolute;
	left:0;
	top:0;
	box-shadow:0px 0px 5px #ccc;
	-moz-box-shadow:0px 0px 5px #ccc;
	-webkit-box-shadow:0px 0px 5px #ccc;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:5px;
	background:#fff;
}
.projectHover {
	display:none;
	overflow:hidden;
	position:absolute;
	top:5px;
	left:5px;
	background:#ff7900 url(../images/zoomInIcon.png) 50% 50% no-repeat;
}
.recentProjectHover {
	height:210px;
	width:270px;
}
#twitter_update_list > li > a {
	display:none;
	visibility:hidden;
}
#twitter_update_list > li > span > a {
	font-size:10px;
}
#twitter_update_list > li {
	margin-bottom:15px;
	background:url(../images/twitterWidgetBg.png) 0 10px no-repeat;
	padding-left:30px;
}
.postsWidgetList {
	display:block;
	overflow:hidden;
	padding-top:5px;
}
.postsWidgetList li {
	display:block;
	overflow:hidden;
	margin-bottom:20px;
}
.postsWidgetAvatar {
	height:40px;
	width:40px;
	border:1px solid #ddd;
	display:block;
	overflow:hidden;
	padding:3px;
	float:left;
	background:#fff;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.postsWidgetTitle {
	float:left;
	margin-left:10px;
	display:inline-block;
	width:222px;
}
.postsWidgetTitle span {
	color:#999;
	font-style:italic;
	font-size:10px;
	text-decoration:none;
	display:inline-block;
}
/* home page ends */
/* general page starts */
.pageWrap {
	display:block;
	overflow:visible;
	margin-top:6px;
	width:920px;
	position:relative;
}
/* general page ends */
/* 404 page starts */
.errorPage {
	display:block;
	overflow:hidden;
	margin-bottom:20px;
}
.errorPage img {
	display:block;
	overflow:hidden;
	position:relative;
	float:left;
	margin-right:3px;
}
.errorPage h1 {
	font-size:40px;
	color:#555;
	page-break-after:right;
	margin-bottom:10px;
}
.errorPage h3 {
	color:#555;
}
/* 404 page ends */
/* portfolio one column starts */
.portfolioOneColumnWrap {
	display:block;
	overflow:hidden;
	width:940px;
	margin-top:-4px;
	margin-left:-10px;
}
.portfolioOneColumnWrap li {
	display:block;
	overflow:hidden;
	width:930px;
}
.oneColumnItemWrap {
	width:930px;
	display:block;
	overflow:hidden;
	margin-bottom:35px;
}
.oneColumnImageWrap {
	display:block;
	position:relative;
	float:left;
	padding:10px;
	overflow:hidden;
	width:350px;
	height:260px;
}
.oneColumnImageWrap img {
	display:block;
	overflow:hidden;
	width:340px;
	box-shadow:0px 0px 5px #ccc;
	-moz-box-shadow:0px 0px 5px #ccc;
	-webkit-box-shadow:0px 0px 5px #ccc;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:5px;
	background:#fff;
	position:absolute;
	top:10px;
	left:10px;
	height:250px;
}
.oneColumnItemImage {
	display:none;
	overflow:hidden;
	z-index:10;
	height:250px;
	width:340px;
	left:15px;
	top:15px;
	position:absolute;
}
.oneColumnInfoWrap {
	display:block;
	overflow:hidden;
	float:left;
	position:relative;
	margin-left:20px;
	padding-top:15px;
	width:540px;
}
.oneColumnInfoWrap h2 {
	padding-bottom:0px;
	display:inline-block;
	width:100%;
	margin-bottom:15px;
}
.readMoreBtnL {
	display:inline-block;
	float:left;
	position:relative;
	height:36px;
	width:150px;
	overflow:hidden;
	background:url(../images/readMoreButtonL.png) 0 0 no-repeat;
	margin-top:10px;
}
.readMoreBtnL:hover {
	background:url(../images/readMoreButtonL.png) 0 -36px no-repeat;
}
.visitWebsiteBtnL {
	display:inline-block;
	float:left;
	position:relative;
	height:36px;
	width:150px;
	overflow:hidden;
	background:url(../images/visitWebsiteButtonL.png) 0 0 no-repeat;
	margin-top:10px;
	margin-left:20px;
}
.visitWebsiteBtnL:hover {
	background:url(../images/visitWebsiteButtonL.png) 0 -36px no-repeat;
}
/* portfolio one column ends */
/* portfolio two columns starts */
.portfolioTwoColumnsWrap {
	display:block;
	overflow:hidden;
	width:960px;
	margin-top:-4px;
	margin-left:-30px;
}
.portfolioTwoColumnsWrap li {
	display:block;
	overflow:hidden;
	width:960px;
}
.twoColumnsItemWrap {
	width:460px;
	display:block;
	overflow:hidden;
	margin-bottom:45px;
	position:relative;
	float:left;
	margin-left:20px;
}
.twoColumnsImageWrap {
	display:block;
	position:relative;
	float:left;
	padding:10px;
	overflow:hidden;
	width:440px;
	height:260px;
}
.twoColumnsImageWrap img {
	display:block;
	overflow:hidden;
	width:430px;
	box-shadow:0px 0px 5px #ccc;
	-moz-box-shadow:0px 0px 5px #ccc;
	-webkit-box-shadow:0px 0px 5px #ccc;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:5px;
	background:#fff;
	position:absolute;
	top:10px;
	left:10px;
	height:250px;
}
.twoColumnsItemImage {
	display:none;
	overflow:hidden;
	z-index:10;
	height:250px;
	width:430px;
	left:15px;
	top:15px;
	position:absolute;
}
.twoColumnsInfoWrap {
	display:block;
	overflow:hidden;
	float:left;
	position:relative;
	margin-left:10px;
	padding-top:0px;
	width:440px;
}
.twoColumnsInfoWrap h2 {
	padding-bottom:0px;
	display:inline-block;
	width:100%;
	margin-bottom:15px;
}
.portfolioTwoButtonsHolder {
	text-align:center;
	display:block;
	overflow:hidden;
	position:relative;
}
.twoColumnsItemWrap .readMoreBtnL, .twoColumnsItemWrap .visitWebsiteBtnL {
	position:relative;
	float:none;
	margin-left:auto;
	margin-right:auto;
	padding-left:5px;
	padding-right:5px;
	background-position: 5px 0px;
}
.twoColumnsItemWrap .readMoreBtnL:hover, .twoColumnsItemWrap .visitWebsiteBtnL:hover {
	background-position: 5px -36px;
}
/* portfolio two columns ends */
/* portfolio three columns starts */
.portfolioThreeColumnsWrap {
	display:block;
	overflow:hidden;
	width:960px;
	margin-top:-4px;
	margin-left:-30px;
}
.portfolioThreeColumnsWrap li {
	display:block;
	overflow:hidden;
	width:960px;
}
.threeColumnsItemWrap {
	width:300px;
	display:block;
	overflow:hidden;
	margin-bottom:35px;
	position:relative;
	float:left;
	margin-left:20px;
}
.threeColumnsImageWrap {
	display:block;
	position:relative;
	float:left;
	padding:10px;
	overflow:hidden;
	width:280px;
	height:210px;
}
.threeColumnsImageWrap img {
	display:block;
	overflow:hidden;
	width:270px;
	box-shadow:0px 0px 5px #ccc;
	-moz-box-shadow:0px 0px 5px #ccc;
	-webkit-box-shadow:0px 0px 5px #ccc;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:5px;
	background:#fff;
	position:absolute;
	top:10px;
	left:10px;
	height:200px;
}
.threeColumnsItemImage {
	display:none;
	overflow:hidden;
	z-index:10;
	height:200px;
	width:270px;
	left:15px;
	top:15px;
	position:absolute;
}
.threeColumnsInfoWrap {
	display:block;
	overflow:hidden;
	float:left;
	position:relative;
	margin-left:10px;
	padding-top:0px;
	width:280px;
}
.readMoreBtnS {
	display:inline-block;
	float:left;
	position:relative;
	height:30px;
	width:120px;
	overflow:hidden;
	background:url(../images/readMoreButtonS.png) 5px 0 no-repeat;
	margin-top:10px;
}
.readMoreBtnS:hover {
	background:url(../images/readMoreButtonS.png) 5px -30px no-repeat;
}
.visitWebsiteBtnS {
	display:inline-block;
	float:left;
	position:relative;
	height:30px;
	width:120px;
	overflow:hidden;
	background:url(../images/visitWebsiteButtonS.png) 5px 0 no-repeat;
	margin-top:10px;
	margin-left:20px;
}
.visitWebsiteBtnS:hover {
	background:url(../images/visitWebsiteButtonS.png) 5px -30px no-repeat;
}
.portfolioThreeButtonsHolder {
	text-align:center;
	display:block;
	overflow:hidden;
	position:relative;
}
.threeColumnsItemWrap .readMoreBtnS, .threeColumnsItemWrap .visitWebsiteBtnS {
	position:relative;
	float:none;
	margin-left:auto;
	margin-right:auto;
	padding-left:5px;
	padding-right:5px;
}
/* portfolio three columns ends */
/* portfolio item page starts */
.portfolioItemImage {
	display:block;
	overflow:hidden;
	margin-bottom:15px;
	margin-top:6px;
	padding:5px;
	background:#fff;
	box-shadow:0px 0px 5px #ccc;
	-moz-box-shadow:0px 0px 5px #ccc;
	-webkit-box-shadow:0px 0px 5px #ccc;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	width:910px;
}
.portfolioItemButtonsWrap {
	display:block;
	width:920px;
	margin-top:20px;
	text-align:center;
	position:relative;
}
.portfolioItemButtonsWrap .visitWebsiteBtnL {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	float:none;
	margin-bottom:20px;
}
.portfolioItemTech {
	display:block;
	overflow:hidden;
	margin-bottom:15px;
	padding-top:20px;
	padding-bottom:20px;
	width:940px;
	margin-left:-20px;
	padding-left:20px;
	background: #EEE;
	border-top: 1px solid #DDD;
	border-bottom:1px solid #fff;
	margin-top:5px;
}
.portfolioItemSInfo {
	display:inline-block;
	float:left;
	margin-bottom:0px;
	font-weight:bold;
	color:#666;
	margin-right:25px;
}
.portfolioItemSInfo span {
	font-weight:normal;
}
/* portfolio item page ends */
/* contact page starts */
.contactFormWrap {
	display:block;
	overflow:hidden;
	width:554px;
	margin-right:40px;
	position:relative;
	float:left;
}
.contactFormWrap h3{
margin-top:0px;	
}
.contactDetails {
	display:block;
	position:relative;
	float:left;
	overflow:hidden;
	width:220px;
	margin-right:40px;
}
.contactDetails h5 {
	color:#666;
	font-size:14px;
}
.contactDetails h3 {
	margin-top:0px;
}
label {
	font-size:14px;
	margin-bottom:6px;
	display:block;
	padding-left:10px;
	color:#666;
}
#contactName, #contactEmail, #contactMessage {
	display:block;
	width:524px;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	margin-top:2px;
	margin-right:0px;
	margin-left:2px;
	margin-bottom:20px;
	border:3px solid #eee;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background:#fff;
	float:left;
	height:26px;
}
#contactMessage {
	height:140px;
	max-width:524px;
}
.contactButton {
	display:block;
	height:30px;
	width:100px;
	overflow:hidden;
	float:left;
	background:url(../images/contactSubmitBtn.png) 0 0 no-repeat;
	margin-right:11px;
}
.contactButton:hover {
	background:url(../images/contactSubmitBtn.png) 0 -30px no-repeat;
	cursor:pointer;
	border:none;
}
span.error {
	display:inline-block;
	color: #f00;
	text-align: left;
	width:228px;
	margin-bottom:0px;
	padding:2px 5px 0px 5px;
}
.contactSuccessMessage {
	display:block;
	overflow:hidden;
	float:left;
	width:354px;
}
.contactSuccessMessage img {
	float:left;
	margin-top:4px;
	margin-right:10px;
}
.contactSuccessMessage h4 {
	display:inline-block;
	float:left;
}
.location {
	display:block;
	width:920px;
	overflow:hidden;
	margin-bottom:20px;
}
.gMap {
	display:block;
	padding:4px;
	overflow:hidden;
	background:#fff;
	border:1px solid #ddd;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.location h3 {
	margin-top:0px;
}
.contactPageWrap {
	overflow:hidden;
}
/* contact page ends */
/* blog starts */
.postsWrap {
	display:block;
	overflow:hidden;
	position:relative;
	float:left;
	margin-right:40px;
	width:600px;
	margin-top:15px;
}
.sidebarWrap {
	display:block;
	overflow:hidden;
	width:280px;
	position:relative;
	float:left;
	margin-top:15px;
}
.smallPost {
	display:block;
	overflow:hidden;
	margin-bottom:35px;
	background:url(../images/hLine.png) 0 bottom repeat-x;
}
.smallPostImage {
	display:block;
	overflow:hidden;
	float:left;
	margin-right:20px;
}
.smallPostImage img {
	display:block;
	overflow:hidden;
	background:#fff;
	border:1px solid #ddd;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	padding:4px;
	margin-bottom:15px;
}
.smallPostDetails {
	display:block;
	float:right;
	width:370px;
	overflow:hidden;
	margin-bottom:15px;
}
.smallPostInfo {
	display:block;
	overflow:hidden;
	/*background:#eee;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	padding-left:10px;
	padding-top:3px;
	padding-bottom:3px;*/
	margin-bottom:20px;
}
.smallPostTitle {
	margin-bottom:5px;
}
.readMoreBtn {
	display:block;
	background:url(../images/readMoreButtonS.png) 0px 0px no-repeat;
	width:120px;
	height:30px;
	overflow:hidden;
}
.readMoreBtn:hover {
	background:url(../images/readMoreButtonS.png) 0px -30px no-repeat;
}
.smallPost .readMoreBtn {
	margin-top:15px;
	display:block;
	overflow:hidden;
	float:left;
}
.smallPostInfoIcon {
	display:inline-block;
	float:left;
	position:relative;
	padding-left:24px;
	color:#555;
	font-size:10px;
	margin-right:15px;
}
.postAuthor {
	background:url(../images/user.png) 0 3px no-repeat;
}
.postDate {
	background:url(../images/calendar.png) 0 3px no-repeat;
}
.widgetWrap {
	display:block;
	overflow:hidden;
	margin-bottom:25px;
	width:280px;
}
.adsWrap {
	display:block;
	width:290px;
	overflow:hidden;
	margin-left:-10px;
	margin-bottom:0px;
}
.ad125 {
	display:block;
	overflow:hidden;
	margin-bottom:10px;
	padding:4px;
	border:1px solid #ddd;
	background:#fff;
	margin-left:10px;
	float:left;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.blogNumbers {
	display:block;
	overflow:hidden;
	margin-left:0px;
	margin-bottom:30px;
}
.blogNumbers ul {
	dsplay:block;
	float:left;
	overflow:hidden;
}
.blogNumbers li {
	display:block;
	overflow:hidden;
	float:left;
	height:30px;
	width:30px;
	margin-right:10px;
}
.blogNumber {
	display:block;
	overflow:hidden;
	background:url(../images/pageNumberBg.png) no-repeat;
	color:#555;
	width:28px;
	height:24px;
	text-align:center;
	padding-top:4px;
}
.blogCurrent {
	color:#ff7900;
	background:url(../images/pageNumberBg.png) 0 -28px no-repeat;
}
.blogNumber:hover {
	text-decoration:none;
	color:#ff7900;
	background:url(../images/pageNumberBg.png) 0 -28px no-repeat;
}
/* widget tabs start */
.widgetTabsWrap {
	display:block;
	overflow:hidden;
	width:280px;
	margin-bottom:25px;
}
.wigetTabsLists {
	display:block;
	padding:0px;
	margin:0px;
	width:250px;
	overflow:hidden;
}
.widgetTabsLists li {
	display:block;
	padding:0px;
	margin:0px;
	width:250px;
	overflow:hidden;
}
.widgetTabsLists ul li {
	margin-bottom:15px;
}
.widgetTabsTitle {
	margin-bottom:0px;
	color:#555;
}
.widgetTabsLists span {
	font-size:10px;
	color:#888;
	line-height:16px;
}
.widgetTabsLists a {
	background:none;
}
.widgetTabsLists a:hover {
	background:none;
}
.widgetTabsThumb {
	background:#f0f0f0;
	border:1px solid #e4e4e4;
	padding:2px;
	display:block;
	overflow:hidden;
	width:63px;
	height:63px;
	float:left;
	margin-right:10px;
}
.widgetTabs {
	display:block;
	overflow:hidden;
	width:280px;
	margin-bottom:25px;
}
.widgetTabs li {
	display:block;
	overflow:hidden;
	float:left;
	margin-top:0px;
}
.widgetTabs li a {
	display:block;
	text-align:center;
	padding-left:10px;
	padding-right:10px;
	padding-top:3px;
	padding-bottom:3px;
	background:#eee;
	color:#888;
	margin-right:10px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.widgetTabs li a:hover {
	color:#333;
	text-decoration:none;
}
.widgetTabs li .current {
	background:#e4e4e4;
	color:#333;
}
/* widget tabs end */
.categoriesList {
	display:block;
	overflow:hidden;
	padding-left:10px;
}
.categoriesList li {
	margin-bottom:5px;
}
.categoriesList li a {
	text-transform:capitalize;
	padding-left:20px;
	background:url(../images/widgetListArrow.png) 0 9px no-repeat;
	color:#555;
}
.categoriesList li a:hover {
	color:#ff7900;
}
.widgetTitle {
	margin-top:0px;
}
/* blog ends */
/* blog page starts */
.largePostTitle {
	margin-top:0px;
	background:url(../images/hLine.png) 0 bottom repeat-x;
	padding-bottom:10px;
	margin-bottom:20px;
	display:block;
	overflow:hidden;
}
.largePostTitle h2 {
	margin-bottom:0px;
	margin-top:0px;
	padding:0px;
}
.largePostTitle > a {
	display:inline-block;
	float:left;
}
.largePostDetails {
	margin-bottom:0px;
	font-size:10px;
	color:#777;
	display:inline-block;
	float:right;
}
.largePostDetails a {
	color:#555;
	text-decoration:none;
}
.largePostDetails a:hover {
	color:#ff7900;
	text-decoration:underline;
}
.commentsTitle{
    margin-bottom:20px;	
}
.largePostImage {
	display:block;
	overflow:hidden;
	margin-bottom:15px;
	padding:4px;
	border:1px solid #ddd;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
blockquote {
	display:block;
	overflow:hidden;
	padding-left:25px;
	margin-left:20px;
	border-left:3px solid #ddd;
	font-style:italic;
	color:#777;
	margin-bottom:15px;
	margin-top:5px;
}
.postShareWrap {
	display:block;
	overflow:hidden;
	text-align:center;
	width:598px;
	border:1px solid #ddd;
	background:#eee;
	padding-top:10px;
	padding-bottom:10px;
	margin-top:10px;
	margin-bottom:20px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	position:relative;
	height:24px;
}
.socialIcon {
	display:inline-block;
	margin-left:5px;
	margin-right:5px;
	height:24px;
	width:24px;
	overflow:hidden;
}
.commentWrap {
	display:block;
	overflow:hidden;
	width:600px;
	margin-bottom:30px;
	position:relative;
	background:url(../images/hLine.png) 0 bottom repeat-x;
}
.commentAvatar {
	display:block;
	overflow:hidden;
	height:40px;
	width:40px;
	padding:3px;
	background:#eee;
	border:1px solid #ddd;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	float:left;
	margin-right:22px;
}
.commentDetails {
	display:block;
	overflow:hidden;
	float:left;
	width:530px;
}
.commentInfo {
	display:inline-block;
	width:530px;
	padding-bottom:0px;
	line-height:18px;
	margin-bottom:10px;
}
.reply{
    float:right;
}
.commentInfo span {
	font-size:10px;
	color:#999;
	font-style:italic;
}
.commentForm {
	display:block;
	overflow:hidden;
	margin-bottom:20px;
}
#commentName, #commentEmail, #commentMessage {
	display:block;
	width:324px;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	margin-top:2px;
	margin-right:0px;
	margin-bottom:20px;
	border:3px solid #eee;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background:#fff;
	float:left;
	height:26px;
}
#commentMessage {
	height:140px;
	max-width:574px;
	width:574px;
}
.commentForm label {
	width:300px;
}
/* blog page ends*/
/* page numbers start */
.pageNumbers {
	display:block;
	overflow:hidden;
	margin-bottom:15px;
	padding-top:20px;
	padding-bottom:20px;
	width:938px;
	margin-left:-19px;
	padding-left:20px;
	background: #EEE;
	border-top: 1px solid #DDD;
	border-bottom:1px solid #fff;
	margin-top:15px;
}
.pageNumbers ul {
	dsplay:block;
	float:left;
	overflow:hidden;
}
.pageNumbers li {
	display:block;
	overflow:hidden;
	float:left;
	height:30px;
	width:30px;
	margin-right:10px;
}
.pageNumber {
	display:block;
	overflow:hidden;
	background:url(../images/pageNumberBg.png) no-repeat;
	color:#555;
	width:28px;
	height:24px;
	text-align:center;
	padding-top:4px;
}
.current {
	color:#ff7900;
	background:url(../images/pageNumberBg.png) 0 -28px no-repeat;
}
.pageNumber:hover {
	text-decoration:none;
	color:#ff7900;
	background:url(../images/pageNumberBg.png) 0 -28px no-repeat;
}
/* page numbers end */
/* footer starts */
.footerWrap {
	display:block;
	overflow:hidden;
	width:920px;
	margin-bottom:10px;
}
.copyright {
	color:#aaa;
	font-size:12px;
	display:inline-block;
	float:left;
	padding-top:10px;
}
.footerSocialWrap {
	display:blcok;
	overflow:hidden;
	position:relative;
	float:right;
	height:24px;
	margin-top:10px;
}
.footerSocial {
	display:block;
	overflow:hidden;
	margin-left:10px;
	float:left;
	position:relative;
	height:24px;
	width:24px;
}
.footerRss {
	background:url(../images/footerRssIcon.png) 0 0 no-repeat;
}
.footerTwitter {
	background:url(../images/footerTwitterIcon.png) 0 0 no-repeat;
}
.footerSkype {
	background:url(../images/footerSkypeIcon.png) 0 0 no-repeat;
}
/* footer ends */
/*********** custom elements start ***********/
.pageBreaker {
	display:block;
	overflow:hidden;
	height:8px;
	margin-top:20px;
	margin-bottom:20px;
	background:url(../images/pageBreakerBg.png) 0 0;
}
hr {
	display:block;
	overflow:hidden;
	background:url(../images/hLine.png) repeat-x;
	height:2px;
	margin-bottom:20px;
}
.footerBreaker {
	margin-bottom:0px;
	width:920px;
}
.backToTop {
	display:block;
	width:22px;
	height:86px;
	overflow:hidden;
	position:absolute;
	right:-23px;
	bottom:25px;
	background:url(../images/backToTopBg.png) 0 0 no-repeat;
}
.columnsWrap {
	display:block;
	overflow:hidden;
	width:920px;
	margin-bottom:20px;
}
.columnTitle1 {
	margin-top:0px;
	margin-bottom:20px;
	padding-bottom:5px;
	border-bottom:1px solid #ddd;
	box-shadow:0px 1px 0px #fff;
	-moz-box-shadow:0px 1px 0px #fff;
	-webkit-box-shadow:0px 1px 0px #fff;
}
.pageTitleWrap {
	display:block;
	overflow:hidden;
	height:50px;
	width:960px;
	margin-left:-20px;
	background:url(../images/pageTitleBg.png) 0 0 no-repeat;
}
.pageTitle {
	padding-left:25px;
	font-size:24px;
	color:#555;
	margin-bottom:0px;
	margin-top:10px;
	padding-top:5px;
	background:url(../images/pageTitleArrow.png) 0 50% no-repeat;
}
.oneFourth {
	display:block;
	overflow:hidden;
	float:left;
	width:212px;
	margin-right:24px;
}
.oneThird {
	display:block;
	overflow:hidden;
	float:left;
	width:280px;
	margin-right:40px;
}
.oneHalf {
	display:block;
	overflow:hidden;
	float:left;
	width:445px;
	margin-right:30px;
}
.oneHalfHalf {
	display:block;
	overflow:hidden;
	float:left;
	width:207px;
	margin-right:31px;
}
.threeQuarters {
	display:block;
	overflow:hidden;
	float:left;
	width:684px;
	margin-right:24px;
}
.lastColumn {
	margin-right:0px;
}
.alert {
	padding:6px 6px 6px 30px;
	background:#F2D4CE url(../images/close.png) 5px center no-repeat;
	border:1px solid #AE432E;
	margin-top:20px;
	margin-bottom:20px;
	display:block;
	overflow:hidden;
	color:#ae432e;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.download {
	padding:6px 6px 6px 30px;
	background:#D9E6C3 url(../images/arrow_down.png) 5px center no-repeat;
	border:1px solid #77ab13;
	margin-top:20px;
	margin-bottom:20px;
	display:block;
	overflow:hidden;
	color:#69990F;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.info {
	padding:6px 6px 6px 30px;
	background:#a2e5fe url(../images/info_button.png) 5px center no-repeat;
	border:1px solid #09F;
	margin-top:20px;
	margin-bottom:20px;
	display:block;
	overflow:hidden;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.stop {
	padding:6px 6px 6px 30px;
	background:#fff589 url(../images/warning.png) 5px center no-repeat;
	border:1px solid #FC0;
	margin-top:20px;
	margin-bottom:20px;
	display:block;
	overflow:hidden;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.orderedList {
	display: block;
	list-style-type: decimal;
	margin: 10px 0 20px 20px;
	list-style-position: inside;
}
.unorderedList {
	display: block;
	list-style-type: disc;
	margin: 10px 0 20px 20px;
	list-style-position: inside;
}
.unorderedList li, .orderedList li {
	margin-top:8px;
}
.customList {
	display: block;
	list-style-type: none;
	margin: 10px 0 20px 20px;
	list-style-position: inside;
}
.customList .checked {
	background:url(../images/checked.png) left center no-repeat;
	display:block;
	padding-left:24px;
	margin-top:8px;
}
.customList .unchecked {
	background:url(../images/unchecked.png) left center no-repeat;
	display:block;
	padding-left:24px;
	margin-top:8px;
}
.customList .warningList {
	background:url(../images/warning.png) left center no-repeat;
	display:block;
	padding-left:24px;
	margin-top:8px;
}
.customList .infoList {
	background:url(../images/info_button.png) left center no-repeat;
	display:block;
	padding-left:24px;
	margin-top:8px;
}
.customList .downloadList {
	background:url(../images/arrow_down.png) left center no-repeat;
	display:block;
	padding-left:24px;
	margin-top:8px;
}
.pImageLeft {
	display:block;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	background:#fff;
	border:1px solid #e4e4e4;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	padding:4px;
	overflow:hidden;
	margin-top:8px;
}
.pImageRight {
	display:block;
	float:right;
	margin-left:10px;
	margin-bottom:10px;
	background:#fff;
	border:1px solid #e4e4e4;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	padding:4px;
	overflow:hidden;
	margin-top:8px;
}
/*********** custom elements end ***********/






@charset "utf-8";
/* CSS Document */

/**********************************************************************************/
/**********************************************************************************/
/* FRESH BUTTONS */
/**********************************************************************************/
/**********************************************************************************/


.btn_white {
	
	/* GENERAL */
	padding:9px 18px;
	margin:20px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	display:inline-block;	
	
	
	/* BACKGROUND GRADIENTS */
	background: #F6F6F6;
	background: -moz-linear-gradient(top, #FFF, #FFF 50%, #EFEFEF);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFF), color-stop(.5, #FFF), to(#EFEFEF));
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#E6E6E6'); /* IE6,IE7 only */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#E6E6E6')"; /* IE8 only */
	
	/* BORDER RADIUS */
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
	/* BORDERS */
	border:1px solid #DDD;
	border-bottom:1px solid #CDCDCD;
	
	/* TEXT COLOR & SHADOW */
	color:#666;
	text-shadow: 0 1px 1px #FFF;
}

.btn_white:hover	{
	
	/* BACKGROUND GRADIENTS */
	background: #EEE;
	background: -moz-linear-gradient(top, #FFF, #FFF 70%, #EEE);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFF), color-stop(.7, #FFF), to(#EEE));
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#EEEEEE'); /* IE6,IE7 only */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#EEEEEE')"; /* IE8 only */
}

.btn_white:focus	{
	
	/* GENERAL */
	padding:10px 19px 9px 19px;
	
	/* TEXT COLOR & SHADOW */
	color:#FFF;
	text-shadow: 0 -1px 1px #333;
	
	/* BORDERS */
	border:none;
		
	/* BACKGROUND GRADIENTS */
	background:#999;
	background: -moz-linear-gradient(top, #999, #777 5%, #AFAFAF);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #999), color-stop(.05, #777), to(#AFAFAF)); 
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#777777', EndColorStr='#AFAFAF'); /* IE6,IE7 only */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#777777', EndColorStr='#AFAFAF')"; /* IE8 only */
	
	/* INNER SHADOW & OUTER SHADOW */
	box-shadow: inset 0px 2px 5px #444, 0 1px 0px #DDD;
	-webkit-box-shadow: inset 0px 2px 5px #444, 0 1px 0px #DDD;
	-moz-box-shadow: inset 0px 2px 7px #444, 0 1px 0px #DDD;
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.btn_grey{
	
	/* GENERAL */
	padding:9px 18px;
	margin:20px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	display:inline-block;	
	
	
	/* BACKGROUND GRADIENTS */
	background: #E6E6E6;
	background: -moz-linear-gradient(top, #FFF, #f5f5f5 5%, #e2e2e2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFF), color-stop(.03, #f5f5f5), to(#e2e2e2));
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#f5f5f5', EndColorStr='#e2e2e2'); /* IE6,IE7 only */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#f5f5f5', EndColorStr='#e2e2e2')"; /* IE8 only */
	
	/* BORDER RADIUS */
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
	/* BORDERS */
	border:1px solid #d0d0d0;
	border-bottom:1px solid #b5b5b5;
	
	/* TEXT COLOR & SHADOW */
	color:#5e5e5e;
	text-shadow: 1px 1px 1px #FFF;
}

.btn_grey:hover	{
	
	/* BACKGROUND GRADIENTS */
	background: #EEE;
	background: -moz-linear-gradient(top, #FFF, #e5e5e5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFF), to(#e5e5e5));
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#e5e5e5'); /* IE6,IE7 only */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#e5e5e5')"; /* IE8 only */
}

.btn_grey:focus	{
	
	/* GENERAL */
	padding:10px 19px 9px 19px;
	
	/* TEXT COLOR & SHADOW */
	color:#FFF;
	text-shadow: -1px -1px 1px #888;
	
	/* BORDERS */
	border:none;
		
	/* BACKGROUND GRADIENTS */
	background:#999;
	background: -moz-linear-gradient(top, #999, #777 5%, #AFAFAF);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #999), color-stop(.05, #777), to(#AFAFAF)); 
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#777777', EndColorStr='#AFAFAF'); /* IE6,IE7 only */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#777777', EndColorStr='#AFAFAF')"; /* IE8 only */
	
	/* INNER SHADOW & OUTER SHADOW */
	box-shadow: inset 0px 2px 5px #444, 0 1px 0px #DDD;
	-webkit-box-shadow: inset 0px 2px 5px #444, 0 1px 0px #DDD;
	-moz-box-shadow: inset 0px 2px 7px #444, 0 1px 0px #DDD;
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.btn_blue {
	
	/* GENERAL */
	padding:9px 18px;
	margin:20px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	display:inline-block;	
	
	/* BACKGROUND GRADIENTS */
	background: #49b8e7;
	background: -moz-linear-gradient(top, #d1edfa, #8dd8f8 5%, #60b5d9);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #c9e7f5), color-stop(.03, #8dd8f8), to(#60b5d9)); 
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#8dd8f8', EndColorStr='#60b5d9'); /* IE6,IE7 only */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#8dd8f8', EndColorStr='#60b5d9')"; /* IE8 only */
	
	/* BORDER RADIUS */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	/* BORDERS */	
	border:1px solid #54abcf;
	border-bottom:1px solid #398fb4;
	
	/* TEXT COLOR & SHADOW */
	color:#FFF;
	text-shadow: 0 1px 1px #0f739d;
}

.btn_blue:hover	{
	
	/* BACKGROUND GRADIENTS */
	background: #40addb;
	background: -moz-linear-gradient(top, #d1edfa, #73cef5 5%, #49acd6);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d1edfa), color-stop(0.03, #73cef5), to(#49acd6)); 
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#73cef5', EndColorStr='#49acd6'); /* IE6,IE7 only */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#73cef5', EndColorStr='#49acd6')"; /* IE8 only */
	
	/* BORDERS */
	border-bottom:1px solid #2581a8;
	
}

.btn_blue:focus	{
	
	/* GENERAL */
	padding:10px 19px 10px 19px;
	
	/* TEXT COLOR & SHADOW */
	color:#FFF;
	text-shadow: 0 -1px 1px #0d6d95;
	
	/* BORDERS */
	border:none;
		
	/* BACKGROUND GRADIENTS */
	background:#45a4cc;
	background: -moz-linear-gradient(top, #48a9d2, #8dd8f8 95%, #62b6da );
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #48a9d2), color-stop(0.9, #8dd8f8), to(#62b6da)); 
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#62b6da', EndColorStr='#8dd8f8'); /* IE6,IE7 only */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#62b6da', EndColorStr='#8dd8f8')"; /* IE8 only */
	
	/* INNER SHADOW & OUTER SHADOW */
	box-shadow: inset 0px 2px 5px #1c607d, 0 1px 0px #c9dde8;
	-webkit-box-shadow: inset 0px 2px 5px #1c607d, 0 1px 0px #c9dde8;
	-moz-box-shadow: inset 0px 2px 5px #1c607d, 0 1px 0px #c9dde8;
	
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.btn_darkblue {
	
	/* GENERAL */
	padding:9px 18px;
	margin:20px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	display:inline-block;	
	
	/* BACKGROUND GRADIENTS */
	background: #4986e8;
	background: -moz-linear-gradient(top, #c1d7ff, #76b8fc 5%, #4986e8);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #aadaf0), color-stop(.03, #76b8fc), to(#4986e8)); 
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#76b8fc', EndColorStr='#4986e8'); /* IE6,IE7 only */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#76b8fc', EndColorStr='#4986e8')"; /* IE8 only */
	
	/* BORDER RADIUS */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	/* BORDERS */	
	border:1px solid #3b79df;
	border-bottom:1px solid #2562c7;
	
	/* TEXT COLOR & SHADOW */
	color:#FFF;
	text-shadow: 0 1px 1px #0d3474;
}

.btn_darkblue:hover	{
	
	/* BACKGROUND GRADIENTS */
	background: #3f7bda;
	background: -moz-linear-gradient(top, #c1d7ff, #6caff4 5%, #407ddf);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #c1d7ff), color-stop(.03, #6caff4), to(#407ddf)); 
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#6caff4', EndColorStr='#407ddf'); /* IE6,IE7 only */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#6caff4', EndColorStr='#407ddf')"; /* IE8 only */
	
	/* BORDERS */
	border-bottom:1px solid #2581a8;
	text-decoration:none;
}

.btn_darkblue:focus	{
	
	/* GENERAL */
	padding:10px 19px 10px 19px;
	
	/* TEXT COLOR & SHADOW */
	color:#FFF;
	text-shadow: 0 -1px 1px #0d3474;
	
	/* BORDERS */
	border:none;
		
	/* BACKGROUND GRADIENTS */
	background: #3675da;
	background: -moz-linear-gradient(top, #4986e8, #76b8fc 95%, #4986e8);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4986e8), color-stop(.9, #76b8fc), to(#4986e8)); 
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#4986e8', EndColorStr='#76b8fc'); /* IE6,IE7 only */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4986e8', EndColorStr='#76b8fc')"; /* IE8 only */
	
	/* INNER SHADOW & OUTER SHADOW */
	box-shadow: inset 0px 2px 5px #1c4c7d, 0 1px 0px #c9d5e8;
	-webkit-box-shadow: inset 0px 2px 5px #1c4c7d, 0 1px 0px #c9d5e8;
	-moz-box-shadow: inset 0px 2px 5px #1c4c7d, 0 1px 0px #c9d5e8;
	
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.btn_pink {
	
	/* GENERAL */
	padding:9px 18px;
	margin:20px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	display:inline-block;	
	
	/* BACKGROUND GRADIENTS */
	background: #ec56b5;
	background: -moz-linear-gradient(top, #f8bfe3, #f87bca 5%, #ec56b5);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f8bfe3), color-stop(.03, #f87bca), to(#ec56b5)); 
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#f87bca', EndColorStr='#ec56b5'); /* IE6,IE7 only */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#f87bca', EndColorStr='#ec56b5')"; /* IE8 only */


	/* BORDER RADIUS */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	/* BORDERS */	
	border:1px solid #e54aac;
	border-bottom:1px solid #cc3695;
	
	/* TEXT COLOR & SHADOW */
	color:#FFF;
	text-shadow: 0 1px 1px #8d1b63;
	
}

.btn_pink:hover	{
	
	
	/* BACKGROUND GRADIENTS */
	background:#e54aac;
	background: -moz-linear-gradient(top, #f8bfe3, #f16ec1 5%, #e54aac);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f8bfe3), color-stop(.03, #f16ec1), to(#e54aac)); 
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#f16ec1', EndColorStr='#e54aac'); /* IE6,IE7 only */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#f16ec1', EndColorStr='#e54aac')"; /* IE8 only */

	/* BORDERS */
	border-bottom:1px solid #c2308c;
	
}

.btn_pink:focus	{
	
	/* GENERAL */
	padding:10px 19px 10px 19px;
	
	/* TEXT COLOR & SHADOW */
	color:#FFF;
	text-shadow: 0 -1px 1px #a52676;
	
	/* BORDERS */
	border:none;
		
	/* BACKGROUND GRADIENTS */
	background:#de45a6;
	background: -moz-linear-gradient(top, #e54aac, #f374c5 95%, #d3469f);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e54aac), color-stop(.9, #f374c5), to(#d3469f)); 
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#d3469f', EndColorStr='#f374c5'); /* IE6,IE7 only */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#d3469f', EndColorStr='#f374c5')"; /* IE8 only */
	
	/* INNER SHADOW & OUTER SHADOW */
	box-shadow: inset 0px 2px 5px #9d2a6e, 0 1px 0px #fad1e9;
	-webkit-box-shadow: inset 0px 2px 5px #9d2a6e, 0 1px 0px #fad1e9;
	-moz-box-shadow: inset 0px 2px 5px #9d2a6e, 0 1px 0px #fad1e9;
	
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.btn_green {
	
	/* GENERAL */
	padding:9px 18px;
	margin:20px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	display:inline-block;	
	
	/* BACKGROUND GRADIENTS */
	background: #6abe18;
	background: -moz-linear-gradient(top, #cbe951, #9dd254 5%, #5eac11);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #cbe951), color-stop(.03, #9dd254), to(#5eac11)); 
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#9dd254', EndColorStr='#5eac11'); /* IE6,IE7 only */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#9dd254', EndColorStr='#5eac11')"; /* IE8 only */


	/* BORDER RADIUS */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	/* BORDERS */	
	border:1px solid #53a40c;
	border-bottom:1px solid #468f0a;
	
	/* TEXT COLOR & SHADOW */
	color:#FFF;
	text-shadow: 0 1px 1px #316903;
}

.btn_green:hover	{
	
	
	/* BACKGROUND GRADIENTS */
	background: #61b212;
	background: -moz-linear-gradient(top, #cbe951, #98ca53 5%, #55a10b);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #cbe951), color-stop(.03, #98ca53), to(#55a10b)); 
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#98ca53', EndColorStr='#55a10b'); /* IE6,IE7 only */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#98ca53', EndColorStr='#55a10b')"; /* IE8 only */

	/* BORDERS */
	border-bottom:1px solid #468f0a;
	
}

.btn_green:focus	{
	
	/* GENERAL */
	padding:10px 19px 10px 19px;
	
	/* TEXT COLOR & SHADOW */
	color:#FFF;
	text-shadow: 0 -1px 1px #316903;
	
	/* BORDERS */
	border:none;
		
	/* BACKGROUND GRADIENTS */
	background: #5aa80d;
	background: -moz-linear-gradient(top, #55a10b, #94ce44 95%, #58a32b);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #55a10b), color-stop(.9, #94ce44), to(#58a32b)); 
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#55a10b', EndColorStr='#94ce44'); /* IE6,IE7 only */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#55a10b', EndColorStr='#94ce44')"; /* IE8 only */
	
	/* INNER SHADOW & OUTER SHADOW */
	box-shadow: inset 0px 2px 5px #346c13, 0 1px 0px #d0e0c7;
	-webkit-box-shadow: inset 0px 2px 5px #346c13, 0 1px 0px #d0e0c7;
	-moz-box-shadow: inset 0px 2px 5px #346c13, 0 1px 0px #d0e0c7;
	
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


.btn_orange {
	
	/* GENERAL */
	padding:9px 18px;
	margin:20px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	display:inline-block;	
	
	/* BACKGROUND GRADIENTS */
	background: #f48423;
	background: -moz-linear-gradient(top, #ffdf9e, #f5b026 5%, #f48423);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffd683), color-stop(.03, #f5b026), to(#f48423)); 
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#f5b026', EndColorStr='#f48423'); /* IE6,IE7 only */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#f5b026', EndColorStr='#f48423')"; /* IE8 only */


	/* BORDER RADIUS */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	/* BORDERS */	
	border:1px solid #e6791c;
	border-bottom:1px solid #d86f15;
	
	/* TEXT COLOR & SHADOW */
	color:#FFF;
	text-shadow: 0 1px 1px #6f3a02;
}

.btn_orange:hover	{
	
	
	/* BACKGROUND GRADIENTS */
	background: #eb7d1d;
	background: -moz-linear-gradient(top, #ffdf9e, #f1a91a 5%, #f07810);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffdf9e), color-stop(.03, #f1a91a), to(#f07810)); 
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#f1a91a', EndColorStr='#f07810'); /* IE6,IE7 only */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#f1a91a', EndColorStr='#f07810')"; /* IE8 only */

	/* BORDERS */
	border-bottom:1px solid #d86f15;
	
}

.btn_orange:focus	{
	
	/* GENERAL */
	padding:10px 19px 10px 19px;
	
	/* TEXT COLOR & SHADOW */
	color:#FFF;
	text-shadow: 0 -1px 1px #894906;
	
	/* BORDERS */
	border:none;

	/* BACKGROUND GRADIENTS */
	background: #e47412;
	background: -moz-linear-gradient(top, #f07810, #f1a91a 95%, #f07810);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f07810), color-stop(.9, #f1a91a), to(#f07810)); 
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#f07810', EndColorStr='#f1a91a'); /* IE6,IE7 only */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#f07810', EndColorStr='#f1a91a')"; /* IE8 only */
	
	/* INNER SHADOW & OUTER SHADOW */
	box-shadow: inset 0px 2px 5px #9b5901, 0 1px 0px #e0d5c7;
	-webkit-box-shadow: inset 0px 2px 5px #9b5901, 0 1px 0px #e0d5c7;
	-moz-box-shadow: inset 0px 2px 5px #9b5901, 0 1px 0px #e0d5c7;
	
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


.btn_red {
	
	/* GENERAL */
	padding:9px 18px;
	margin:20px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	display:inline-block;	
	
	/* BACKGROUND GRADIENTS */
	background: #d43131;
	background: -moz-linear-gradient(top, #ffaa9a, #f8674b 5%, #d54746);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffa493), color-stop(.03, #f8674b), to(#d54746)); 
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#f8674b', EndColorStr='#d54746'); /* IE6,IE7 only */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#f8674b', EndColorStr='#d54746')"; /* IE8 only */


	/* BORDER RADIUS */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	/* BORDERS */	
	border:1px solid #d1371c;
	border-bottom:1px solid #9f220d;
	
	/* TEXT COLOR & SHADOW */
	color:#FFF;
	text-shadow: 0 1px 1px #6f3a02;
}

.btn_red:hover	{
	
	/* BACKGROUND GRADIENTS */
	background: #c92929;
	background: -moz-linear-gradient(top, #ff9986, #ee5f43 5%, #d04443);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fa8772), color-stop(.03, #ee5f43), to(#d04443)); 
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#ee5f43', EndColorStr='#d04443'); /* IE6,IE7 only */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ee5f43', EndColorStr='#d04443')"; /* IE8 only */

	/* BORDERS */
	border-bottom:1px solid #9f220d;
	
}

.btn_red:focus	{
	
	/* GENERAL */
	padding:10px 19px 10px 19px;
	
	/* TEXT COLOR & SHADOW */
	color:#FFF;
	text-shadow: 0 -1px 1px #894906;
	
	/* BORDERS */
	border:none;

	/* BACKGROUND GRADIENTS */
	background: #bc2323;
	background: -moz-linear-gradient(top, #d04443, #ee5f43 95%, #d04443);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d04443), color-stop(.9, #ee5f43), to(#d04443)); 
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#d04443', EndColorStr='#ee5f43'); /* IE6,IE7 only */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#d04443', EndColorStr='#ee5f43')"; /* IE8 only */
	
	/* INNER SHADOW & OUTER SHADOW */
	box-shadow: inset 0px 2px 5px #9b1313, 0 1px 0px #e0c7c7;
	-webkit-box-shadow: inset 0px 2px 5px #9b1313, 0 1px 0px #e0c7c7;
	-moz-box-shadow: inset 0px 2px 5px #9b1313, 0 1px 0px #e0c7c7;
	
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/



.btn_purple {
	
	/* GENERAL */
	padding:9px 18px;
	margin:20px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	display:inline-block;	
	
	/* BACKGROUND GRADIENTS */
	background: #9b61c9;
	background: -moz-linear-gradient(top, #daaeef, #c785e5 5%, #9257c1);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #daaeef), color-stop(.03, #c785e5), to(#9257c1)); 
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#c785e5', EndColorStr='#9257c1'); /* IE6,IE7 only */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#c785e5', EndColorStr='#9257c1')"; /* IE8 only */


	/* BORDER RADIUS */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	/* BORDERS */	
	border:1px solid #7c45aa;
	border-bottom:1px solid #5d288a;
	
	/* TEXT COLOR & SHADOW */
	color:#FFF;
	text-shadow: 0 1px 1px #3d0b66;
}

.btn_purple:hover	{
	
	
	/* BACKGROUND GRADIENTS */
	background: #9055bf;
	background: -moz-linear-gradient(top, #d5a4ec, #bd7ddb 5%, #884db8);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d5a4ec), color-stop(.03, #bd7ddb), to(#884db8)); 
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#bd7ddb', EndColorStr='#884db8'); /* IE6,IE7 only */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#bd7ddb', EndColorStr='#884db8')"; /* IE8 only */

	/* BORDERS */
	border-bottom:1px solid #5d288a;
	
}

.btn_purple:focus	{
	
	/* GENERAL */
	padding:10px 19px 10px 19px;
	
	/* TEXT COLOR & SHADOW */
	color:#FFF;
	text-shadow: 0 -1px 1px #64078b;
	
	/* BORDERS */
	border:none;

	/* BACKGROUND GRADIENTS */
	background: #894eb7;
	background: -moz-linear-gradient(top, #884db8, #bd7ddb 95%, #884db8);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #884db8), color-stop(.9, #bd7ddb), to(#884db8)); 
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#884db8', EndColorStr='#bd7ddb'); /* IE6,IE7 only */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#884db8', EndColorStr='#bd7ddb')"; /* IE8 only */
	
	/* INNER SHADOW & OUTER SHADOW */
	box-shadow: inset 0px 2px 5px #64078b, 0 1px 0px #d9c7e0;
	-webkit-box-shadow: inset 0px 2px 5px #64078b, 0 1px 0px #d9c7e0;
	-moz-box-shadow: inset 0px 2px 5px #64078b, 0 1px 0px #d9c7e0;
	
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.btn_transparent	{

/* GENERAL */
	padding:9px 18px;
	margin:20px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	display:inline-block;	
	
	/* TEXT COLOR & SHADOW */
	color:#FFF;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.5);
	
	/* BORDER RADIUS */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	/* BORDERS */	
	border:1px solid rgba(255,255,255,0.1);
	border-top:1px solid rgba(255,255,255,0.5);
	border-bottom:1px solid rgba(255,255,255,0.01);
		
	/* BACKGROUND GRADIENTS */
	background: rgba(255,255,255,0.2);
	background: -moz-linear-gradient(top, rgba(255,255,255,0.25), rgba(255,255,255,0.14) 150%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255,255,255,0.2)), color-stop(1.5, rgba(255,255,255,0.09))); 
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#999999', EndColorStr='#666666'); /* IE6,IE7 only */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#999999', EndColorStr='#666666')"; /* IE8 only */
	
	/* INNER SHADOW & OUTER SHADOW */
	box-shadow:0px 1px 1px rgba(0,0,0,0.3);
	-webkit-box-shadow:0px 1px 1px rgba(0,0,0,0.3);
	-moz-box-shadow:0px 1px 1px rgba(0,0,0,0.3);
}

.btn_transparent:hover	{
	
	/* BACKGROUND GRADIENTS */
	background: rgba(255,255,255,0.25);
	background: -moz-linear-gradient(top, rgba(255,255,255,0.30), rgba(255,255,255,0.19) 150%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255,255,255,0.25)), color-stop(1.5, rgba(255,255,255,0.19))); 
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#9F9F9F', EndColorStr='#707070'); /* IE6,IE7 only */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#9F9F9F', EndColorStr='#707070')"; /* IE8 only */
}

.btn_transparent:focus	{
	
	/* GENERAL */
	padding:9px 18px 9px 18px;
	
	/* TEXT COLOR & SHADOW */
	color:#EEE;
	text-shadow: -1px -1px 0px rgba(0,0,0,0.8);
	
	/* BORDERS */
	border:1px solid rgba(0,0,0,0.4);
	border-bottom:1px solid rgba(0,0,0,0.2);
		
	/* BACKGROUND GRADIENTS */
	background: rgba(0,0,0,0.15);
	background: -moz-linear-gradient(top, rgba(0,0,0,0.15), rgba(0,0,0,0.05));
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0,0,0,0.15)), to(rgba(0,0,0,0.05))); 
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#666666', EndColorStr='#999999'); /* IE6,IE7 only */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#666666', EndColorStr='#999999')"; /* IE8 only */

	/* INNER SHADOW & OUTER SHADOW */
	box-shadow: inset 0px 2px 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 0px 2px 5px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 2px 5px rgba(0,0,0,0.5);

}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/



















/* ----------------------- PORTFOLIO -----------------------*/

/* Portfolio 1 Column */
ul.portfolio-1col {}
ul.portfolio-1col li {
  margin: 10px 0 15px 0;
  float: left;
}
/* Portfolio 2 Columns */
ul.portfolio-2col li {
  width: 440px;
  margin: 10px 20px 10px 0;
  float: left;
}
ul.portfolio-2col li.last {
  width: 440px;
  margin-right: 0;
  float: right;
}
/* Portfolio 3 Columns */
ul.portfolio-3col li {
  width: 285px;
  margin: 10px 20px 10px 0;
  float: left;
}
ul.portfolio-3col li.last {
  width: 285px;
  margin-right: 0;
  float: right;
}
/* Portfolio 4 Columns */
ul.portfolio-4col li {
  width: 209px;
  margin: 10px 20px 10px 0;
  float: left;
}
ul.portfolio-4col li.last {
  width: 209px;
  margin-right: 0;
  float: right;
}
/* Portfolio 4 Columns Filterable */
ul.portfolio-4col-filterable li {
  width: 204px;
  margin: 10px 21px 10px 0;
  float: left;
}
ul.portfolio-1col li p,
ul.portfolio-2col li p,
ul.portfolio-3col li p,
ul.portfolio-4col li p,
ul.portfolio-4col-filterable li p {
  margin-bottom: 5px; 
}

/* Portfolio Imabe Block */
.portfolio-blockimg {
  float: left;
  width: 440px;
  margin-right: 10px;
}
.portfolio-blockimg-last {
  float: right;
  width: 440px;
  margin-right: 0;
}
.portfolio-imgbox1 {
  width: 440px;
  height: 207px;
  background: url(http://whmcsintegration.ca/images/bg-portfolio1.png) center no-repeat;
  margin-bottom: 5px;
}
.portfolio-imgbox2 {
  width: 285px;
  height: 145px;
  background: url(http://whmcsintegration.ca/images/bg-portfolio2.png) center no-repeat;
  margin-bottom: 5px;
}
.portfolio-imgbox3 {
  width: 209px;
  height: 105px;
  background: url(http://whmcsintegration.ca/images/bg-portfolio3.png) center no-repeat;
  margin-bottom: 5px;
}
.portfolio-content1 {
  width: 440px;
  float: right;
  margin-left: 10px;
}
.zoom {
  background: url(http://whmcsintegration.ca/images/zoom.png) 50% 50% no-repeat;
}
.play {
  background: url(http://whmcsintegration.ca/images/play.png) 50% 50% no-repeat;  
}

/* Random Portfolio */
.random-portfolio {
  padding-top: 10px;
  border-top: 1px solid #eaeaea;
  margin: 30px 0;
}

/* Portfolio Category Filter */
#filter {
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	font: normal 11px/18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 10px 0;
	border-bottom: 1px solid #D3D3D3;
}
#filter ul {
  margin: 10px 10px 25px 10px;
  padding: 0;
}
ul#filter {
  margin: 10px 0 25px 0;
  padding: 0 0 20px 0;  
}
#filter li {
	display: inline;
	color: #a1a2a2;
	font-weight: bold;
	margin-right: 5px;
}
#filter li a {
	margin-right: 2px;
	padding: 5px 8px;
	border: 1px solid #dadada;		
	color: #a1a2a2;
  text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
}
#filter li a:hover,
#filter li a.current, 
#filter li.current a,
#filter li.current-cat a {
	background-color: #e0e0e0;
	color: #8a8a8a;
	border: 1px solid #dadada;
	text-decoration: none;
}











