/*
Theme Name: Breakaway
Theme URI: http://team3089.com/
Description: The Team3089 theme based on the default WordPress theme.
Version: 1
Author: Chen
*/

@import url("style-basic.css");

/******
 * הקוד המקורי
*******/

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}
.commentlist li {
	font-weight: bold;
}
.commentlist li .avatar { 
	float: left;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	margin-right: 5px;
	}
.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;
	}
small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}
acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}
#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 */
.post {
	margin: 0 0 40px;
	text-align: justify;
	}
.post hr {
	display: block;
	}
div p.postmetadata {
	margin-top: -5px;
	padding-bottom: 15px;
}
.postmetadata, small {
	font-size: 0.85em;
}
.postmetadata small {
	font-size: 1em;
}
div.entry {
	padding-bottom: 4px;
}
div h2 a
	{
	margin-top: 150px;
	}
.smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}
.attachment {
	text-align: center;
	margin: 5px 0px;
}
.clear {
	clear: both;
}
/* End Structure */
/*	Begin Headers */

h2 {
	margin: 30px 0 0;
	}
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%;
	}
/*	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 {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}
.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: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}
html>body .entry li {
	margin: 7px 0 8px 10px;
	}
.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}
.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 ol {
	margin: 0;
	padding: 0;
	}
#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}
#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}
#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}
#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}
ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}
#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}/* 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;
	}
select {
	width: 130px;
	}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}
#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */
/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}
.commentlist {
	padding: 0;
	text-align: justify;
	}
.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}
.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }
#commentform p {
	margin: 5px 0;
	}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}
.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */
/* Begin Calendar */
#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;
	}
#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* 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;
	}
.hidden {
	display: none;
	}
.screen-reader-text {
     position: absolute;
     left: -1000em;
}
a img {
	border: none;
	}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/
/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/********
 * סוף הקוד המקורי
 ********/

body {
	margin: 0;
	padding: 0;
	direction: ltr;
	font-family: arial, nachliel-clm, sans-serif;
	line-height: 150%;
	font-size: 14px; /* 100% */
	color: #000000;
	background-color: #ffffff;
	text-align: left;
}
#container {
	direction: ltr;
	clear: both;
	min-width: 700px;
	margin: 0 5px;
}
#main p, #main div {
	margin-bottom: 5px;
}
#cPage {
	clear: both;
	display: block;
}
#main {
	margin-top: 15px;
	padding: 0 2%;
	margin-bottom: 15px;
	clear: both;
}
#contentPage {
	margin-left: 250px;
}
.sponsorsWebsite {
	display: block;
	margin-top: 10px;
}
#OurSponsorsHome {
	text-align: center;
	line-height: 450%;
}
#OurSponsorsHome a {
	margin: 0 3%;
}
ul.withoutSign, ul.withoutSign li:before {
	content: "";
	}
