/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

#suckerfishnav, #suckerfishnav ul{
	width:205px;
}

/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #fff;
	color: #333;
	text-align: center;
	}

#page {
	background-color: white;
	text-align: left;
	}

#header {
	width:885px;
	height:237px;
	margin:0;
	padding:0;
	}
#logo {
	width:210px;
	height:237px;
	float:left;
	margin:0;
	padding:0;
	background: #000000 url(images/logo.jpg) no-repeat top left;
	}
#headerimg 	{
	margin: 0px 0px 0 0px;
	height: 150px;
	width: 668px;
	background:url(images/header.jpg) no-repeat top left;
	}

#content {
	font-size: 1.2em
	}

.narrowcolumn .entry p, .widecolumn .entry p {
	font-size: 1.05em;
	padding-bottom:10px;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	padding-left:10px;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	border: none;
	width:884px;
	margin:0 auto;
	background-image:url(images/logo.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	height:46px;
	display:block;
	line-height:25px;
	}

#footer a:link{
	color:#fff;
	text-decoration:none;
	}
#footer a:hover{
	color:#fff;
	text-decoration:none;
	}

#footer a:active{
	color:#fff;
	text-decoration:none;
	}

#footer .lefts{ display:block; padding: 10px 0px 10px 20px; width:33%; float:left; color:#fff;}
#footer .mid{ display:block; padding: 10px 0px 10px 0px; width:33%; float:left;color:#fff;}
#footer .rights{ display:block; padding: 10px 0px 10px 0px; width:30%; float:left; text-align:right;color:#fff;}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: left;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif; list-style:none;
	}

small, /*#sidebar ul ul li, #sidebar ul ol li,*/ .nocomments, .postmetadata, blockquote, strike {
	color: #777; list-style:none;
	}
/*#sidebar ul ul li, #sidebar ul ol li{
	list-style:none;
	}*/
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	list-style:none;
	}

a:visited {
	color: #147;
	text-decoration: underline;
	list-style:none;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 885px;
	}

#header {
	margin: 0 0 0 0px;
	padding: 0;
	height: 237px;
	width: 885px;
	}

#headerimg {
	margin: 0px 0px 0px 7px;
	height: 150px;
	width: 668px;
	float:left;
	}
#headerBottomimg{
	float:left;
	margin:3px 0px 0px 7px;
	padding:0;
	width:668px;
	height:84px;
	background:url(images/headerBottom.jpg) no-repeat left top;
	}
#containerbody {
	margin:0;
	padding:0;
}

#sidebarLeft{
	width:210px;
	float:left;
	margin:7px 0px 0px 0px;
	padding:0;
	
	}
#sidebarLeft2{
	width:210px;
	float:left;
	margin:0px 0px 5px 0px;
	padding:0 0 10px 0px;
	background-color:#000;
	clear:both;
	color:#FFFFFF;
	background: #000000 url(images/loginlogo.jpg) no-repeat top left;

		}


.narrowcolumn {
/*	float: left;*/
	padding: 0 0 20px 7px;
	margin: 7px 0 0px 0px;
	width: 665px;
	overflow:hidden;
	background-color:#FFFFFF;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 0px 0px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 885px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 10px;
	margin: 0;
	}

