/* For id's we do #, for classes we do (.) */
body {
	background:#333;
	font-family:arial, helvetica, sans-serif;
	font-size:9pt;
	margin:0;
	padding:0;
}

#container {
	width:700px;
	background:#fff;
	padding:0px;
	margin:10px auto 10px auto;	
}

#header {
	background:url(images/header.jpg) top left no-repeat #0b6a0b;
	/* width:700px; */
	height:214px;
	margin:0;
	padding:0;
}

#header h1 {
	color:#fff;
	padding:10px;
	text-transform:lowercase;
	font-weight:normal;
	font-size:24pt;
	margin:0;
}

#header p {
	text-align:right;
	/* padding:50px 10px 10px 10px; */
	color:#fff;
	font-size:10pt;
	font-weight:bold;
}

#nav {
  margin:0px 0 0 0;
  padding:0 10px 0 70px;
	height:37px;
	width:620px;
	background:url(images/nav_off.jpg) top left repeat-x #222222;
	text-align: center;
}

#nav ul {
	text-align: center;
}
	
#nav li {
	list-style:none;
	margin:0;
	padding:0;
	display:inline;
}

#nav li a {
	color:#fff;
	font-weight:bold;
	font-size:12pt;
	text-decoration:none;
	/* BEFORE I REDUCED TO 4 ITEMS ON JUNE 2:
	padding:2px 10px 2px 10px;
	*/
	padding:2px 40px 2px 30px;
	display:block;
	margin:0;
	line-height:33px;
	overflow:hidden;
	float:left;
}

#nav li a:hover {
	background:url(images/nav_on.jpg) top left repeat-x #555555;
}

#content {
  /* padding-right:20px; */
  width:700px;
	margin-top:0px;
	background:#D4FFBF;
	font-family:verdana;
	padding-right:0px;
}

#content .date {
	width:150px;
	height:200px;
	float:left;
	font-weight:bold;
	text-align:center;
	padding:5px;
	background:url(images/date_block.jpg) top left no-repeat #fff;
	border:10px solid #fff;
}

#content h1 {
	font-size:22pt;
	color: #2F200F;
	font-family:georgia, times, serif;
	font-weight:normal;
	margin:0;
	padding:0;
}

#content h2 {
	font-family:verdana;
	color:green;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	margin:0;
	padding:0;
	margin-bottom: 20px;
}

#content li {
	margin-bottom:12px;
}

#content .post {
	margin-left:30px;	
	padding-right:10px;  /* Amir added */
	line-height:20px;  /* Amir added */
}

/* color:#f6502e; */
#footer {
	border-top:1px solid #f6502e;
	border-top-color:black;
	color:white;
	margin-top:0px;
	padding:10px;
	text-align:center;
	font-size:8pt;
	background-color:#C30101;
}

p.postmeta {
	clear:both;
	font-size:8pt;
	text-align:right;
	padding:2px;
	background:#e6f49c;
	margin:0;
}

p.postmetaAmir {
	clear:both;
	font-size:8pt;
	text-align:left;
	padding:0px;
	background:#FFFFFF;
	margin:0;
}

p.postmeta a, p.postmeta a:hover {
	color:#000;
	background:none;
}

a {
  font-family:verdana;
  color:green;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
  color:red;
}

#photos {
	position:relative;
	width:350px;
	margin:0 auto 0 auto;	
}

.imgbox {
	position:relative;
	padding:5px;
	border:1px solid #000;
	margin:10px;
	width:350px;
	height:370px;
	float:right;
}

.floatright {
  background:#FFFFFF;
  float:right;
  padding:5px;
	border:1px solid #000;
	margin:15px;
	width:270px;
}


.stepsTable {
  border: thin rgb(0,0,0) solid  
}


.stepsTable tbody tr th {
  line-height:20px;
  background:#CB4AFD;
  border: thin rgb(0,0,0) solid
}

.stepsTable tbody tr td {
  background:#F8EEF8;
  vertical-align:top;
  padding:10px;
  margin-left:14px;
  line-height:20px;
  border: thin rgb(0,0,0) solid
}

.yGroupRow {
  vertical-align: middle;
  height: 25pt;
  font-size:15px;
}
.linksTable {
  border-width:1px;
  border-color: black;
  border-style:solid;  
  height: 20pt;
  width: 600px;
  font-size:12px;
  background-color:white;
}

th {
  line-height:25px;
}


.linksTable td {
	/*background: -webkit-linear-gradient(left, rgba(222,22,22,1) 0%, rgba(222,222,222,0) 20%, rgba(222,222,222,0) 80%, rgba(222,222,222,1) 100%);*/
	
	/* background: url(images/gradient-cells.png) repeat-x !important; */
	/*background:-moz-linear-gradient(left center, #F00 40%, #00F 40%);
    background:-o-linear-gradient(left center, #F00 40%, #00F 40%);
    background:-webkit-gradient(linear, left top, right top, color-stop(40%,#F00), color-stop(40%,#00F));
    background:linear-gradient(left center, #F00 40%, #00F 40%);*/
}
/*
.FFFF00 td {
	background-color:#FFFF00;
}
*/
.timetableHeader th {
  background-color:#FF6F6F;
  border:1px;
  border-color: black;
  border-style:solid;
}

.timetableDate td {
  background-color:#FF9F9F;
  text-align:center;
  line-height:16px;
  border:1px;
  border-color: black;
  border-style:solid;  
}

.timetableContent td {
  background-color:#FFEFEF;
  line-height:16px;
  border:1px;
  border-color: black;
  border-style:solid;
}

.facebook {
  float:right;
}

/* collapsibility for lawyers page on 2015 added may */

.collapsible-sections-div { 
    vertical-align: top; 
    height:auto !important; 
}
.collapsible-sections-list {
    display:none; 
    height:auto;
    margin:0;
    float: left;
}
.collapsible-sections-show {
    display: none; 
}
.collapsible-sections-hide:target + .collapsible-sections-show {
    display: inline; 
}
.collapsible-sections-hide:target {
    display: none; 
}
.collapsible-sections-hide:target ~ .collapsible-sections-list {
    display:inline; 
}

/*style the (+) and (-) */
.collapsible-sections-hide, .collapsible-sections-show {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    font-size: 20px;
    color: #fff;
    text-shadow: 0 1px 0 #666;
    text-align: center;
    text-decoration: none;
    box-shadow: 1px 1px 2px #000;
    background: #cccbbb;
    opacity: .95;
    margin-right: 0;
    float: left;
    margin-bottom: 25px;
}

.collapsible-sections-hide:hover, .collapsible-sections-show:hover {
    color: #eee;
    text-shadow: 0 0 1px #666;
    text-decoration: none;
    box-shadow: 0 0 4px #222 inset;
    opacity: 1;
    margin-bottom: 25px;
}

.collapsible-sections-list p{
    height:auto;
    margin:0;
}
.collapsible-sections-header {
    float: left;
    height: auto;
    width: 90%;
    line-height: 20px;
    padding-left: 0px;
    margin-bottom: 25px;
    /*font-style: italic;*/
}
