/*
 _________________________________________________________
|                                                         |
|    DESIGN + http://fullahead.org                        |
|      DATE + 2005.05.12                                  |
| COPYRIGHT + free use if this notice is kept in place    |
|_________________________________________________________|

*/



/* -- Main layout styles -- */

body {
  margin: 1em 1em 1em 1em;
  padding: 0px;
  font-family: Arial, Helvetica;
  font-size: 70%;
  background-color: #333;
}

#siteBox {
  float: left;
  width: 100%;
  color: #FFF;
}



/* -- Header layout/display styles -- */

#head_im {
  float: left;
  width: 100%;
  height: 4em;
  background: #25509F url(/views/templates/reflection/images/hdr.jpg) no-repeat bottom left;
}

#head_im a {
  float: right;
  width: 8em;
  padding: 5px 10px 5px 10px;
  font-size: 0.6em;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFF;
  background-color: #666;
  border-bottom: 2px solid #333;
  border-right: 1px solid #333;
  border-left: 1px solid #333;
}

#head_im a:hover, #head_im a.active {
  padding-top: 10px;
  background-color: #333;
}

#head_im a.lastMenuItem {
  background-image: url(/views/templates/reflection/images/corner_tr.gif);
  background-repeat: no-repeat;
  background-position: top right;
  border-right: 0px;
}

a .desc {
  display: none;
  text-transform: lowercase;
  /*color: #FC0;*/
}

a:hover .desc, .active .desc {
  display: block;
}




/* -- Header title and subTitle layout/display styles -- */


.title {
  float: left;
  width:92%;
  padding: 20px 30px 0 0;
  font-size: 1.4em;
  font-weight: bold;
  text-transform: uppercase;
  text-align: right;
  /*line-height: 0.75em;*/
  letter-spacing: 0.10em;
  color: #FC0;
}

.subTitle {
  display: block;
  font-size: 0.4em;
  text-transform: lowercase;
  line-height: 1.2em;
  letter-spacing: 0.01em;
}





/* -- Content layout/display styles -- */

#main {
  float: left;
  width: 100%;
  padding: 1em 0 1em 0;
  background-color: #666;
}

#rightbar {
  float: left;
  width: 23.3%;
  margin-bottom: 1em;
  background: #777 url(/views/templates/reflection/images/corner_sub_tr.gif) no-repeat top right;
  padding-left:4px;
  overflow:hidden;
  z-index:10;
}

#content_around {
  float: right;
  width: 74%;
  background: #777 url(/views/templates/reflection/images/corner_sub_tl.gif) no-repeat top left;
  margin: 0 0 20px 0;
}

#content {
  padding: 0 10px 10px 10px;
}

#content .entry{
	font-size:15px;
	padding-bottom: 5px;
	border-bottom: 1px solid #666;
	text-align:justify;
}
#content .entry p{
	margin: 0.2em 0 1.2em 0;
}
#content .entry h2{
	margin:25px 0 0 0;
}

#content .entry .links{
	margin:-8px 0 2px 0;
	text-align:right;
	letter-spacing:1px;
	font-size: 9px;
	color:#ddd;
}


#main p {
  margin: 1.2em 1.2em 2em 1.2em;
  font-size: 0.8em;
  line-height: 1.8em;
}

#main a {
  text-decoration: none;
  color: #FC0;
  border-bottom: 1px solid #AAA;
  font-size: 13px;
}

#main a:hover {
  color: #DDD;
  background-color: #888;
  border-bottom: 1px solid #EEEEEE;
}

.header, .subHeader {
  display: block;
  clear: both;
  font-weight: bold;
  font-size: 0.8em;
  text-transform: lowercase;
  color: #FC0;
  border-bottom: 1px solid #AAA;
}

.subHeader {
  border: 0px;
}





/* -- Content left site links (large plus icon) -- */

#main a.menuItem {
  display: block;
  padding: 5px 0 5px 54px;
  background: url(/views/templates/reflection/images/icn_plus.gif) no-repeat center left;
  border: 0px;
}

#main a:hover.menuItem {
  color: #DDD;
  background: #888 url(/views/templates/reflection/images/icn_plus_on.gif) no-repeat center left;
  border: 0px;
}





/* -- Footer layout/display styles -- */