h2 {
	margin: 7px 0 0 10px;
	line-height:30px;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
text-align:center; margin:0px auto;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {

	float: right;
	border:1px solid #EEEEEE;
	padding:5px;
	margin-left: 1em;
	}

img.alignleft {
	margin: 0 1em 2px 0;
	display: inline;
	padding: 5px 5px 5px 0;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 10px;
	padding: 0 0 0 30px;
	padding-left: 20px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 20px;
	}

.entry ul li:before, /*#sidebar ul ul li:before*/ {
	content: "\00BB \0020";
	}

/*#sidebar ul ul li:before{
	list-style:none;
	}*/

.entry ol {
	padding: 0 0 0 35px;
/*margin:0;*/
	margin: 0px 0px 0px 30px;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

/*#sidebar ul, #sidebar ul li {
	margin: 0;
	padding: 0;
	list-style:none;
	}

#sidebar ul li {
	list-style:none;
	margin-bottom: 0px;
	float:left;
	}

#sidebar ul p, #sidebar ul select {
	margin: 0px 0 8px;
	list-style:none;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 0px 0 0 10px;
	list-style:none;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	list-style:none;
	}

ol li, #sidebar ul ol li {
	list-style:none;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 0px 0 0;
	padding: 0;
	float:left;
	clear:both;
	list-style:none;
	}
#sidebar ul ul li a, #sidebar ul ol li a{
color:#FFFFFF;
list-style:none;
	}*/
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

.entry form1{ /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding:0;
	margin:0;
	width: 210px;
	list-style:none;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#calendar_wrap{
	width:210px;
	border-top:3px solid #fff;
	float:left;
	padding-top:10px;
	}

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	/*width: 100%;*/
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
	
.menu_list {
	width: 150px;
}
.menu_head {
	padding: 5px 10px;
	cursor: pointer;
	position: relative;
	margin:1px;
       font-weight:bold;
       background: #eef4d3 url(images/left.png) center right no-repeat;
}
.menu_body {
	display:none;
}
.menu_body a {
  display:block;
  color:#006699;
  background-color:#EFEFEF;
  padding-left:10px;
  font-weight:bold;
  text-decoration:none;
}
.menu_body a:hover {
  color: #000000;
  text-decoration:underline;
}




/*
Theme Name: Motion
Theme URI: http://www.themelab.com/free-wordpress-themes/
Description: Design by <a href="http://www.sixshootermedia.com">Six Shooter Media</a>.  WordPressed by <a href="http://www.themelab.com">Theme Lab</a>
Version: 1.0
Author: Theme Lab
Author URI: http://www.themelab.com/
*/


/*
Theme Name: Motion
Theme URI: http://www.themelab.com/free-wordpress-themes/
Description: Design by <a href="http://www.sixshootermedia.com">Six Shooter Media</a>.  WordPressed by <a href="http://www.themelab.com">Theme Lab</a>
Version: 1.0
Author: Theme Lab
Author URI: http://www.themelab.com/
*/



.selected{
	/*background-color:#000;*/
	color:#FFF;
}

.content{
	background:#FFF;
	padding:4px;
	clear:both;
}

.accordion_child a {
	color:#333;
}

.accordion_child a:hover {
	text-decoration:none;
}

.accordion_child ul.links li {
	background:url(images/link.gif) left no-repeat;
}
#loginform {
 float:left;
 margin:0 0 0 10px;
 }

input {
	width:165px;
	background:#e8e8e8;
	font: 100% "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
	color:#333;
	border:0;
	padding:5px 9px;
	margin:5px 0 0 0px;
	color:#777;
}
textarea {
	width:350px;
	height:105px;
	background:url(images/textarea.jpg) top no-repeat;
	font: 100% "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
	color:#333;
	border:0;
	padding:10px;
	margin:5px;
	color:#777;
}

input[type=submit] {
	 cursor:pointer;
	 background:#E3018E;
	 color:#fff;
	 font-weight:bold;
	 width:100px;
	 height:25px;
	 padding:0px 10px;!important
	 background:url(images/submit.jpg) top no-repeat;
}
input[type="checkbox"] {
	 cursor:pointer;
	 color:#fff;
	 font-weight:bold;
	 width:20px;
	 height:20px;
	 padding:7px 10px 0 10px; !important
}
#cont_id, #cont_c { width: 180px; }

.rememberme {
     padding:0;
	 margin:0;
	 float:left;
	 }
#headerlogin .left{
	float:left;
	margin:45px 0 0 0px;
	padding:0;
	}
#headerlogin .right{
	float:left;
	margin:10px 0 0px 0px;
	padding:0 0 5px 0px;
	}
#loginlogout{
	float:left;
	margin:30px 0 0 10px;
	padding:0px;
	color:#FFFFFF;
	list-style:none;
	}
#loginlogout ul{
	padding:20px 0 20px 0px;
	color:#FFFFFF;
	list-style:none;
	clear:both;
	display:block;
	margin-bottom:10px;
	margin-top:10px;
	}
#loginlogout li{
	padding:5px;
	color:#FFFFFF;
	list-style:none;
	clear:both;
	display:block;
	list-style:outside;
	}
