/*
* Positivo V1.0
* Copyright 2012, Anariel
*/

/****************************** MAIN STYLES - background,deviders ******************************/

/* Main Container */
img, embed, object, video {
	max-width: 100%;
}

/* Miscalenous */
.whitebox  {
	background: #ffffff;
	padding: 10px;
	padding-top: 20px;
	margin-top: 1em;
	box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1);
}
.white {
	background-color:white;
}
.padding {
	padding:10px;
}
.ccm-image-block {
	max-width: 100%;
	height:auto;
	float:center;
}
.ie8 .ccm-image-block, .ie8 img {
	/*max-width: auto;*/
}
/* Deviders */
div.line {
	height: 6px;
	background:url(../images/separator.png) 0 0 no-repeat;
	border-top:2px solid #472d8c;
	display: block;
	margin:0;
}
div.sepContainer {
	height: 4px;
	background:#472d8c;
	border-left:20px solid #472d8c;
	display: block;
	margin: 20px 0;
}
div.sepContainer1 {
	height: 4px;
	background:#472d8c;
	border-left:20px solid #472d8c;
	display: block;
	margin: 10px 0 30px 0;
}
div.sepContainer2 {
	height: 4px;
	background:#472d8c;
	border-left:20px solid #472d8c;
	display: block;
	margin: 5px 0;
}
div.blankSeparator {
	height: 1px;
	margin:20px 0;
	display: block;
}
div.blankSeparator1 {
	height: 1px;
	margin:25px 0;
	display: block;
}
div.blankSeparator2 {
	height: 1px;
	margin:10px 0;
	display: block;
}
.tip-twitter {
	z-index:1000;
	text-align:left;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	padding:8px 8px;
	max-width:200px;
	color:#fff;
	background-color: #472d8c;
	font-family: "Times New Roman", Times, serif;
}
.tip-twitter .tip-inner {
	font:12px/16px "Times New Roman", Times, serif;
}
/****************************** HOME - Content Part - Logo&Menu ******************************/
/* Header - Logo & Menu */
#header {
	background:#ffffff;
	margin-top:0px;	
	border-top:10px solid #f7ec31;
	border-bottom: 0px solid #ffffff;
}
.logo {
	float: middle;
	margin-right: 2px;
	margin-top:15px;
	margin-bottom:10px;

}
.logo a {
	display: block;
}
.ie8 .logo img {
	max-width: 800px;
}
.mainmenu {
	float:center;
}
ul.sf-menu {
	margin-top:0px;
}

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style: none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	left:			0;
	top:			0.0em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0.1em;
}
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0.1em;
}
.sf-menu {
	position: relative;
	float: right;
	line-height: 1px;
	margin: 0;
	z-index: 99;
}
.sf-menu li {
	background: #c7c4e2;
	border-radius: 60px;
	border-top:4px solid transparent;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.sf-menu li:hover { /* visited pseudo selector so IE6 applies text colour*/
	background: #c7c4e2;
	border-radius: 60px;
	border-top:2px solid #c7c4e2;
}
.sf-menu > li > a {
	text-transform:uppercase;	
}
.sf-menu li a {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	padding:5px 16px 5px 16px;
	text-decoration:none;
	font-weight:600;
	color: #c7c4e2;
}
.sf-menu > li a#visited {
	background: #c7c4e2;
	border-radius: 60px;
}
/*** submenu ***/
.sf-menu > li > ul {
	margin-top:30px;
	border-radius: 60px;
}
.sf-menu li ul {
	border-bottom:#c7c4e2;;
	border-radius: 60px;
}
.sf-menu ul li { /* visited pseudo selector so IE6 applies text colour*/
	border-top:none;
}
.sf-menu ul li:hover { /* visited pseudo selector so IE6 applies text colour*/
	border-top:none;
}
.sf-menu li ul li a {
	display: block;
	border-radius: 60px;
	padding: 10px 0 8px 8px;
	text-align:center;
	color:#c7c4e2;
	border: 0;
	font-weight: normal;
	font-size: 13px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease-in-out;
}
.sf-menu li ul li a:hover {
	padding-left: 18px;
}
.sf-menu li li {
	border-radius: 60px;
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator, a:hover > .sf-sub-indicator, a:active > .sf-sub-indicator, li:hover > a > .sf-sub-indicator, li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}
/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator {
	background-position:-10px 0;
}
.sf-menu ul a > .sf-sub-indicator {
	background-position:  0 0;
}
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator, .sf-menu ul a:hover > .sf-sub-indicator, .sf-menu ul a:active > .sf-sub-indicator, .sf-menu ul li:hover > a > .sf-sub-indicator, .sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}
span.home {
	margin-right:10px;
}


