/* .............................. */
/* Basic */
/* .............................. */

body {
	background-color:#111;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:0.5px;
	color:#DDD;
	padding:0px;
	margin:0px;
	margin-bottom:20px;
	text-align:center;
	}

html, body {
     min-height:100.1%;
	}

/* .............................. */
/* Links */
/* .............................. */

a {
	color:#DDD;
	text-decoration:none;
	}

a:hover {
	text-decoration:underline;
	}

/* .............................. */
/* Headings */
/* .............................. */

h1 {
    float:left;
	clear:left;
	font-weight:bold;
	font-size:11px;
	letter-spacing:2px;
	color:#DDD;
	margin:0px;
	margin-left:5px;
	padding:0px;
	text-transform: uppercase; 
	}
	
h1 a {
    text-decoration:none;
	color:#DDD;
	}

h1 a:hover {
    text-decoration:none;
	}

.title {
	font-weight:bold;
	font-size:11px;
	letter-spacing:1px;
	color:#DDD;
	margin:0px;
	margin-bottom:5px;
	margin-left:15px;
	padding:0px;
	}

h3 {
	font-weight:bold;
	font-size:11px;
	letter-spacing:1px;
	color:#666;
	text-align:center;
	}

/* .............................. */
/* Navigation and menu */
/* .............................. */

#navigation {
   	background:#222;
	border-bottom:1px solid #222;
	padding:5px;
	height:15px;
	margin-bottom:20px;
	}

.menu {
    	float:right;
	clear:right;
	text-align:right;
	font-size:11px;
	}
	
.menu a {
	padding:7px;
	padding-left:10px;
	padding-right:10px;
	}
		
.menu a:hover {
	text-decoration:none;
	color:#DDD;
	}
	

/* .............................. */
/* Content */
/* .............................. */

#photo {
    background:#070707;
    padding:5px;
	border:1px solid #070707;
	}

/* .............................. */
/* Image Navigation */
/* .............................. */

#image-navigate {
    	background:#111;
	padding:20px;
	height:15px;
        text-align:center;
}
	
#image-navigate a {
	padding:10px;
	}

.image-previous {
	}

.image-next {
	}

/* .............................. */
/* Image Info */
/* .............................. */

#image-info {
   	background:#111;
	border:0px solid #111;
	padding:5px;
	padding-left:0px;
	text-align:left;
	width:90%;
	margin:10px auto;
	margin-bottom:10px;
	line-height:16px;
	padding-bottom:30px;
	position:relative;
	}
		
#image-notes {
	width:95%;
	vertical-align:top;
	}
	
#image-exif {
    padding-top:10px;
    text-align:right;
	width:25%;
	vertical-align:top;
	}

#centermenu {
	position:absolute;
	left: 50%;
	width:100px;
	margin-left: -50px; /*set to a negative number 1/2 of your width*/
	text-align:center;
}	

#centermenuhome {
        position:absolute;
        left: 50%;
        width:100px;
        margin-left: -50px; /*set to a negative number 1/2 of your width*/
        text-align:right;
}

#comment_img {
	text-align: right;
	position:relative;
	}

#comment_img img{
	background:#070707;
	padding:5px;
        border:1px solid #070707;
	width: 150px;
/*	height: 231px}	*/
}

/* .............................. */
/* Pages */
/* .............................. */

/* the old style
#about {
        background:#f5f5f5;
        border:1px solid #ccc;
        padding:20px;
        text-align:left;
        width:65%;
        margin:0px auto;
        margin-bottom:25px;
        line-height:16px;
        }

#about a {
    	font-weight:bold;
        }

#about img {
        background:#f5f5f5;
        padding:5px;
        border:0px solid #ccc;
	}
*/

#about {
        padding:20px;
        text-align:left;
        width:65%;
        margin:0px auto;
        margin-bottom:25px;
        line-height:16px;
        }

#about a {
        font-weight:bold;
        }

