/*
Theme Name: Planiste WordPress
Theme URI: http://www.equisoft.com/
Description: The default Planiste theme.
Version: 1.0
Author: Equisoft
Author URI: http://www.equisoft.com/
*/

html {
	height: 100%;
	background: #963d29;
}

body {
	margin: 0; padding: 0;
	font: 14px/1.4 "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	background: #FFF url(images/back-home.png) repeat-x center top;
	color: #333;
}

body#home-page {
	background: #FFF url(images/back-home.png) repeat-x center top;
}

/* @end */

/* @group Layout */

#wrapper {
	width: 980px;
	margin: 0 auto;
	position: relative;
}

#header {
	width: 960px;
	padding: 27px 10px 10px 10px;
}

#content {
}

#main {
	width: 960px;
	padding: 0 10px 20px 10px;
	background: url(images/content-back.png) repeat-y center top;
	position: relative;
}

#home-page #main {
	height: 284px;
	float: left;
	clear: both;
	position: relative;
	background: transparent url(images/back-main-home.png) no-repeat center top;
}

#sub {
	width: 960px;
	padding: 0 10px;
	margin-bottom: 20px;
}

#home-page #sub {
	clear: both;
}

#bottom {
	padding: 10px 0;
	background: #a03c2b url(images/back-footer.png) repeat-x;
}

#footer {
	width: 960px;
	margin: 0 auto;
	text-align: center;
}

/* @end */

/* @group Page Elements */

div.logo {
	float: left;
	padding-top: 20px;
	padding-bottom: 13px;
	font-size: 38px;
	font-weight: bold;
}

/* @group Loginbox */

#loginbox {
	width: 238px;
	float: right;
	padding: 10px 0;
	margin: 0 20px 10px;
	border: 1px solid #A5A5A5;
	background: #cbc9c9 url(images/back-loginbox.png) repeat-x;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

#home-page #loginbox {
	position: absolute;
	left: 690px;
	top: 12px;
}

#loginbox form {
	padding: 0 10px;
}

#loginbox label {
	line-height: 1.2;
}

#loginbox button {
	width: 218px;
}

#loginbox input[type="text"], #loginbox input[type="password"] {
	width: 208px;
}

/* @end */

/* @group Box */

div.box {
	float: left;
	width: 448px;
	padding: 0 10px;
	margin: 0 5px;
	border: 1px solid #A5A5A5;
	background: #dfdfdf url(images/box-bg.png) repeat-x;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
#home-page div.box {width:288px;}
#home-page div.box h2 {white-space:nowrap;}
#home-page div.box h2 a {color:#666666;text-decoration:none;}
#home-page div.box img.icon-video {margin:10px 10px 0;}
#home-page div.box div.subbox {margin:-20px 0 10px;padding:0;border:1px solid #A5A5A5;-moz-border-radius:4px 4px 4px 4px;background: #DFDFDF url(images/box-bg.png) repeat-x left bottom;}
#home-page div.box div.subbox p, #home-page div.box div.subbox img {margin:10px 10px 0;padding:0;}
#home-page div.box div.subbox p.btn {margin:10px 0 0}
#home-page .box div {
	padding-top: 5px;
	padding-bottom: 20px;
	margin-bottom: 10px;
}

#contact .box, #member-signup .box {
	border: none;
	background: none;
}

/* @end */

/* @group Images */

#content img {
	margin:0;
	margin-bottom:20px;
}

#content img.alignleft {
	float: left;
	margin-right:15px;
}

#content img.alignright {
	float: right;
	margin-left:15px;
}
/* @end */

/* @group Tabs */

.tabs {
	margin-top: 20px;
}

.tabs ul {
	height: 42px;
	color: #656565;
	margin: 0 0 10px 0;
	padding: 0 10px;
	border: 1px solid #A5A5A5;
	border-right: none;
	border-left: none;
	background: #cccaca url(images/tabs-title-bg.png) repeat-x left top;
	text-shadow: 0 1px 0 #FFF;
	font-size: 18px;
}

.tabs li {
	float: left;
	margin: 0 10px;
	padding: 0;
	background: none;
}

.tabs li a {
	display: block;
	text-decoration: none;
	padding: 0 10px;
	margin-top: 5px;
	line-height: 37px;
	font-weight: bold;
	color: #666;
}

.tabs li a:hover {
	text-decoration: underline;
}

.tabs li a.current {
	color: #666;
	text-decoration: none;
	background-color: #f6f5f5;
	border: 1px solid #A5A5A5;
	border-bottom: none;
}

.panes div {
	display: none;
}

#apps {
	width: 960px;
	clear: both;
	background: url(images/tabs-bg.png) no-repeat left top;
	padding: 0 0 10px 0;
}

