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

body {
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:0.5px;
	color:#333;
	padding:0px;
	margin:0px;
	margin-bottom:20px;
	text-align:center;
	background-image:url(http://www.icecoldmilk.com/images/bg_photo.png);
	background-position:center;
	background-repeat:repeat-y;
	background-color: #3e3e3e;
	}

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

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

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

a:hover {
	text-decoration:underline;
	}

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

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

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

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

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

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

#icm_header {
	height:65px;
	background-image:url(http://www.icecoldmilk.com/images/head_photo.png);
	background-position:center;
	background-repeat:no-repeat;
	}

#navigation {

	padding:5px;
	height:15px;
	width:750px;
	margin:0px auto;
	margin-bottom:2px;
	}

.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;
	}

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

#photo {
	padding:5px;
	border:1px solid #757575;
 	background-color: #acacac;
	}

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

#image-navigate {
	padding:5px;
	height:15px;
	width:750px;
	margin:0px auto;
	}
	
#image-navigate a {
	padding:10px;
	}

.image-previous {
	font-size:11px;
    float:left;
	}

.image-next {
	font-size:11px;
	float:right;
	}

#image-navigate a {
	color:#6A6A6A;
	text-decoration:none;
	}

#image-navigate a:hover {
	color:#000000;
	}

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

#image-info {
    background:#acacac;
	border:1px solid #757575;
	padding:5px;
	text-align:justify;
	width:750px;
	margin:0px auto;
	margin-bottom:5px;
	line-height:16px;
	}

#image-info a {
	color:#000000;
	text-decoration:underline;
	}

#image-info a:hover {
	color:#333333;
	font-weight:bold
	}
		
#image-notes {
	width:70%;
	vertical-align:top;
	}
	
#image-exif {
    text-align:right;
	width:25%;
	vertical-align:top;
	}

.addcomment {
    float:right;
	clear:right;
	padding:0px;
	}	

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

#page {
	border:0px;
	padding:5px;
	text-align:left;
	width:750px;
	margin:0px auto;
	margin-bottom:5px;
	line-height:16px;
	}

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

.column{
	width:48%;
	text-align:justify;
	vertical-align:top;
	padding:10px;
	}
	
.thumbnails {
	border:1px solid #f5f5f5;
	padding:3px;
	margin:3px;
	}

/* .............................. */
/* 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 {
   text-align:center;
   line-height:15px;
   width:750px;
   margin:0px auto;
   margin-bottom:5px;
   color:#707070;
   }

#footer a {
	color:#707070;
	text-decoration:none;
	}

#footer a:hover {
	color:#333333;
	}