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

body {
	background-color:#000000;
	background-image: url(/templates/black/img/background.jpg);
	background-repeat:repeat;
	background-position: bottom right; 
	font-size:10.5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:normal;
	color:#CCCCCC;
	margin:0px;
	text-align:center;
	}

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

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

a:hover {
	text-decoration:underline;
	}
	

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

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

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

.titleblue {
	font-size:13px;
	color:#1a7ab5;
	margin-left:-25px;
	}
	
.title {
	font-weight:bold;
	font-size:13px;
	letter-spacing:normal;
	color:#CCCCCC;
	margin-bottom:5px;
	margin-left:15px;
	}

h3 {
	font-weight:bold;
	font-size:11px;
	letter-spacing:normal;
	color:#666;
	text-align:center;
	}
	
h4 {
	padding-left:10px;
	}

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

#navigation {
	padding:2px;
	height:18px;
	padding-bottom:3px;
	background-color:#000000;
	}

#navigation img {
	border:none;
	margin-left:-2px;
	}

.menu {
	padding-top:2px;
	font:Geneva, Arial, Helvetica, sans-serif;
    float:right;
	clear:right;
	text-align:right;
	font-size:12px;
	letter-spacing:-1px;
	}
	
.menu a {
	padding:7px;
	padding-left:10px;
	padding-right:10px;
	}
		
.menu a:hover {
	text-decoration:none;
	color:#999;
	}

.sb {
	color:#1a7ab5;
	text-decoration:none;
	}
	
.sb a {
	color:#1a7ab5;
	text-decoration:none;

	}

.sb a:hover {
	color:#77b2d7;
	text-decoration:none;
	}
	
.bt {
	color:#91DE00;
	font-weight:700;
	margin-right:2px;
	}

.potd {
	padding:2px;
	border:1px solid #333333;
	text-align:center;
	margin-bottom:5px;
	}
	
.potd a {
	color:#1a7ab5;
	font-size:12px;
	}
	
/* .............................. */
/* Content */
/* .............................. */

#photo {
    background:#f5f5f5;
    padding:0px;
	border:1px solid #000000;
	}

#news {
    margin-top:-20px;
	margin-bottom:15px;
	}

.define {
    color:#74A300;
	}
	
.hidden {
	display:none;
	}

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

#image-navigate {
	padding:3px;
	height:15px;
	width:70%;
	margin:0px auto;
	}
	
#image-navigate a {
	padding:10px;
	}

.image-previous {
    float:left;
	}

.image-next {
	float:right;
	}

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

#image-info {
	padding:20px;
	padding-bottom:4px;
	text-align:justify;
	width:50%;
	margin:0px auto;
	margin-bottom:-10px;
	line-height:16px;
	}
	
#image-info a {
	text-decoration:underline;
	}

		
#image-notes {
	width:70%;
	text-align:left;
	vertical-align:top;
	}
	
#image-exif {
    padding-top:10px;
    text-align:right;
	width:25%;
	vertical-align:top;
	}

#image-info img {
	border:none
	}
	
.addcomment {
    float:right;
	clear:right;
	padding:0px;
	}	
	
#smallNotes {
	padding-top:13px;
	font-size:9px;
	font-weight:bold;
	text-decoration:none;
	}

#smallNotes a {
	color:#66CC00;
	}

#smallNotes a:hover {
	text-decoration:none;
	color:#666666;
	}
	
/* .............................. */
/* Feedsburner Subscribe Form */
/* .............................. */	

.submit input
{
color:#000000;
background:#CCCCCC;
border: 2px outset #FFFFFF;
}
	
/* .............................. */
/* Pages */
/* .............................. */

#page {
    background:#000000;
	padding:20px;
	text-align:left;
	width:75%;
	margin:0px auto;
	margin-bottom:5px;
	line-height:16px;
	}

#page a {
    font-weight:bold;
	}
	
#page img {
	background:#000000;
	border:1px solid #cccccc;
	}
	
#pageArc {
	padding:10px;
	text-align:left;
	width:90%;
	margin:0px auto;
	margin-bottom:5px;
	line-height:16px;
	}

#pageArc a {
    font-weight:bold;
	color:#FFFFFF;
	}
	
#pageArc img {
	background:#000000;
	border:1px solid #cccccc;
	}
	
#arsenal img {
	border:0px;
	}

.column{
	width:28%;
	text-align:left;
	vertical-align:top;
	padding:5px;
	}

.columnSmall{
	width:20%;
	text-align:left;
	vertical-align:top;
	padding:2px;
	}
	
.columnBig{
	width:60%;
	text-align:left;
	vertical-align:top;
	padding:2px;
	}
	
.thumbnails {
	border:1px solid #000000;
	padding:1px;
	margin:1px;
	}

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

#commentHead {
   text-align:left;
   border-bottom:1px solid #eee;
   font-size:11px;
   color:#000000;
   background-color:#f7f7f7;
   margin-bottom:5px;
   }