/* root element for tabs  */
ul.apps-tabs { 
	width: 320px;
	margin: 0;
	float: left;
}

/* single tab */
ul.apps-tabs li { 
	padding: 5px 10px 5px 30px;
	margin: 0 10px 0 0;
	background-position: 20px 10px;
}

ul.apps-tabs a { 
	display: block;
	color: #666;
	font-size: 12px;
}

ul.apps-tabs a:hover {
	font-weight: bold;		
}

ul.apps-tabs a:active {
	outline:none;		
}

ul.apps-tabs a.current {
	color: #B83B30;
	font-weight: bold;
}

.apps-panes {
	width: 640px;
	margin-left: 320px;
}

div.apps-panes div {
	/*display: none;*/
}

/* @end */

/* @end */

/* @group Navigation */

ul.nav {
	float: right;
	margin: 0; padding: 0 10px;
	list-style: none;
	border: 1px solid #8C3E28;
	background: #cccaca url(images/nav-back.png) repeat-x center top;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	white-space: nowrap;
	clear: right; /* EQUISOFT */
}

.nav li {
	margin: 0;
	padding: 0;
	display: inline;
	background: none;
}

.nav li.here a, .nav li a:hover {
	color: #FFF;
	border: 1px solid #8c3d27;
	text-shadow: 0 1px 1px #8C3E28;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background: #8c3e28 url(images/nav-hover.png) repeat-x;
}

.nav li a {
	padding: 4px 8px;
	border: 1px solid transparent;
	color: #656565;
	font-size: 14px;
	font-weight: bold;
	line-height: 40px;
	text-decoration: none;
	text-shadow: 0 1px 0 #F9FAFA;
}

/* @group Footer Nav */

#footer ul.nav {
	float: none;
	background: none;
	border: none;
	text-align: center;
}

#footer ul.nav a {
	color: #FFF;
	border: none;
	text-shadow: 1px 1px 1px #541709;
}

#footer ul.nav li.here a, #footer ul.nav a:hover {
	border: none;
	background: url(images/nav-footer-hover.png) repeat-x center top;
}

/* @end */

/* @group Subnav */

ul.subnav {
	margin: 0; padding: 0 0 10px 0;
	float: right;
	list-style: none;
	text-align: right;
	color: #FFF;
}

ul.subnav li {
	display: inline;
	background: none;
	margin-left: 0;
	text-shadow: 1px 1px 0 #8C230C;
}

ul.subnav li a {
	color: #FFF;
	text-decoration: none;
}

ul.subnav li a:hover {
	text-decoration: underline;
}

li.contact a {
	padding-left: 25px;
	background: url(images/navicon-contact.png) no-repeat left center;
}
/*
li.signup a {
	padding-left: 25px;
	background: url(images/navicon-signup.png) no-repeat left center;
}
*/
li.separator span {
	width: 2px;
	display: inline-block;
	text-indent: -3000em;
	background: url(images/nav-divider.png) no-repeat center center;
}

/* @end */

/* @end */

/* @group Text & Lists */

p, h1, h2, h3 h4, h5 {
	text-shadow: 0 1px 0 #F9FAFA;
}

#main p, #main table, #main h1, #main h2, #main h3 {
	padding: 0 20px;
}

p {
	margin-bottom: 10px;
}

#home-page #main p {
	float: left;
	width: 630px;
	font-size: 16px;
}

#footer p {
	text-align: center;
	color: #FFF;
	text-shadow: 1px 1px 1px #541709;
}

hr {
	height: 0px;
	border: none;
	border-top: 1px solid #999;
	border-bottom: 1px solid #FFF;
}

/* @group Titles */

h1 {
	color: #505252;
	padding: 10px 30px 0;
	font-size: 32px;
	background-image: url(images/content-top-bg.png);
	z-index: 0;
	letter-spacing: -1px;
}

h1 strong {
	color: #B83B30;
}

#home-page #main h1 {
	float: left;
	width: 630px;
	background: none;
	margin-top: 10px;
}

h2 {
	color: #666666;
	margin: 0;
	font-size: 26px;
}

.box h2 {
	margin: 0;
}

h3 {
	color: #505252;
	font-size: 22px;
	line-height: 1;
	margin-bottom: 15px;
}

#loginbox h3 {
	font-size: 16px;
	color: #656565;
	text-shadow: 0 1px 0 #F9FAFA;
	margin-bottom: 10px;
	padding: 0 10px;
}

h3.tabs-title {
	line-height: 42px;
	color: #656565;
	margin: 0 0 10px 0;
	border: 1px solid #A5A5A5;
	border-right: none;
	border-left: none;
	background: #cccaca url(images/tabs-title-bg.png) repeat-x left top;
	text-shadow: 0 1px 0 #FFF;
	font-size: 18px;
}

