/*------------------------------------------------------------------
[Reset]
-------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size:100.01%
	vertical-align: baseline;
	background: transparent;
}

/* global styles  */

body {
	line-height: 1;
}

html {font-size:62.5%;}

ol, ul {
	list-style: none;
}

li, dd { margin-left:5%; }

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset { padding: .5em; }
select option{ padding:0 5px; }

.hide { display:none; }
.left{ float:left; }
.right{ float:right; }
.clear{ clear:both; height:1px; font-size:1px; line-height:1px; }
a img{ border:none; }


/*------------------------------------------------------------------
[Styles]
-------------------------------------------------------------------*/
body {
	margin: 20px 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #96967E;
	background: #f3f3f1;
	}
		
a:link, a:visited, a:hover {
	color: #52A9D7;
	text-decoration: none;
	}
a:hover {
	color:#fff;
	/*color:#4B5FE4;*/
	/*border-bottom:1px dotted #8db8cf;*/
	background:#52A9D7;
}	

h1 {
	margin:1em 0 0.5em 0;
}
	
h2 {
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
	
blockquote {
	margin-left: 10px;
	margin-right: 0px;
	}
	
hr {
	 background-color: #FFFFFF;
	 color: #FFFFFF;
	}

.main {
	text-align: left;
	margin: 20px auto;
	background: #fff;
	padding: 25px 25px 25px;
	border: 1px solid #E6E6DF;
	}

	.img {
		width: auto;	
		position: relative;
	}
	
	.img a {
		
	}
	.img a:hover {
		border:0;
		background: #333;
	}

		.image {
			margin-left:auto;
			margin-right:auto;
			vertical-align:middle;
			border:0px;
			}
	.head,.head2 {
		text-align: right;
		}
		.head h1 {
			font-size:16px;
			padding:5px 0 2px 0;
		}
		.head2 h1 {
			font-size:16px;
			margin:0 0 5px 0;
			padding:0
		}
	.menu {
		text-align: right;
		}
.footer {
	font-size:0.8em;
	line-height: 140%;
	text-align: right;
	margin: 10px auto;
	color: #97A098;
}
			
/*Comment Styles */
#wrapper {
	padding: 10px; 
	margin: 10px auto; 
	border: 1px solid #CCCCCC; 
	width: 400px;
	text-align: left; 
	background-color: #fff;
	}
	#wrapper h1 {
		font-size:16px;
		margin:0 0 5px 0;
		padding:0
	}
	#comments {
		width: 100%;
		border: 0px solid #444;
		}
		
		#comments ul {
			padding: 0px;
			margin: 0px;
			display: block;
			list-style: none;
			width: 100%;
			}
			
		#comments li {
			padding-bottom: 10px;
			padding-top: 10px;
			padding-left: 5px;
			padding-right: 0px;
			margin: 0px;
			border-top: 0px;
			border-left: 0px;
			border-right: 0px;
			border-bottom: 0px dotted #444;
			}
	
			#comments li a {
				text-decoration:none;
				color: #3e4851;
				}

	#addcomment {
		background: #fff;
		padding: 10px; 
		}

		.input {
			border: 1px solid #808080; 
			font-size: 10px; 
			color: #000; 
			text-decoration: none; 
			}

/* Browse Styles */
.main {
	width: 550px;
	margin: auto;
	}
	
	.archive {
		margin-top: 10px;
		text-align:center;
		}
	.archive a:hover {
		background:#fff;
		border:0;
	}	
		#thumbrow {
			 margin:0 auto;
			 margin-top:10px;
			 margin-bottom:10px;
			 text-align:center;
			 clear:both;
			 width:100%;
			}	
		.thumbnails {
			padding:5px;
			border:1px solid #fff;
			margin:2px;
			}