#sig {
        background: #111 url('../shooter_d.jpg') no-repeat;
        width:95px;
        height:27px;
}

/* .............................. */
/* Pages */
/* .............................. */

#page {
    	background:#222;
	border:1px solid #ccc;
	padding:20px;
	text-align:left;
	width:65%;
	margin:0px auto;
	margin-bottom:25px;
	line-height:16px;
	}

#page a {
    font-weight:bold;
	}
	
#page img {
	background:#ffffff;
 	padding:5px;
	border:1px solid #ccc;
	}

.column{
	width:70%;
	text-align:left;
	vertical-align:top;
	padding:5px;
	}
	
.thumbnails {
	border:1px solid #f5f5f5;
	padding:3px;
	margin:3px;
	}
#browse {
        /* background:#f5f5f5;
        border:1px solid #000; */
        padding:1px;
        text-align:left;
        width:45%;
        margin:0px auto;
	margin-top:25px;
        margin-bottom:25px;
        line-height:16px;
        }

#browse a {
    font-weight:bold;
        }

#browse img {
        background:#111;
        padding:1px;
        border:1px solid #333;
        }

#browse img:hover {
        background:#111;
        padding:1px;
        border:1px solid #222;
        }



/* .............................. */
/* Comments */
/* .............................. */

/*
#comment_resize {
	width:440px;
	}
*/

#comment-top {
    	background:#222;
	border-bottom:1px solid #222;
	padding:5px;
	margin-bottom:0px;
	height:15px;
	}    

#comments {
    margin:0px auto;
	width:80%;
	text-align:left;
	}
	
#comments ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
	}
	
#comments li {
	display:block;
	margin:0px;
	margin-bottom:10px;
	color:#DDD;
	text-decoration:none;
	padding:10px;
	border:1px solid #222;
	}
	
#comments li a {
	color:#444;
	text-decoration:none;
	}
	
#comments li:hover {
	background:#222;
	}
	
#comments li a:hover {
	/* background:#111;*/
	}

#comment-middle {
	background:#111;
	border-top:1px solid #222;
	padding:5px;
	margin-top:25px;
	height:15px;
	} 

#addcomment {
    	width:80%;
	text-align:left;
	padding:10px;
	margin:0px auto;
	border:1px solid #222;
	background:#111;
	}
#addcomment:hover {
	background:#111;
	}

.input {
    width:45%;
	font-size:10px;
	border:1px solid #222;
	background-color:#222;
	color:#DDD;
	padding:5px;
    }
	
#addcomment textarea {
	width:90%;
	height:50px;
	font-size:11px;
	border:1px solid #222;
	background-color:#222;
	color:#DDD;
	padding:5px;
        font-family:Verdana, Arial, Helvetica, sans-serif;
	}

.comment-button {
    	background:#222;
	border:1px solid #222;
	color:#DDD;
	border-bottom:1px solid #222;
	border-right:1px solid #222;
	margin-left:-10px;
	}
#notice {
        margin:0px auto;
	width:80%;
	text-align:left;
	
}
#note-red {
	color: #FF0000;
	font-weight: bold;
}
#note-grey {
	color: #999999;
}

/* .............................. */
/* Footer */
/* .............................. */

#footer {
   text-align:center;
   margin-bottom:20px;
   }

/* .............................. */
/* Calendar if you want to use    */
/* a calendar in the template     */
/* .............................. */
.td-calendar-days-vz {
	padding:1px;
	text-align:center;
	border-top:0px solid #999;
	border-bottom:1px solid #999;
	border-right:0px;
	border-left:0px;
	background:#111;
	color:#999;
	}
.td-calendar-days-vz:hover {
    background:#222;
    }

.td-calendar-days {
	padding:1px;
	text-align:center;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	border-right:0px;
	border-left:0px;
	background:#222;
	color:#999;
	}
.td-calendar-days:hover {
    background:#222;
    }