#loginlogout a{
	color:#FFFFFF;
	list-style:none;
	}
#loginlogout a:visited{
	color:#FFFFFF;
	list-style:none;
	text-decoration:none;
	}
#loginlogout a:hover{
	color:#FFFFFF;
	list-style:none;
	text-decoration:underline;
	}
#varificationId {
	float:left;
	margin:45px 0 0 0px;
	padding:0;
	color: #CC0066;

}
blockquote {
	  font: 1.5em/1.8em Georgia, "Times New Roman", Times, serif;
	  background: url(images/close-quote.gif) no-repeat right bottom;
	  padding-left: 18px;
	  text-indent: -18px;
	  color:#888;
	  margin:20px 0;
}

blockquote:first-letter {
	background: url(images/open-quote.gif) no-repeat left top;
    padding-left: 18px;
}

.accordion_child ul {
	margin:25px 0 25px 0px;
}

.accordion_child ul li {
	list-style:none;
	padding-left:20px;
	margin:10px 0;
	background:url(images/bullet.gif) left no-repeat;
	border-bottom:1px solid #eee;
	padding-bottom:10px;
	line-height:19px;
}

/*table {
	width:100%;
	padding:5px;
}*/

td {
/*	background:#eee;
	padding:5px 5px 5px 0px;
	text-align:center;
	background:url(images/td.jpg) top repeat-x;*/
}

h2 {
clear:both;
}

.accordion_child h2 {
	font:170% Arial;
	margin:10px 0 20px;
	padding:10px 0;
	color:#B02700;
	border-bottom:1px solid #eee;
	background:url(images/h2.jpg) bottom left no-repeat;
}

#header h1 {
text-align:center;
font:350% Georgia;
font-style:italic;
color:#232323;
margin-top:50px;
letter-spacing:-1px;
}

#header h2 {
text-align:center;
font:100% Verdana;
text-transform:uppercase;
letter-spacing:2px;
color:#bbb;
margin:10px 0 40px;
}




#accordian{
	padding:0px;
	width:205px;
	z-index:2;
	margin:0;
}

.accordion_headings{
	padding:7px 10px;
	background:url(images/item_bg.jpg) top no-repeat;
	color:#FFFFFF;
	margin-top:2px;
	cursor:pointer;
	font:170% Trebuchet MS;
	letter-spacing:1px;
	clear:both;
}

.accordion_headings:hover{
	background:url(images/item_bg_hover.jpg) top no-repeat;
}

.accordion_child{
	padding:20px 30px;
	background:#fafafa;
	border:5px solid #f4f4f4;
}

/*img {
	float:right;
	padding:5px;
	background:#fff;
	margin:0 0 20px 20px;
	border:1px solid #eee;
}*/

.whiteBox img {
	padding:5px;
	margin:0 0 0px 5px;
	border:1px solid #eee;
}
.greenbox img {
	padding:0px;
	margin:0px;
	/*border:1px solid #eee;*/
background-color:#00FF00;
}
.pink img {
	padding:0px;
	margin:0px;
	/*border:1px solid #eee;*/
background-color:#FF00FF;
}
.yellow img {
	padding:0px;
	margin:0px;
	/*border:1px solid #eee;*/
background-color:#FFFF00;
}
.blue img {
	padding:0px;
	margin:0px;
	/*border:1px solid #eee;*/
background-color:#99CCFF;
}
.orange img {
	padding:0px;
	margin:0px;
	/*border:1px solid #eee;*/
background-color:#FF9900;
}
.purple img {
	padding:0px;
	margin:0px;
	/*border:1px solid #eee;*/
background-color:#CC99FF;
}


p {
	margin:0px 0 0 0px;
	line-height:19px;
	text-align:justify;
	clear:both;
}

.header_highlight{
	background:url(images/item_bg_hover.jpg) top no-repeat;
}

.alignleft {float:left;}
.alignright {float:right;}

.alignleft a, .alignright a {color:#aaa;text-decoration:none;font-weight:bold;}
#test-header{
	background:#000000;
	}
	
.tw-tabbed-widgets { float:left; width:100%; clear:both; }
/* End Various Tags & Classes*/



ul#menu, ul#menu ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
  width: 15em;
}