#footer {
  float: left;
  width: 100%;
  height: 3em;
  margin-bottom: 1em !important;
  margin-bottom: 0;
  font-size: 0.6em;
  text-transform: lowercase;
  line-height: 2.6em;
  color: #0AD;
  background: #25509F url(/views/templates/reflection/images/hdr.jpg) repeat-y top left;
}

#footerLeft {
  float: left;
  width: 60%;
  height: 3em;
  text-align: left;
  background: url(/views/templates/reflection/images/corner_bl.gif) no-repeat bottom left;
}

#footerRight {
  float: right;
  width: 35%;
  height: 3em;
  text-align: right;
  background: url(/views/templates/reflection/images/corner_br.gif) no-repeat bottom right;
}

#footer a {
  color: #0AD;
}

#footer a:hover {
  color: #666666;
}




/* -- Display formatting styles -- */

.grey {
  font-size: 0.9em;
  color: #AAA;
}

.white {
  color: #FFF;
}

acronym {
  cursor: help;
  border-bottom: 1px dotted #AAA;
}






/* -- <ul> tag styles -- */

ul{
  font-size: 0.8em;
  padding-top: 5px;
  padding-bottom: 5px;
  list-style-image: url(/views/templates/reflection/images/li_bullet.gif);
}

li {
  margin-left: 50px;
}






/* -- Image alignment classes -- */

.imgLeft, .imgRight {
  margin: 5px;
}

.imgLeft {
  float: left;
  margin-left: 0px;
}

.imgRight {
  float: right;
  margin-right: 0px;
}






/* -- Utility classes to create the bottom rounded corners -- */

.bottomCorner {
  text-align: right;
}

.vBottom {
  vertical-align: bottom;
}




#rightbar .box {
	margin: 5px 0 20px 0;
}
#rightbar .box h2 {
	margin:0 0 2px 0;
	padding: 0;
	font-size: 14px;
	letter-spacing:1px;
	font-variant: small-caps;
	border-bottom: #666 1px solid;
}
#rightbar .box ul {
	margin:0;
	padding:0;
	list-style:none;
}
#rightbar .box li {
	padding-left: 0px ;

}


#calendar {
	height: 145px;
	min-height: 145px;
	margin: 10px 0 0 0;
}

#calendar td {
	width: 12px;
	font-size:9px;
}

textarea.comment_form  {
	width: 300px;
	height: 100px;
}

.comment {
	margin: 0 0 20px 20px;
	padding: 5px;
	border:1px solid #eeeeee;
	width: 520px;
}

a.story_go {
color: #999;
text-decoration: none;
}

a.story_go:hover {
color: #666;
text-decoration: underline;
}

.entry .edit_links {
	margin: 10px 0 10px 0;
	text-align: right;
}

.entry .edit_links a {

	margin: 0 0 0 20px;
	padding: 0 3px 3px 3px;
	clear:left;
}
.entry .edit_links a:hover {
	/*text-decoration: none;*/
}

.albumListEntry {
	width: 500px;
	border:1px solid #eeeeee;
	margin-top: 30px;
	padding: 10px;
}

.listImage {
	padding: 0px;
	width: 140px;
	height: 130px;
	/*border: 1px solid black;*/
}

.albumListText {
	text-align:left;
}


.albumContainer {
	margin: 30px 0 30px 0;
	width: 580px;
}

.surrdiv {
	color:#333;
float: left;
margin: 14px 15px 12px 6px;
width:120px;
height:150px;
text-align:center;
padding:0 0 5px 0;
background-color:#dddddd;
border: 1px solid #cccccc;
}

.imagediv  {
color:#333;
width:120px;
height:120px;
text-align:center;
padding:0px;
background-color:#eeeeee;
/*border:1px solid black;*/
}

.bigFoto {
	margin: 20px 0 20px 5px;
	width:100%;
	text-align: center;
}

.thbFoto {
width: 100%;
border:1px solid black;
}

.fotoViewHeader {
	background-color: #777;
	border:1px solid #eee;
	padding:5px;
}

.prevFoto {
text-align:left;
}
.nextFoto {
text-align:right;
}


.siteList {
	border:1px solid #eeeeee;
	margin-top: 30px;
	padding: 5px;
}

.tagCloud {
padding: 5px;
line-height: 20px;
background-color: #efefef;
}

