/*
orange  e46504
green   a6d810
blue    297bc1
black   060606
purple  9a11d3
pink    ff3b9a
*/


/*____________________________________________________________________  text  */
.hidden { display: none; }
ul li p {  text-indent: 18px; /* text-align: justify;*/  font-size:14px; }

.rightContainerContent .content #photoContent { float:left; width:700px; }
.rightContainerContent .content #photoContentLeft { float:left; width:340px; border:0px solid red;}
.rightContainerContent .content #photoContentRight { float:left; width:340px; border:0px solid blue;}

a.photoGallery {  display: block; text-align: left;  color: #00014E;  background-color: #E2E2E2;  line-height: 140%;   padding: 5px 5px 5px 10px;   margin: 6px 5px;   font-family: Georgia, serif;   font-style: italic;   font-weight: bold;   font-size: 14px;   cursor: pointer;   border: 2px outset #fff;   text-decoration: none; }
a.photoGallery:hover {   text-decoration: underline;   background-color: #BDB6B0;   color: #000;   font-style: italic;   font-weight: bold;   font-size: 14px;   border: 2px inset #fff; }

/*
p, pre {
  margin: 0 0 18px 0;
}
pre, code {
  font-family: Monaco, monospace;
  font-size: 12px;
}
pre {
  background-color: #060606;
  width: 600px;
  overflow: auto;
}
code {
  color: #a6d810;
}*/

/*__________________________________________________________________  images  */
img {  border: none; }

/*___________________________________________________________________  lists 
ul, ol, li {
  margin: 0;
  padding: 0;
}
ul, ol {
  margin: 18px 0;
  padding-left: 18px;
}
ol li {
  list-style-type: decimal;
}
ul li {
  list-style-type: square;
}
li {
  margin-left: 18px;
}*/