hr {
	height: 1px;
	width: 80%;
	border: 0px;
	border-bottom: 1px dashed #ababab;
}
/* Header */
#header {
	margin-top: 5px;
	display: block;
	clear: both;
}
#header #rightHeader {
	float: right;
	display: block;
	margin-top: -5px;
}
#header #leftHeader {
	float: left;
	display: block;
	margin: -3px 15px 0 20px;
	
}
#header #centerHeader {
	padding-top: 25px; /* 15px */
	padding-left: 15px;
	line-height: 2em;	
}
#header #leftHeader .HeaderTeamLogo {
	border: 1px solid #000000;
	width: 250px;
	height: 100px;
	margin-right: 10px;
}
#header #headerParts {
	background-image: url("images/headerBackground.png");
	background-repeat: repeat-x;
	background-position: bottom right;
	min-height: 115px;
	padding-top: 5px;
	border-bottom: 1px solid #ffffff;
}
#header #headerMenu {
	min-height: 33px;
	border-top: 3px solid #ffd800;
	background-image: url("images/headerMenuBackground.png");
	background-repeat: repeat-x;
	background-position: bottom right;
	color: #e9f6ff;
	font-weight: bold;
	padding: 0 25px;
	vertical-align: middle;
}
#header h1 a {
	font-size: 2.8em;
	font-weight: bold;
	color: #d3b022; /* 1e6bb1 || eec72a || 03add7 */
	font-style: italic;
}
#header h1 a:link, #header h1 a:active, #header h1 a:visited, #header h1 a:hover {
	text-decoration: none;
}
/* Links - Default
---------------------------------------- */
a:link {
	color: #0000ff;
	text-decoration: none;
}
a:active {
	color: #0000ff;
	text-decoration: none;
}
a:visited {
	color: #0000ff;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/* ------------------------------------- */

/* Header Navigation Menu
---------------------------------------- */
#header #headerMenu ul li a:link, #header #headerMenu ul li a:active, #header #headerMenu ul li a:visited, #header #headerMenu ul li a:hover {
	color: #e9f6ff;
	font-weight: bold;
	text-decoration: none;
}
#header #headerMenu ul li li a:link,
#header #headerMenu ul li li a:active, 
#header #headerMenu ul li li a:visited, 
#header #headerMenu ul li li a:hover {
	color: #e9f6ff;
	font-weight: normal;
}
#header #headerMenu ul li li a:hover {
	text-decoration: underline;
}
div#headerMenu ul {
	margin-top: 1px;
	cursor: default;
}
div#headerMenu li {
	position: relative;
	margin: 0 -1px 0 0;
	display: block;
	float: left;
	padding: 0 1.2em;
	cursor: pointer;
}
/* * html div#headerMenu li {
	float: left;
}*/
div#headerMenu>ul a {
	width: auto;
}
div#headerMenu ul ul {
	position: absolute;
	display: none;
	margin-top: -1px;
	width: 9.4em;
	border: 1px solid #ababab;
	background-color: #006ce8;
	padding: 0 4px;
}
* html div#headerMenu ul ul {
	margin-left: -1px;
}
div#headerMenu ul ul li {
	padding: 0;
	border-bottom: 1px solid #30a5ed;
	padding-bottom: 4px;
	width: 9.4em;
}
div#headerMenu ul ul li.last {
	border-bottom: 0px;
}
div#headerMenu ul ul li a {
	display: block;
}
div#headerMenu ul.first li.submenu:hover ul.second,
div#headerMenu ul.second li.submenu:hover ul.third {
	display: block;
}
div#headerMenu ul.second {
	top: 1.5em;
	left: -1px;
}
div#headerMenu ul.third {
	top: 0;
	left: 9.35em;
}
/* Sidebar
---------------------------------------- */
#sidebar {
	width: 203px;
	border: 0px solid #000000;
	border-right: 1px dashed #c0c0c0;
	float: left;
	/*padding: 0 15px;*/
	padding-right: 18px; /*1.5em;*/
}
#sidebar h2 {
	font-size: 1.5em;
	line-height: 1.5em;
	margin-top: 8px;
}

/* Secondary Sidebar
---------------------------------------- */
#secondarySidebar {
	width: 250px;
	border: 0px solid #000000;
	border-left: 1px dashed #c0c0c0;
	float: right;
	padding-left: 1.5em;
}
#secondarySidebar h2 {
	font-size: 1.5em;
	line-height: 1.5em;
	margin-top: 8px;
}
secondarySidebar

/* H - Hx titles
---------------------------------------- */
.content h1 {
	color: #034379;
	font-size: 200%;
	font-weight: bold;
	line-height: 150%;
}
h2 {
	margin: 0;
	padding: 0;
	font-size: 150%;
	line-height: 150%;
}
h2.title {
	font-size: 1.75em;
	font-weight: bold;
	line-height: 100%;
}
h3 {
	color: #034379;
	font-size: 125%;
	font-weight: bold;
	margin: 0;
	padding: 0;
	line-height: 150%;
}
h3 a:link, h3 a:active, h3 a:visited, h3 a:hover {
	color: #034379;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

/* Text Style
---------------------------------------- */
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
dl dt {
	font-weight: bold;
}
dl dd {
	margin-left: 2em;
	margin-bottom: 1em;
}

/* Content Style
---------------------------------------- */
#sponsorsTable td {
	text-align: left;
	vertical-align: top;
}
#sponsorsTable td h3 {
	margin: 0;
	padding: 0;
}
#sponsorsTable td.logo {
	text-align: center;
	width: 200px;
}
#sponsorsTable td.info {
	padding-left: 15px;
	margin-right: -15px;
}
#sponsorsTable tr {
	border-bottom: 1px solid #000000;
	padding-bottom: 10px;
	margin-bottom: 20px;
	padding-top: 10px;
	display: block;
}
#sponsorsTable tr.last {
	border: 0px;	
}
#sponsorsPage #row {
	clear: both;
	border-bottom: 1px solid #000000;
	padding-bottom: 10px;
	margin-bottom: 20px;
	padding-top: 10px;
	display: block;
}
#sponsorsPage #row #logo {
	width: 200px;
	min-width: 200px;
	text-align: center;
	display: inline;
	float: left;
	
}
#sponsorsPage #row #info {
	padding-left: 15px;
	margin-left: 215px;
}

