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

body {
	background-image:url(../images/bg.png);
	background-repeat: repeat-y;
	background-position: top;
	font-size:10px;
	font-family: Georgia, Times, "Times New Roman", serif;
	text-transform: lowercase;
	letter-spacing:0px;
	color:#666;
	padding:0px;
	margin:0px;
	margin-bottom:0px;
	text-align:center;
	background-color: #000000;
	}

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

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

a {
	font-family: Trebuchet MS, Arial, sans-serif;
	font-weight: bold;
	letter-spacing:1px;
	float:center;
	text-align:center;
	color:#999;
	text-transform: uppercase;
	text-decoration:none;
	}

a:hover {
	color:#fff;
	}

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

#navigation {
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	background-position: center top;
	height:115px;
	}

.thumbnails {
	border:0;
	margin:0 1px 2px 1px;
	filter:alpha(opacity=100);
	-moz-opacity:.7;
	opacity:.7;
	}
	
.thumbnails:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	}

.menu {
	color:#333;
	float:center;
	position:relative;
	top:94px;
	}
	
.menu a {
	font-family: Trebuchet MS, Arial, sans-serif;
	text-shadow: black 2px 2px 0px;
	font-weight: bold;
	font-size: 9px;
	letter-spacing:1.6px;
	color:#666;
	}
		
.menu a:hover {
	color:#fff;
	}

#image-border {
    position:relative;
	margin:0 auto 0 auto;
}
	
#menu_browse{
	position: absolute;
	margin: 0px;
	margin-right:-10px;
	padding: 0px;
	top: 0px;
	left: 0px;
	z-index:10;
}

#menu_browse a{
	outline: none;
}

#menu_browse_prev, #menu_browse_next{
	width: 49.9%;
	height: 101%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}

#menu_browse_next {
	top: 0px;
	right:0px;
	float: left;	
}

#menu_browse_prev {
	top: 0px;
	left:0px;
	float: right;	
}

#menu_browse_prev:hover, #menu_browse_prev:visited:hover {
	background: url('../images/prev_btn.png') center center;
	cursor: pointer;
}

#menu_browse_next:hover, #menu_browse_next:visited:hover {
	background: url('../images/next_btn.png') center center;
	cursor: pointer;
}
	
/* .............................. */
/* Content*/
/* .............................. */


.addcomment {
    float:right;
	clear:right;
	padding:0px;
	}
	
#photo {
	padding:0px;
	margin:0px;
    background:#eee;
	}

#image-navigate {
	width:600px;
	}
	
#image-navigate a {
	padding:10px;
	}

.image-previous {
    float:left;
    text-size:9px;
	}

.image-next {
	float:right;
    text-size:9px;
	}

#image-info {
	text-align:center;
	width:600px;
	margin:0px auto;
	margin-top:16px;
	margin-bottom:24px;
	line-height:12px;
	color:#666;
	}

.title {
	font-family: Trebuchet MS, Arial, sans-serif;
	line-height:28px;
	font-size:25px;
	letter-spacing:1px;
	text-shadow: black 2px 2px 2px;
	margin-bottom:12px;
	color: #000000;
	}
	
.title2 {
	line-height:28px;
	font-size:30px;
	letter-spacing:1px;
	text-shadow: black 2px 2px 2px;
	margin-bottom:12px;
	color: #CCCCCC;
	}
	
.date-info {
	font-size:9px;
	}

.category-info {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-style: normal;
	font-size:9px;
	}

.tag-list {
	font-size:9px;
	word-spacing:2px;
	}


.share-icon {
	vertical-align:text-baseline;
	filter:alpha(opacity=40);
	-moz-opacity:.4;
	opacity:.4;
	margin: 0 0 0 2px;
	}

.share-icon:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	}

.image-notes {
	font-size:14px;
	letter-spacing:0px;
	line-height:18px;
	margin-bottom:16px;
	text-align:center;
	}

