/* .............................. */
/* Basic */
/* .............................. */

body {
	background-color:#fff;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:0.5px;
	color:#777;
	padding:0px;
	margin:0px;
	margin-bottom:20px;
	text-align:center;
	}

html, body {
     min-height:100.1%;
	}

/* .............................. */
/* Links */
/* .............................. */

a {
	color:#777;
	text-decoration:none;
	}

a:hover {
	text-decoration:underline;
	}

/* .............................. */
/* Headings */
/* .............................. */

h1 {
    float:left;
	clear:left;
	font-weight:bold;
	font-size:11px;
	letter-spacing:2px;
	color:#777;
	margin:0px;
	margin-left:5px;
	padding:0px;
	}
	
h1 a {
    text-decoration:none;
	color:#777;
	}

h1 a:hover {
    text-decoration:none;
	}

.title {
	font-weight:bold;
	font-size:11px;
	letter-spacing:1px;
	color:#777;
	margin:0px;
	margin-bottom:5px;
	margin-left:15px;
	padding:0px;
	}

h3 {
	font-weight:bold;
	font-size:11px;
	letter-spacing:1px;
	color:#777;
	text-align:center;
	}

/* .............................. */
/* Navigation and menu */
/* .............................. */

#navigation {
        background-image:url(http://pixperiment.com/pixlogog.gif);
        background-repeat:no-repeat;
        padding:5px;
	height:45px;
	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:#111;
	}

div#leftpageslinks {
    	width: 200px;
    	background-color: 777;
	text-decoration:none;
	color:#111
	}

div#rightcalendar {
	float: right;
    	width: 175px;
    	background-color: 777;
	text-decoration:none;
	color:#111
	}

#monthlist{
	text-align:left;
	}


/* .............................. */
/* Content */
/* .............................. */

#photo {
    background:#FFF;
	padding:5px;
	border:1px solid #ccc;
	}

.photo-container {
      margin-left: 10%;
      margin-right: 10%;
      }

     
.img-shadow {
  float:left;
  background: url(shadowAlpha.png) no-repeat bottom right !important;
  background: url(shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  }


/* .............................. */
/* Image Navigation */
/* .............................. */

#image-navigate {
    background:#fff;
	padding:0px;
	height:15px;
	width:70%;
	margin:0px auto;
	}
	
#image-navigate a {
	padding:10px;
	}

.image-previous {
    float:left;
	}
.image-nates {
	float:none;
	}

.image-next {
	float:right;
	}

/* .............................. */
/* Image Info */
/* .............................. */

#image-info {
    background:#FFF;
	padding:20px;
	text-align:left;
	width:550px;
	margin:0px auto;
	margin-bottom:25px;
	line-height:16px;
	}
		
#image-notes {
	width:70%;
	vertical-align:top;
	}
	
#image-exif {
    padding-top:10px;
    text-align:right;
	width:25%;
	vertical-align:top;
	}

.addcomment {
    float:right;
	clear:right;
	padding:0px;
	}	

/* .............................. */
/* Pages */
/* .............................. */

#page {
    background:#FFF;
	padding:5px;
	text-align:left;
	width:80%;
	margin:0px auto;
	margin-bottom:25px;
	line-height:16px;
	}

#page-logo {
	position: absolute; top: 0px; right: 0px;
	}

#page-set {
	color:#777;
	padding:0px;
	margin:0px;
	margin-bottom:20px;
	text-align:left;
        width:500px;
	}
#page-text {
    background:#FFF;
	padding:10px;
	text-align:left;
	width:450px;
	margin:0px auto;
	margin-bottom:25px;
	line-height:16px;
	}


#page a {
    font-weight:bold;
	}
	
#page img {
	background:#FFF;
    padding:5px;
	border:1px solid #ccc;
	}

.column{
	width:48%;
	text-align:left;
	vertical-align:top;
	padding:5px;
	}
	
.thumbnails {
	}

/* .............................. */
/* Comments */
/* .............................. */

#photo1 {
	width: 25em;
	height: 25em;
	}

#comment-top {
    background:#FFF;
	padding:5px;
	margin-bottom:25px;
	height:15px;
	}    

#comments {
    margin:0px auto;
	width:400px;
	text-align:left;
	}

#comment-notes {
    background:#FFF;
	padding:20px;
	text-align:left;
	width:275px;
	margin:0px auto;
	margin-bottom:25px;
	line-height:16px;
	}

	
#comments ul {
	list-style-type:none;
	margin:0px;
	padding:10px;
	}
	
#comments li {
	display:block;
	margin:0px;
	margin-bottom:10px;
	color:#777;
	text-decoration:none;
	padding:10px;
	border:1px solid #eee;
	}
	
#comments li a {
	color:#444;
	text-decoration:none;
	}
	
#comments li:hover {
	background:#FFF;
	}
	
#comments li a:hover {
	background:#FFF;
	}

#comment-middle {
    background:#fff;
	padding:5px;
	margin-top:25px;
	height:15px;
	} 

#addcomment {
    width:90%;
	text-align:left;
	padding:10px;
	margin:0px auto;
	border:1px solid #eee;
	background:#FFF;
	}

.input {
    width:45%;
	font-size:10px;
	border:1px solid #eee;
	background-color:#fff;
	color:#777;
	padding:5px;
    }
	
#addcomment textarea {
	width:90%;
	height:50px;
	font-size:12px;
	border:1px solid #eee;
	background-color:#fff;
	color:#777;
	padding:5px;
	}

.comment-button {
    background:#fff;
	border:1px solid #aaa;
	color:#777;
	border-bottom:2px solid #aaa;
	border-right:2px solid #aaa;
	}

#mostcom {
    background:#fff;
	border:1px solid #aaa;
	color:#777;
	border-bottom:2px solid #aaa;
	border-right:2px solid #aaa;
	}

/* .............................. */
/* Pixperiment Home */
/* .............................. */

bodyhome {
	color:#000; 
	background-color: #fff;
}
html, body, #wrapper {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
}
#wrapper {
	background-color: #ccccff;
	margin: 0 auto;
	text-align: left;
	vertical-align: middle;
	width: 400px;


/* .............................. */
/* Footer */
/* .............................. */

#footer {
   text-align:center;
   margin-bottom:20px;
   }
