/* css Datei zu danfuh.de */

/* allgemeine Formatierungen */
html {
  height: 100%; 
  padding: 0;
  margin-bottom: 1px;
}

body {
  height: 100%;
  margin: 0px 0px 0px 0px;
  font-family: Arial, Helvetica, Verdana, Sans-Serif;
  background: #dedede url(../images/bg.jpg);
}

.clr {
	clear: both;
}


p, div, td, td {
  font-size: 12px;
  text-align: left;
  color: #343434;
  line-height: 100%;
}
samp {
 font-style: none;
}

a:link, a:visited {
  font-weight: bold;
  color: #1919B3;
  text-decoration: none;
}

a:hover {
  font-weight: bold;
  color: #1919B3;
  text-decoration: underline;
}

/*ul {
  margin: 0;
  padding: 0;
  list-style: none;
}*/

ul li {
  line-height: 14px;
/*  background-image: url(../images/li.gif) no-repeat;*/
  background-position: 0px 3px;
  padding-left: 2px;
  padding-top: 0px;
}

li.l {
  list-style: circle;
  margin-left: 15px;
}

h1, td.componentheader h3 {
	font-weight: bold;
	color: #333333;
	font-size: 22px;
	padding-bottom: 4px;
	line-height: 20px;
	padding-left: 10px;
	background: #ffffff url(../images/h1-bg.jpg) repeat-x;
}
td.componentheader h3 {
/*width: 675px;*/
}

h2 {
	color: #444444;
	font-size: 16px;
	padding-top: 10px;
	line-height: 18px;
}

/* ENDE allgemeine Formatierungen */

/* Template Formatierungen */
table#out  {
  width: 100%;
/*  border: 2px solid #ff0000;*/
}

table#overall  {
  border-collapse: collapse;
  text-align: center;
  position: absolute center;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #bbbbbb;
}
table#overall td {
  margin:0;
  padding: 0;
}

#sitename {
	float: left;
	font-size: 15px;
	color: #55555;
	font-weight: bold;
	padding-top: 0px;
	padding-left: 50px;
}
#sitename a img {
	border: 0px;
}

#rss {
	float: right;
	font-size: 15px;
	color: #55555;
	font-weight: bold;
	padding-top: 26px;
	padding-right: 10px;
}
#rss a {
	color: #feb200;
	text-decoration: none;
}
#rss a:hover {
	color: #333333;
	text-decoration: underline;
}
#rss a img {
	border: 0px;
}

img.space {
  font-size: 1px;
}

/* Seiten-Breite */
td#top, #header , #content, #top_menu, #breadcrumb_navi{
  width: 950px;
}
td#top {

  float: left;
}

#header {
  float: right;
  background: #aab6b7 url(../images/header-bg.jpg) repeat-x;
  height: 132px;
}

div#search {
  float: right;
  padding-top: 5px;
  padding-right: 10px;


}
div#search input.inputbox {
  border: #dddddd solid 1px;
  color: #555555;
  text-indent: 3px;
  padding-left: 15px;
  background: #ffffff url(../images/search.gif) no-repeat bottom left;
  height: 11px;
  font-size: 10px;
}


#top_menu {
   float: left;
   background: url(../images/top-menu.jpg) repeat-x;
   height: 44px;
   padding-top: 0px;
}

#breadcrumb_navi {
  color: #333333;
  font-size: 10px;
  font-weight: bold;
/*  float: left;*/
  height: 15px;
  overflow: hidden;
}
#breadcrumb_navi a {
  color: #ffb200;
  text-decoration: none;
}
#breadcrumb_navi a:hover {
  text-decoration: underline;
}

#content {
  float: left;
  width: 934px !important;
  background: #ffffff url(../images/content-bg.jpg) repeat-x;
  padding: 8px;
}

div#links .moduletable, div#links .moduletable_blog {
  float:left;
  width: 200px;
  background-color: #ffffff;
}
div#links .moduletable th.border, div#links .moduletable_blog th.border {
border: #bbbbbb solid 1px; border-bottom: 0px;
}
div#links .moduletable td.border, div#links .moduletable_blog td.border {
border: #bbbbbb solid 1px; border-top: 0px; padding-bottom: 5px;
}


