@charset "utf-8";
/* CSS Document */
/*
Template Name: semplys
Description: HTML/CSS Portfolio Template
Version: 1.0.0.110522
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-size:12px;
	line-height:22px;
	color:#777;
	/*background:#f4f4f4 url(../images/bgPat1.jpg);*/
	background:#f4f4f4;
}
textarea, input {
	font-family:Arial, Helvetica, Verdana;
	font-size:12px;
	line-height:22px;
	color:#777;
}
p {
	margin-top:0px;
	margin-bottom:15px;
	display:block;
	overflow:hidden;
}
ol, ul {
	list-style: none outside none;
}
a {
	color:#999;
	text-decoration:none;
	display:block;
}
p a{
    display:inline-block;
    text-decoration:underline;
}
a:hover {
	text-decoration:underline;
	color:#333;
}
img {
	display:block;
	overflow:hidden;
}
h1, h2, h3, h4, h5, h6 {
	display:block;
	overflow:hidden;
	font-weight:normal;
	margin:10px 0px 13px 0px;
	color:#0d6865;
	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:30px;
}
h7 {
	display:block;
	overflow:hidden;
	font-weight:normal;
	margin:10px 0px 13px 0px;
	color:#333333;
	padding-bottom:3px;
	font-size::24px;
	margin-bottom:5px;
}
table {
	margin-bottom:15px;
	border:1px solid #ddd;
	width:100%;
	border-collapse:separate;
	border-spacing:0;
	vertical-align:middle;
	background:#fcfcfc;
}
td {
	border-top:1px solid #ddd;
}
th {
	background:#f2f2f2;
	height:40px;
}
table, td, th {
	text-align:center;
	height:30px;
}
tr:hover {
	background:#f4f4f4;
}
/*------------- general elements end -------------*/
.websiteTopLine {
	display:block;
	background:url(../images/topBgSlice.png) repeat-x;
	overflow:hidden;
	height:10px;
	width:100%;
	min-width:960px;
}
.websiteWrap {
	display:block;
	overflow:hidden;
	width:960px;
	min-height:584px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	padding-right:20px;
	padding-left:20px;
}
/* header css starts */
.headerWrap {
	display:block;
	height:130px;
	width:960px;
	overflow:visible;
	margin-bottom:35px;
	padding-bottom:15px;
	background:url(../images/headerBg.png) 0 bottom no-repeat;
}
.mainLogo {
	display:block;
	float:left;
	position:relative;
	height:120px;
	margin-left:20px;
	margin-top:6px;
}
.mainMenu {
	display:block;
	float:right;
	margin-top:90px;
}
.mainMenu > li {
	display:block;
	float:left;
	margin-right:20px;
	margin-left:5px;
	position:relative;
	height:34px;
	z-index:99;
	color:#999;
	font-size:20px;
	padding-bottom:6px;
}
.mainMenu > li > a {
	padding-top:2px;
}
.mainMenu > li:hover {
	color:#333;
	text-decoration:none;
}
li.currentPage > a {
	color:#18b1f8;/*background:url(../images/topMenuItemBg.png) right -56px no-repeat;
	padding-right:15px;
	padding-bottom:8px;*/
}
li.currentPage {
/*background:url(../images/topMenuItemBg.png) 0px 0px no-repeat;
	padding-left:15px;
	margin-right:10px;
	margin-left:0px;*/
}
.subMenu {
	display:none;
	position:absolute;
	width:130px;
	background:#ffffff url(../images/subMenuBgSlice.png) repeat-x;
	-moz-box-shadow:0px 0px 4px #bbb;
	box-shadow:0px 0px 4px #bbb;
	-webkit-box-shadow:0px 0px 4px #bbb;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding-top:15px;
	padding-left:10px;
	padding-right:10px;
	top:40px;
}
.subMenu li {
	padding-bottom:8px;
	border-bottom:1px dashed #ddd;
	padding-top:8px;
}
li.lastSubMenuChild {
	border:none;
}
.subMenu li a {
	color:#999;
	font-size:12px;
	background:url(../images/subMenuItemBg.png) 0 4px no-repeat;
	padding-left:15px;
}
.subMenu li a:hover {
	color:#555;
	text-decoration:none;
	background:url(../images/subMenuItemBg.png) 0 -20px no-repeat;
}
.lastMenuChild .subMenu {
	right:0px;
}
/* header css ends */
/* index starts */
.mainQuote {
	display:block;
	overflow:hidden;
	/*background:#eee;
	border:1px solid #e0e0e0;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;*/
	padding-top:0px;
	margin-bottom:40px;
	padding-left:10px;
	padding-right:20px;
}
.mainQuote h1 {
	margin-bottom:0px;
	padding-bottom:0px;
	text-align:left;
	font-style:italic;
	float:left;
	width:720px;
	color:#18B1F8;
	font-size:36px;
	padding-top:0px;
}
.mainQuote p {
	display:inline-block;
	float:left;
	position:relative;
	color:#aaa;
	font-style:italic;
}
.findOutMore {
	display:block;
	width:174px;
	height:45px;
	background:url(../images/findOutMoreBtn.png) 0 0 no-repeat;
	float:right;
	overflow:hidden;
	margin-top:14px;
}
.findOutMore:hover {
	background:url(../images/findOutMoreBtn.png) 0 -45px no-repeat;
}
/* index ends */
/* general page starts */
.pageTitle {
	margin-bottom:40px;
	width:947px;
	padding-left:13px;
	padding-bottom:9px;
	padding-top:8px;
	dislpay:block;
	overflow:hidden;
	color:#333;
	font-style:italic;
	background:url(../images/hashPat.png);
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	margin-top:0px;
}
/* general page ends */
/* 1 column portfolio page starts */
.portfolioItem1 p, .portfolioItem2 p, .portfolioItem3 p {
	color:#777;
}
.portfolioItem1 {
	display:block;
	overflow:hidden;
	margin-bottom:20px;
}
.portfolioWrap ul {
	display:block;
	overflow:hidden;
}
.portfolioWrap ul li {
	display:block;
	overflow:hidden;
}
.oneColumnImage {
	display:block;
	float:left;
	margin-right:40px;
	background:url(../images/oneColumnImageShadow.png) 0 bottom no-repeat;
	padding-bottom:20px;
}
.oneColumnImage img {
	background:#fff;
	border:1px solid #e4e4e4;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	padding:4px;
	overflow:hidden;
}
.oneColumnDetails {
	display:block;
	overflow:hidden;
	float:left;
	width:490px;
}
.pageNumbers {
	display:block;
	overflow:hidden;
	margin-left:0px;
	margin-bottom:40px;
}
.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:#00a1ff;
	background:url(../images/pageNumberBg.png) 0 -28px no-repeat;
}
.pageNumber:hover {
	text-decoration:none;
	color:#00a1ff;
	background:url(../images/pageNumberBg.png) 0 -28px no-repeat;
}
/* 1 column portfolio page ends */
/* 2 columns portfolio page starts */
.twoColumnsWrap {
	display:block;
	overflow:hidden;
	width:1020px;
	margin-left:-60px;
}
.portfolioItem2 {
	display:block;
	overflow:hidden;
	margin-bottom:40px;
	margin-left:60px;
	float:left;
	width:450px;
	min-height:450px;
}
.twoColumnsImage {
	display:block;
	overflow:hidden;
	background:url(../images/twoColumnsImageShadow.png) 0 bottom no-repeat;
	padding-bottom:20px;
}
.twoColumnsImage img {
	display:block;
	overflow:hidden;
	background:#fff;
	border:1px solid #e4e4e4;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	padding:4px;
}
.twoColumnsDetails {
	display:block;
	overflow:hidden;
	float:left;
	width:450px;
}
/* 2 columns portfolio page ends */
/* 3 columns portfolio page starts */
.threeColumnsWrap {
	display:block;
	overflow:hidden;
	width:1020px;
	margin-left:-60px;
}
.portfolioItem3 {
	display:block;
	overflow:hidden;
	margin-bottom:40px;
	margin-left:60px;
	float:left;
	width:280px;
	min-height:330px;
}
.threeColumnsImage {
	display:block;
	overflow:hidden;
	background:url(../images/threeColumnsImageShadow.png) 0 bottom no-repeat;
	padding-bottom:10px;
}
.threeColumnsImage img {
	display:block;
	overflow:hidden;
	background:#fff;
	border:1px solid #e4e4e4;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	padding:4px;
}
.threeColumnsDetails {
	display:block;
	overflow:hidden;
	float:left;
	width:280px;
}
/* 3 columns portfolio page ends */
/* zoom icon starts */
img.zoomIcon {
	display:none;
	margin:0px;
	padding:0px;
	position:absolute;
	right:5px;
	bottom:25px;
	overflow:hidden;
	z-index:20;
	background:none;
	border:none;
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
}
.oneColumnImage, .twoColumnsImage, .threeColumnsImage {
	position:relative;
}
.oneColumnImage:hover .zoomIcon, .twoColumnsImage:hover .zoomIcon, .threeColumnsImage:hover .zoomIcon, .slideThumb:hover .zoomIcon {
	display:block;
}
.twoColumnsImage .zoomIcon {
	bottom:25px;
}
.threeColumnsImage .zoomIcon {
	bottom:15px;
}
.slideThumb .zoomIcon {
	bottom:5px;
}
/* zoom icon ends */
/* 404 page starts */
.errorPage {
	display:block;
	overflow:hidden;
	margin-bottom:40px;
}
.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;
}
.errorPageSpacer {
	display:block;
	height:200px;
}
.search {
	display:block;
	overflow:hidden;
	margin-bottom:40px;
}
.searchField {
	display:block;
	width:278px;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	margin-top:2px;
	margin-right:10px;
	margin-left:2px;
	border:1px solid #fff;
	-moz-box-shadow:0px 1px 3px #aaa;
	box-shadow:0px 1px 3px #aaa;
	-webkit-box-shadow:0px 1px 3px #aaa;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background:#fff url(../images/fieldTopShadow.png) repeat-x;
	float:left;
	height:26px;
}
.searchBtn {
	display:block;
	float:left;
	width:42px;
	height:44px;
	background:url(../images/searchBtnBg.png) 0 0 no-repeat;
	cursor:pointer;
	border:none;
}
.searchBtn:hover {
	background:url(../images/searchBtnBg.png) 0 -44px no-repeat;
}
/* 404 page ends */
/* contact page starts */
.contactPage {
	display:block;
	overflow:hidden;
	min-height:400px;
	margin-bottom:40px;
}
.contactFormWrap {
	display:block;
	overflow:hidden;
	width:354px;
	margin-right:40px;
	position:relative;
	float:left;
}
.contactDetails {
	display:block;
	position:relative;
	float:left;
	overflow:hidden;
	width:240px;
	margin-right:40px;
}
.location {
	display:block;
	width:286px;
	overflow:hidden;
	float:left;
}
.gMap {
	padding:4px;
	overflow:hidden;
	background:#fff;
	border:1px solid #e4e4e4;
}
.contactForm {
	display:block;
	overflow:hidden;
	width:354px;
	position:relative;
	float:left;
}
label {
	font-size:14px;
	margin-bottom:6px;
	display:block;
}
#contactName, #contactEmail, #contactMessage {
	display:block;
	width:328px;
	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:1px solid #fff;
	-moz-box-shadow:0px 1px 3px #aaa;
	box-shadow:0px 1px 3px #aaa;
	-webkit-box-shadow:0px 1px 3px #aaa;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background:#fff url(../images/fieldTopShadow.png) repeat-x;
	float:left;
	height:26px;
}
#contactMessage {
	height:140px;
	max-width:328px;
}
.contactButton {
	display:block;
	height:38px;
	width:102px;
	overflow:hidden;
	float:left;
	background:url(../images/contactSubmitBtn.png) 0 0 no-repeat;
	margin-right:11px;
}
.contactButton:hover {
	background:url(../images/contactSubmitBtn.png) 0 -38px no-repeat;
	cursor:pointer;
	border:none;
}
span.error {
	display:inline-block;
	color: #f00;
	text-align: left;
	width:228px;
	margin-bottom:0px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding:6px 5px 6px 5px;
	background:url(../images/errorMessageBg.png) 0 0;
	border:1px solid #ff6a6a;
}
.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;
}
/* contact page ends */
/* blog starts */
.blogWrap {
	display:block;
	overflow:hidden;
}
.sidebarWrap {
	display:block;
	float:right;
	position:relative;
	overflow:hidden;
	width:280px;
}
.postWrap {
	display:block;
	overflow:hidden;
	position:relative;
	float:left;
	width:655px;
}
.smallPost {
	display:block;
	overflow:hidden;
	margin-bottom:20px;
}
.smallPostImage {
	display:block;
	overflow:hidden;
	background:url(../images/threeColumnsImageShadow.png) 0 bottom no-repeat;
	padding-bottom:10px;
	float:left;
	margin-right:20px;
}
.smallPostImage img {
	display:block;
	overflow:hidden;
	background:#fff;
	border:1px solid #e4e4e4;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	padding:4px;
}
.smallPostDetails {
	display:block;
	float:right;
	width:425px;
	overflow:hidden;
	margin-bottom:30px;
}
.smallPostInfo {
	display:block;
	overflow:hidden;
	background:url(../images/hashPat.png);
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	padding-left:10px;
	padding-top:3px;
	padding-bottom:3px;
	margin-bottom:18px;
}
.smallPostTitle {
	margin-bottom:20px;
}
.smallPost .readMoreBtn {
	margin-top:20px;
}
.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;
}
.smallPost .readMoreBtn {
	display:block;
	overflow:hidden;
	float:left;
	margin-top:0px;
}
.searchWidget {
	display:block;
	overflow:hidden;
	margin-bottom:25px;
	height:40px;
	padding-bottom:3px;
}
.searchFieldWidget {
	display:block;
	width:198px;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	margin-top:2px;
	margin-right:15px;
	margin-left:2px;
	margin-bottom:20px;
	border:1px solid #fff;
	-moz-box-shadow:0px 1px 3px #aaa;
	box-shadow:0px 1px 3px #aaa;
	-webkit-box-shadow:0px 1px 3px #aaa;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background:#fff url(../images/fieldTopShadow.png) repeat-x;
	float:left;
	height:26px;
}
.searchBtn {
	display:block;
	float:left;
	width:42px;
	height:44px;
	background:url(../images/searchBtnBg.png) 0 0 no-repeat;
	cursor:pointer;
	border:none;
}
.searchBtn:hover {
	background:url(../images/searchBtnBg.png) 0 -44px no-repeat;
}
.widgetWrap {
	display:block;
	overflow:hidden;
	margin-bottom:25px;
	width:280px;
}
.adsWrap {
	display:block;
	width:290px;
	overflow:hidden;
	margin-left:-10px;
	margin-bottom:-10px;
}
.ad125 {
	display:block;
	overflow:hidden;
	margin-bottom:10px;
	padding:4px;
	border:1px solid #e4e4e4;
	background:#fff;
	margin-left:10px;
	float:left;
}
.blogNumbers {
	display:block;
	overflow:hidden;
	margin-left:0px;
	margin-bottom:40px;
}
.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:#00a1ff;
	background:url(../images/pageNumberBg.png) 0 -28px no-repeat;
}
.blogNumber:hover {
	text-decoration:none;
	color:#00a1ff;
	background:url(../images/pageNumberBg.png) 0 -28px no-repeat;
}
.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 6px no-repeat;
	color:#777;
}
.categoriesList li a:hover {
	color:#444;
}
.widgetTitle {
	background:url(../images/hashPat.png);
	padding-left:10px;
	padding-top:4px;
	padding-bottom:6px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.postLargeImage {
	display:block;
	overflow:hidden;
	padding-bottom:20px;
	background:url(../images/twoColumnsImageShadow.png) 0 bottom no-repeat;
}
.postLargeImage img {
	padding:4px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background:#fff;
	border:1px solid #e4e4e4;
}
.commentForm {
	display:block;
	overflow:hidden;
	margin-bottom:20px;
}
#commentName, #commentEmail, #commentMessage {
	display:block;
	width:280px;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	margin-top:2px;
	margin-left:2px;
	margin-bottom:20px;
	border:1px solid #fff;
	-moz-box-shadow:0px 1px 3px #aaa;
	box-shadow:0px 1px 3px #aaa;
	-webkit-box-shadow:0px 1px 3px #aaa;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background:#fff url(../images/fieldTopShadow.png) repeat-x;
	height:26px;
}
#commentMessage {
	height:140px;
	max-width:630px;
	width:630px;
}
.blogPostSectionTitle {
	display:block;
	overflow:hidden;
	padding-top:4px;
	padding-bottom:6px;
	padding-left:10px;
	background:url(../images/hashPat.png);
	-moz-border-radius:3px;
	border-radius:3px;
	-webkit-border-radius:3px;
}
.blogPostSectionTitle span {
	display:inline-block;
	height:16px;
	width:16px;
	background:url(../images/comment.png) 0 0px no-repeat;
	margin-right:10px;
}
.commentsList {
	margin-bottom:25px;
}
.commentContainer {
	display:block;
	overflow:hidden;
	margin-bottom:35px;
}
.commentAvatar {
	float:left;
	display:block;
	margin-right:15px;
}
.commentAvatar img {
	padding:4px;
	border:1px solid #e4e4e4;
	background:#fff;
	display:block;
	overflow:hidden;
}
.commentContent {
	display:block;
	float:left;
	border-left:3px solid #eaeaea;
	width:545px;
	overflow:hidden;
	padding-left:10px;
}
.commentShortDetails {
	padding:2px 5px 2px 5px;
	display:block;
	margin-bottom:10px;
	margin-top:0px;
	color:#999;
	background:url(../images/hashPat2.png) repeat-x 0 bottom;
}
.commentShortDetails a {
	display:inline-block;
	color:#777;
}
.commentShortDetails a:hover {
	color:#555;
}
/* 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:15px;
}
.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 */
/* blog ends */
/* footer starts */
.footerWrap {
	display:block;
	width:960px;
	overflow:hidden;
	background:url(../images/footerBg.png) no-repeat;
	padding-top:20px;
	margin-bottom:30px;
}
.copyright {
	display:block;
	overflow:hidden;
	float:left;
	color:#999;
	margin-top:4px;
}
.footerIcon {
	display:block;
	overflow:hidden;
	float:right;
	margin-left:5px;
	height:24px;
	width:24px;
}
.rss {
	background:url(../images/rss.png) no-repeat;
}
.twitter {
	background:url(../images/twitter.png) no-repeat;
}
.facebook {
	background:url(../images/facebook.png) no-repeat;
}
/* footer ends */
/* tips start */
#tiptip_holder {
	z-index:99999;
	position:absolute;
	top:0;
	left:0;
	display:none;
}
#tiptip_holder.tip_bottom {
	padding-top: 5px;
}
#tiptip_arrow, #tiptip_arrow_inner {
	position: absolute;
	border-color: transparent;
	border-style: solid;
	border-width: 6px;
	height: 0;
	width: 0;
}
#tiptip_holder.tip_bottom #tiptip_arrow {
	border-bottom-color: #fff;
}
#tiptip_content {
	padding: 5px 8px;
	background-color: rgba(45, 45, 45, 0.88);
}
#tiptip_holder.tip_bottom #tiptip_arrow_inner {
	margin-top: -5px;
	margin-left: -6px;
	border-bottom-color: #191919;
	border-bottom-color: rgba(25, 25, 25, 0.92);
}
#tiptip_arrow_inner {
	border-width: 6px;
}
#tiptip_content {
	font-size: 11px;
	color: white;
	text-shadow: 0 0 2px black;
	padding: 5px 8px 4px 8px;
	border: 1px solid rgba(255, 255, 255, 0.25);
	background-color: #191919;
	background-color: rgba(25, 25, 25, 0.92);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(black));
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0 0 3px #555;
	-webkit-box-shadow: 0 0 3px #555;
	-moz-box-shadow: 0 0 3px #555;
}
/* tips end */
/*********** columns start ***********/
.frontTitle1 {
	margin-top:0px;
	padding-top:3px;
	padding-bottom:6px;
	padding-left:42px;
	background:url(../images/clock.png) no-repeat;
}
.frontTitle2 {
	margin-top:0px;
	padding-top:3px;
	padding-bottom:6px;
	padding-left:42px;
	background:url(../images/diagram.png) no-repeat;
}
.frontTitle3 {
	margin-top:0px;
	padding-top:3px;
	padding-bottom:6px;
	padding-left:42px;
	background:url(../images/check.png) no-repeat;
}
.frontItemImage {
	display:block;
	padding:4px;
	border:1px solid #e4e4e4;
	background:#fff;
	margin-bottom:25px;
}
.columnsWrap {
	display:block;
	overflow:hidden;
	margin-bottom:40px;
	width:960px;
	padding-left:0px;
	padding-right:0px;
}
.postColumnsWrap {
	display:block;
	overflow:hidden;
	width:655px;
	margin-bottom:40px;
}
.postOneHalf {
	display:block;
	width:315px;
	margin-right:25px;
	float:left;
	overflow:hidden;
}
.oneThird {
	margin-right:45px;
	width:290px;
	display:block;
	float:left;
	overflow:hidden;
}
.oneHalf {
	width:460px;
	margin-right:40px;
	display:block;
	float:left;
	overflow:hidden;
}
.twoThirds {
	margin-right:40px;
	width:630px;
	display:block;
	float:left;
	overflow:hidden;
}
.oneFourth {
	margin-right:32px;
	width:216px;
	display:block;
	float:left;
	overflow:hidden;
}
.lastColumn {
	margin-right:0px;
}
/*********** columns end ***********/