ul#menu a {
  display: block;
  text-decoration: none;	
}

ul#menu li {
  margin-top: 1px;
}

ul#menu li a {
  background: #333;
  color: #fff;	
  padding: 0.5em;
}

ul#menu li a:hover {
  background: #000;
}

ul#menu li ul li a {
  background: #ccc;
  color: #000;
  padding-left: 20px;
}

ul#menu li ul li a:hover {
  background: #aaa;
  border-left: 5px #000 solid;
  padding-left: 15px;
}

.code { border: 1px solid #ccc; list-style-type: decimal-leading-zero; padding: 5px; margin: 0; }
.code code { display: block; padding: 3px; margin-bottom: 0; }
.code li { background: #ddd; border: 1px solid #ccc; margin: 0 0 2px 2.2em; }
.indent1 { padding-left: 1em; }
.indent2 { padding-left: 2em; }

#suckerfishnav, #suckerfishnav ul{
 	border:0pt none;
	float:left;
	line-height:30px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0pt;
	padding:0pt;
	width:205px; !important
}


/*-----------Marketplace Style-------------*/


.vouch_in {
	color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: bottom;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: #B52285;
}
#footer a{font-family:Verdana; font-size:11px;  color:#fff; text-decoration:none;
	}
#footer a:hover{ color:#B52285; text-decoration:none;
}

#footer a:visited{color:#B52285;  text-decoration:none;
}
.subhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 8px;
}
.login {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #B52285;
	border: 1px solid #000000;
	height: auto;
}
#subnav a{font-family:Verdana; font-size:11px;  color:#ffffff; text-decoration:none; 
	}
#subnav a:hover{ color:#000000; text-decoration:none; 
}

#subnav a:visited{color:#ffffff;  text-decoration:none;
}
.loginregist {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	background-color: #B52285;
	border: 1px solid #000000;
	height: auto;
}
.blackText {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;

}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #ccc;
	
}

/*Menu Sliding*/

ul.slidingmenu {

	position: absolute;
	top: 400px;

}

ul.slidingmenu,
ul.slidingmenu ul,
ul.slidingmenu li,
ul.slidingmenu a {

	padding: 0;
	margin:	0;
	display: block;

}

ul.slidingmenu,
ul.slidingmenu ul {

	width: 10em;

}

ul.slidingmenu li {

	list-style-type: none;
	position: relative;
	
}

ul.slidingmenu a {

	width: 100%;

}

ul.slidingmenu ul {

	position: absolute;
	left: 100%;
	top: -1px;
	display: none;

}

ul.slidingmenu, 
ul.slidingmenu ul {

	border: 1px solid pink;

}

ul.slidingmenu li {

	background: #fff;
	text-align: center;
	border-bottom: 1px solid #B52285;

}

ul.slidingmenu a {

	color: #B52285;
	text-decoration: none;

}

ul.slidingmenu a:hover{

	background: #B52285;
	color: #fff;

}

.say {

	width:140px;
	height:100px;
	background: transparent url(_boxes_home/say_out.jpg);
	display:block;

}

.say:hover {

	width:140px;
	height:100px;
	background: transparent url(_boxes_home/say.jpg);
	display:block;
}

.offer {

	width:140px;
	height:100px;
	background: transparent url(_boxes_home/offers_out.jpg);
	display:block;

}

.offer:hover {

	width:140px;
	height:100px;
	background: transparent url(_boxes_home/offers.jpg);
	display:block;
}

.aims {

	width:140px;
	height:100px;
	background: transparent url(_boxes_home/aims_out.jpg);
	display:block;

}

.aims:hover {

	width:140px;
	height:100px;
	background: transparent url(_boxes_home/aims.jpg);
	display:block;
}

.profiles {

	width:140px;
	height:100px;
	background: transparent url(_boxes_home/profiles_out.jpg);
	display:block;

}

.profiles:hover {

	width:140px;
	height:100px;
	background: transparent url(_boxes_home/profiles.jpg);
	display:block;
}

.hols {

	width:140px;
	height:100px;
	background: transparent url(_boxes_home/hols_out.jpg);
	display:block;

}

.hols:hover {

	width:140px;
	height:100px;
	background: transparent url(_boxes_home/hols.jpg);
	display:block;
}