.moduletable th, table.moduletable_login th, .moduletable_blog th {
  font-size: 13px;
  font-weight: bold;
  color: #ffb200;
  padding: 3px;
}
div#links .moduletable_blog ul {
	display: normal;
	list-style: circle;
	padding-left: 20px;
}
div#links .moduletable_blog {
	margin-bottom: 8px;
}
div#links .moduletable_blog ul li {
	display: normal;
	list-style: circle;
	width: 100%;
}
div#links .moduletable_blog ul li a {
	font-size: 14px;
}

td.main_content, .blog {
  width: 500px;
  margin-left: 4px;
  border: #bbbbbb solid 1px;
  background-color: #ffffff;
}

/* Menüs */

	/* Horizontales Menü */
	#h_menu {
	  margin-left: 5px;
	  float: left;
	}
	
	#h_menu ul {
	  margin: 0;
	  padding: 0;
	  list-style:none;
	}
	
	#h_menu ul li{
	  float: left;
	}

	
	#h_menu li a {
	  font-size: 13px;
	  font-weight: bold;
	  color: #efefef;
	  text-decoration: none;
	  float: left;
	  display: block;
	  line-height: 44px;
	  height: 44px;
	  padding: 0px 20px 0px 20px;
	}
	
	#h_menu li  a:hover {
	  background: url(../images/top-menu-hover.jpg) repeat-x;
	  color: #333333;
	}

	/* ENDE Horizontales Menü */
	
	/* linkes Menü */
