/*
Theme Name: Connectify
Theme URI: http://www.connectify.me
Description: Connectify is simple and clutter free. perfect for a software product like Connectify. You can choose to simply play a video to the visitors or display a feature list along with a video. Also optimized for blogging. Easily create dropdown menus from the Wordpress admin panel. 
Author: Connectify
Author URI: http://www.connectify.me
Tags: two columns, single video page, blog, clean, simple, connectify, software product
Version: 0.1
License: This theme is released under GPL (http://www.opensource.org/licenses/gpl-3.0.html)
*/
body {
margin:0;
padding:0;
font-family:Helvetica Neue, Helvetica, Arial, sans-serif;
font-size:85%;
color:#555;
background:#fff;
}

a img {
border:none;
}

h1,h2,h3,h4,h5,ul {
margin-top:0;
margin-bottom:18px;
}

p,li {
line-height:160%;
}

h1 {
font-size:1.7em;
padding-bottom:5px;
color:#000;
}

h1 a {
color:#000;
text-decoration:none;
}

h2 {
display:block;
font-size:20px;
font-weight:bold;
color:#999999;
line-height:1.3em;
}

h3 {
display:block;
font-size:20px;
font-weight:bold;
color:#666666;
}

h4 {
display:block;
font-size:18px;
font-weight:bold;
color:#999999;
}

h5 {
display:block;
font-size:1em;
font-weight:bold;
color:#333333;
margin:0;
}

a {
color:#6f9bad;
text-decoration:none;
}

a:hover {
text-decoration:underline;
}

hr {
margin:25px 0;
border:1px solid #AAAAAA;
}

#container {
width:100%;
margin:0 auto;
}

/*For manual navigation menu navbar.php*/
.nav {
margin-top:25px;
float:left;
height:22px;
}

.nav ul {
margin:0;
padding:0;
list-style:none;
}

.nav li {
float:left;
text-transform:uppercase;
padding:7px;
position:relative;
display:block;
}

.nav li a {
color:#fff;
font-weight:bold;
text-decoration:none;
display:block;
padding-right:15px;
}

.nav li a:hover,#nav li a.active {
color:#fff;
text-decoration:underline;
}

/*dropdown*/
.nav li ul {
position:absolute;
top:30px;
left:5px;
padding:0;
display:none;
background-color:#8fb34e;
width:200%;
border:thin solid #fff;
border-bottom:none;
}

/*the top:30px command must be the same height as your parent LI so the dropdown displays below the main navigation*/
.nav li ul li {
border-bottom:thin solid #fff;
}

.nav li ul a,.nav li ul li {
float:none;
text-transform:capitalize;
text-decoration:none;
}

/*For wordpress automatic navigation menu navbar_menu.php*/
ul.dropdown {
margin:0;
padding:0;
list-style:none;
}

ul.dropdown li {
float:left;
text-transform:uppercase;
position:relative;
display:block;
}

ul.dropdown li a {
color:#fff;
font-weight:bold;
text-decoration:none;
display:block;
padding-right:15px;
}

ul.dropdown li a:hover,#nav li a.active {
color:#fff;
text-decoration:underline;
}

/*dropdown*/
ul.sub-menu {
position:absolute;
top:28px;
left:10px;
padding:0;
display:block;
background-color:#999;
width:200%;
border:thin solid #fff;
border-bottom:none;
display:none;
}

ul.sub-menu li {
border-bottom:thin solid #fff;
margin-right:0;
padding:5px;
}

ul.sub-menu li a,ul.sub-menu li {
float:none;
text-transform:capitalize;
text-decoration:none;
}

.menu-default-container {
margin:25px 0 10px;
float:left;
height:22px;
}

.menu-default-container ul {
margin:0;
padding:0;
list-style:none;
}

.menu-default-container li {
float:left;
text-transform:uppercase;
padding:7px 0 7px 10px;
}

.menu-default-container li a {
color:#fff;
font-weight:bold;
text-decoration:none;
}

.menu-default-container li a:hover,#nav li a.active {
color:#fff;
text-decoration:underline;
}

/*Common theme elements*/
div.float-left {
float:left;
display:inline;
overflow:hidden;
}

div.float-right {
float:right;
display:inline;
overflow:hidden;
}

div.one-column {
width:270px;
padding:15px;
}

div.two-column {
width:570px;
padding:15px;
}

div.equal-column {
width:425px;
padding:15px 0 0;
}

div.three-column {
width:880px;
padding:10px;
}

div.widget {
margin-bottom:20px;
}

/*Content pages*/
/*Header information*/
#header {
width:100%;
float:left;
display:inline;
overflow:visible;
margin:0 0 5px;
height:90px;
background-color:#6f9bad;
-webkit-box-shadow:0 5px 5px #aaaaaa;
/* Safari and Chrome */
box-shadow:0 5px 5px #aaaaaa;
}

#header-container {
margin:0 auto;
overflow:visible;
width:900px;
}

#header-left {
float:left;
height:95px;
display:inline;
overflow:hidden;
left:20%;
}

#header-right {
float:right;
height:95px;
display:inline;
overflow:visible;
}

#logo {
overflow:hidden;
padding:13px 15px;
float:left;
height:130px;
}

/*Body information*/
#wrapper {
float:left;
width:100%;
display:inline;
padding:10px 0;
margin:0 auto;
}

