/* .............................. */
/* Basic */
/* .............................. */

body {
	
	background-color:#fff;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing:0.5px;
	color:#333;
	padding:0px;
	margin:0px;
	margin-bottom:20px;
	text-align:center;
	}



html, body {
	}

/* .............................. */
/* Links */
/* .............................. */

a {
	color:#333;
	text-decoration:none;
	}

a:hover {
	text-decoration:underline;
	
	}

/* .............................. */
/* Headings */
/* .............................. */

h1 {
   
	text-align:left;
	text-transform:uppercase;
	font-size:19px;
	letter-spacing:2px;
	color:#444;
	padding-top:1px;
	margin-left:8px;

	}
	
	h2 {

	text-transform:uppercase;
	font-size:19px;
	letter-spacing:2px;
	color:#ccc;
	padding-top:1px;
	margin-top:12px;


	}
	
h1 a {

    text-decoration:none;
		color:#000;

	}

h1 a:hover {
	font-size:19px;
    text-decoration:none;

	}

.title {
font-weight:bold;
	font-size:16px;
	letter-spacing:1px;
	color:#444;
	margin-left: -1px;	


	}

h3 {
	font-weight:bold;
	font-size:11px;
	letter-spacing:1px;
	color:#666;
	text-align:center;
	}

/* .............................. */
/* Navigation and menu */
/* .............................. */
/*
#navigation-browse {
position: fixed;
    background:none;
	border-bottom:0px solid #ccc;
	padding-left:5px;
	paddgin-top:20px;
	padding-right:0px;
	height:30px;
	margin-top:0px;
	}
	*/
		#navigation-yo {
		position: fixed;
	paddgin-top:15px;

    background:#fff;
	border-bottom:0px solid #ccc;
height:30px;
	margin-top:0px;
	width:100%;
	}

	
	#navigation {

	paddgin-top:15px;

    background:#fff;
	border-bottom:0px solid #ccc;
height:30px;
	margin-top:0px;
	width:100%;
	
	}

	
	
body#street a#STREET,
body#commissions a#COMMISSIONS,
body#statement a#STATEMENT,
body#bio a#BIO {
background-color:#333;
	text-decoration:none;
	color:#fff;
}

	/* .............................. */
/* NEW -- -- >> Navigation and menu */
/* .............................. */




#navigation-browse {
	position: fixed;
	paddgin-top:15px;
	padding-left:5px;
    background:#fff;
	border-bottom:0px solid #ccc;
height:30px;
	margin-top:0px;
	}
	
	
	/* Begin CSS Drop Down Menu */


#menuh-container
	{
	margin-top: -32px;
	margin-right: 0px;
float:right;
clear:both;
	}

#placeholder {
	z-index:600;
	}
	
#menuh
	{

	font-size: small;
	font-family: arial, helvetica, sans-serif;
	float:right;
	margin-right:0px;
	text-transform:uppercase;
	background:#000;
  z-index:6;
	padding-top:0px;
	
	text-align:left;
	font-size:11px;

	}
		
#menuh a
	{
padding-right:9px;
padding-left:3px;
	color:#fff;

padding-left:5px;
	}
	
#menuh a, #menuh a:visited	/* menu at rest */
	{
	color: white;
	background-color: #000;
	text-decoration:none;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: white;
	background-color: #444;
	}	
			
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-image: url(index.php_files/navdown_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-image: url(index.php_files/nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;

	float:left;
	width:auto;	/* width of all menu boxes */
	}

#menuh li
	{
	position:relative;
    min-height: 1px; 	/* Sophie Dennis contribution for IE7 */
    vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
	}

#menuh ul ul
	{
	width:130px;
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	text-transform:lowercase; 
	
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

/* End CSS Drop Down Menu */

/* .............................. */
/* Content */
/* .............................. */

#photo {
	margin-left:3px;
    background:#fff;
    padding:0px;
	border:1px solid #f5f5f5;
	}

/* .............................. */
/* Image Navigation */
/* .............................. */

#image-navigate {
font-size:11px;
        color:none;
    background:none;
	padding-bottom:3px;
	padding-top:3px;
	height:9px;
	width:700px;
	margin:0px auto;
	
	border-top:1px solid #ccc;
	}
	
#image-navigate a {
color:none;
	padding-bottom:10px;
	}
	#image-navigate a:hover {
	text-decoration:none
color:#000;

	}
	

.image-previous {
	

padding-left:2px;
    float:left;
	color:;
	}

.image-next {
	color:none;
	

	padding-right:0px;
	float:right;
	}

/* .............................. */
/* Image Info */
/* .............................. */

#image-box { 
	background:#fff;
	}
#image-info {

    background:#fff;
	border:0px solid #ccc;
	padding:0px;
	text-align:justify;
	width:700px;
	margin:0px auto;
	margin-bottom:25px;
	line-height:16px;
	}
	
	#image-two {

    background:#fff;
	border:0px solid #ccc;
	padding:0px;
	text-align:justify;
	width:758px;
	margin:0px auto;
	margin-bottom:25px;
	line-height:16px;
	}
	
		
#image-notes {
	width:100%;
	padding-top: 5px;
	color:#666;

	}
	
	#image-notes a {
	padding-left: 18px;
	padding-top:1px;
	background-image: url('file_icon.gif');
	background-position: left center;
	background-repeat: no-repeat;


	}
	
#exif {
	letter-spacing:1px;
	
	font-weight:lighter;
	color:	#111;
	font-size:20px;
    text-align:right;

	}

.addcomment {
    float:right;
	clear:right;
	padding:0px;
	}	

/* .............................. */
/* Pages */
/* .............................. */