/*	div#leftmenu ul {
	  margin: 0;
	  padding: 0;
	}
	  div#leftmenu li {
	  
	  height: 22px;
	  background-image: none;
	  margin: 0px; 
	  padding: 0px;
	  font-size: 11px;
	  list-style: none; 
	  line-height: 22px;
	  white-space: nowrap;
	}*/
	div#leftmenu ul {
	  margin: 0;
	  padding: 0;
	  padding-left: 5px;
	}
	div#leftmenu li {
	  background-image: none;
	  margin: 0px; 
	  padding: 0px;

	  font-size: 11px;
	  list-style: none; 
	}
	div#leftmenu table.moduletable_menu  {
	  padding: 0px;
	}

	div#leftmenu table.moduletable_menu ul li a:link, div#leftmenu table.moduletable_menu ul li a:visited, div#leftmenu table.moduletable_menu ul li a, div#leftmenu table.moduletable_menu ul li.album_menu_active {
	  display: block;
	  font-size: 13px;
	  font-weight: bold;
	  color: #999999;
	  text-align: left;
	  height: 100%;
	  width: 184px;
	  text-decoration: none;
	  border-bottom: 1px solid #bbbbbb;
	  padding: 4px 0 4px 4px;
	}
	div#leftmenu table.moduletable_menu ul li a:hover, div#leftmenu table.moduletable_menu ul li a.menu-current:hover {
	  font-weight: bold;
	  color: #ffb200;
	  background-color: #555555;
	  text-decoration: none;
	}
	div#leftmenu table.moduletable_menu ul li.album_menu_active  {
	  font-weight: bold;
	  color: #ffb200;
	  text-decoration: none;
	  width: 184px;
	}


	div#leftmenu table.moduletable_menu ul ul li a:link, div#leftmenu table.moduletable_menu ul ul li a:visited, div#leftmenu table.moduletable_menu ul ul li.album_menu_sub_active {
	  display: block;
	  font-size: 11px;
	  font-weight: bold;
	  color: #999999;
	  text-align: left;
	  height: 100%;
	  width: 175px;
	  text-decoration: none;
	  border-bottom: 1px solid #bbbbbb;
	  padding: 3px 0 3px 4px;
	}
		
	div#leftmenu table.moduletable_menu ul ul li a:hover {
	  color: #ffb200;
	  text-decoration: none;
	}
	div#leftmenu table.moduletable_menu ul ul li.album_menu_sub_active {
  	  color: #ffb200;
	  width: 179px;
	}

	div#leftmenu table.moduletable_menu ul ul ul li a:link, div#leftmenu table.moduletable_menu ul ul ul li a:visited, div#leftmenu table.moduletable_menu ul ul ul li.album_menu_sub_active {
	  display: block;
	  font-size: 10px;
	  font-weight: bold;
	  color: #999999;
	  text-align: left;
	  height: 100%;
	  width: 170px;
	  text-decoration: none;
	  border-bottom: 1px solid #bbbbbb;
	  padding: 2px 0 2px 4px;
	}
		
	div#leftmenu table.moduletable_menu ul ul ul li a:hover {
	  color: #ffb200;
	  text-decoration: none;
	}
	div#leftmenu table.moduletable_menu ul ul ul li.album_menu_sub_active {
  	  color: #ffb200;
	  width: 174px;
	}
	
	div#leftmenu table.moduletable_menu ul ul ul ul li a:link, div#leftmenu table.moduletable_menu ul ul ul ul li a:visited, div#leftmenu table.moduletable_menu ul ul ul ul li.album_menu_sub_active {
	  display: block;
	  font-size: 9px;
	  font-weight: bold;
	  color: #999999;
	  text-align: left;
	  height: 100%;
	  width: 166px;
	  text-decoration: none;
	  border-bottom: 1px solid #bbbbbb;
	  padding: 1px 0 1px 4px;
	}
		
	div#leftmenu table.moduletable_menu ul ul ul ul li a:hover {
	  color: #ffb200;
	  text-decoration: none;
	}
	div#leftmenu table.moduletable_menu ul ul ul ul li.album_menu_sub_active {
  	  color: #ffb200;
	  width: 169px;
	}
	
	/* ENDE linkes Menü */

	/* Bottom-Menü */
	#bottom_menu {
	  text-align: center;
	  width: 100%;
	  height: 20px;
	  padding: 0px;
	  color: #1919B3;
	}
	#bottom_menu a {
	  padding: 0px 15px;
	  float: none; 
	  text-decoration: none;
	  color: #999999;
	  line-height: 17px;
	  text-align: center;
	  font-size: 10px;
	  font-weight: bold;
	  text-transform: uppercase;
	}
	#bottom_menu a:hover {
	  text-decoration: underline;
	 	  color: #444444; 
	}
	/* ENDE Bottom-Menü */

	div#fast_navi {
	  padding-top: 5px;
	  float: right;
	}
	div#fast_navi img {
	  border: 0px;
	}
	div#fast_navi a img {
	  border-bottom: 2px solid #ffffff;
	}
	div#fast_navi a:hover img{
	  border-bottom: 2px solid #1919B3;
	}


	
	
/* ENDE Menüs */

/*  spezifische Dinge */
table.contentpaneopen {
	text-align: left;
	width: auto;
	padding: 0px;
	padding-left: 10px;
	margin: 0px;
	border-collapse: collapse;
}

.componentheading {
	font-weight: bold;
	color: #555555;
	text-indent: 10px;
	font-size: 22px;
	border-left: 5px #5b735a solid;
	border-bottom: 1px #5b735a solid;
}
.contentpaneopen td.buttonheading {
	border: 0px solid;
}
.contentpaneopen td.contentheading {
	border: 0px solid;
}

table.contentpaneopen td.contentheading, div.contentheading {
	font-weight: bold;
	color: #555555;
	text-indent: 10px;
	font-size: 22px;
	border-left: 5px #5b735a solid;
	border-bottom: 1px #5b735a solid;
}

div.syndicate div {
  width: 100%;
  text-indent: 8px;
}

.createdate, .modifydate {
  font-weight: bold;
  font-size: 10px;
  color: #111111;
  height: 25px;
  vertical-align: top;
  padding-bottom: 10px;
  padding-top: 0px;
}


div.mosimage_caption {
  font-size: 10px;
  color: #444444;
}