/*********** custom elements start ***********/
hr {
	display:block;
	overflow:hidden;
	background:url(../images/hashPat2.png) repeat-x;
	height:2px;
	margin-bottom:40px;
	margin-top:40px;
}
.pageBreaker {
	display:block;
	overflow:hidden;
	background:url(../images/hashPat2.png) repeat-x;
	height:2px;
	margin-bottom:40px;
}
.pageContent hr {
	margin-top:24px;
	margin-bottom:20px;
}
.readMoreBtn {
	display:block;
	height:32px;
	overflow:hidden;
	width:124px;
	background:url(../images/readMoreBtnBg.png) 0 0 no-repeat;
	margin-top:20px;
	margin-bottom:5px;
}
.readMoreBtn:hover {
	background:url(../images/readMoreBtnBg.png) 0 -32px no-repeat;
}
.visitWebsiteBtn {
	display:block;
	height:32px;
	overflow:hidden;
	width:124px;
	background:url(../images/visitWebsiteBtn.png) 0 0 no-repeat;
	margin-top:5px;
	margin-bottom:5px;
	float:left;
}
.visitWebsiteBtn:hover {
	background:url(../images/visitWebsiteBtn.png) 0 -32px no-repeat;
}
.largeImageClean {
	display:block;
	overflow:hidden;
	margin-bottom:28px;
}
.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;
}
.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:4px;
}
.customList .unchecked {
	background:url(../images/unchecked.png) left center no-repeat;
	display:block;
	padding-left:24px;
	margin-top:4px;
}
.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;
}
.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;
}
.pImageLeft2 {
	display:block;
	float:left;
	margin-right:10px;
	overflow:hidden;
	margin-top:8px;
}
.pImageRight2 {
	display:block;
	float:right;
	margin-left:10px;
	overflow:hidden;
	margin-top:8px;
}
.pLargeImage {
	display:block;
	overflow:hidden;
	margin-bottom: 40px;
}
.pLargeImageWithBg {
	display:block;
	overflow:hidden;
	margin-bottom: 40px;
	padding:4px;
	background:#fff;
	border:1px solid #e4e4e4;
}
blockquote {
	display:block;
	overflow:hidden;
	margin-top:0px;
	margin-bottom:20px;
	border-left:3px solid #ccc;
	font-style:italic;
	color:#777;
	padding-left:10px;
}
/*********** custom elements end ***********/


/* == preview css == */

.bgSwitch {
	display:block;
	position:fixed;
	top:150px;
	left:-15px;
	width:30px;
	padding-left:23px;
	pading-right:5px;
	background:#fdfdfd;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	-moz-box-shadow:2px 2px 4px #999;
	box-shadow:2px 2px 4px #999;
	-webkit-box-shadow:0px 0px 4px #999;
	border:1px solid #fff;
	min-height:30px;
	padding-top:25px;
	padding-bottom:0px;
	overflow:visible;
	z-index:99;
}
.bgSwitch a {
	display:block;
	width:20px;
	height:20px;
	margin-bottom:10px;
	overflow:hidden;
}
.bgSwIco {
	display:block;
	width:32px;
	height:32px;
	position:absolute;
	top:-12px;
	right:-12px;
}