/******************************  Box Three ******************************/
.boxthree .one_third {
	background:#e1e8ed;
	box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1), 1px -1px 0px #efefef;
	border-bottom:3px solid transparent;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.boxthree .one_third:hover {
	border-bottom:3px solid #c45d69;
}
.boxthreebox {
	padding:20px 20px 15px 20px;
}
.boxthree img {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: opacity 0.5s linear;
	-moz-transition: opacity 0.5s linear;
	-o-transition: opacity 0.5s linear;
	-ms-transition: opacity 0.5s linear;
	transition: opacity 0.5s linear;
}
.boxthree img:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-webkit-transition: opacity 1s linear;
	-moz-transition: opacity 1s linear;
	-o-transition: opacity 1s linear;
	-ms-transition: opacity 1s linear;
	transition: opacity 1s linear;
}
.boxthree h3 {
	border-bottom:1px solid #d2dbe2;
}
a.simple {
	color:#c45d69;
	font-size:11px;
}
/****************************** HOME - Content Part - Footer ******************************/
#footer {
	background:#756fb3;
	padding:20px 0px;
	border-top:5px solid #ffffff;
}
.footer p {
	color:#472d8c;
}
.footer h3 {
	color:#756fb3;
}
#tweets li {
	line-height: 1.5em;
	color:#efefef;
}
#tweets li a {
	color:#bfd6e4;
}
#tweets p.meta {
	color:#bfd6e4;
	margin-top:10px;
}
#tweets li.tweet_content_0 {
	border-top:0px none;
	list-style:none;
}
#tweets li:last-child {
	border-bottom:0px none;
}
#tweets .hash {
	color:#efefef;
}
#tweets .reply {
	color:#efefef;
}
.footer ul li {
	color:#756fb3;
	border-top:1px solid rgba(250,250,250,.1);
	border-bottom:1px solid rgba(0,0,0,.1);
	padding:11px 0;
	margin: 0;
}
.footer ul li:last-child {
	border-bottom:none;
}
.footer ul li:first-child {
	border-top:none;
}
.footer ul li a {
	color:white;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	cursor:pointer;
}
.footer ul li a:hover {
	color:#756fb3;
	padding-left:5px;

}
/****************************** HOME - Content Part - Copyright ******************************/
#copyright {
	background:#ffffff;
	border-top:1px solid #756fb3;
}
p.copyright {
	font-size:12px;
	color: #472d8c;
	padding-top:10px;
}
p.copyright a {
	color:#756fb3;
}
ul.socials {
	margin-top:10px;
	float:right;
}
ul.socials li {
	display:inline;
	background-image: none;
	padding: 0
}
/****************************** ABOUT - Content Part ******************************/
.aboutoneleft p.quote, .aboutonecenter p.quote {
	color:#756fb3;
	font-style:italic;
	font-weight:bold;
	font-size:11px;
}
.aboutoneleft img.raster, .aboutonecenter img.raster {
	float:left;
	margin-right:10px;
	margin-top:2px;
}
.aboutoneright img, 
.aboutoneleft img,
.aboutonecenter img
{
border-bottom:5px solid #756fb3;
}
/* TOGGLE -------------------------------------------------*/
.toggle-trigger {
	text-decoration: none;
	color: #414550;
	font-weight: bold;
	padding: 10px 10px 10px 25px;
	cursor: pointer;
	border: 1px solid #b7c7d1;
	background: #dae4ea url(../images/about/toggle.png) no-repeat 5px 10px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.toggle-trigger.active {
	border-bottom:1px solid #b7c7d1;
	background:#bfd6e4 url(../images/about/toggle.png) no-repeat 5px -75px;
}
.toggle-trigger:hover {
	background-color:#bfd6e4;
}
.toggle-container {
	margin-bottom: 0px;
	padding: 5px 10px;
	border-bottom: 1px solid #472d8c;
	border-right: 1px solid #472d8c;
	border-left: 1px solid #472d8c;
}
/***************** PORTFOLIO / Pagination*****************/
.portfolio h2 {
	border-bottom:1px dashed #cdcdcd;
	padding:0px 0 5px 0;
}
.portfolio h4 {
	font-style:italic;
	font-size:13px;
}
p.portfolio {
	margin-top:25px;
	background:#fff;
	border:1px solid #efefef;
	padding:5px;
}
ul.pagination {
	padding:22px 0px 10px 0px;
}
ul.pagination li {
	display: inline;
}
ul.pagination li a {
	background-color:white;
	border:#efefef solid 1px;
	color: #414550;
	font-weight:bold;
	width:80px;
	height:80px;
	padding:9px 13px;
	margin-right:5px;
	/* CSS3 Transition */
	transition: background-color 0.5s ease-in-out;
	-moz-transition: background-color 0.5s ease-in-out;
	-webkit-transition: background-color 0.5s ease-in-out;
	cursor:pointer;
}
ul.pagination li a:hover, ul.pagination li a#currentPage {
	text-decoration: none;
	background-color: #bfd6e4;
	color: white;
}
/****************************** Gallery ******************************/
.portfolio4columns .one_fourth {
	margin-bottom:10px;
	background: #fff;
	box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1), 1px -1px 0px #efefef;
	border-bottom:2px solid transparent;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.portfolio4columns .one_fourth:hover {
	border-bottom:2px solid #bfd6e4;
}
.boxfour {
	padding:10px 10px 4px 10px;
}
.portfolio4columns img {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: opacity 0.5s linear;
	-moz-transition: opacity 0.5s linear;
	-o-transition: opacity 0.5s linear;
	-ms-transition: opacity 0.5s linear;
	transition: opacity 0.5s linear;
}
.portfolio4columns img:hover {
	opacity: 0.9;
	filter: alpha(opacity=90);
	-webkit-transition: opacity 1s linear;
	-moz-transition: opacity 1s linear;
	-o-transition: opacity 1s linear;
	-ms-transition: opacity 1s linear;
	transition: opacity 1s linear;
}