input.button {
  height: 21px;
  font-size: 10px;
  color: #555555;
  text-transform: uppercase;
  padding: 2px 9px 4px 9px !important;
  padding: 0px 6px 0px 6px;
  font-weight: bold;
  border: 1px solid #cccccc;
  margin-bottom: 4px;
}
input.button:hover {
  color: #333333;
}
input.inputbox, textarea.inputbox {
  font-size: 12px;
  border: #333333 solid 1px;
  color: #333333;
  background-color: #ffffff;
  padding: 4px; 
}

div.contact_email input{
  margin-bottom: 4px;
}
table.moduletable, table.moduletable_login {
  width: 100%;
  margin: 0px 0px 15px 0px;
}

table.moduletable td, table.moduletable_login td {
  padding-left: 0px;
  margin-left: 0px; 
}
table.moduletable td form, table.moduletable_login td form {
  padding-left: 8px;
  margin-left: 0px; 
}
table.moduletable td input, table.moduletable_login td input{
  padding: 4px;
  margin-left: 0px; 
}

table.moduletable td form table td a.mod_login, table.moduletable_login td form table td a.mod_login {
  margin-left: -10px;
}
table.moduletable td table td#a, table.moduletable_login td table td#a{
  text-indent: 5px;
}
table.moduletable td form table td, table.moduletable_login td form table td {
  margin-left: -10px;
}
table.moduletable a.mod_login, table.moduletable_login a.mod_login {
  padding-left: 5px;
}
.contentpagetitle {
  text-align:left;
  font-size: 13px;
  font-weight: bold;
  color: #cccccc;
}

table.contentpane {
  border-collapse: collapse;
  text-align: left;
  width: 100%;
  padding: 0px;
  margin: 0px;
}

.content_rating {
	font-weight: normal;
	font-size: 8px;
}

.content_vote {
	font-weight: normal;
	font-size: 8px;
}



.category {
	font-size: 12px; 
	font-weight: bold; 
}


.sectiontableheader {
	padding: 2px;
	color : #eeeeee;
	background-color: #555555;
	font-weight : bold;
	padding: 2px;
}
form table td.sectiontableheader, form table td.sectiontableheader td.sectiontableheader, table tr td.sectiontableheader {
	padding: 10px;
	line-height: 20px;
	color : #5B735A;
	background-color: #b2bebe;
	font-weight : bold;
	padding: 2px;
	font-weight: bold;
}

tr.sectiontableentry1 td, tr.sectiontableentry2 td {
padding: 4px;
}

.sectiontableentry1 {
	color: #3c1d18;
	background-color : #b2bebe;
}
	
.sectiontableentry2 {
	color: #3c1d18;
	background-color : #e2e6e7;
}
td.sectiontableentry2 {
	color: #3c1d18;
	background-color : #e2e6e7;
        height: 15px;
}

.poll {
	color: #555555;
	font-size: 10px;
	font-weight: bold;
	line-height: 18px;
}

.pollstableborder {
	border: 1px solid #333333;
	margin-bottom: 10px;
}
a#copy {
	color: #ffd33f;
}

a#copy:hover {
	color: #ffeda8;
}
/* ENDE  spezifische Formatierungen */
/* ENDE  spezifische Formatierungen */

/* DanFuh.de spezifische Formatierungen */
div.code, code, pre.code{
  border: #ffb200 solid 1px;
  color: #111111;
  background-color: #fff7e4;
  padding: 4px;
  width: 490px;
  overflow: auto;
}

a.img {
  font-size: 10px;
  text-decoration: none;
  color: #444444;
}
a.img img {
  border: solid;
  border-width: 2px;
  border-color: #bbbbbb;
}
a.img:hover, a.img:visited a.img:active {
  text-decoration: none;
  color: #596d53;
  background-color: #bbbbbb;
  font-weight: bold;
}
a.img img:hover {
  border: solid;
  border-width: 2px;
  color: #000000;
  border-color: #ffb200;
}

