/* tallphil main stylesheet */
#styleinfo{
	display:none;
}
.tooltip #tooltipURL{
	display:none;
}

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:medium;
	color:#333333;
	background:#FFFFFF url(background.gif) repeat-y fixed;
	text-align:justify;
}

h1, h2, h3, h4, h5, h6{
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
}
h1{
	font-size:350%;
	margin:10px;
	padding-left:50px;
	background:url(h1_bullet.gif) no-repeat left;
}
h1 a{
	text-decoration:none;
	border:none;
	color:#666666;
}
h1 a:hover{
	background-color:#FFFFFF;
	color:#666666;
	border:none;
}

h2{
	font-size:200%;
	margin-bottom:0;
}

h3{
	font-size:150%;
	border-bottom:1px dashed #FF9900;
	margin-bottom:0;
}
h4{
	font-size:100%;
}
h5{
	font-size:80%;
	color:#999999;
	margin-top:5px;
}
h5 a{
	color:#999999;
}

a{
	text-decoration:none;
	border-bottom:1px dotted #FF9900;
	color:#555555;
}

a:hover{
	background-color:#FF9900;
	color:#FFFFFF;
	border-bottom:1px solid #FFFFFF;
}

a img{
	border:none;
}

.smallish, .smallish a{
	font-size:small;
}

.small, .small a{
	font-size:x-small;
	color:#999999;
}
.noborder{
	border:none !important;
}
.underline{
	border-bottom:1px dashed #FF9900;
}
div.highlight{
	border:1px dashed #FF9900;
	padding:10px;
}
div.highlight p{
	margin:0;
	padding:0;
}
p.highlight, span.highlight{
	background-color:#FFFF99;
}

/* page styles */
#nav{
	position:fixed;
	left:736px;
	top:30px;
	width:212px;
	padding:0 0 2px 0;
	margin:0;
}
#nav ul{
	list-style-image:url(ul.gif);
	padding:0;
	margin:0;
}
#nav li{
	padding:0;
	margin:0 0 7px 18px;
}
#nav p{
	font-size:x-small;
	color:#999999;
	padding:0;
	margin:0;
}
#nav p a{
	color:#999999;
}
#nav p a:hover{
	color:#FFFFFF;
}
#search input{
	color:#666666;
	font-size:smaller;
	border:1px dashed #999999;
}
#subnav{
	position:fixed;
	bottom:50px;
}
#subnav p{
	margin-top:10px;
}
#display_options{
	border:1px solid #CCCCCC;
	padding:2px;
	margin-top:8px;
	width:205px;
}
#display_options p{
	margin:0 0 5px 0;
}
#display_options ul{
	list-style-image:none;
	list-style-type:square;
	font-size:x-small;
}
#display_options li, #display_options li a{
	color:#999999;
}
#display_options li a:hover{
	color:#FFFFFF;
}
#display_options .text_slider{
	width:200px;
	height:10px;
	border:1px solid #CCCCCC;
}
#display_options #text_slider_tab{
	background-color:#CCCCCC;
	border:1px solid #999999;
	height:10px;
	width:10px;
	cursor:w-resize;
	font-size:1px;
}

#mainpage{
	width:700px;
	height:100%;
	margin-left:10px;
	margin-bottom:60px;
	padding-bottom:5px;
}

#footer{
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	margin:0;
	padding:0;
	background-color:#666666;
	color:#FFFFFF;
	font-size:80%;
}
#footer p{
	padding:5px;
	margin:0;
}
#footer a{
	color:#FFFFFF;
	border:none;
}
.thispage a{
	font-weight:bold;
	text-decoration:underline;
}
.tooltip {
	border: 1px solid #000;
	background-color: #444;
	padding: 4px;
	color: #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 150px;
}


/* item styles */
#posts p, #posts li{
	font-size:80%;
}

.floatright{
	float:right;
	border:1px solid #333333;
	padding:0;
	margin:10px;
}
.imgborder{
	border:1px solid #333333;
	padding:0;
	margin:10px;
}