.join {

	width:140px;
	height:100px;
	background: transparent url(_boxes_home/join_out.jpg);
	display:block;

}

.join:hover {

	width:140px;
	height:100px;
	background: transparent url(_boxes_home/join.jpg);
	display:block;
}

td {
/*	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:left;
	text-decoration: none;*/

}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 13px;
	font-weight: bold;
	color: #000000;
	font-variant: normal;

}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #E3018E;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;

}
.purpleBox {
	background-color: #B52285;
}
.greyBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	background-color: #CCCCCC;
}
.whiteBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align:left;
}


.blueBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	background-color: #B2DDE4;
	text-align: justify;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;

}

.newsletterBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	background-color:#FFE6F6;
	text-align: justify;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;

}

.whiteBoxmember {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	text-align: left;

}
.blackBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC3399;
/* 	background-color: #000000; */
	padding: 5px;
/* background-image: url(images/dinner-ico.jpg);
background-repeat:no-repeat;*/
}
.blueBox {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
/* 	background-color: #99FFCC; */
	text-align: justify;
/* background-image: url(images/early-ico.jpg);
background-repeat:no-repeat;*/
}
.pinkBox {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
/* 	background-color: #FFCCCC; */
	text-align: justify;
/* background-image: url(images/away-ico.jpg);
background-repeat:no-repeat*/;
}
.greenBox {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
/* 	background-color: #00FF66; */
	text-align: justify;
/* background-image: url(images/busines-ico.jpg);
	background-repeat:no-repeat;*/
}

a:link {
	color: #000000;
	text-decoration:none;
}


a:visited {
	color: #000000;
	text-decoration:none;
}

a:hover {
	color: #000000;
	text-decoration:underline;

}
a:active {
	font-weight: bold;
	color: #000000;
}

.purpleBox {
	background-color: #B52285;
}
.greyBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #CCCCCC;
}
.whiteBox {
	font-family: Tahoma, Verdana, Arial;
	font-size: 13px;
	color: #000000;
	text-align: justify;
	padding: 2px ;
	background-color:#FFFFFF;
	margin:0px 0px 0 0px;
}

.darkgreen{
	font-family: Tahoma, Verdana, Arial;
	font-size: 13px;
	color: #000000;
	padding:0 0 0 15px;
	background-color:#22B24C;
	margin:0px 0px 0 0px;
	width:300px;
	display:block;
	}
.darkgreen2 {
	font-family: Tahoma, Verdana, Arial;
	font-size: 13px;
	color: #000000;
	text-align:right;
	float:right;
	background-color:#22B24C;
	display:block;
	width:150px;
	}
.darkgreen2 a { color: #fff; }
.blackBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #CC3399;
/* 	background-color: #000000; */
	padding: 5px;
/* background-image: url(images/dinner-ico.jpg);
background-repeat:no-repeat;*/
}
.blueBox {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
/* 	background-color: #99FFCC; */
	text-align: justify;
/* background-image: url(images/early-ico.jpg);
background-repeat:no-repeat;*/
}
.pinkBox {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
/* 	background-color: #FFCCCC; */
	text-align: justify;
/* background-image: url(images/away-ico.jpg);
background-repeat:no-repeat;*/
}
.greenBox {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
/* 	background-color: #00FF66; */
	text-align: justify;
/*	 background-image: url(images/busines-ico.jpg);
	background-repeat:no-repeat;*/
}


select {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
}
.orangeBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
/* 	background-color: #FF9900; */
/* background-image: url(images/delight-ico.jpg);
background-repeat:no-repeat;*/

}
.grayBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 11px;
	color: #FFFFFF;
/* 	background-color: #808080; */
/* background-image: url(images/lunch-ico.jpg);
background-repeat:no-repeat;*/

}
.grayBox:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
/* 	background-color: #808080; */
/* background-image: url(images/lunch-ico.jpg);
background-repeat:no-repeat;*/
cursor:default;

}

