/* Reset Styles */
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, 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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	background: black;
	color: #ffffff;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

a{
color: inherit;
text-decoration: none;
}

a:link{	
}
a:visited{
}
a:hover{
	text-decoration: underline;
}
a:active{
	
}



body{
	font-family: 'Tahoma', 'Verdana', 'Sans-Serif';
	font-weight: bold;
	overflow: auto;
}

#tags{
	padding: 20px 0 0 10px;
	float: left;
}

#tags a{
	padding-left: 10px;
}

a.homeLink{
	display: block;
	padding-bottom: 5px;
	font-size: 1.3em;
}

a.news{
	display: block;
	padding-bottom: 5px;
}

a.about{
	display: block;
	padding-bottom: 35px;
}

#content{
	overflow: hidden;
	padding: 20px 0 0 0;
	height: auto;
	margin-left: 30px;
}

#content h2{
	font-size: 2em;
}

.viewImage{

padding: 0px;
margin: 0px;
/*border: 1px solid #5D5D5D;
background: #1B1B1B;*/
}

#clickThumb{
	font-weight: normal !important;
	padding-left: 10px;
	font-size: 0.8em;
}

.image{
	display: inline;
}

.image cite{
	display: block;
	padding-top: 20px;
	font-size: 0.8em;
	max-width: 800px;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity: 0.5;
}

.images a{
	display: block;
	float: left;
	padding: 5px;
	margin: 5px;
	/*border: 1px solid #5D5D5D;
	background: #333;*/
}


#contactInfo{
	
}

#contactInfo p{

padding: 10px 0 10px 0;	
	
}

#contactInfo a{
	text-decoration: underline;
}

#paging{
	height: auto;
	overflow: hidden;
	margin-top: 30px;
	margin-bottom: 10px;
}

a.previousPage,
span.previousPage{
	display: block;
	float: left;
	height: 10px;
	width: 15px;
	text-indent: -200px;
	overflow: hidden;
	background-image: url('/img/previous.png');
	background-repeat: no-repeat;
	background-position: center center;
}

a.nextPage,
span.nextPage{
	display: block;
	float: left;
	margin-left: 20px;
	height: 10px;
	width: 15px;
	text-indent: -200px;
	overflow: hidden;
	background-image: url('/img/next.png');
	background-repeat: no-repeat;
	background-position: center center;
}

span.nextPage,
span.previousPage{
filter:alpha(opacity=50);
-moz-opacity:0.5;
opacity: 0.5;
}