.imagelink img{
	border:none;
	margin-bottom:-3px;
}

#webmail_link{
	color:#666666;
}
#webmail_link a{
	color:#666666;
	border:none;
}
#webmail_link a:hover{
	background-color:#666666;
	color:#666666;
	border:none;
}

table.table{
	border:1px solid #666666;
	width:100%;
	margin:0;
	padding:0;
}
table.table td{
	border:1px dashed #CCCCCC;
	margin:2px;
	padding:2px;
}
table.table * img, table.table * a{
	border:none;
}
table.table tr.title_row{
	background-color:#CCCCCC;
	font-weight:bold;
	text-align:center;
}

.pagelinks{
	text-align:center;
	clear:both;
	font-size:medium;
	margin:20px 0 0 0;
	padding:0;
}
.pagelinks a{
	color:#666666;
	border:none;
	text-decoration:underline;
}

/* page specific styles */
.adsense_inpagelinks{
	margin:10px 0 0 -10px;
	width:710px;
	overflow:hidden;
}
.share_link{
	font-size:small;
	text-align:right;
	background:url(share_post.jpg) no-repeat right center;
	padding:5px 30px 5px 0;
	width:130px;
	float:right;
}
.share_link a, .bookmark_td a, .email_td a{
	border:none;
}
.share_table{
	width:300px;
	font-size:small;
}
.bookmark_td{
	border-left:1px solid #999999;
	border-top:1px solid #999999;
	border-right:1px solid #999999;
	background-color:#FFFCF0;
	text-align:center;
}
.spacer_td{
	border-bottom:1px solid #999999;
}
.email_td{
	border:1px solid #999999;
	background-color:#EFEFEF;
	text-align:center;
}
.share_body_td{
	border-left:1px solid #999999;
	border-bottom:1px solid #999999;
	border-right:1px solid #999999;
	background-color:#FFFCF0;	
	padding:5px;
}
.share_body_td * p{
	margin:0;
	padding:2px 0 3px 0;
	font-size:small;
}
.email_div textarea, input.email_toemail, input.email_name, input.email_submit{
	font-size:x-small;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	margin:2px 0 3px 0;
}
.email_div textarea{
	height:50px;
	width:290px;
}
input.email_name{
	width:200px;
}
input.email_toemail{
	width:290px;
}
.bookmark_div ul{
	margin:0;
	padding:0;
}
.bookmark_div li{
	margin:2px;
	padding:2px 5px 2px 5px;
	list-style:none;
	background-color:#777777;
	color:#FFFFFF;
}
.bookmark_div li:hover{
	background-color:#FF9900;
}
.bookmark_div li a{
	color:#FFFFFF;
	border:none;
}
.bookmark_div li a img{
	margin-bottom:-2px;
}


.comment_link{
	font-size:small;
	background:url(comments.jpg) no-repeat left center;
	padding:5px 0 5px 30px;
	float:left;
	width:150px;
}
.comment_link a{
	border-bottom:none;
}
.style_comments{
	font-size:small;
	background-color:#FFFCF0;
	border:1px solid #CCCCCC;
	padding:5px;
	margin-bottom:15px;
}
.comment_div p{
	margin:0 0 15px 0;
	padding:0;
}
.comment_div p.comment_name{
	border-bottom:1px dashed #FF9900;
	font-weight:bold;
	margin-bottom:0;
}
.comment_div .comment_date{
	float:right;
	color:#999999;
	font-weight:normal;
	font-size:x-small;
}

.submit_comment{
	border:1px dashed #999999;
	width:100%;
	background-color:#FFFFFF;
}
.submit_comment p{
	margin:2px;
	padding:0;
}
.comment_input, .comment_textarea{
	width:100%;
	border-right:none;
	border-top:none;
	border-bottom:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	color:#666666;
	background-color:#F9F9F9;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
}
.comment_input{
	margin-bottom:5px;
}
.anti_spam, .submit_comment label{
	font-size:small;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
}
.anti_spam ul{
	padding:0;
	margin:0;
}
.anti_spam ul li{
	cursor:move;
	list-style:none;
	width:100px;
	background-color:#FDF4D7;
	padding:2px;
	margin:2px;
}