#wrapper-container1 {
margin:0 auto;
width:900px;
overflow:auto;
}

/*Sidebar for blog pages*/
li.facebooklink {
display:block;
text-decoration:none;
padding:4px 0 4px 20px;
background:url(/wp-content/uploads/favicon_facebook.png) 0 9px no-repeat;
}

li.twitterlink {
display:block;
text-decoration:none;
padding:4px 0 4px 20px;
background:url(/wp-content/uploads/favicon_twitter.png) 0 9px no-repeat;
}

li.rsslink {
display:block;
text-decoration:none;
padding:4px 0 4px 20px;
background:url(/wp-content/uploads/favicon_rss.png) 0 9px no-repeat;
}

li.item a {
display:block;
text-decoration:none;
padding:4px 15px;
background:url(/wp-content/themes/connectify/connectify/images/li-bullet.jpg) 0 8px no-repeat;
}

#sidebar,#content {
overflow:hidden;
}

#sidebar ul {
margin:0 10px 20px;
padding:0;
list-style:none;
border-top:1px #ccc solid;
}

#sidebar li {
margin:0;
padding:4px 0;
border-bottom:1px #ccc solid;
width:250px;
}

#sidebar li a {
display:block;
text-decoration:none;
padding:4px 0 4px 20px;
}

#sidebar ul.highlight li a {
background:#ddd;
}

#sidebar li a:hover {
}

#sidebar ul.highlight li a:hover {
background:#333;
color:#fff;
}

#sidebar h2,#sidebar h2 a {
color:#fff;
text-decoration:none;
background-color:#6f9bad;
height:22px;
padding:8px 10px 4px;
text-transform:uppercase;
font-size:1em;
font-weight:bold;
border-radius:5px;
-moz-border-radius:5px;
margin:7px;
}

/*Left panel content for pages*/
.post {
padding-bottom:10px!important;
}

#content .post {
margin-bottom:30px;
padding:0;
}

#content .post h1 {
margin:10px 0 0;
}

#content .post h2 {
font-size:1.4em;
font-weight:bold;
}

#content p.premeta {
font-size:90%;
color:#999;
margin-bottom:20px;
}

#content .postmeta {
color:#999;
font-size:90%;
border-top:2px #ccc solid;
padding:4px 0;
margin-bottom:20px;
}

/* Comments */
#content .comments {
font-size:90%;
margin:20px 0;
}

#content .comments ul {
margin:10px 20px;
padding:0 20px;
list-style:none;
border-left:5px #ccc solid;
border-right:5px #ccc solid;
}

#content .comments li {
margin:0 0 10px;
padding:0 0 10px;
border-bottom:1px solid #ccc;
list-style-type:none;
}

#content .comments img {
padding:0;
margin:0 0 10px 10px;
float:right;
}

/*Footer information - common to all pages*/
div.footer-column {
width:110px;
padding:10px;
margin-right:10px;
}

div.footer-column-secondright {
width:190px;
padding:10px;
margin-right:10px;
font-size:95%;
margin-bottom:10px;
}

div.footer-column-secondright div.socmed {
padding:5px 0;
}

div.footer-column-rightmost {
width:240px;
padding:10px;
margin-right:0;
background-color:#eee;
-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;
}

#footer-wrapper {
float:left;
display:inline;
width:100%;
margin-top:10px;
}

#footer {
margin:0 auto;
width:950px;
overflow:hidden;
border-top:solid 2px #aaa;
}

#footer-container {
margin:0 auto;
width:900px;
overflow:hidden;
padding:10px 0 30px;
font-size:80%;
background:#fff;
padding-top:10px;
color:#666;
}

#footer ul {
margin:0 0 10px;
padding:0;
list-style:none;
}

#footer li {
margin:0;
padding:0;
width:250px;
}

#footer li a {
display:block;
text-decoration:none;
padding:1px 0;
}

#footer a,#footer li a {
color:#666;
}

#footer a:hover,#footer li a:hover {
color:#666;
text-decoration:underline;
}

#footer h2,#footer h2 a {
font-size:1.3em;
color:#fff;
}

#footer h3,#footer h3 a {
font-size:1.1em;
color:#666;
padding:0 0 2px;
margin:0;
font-weight:bold;
}

div.footer-column-secondright li {
margin-bottom:10px;
font-size:75%;
}

div.footer-column-secondright img {
float:left;
padding:5px;
clear:both;
}

/* WordPress Images and Captions */
#content .post p.wp-caption-text {
text-align:center;
font-size:.8em;
line-height:135%;
margin:0;
padding:3px 0;
}

#content img.alignnone {
margin:0 10px 10px 0;
}

#content .post div.alignleft,#content .post img.alignleft {
float:left;
margin:0 10px 10px 0;
}

#content .post div.aligncenter,#content .post img.aligncenter {
display:block;
margin-left:auto;
margin-right:auto;
margin-bottom:10px;
clear:both;
}

#content .post div.alignright,#content .post img.alignright {
float:right;
margin:0 0 10px 10px;
}

/* LEGAL */
#legal a {
text-decoration:none;
color:#6f9bad;
}

#legal a:hover {
text-decoration:underline;
}

/*Features P Styles*/
.notice {
width:700px;
margin:25px auto;
padding:10px 25px;
color:#666666;
background:#EEEEEE;
-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;
}

