* {
margin: 0;
padding: 0;
}

body {
background: #C6C6C6 url(img/bodybg.png) top center no-repeat;
font-size: 14px;
font-family: "myriad pro", "myriad", verdana, tahoma, sans-serif;
color: #bbb;
}

a {
color: #476c8e;
font-weight: bold;
text-decoration: none;
border-bottom: dotted 1px #ccc;
}

a:visited {
color: #476c8e;
}

a:hover {
color: #000;
text-decoration: none;
}

#main {
width: 950px;
background: #fff url(img/mainbg.png) top center no-repeat;
/*border-top: 5px solid #cbcbcb;
border-bottom: 5px solid #cbcbcb;*/
padding: 0px 10px 10px 10px;
margin: 25px auto 20px auto;
-moz-border-radius: 10px;
border-radius: 10px;
-webkit-border-radius: 10px;
}

#main_right {
float: right;
}

#main_left {
float: left;
}

#header {
width: 950px;
height: 90px;
margin-bottom: 10px;
}

a.logo {
float: left;
width: 321px;
height: 88px;
margin: -54px 0 0 0px;
background: url(img/logo.png) top center no-repeat;
border: none;
}

a.logo:hover {
background-position: 0 -88px;
}

#footer {
clear: both;
color: #bbb;
padding-top: 5px;
font-size: 10px;
}

#footer a, #footer a:visited {
color: #CFCFB7;
text-decoration: underline;
}

#footer a:hover {
color: #CFCFB7;
text-decoration: none;
}

.maincontent {
width: 760px;
padding: 5px 10px 10px 10px;
color: #222;
line-height: 140%;
text-align: left;
font-size: 13px;
background: #efefef;
border-left: 1px solid #999;
border-right: 1px solid #999;
}

.maincontentbottom {
width: 780px;
height: 13px;
background: #efefef;
margin-bottom: 10px;
border-right: 1px solid #999;
border-left: 1px solid #999;
border-bottom: 1px solid #999;
-moz-border-radius-bottomleft: 10px;
-moz-border-radius-bottomright: 10px;
-webkit-border-bottom-left-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
}

.ad {
width: 730px;
height: 90px;
background: url(img/adbg.gif) top left no-repeat;
padding: 10px;
margin: 0 auto 10px auto;
}

* html .maincontentbottom { /*IE6 I WILL END YOU*/
margin-top: -9px;
}

#main_left h1 {
width: 769px;
padding: 3px 5px 3px 6px;
font-size: 19px;
font-weight: bold;
color: #E8ECEE;
}

#main_left h1.drh1 {
background: #ccc url(img/drh1.gif) top center repeat-x;
color: #666;
border-left: 1px solid #999;
border-right: 1px solid #999;
border-top: 1px solid #999;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}

h1.drh1 a {
color: #111;
text-shadow: #ccc 0px 0px 2px; 
/* Chrome has horrible / nonexistent font smoothing - with this we can clean up the headline display 
http://www.reddit.com/r/webdesign/comments/ca2ft/tip_use_an_invisible_textshadow_to_force/ heh */
}

h1.drh1 a:hover {
color: #111;
text-shadow: #fff 0px 0px 2px;
}

#main_left h1.res{
background: #5C5072 url(img/title_h1_res.gif) top left no-repeat;
}

#main_left h1.feat{
background: #5C5072 url(img/title_h1_feat.gif) top left no-repeat;
}

h1.res a {
color: #D5E6EE;
}

h1.res a:hover {
color: #DDDBE3;
}



#main_left h2 {
padding: 0px;
width: 729px;
height: 18px;
font-size: 11px;
font-weight: bold;
color: #999;
}

#main_left h2.news {
border-bottom: 1px solid #ddd;
}

#main_left h2.news img {
vertical-align: bottom;
}

#main_right h2 {
width: 150px;
font-size: 14px;
font-weight: bold;
padding: 2px 5px 3px 5px;
color: #666;
background: #DEDEDE;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}

h3 {
margin: 5px auto;
border-bottom: 1px solid #ddd;
}

.sidebar_item {
width: 150px;
color: #111;
font-size: 11px;
text-align: left;
padding: 6px 5px 1px 5px;
background: #EFEFEF;
}

.sidebarbottom {
width: 160px;
height: 14px;
background: #EFEFEF;
margin-bottom: 11px;
-moz-border-radius-bottomleft: 10px;
-moz-border-radius-bottomright: 10px;
-webkit-border-bottom-left-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
}

* html .sidebarbottom { /*IE6*/
margin-top: -5px;
}

#searchbox {
position: relative;
height: 52px;
width: 188px;
left: 727px;
background: url(img/search.gif) bottom center no-repeat;
color: #300;
padding: 2px 2px 0px 15px;
}

.searchform{
margin-top: 6px;
width: 182px;
height: 23px;
overflow: hidden;
}

.searchinput{
border: 1px solid #fff;
width: 140px;
margin-top: 2px;
font-size: 11px;
}