li#beauty, li#woman, li#people {
	-webkit-animation: slideLeft 0.5s ease-in-out forwards;
	-moz-animation: slideLeft 0.5s ease-in-out;
	-o-animation: slideLeft 0.5s ease-in-out;
	-ms-animation: slideLeft 0.5s ease-in-out;
	animation: slideLeft 0.5s ease-in-out;
}
@-webkit-keyframes slideLeft {
 0% {
 -webkit-transform: translateX(-20%);
 opacity: 0;
}
 100% {
 -webkit-transform: translateX(0px);
 opacity: 1;
}
}
 @-moz-keyframes slideLeft {
 0% {
 -moz-transform: translateX(-20%);
 opacity: 0;
}
 100% {
 -moz-transform: translateX(0px);
 opacity: 1;
}
}
 @-o-keyframes slideLeft {
 0% {
 -o-transform: translateX(-20%);
 opacity: 0;
}
 100% {
 -o-transform: translateX(0px);
 opacity: 1;
}
}
 @-ms-keyframes slideLeft {
 0% {
 -ms-transform: translateX(-20%);
 opacity: 0;
}
 100% {
 -ms-transform: translateX(0px);
 opacity: 1;
}
}
 @keyframes slideLeft {
 0% {
 transform: translateX(-20%);
 opacity: 0;
}
 100% {
 transform: translateX(0px);
 opacity: 1;
}
}
/****************************** BLOG - Content Part - Blog Page ******************************/
.post {
	margin-bottom:40px;
	padding:10px;
	background:#fff;
	border:1px solid #efefef;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: opacity 0.5s linear;
	-moz-transition: opacity 0.5s linear;
	-o-transition: opacity 0.5s linear;
	-ms-transition: opacity 0.5s linear;
	transition: opacity 0.5s linear;
}
.blog img {
	background:#bfd6e4;
	padding:10px;
	margin-left:-10px;
	margin-bottom:10px;
}
.blog img:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-webkit-transition: opacity 1s linear;
	-moz-transition: opacity 1s linear;
	-o-transition: opacity 1s linear;
	-ms-transition: opacity 1s linear;
	transition: opacity 1s linear;
}
.blog p.meta {
	font-size:11px;
	margin-bottom:10px;
	margin-top:0px;
	border:1px solid #dcdcdc;
	background:#efefef url(ata:image/png;base64,
		iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJ
bWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdp
bj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6
eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEz
NDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJo
dHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlw
dGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAv
IiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RS
ZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpD
cmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNl
SUQ9InhtcC5paWQ6NjNBQUJGQUEwQjg2MTFFMjk1MDM5OUE1RTBBNDIxNDgiIHhtcE1NOkRvY3Vt
ZW50SUQ9InhtcC5kaWQ6NjNBQUJGQUIwQjg2MTFFMjk1MDM5OUE1RTBBNDIxNDgiPiA8eG1wTU06
RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2M0FBQkZBODBCODYxMUUyOTUw
Mzk5QTVFMEE0MjE0OCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2M0FBQkZBOTBCODYxMUUy
OTUwMzk5QTVFMEE0MjE0OCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1w
bWV0YT4gPD94cGFja2V0IGVuZD0iciI/PndlUkoAAAKXSURBVHjanFQ7axVBFD575rG79yYi0YiP
SghoYZcqBhVB0cY2VcCA2qipVBALLWwkCIbYCBISkAghjVW4YqH/QS1iNILYCabIa+/Oy29Go1cs
TDIwO8ycc77z+s5mF6/foH9XRlmW9nFc9hMFF0Jg7Fe4r3ZqTj9+mE75lzmMmUUphLgspDyXMe8F
XA6A4JzNsK965xa8DxMA/9BpKzsASCo9rPP8ttL6KMDEr6go+EDOO7LGkKnrM6ZuD1lrZ0Pw92D+
PWGMjN4kKRXlZXmlKBtPtNbAFABgJPhnISjy3pO1htpVRRvr6wCtWngbQnoron/wJDWaXeebXd1T
eVFqKWSKbjOa35uZogOkTCLpZOSc70Oq+17Mv2xJGPeWja47WueNqPy/FUGVUjibKcLg3XBd13Nc
FOUFpdXBrYB0oKXIirIkhaIiukFGgY9wxpq2uWJkMUWpUil2M9AW8VrTDtbP+nGk3TKDE9Noyced
AMVOggJroMcbtqa2PvineHfbBQGXyBjzfHL8wWtGxck7/x6y9jZQEjnb1cYcCHo3PjFoH9uoIMy2
AhBbbky91G5XlwAyAx6NjYze6pMUkgb7ECQG6guynkQRV1DEYzj7IdwT88CycPrOGtsCu+dxP4GO
PZJWHQb42zRrSI0R5ld4OIvHJYxZQGuLjLMeiAs4M947xrz1QneABU+BPgOQ5WlsjBEShSaEuQgv
E3VVfYpFjKMglaowg6cR1X3s2IhD4IrEBCjIMJ8yFRu9X8BnVqJrcbpXnTXjECikaRiTHvmhlJ7B
n0AhwmsA6QHxduGMc7cGhxvO2m7Yt9C1zxIXpOZSOyPIZmudM/Ao4yhMI81n8HwKnDlgrW9A5Ru0
llH0UTgX0eaHAAMAvXBr+nKhZFUAAAAASUVORK5CYII=) 97% center no-repeat;
	padding:5px 0px 20px 10px;
	color:#414550;
}
.blog p.meta a {
	color: #5f637a;
}
span.left {
	padding:0 10px;
	border-right:1px solid #fff;
}
.blog h4 {
	font-style:italic;
	font-size:12px;
	text-transform:capitalize;
	margin-top:-10px;
}
.posttwo {
	margin-top:40px;
}
/***************** Blog/Sidebar *****************/
div.sidebar h3 {
	background:transparent;
	border:none;
}
.sidebar ul a {
	color: #472d8c;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.sidebar  ul a:hover {
	padding-left:3px;
}
.sidebar ul li {
	padding: 10px 20px;
	border-bottom:1px solid #fff;
	
}
li.activenavigationItem {
	font-weight: bold;
	color: #8990a3;
	font-style:italic;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
li.activenavigationItem:hover {
	color: #472d8c;
}
.second, .third {
	margin-top:30px;
}
.third h5 {
	text-transform:uppercase;
	font-size:12px;
}
span.color {
	background:#c45d69;
	color:#fff;
	padding:5px;
	font-weight:bold;
}
/******************************* BLOG / Blogpost  *******************************/
.postone {
	margin-bottom:40px;
	padding:10px;
	background:#fff;
	border:1px solid #efefef;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: opacity 0.5s linear;
	-moz-transition: opacity 0.5s linear;
	-o-transition: opacity 0.5s linear;
	-ms-transition: opacity 0.5s linear;
	transition: opacity 0.5s linear;
}
.singleblog img {
	background:#bfd6e4;
	padding:10px;
	margin-left:-10px;
	margin-bottom:10px;
}
.singleblog img:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-webkit-transition: opacity 1s linear;
	-moz-transition: opacity 1s linear;
	-o-transition: opacity 1s linear;
	-ms-transition: opacity 1s linear;
	transition: opacity 1s linear;
}
.singleblog p.meta {
	font-size:11px;
	margin-bottom:10px;
	margin-top:0px;
	border:1px solid #dcdcdc;
	background:#efefef url(../images/blog.png) 97% center no-repeat;
	padding:5px 0px 20px 10px;
	color:#414550;
}
.singleblog p.meta a {
	color: #5f637a;
}
.singleblog h4 {
	color:#6d8696;
	font-style:italic;
	font-weight:bold;
	font-size:11px;
	border-left:2px solid #c45d69;
	padding:0 0 0 10px;
}
h4.tags {
	color:#414550;
}
.comments h2 {
	text-align:center;
}
div#comments {
	margin-bottom:-10px;
}
ul#articleCommentList {
	margin: 0;
}
ul#articleCommentList li {
	overflow: hidden;
	background-image: none;
	padding: 0;
}
ul#articleCommentList li ul {
	margin-left: 50px;
}
div.commentMeta {
	width: 100px;
	margin-right: 40px;
	float: left;
	text-align: right;
	overflow: hidden;
}
div.commentMeta p {
	text-transform: uppercase;
	color: #414550;
	float: right;
	font-size: 12px;
	margin-top:0px;
	padding: 0 10px 0 0;
}
img.user {
	background:#fff;
	border:1px solid #dcdcdc;
	padding:5px;
}
div.commentBody {
	background-color:white;
	box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1);
	padding: 30px 15px 20px 15px;
	margin: 0px 0 20px 140px;
}
div.commentBody h3 {
	background-color:#bfd6e4;
	padding:5px;
	font-size: 14px;
	margin-top:-10px;
	font-weight:bold;
	margin-bottom:10px;
}
div.commentBody h3 small {
	display: inline-block;
	float: right;	
}
div.commentBody h3 small a{
	font-size: 10px;
}
div.commentBody p {
	font-size: 12px;
}
span.adminIcon {
	color:#414550;
	font-size: 11px;
	background-color:#bfd6e4;
	padding: 6px 10px;
	width: 60px;
	text-align: center;
	margin-top:-10px;
}
h2#commentFormHeading {
	margin: 0px 0 30px 0;
}
div#comments a.buttonLink {
	margin-left:-30px;
}
/******************************* FEATURES / Resume  *******************************/
.resume {
	margin-top:30px;
}
.resume .one_third {
	background:#bfd6e4;
	border-bottom:2px solid #fff;
}
.resume .one_third h3 {
	padding:10px;
}
.resume .two_third {
	background:#fff;
}
.resume .two_third p {
	padding:10px;
}
.resume .two_third h4 {
	padding:10px;
}
.resume .two_third ul {
	padding:10px;
	margin-top:-20px;
}
.resume .two_third ul li {
	color:#8295a0;
}
.resume img {
	margin-bottom:-30px;
}
/******************************* CONTACT FORM -  for blog and contact page  *******************************/
#contactForm h2 {
	margin-top:40px;
}
form#swosh_form {
	background-color:white;
	box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1);
	color:#414550;
}
form#swosh_form .name {
	padding:30px 0px 0 20px;
}
form#swosh_form .email {
	padding-left:20px;
	padding-top:10px;
}
form#swosh_form p {
	margin-bottom:10px;
	padding-top:5px;
	font-style:italic;
}
form#swosh_form .message {
	padding-left:20px;
	padding-top:10px;
}
div#loader {
	margin-left: 20px;
	margin-bottom:30px;
}
form#swosh_form input[type="text"] {
	border: 1px solid #e1e5e9;
	background-color: white;
	height: 30px;
	padding: 0 10px;
	width: 250px;
	margin-bottom:20px;
}
form#swosh_form input#email {
	border: 1px solid #e1e5e9;
	background-color: white;
	height: 30px;
	padding: 0 10px;
	width: 250px;
	margin-bottom:20px;
}
form#swosh_form textarea {
	border: 1px solid #e1e5e9;
	background-color: white;
	width: 600px;
	margin-bottom:20px;
}
form#swosh_form label {
	margin-right: 20px;
	font-size: 12px;
	font-weight:bold;
	color: #414550;
	text-transform: uppercase;
}
form#swosh_form label span {
	color: #414550;
}
form#swosh_form input[type="text"]:focus, form#swosh_form input[type="text"]:hover, form#swosh_form textarea:focus, form#swosh_form textarea:hover, form#swosh_form input[type="text"]:focus, form#swosh_form input[type="text"]:hover, form#swosh_form textarea:focus, form#swosh_form textarea:hover {
	background-color:#efefef;
}
form#swosh_form input[type="submit"] {
	background: #414550;
	border:none;
	padding:5px;
	font-size:11px;
	text-transform:uppercase;
	color:white;
	margin-bottom:10px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