#photoalbum_table, #photoview_table{
	width:690px;
}
#photoalbum_table td{
	text-align:center;
}
#photoalbum_table td a{
	border:none;
}
#photoalbum_table * img, #mainphoto * img, #prevphoto * img, #nextphoto * img{
	border:1px solid #000000;
}

#mainphoto{
	text-align:center;
	height:517px;
	vertical-align:middle;
}
#photoview_table * a{
	border:none;
}
#prevphoto, #nextphoto{
	width:150px;
}
#prevphoto a{
	float:left;
}
#photodetails{
	text-align:center;
}
#nextphoto{
	text-align:right;
}
#nextphoto a{
	float:right;
}
.photodetails{
	font-size:9px;
}
	







#contactform input, #contactform textarea{
	background-color:#EFEFEF;
	border:1px solid #666666;
	width:690px;
	font-family:Arial, Helvetica, sans-serif;
}
#contactform input{
	font-size:x-large;
}
#contact_submit{
	font-size:xx-large;
	width:auto;
}


#feed_selection_table{
	border:1px solid #666666;
	font-size:small;
	width:100%;
	margin-top:10px;
}
#feed_selection_table #header_row td{
	text-align:center;
	font-weight:bold;
	background-color:#D2F8CD;
}
#feed_selection_table * td{
	text-align:center;
	margin:0;
	padding:2px;
	background-repeat:no-repeat;
	background-position:right;
	background-color:#EDFCEB;
	border-bottom:1px dashed #999999;
	border-right:1px dashed #999999;
	cursor:pointer;
}
#feed_selection_table * td.nrb{
	border-right:none;
}
#feed_selection_table * td.nbb{
	border-bottom:none;
}
#feed_selection_table * td.notick{
	background-image:none;
	background-color:transparent;
}
.feed_link{
	margin:5px 0 5px 0;
	padding:5px;
	border:1px solid #FF9900;
	background-color:#FDFAEC;
}
.feed_link p{
	padding:0;
	margin:0;
}
.feed_link p a{
	border:none;
}





/* admin styles */
.error{
	background-color:#F7E1D2;
	margin:0;
	padding:5px;
	border:2px dashed red;
}
.error h2, .error p{
	margin:0;
	padding:5px;
}
.admin_form h3 input{
	font-size:100%;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-weight:bold;
}
.admin_form textarea{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:90%;
}
.admin_form .submit, .admin_form #submit{
	font-size:120%;
}
.admin_form #used_tags, .admin_form #uploaded_files{
	border:1px solid #666666;
	padding:5px;
	height:200px;
	overflow:auto;
}
.admin_form #used_tags h4, .admin_form #uploaded_files h4{
	margin:0;
	padding:0;
}
table.edit_album{
	width:100%;
	border-bottom:1px solid #666666;
	margin-top:10px;
}
table.edit_album * img, table.edit_album * a{
	border:none;
}
table.edit_album * td{
	border-top:1px solid #666666;
	margin-bottom:10px;
	padding:5px;
	text-align:center;
}
table.edit_album * td.highlight{
	background-color:#FFF5D7;
}
#photo_details{
	width:100%;
}
#photo_details, #photo_details * td, #photo_details * input{
	font-size:xx-small;
}
#photo_details * td{
	border:none;
}


/* Search Page */
.search_d{
	float:right;
	font-size:medium;
	font-weight:normal;
	margin-top:6px;
}
.search_d a{
	border:none;
	font-weight:bold;
}
#search_results h4{
	padding-bottom:0;
	margin-bottom:0;
}
#search_results p{
	padding-top:0;
	margin-top:0;
	font-size:small;
}
#search_results p a{
	border:none;
}
#search_results p a:hover{
	background:none;
	color:#000000;
}
