/* CSS Document */

body {
	background-image:url(images/bg.gif);
	background-position:center; 
	background-repeat:repeat-y;
	background-repeat:repeat-x;
	background-color:#AFB4B9;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#ccc;
	margin:0px;
	padding:0px;
}

#wrapper {
	width:790px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
}
#header {
	width:100%;
	height:37px;
	background-image:url(images/header_area_bg.png);
	background-repeat:no-repeat;
	text-align:right;
	vertical-align:middle;
}


#main_content {
	width:100%;
	background-image:url(images/content_area_bg.png);
	background-repeat:no-repeat;
	padding-bottom:19px;
	margin-bottom:30px;
	padding-top:19px;
}
#image_comments {
	width:100%;
	background-image:url(images/comment_area_bg.png);
	background-repeat:no-repeat;
	padding-top:19px;
	padding-bottom:19px;
}
#footer {
	width:100%;
	text-align:center;
	margin-top:30px;
	margin-bottom:30px;
	color:#333;
}

#sub_header {
	width:790px;
	height:25px;
	background-image:url(images/header_bottom_area_bg.png);
	background-repeat:no-repeat;	
	padding-bottom:4px;
	padding-top:4px;
	margin-bottom:30px;
}

#sub_header h1 {
	text-align:right;
	font-size:12px;
	font-weight:bold;
	margin:0px;
	padding:0px;
	color:#fff;
}

#image_comments h1 {
	text-align:left;
	font-size:14px;
	font-weight:bold;
	margin:0px;
	padding-bottom:5px;
	color:#fff;
	display:inline;
}
#main_content h1 {
	text-align:left;
	font-size:14px;
	font-weight:bold;
	margin:0px;
	padding-bottom:5px;
	color:#fff;
	display:inline;
}


.exif {
	background-image:url(images/exif_area_bg.png);
	background-repeat:no-repeat;
	text-align:right;
	width:91px;
	padding:10px;
}

.twitter-link{
	padding-left:22px;
	background:transparent url(/templates/immigrantsimages/images/twitter-link-icon.png) no-repeat scroll center left;
}

.feed-link{
	padding-left:20px;
	margin-left:10px;
	background:transparent url(/templates/immigrantsimages/images/feed-link-icon.png) no-repeat scroll center left;
}

#photo {
	padding:0px;
	border:1px solid #fff;
	text-align:center;
}

#archive img {
	background:#fff;
	margin:5px;
	border:1px solid #fff;
}


/* Links */

#header a:link {text-decoration: none; color:#ccc; font-size:10px; font-weight:bold;}
#header a:visited {text-decoration: none; color:#ccc; font-size:10px; font-weight:bold;}
#header a:hover {text-decoration: underline; color:#fff; font-size:10px; font-weight:bold;}

#main_content a:link {text-decoration: none; color:#ccc; font-size:10px; font-weight:bold;}
#main_content a:visited {text-decoration: none; color:#ccc; font-size:10px; font-weight:bold;}
#main_content a:hover {text-decoration: underline; color:#fff; font-size:10px; font-weight:bold;}

#footer a:link {text-decoration: none; color:#333; font-size:10px; font-weight:normal;}
#footer a:visited {text-decoration: none; color:#333; font-size:10px; font-weight:normal;}
#footer a:hover {text-decoration: underline; color:#666; font-size:10px; font-weight:normal;}

#sub_header a:link {text-decoration: none; color:#ccc; font-size:10px; font-weight:normal;}
#sub_header a:visited {text-decoration: none; color:#ccc; font-size:10px; font-weight:normal;}
#sub_header a:hover {text-decoration: underline; color:#fff; font-size:10px; font-weight:normal;}

#image_comments a:link {text-decoration: none; color:#ccc; font-size:10px; font-weight:bold;}
#image_comments a:visited {text-decoration: none; color:#ccc; font-size:10px; font-weight:bold;}
#image_comments a:hover {text-decoration: underline; color:#fff; font-size:10px; font-weight:bold;}

/* IE 6 PNG Fix */
img, #header, #main_content,#sub_header, #image_comments, .exif { behavior: url(iepngfix.htc); }



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

#comment-top {
    background:#333;
	border-bottom:1px solid #aaa;
	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:#eee;
	text-decoration:none;
	padding:10px;
	border:1px solid #aaa;
	}
	
#comments li a {
	color:#eee;
	text-decoration:none;
	}

#comments li a:hover {
	color:#fff;
	}
	
#comments li:hover {
	background:#515151;
	}

#comment-middle {
    background:#666;
	border-top:1px solid #aaa;
	padding:5px;
	margin-top:25px;
	height:15px;
	} 

#addcomment {
    width:90%;
	text-align:left;
	padding:10px;
	margin:0px auto;
	border:1px solid #aaa;
	background:#515151;
	}

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

.comment-button {
    background:#fff;
	border:1px solid #aaa;
	color:#666;
	border-bottom:2px solid #aaa;
	border-right:2px solid #aaa;
	}
	
.column{
	width:50%;
	text-align:left;
	vertical-align:top;
	padding:0px;
}