#thumb-nav {

	padding-left:14px;
	color:#999;
	letter-spacing:1.2px;
	font-weight:lighter;
	font-size:10px;
	margin-bottom:-20px;
	}
	#thumb-naver {

	padding-right:12px;
	color:#999;
	letter-spacing:1.2px;
	font-weight:lighter;
	font-size:10px;
	margin-bottom:-20px;
	}
	
#page {

									
background:#fff;
	border:0px solid #ccc;
	padding:0px;
	text-align:left;
	width:3600px;
	margin:0px auto;
	margin-bottom:25px;
	line-height:16px;
	}
	
	#page-two {
	padding-top:20px;
	padding-bottom:20px;
    background:#fff;

	text-align:left;
	width:758px;
	margin:0px auto;
	margin-bottom:25px;
	line-height:16px;
	}

	#page-three {
	padding-top:20px;
	padding-bottom:20px;
    background:#fff;
	text-align:left;
	width:758px;
	margin:0px auto;
	margin-bottom:25px;
	line-height:16px;
	}
	
#page a {
    font-weight:bold;
	}
	
#page img {
	background:#ffffff;
    padding:0px;
	border:0px solid #ccc;
	}

.column{
font-size:12px;
	width:48%;
	text-align:left;
	vertical-align:top;
	padding:5px;
	}
	.column-one{
font-size:12px;
	width:27%;
	text-align:left;
	vertical-align:top;
	padding:5px;
	}
	
		.column-two{
font-size:14px;
	width:73%;
	text-align:left;
	vertical-align:top;
	padding:5px;
	}
.thumbnails {
	border:0px solid #f5f5f5;
	padding:0px;
	margin:0px;
	}

/* .............................. */
/* Comments */
/* .............................. */

#comment-top {
    background:#fff;
	border-bottom:1px solid #eee;
	padding:5px;
	margin-bottom:25px;
	height:15px;
	}    

#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:#444;
	text-decoration:none;
	padding:10px;
	border:1px solid #eee;
	}
	
#comments li a {
	color:#444;
	text-decoration:none;
	}
	
#comments li:hover {
	background:#f5f5f5;
	}
	
#comments li a:hover {
	background:#f5f5f5;
	}

#comment-middle {
    background:#fff;
	border-top:1px solid #eee;
	padding:5px;
	margin-top:25px;
	height:15px;
	} 

#addcomment {
    width:90%;
	text-align:left;
	padding:10px;
	margin:0px auto;
	border:1px solid #eee;
	background:#f5f5f5;
	}

.input {
    width:45%;
	font-size:10px;
	border:1px solid #eee;
	background-color:#fff;
	color:#666;
	padding:5px;
    }
	
#addcomment textarea {
	width:90%;
	height:50px;
	font-size:12px;
	border:1px solid #eee;
	background-color:#fff;
	color:#666;
	padding:5px;
	}

.comment-button {
    background:#fff;
	border:1px solid #aaa;
	color:#666;
	border-bottom:2px solid #aaa;
	border-right:2px solid #aaa;
	}

/* .............................. */
/* Footer */
/* .............................. */

#footer {
   margin-bottom:20px;
   margin-right: -1000px;
   }
#footer-top {
   margin-top:0px;
   margin-right: -1200px;
   }

 #footer-three a {
 	
   color:#999;}
   
    #footer-four a {
   color:#999;}
   
   #footer a {
   color:#999;}
   
	#footer-three {
	border-top:1px solid #ccc;
	padding-top:8px;
	  background: #fff;
		text-align:left;
width:700px;

margin-bottom:0px;

	 }
	 #footer-four {
	border:1px solid #f5f5f5;
	  background: #fff;
		text-align:left;
width:758px;

margin-bottom:0px;

	 }
	 
/* TAG SUPPORT */
.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;
}





.td-numbers {
	padding:1px;
	text-align:center;
	border-top:0px solid #999;
	border-bottom:0px solid #999;
	border-right:0px;
	border-left:0px;
	background:#fff;
	width: 6px;
	color:#999;
	}

.td-numbers:hover {
    background:#444;
    }

.td-numbers a {
    text-decoration:none;
    }

.td-numbers a:hover {
    text-decoration:none;
    color:#fff;
    }

.td-numbers-navi-prev {
	border-top:0px;
	border-bottom:0px;
	border-right:0px;
	border-left:0px;
	text-align:center;
	vertical-align:top;
	letter-spacing:1px;
	word-spacing:5px;
	text-decoration:none;
	width:50px;
	}

.td-numbers-navi-prev a {
    text-decoration:none;
	color:#000;
    }

.td-numbers-navi-prev a:hover {
    text-decoration:none;
	color:#666;
    }

.td-numbers-navi-next {
	border-top:0px;
	border-bottom:0px;
	border-right:0px;
	border-left:0px;
	text-align:center;
	vertical-align:bottom;
	letter-spacing:1px;
	word-spacing:5px;
	text-decoration:none;
	width:50px;
	}

.td-numbers-navi-next a {
    text-decoration:none;
	color:#000;
    }

.td-numbers-navi-next a:hover {
    text-decoration:none;
	color:#666;
    }

.td-numbers-select {
	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:#f5f5f5;
	}

.td-numbers-select:hover {
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	border-left:1px solid #999;
	border-right:1px solid #999;
	background:#666;
    }

.td-numbers-select a {
    text-decoration:none;
    color:#444;
    }

.td-numbers-select a:hover {
    text-decoration:none;
    color:#fff;
    }

.table-numbers {
	font-family:Helvetica, verdana, sans-serif;
	font-size:10px;
	padding:1px;
	margin:0px;
	}
	
	
	