* {
	outline:none;
	}
body {
	background-color:#000000;
	padding:0;
	margin:0;
	
	}
.container {
	width:100%;
	font-family:Trebuchet MS, Helvetica, sans-serif;
	font-size:small;
	color:#FFF;
	border-top:5px solid #FFF;
	}
.banner {
	width:800px;
	margin:0 auto;
	height:40px;
	}
h1 {
	line-height:32px;
	font-size:120%;
	font-weight:normal;
	margin:0;
	padding:0;
	float:left;
	background-color:#FFF;
	}
.banner h1 a {
	color:#111;
	text-decoration:none;
	padding:0 8px;
	}
.banner .nav a {
	color:#FFF;
	text-decoration:none;
	}
.nav-ira {
	line-height:32px;
	font-size:120%;
	font-weight:normal;
	margin:0;
	padding:0;
	color:#999999;
	float:right;
	}
.nav-ira a {
 	color:#FFFFFF;
	text-decoration:none;
	}	
.nav-ira a:hover {
	background-color:#FFFFFF;
	color:#000000;
	}	
.nav {
	float:right;
	margin-top:8px;
	}
.nav ul {
	list-style:none;
	margin:0;
	padding:0;
	}
.nav ul li {
	display:inline;
	}
.nav ul li a {
	display:block;
	float:left;
	background-image:url(../images/nav2.gif);
	background-repeat:no-repeat;
	text-indent:-9999px;
	}
.nav a#commentLink:link, .nav a#commentLink:visited {
	width:40px;
	height:32px;
	background-position:0 0;
	}
.nav a#infoLink:link, .nav a#infoLink:visited {
	width:36px;
	height:32px;
	background-position:-40px 0;
	}
.nav a#homeLink:link, .nav a#homeLink:visited {
	width:41px;
	height:32px;
	background-position:-76px 0;
	}
.nav a#prevLink:link, .nav a#prevLink:visited {
	width:38px;
	height:32px;
	background-position:-117px 0;
	}
.nav a#nextLink:link, .nav a#nextLink:visited {
	width:38px;
	height:32px;
	background-position:-155px 0;
	}
.nav a#browseLink:link, .nav a#browseLink:visited {
	width:38px;
	height:32px;
	background-position:-193px 0;
	}
.nav a#aboutLink:link, .nav a#aboutLink:visited {
	width:38px;
	height:32px;
	background-position:-231px 0;
	}
.nav a#rssLink:link, .nav a#rssLink:visited {
	width:35px;
	height:32px;
	background-position:-269px 0;
	}
.nav a#commentLink:hover  {
	background-position:0 -32px;
	}
.nav a#infoLink:hover  {
	background-position:-40px -32px;
	}
.nav a#homeLink:hover  {
	background-position:-76px -32px;
	}
.nav a#prevLink:hover  {
	background-position:-117px -32px;
	}
.nav a#nextLink:hover  {
	background-position:-155px -32px;
	}
.nav a#browseLink:hover  {
	background-position:-193px -32px;
	}
.nav a#aboutLink:hover  {
	background-position:-231px -32px;
	}
.nav a#rssLink:hover  {
	background-position:-269px -32px;
	}
#infoWrapper, #commentWrapper {
	background-color:#333;
	color:#222;
	width:100%;
	display:none;
	}
.infoContainer {
	width:800px;
	margin:0 auto;
	padding:10px 0;
	}
.infoContainer a:link, .infoContainer a:visited {
	color:#3189B9;
	text-decoration:none;
	}
.infoContainer a:hover {
	background-color:#3189B9;
	color:#FFF;
	}
.details, .comments, .addComment {
	padding:20px;
	background-color:#EFEFEF;
	margin:20px 0;
	overflow:auto;
	border-right:2px solid #000;
	border-bottom:2px solid #000;
	}
.infoContainer img.icon {
	float:left;
	}
.infoContainer .content {
	padding-left:150px;
	}
a.close {
	float:right;
	}
a.close img {
	border:0;
	}
.comments ul {
	list-style:none;
	margin:0;
	padding:0;
	}
.comments ul li {
	margin-bottom:10px;
	}
#photoWrapper {
	text-align:center;
	padding:10px 0;
	}
#thumbRow {
	width:800px;
	margin:10px auto;
	text-align:center;
	background-color:#1A1A1A;
	height:50px;

}
#thumbRow .pics a {
	display:block;
	float:left;
	}
#thumbRow .pics a img {
	border:none;
	}
#thumbRow h3 {
	line-height:50px;
	float:right;
	margin:0;
	padding:0 10px 0 0;
	font-weight:normal;
	}
#browseWrapper {
	width:800px;
	margin:0 auto;
	padding-top:10px;
	}
.thumbs {
	padding-right:200px;
	}
.thumbs a {
	display:block;
	float:left;
	margin:5px;
	}
.thumbs a img {
	border:none;
	}
.cats {
	width:180px;
	float:right;
	background-color:#333;
	border:1px solid #555;
	margin-bottom:20px;
	}
.cats .content {
	padding:10px;
	}
.cats .content h2 {
	padding:0;
	margin:0 0 10px 0;
	font-size:120%;
	}
.cats a:link, .cats a:visited {
	color:#EEE;
	text-decoration:none;
	}
.cats a:hover {
	color:#111;
	background-color:#EEE;
	}
/* ABOUT */

.aboutWrapper {
	width:800px;
	background-color:#222;
	border:1px solid #555;
	margin:10px auto;
}
.footerWrapper {
	width:798px;
	margin:10px auto;
	font-size:85%;
	clear:both;
}
.aboutWrapper .content {
	padding:20px;
	}
.footerWrapper .content {
	padding:5px 10px;
	text-align:center;
	color:#666666;
	}
.aboutWrapper h2 {
	font-size:120%;
	margin:0;
	padding:0;
}
.aboutWrapper h3 {
	font-size:110%;
	margin:0;
	padding:0;
	}
.aboutWrapper a:link, .aboutWrapper a:visited {
	color:#3189B9;
	text-decoration:none;
	}
.footerWrapper a:link, .footerWrapper a:visited {
	color:#999999;
	text-decoration:none;
	}	
.aboutWrapper a:hover {
	color:#FFF;
	background-color:#3189B9;
	}
 .footerWrapper a:hover {
 	color:#111;
	background-color:#EEE;
	}	
.content {
	line-height:150%;
	}
	

/* TAG SUPPORT */
.tags00
{
	font-size: 70% !important;
}
.tags01
{
	font-size: 75% !important;
}

.tags02
{
	font-size: 80% !important;
}

.tags03
{
	font-size: 85% !important;
}

.tags04
{
	font-size: 90% !important;
}

.tags05
{
	font-size: 95% !important;
}

.tags06
{
	font-size: 100% !important;
}

.tags07
{
	font-size: 105% !important;
}

.tags08
{
	font-size: 110% !important;
}

.tags09
{
	font-size: 115% !important;
}

.tags10
{
	font-size: 120% !important;
}
