/* CSS- Cascading Style Sheet for the Template: snowcolor */

body {
	margin-right: auto;
	margin-left: auto;	
	width: 800px;
	background-color: #fff; 
	text-align: center;
	font: normal 10px Helvetica,Verdana,Arial,sans-serif;
	color: #777;
}
a,a:link,a:visited {
	outline: none;
	text-decoration: none;
	color: #000;
}
img { border: 0px; }
ul,li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
h1 {
	font: normal small-caps 34px Georgia,Corbel,serif;
	letter-spacing: -1px;
}
h2 {
	margin: 10px 0 5px 0;
	font: normal 18px Georgia,Corbel,serif;
}
h3 {
	margin: 10px 0 5px 0;
	font-size: 16px;
	line-height: 20px;
}
h4 {
	margin: 10px 0 5px 0;
	font-size: 14px;
	line-height: 18px;
}
p { margin: 5px 0 5px 0; }
form { font-size: 11px; }

/* Common layout */
#layout {}
#navigation {}
#menu {}
#copyright { 
	clear: both;
	margin-top: 20px;
}

/* Home */
#gallery { margin: 10px 0 0 0; }
#gallery p { margin: 0; }
#exif {}

/* About */
#about { text-align: center; }
#about h2.clear { clear: center; }
#about p { font-size: 12px; }
#about p.aboutme { text-align: center; }
#about p.twitter { margin: 10px 0 0 0; }

/* Browse */
#browse {
	margin: 10px 0 0 0;
	text-align: left;
}
#browse h2 { display: none; }
#browse p.thumb { margin: 0; }
#browse .thumbnails { margin: 0; }

   /* TAG SUPPORT */
a.tags01 { font-size: 16px !important; line-height: 1.2em; }
a.tags02 { font-size: 20px !important; line-height: 1.2em; }
a.tags03 { font-size: 22px !important; line-height: 1.2em; }
a.tags04 { font-size: 24px !important; line-height: 1.2em; }
a.tags05 { font-size: 26px !important; line-height: 1.2em; }
a.tags06 { font-size: 28px !important; line-height: 1.2em; }
a.tags07 { font-size: 28px !important; line-height: 1.2em; }
a.tags08 { font-size: 28px !important; line-height: 1.2em; }
a.tags09 { font-size: 28px !important; line-height: 1.2em; }
a.tags10 { font-size: 28px !important; line-height: 1.2em; }

/* Comment */
#add-comment {
	clear: both;
	padding: 10px;
	margin: 10px 0 0 0;
	background: #eee;
	text-align: left;
	font-size: 12px;
}
.input {
	padding: 3px;
	width: 96%;
	border: 1px solid #000;
	background-color: #fff;
}
#add-comment textarea {
	padding: 3px;
	width: 96%;
	height: 100px;
	border: 1px solid #000;
	background-color: #fff;
}
td {
	width: 50%;
	vertical-align: top;
}
#commentslist {
	float: left;
	width: 370px;
}
#commentslist ul {
	list-style-type: none;
	text-align: left;
}
#commentslist li {
	display: block;
	padding: 0 10px 10px 0;
}