textarea {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
}
.mainBody {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #CC3399;
	background-color: #FFFFFF;
	text-align: justify;
	text-decoration: underline;
	font-weight: bold;

}
a.mainBody2 {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #CC3399;
	/*	background-color: #CC3399;*/
	text-align: justify;
	font-weight: bold;
	/*text-decoration: underline;*/
}.bgcalendar {
	background-color: #B52285;
	background-image: url(images/calendar.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 330px;
	text-align: center;
	color: #000000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.textcalendar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	width: 20px;
	text-decoration: none;
	text-align: center;
/* 	border: 1px solid #FF99FF; */
}
.calendar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #000000;
	padding: 6px;
	width: 10px;
	text-decoration: none;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.calendar td{color:#000000;}
.img {
	padding: 5px;
	background-color:#fff;
	border: 1px solid #ccc;
	margin-right: 10px;
	margin-left: 10px;

}
.marketPlaceBox {
	height: 148px;
	width: 188px;
	margin: 0px;
	padding: 0px;
}

a {
	color: #CC3399;
	text-decoration: underline;
}


input .entry{
	 width:350px;
}

.entry input[type=submit] {
	 cursor:pointer;
	 color:#fff;
	 font-weight:bold;
	 width:100px;
	 height:20px;
	 padding:0px 10px 0 10px; !important
	 background:url(images/submit.jpg) top no-repeat;
}

.newsltr p{padding:5px 0px px 10px;}
.lightgreen{
	font-family: Tahoma, Verdana, Arial;
	font-size: 13px;
	color: #000000;
	text-align: justify;
	padding: 5px ;
	background-color:#D9EDD8;
	margin:0px 0px 0 0px;
	}

.lightgreen ul{
	float:left;
	margin:0;
	padding:0;
	width:400px;
	list-style:none; !important
	}
.lightgreen ul li{
	float:left;
	margin:0;
	padding:0;
	list-style:none; !important
	clear:both;
	}
.lightgreen ul li span{
	width:250px;
	list-style:none; !important
	margin:20px;
	
	}
.headstrong{
	font-weight:bold;
	}
	
#minicontent {
	float:left;
	clear:both;
	}
#morecontent{
	float:left;
	clear:both;
	width:99%;
	margin-top:10px;
	}
#contentLeft{
	float:left;
	width:320px;
	margin:0;
	padding:0;
	}
#contentLeft1{

	}
#contentLeft2{
	margin:20px 0 0 5px;
	padding:0;
	font:normal 12px/14px Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	text-align:justify;
	line-height:19px;
	}
#contentLeft2 img{
	float:left;
	margin:0 0 0 10px;
	padding:5px;
	border:1px solid #EEEEEE;
    }
#contentLeft2 .vline{
	float:left;
	width:2px;
	height:100px;
	padding:0 5px 0 5px;

	}
#contentRight{
	margin:0 0 0 15px;
	padding:35px 0 0 0px;
	background:url(images/mainheaderbg.jpg) no-repeat top left;
	}

#contentRight p{
	padding-bottom:10px;
	}
	
.newmember {
	font-family: Tahoma, Verdana, Arial;
	font-size: 13px;
	color: #000000;
	text-align: justify;
	padding: 10px ;
	background-color:#e8e8e8;
	margin:0px 0px 0 10px;
	border:1px solid #ccc;
	float:left;
	width:607px;
/*	height:200px;*/
}
.newmember img{
	margin:0px 0px 0 0px;
	padding:0;
	border:none;
}
	
.existingmember{
	font-family: Tahoma, Verdana, Arial;
	font-size: 13px;
	color: #000000;
	text-align: left;
	background-color:#e8e8e8;
	margin:0px 0px 0 20px;
	border:1px solid #ccc;
	float:left;
	width:290px;
	padding:5px;
	height:200px;
	}
.existingmember input.inputStyle{
	width:280px;
	background:#fff;
	border:1px solid #ccc;
	padding:0px 0 5px 3px;
	margin:0 0 0 0px;
	
	}
.existingmember input[type=image]{
	background:none;
	border:none;
	padding:4px 0 0 0px;
	}
.whiteBoxMemberBenefits{
	font-family: Tahoma, Verdana, Arial;
	font-size: 13px;
	color: #000000;
	text-align: justify;
	padding: 0px 0 0 10px;
	background-color:#FFFFFF;
	margin:0px 0px 0 10px;
	}