.notice2 {
width:510px;
margin:25px auto;
padding:10px 25px 10px 15px;
color:#666666;
background:#EEEEEE;
-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;
}

.notice3 {
width:450px;
margin:25px auto;
padding:10px 25px;
color:#666666;
background:#EEEEEE;
-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;
border:2px solid #D4D4D4;
}

.notice4 {
float:left;
width:517px;
padding:10px 25px;
color:#666666;
background:#EEEEEE;
-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;
border:2px solid #D4D4D4;
margin-bottom:27px;
}

.press {
padding:0;
margin:0;
font-family:Arial,Helvetica,sans-serif;
font-size:15px;
color:#999999;
font-weight:bold;
line-height:1.4em;
}

.press a {
text-decoration:none;
color:#6f9bad;
font-weight:normal;
}

.press a:hover {
text-decoration:underline;
font-weight:normal;
}

.installbox {
clear:both;
margin:27px 0;
border-top:2px solid #D4D4D4;
}

.install {
float:left;
width:270px;
padding-bottom:15px;
}

.install2 {
float:left;
width:270px;
padding:0 35px 15px;
}

.installtext {
padding-top:5px;
border-top:1px dotted black;
font-size:1em;
}

.homepage {
text-align:center;
padding-bottom:15px;
}

.downloadtext {
float:left;
width:450px;
padding:10px 25px;
color:#666666;
background:#EEEEEE;
-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;
border:2px solid #D4D4D4;
}

.special {
float:right;
width:217px;
padding:10px 25px;
color:#666666;
background:#FFFFE0;
-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;
border:2px solid #e6db55;
}

.halfleft {
float:left;
width:425px;
padding-bottom:15px;
}

.halfright {
float:right;
width:405px;
}

.featuredivider {
clear:both;
margin:25px 0;
border-top:2px solid #D4D4D4;
background:#D4D4D4;
}

#hor-minimalist-b {
background:none repeat scroll 0 0 #FFFFFF;
border-collapse:collapse;
font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
font-size:11px;
text-align:left;
width:100%;
}

#hor-minimalist-b th {
background:none repeat scroll 0 0 #FFFFFF;
border-bottom:2px solid #666666;
color:#333333;
font-size:20px;
font-weight:bold;
padding:12px 20px;
}

.check {
text-align:center;
}

.feature {
font-size:15px;
font-weight:bold;
}

#hor-minimalist-b td {
border-bottom:1px solid #999999;
color:#666666;
padding:12px 20px;
}

#hor-minimalist-b tbody tr:hover td {
color:#333333;
background:none repeat scroll 0 0 #eeeeee;
}

#nameform td {
color:#666666;
padding:5px 20px;
min-width:400px;
background:none repeat scroll 0 0 #ffffff;
border-collapse:collapse;
font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
font-size:11px;
text-align:left;
width:100%;
}

#turnkey-credit {
display:none;
}

.litebutton {
background:url(/wp-content/uploads/download_lite.png) no-repeat top left;
border:0;
width:226px;
height:44px;
text-indent:-9999px;
cursor:pointer;
}

.probutton {
background:url(/wp-content/uploads/download_pro.png) no-repeat top left;
border:0;
width:226px;
height:44px;
text-indent:-9999px;
cursor:pointer;
}

.input {
border:1px solid #999!important;
background:#eee!important;
}

.input:hover {
border:1px solid #999!important;
background:#eee!important;
}

.actiontitle {
display:block;
font-size:24px;
font-weight:bold;
color:#333;
}/* ------------------------------------------------------------------------
	This you can edit.
------------------------------------------------------------------------- */
/* ----------------------------------
		Default Theme
	----------------------------------- */
div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right {
height:13px;
}

div.pp_default .pp_top .pp_left {
background:url(/wp-content/themes/connectify/connectify/js/images/prettyPhoto/default/sprite.png) -78px -93px no-repeat;
}

/* Top left corner */
div.pp_default .pp_top .pp_middle {
background:url(/wp-content/themes/connectify/connectify/js/images/prettyPhoto/default/sprite_x.png) top left repeat-x;
}

/* Top pattern/color */
div.pp_default .pp_top .pp_right {
background:url(/wp-content/themes/connectify/connectify/js/images/prettyPhoto/default/sprite.png) -112px -93px no-repeat;
}

/* Top right corner */
div.pp_default .pp_content .ppt {
color:#f8f8f8;
}