a img {
  border: 2px solid #bbbbbb;
}
a:hover img {
  border: 2px solid #ffb200;
}
table.a {
  border-collapse: collapse;
  border: 0px solid;
}
table.a th.a {
  color: #575757;
  background-color: #ffd472;
  border: #000000 solid 1px;
  font-weight: bold;
  font-size: 14px;
}
table.a td.a {
  color: #000000;
  background-color: #ffd472;
  border: #000000 solid 1px;
  text-align: left;
}
table.a th.ac {
  color: #575757;
  background-color: #ffd472;
  border: #000000 solid 1px;
  font-weight: bold;
  font-size: 14px;
}
table.a td.ac {
  color: #000000;
  background-color: #ffd472;
  border: #000000 solid 1px;
  text-align: center;
}
table.a th.a0 {
  color: #575757;
  background-color: #ffd472;
  border: solid 0px;
  font-weight: bold;
  font-size: 14px;
}
table.a td.a0 {
  color: #000000;
  background-color: #ffd472;
  border: solid 0px;
  text-align: center;
}
table.a td.b1, table.a td.b2 {
  color: #333333;
  border: solid 0px;
  font-weight: normal;
  font-size: 12px;
  vertical-align: top;  
  padding-top: 20px;
}
table.a td.b1 {
  background-color: #ffeec6;
}
table.a td.b2 {
  background-color: #ffd472;
}
div#u, div#ueber_u {
  width: 94%;
  padding: 3px;
  color: #585858;
  font-size: 9px;
  text-align: center;
  background-color: #ffffff;
}
div#u {
  margin-top: 100px;
}

.footer, .footer table, .footer table.moduletable td{
text-align: center;
}

.adstop, .adstop table, .adstop table.moduletable td{
text-align: center;
}


/* Formatierungen für die Fotogallerie */
center table tr td div{
text-align: center;
padding: 5px;

}
/* ENDE DanFuh.de spezifische Formatierungen */

/* Bookmarks */

table.bookmarks {
width: 100%
}

table.bookmarks td.bookmark_link {
background-color: #ffd472;
text-align: center;
width: 130px;
margin: 10px;
border-bottom: 5px solid #ffd472;
}
table.bookmarks td.bookmark_link a {
color: #1919B3;
}
table.bookmarks td.bookmark_link a img {
border-color: #ffd472;
margin-top: 4px;
margin-left: 4px;
margin-right: 4px;
}
table.bookmarks td.bookmark_link a:hover img {
border-color: #1919B3;
}
table.bookmarks td.bookmark_description {
background-color: #eeeeee;
border-left: 5px solid #eeeeee;

}
table.bookmarks_uebersicht {
vertical-align: top;
}
table.bookmarks_uebersicht td {
background-color: #f8f8f8;
text-align: center;
vertical-align: top;
}
table.bookmarks_uebersicht td a {
font-size: 14px;
text-decoration: none;
}
table.bookmarks_uebersicht {
width: 100%;
}

/* ENDE - Bookmarks */

a.aggregator {
	padding: 10px;
	display: block;
}
a.aggregator h3 {
	width: 300px;
	display: inline;
}
blockquote {
	border-left: 8px solid #ffb200;
	padding-left: 9px;
}

table.styled_table td {
	padding: 5px;
	margin: 7px;
	border: 0px;
}
table.styled_table th {
	background-color: #ffb200;
	color: #222222;
	font-size: 14px;
	border: 0px;
}
table.styled_table td.a {
	background-color: #ffb200;
	color: #222222;
}
table.styled_table td.a a, table.styled_table td.a a:hover {
	color: #ffffff;
}
table.styled_table td.b {
	background-color: #ffd472;
	font-weight: bold;
}
table.styled_table td.c {
	background-color: #ffeec6;
}

/* ANFANG Kontakt Formular */
table.contact td.contact_field {
  padding: 3px;
  padding-top: 7px;
}
table.contact td.field_title {
  text-align: left;
  margin-top: 5px;
}
table.contact td.contact_field input, table.contact td.contact_field textarea, table.contact td.contact_field option, table.contact td.contact_field select {
  width: 270px;
  border: 1px solid #bbbbbb;
}
table.contact td.contact_field option {
  border: 0px;
}
table.contact td.contact_field input:focus, table.contact td.contact_field textarea:focus, table.contact td.contact_field option:focus, table.contact td.contact_field select:focus {
  width: 270px;
  border: 1px solid #ffb200;
}
/* ENDE Kontakt Formular */