form#swosh_form input[type="submit"]:hover {
	color:#bfd6e4;
}
form#swosh_form.blog_form {
	background-color: transparent;
	box-shadow: none;
}
form#swosh_form.blog_form input {
	display: inline-block;
}
.map-container {
	position: relative;
	padding-bottom: 20%;
	overflow: hidden;
	border-bottom:5px solid #fff;
}
.map-container iframe, .map-container object, .map-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height:100%;
}
.contact1 {
	margin-top:-40px;
}

/****************************** Shortcodes ******************************/
/* Content Shortcodes */
.one_half {
	width: 48%;
}
.one_third {
	width: 30.66%;
}
.two_third {
	width: 65.33%;
}
.one_fourth {
	width: 22%;
}
.one_fifth {
	width: 16.8%;
}
.one_sixth {
	width: 15%;
}
.one_half, .one_third, .two_third, .one_fourth, .one_fifth {
	margin-right: 4%;
	margin-bottom: 10px;
	float: left;
}
.one_sixth {
	margin-right: 2%;
	margin-bottom:20px;
	float: left;
}
.lastcolumn {
	margin-right: 0!important;
	clear: right;
}
/* #Page Styles
================================================== */
.content {
	padding-top: 20px;
}
.content.right {
	float: right;
}


div.ccm-ui ul li, ul.pagination li {
	background-image: none;
	padding: 0;
}
div.ccm-ui h1, div.ccm-ui h2, div.ccm-ui h3 {
	font-family: arial, sans-serif;
}
#swosh .ccm-search-block-tag-cloud-wrapper  {
	padding-top: 10px;
}
#swosh ul.ccm-search-block-tag-cloud li {
	border-bottom: none;
	background-image: none;
}
#swosh ul.ccm-search-block-tag-cloud li a{
	border: rgba(0,0,0,0.1);
	padding: 10px;
}