/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
	
	
.newmember h1 {
	margin: 0;
	padding:0;
	}
.whiteBox p{
	padding:10px 10px 0px 0px;}
	
.logbutton{
	display:block;
	background-color:#FF0099;
	margin-bottom:7px;
	margin-left:5px;
	padding:0 5px;
	text-align:center;
	width:50px;
	}
#manageTraining {
	padding:0 0 0 0px;
	margin:0 0 0 7px;
	float:left;
	}
#manageTraining td.labelside{
	clear:both;
	color:#F76262;
	float:left;
	font-size:11px;
	padding:2px;
	text-align:left;
	width:150px;
	}
	
#manageTraining input[type="submit"] {
	color:#611616;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	height:24px;
	letter-spacing:0;
	width:130px;
	border:none;
	}
	
#manageTraining input[type="submit"]:hover{
	color:#611616;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	height:24px;
	letter-spacing:0;
	width:130px;
	background:#F98080 none repeat scroll 0 0;
	border:none;
	}
	
#jobtitle2{
	padding:0;
	margin:0;
	float:left;
	}
#jobtitle2 td.tdstyle2{
	clear:both;
	color:#F76262;
	float:left;
	font-size:11px;
	padding:0px;
	text-align:left;
	width:150px;
	}
.logbutton1{
	display:block;
	background-color:#FF0099;
	margin-bottom:7px;
	margin-left:500px;
	padding:5px 5px;
	text-align:center;
	width:150px;
	}
.search1 { 
width:125px; 
height:25px;
background:url(../images/search1.jpg) no-repeat center top;
}

#maincorp{width:100%;}
#corp1{width:50%; float:left;}
#corp2{width:50%; float:left;}
#content a, #content a:active, #content a:visited{
	color: #E3018E;
}
.entry ul {
	list-style-type: disk;
	margin: 0;
	}
.entry ul li {
	text-indent: 10px;
	}
.logbutton1 a {
	color: #fff !important;
	}
.border-top-bottom {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	height: 1%;
	}
.border-top-bottom:after {
	content: ".";
	width: 0;
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
	}
/**************** CALENDAR ***************/
#calendar_wrapLarge {
	width: 100%;
	position: relative;
	height: 545px;
	background: #fff url(images/CalendarBackground.jpg) 2px 0 no-repeat;
	text-align: left !important;
	}
#EC_previousMonthLarge, #EC_nextMonthLarge {
	width: 91px;
	height: 64px;
	display: block;
	}
#EC_previousMonthLarge {
	position: absolute;
	top: 120px;
	left: 10px;
	background: #fff url(images/calendar_prev.jpg) top left no-repeat;
	}
#EC_nextMonthLarge {
	position: absolute;
	top: 120px;
	right: 10px;
	background: #fff url(images/calendar_next.jpg) top left no-repeat;
	}
#wp-calendarLarge {
	width: 395px;
	height: 355px !important;
	margin-top: 102px !important;
	color: #fff;
	font-family: "Arial Rounded MT Bold", Arial, Helvetica, sans-serif;
	empty-cells: show;
	}
#wp-calendarLarge th {
	text-align: center;
	font-size: 32px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	}
#wp-calendarLarge th.main {
	border: none;
	}
#wp-calendarLarge td {
	font-size: 32px;
	text-align: center;
	vertical-align: middle !important;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	}
th.last-in-row, td.last-in-row {
	border-right: none !important;
	}
#todayLarge {
	background: #b2006a !important;
	}
.day {
	}
.day span {
	width: 0 !important;
	height: 0 !important;
	display: none !important;
	}
.day-with-event {
	background: transparent url(images/day-with-event.jpg) top left no-repeat !important;
	cursor: pointer;
	}
#todayLarge.day-with-event {
	background: #b2006a url(images/current-day-with-event.jpg) top left no-repeat !important;
	}
/*88888888


88888888*/
#pri-nav, #pri-nav li ul {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 11px;
	}
#pri-nav li, #pri-nav li ul li {
	margin-bottom: 1px;
	}
#pri-nav a {
	background: #000;
	display: block;
	padding: 10px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	}
#pri-nav li ul li a {
	background-color: #E3018E;
	padding: 10px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	}