h4 {
	color: #B83B30;
	margin-bottom: 10px;
	padding: 0 20px;
	font-size: 18px;
	line-height: 1.2;
}

#simple-page h4 {
	clear: left;
}

h5 {
	color: #505252;
	padding: 0 20px;
	margin-bottom: 10px;
	line-height: 16px;
}

/* @end */

/* @group Links */

a {
	color: #cb4034;
}

a:focus, a:active {
	outline: 0;
} 

a:hover, a:visited {
	color: #8c3e28;
}

a.btn {
	display: block;
	margin: 0 10px;
	padding: 0 10px;
	text-align: center;
	line-height: 32px;
	background: #8f3d28 url(images/loginbox-button.png) repeat-x;
	border: 1px solid #8C3E28;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-shadow: 1px 1px 1px #541709;
}

a.btn:hover {
	background-color: #a23418;
	background-image: none;
}

#apps a.btn {
	float: left;
	margin: 0;
	padding: 0 5px;
	line-height: 24px;
}

.box a.btn {
	margin: 0;
}

a.trial {
	
}

/* @end */

/* @group Lists */

ul {
	list-style: none;
	margin: 0 20px 20px;
}

li {
	background: url(images/bullet.png) no-repeat left 6px;
	padding-left: 10px;
	margin: 0 0 5px 10px;
}

/* @end */

/* @group Quotes */

blockquote {
	padding: 20px 50px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 2;
}

blockquote:before {
	content: '\00AB';
	font-size: 75px;
	position: absolute;
	margin-top: -70px;
	left: 20px;
	color: #CCC;
}

blockquote:after {
	content: "\00BB";
	font-size: 75px;
	position: absolute;
	left: 918px;
	margin-top: -100px;
	color: #CCC;
}

#main p.quote-ref {
	text-align: right;
	padding: 0 60px;
}

/* @end */

/* @end */

/* @group Forms */

form {
	overflow: hidden;
	padding: 10px 0;
}

form li {
	clear: both;
	background: none;
	padding: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

#home-page #main form p {
	padding: 0; margin: 0;
	width: auto;
}

form span {
	font-size: 12px;
	line-height: 27px;
}

label {
	width: 120px;
	font-weight: bold;
	color: #666;
	font-size: 12px;
	display: inline-block;
 	line-height: 1.8;
  	vertical-align: top;
}

#home-page input, #home-page label {
	float: left;
	clear: both;
}

label.long {
	display: block;
	width: 100%;
}

input[type="text"], input[type="password"], textarea {
	width: 274px;
	padding: 4px;
	margin-bottom: 5px;
	color: #666;
	font-weight: bold;
	border: 1px solid #AAA;
}

input:focus {
	color: #333;
}

textarea {
	width: 400px;
}

button {
	float: right;
	font-size: 14px;
	display: inline;
	margin: 0;
	text-align: center;
	background: #8f3d28 url(images/loginbox-button.png) repeat-x;
	border: 1px solid #8C3E28;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	text-shadow: 1px 1px 1px #541709;
	cursor: pointer;
}

button:hover {
	background-color: #a23418;
	background-image: none;
}

.required {
	color: #8f3d28;
}

label.error {
	width: auto;
	margin-left: 124px;
	color: #8f3d28;
}

label.error-login { /* EQUISOFT */
	width: auto;
	color: #8f3d28;
	padding-bottom:6px;
}

.message label.error {
	margin-left: 0;
}

input.error, textarea.error {
	border-color: #8f3d28;
}

#main .note {
	padding-top: 10px;
	margin-bottom: 0;
	font-size: 12px;
	color: #666;
	border-top: 1px solid #CCC;
}


/* @end */

/* @group Tables */

table {
	margin: 0 20px;
}

#contact table {
	margin: 0;
	padding: 0;
}

td {
	padding-bottom: 10px;
}

#main table p, #main table h2, #main table h3, #main table h4, #main table h5 {
	padding: 0;
}

/* @end */

/* @group Hacks */

/* slightly enhanced, universal clearfix hack */
#wrapper:after, #header:after, #content:after, #main:after, #sub:after, .box:after, #apps:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
     
#header, #content, #main, #sub, .box, #apps { display: inline-block; }
/* start commented backslash hack \*/
* html #header, * html #content, * html #main, * html #sub, *html .box, * html #apps { height: 1%; }
#header, #content, #main, #sub, .box, #apps { display: block; }
/* close commented backslash hack */

/* @end */

div.clear {
	clear:both !important;
	font-size:0;
	height:0;
	line-height:0;
	padding:0;
	margin:0;
	visibility:hidden;
	}