/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
		.sf-menu li a {
		 padding:45px 10px 45px 10px;
		}
		.flex-caption {
		 display:none;
		}
		span.left {
		 padding:0 5px;
		}
		.blog p.meta, .singleblog p.meta {
		 background:#efefef;
		}
		form#swosh_form textarea {
		 width: 350px;
		}
	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		 .mainmenu {
		float: left;
		width: 100%;

		}
		.sf-menu li a {
			padding: 0;
		}
		.one_half, .one_third, .two_third, .one_fourth, .one_fifth, .one_sixth {
		width: 100%;
		}
		.flex-caption {
		 display:none;
		}
		.blog p.meta, .singleblog p.meta {
		 padding:20px 0px 50px 10px;
		 background:#efefef;
		}
		form#swosh_form textarea {
		 width: 300px;
		}
}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {

		.flex-caption {
		 display:none;
		}
		form#swosh_form textarea {
		 width: 300px;
		}
}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {


		 .mainmenu {
			float: left;
			width: 100%;
			margin-top:-60px;
		}
		ul.pagination li a {
		 padding:5px 8px;
		}
		.blog p.meta, .singleblog p.meta {
		 padding:10px 0px 60px 10px;
		 background:#efefef;
		}
		form#swosh_form textarea {
		 width: 200px;
		}
		form#swosh_form input[type="text"] {
		 width: 150px;
		}
		form#swosh_form input#email {
		 width: 150px;
		}
		 #mainmenu {
		visibility: hidden;
		height: 0;
		}
		 #responsive-menu {
		display: inline-block;
		width: 100%;
		margin-top: 13px;
		}
}
		/* Responsive Menu
		================================================== */
			
		#mainmenu {
			visibility: visible;
		}
		#responsive-menu {
			display: none;
			float: left;
		}
	@media only screen and (max-width: 767px) {
		 #mainmenu {
		visibility: hidden;
		height: 0;
		}
		 #responsive-menu {
		display: inline-block;
		width: 100%;
		margin-top: 13px;
		}

		/* C5 layouts */
	  .ccm-layout-cell {
	    width: 100% !important;
	  }
	  .ccm-layout-col-spacing {
	    margin: 0 !important;
	  }
	}

		/* Advanced slider
		================================================== */
		#swosh .slide-wrapper {
			border: 0;
		}


}