/* Footer
---------------------------------------- */
#footer {
	padding: 0;
	margin: 0 auto;
	clear: both;
}
#footer #footerContent {
	clear: both;
	margin-top: 15px;
	padding-top: 10px;
	border-top: 3px solid #ffd800;
	background-image: url("images/footerBackground.png");
	background-repeat: repeat-x;
	background-position: top right;
}
#footer p {
	margin: 0;
	text-align: center;
	padding-top: 5px;
	clear: both;
	font-size: 0.95em;
}
#footer div {
	margin: 0;
	padding-top: 5px;
	text-align: center;
	clear: both;
}
#footer div.validations a {
	margin: 0 5px;
}
#footer #footerMenu {
	min-height: 33px;
	border-top: 3px solid #ffd800;
	background-image: url("images/headerMenuBackground.png");
	background-repeat: repeat-x;
	background-position: bottom right;
	color: #e9f6ff;
	font-weight: bold;
	padding: 0 25px;
	vertical-align: middle;
}

/* Team Members Page
---------------------------------------- */
#teamMembersDiagram {
	min-width: 600px;
	margin-left: -20px;
	margin-right: -6em;
}
#teamMembersDiagram #head {
	text-align: center;
	margin-bottom: 15px;
}
#teamMembersDiagram #head #teamLeader {
	background-image: url("images/team_members/b1_2_center.png");
	background-repeat: repeat-x;
	background-position: bottom right;
	min-width: 100px;
	max-width: 250px;
	padding: 0 25px;
	height: 90px;
	vertical-align: middle;
	text-align: center;
	margin: 0 auto;
}
#teamMembersDiagram #head #teamLeader h3 {
	font-size: 1.85em;
	font-weight: bold;
	padding-top: 10px;
}
#teamMembersDiagram #head #teamLeader h4 {
	font-size: 1.4em;
}
#teamMembersDiagram #head #teamLeader h4, #teamMembersDiagram #head #teamLeader h4 a {
	color: #000000;
}
#teamMembersDiagram #head #teamLeader span#b1_left {
	background-image: url("images/team_members/b1_2_left.png");
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 21px;
	height: 90px;
	float: left;
	display: block;
	margin-left: -25px;
	margin-right: 25px;
}
#teamMembersDiagram #head #teamLeader span#b1_right {
	background-image: url("images/team_members/b1_2_right.png");
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 21px;
	height: 90px;
	float: right;
	display: block;
	margin-right: -25px;
	margin-left: 25px;
}
#teamMembersDiagram #teams h3 {
	font-size: 1.8em;
	font-weight: bold;
	padding-top: 15px;
	margin: 0 -65px; /* 0 -45 */
}
#teamMembersDiagram #teams h4 {
	font-size: 1.3em;
	margin: 0 -65px;
}
#teamMembersDiagram #teams h4, #teamMembersDiagram #teams h3,
#teamMembersDiagram #teams h4 a, #teamMembersDiagram #teams h3 a
 {
	color: #ffffff;
}
#teamMembersDiagram #teams table {
	width: 75em;
	text-align: left;
	min-width: 960px;
}
#teamMembersDiagram #teams table td {
	text-align: left;
	margin: 0;
	padding: 0;
}
#teamMembersDiagram #teams .header span {
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 22px;
	height: 90px;
	display: block;
	margin-top:1px;
}
#teamMembersDiagram #teams .header {
	background-repeat: repeat-x;
	background-position: bottom right;
	min-width: 50px;
	padding: 0 5px;
	height: 91px;
	vertical-align: middle;
	text-align: center;
	display: block;
	color: #ffffff;
}
#teamMembersDiagram #teams td ul li:before {
	content: "";
	}