div.pp_default .pp_content_container .pp_left {
background:url(/wp-content/themes/connectify/connectify/js/images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;
padding-left:13px;
}

div.pp_default .pp_content_container .pp_right {
background:url(/wp-content/themes/connectify/connectify/js/images/prettyPhoto/default/sprite_y.png) top right repeat-y;
padding-right:13px;
}

div.pp_default .pp_content {
background-color:#fff;
}

/* Content background */
div.pp_default .pp_next:hover {
background:url(/wp-content/themes/connectify/connectify/js/images/prettyPhoto/default/sprite_next.png) center right no-repeat;
cursor:pointer;
}

/* Next button */
div.pp_default .pp_previous:hover {
background:url(/wp-content/themes/connectify/connectify/js/images/prettyPhoto/default/sprite_prev.png) center left no-repeat;
cursor:pointer;
}

/* Previous button */
div.pp_default .pp_expand {
background:url(/wp-content/themes/connectify/connectify/js/images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;
cursor:pointer;
width:28px;
height:28px;
}

/* Expand button */
div.pp_default .pp_expand:hover {
background:url(/wp-content/themes/connectify/connectify/js/images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;
cursor:pointer;
}

/* Expand button hover */
div.pp_default .pp_contract {
background:url(/wp-content/themes/connectify/connectify/js/images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;
cursor:pointer;
width:28px;
height:28px;
}

/* Contract button */
div.pp_default .pp_contract:hover {
background:url(/wp-content/themes/connectify/connectify/js/images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;
cursor:pointer;
}

/* Contract button hover */
div.pp_default .pp_close {
width:30px;
height:30px;
background:url(/wp-content/themes/connectify/connectify/js/images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;
cursor:pointer;
}

/* Close button */
div.pp_default #pp_full_res .pp_inline {
color:#000;
}

div.pp_default .pp_gallery ul li a {
background:url(/wp-content/themes/connectify/connectify/js/images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;
border:1px solid #aaa;
}

div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a {
border-color:#fff;
}

div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next {
position:static;
left:auto;
}

div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause {
background:url(/wp-content/themes/connectify/connectify/js/images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;
height:30px;
width:30px;
}

div.pp_default .pp_nav .pp_pause {
background-position:-51px -29px;
}

div.pp_default .pp_details {
position:relative;
}

div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next {
background:url(/wp-content/themes/connectify/connectify/js/images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;
height:20px;
margin:4px 0 0;
width:20px;
}

div.pp_default a.pp_arrow_next {
left:52px;
background-position:-82px -3px;
}

/* The next arrow in the bottom nav */
div.pp_default .pp_content_container .pp_details {
margin-top:5px;
}

div.pp_default .pp_nav {
clear:none;
height:30px;
width:105px;
position:relative;
}

div.pp_default .pp_nav .currentTextHolder {
font-family:Georgia;
font-style:italic;
font-color:#999;
font-size:11px;
left:75px;
line-height:25px;
margin:0;
padding:0 0 0 10px;
position:absolute;
top:2px;
}

div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover {
opacity:0.7;
}

div.pp_default .pp_description {
font-size:11px;
font-weight:bold;
line-height:14px;
margin:5px 50px 5px 0;
}

div.pp_default .pp_bottom .pp_left {
background:url(/wp-content/themes/connectify/connectify/js/images/prettyPhoto/default/sprite.png) -78px -127px no-repeat;
}

/* Bottom left corner */
div.pp_default .pp_bottom .pp_middle {
background:url(/wp-content/themes/connectify/connectify/js/images/prettyPhoto/default/sprite_x.png) bottom left repeat-x;
}

/* Bottom pattern/color */
div.pp_default .pp_bottom .pp_right {
background:url(/wp-content/themes/connectify/connectify/js/images/prettyPhoto/default/sprite.png) -112px -127px no-repeat;
}

/* Bottom right corner */
div.pp_default .pp_loaderIcon {
background:url(/wp-content/themes/connectify/connectify/js/images/prettyPhoto/default/loader.gif) center center no-repeat;
}

/* Loader icon */
/* ----------------------------------
		Light Rounded Theme
	----------------------------------- */
div.light_rounded .pp_top .pp_left {
background:url(/wp-content/themes/connectify/connectify/js/images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat;
}

/* Top left corner */
div.light_rounded .pp_top .pp_middle {
background:#fff;
}

/* Top pattern/color */
div.light_rounded .pp_top .pp_right {
background:url(/wp-content/themes/connectify/connectify/js/images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat;
}

/* Top right corner */
div.light_rounded .pp_content .ppt {
color:#000;
}

div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right {
background:#fff;
}

div.light_rounded .pp_content {
background-color:#fff;
}

/* Content background */
div.light_rounded .pp_next:hover {
background:url(/wp-content/themes/connectify/connectify/js/images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;
cursor:pointer;
}

/* Next button */
div.light_rounded .pp_previous:hover {
background:url(/wp-content/themes/connectify/connectify/js/images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;
cursor:pointer;
}

/* Previous button */
div.light_rounded .pp_expand {
background:url(/wp-content/themes/connectify/connectify/js/images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;
cursor:pointer;
}

/* Expand button */
div.light_rounded .pp_expand:hover {
background:url(/wp-content/themes/connectify/connectify/js/images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;
cursor:pointer;
}

/* Expand button hover */
div.light_rounded .pp_contract {
background:url(/wp-content/themes/connectify/connectify/js/images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;
cursor:pointer;
}

/* Contract button */
div.light_rounded .pp_contract:hover {
background:url(/wp-content/themes/connectify/connectify/js/images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;
cursor:pointer;
}

/* Contract button hover */
div.light_rounded .pp_close {
width:75px;
height:22px;
background:url(/wp-content/themes/connectify/connectify/js/images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;
cursor:pointer;
}

/* Close button */
div.light_rounded .pp_details {
position:relative;
}

div.light_rounded .pp_description {
margin-right:85px;
}

div.light_rounded #pp_full_res .pp_inline {
color:#000;
}

div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next {
margin-top:12px!important;
}

div.light_rounded .pp_nav .pp_play {
background:url(/wp-content/themes/connectify/connectify/js/images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;
height:15px;
width:14px;
}

div.light_rounded .pp_nav .pp_pause {
background:url(/wp-content/themes/connectify/connectify/js/images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;
height:15px;
width:14px;
}

div.light_rounded .pp_arrow_previous {
background:url(/wp-content/themes/connectify/connectify/js/images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat;
}

/* The previous arrow in the bottom nav */
div.light_rounded .pp_arrow_previous.disabled {
background-position:0 -87px;
cursor:default;
}

div.light_rounded .pp_arrow_next {
background:url(/wp-content/themes/connectify/connectify/js/images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat;
}

/* The next arrow in the bottom nav */
div.light_rounded .pp_arrow_next.disabled {
background-position:-22px -87px;
cursor:default;
}

div.light_rounded .pp_bottom .pp_left {
background:url(/wp-content/themes/connectify/connectify/js/images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat;
}

/* Bottom left corner */
div.light_rounded .pp_bottom .pp_middle {
background:#fff;
}

/* Bottom pattern/color */
div.light_rounded .pp_bottom .pp_right {
background:url(/wp-content/themes/connectify/connectify/js/images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat;
}

/* Bottom right corner */
div.light_rounded .pp_loaderIcon {
background:url(/wp-content/themes/connectify/connectify/js/images/prettyPhoto/light_rounded/loader.gif) center center no-repeat;
}

/* Loader icon */
/* ----------------------------------
		Dark Rounded Theme
	----------------------------------- */
div.dark_rounded .pp_top .pp_left {
background:url(/wp-content/themes/connectify/connectify/js/images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat;
}

/* Top left corner */
div.dark_rounded .pp_top .pp_middle {
background:url(/wp-content/themes/connectify/connectify/js/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;
}

/* Top pattern/color */
div.dark_rounded .pp_top .pp_right {
background:url(/wp-content/themes/connectify/connectify/js/images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat;
}

/* Top right corner */
div.dark_rounded .pp_content_container .pp_left {
background:url(/wp-content/themes/connectify/connectify/js/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y;
}

/* Left Content background */
div.dark_rounded .pp_content_container .pp_right {
background:url(/wp-content/themes/connectify/connectify/js/images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y;
}

/* Right Content background */
div.dark_rounded .pp_content {
background:url(/wp-content/themes/connectify/connectify/js/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;
}

/* Content background */
div.dark_rounded .pp_next:hover {
background:url(/wp-content/themes/connectify/connectify/js/images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;
cursor:pointer;
}

/* Next button */
div.dark_rounded .pp_previous:hover {
background:url(/wp-content/themes/connectify/connectify/js/images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;
cursor:pointer;
}

/* Previous button */
div.dark_rounded .pp_expand {
background:url(/wp-content/themes/connectify/connectify/js/images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;
cursor:pointer;
}

/* Expand button */
div.dark_rounded .pp_expand:hover {
background:url(/wp-content/themes/connectify/connectify/js/images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;
cursor:pointer;
}

/* Expand button hover */
div.dark_rounded .pp_contract {
background:url(/wp-content/themes/connectify/connectify/js/images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;
cursor:pointer;
}

/* Contract button */
div.dark_rounded .pp_contract:hover {
background:url(/wp-content/themes/connectify/connectify/js/images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;
cursor:pointer;
}

/* Contract button hover */
div.dark_rounded .pp_close {
width:75px;
height:22px;
background:url(/wp-content/themes/connectify/connectify/js/images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;
cursor:pointer;
}

/* Close button */
div.dark_rounded .pp_details {
position:relative;
}

div.dark_rounded .pp_description {
margin-right:85px;
}

div.dark_rounded .currentTextHolder {
color:#c4c4c4;
}

div.dark_rounded .pp_description {
color:#fff;
}

div.dark_rounded #pp_full_res .pp_inline {
color:#fff;
}

div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next {
margin-top:12px!important;
}

div.dark_rounded .pp_nav .pp_play {
background:url(/wp-content/themes/connectify/connectify/js/images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;
height:15px;
width:14px;
}

div.dark_rounded .pp_nav .pp_pause {
background:url(/wp-content/themes/connectify/connectify/js/images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;
height:15px;
width:14px;
}

div.dark_rounded .pp_arrow_previous {
background:url(/wp-content/themes/connectify/connectify/js/images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat;
}

/* The previous arrow in the bottom nav */
div.dark_rounded .pp_arrow_previous.disabled {
background-position:0 -87px;
cursor:default;
}

div.dark_rounded .pp_arrow_next {
background:url(/wp-content/themes/connectify/connectify/js/images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat;
}

/* The next arrow in the bottom nav */
div.dark_rounded .pp_arrow_next.disabled {
background-position:-22px -87px;
cursor:default;
}

div.dark_rounded .pp_bottom .pp_left {
background:url(/wp-content/themes/connectify/connectify/js/images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat;
}

/* Bottom left corner */
div.dark_rounded .pp_bottom .pp_middle {
background:url(/wp-content/themes/connectify/connectify/js/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;
}

/* Bottom pattern/color */
div.dark_rounded .pp_bottom .pp_right {
background:url(/wp-content/themes/connectify/connectify/js/images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat;
}

/* Bottom right corner */
div.dark_rounded .pp_loaderIcon {
background:url(/wp-content/themes/connectify/connectify/js/images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat;
}

/* Loader icon */
/* ----------------------------------
		Dark Square Theme
	----------------------------------- */
div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content {
background:#000;
}

div.dark_square .currentTextHolder {
color:#c4c4c4;
}

div.dark_square .pp_description {
color:#fff;
}

div.dark_square .pp_loaderIcon {
background:url(/wp-content/themes/connectify/connectify/js/images/prettyPhoto/dark_square/loader.gif) center center no-repeat;
}

/* Loader icon */
div.dark_square .pp_expand {
background:url(/wp-content/themes/connectify/connectify/js/images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;
cursor:pointer;
}

/* Expand button */
div.dark_square .pp_expand:hover {
background:url(/wp-content/themes/connectify/connectify/js/images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;
cursor:pointer;
}

/* Expand button hover */
div.dark_square .pp_contract {
background:url(/wp-content/themes/connectify/connectify/js/images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;
cursor:pointer;
}

/* Contract button */
div.dark_square .pp_contract:hover {
background:url(/wp-content/themes/connectify/connectify/js/images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;
cursor:pointer;
}

/* Contract button hover */
div.dark_square .pp_close {
width:75px;
height:22px;
background:url(/wp-content/themes/connectify/connectify/js/images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;
cursor:pointer;
}

/* Close button */
div.dark_square .pp_details {
position:relative;
}

div.dark_square .pp_description {
margin:0 85px 0 0;
}

div.dark_square #pp_full_res .pp_inline {
color:#fff;
}

div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next {
margin-top:12px!important;
}

div.dark_square .pp_nav {
clear:none;
}

div.dark_square .pp_nav .pp_play {
background:url(/wp-content/themes/connectify/connectify/js/images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;
height:15px;
width:14px;
}

div.dark_square .pp_nav .pp_pause {
background:url(/wp-content/themes/connectify/connectify/js/images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;
height:15px;
width:14px;
}

div.dark_square .pp_arrow_previous {
background:url(/wp-content/themes/connectify/connectify/js/images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat;
}

/* The previous arrow in the bottom nav */
div.dark_square .pp_arrow_previous.disabled {
background-position:0 -87px;
cursor:default;
}

div.dark_square .pp_arrow_next {
background:url(/wp-content/themes/connectify/connectify/js/images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat;
}

/* The next arrow in the bottom nav */
div.dark_square .pp_arrow_next.disabled {
background-position:-22px -87px;
cursor:default;
}

div.dark_square .pp_next:hover {
background:url(/wp-content/themes/connectify/connectify/js/images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;
cursor:pointer;
}

/* Next button */
div.dark_square .pp_previous:hover {
background:url(/wp-content/themes/connectify/connectify/js/images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;
cursor:pointer;
}

/* Previous button */
/* ----------------------------------
		Light Square Theme
	----------------------------------- */
div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content {
background:#fff;
}

div.light_square .pp_content .ppt {
color:#000;
}

div.light_square .pp_expand {
background:url(/wp-content/themes/connectify/connectify/js/images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;
cursor:pointer;
}

/* Expand button */
div.light_square .pp_expand:hover {
background:url(/wp-content/themes/connectify/connectify/js/images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;
cursor:pointer;
}

/* Expand button hover */
div.light_square .pp_contract {
background:url(/wp-content/themes/connectify/connectify/js/images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;
cursor:pointer;
}

/* Contract button */
div.light_square .pp_contract:hover {
background:url(/wp-content/themes/connectify/connectify/js/images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;
cursor:pointer;
}

/* Contract button hover */
div.light_square .pp_close {
width:75px;
height:22px;
background:url(/wp-content/themes/connectify/connectify/js/images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;
cursor:pointer;
}

/* Close button */
div.light_square .pp_details {
position:relative;
}

div.light_square .pp_description {
margin-right:85px;
}

div.light_square #pp_full_res .pp_inline {
color:#000;
}

div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next {
margin-top:12px!important;
}

div.light_square .pp_nav .pp_play {
background:url(/wp-content/themes/connectify/connectify/js/images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;
height:15px;
width:14px;
}

div.light_square .pp_nav .pp_pause {
background:url(/wp-content/themes/connectify/connectify/js/images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;
height:15px;
width:14px;
}

div.light_square .pp_arrow_previous {
background:url(/wp-content/themes/connectify/connectify/js/images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat;
}

/* The previous arrow in the bottom nav */
div.light_square .pp_arrow_previous.disabled {
background-position:0 -87px;
cursor:default;
}

div.light_square .pp_arrow_next {
background:url(/wp-content/themes/connectify/connectify/js/images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat;
}

/* The next arrow in the bottom nav */
div.light_square .pp_arrow_next.disabled {
background-position:-22px -87px;
cursor:default;
}

div.light_square .pp_next:hover {
background:url(/wp-content/themes/connectify/connectify/js/images/prettyPhoto/light_square/btnNext.png) center right no-repeat;
cursor:pointer;
}

/* Next button */
div.light_square .pp_previous:hover {
background:url(/wp-content/themes/connectify/connectify/js/images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;
cursor:pointer;
}

/* Previous button */
div.light_square .pp_loaderIcon {
background:url(/wp-content/themes/connectify/connectify/js/images/prettyPhoto/light_rounded/loader.gif) center center no-repeat;
}

/* Loader icon */
/* ----------------------------------
		Facebook style Theme
	----------------------------------- */
div.facebook .pp_top .pp_left {
background:url(/wp-content/themes/connectify/connectify/js/images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat;
}

/* Top left corner */
div.facebook .pp_top .pp_middle {
background:url(/wp-content/themes/connectify/connectify/js/images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x;
}

/* Top pattern/color */
div.facebook .pp_top .pp_right {
background:url(/wp-content/themes/connectify/connectify/js/images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat;
}

/* Top right corner */
div.facebook .pp_content .ppt {
color:#000;
}

div.facebook .pp_content_container .pp_left {
background:url(/wp-content/themes/connectify/connectify/js/images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y;
}

/* Content background */
div.facebook .pp_content_container .pp_right {
background:url(/wp-content/themes/connectify/connectify/js/images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y;
}

/* Content background */
div.facebook .pp_content {
background:#fff;
}

/* Content background */
div.facebook .pp_expand {
background:url(/wp-content/themes/connectify/connectify/js/images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;
cursor:pointer;
}

/* Expand button */
div.facebook .pp_expand:hover {
background:url(/wp-content/themes/connectify/connectify/js/images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;
cursor:pointer;
}

/* Expand button hover */
div.facebook .pp_contract {
background:url(/wp-content/themes/connectify/connectify/js/images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;
cursor:pointer;
}

/* Contract button */
div.facebook .pp_contract:hover {
background:url(/wp-content/themes/connectify/connectify/js/images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;
cursor:pointer;
}

/* Contract button hover */
div.facebook .pp_close {
width:22px;
height:22px;
background:url(/wp-content/themes/connectify/connectify/js/images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;
cursor:pointer;
}

/* Close button */
div.facebook .pp_details {
position:relative;
}

div.facebook .pp_description {
margin:0 37px 0 0;
}

div.facebook #pp_full_res .pp_inline {
color:#000;
}

div.facebook .pp_loaderIcon {
background:url(/wp-content/themes/connectify/connectify/js/images/prettyPhoto/facebook/loader.gif) center center no-repeat;
}

/* Loader icon */
div.facebook .pp_arrow_previous {
background:url(/wp-content/themes/connectify/connectify/js/images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;
height:22px;
margin-top:0;
width:22px;
}

/* The previous arrow in the bottom nav */
div.facebook .pp_arrow_previous.disabled {
background-position:0 -96px;
cursor:default;
}

div.facebook .pp_arrow_next {
background:url(/wp-content/themes/connectify/connectify/js/images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;
height:22px;
margin-top:0;
width:22px;
}

/* The next arrow in the bottom nav */
div.facebook .pp_arrow_next.disabled {
background-position:-32px -96px;
cursor:default;
}

div.facebook .pp_nav {
margin-top:0;
}

div.facebook .pp_nav p {
font-size:15px;
padding:0 3px 0 4px;
}

div.facebook .pp_nav .pp_play {
background:url(/wp-content/themes/connectify/connectify/js/images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;
height:22px;
width:22px;
}

div.facebook .pp_nav .pp_pause {
background:url(/wp-content/themes/connectify/connectify/js/images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;
height:22px;
width:22px;
}

div.facebook .pp_next:hover {
background:url(/wp-content/themes/connectify/connectify/js/images/prettyPhoto/facebook/btnNext.png) center right no-repeat;
cursor:pointer;
}

/* Next button */
div.facebook .pp_previous:hover {
background:url(/wp-content/themes/connectify/connectify/js/images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;
cursor:pointer;
}

/* Previous button */
div.facebook .pp_bottom .pp_left {
background:url(/wp-content/themes/connectify/connectify/js/images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat;
}

/* Bottom left corner */
div.facebook .pp_bottom .pp_middle {
background:url(/wp-content/themes/connectify/connectify/js/images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x;
}

/* Bottom pattern/color */
div.facebook .pp_bottom .pp_right {
background:url(/wp-content/themes/connectify/connectify/js/images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat;
}

/* Bottom right corner */
/* ------------------------------------------------------------------------
	DO NOT CHANGE
------------------------------------------------------------------------- */
div.pp_pic_holder a:focus {
outline:none;
}

div.pp_overlay {
background:#000;
display:none;
left:0;
position:absolute;
top:0;
width:100%;
z-index:9500;
}

div.pp_pic_holder {
display:none;
position:absolute;
width:100px;
z-index:10000;
}

.pp_top {
height:20px;
position:relative;
}

* html .pp_top {
padding:0 20px;
}

.pp_top .pp_left {
height:20px;
left:0;
position:absolute;
width:20px;
}

.pp_top .pp_middle {
height:20px;
left:20px;
position:absolute;
right:20px;
}

* html .pp_top .pp_middle {
left:0;
position:static;
}

.pp_top .pp_right {
height:20px;
left:auto;
position:absolute;
right:0;
top:0;
width:20px;
}

.pp_content {
height:40px;
min-width:40px;
}

* html .pp_content {
width:40px;
}

.pp_fade {
display:none;
}

.pp_content_container {
position:relative;
text-align:left;
width:100%;
}

.pp_content_container .pp_left {
padding-left:20px;
}

.pp_content_container .pp_right {
padding-right:20px;
}

.pp_content_container .pp_details {
float:left;
margin:10px 0 2px;
}

.pp_description {
display:none;
margin:0;
}

.pp_social {
float:left;
margin:7px 0 0;
}

.pp_social .facebook {
float:left;
position:relative;
top:-1px;
margin-left:5px;
width:55px;
overflow:hidden;
}

.pp_social .twitter {
float:left;
}

.pp_nav {
clear:right;
float:left;
margin:3px 10px 0 0;
}

.pp_nav p {
float:left;
margin:2px 4px;
}

.pp_nav .pp_play,.pp_nav .pp_pause {
float:left;
margin-right:4px;
text-indent:-10000px;
}

a.pp_arrow_previous,a.pp_arrow_next {
display:block;
float:left;
height:15px;
margin-top:3px;
overflow:hidden;
text-indent:-10000px;
width:14px;
}

.pp_hoverContainer {
position:absolute;
top:0;
width:100%;
z-index:2000;
}

.pp_gallery {
display:none;
left:50%;
margin-top:-50px;
position:absolute;
z-index:10000;
}

.pp_gallery div {
float:left;
overflow:hidden;
position:relative;
}

.pp_gallery ul {
float:left;
height:35px;
margin:0 0 0 5px;
padding:0;
position:relative;
white-space:nowrap;
}

.pp_gallery ul a {
border:1px #000 solid;
border:1px rgba(0,0,0,0.5) solid;
display:block;
float:left;
height:33px;
overflow:hidden;
}

.pp_gallery ul a:hover,.pp_gallery li.selected a {
border-color:#fff;
}

.pp_gallery ul a img {
border:0;
}

.pp_gallery li {
display:block;
float:left;
margin:0 5px 0 0;
padding:0;
}

.pp_gallery li.default a {
background:url(/wp-content/themes/connectify/connectify/js/images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;
display:block;
height:33px;
width:50px;
}

.pp_gallery li.default a img {
display:none;
}

.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next {
margin-top:7px!important;
}

a.pp_next {
background:url(/wp-content/themes/connectify/connectify/js/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
display:block;
float:right;
height:100%;
text-indent:-10000px;
width:49%;
}

a.pp_previous {
background:url(/wp-content/themes/connectify/connectify/js/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
display:block;
float:left;
height:100%;
text-indent:-10000px;
width:49%;
}

a.pp_expand,a.pp_contract {
cursor:pointer;
display:none;
height:20px;
position:absolute;
right:30px;
text-indent:-10000px;
top:10px;
width:20px;
z-index:20000;
}

a.pp_close {
position:absolute;
right:0;
top:0;
display:block;
line-height:22px;
text-indent:-10000px;
}

.pp_bottom {
height:20px;
position:relative;
}

* html .pp_bottom {
padding:0 20px;
}

.pp_bottom .pp_left {
height:20px;
left:0;
position:absolute;
width:20px;
}

.pp_bottom .pp_middle {
height:20px;
left:20px;
position:absolute;
right:20px;
}

* html .pp_bottom .pp_middle {
left:0;
position:static;
}

.pp_bottom .pp_right {
height:20px;
left:auto;
position:absolute;
right:0;
top:0;
width:20px;
}

.pp_loaderIcon {
display:block;
height:24px;
left:50%;
margin:-12px 0 0 -12px;
position:absolute;
top:50%;
width:24px;
}

#pp_full_res {
line-height:1!important;
}

#pp_full_res .pp_inline {
text-align:left;
}

#pp_full_res .pp_inline p {
margin:0 0 15px;
}

div.ppt {
color:#fff;
display:none;
font-size:17px;
margin:0 0 5px 15px;
z-index:9999;
}

/* ------------------------------------------------------------------------
	Miscellaneous
------------------------------------------------------------------------- */#zenbox_tab {
border:solid 1px;
cursor:pointer;
height:108px;
overflow:hidden;
position:fixed;
text-indent:-5000px;
top:23%;
width:33px;
z-index:10000;
}

/* IE won't read ID-and-class selectors like #zenbox_tab.left, so we use just a class: */
.ZenboxTabLeft {
left:0;
background-position:right 0;
}

.ZenboxTabRight {
right:0;
background-position:left 0;
}

#zenbox_tab:hover {
background-color:#444;
}

#zenbox_overlay {
height:100%;
left:0;
position:absolute;
top:0;
width:100%;
z-index:90000;
}

#zenbox_overlay * {
color:#333;
font-family:Arial, Helvetica, sans-serif;
font-style:normal;
font-variant:normal;
font-size:12px;
margin:0;
padding:0;
}

#zenbox_container {
height:620px;
margin:0 auto;
position:relative;
text-align:left;
width:638px;
z-index:2;
}

#zenbox_container .header {
position:relative;
text-align:right;
width:auto;
z-index:100;
}

#zenbox_close {
cursor:pointer;
height:46px;
position:relative;
top:10px;
width:46px;
}

#zenbox_body {
height:900px;
margin-top:-18px;
position:relative;
width:615px;
}

#zenbox_scrim {
background-color:#000;
filter:alpha(opacity=42);
-moz-opacity:0.42;
left:0;
position:absolute;
opacity:0.42;
top:0;
width:100%;
z-index:1;
}