/* C5 Fix */
.ccm-dialog-tabs>li {
	background: none;
	padding: 0;
}
.ui-dialog-content textarea {
	min-height: auto;
	background: #fff;
}


.ccm-easyAccordion-title a {
	display: block;
  -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.15);
  background-color: #eeeeee;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fbfbfb), color-stop(100%, #e1e1e1));
  background: -webkit-linear-gradient(top, #fbfbfb, #e1e1e1);
  background: -moz-linear-gradient(top, #fbfbfb, #e1e1e1);
  background: -o-linear-gradient(top, #fbfbfb, #e1e1e1);
  background: linear-gradient(top, #fbfbfb, #e1e1e1);
  display: -moz-inline-stack;
  vertical-align: middle;
  border: 1px solid #d4d4d4;
  height: 32px;
  line-height: 32px;
  padding: 0px 25.6px;
  font-weight: 300;
  font-size: 14px;
  font-family: "Times New Roman", Times, serif;
  color: #472d8c;
  text-shadow: 0 1px 1px white;
  margin: 0;
  text-decoration: none;
}

.ccm-easyAccordion-title a:hover {
  background-color: #eeeeee;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #dcdcdc));
  background: -webkit-linear-gradient(top, #ffffff, #dcdcdc);
  background: -moz-linear-gradient(top, #ffffff, #dcdcdc);
  background: -o-linear-gradient(top, #ffffff, #dcdcdc);
  background: linear-gradient(top, #ffffff, #dcdcdc);
}