#teamMembersDiagram #teams td ul,
#teamMembersDiagram #teams td ul li {
	list-style: none;
	line-height: 1.25em;
}
#teamMembersDiagram #teams td ul li {
	padding: 0px 0;
	padding-left: 26px;
	margin-right: -70px;
	margin-left: -4px;
	background-repeat: no-repeat;
	background-position: 0px center;
}
#teamMembersDiagram #teams td ul li a {
	color: #000000;
}
/* mechanics */
#teamMembersDiagram #teams #mechanics .header span#b2_right {
	background-image: url("images/team_members/b2_right.png");
	margin-right: -5px;
	margin-left: -10px;
	float: right;
}
#teamMembersDiagram #teams #mechanics .header span#b2_left {
	background-image: url("images/team_members/b2_left.png");
	margin-left: -5px;
	margin-right: -10px;
	float: left;
}
#teamMembersDiagram #teams #mechanics .header {
	background-image: url("images/team_members/b2_center.png");
}
#teamMembersDiagram #teams #mechanics ul li {
	background-image: url("images/team_members/bullet_green.png");
}
/* Programming */
#teamMembersDiagram #teams #programming .header span#b3_right {
	background-image: url("images/team_members/b3_right.png");
	margin-right: -5px;
	margin-left: -10px;
	float: right;
}
#teamMembersDiagram #teams #programming .header span#b3_left {
	background-image: url("images/team_members/b3_left.png");
	margin-left: -5px;
	margin-right: -10px;
	float: left;
}
#teamMembersDiagram #teams #programming .header {
	background-image: url("images/team_members/b3_center.png");
}
#teamMembersDiagram #teams #programming ul li {
	background-image: url("images/team_members/bullet_dark_blue.png");
}
/* Sketching */
#teamMembersDiagram #teams #sketching .header span#b4_right {
	background-image: url("images/team_members/b4_right.png");
	margin-right: -5px;
	margin-left: -10px;
	float: right;
}
#teamMembersDiagram #teams #sketching .header span#b4_left {
	background-image: url("images/team_members/b4_left.png");
	margin-left: -5px;
	margin-right: -10px;
	float: left;
}
#teamMembersDiagram #teams #sketching .header {
	background-image: url("images/team_members/b4_center.png");
}
#teamMembersDiagram #teams #sketching ul li {
	background-image: url("images/team_members/bullet_orange.png");
}
/* Website */
#teamMembersDiagram #teams #website .header span#b5_right {
	background-image: url("images/team_members/b5_right.png");
	margin-right: -5px;
	margin-left: -10px;
	float: right;
}
#teamMembersDiagram #teams #website .header span#b5_left {
	background-image: url("images/team_members/b5_left.png");
	margin-left: -5px;
	margin-right: -10px;
	float: left;
}
#teamMembersDiagram #teams #website .header {
	background-image: url("images/team_members/b5_center.png");
}
#teamMembersDiagram #teams #website ul li {
	background-image: url("images/team_members/bullet_blue.png");
}
/* Strategy */
#teamMembersDiagram #teams #strategy .header span#b6_right {
	background-image: url("images/team_members/b6_right.png");
	margin-right: -5px;
	margin-left: -10px;
	float: right;
}
#teamMembersDiagram #teams #strategy .header span#b6_left {
	background-image: url("images/team_members/b6_left.png");
	margin-left: -5px;
	margin-right: -10px;
	float: left;
}
#teamMembersDiagram #teams #strategy .header {
	background-image: url("images/team_members/b6_center.png");
}
#teamMembersDiagram #teams #strategy ul li {
	background-image: url("images/team_members/bullet_red.png");
}