.searchbutton {
border: none;
background: #fff url(img/sb.gif) center no-repeat;
cursor: pointer;
overflow: hidden;
width: 19px;
height: 19px;
}

a.top {
height: 24px;
width: 69px;
float: right;
margin-top: -14px;
margin-right: 40px;
border: none;
}

.cs {
float: right;
}

.cs a {
text-decoration: none;
}

/* Resource system*/


#credit, #sort {
margin: 0 auto;
width: 640px;
font-size: 85%;
color: #96967E;
text-align: right;
clear: both;
}
#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;
}

hr {
clear: both;
height: 0;
border: 0;
border-top: 1px solid #a6a6a8;
margin: 0 0 4px 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;
}

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;
}

#albumDescEditable, #albumTagsEditable {
margin-bottom: 12px;
}
#imageDescEditable, #albumTagsEditable {
margin-top: 24px;
}
#imageDesc, #exif_link {
margin-bottom: 4px;
}

#exif_link {
float: right;
}

.taglist ul {
display: inline;
list-style-type: none;
}

.taglist li {
background: url(../images/tag.png) no-repeat left center;
list-style-type: none;
padding-left: 18px;
float:left;
padding-right: 5px;
color: #999999;
}

.taglist .tags_title {
background: none;
padding-right: 5px;
padding-left: 0;
}

.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;
}

#albums {
float: left;
}
.album {
margin: 0 12px 8px 0;
padding: 10px 8px 2px 10px;
float: left;
width: 305px;
border: 1px solid #E7F0F5;
background: #F7F9FD;
line-height: 100%;
}
.album a img {}
.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;
}

.image { 
margin: 0;
padding: 0;
border: 0;
}
#image {
text-align: center;
line-height: 0;
}
.imgnav {
width: 140px;
text-align: center;
border: 1px solid #D5E6EE;
background: #EEF5F9;
margin: 0px auto;
}
.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 {
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%;
}

.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;}

#admin, #admin_data{
position: fixed;
_position: absolute;
right: 0px;
top: 0px;
width: 130px;
border-bottom: 1px solid #E6E6DF;
border-left: 1px solid #E6E6DF;
background: #fff;
z-index: 2;
}
#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;
}
#admin h3:hover { color: #036; }

#search {
float: right;
text-align: center;
background: #fff;
}
#search input.pushbutton {
padding: 1px;
font-size: 80%;
}
#search ul {
position:absolute;
text-align: left;
width:20px;
margin:0px;
padding:2px;
list-style:none;
}
#search ul .item {
display:none;
}
#search ul:hover .item {
display:block;
padding:1px;
margin:0px;
background:#fff
}
#search li {
width:150px;
}
.clear {
clear:both;
height:10px;
}

#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 {
text-align: center;
background: #eee;
}
#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;
}

.rs {
width: 100%;
padding: 5px;
text-align: center;
}

div.downloads b a {
padding-left: 20px;
background: url(img/ico/disk.png) top left no-repeat;
}


h2.dlh2 {
padding: 4px 3px 0px 28px;
width: 729px;
height: 18px;
font-size: 12px;
font-weight: bold;
background: #F3F2F4 url(img/main_h2_dls.gif) top left no-repeat;
color: #667786;
}

table.tutlist {
width: 100%;
padding: 10px;
border-top: 1px solid #E0DEE4;
font-size: 15px;
margin-bottom: 20px;
}

table.tutlist tr:hover {
background: #E0DEE4;
border-bottom: 1px solid #C6C2CD;
}

table.tutlist td.tutleft {
width:80%;
}

table.tutlist td.tutright {
width:20%;
}

#search_form {
background: #5C5072;
}

#search {
background: #5C5072;
margin: 2px 15px 0px 0px;
}

ul#searchextrashow,ul#searchextrashow label  {
background: #5C5072;
padding: 1px;
}

div.textobject {
display: block;
line-height: 100%;
font: 10px monospace;
font-weight: normal;
white-space: pre;
text-align: left;
}

table.panel tr td {
border-left: 1px solid #DDD;
padding: 5px;
width: 360px;
vertical-align:top;
}

table.panel tr td.ref {
font-size: 80%;
}

div.panel_list {
width: 100%;
border: 1px dotted #bbb;
font-size: 90%;
line-height: 145%;
height: 200px;
overflow: auto;
}

/* TipTip CSS - Version 1.2 */

#tiptip_holder {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
}

#tiptip_holder.tip_top {
	padding-bottom: 5px;
}

#tiptip_holder.tip_bottom {
	padding-top: 5px;
}

#tiptip_holder.tip_right {
	padding-left: 5px;
}

#tiptip_holder.tip_left {
	padding-right: 5px;
}

#tiptip_content {
	font-size: 11px;
	color: #fff;
	text-shadow: 0 0 2px #000;
	padding: 4px 8px;
	border: 1px solid rgba(255,255,255,0.25);
	background-color: rgb(25,25,25);
	background-color: rgba(25,25,25,0.92);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000));
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0 0 3px #555;
	-webkit-box-shadow: 0 0 3px #555;
	-moz-box-shadow: 0 0 3px #555;
}