/* DanFuh Image Navi */
table.imagenavi {
	width: 100%;
}
table.imagenavi td{
	text-align: center;
}
table.imagenavi td a img {
	border: 1px solid #ffffff;
}
table.imagenavi td a:hover img, table.imagenavi td a img:hover {
	border-color: #feb200;
}

table.imagenavi td#homenav a {
	display: inline-block;
	position: relative;
	bottom: 4px;
	color: #feb200;
}
table.imagenavi td#homenav a:hover {
	text-decoration: none;
	color: #333333;
}

/* Zen Photo Default 1.0 */

/* Basics
------------------------------ */
html {
	/* Moz */
	/*height: 100%;*/
}

/* Main Layout
------------------------------ */
/*body {
	background: #F5F5F3;
	margin: 0px;
	padding: 0px 0px 50px;
	text-align: center;
}*/
#main {
	text-align: left;
	margin: 20px auto;
	width: 711px;
	background: #fff;
	padding: 0;
}
#credit, #sort {
	margin: 0 auto;
	width: 500px;
/*	font-size: 85%;*/
	color: #96967E;
	text-align: right;
	clear: both;
}

.zp_editable_image_desc {
	color: #333333;
	font-weight: bold;
	font-size: 14px;
}

#credit a, #sort a {
	text-decoration: none;
	color: #96967E;
	border-bottom: 1px dotted #96967E;
}
#credit a:hover, #sort a:hover {
	color: #BDBDAE;
	border-bottom: 1px solid #BDBDAE;
	text-decoration: none;
}
#gallerytitle {
	border-bottom: 1px solid #E6E6DF;
	padding-bottom: 14px;
	margin-bottom: 20px;
	/*min-height: 40px;
  _height: 40px;*/
}
#gallerytitle h2 { 
	font-weight: normal; 
	font-size: 12pt; 
	margin-top: 18px;
	width:510px;
}

/* Link Styles
------------------------------ */
a:link, a:active, a:visited { text-decoration: underline; color: #17A; }
a:hover, a:focus { text-decoration: underline; color: #6BD; }

/* Text Styles
------------------------------ */
/*body {
	font: normal 82%/200% "Helvetica Neue", "Lucida Grande", Helvetica, Arial, sans-serif;
	color: #5A5A4B;
}*/
h2 {
	font: 115% "Helvetica Neue", "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #002E5B;
}
h2 a:link, h2 a:visited {
	color: #8DB8CF;
	text-decoration: none;
}
h2 span {
	color: #8DB8CF;
}
h2 a:hover {
	color: #94c2e5;
	text-decoration: none;
}
h3 {
	font: 110% "Helvetica Neue", "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #002E5B;
	margin-top: 30px;
}
h3 a:link, h3 a:visited { text-decoration: none; }
h3 a:hover { text-decoration: underline; }


/* Miscellaneous
------------------------------ */
hr {
	clear: both;
	height: 0;
	border: 0;
	border-top: 1px solid #E6E6DF;
	margin: 0 0 12px 0;
	padding: 0;
}
img {
	border: 0;
}
blockquote {
	border-left: 1px dotted #96967E;
	margin-left: 20px;
	padding-left: 20px;
	color: #363630;
}

#imagemetadata {
  text-align: right;
  position: relative;
  display: none;
}

#imagemetadata table {
  text-align: left;
  line-height: 1em;
  border: 1px solid #ccc;
  position: absolute;
  top: 2em;
  right: 0px;
  background-color: #fafafa;
}

#imagemetadata table td {
  border-bottom: 1px solid #f0f0f0;
  background-color: #f8f8f8;
  padding: 2px 5px;
}