#comment-top {
    background:#fff;
	padding:5px;
	margin-bottom:2px;
	height:10px;
	}    

#comments {
    margin:0px auto;
	width:95%;
	text-align:left;
	}
	
#comments ul {
	list-style-type:none;
	margin:0px;
	padding:10px;
	}
	
#comments li {
	display:block;
	margin:0px;
	margin-bottom:10px;
	color:#CCCCCC;
	text-decoration:none;
	padding:10px;
	}
	
#comments li a {
	color:#0099cc;
	text-decoration:none;
	}
	
#comments li:hover {
	background:#f7f7f7;
	color:#333333;
	}
	
#comments li a:hover {
	background:#f7f7f7;
	color:#333333;
	}

#comment-middle {
    background:#000000;
	padding:5px;
	margin-top:25px;
	height:15px;
	} 

#addcomment {
    width:90%;
	text-align:left;
	padding:10px;
	margin:0px auto;
	}

.input {
    width:45%;
	font-size:10px;
	border:1px solid #eee;
	background-color:#000000;
	color:#CCCCCC;
	padding:5px;
    }
	
#addcomment textarea {
	width:90%;
	height:50px;
	font-size:12px;
	border:1px solid #eee;
	background-color:#000000;
	color:#CCCCCC;
	padding:5px;
	}

.comment-button {
    background:#000000;
	border:1px solid #aaa;
	color:#CCCCCC;
	border-bottom:2px solid #aaa;
	border-right:2px solid #aaa;
	}
	
#comment-ads {
	padding-top:10px;
	}

#comment-ads a {
	color:#002F9B;
	}
/* .............................. */
/* Footer */
/* .............................. */

#footer {
	padding-top:10px;
	margin-top:30px;
	text-align:center;
	font-size:9px;
	color:#666666;
	margin-bottom:-10px;
	padding-bottom:10px;
   }
   
#footer a {
   text-align:center;
   font-size:9px;
   color:#666666;
	}
	
#footer a:hover {
	text-decoration:none;
	color:#1a7ab5;
	}
   
#footernotes {
   text-align:left;
   border-bottom:1px solid #eee;
   font-size:11px;
   color:#CCCCCC;
   margin-bottom:5px;
   }

#footerNew {
	padding-top:15px;
	margin-top:30px;
	text-align:center;
	font-size:9px;
	color:#666666;
   }
   
#footerNew a {
   text-align:center;
   font-size:9px;
   color:#666666;
	}
	
#footerNew a:hover {
	text-decoration:none;
	color:#1a7ab5;
	}
	
#books {
	border:1px solid #666666;
	background-color:#FFFFFF;
	margin-left:40%;
	margin-right:40%;
	margin-bottom:5px;
	}	
	
#books img {
	border:none;
	}

/* .............................. */
/*            Other               */
/* .............................. */

#map {
	margin-top:35px;
	margin-bottom:20px;
	border:3px solid #000000;
	}
	
#desk a {
	font-weight:bold;
	}
	
#adLine {
	text-align:center;
	color:#666666;
	font-size:11px;
	padding-bottom:4px;
}

#adLine a {
	text-align:center;
	font-size:11px;
	color:#4A7500;
}

#adLine a:hover {
	text-decoration:none;
	color:#00CC00;
}

#network {
	margin-top:-110px;
	width:200px;
	text-align:right;
	color:#666666;
	}

.clear {
	clear:both;
	}

#browseHead {
	padding-left:40px;
	}

#copyright {
	border:1px solid #000000;
	font-size:13px;
	margin:50px;
	padding:10px;
	width:50%;
	}
	
	/* TAG SUPPORT */
.tags01
{
	font-size: 11px !important;
}

.tags02
{
	font-size: 12px !important;
}

.tags03
{
	font-size: 13px !important;
}

.tags04
{
	font-size: 14px !important;
}

.tags05
{
	font-size: 15px !important;
}

.tags06
{
	font-size: 16px !important;
}

.tags07
{
	font-size: 17px !important;
}

.tags08
{
	font-size: 18px !important;
}

.tags09
{
	font-size: 19px !important;
}

.tags10
{
	font-size: 20px !important;
}

div#tags {
	text-align: center;
	margin-left: 2px;
	margin-right: 5px;
}

div#dates, div#cats {
	color:#FF8800;
}

div#tags a,div#dates a, div#cats a {
	color:#fff;
}

div#tags a:hover, div#tags a:focus {
  color: #FF8800;
}

div#dates a:hover, div#dates a:focus {
  color: #FF8800;
}

div#cats a:hover, div#cats a:focus {
  color: #FF8800;
}
.archive_page_number{
	padding: 0px;
	margin: 0px;
}

.archive_active_page_number{
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	font-size: 16px;
}
div#bot_nav{
	margin-top: 10px;
}

div#bot_nav img{
  	margin:0px;
  	padding:0px;
  	margin-top: 5px;
  	border: 0px;
}