#tiptip_arrow, #tiptip_arrow_inner {
	position: absolute;
	border-color: transparent;
	border-style: solid;
	border-width: 6px;
	height: 0;
	width: 0;
}

#tiptip_holder.tip_top #tiptip_arrow {
	border-top-color: #fff;
	border-top-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_bottom #tiptip_arrow {
	border-bottom-color: #fff;
	border-bottom-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_right #tiptip_arrow {
	border-right-color: #fff;
	border-right-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_left #tiptip_arrow {
	border-left-color: #fff;
	border-left-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
	margin-top: -7px;
	margin-left: -6px;
	border-top-color: rgb(25,25,25);
	border-top-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
	margin-top: -5px;
	margin-left: -6px;
	border-bottom-color: rgb(25,25,25);
	border-bottom-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -5px;
	border-right-color: rgb(25,25,25);
	border-right-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -7px;
	border-left-color: rgb(25,25,25);
	border-left-color: rgba(25,25,25,0.92);
}

/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio:0) {	
	#tiptip_content {
		padding: 4px 8px 5px 8px;
		background-color: rgba(45,45,45,0.88);
	}
	#tiptip_holder.tip_bottom #tiptip_arrow_inner { 
		border-bottom-color: rgba(45,45,45,0.88);
	}
	#tiptip_holder.tip_top #tiptip_arrow_inner { 
		border-top-color: rgba(20,20,20,0.92);
	}
}

::-moz-selection{
background:#138ED0;
color:#fff;
}

::selection {
background:#138ED0;
color:#fff;
}

div.dbpage {
background: #aaa;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
padding:10px;
}

img.db_h_image {
background: #999;
float:left;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
padding:4px;
margin: 0px 10px 10px 0px;
}

h3.db_h {
text-align: center;
font-size: 19px;
}

table.db_upgrade {
background: #fff;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
padding: 3px;
width: 100%;
}

table.db_upgrade tr.db_upgrade_header {
background: #ddd;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
padding: 3px;
}

table.db_upgrade td {
text-align:center;
}

img.bbc_img {
-o-box-shadow: 0 0px 4px rgba(0,0,0,.2);
-moz-box-shadow: 0 0px 4px rgba(0,0,0,.2);
-webkit-box-shadow: 0 0px 4px rgba(0,0,0,.2);
box-shadow: 0 0px 4px rgba(0,0,0,.2);
}

span.contactnote {
color: #888;
font-size: 80%;
}

div.maincontent textarea {
background: #fff;
width: 90%;
border: 1px solid #666;
}

div.maincontent input.contactname {
background: #fff;
border: 1px solid #666;
}

div.noticebox_green {
background: #C7DE96;
border: 1px solid #87B627;
margin: 5px auto;
padding: 5px;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}

div.noticebox_red {
background: #E3A393;
border: 1px solid #B82121;
margin: 5px auto;
padding: 5px;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}

div.noticebox_red a {
color: #000;
}

table.profile {
background: #444;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
padding: 3px;
width: 100%;
color: #eee;
}

table.profile tr.profile_header {
background: #ddd;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
padding: 3px;
}

table.profile td {
text-align: center;
padding: 5px;
font-size: 130%;
}

div.maincontent li {
margin-left: 20px;
}

div#generate img {
padding:2px;
background: #efefef;
border: 1px solid #efefef;
}

div#generate img:hover {
padding:2px;
background: #97ABC8;
border: 1px solid #57739B;
cursor: pointer;
}

div.widead {
text-align: center;
margin-bottom: 6px;
}

div.tallad {
text-align: center;
}

a.blogo {
width: 88px;
height: 31px;
background: url(http://bheid.net/img/8831.png) top center no-repeat;
float: left;
display: inline;
margin-top: -6px;
}

a.blogo:hover {
background-position: 0px -31px;
}

div.footbottom {
margin: -10px auto 70px auto;
text-align: left;
color: #666;
width: 960px;
}

div.footbottom a {
color: #777;
}

div.footbottom a:hover {
color: #000;
}

/*body {
font-family: Anivers-Regular;
}*/

img.m2datamob {
max-width: 100px;
}

table.m2dataitem {
width: 100%;
}

table tr td.m2datacode textarea {
width: 100%;
overflow: hidden;
padding: 1px;
line-height: 16px;
}

span.m2datamobh {
font-weight: bold;
font-size: 130%;
}

table.m2dataindex {
width: 100%;
}

table.m2dataindex td.left {
width: 460px;
}

table.m2dataindex tr td {
text-align:center;
}

table.m2dataindex tr td a {
font-size: 250%;
}

div.newsitem {
max-height: 400px;
overflow: hidden;
}

div.newsfade {
margin-top: -50px;
position: relative;
width: 760px;
vertical-align: bottom;
height: 73px;
background: url(img/newsfade3.png) bottom center repeat-x;
}