/* Page Navigation
------------------------------ */
ul.pagelist {
	clear: both;
	padding: 0;
	margin: 20px 0 0 0;
	list-style-type: none;
}
ul.pagelist li {
	display: inline;
}
ul.pagelist li a, ul.pagelist span.disabledlink {
	padding: 4px;
}
ul.pagelist li.current a {
	font-weight: bold;
	text-decoration: none;
	cursor: default;
	color: #5A5A4B;
}
ul.pagelist li.prev {
	margin-right: 10px;
}
ul.pagelist li.next {
	margin-left: 10px;
}
.disabledlink {
	color: #ddd;
	cursor: default;
}
.pagenav {
	clear: both;
}
.disabled_nav {
	visibility: hidden;
}


/* AJAX
------------------------------ */
#albumDescEditable, #albumTagsEditable {
	margin-bottom: 12px;
}
#imageDescEditable, #albumTagsEditable {
	margin-top: 24px;
}
#imageDesc, #exif_link {
	margin-bottom: 4px;
}

#exif_link {
  float: right;
}

/* Tags
------------------------------ */
.taglist ul {
	display: inline;
	list-style-type: none;
}

.taglist ul li {
	background: url(../images/tag.png) no-repeat left center;
	list-style-type: none;
	padding-left: 18px;
	float:left;
	padding-right: 5px;
	color: #999999;
	display: inline;
	list-style-type: none;
}

.taglist .tags_title {
	background: none;
	padding-right: 5px;
	padding-left: 0;
}

/* Image Thumbnails
------------------------------ */
.imagethumb a, .imagethumb a:hover {
	display: block;
	padding: 9px;
	margin: 0px 9px 9px 0px;
	line-height: 0px;
    border: 1px solid #e6e6e6;
    background-color: #f6f6f6;
}
.imagethumb a:visited {
    background-color: #fcfcfc;
    border: 1px solid #f8f8f8;
}
.imagethumb a:hover {
	background-color: #f3f3f3;
	border: 1px solid #cccccc;
}
.imagethumb {
	float: left;
}
.albumdesc2 {
	line-height: 18px;
}


/* Album Thumbnails
------------------------------ */
#albums {
	float: left;
}
.album {
	margin: 0 3px 3px 0;
    padding: 3px 3px 2px 3px;
	float: left;
	width: 226px;
	border: 1px solid #999999;
	background: #eeeeee;
    line-height: 100%;
	vertical-align: middle;
}
.album a img {  }
.album a {
	color: #444444;
}
.album .thumb {
    float: left; 
    margin-right: 6px;
}
.album h3 {
	padding: 0;
	margin: 0;
}
.album p {
	line-height: 12px;
	font-size: 11px;
    padding: 4px 0px 0px;
    margin: 0px;
}
.albumdesc small {
	color: #8DB8CF;
}


/* Individual Image
------------------------------ */
.image { 
	margin: 0;
	padding: 0;
	border: 0;
}
#image {
	text-align: center;
	line-height: 0;
}
.imgnav {
	float: right;
	width: 140px;
	text-align: center;
	border: 1px solid #D5E6EE;
	background: #EEF5F9;
	margin-top: -10px;
}
.imgnav .imgprevious a, .imgnav .imgnext a {
	display: block;
	width: 50%;
	height: 100%;
	float: left;
	padding: 4px 0;
	font-size: 120%;
	text-decoration: none;
	line-height: 180%;
	color: #237898;
}
.imgnav .imgprevious a:hover, .imgnav .imgnext a:hover {
	background-color: #fff;
	text-decoration: none;
	color: #002E5B;
}
.imgnav .imgprevious a {
	float: left;
}
.imgnav .imgnext a {
	float: right;
}
#narrow {
	margin: 0 auto;
	width: 440px;
}


/* Comments
------------------------------ */
#comments {
	clear: both;
}
.error { 
  color: #C33; 
  font-weight: bold; 
}
.comment {
	padding: 10px;
	border: 1px solid #E7F0F5;
	background: #FBFCFD;
	margin-bottom: 12px;
}
.commentmeta {
	margin-bottom: 12px;
}
.commentauthor {
	font-weight: bold;
}
.commentdate {
	margin-top: 12px;
	color: #8DB8CF;
	font-size: 85%;
}