.td-calendar-navi-vz {
	border-top:0px;
	border-bottom:1px solid #999;
	border-right:0px;
	border-left:0px;
	text-align:center;
	letter-spacing:1px;
	word-spacing:5px;
	}
.td-calendar-navi-vz a {
    text-decoration:none;
    color:#444;
    }
.td-calendar-navi {
	border-top:0px;
	border-bottom:1px solid #999;
	border-right:0px;
	border-left:0px;
	text-align:right;
	letter-spacing:1px;
	word-spacing:5px;
	}
.td-calendar-navi a {
    text-decoration:none;
    color:#DDD;
    }
.td-calendar-days-imagefound {
	padding:1px;
	text-align:center;
	border-top:1px dotted #999;
	border-bottom:1px dotted #999;
	border-left:1px dotted #999;
	border-right:1px dotted #999;
	background:#111;
	}
.td-calendar-days-imagefound:hover {
    border-top:1px solid #999;
	border-bottom:1px solid #999;
	border-left:1px solid #999;
	border-right:1px solid #999;
	background:#222;
    }
.td-calendar-days-imagefound a {
    text-decoration:none;
    color:#d7d7d7;
    font-weight:100;
    }

.td-calendar-days-imagefound a:hover {
    text-decoration:none;
    color:#fff;
    font-weight:bold;
    }
.table-calendar {
    font-family:Helvetica, verdana, sans-serif;
	font-size:10px;
	padding:0px;
	margin:0px;
	width:600px;
	border-top:0px;
	border-bottom:0px;
	border-right:0px;
	border-left:0px;
	}
.table-calendar-vz {
    font-family:Helvetica, verdana, sans-serif;
	font-size:10px;
	padding:0px;
	margin:0px;
	width:200px;
	border-top:0px;
	border-bottom:0px;
	border-right:0px;
	border-left:0px;
	}
.calendar-main td {
	align:center;
	vertical-align:middle;
}

/* -----------------------------------
 		BOXOVER
   -----------------------------------*/

.boxoverheader {
	background-color: #111;
	font:11px Trebuchet ms, Tahoma, Verdana, Georgia, Arial, sans-serif;
	font-weight: bold;
	letter-spacing:1px;
	color: #DDD;
	border-top:4px solid #444;
	border-left:4px solid #444;
	border-right:4px solid #444;
	padding:6px 8px 1px 8px;
	opacity: .65;
	-moz-opacity: 0.65;
	filter: alpha(opacity=65);
	min-width:200px;
	max-width:300px;
}
.boxoverbody {
	background-color: #111;
	font:10px Trebuchet ms, Tahoma, Verdana, Georgia, Arial, sans-serif;
	letter-spacing:1px;
	color: #DDD;
	text-align: center;
	border-bottom:4px solid #444;
	border-left:4px solid #444;
	border-right:4px solid #444;
	padding:2px 8px 5px 8px;
	opacity: .65;
	-moz-opacity: 0.65;
	filter: alpha(opacity=65);
	min-width:200px;
	max-width:300px;
}


/* -----------------------------------
 *		PURCHASE TABLE STUFF
 * -----------------------------------*/
 	.buytable {
		font-family:Trebuchet ms, Tahoma, Verdana, Georgia, Arial, sans-serif;
		color:#DDD;
		font-size:10px;
		background-color:#222;
		margin:9px auto 15px auto;
		}
 	.toprow {
		font-weight:bold;
		font-size:11px;
		letter-spacing:2px;
		background-color:#222;
		padding:4px 0px 4px 0px;
		text-align:center;
		}
 	.secondrow {
		font-weight:bold;
		letter-spacing:1px;
		background-color:#111;
		padding:4px 0px 4px 0px;
		text-align:center;
		}
 	.thirdrow {
		font-weight:bold;
		letter-spacing:1px;
		background-color:#111;
		padding:4px 0px 4px 0px;
		text-align:left;
		}