.related-images {
	font-size:30px;
	font-weight: normal;
	letter-spacing:-2px;
	color:#333;
	margin-top:24px;
	text-transform:lowercase;
	text-shadow: black 2px 2px 1px;
	margin-bottom:8px;
	}
	
#image-wrapper {
	position:relative;
	top:0px;
	}
	
#ml {
	width:10px;
	background-image:url(../images/shadow-l.png);
	background-repeat: repeat-y;
	background-position: right top;
}

#mm {
	background:#000 url(../images/loader.gif) no-repeat center;
	position:relative;
}

#mr {
	width:10px;
	background-image:url(../images/shadow-r.png);
	background-repeat: repeat-y;
	background-position: left top;
}

#bl {
	width:10px;
	height:15px;
	background-image:url(../images/shadow-cl.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#bm {
	height:15px;
	background-image:url(../images/shadow-b.png);
	background-repeat: repeat-x;
	background-position: left top;
}

#br {
	width:10px;
	height:15px;
	background-image:url(../images/shadow-cr.png);
	background-repeat: no-repeat;
	background-position: left top;
}


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

#addcomment {
	font-style: italic;
	float:right;
    width:280px;
	text-align:left;
	padding:0px;
	margin:0px auto;
	}

#image_comments {
	width:280px;
	float:left;
	text-align:justify;
	margin:0;
	padding:10px
	}

#image_comments ul {
	padding:0;
	}

#image_comments li {
	font-size:10px;
	color:#444;
	margin:0px 10px 10px 0px;
	list-style:square;
	}

.comments-title {
	font-size:26px;
	font-weight: normal;
	letter-spacing:-2px;
	color:#333;
	text-transform:lowercase;
	text-shadow: black 2px 2px 1px;
	position:relative;
	left:-3px;
	}
	
.comment_content {
	font-size:11px;
	color:#666;
	line-height:15px;
	}

.input {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-style: normal;
    width:40%;
	font-size:10px;
	border:1px solid #333;
	background-color:#181818;
	color:#999;
	padding:4px;
    }
	
#addcomment textarea {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-style: normal;
	width:90%;
	height:50px;
	font-size:10px;
	border:1px solid #333;
	background-color:#181818;
	color:#999;
	padding:4px;
	margin-top:12px;
	}

.comment-button {
    background:#333;
	border:1px solid #444;
	color:#666;
	border-bottom:1px solid #222;
	border-right:1px solid #222;
	font-family: Trebuchet MS, Arial, sans-serif;
	font-weight: bold;
	font-size: 10px;
	font-style: normal;
	letter-spacing:1px;
	text-align:center;
	color:#999;
	padding:2px;
	}


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

#footer {
	width:600px;
	text-align:center;
	line-height:14px;
	margin:20px auto 20px auto;
   }

/* .............................. */
/* About */
/* .............................. */

.about-quote {
	width:70%;
	font-size:12px;
	font-family: Trebuchet MS, Arial, sans-serif;
	font-weight:normal;
	text-transform: lowercase;
	text-align:left;
	letter-spacing:0px;
	line-height:16px;
	padding:0px;
	margin:20px auto 20px auto;

	}

.about-wrapper {
	float:left;
	padding:20px;
	}

.about-text {
	font-size:12px;
	text-transform:lowercase;
	line-height:16px;
	color:#666;
	text-align:left;
	margin:10px 0 10px 0;
	}

/* .............................. */
/* Popular */
/* .............................. */

.popular {
	float:left;
	width:190px;
	border-top:1px dotted #333;
	padding:16px 4px 4px 4px;
	height:240px;
	}

/* TAG SUPPORT */

#tag_cloud {
	font-weight:normal;
	text-align:center;
	margin:0 150px 16px 150px;
	}

.tags00
{
	font-size: 8px !important;
}
.tags01
{
	font-size: 10px !important;
}

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

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

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

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

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

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

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

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

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