/* Forms
------------------------------ */
.inputbox {
	width: 250px;
	padding: 2px;
}
textarea {
	padding: 4px;
	width: 100%;
	color: #5A5A4B;
	font: 100%/200% "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.checkbox {
	cursor: pointer;
}
.pushbutton {
	cursor: pointer;
	padding: 5px 10px;
}
label {
	cursor: pointer;
}
label:hover {
	color: #000;
}
#map {margin-left: -77px;}
#rating { margin-top: 10px; }

/* Admin Toolbox
------------------------------ */
#admin, #admin_data{
	position: fixed;
	right: 0px;
	top: 0px;
	width: 130px;
	border-bottom: 1px solid #E6E6DF;
	border-left: 1px solid #E6E6DF;
	background: #fff;
    z-index: 2; 	text-align: left;
}
#admin_data{
	top: 0px;
	padding-top: 20px;
	z-index: 1;
	line-height: 1.6em;

}
#admin h3 {
	font-weight: normal;
	color: #999;
	margin:0;
	padding:0; text-align: center;
}
#admin h3:hover { color: #036; }

/* Search Box
------------------------------ */
#search {
	float: right;
	text-align: left;
	margin:0;
	padding:0;
    color: #efefef;
}
#search img, #search a img {
	border: 0px;
}
#search input.pushbutton {
	padding: 1px;
	font-size: 80%;
}
#search a {
text-decoration: none;
}
#search ul {
border: 1px solid #ccc; position:absolute; text-align:left; list-style: none; 
height: 8em; width: 20em; overflow: auto; 
background-color: white;
color: #333333;
}

#searchfields_icon {
position: relative;
top: 4px;
}
.clear {
  clear:both;
  height:10px;
}

/* Archive View
---------------------------- */
#archive{
	width: 300px;
	margin: 0 auto;
	text-align: center;
}
ul.archive * {
	padding:0;
	margin:0;
	list-style:none;
}
ul.archive .year {
	margin-top:10px;
	text-align: center;
	margin-bottom:5px;
	font-weight:bold;
	font-size:18px;
}
ul.archive .month {
	font-size: 14px;
	list-style:none;
	border-top:2px solid #E6E6DF;
	padding-top: 5px;
}

/* Tag Cloud
---------------------------- */
#tag_cloud {
	text-align: center;
	background: #eee;
}

#tag_cloud ul li {
	display: inline;
	list-style-type: none;
}

#tag_cloud p {
	padding:10px 0;
	margin:20px 0;
	background: #fff;
	border-top: 3px solid #E6E6DF;
	border-bottom: 3px solid #E6E6DF;
	font-size: 18px;
	font-weight:bold;
	text-align: center;
}
/* Error Messages
------------------------------ */
.errorbox {
	padding: 20px;
	background-color: #FDD;
	border-top: 1px solid #FAA;
	border-left: 1px solid #FAA;
	border-right: 1px solid #FAA;
	border-bottom: 5px solid #FAA;
	margin-bottom: 10px;
	font-size: 100%;
	color: #DD6666;
}
.errorbox h2 {
	color: #DD6666;
	font-size: 100%;
	font-weight: bold;
	margin: 0px;
}

/* Zenphoto link
------------------------------ */

#zen-part {
 font-family: Arial, Helvetice, sans-serif;
 font-size: 1.8em;
 font-weight: 100;
}

#photo-part {
 font-family: Arial, Helvetice, sans-serif;
 font-size: 0.9em;
 font-weight: bold;
}

/* centering flowplayer 3 on image.php */
#image .flowplayer {
	margin: 0 auto;
}

/* login form */
table.password td.userlabel{
	text-align:right;
}
table.password td.userinput{
	text-align:left;
}

table.password td.userinput input, td.passwordinput input {
	width: 15em;
}

/* login form */
table.password td.passwordlabel{
	text-align:right;
}

table.password td.passwordinput{
	text-align:left;
}

table.password td.submit{
	text-align:center;
}

table.password td.hint{
	text-align:left;
}