/* Mentors */
#teamMembersDiagram #footerMentors {
	margin: 50px 0 0 0;
}
#teamMembersDiagram #footerMentors .title {
	font-size: 1.6em;
	letter-spacing: 1px;
	margin: 10px 0 15px 0;
	padding-left: 2.5%;
}
#teamMembersDiagram #footerMentors table {
	width: 85%;
	margin: 0 auto;
}
#teamMembersDiagram #footerMentors, #teamMembersDiagram #footerMentors a {
	color: #000000;
}
#teamMembersDiagram #footerMentors h4 {
	padding-top: 10px;
	font-size: 1.5em;
	margin-right: 5px;
	margin-left: 5px;
}
#teamMembersDiagram #footerMentors .mainMentor {
	font-weight: bold;
}
#teamMembersDiagram #footerMentors .mentorLink span {
	background-repeat: no-repeat;
	background-position: bottom right;
	background-color: #ffffff;
	/*width: 18px;*/
	width: 20px;
	height: 54px;
	display: block;
}
#teamMembersDiagram #footerMentors .mentorLink {
	background-image: url("images/team_members/b9_center.png");
	background-repeat: repeat-x;
	background-position: bottom right;
	min-width: 180px;
	padding: 0;
	height: 54px;
	vertical-align: middle;
	text-align: center;
	display: block;
	color: #ffffff;
	margin: 0 20px;
	letter-spacing: 0px;
}
#teamMembersDiagram #footerMentors .mentorLink a {
	padding: 0 10px;
}
#teamMembersDiagram #footerMentors .mentorLink span.b7_right {
	background-image: url("images/team_members/b9_right.png");
	background-color: #ffffff;
	/*width: */
	background-position: bottom left;
	margin-right: -15px;
	margin-left: -20px;
	float: right;
}
#teamMembersDiagram #footerMentors .mentorLink span.b7_left {
	background-image: url("images/team_members/b9_left.png");
	margin-left: -10px;
	margin-right: -20px;
	float: left;
}
.entry form {
	text-align: left !important;
}
.entry form dt {
	font-weight: normal;
}
.entry form dt.bold {
	font-weight: bold !important;
}
.entry form input[type="submit"] {
	min-width: 3em;
	margin: 15px auto 0 auto;
	font-size: 1.5em;
	padding: 5px 25px;
	display: block;
}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* */
/*
#teamMembersLists .backTree {
	background-image: url("images/team_members/b8_center.png");
	background-repeat: no-repeat;
	background-position: bottom right;
	min-width: 180px;
	width: 200px;
	padding: 0;
	height: 54px;
	vertical-align: middle;
	text-align: center;
	display: block;
	color: #000000;
	margin: 0 20px;
	font-size: 1.25em;
	position: fixed;
	right: 5px;
	top: 35%;
}
#teamMembersLists .backTree a {
	padding: 0 10px;
	color: #000000;
}
#teamMembersLists .backTree span.link {
	padding: 0 15px 0 15px;
	display: block;
background-image: url("images/team_members/b8_center.png");
	background-repeat: repeat-x;
	background-position: bottom right;
height: 54px;
/*z-index:50;* /

}
#teamMembersLists .backTree span.back_right {
	background-image: url("images/team_members/b8_right.png");
	/*margin-right: -5px;* /
	margin-left: -20px;
	float: right;
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 18px;
	height: 54px;
	display: block;
}
#teamMembersLists .backTree span.back_left {
	background-image: url("images/team_members/b8_left.png");
	/*margin-left: -5px;* /
	margin-right: -20px;
	float: left;
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 18px;
	height: 54px;
	display: block;
}
#teamMembersLists .backTree span span.back_right {
	background-image: url("images/team_members/b8_right.png");
	margin-right: -15px;
	margin-left: 5px;
	float: right;
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 18px;
	height: 54px;
	display: block;
	z-index:100;
}
#teamMembersLists .backTree span span.back_left {
	background-image: url("images/team_members/b8_left.png");
	margin-left: -15px;
	margin-right: 5px;
	float: left;
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 18px;
	height: 54px;
	display: block;
	z-index:100;
}
*/

#teamMembersLists .backTree {
	background-image: url("images/team_members/b8_center.png");
	background-repeat: repeat-x;
	background-position: bottom right;
	min-width: 180px;
	width: 200px;
	padding: 0 5px;
	height: 54px;
	vertical-align: middle;
	text-align: center;
	display: block;
	color: #000000;
	margin: 0 20px;
	font-size: 1.25em;
	position: fixed;
	right: 5px;
	top: 35%;
}
#teamMembersLists .backTree a {
	padding: 0 10px;
	color: #000000;
	text-align: center;
	margin-top: 5px;
}
#teamMembersLists .backTree span.link {
	padding: 10px 10px 0 10px;
	display: block;
	text-align: center;
}
#teamMembersLists .backTree span.back_right {
	background-image: url("images/team_members/b8_right.png");
		background-position: bottom left;
	background-color: #ffffff;
	margin-right: -15px;
	/*margin-left: -20px;*/
	float: right;
	background-repeat: no-repeat;
	/*width: 18px;*/
	width: 20px;
	height: 54px;
	display: block;
}
#teamMembersLists .backTree span.back_left {
	background-image: url("images/team_members/b8_left.png");
	background-color: #ffffff;
	margin-left: -15px;
	/*margin-right: -20px;*/
	float: left;
	background-repeat: no-repeat;
	background-position: bottom right;
	/*width: 18px;*/
	width: 20px;
	height: 54px;
	display: block;
}
#teamMembersLists h2 {
	font-size: 2.2em;
	font-weight: bold;
}
#teamMembersLists .member dt {
	margin-top: 10px;
}
#teamMembersLists .member dd {
	margin-bottom: 5px;
}
#teamMembersLists hr {
	margin-top: 20px
}
#teamMembersLists .member {
	margin: 20px 0;
}
#teamMembersLists .member .details {
	margin-left: 290px;
	margin-top: 20px;
	min-height: 320px;
}
#teamMembersLists .member .details h3 {
	font-size: 1.7em;
	margin-bottom: 10px;
	padding-top: 10px;
}