/* CSS Document */
body
{
	margin: 0px;
	padding: 0px;
	color: #333;
	font-family: Helvetica Neue, Helvetica, Verdana, sans-serif;
	background-repeat: repeat-x;
	background-color: #fff;
}

.bGround
{
	background-position: top left;
	background-repeat: no-repeat;
}

a
{
	color: #333;
	text-decoration: none;
}

a:hover
{
	color:#577992;
}

div.container
{
	padding-left: 20px;
	padding-right: 20px;
	margin: auto;
	/*background-image: url(images/trans.png);*/
	color: #000000;
	border: 2px #FFFFFF solid;
	/*border: 3px #333333 solid;
	border-top: none;
	border-bottom: none;*/
	text-align: center;
}

.header
{
	position: relative;
	height: 82px;
	margin: auto;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	color: #00FFFF;
	font-size: 36px;
}

div.navigation
{
	font-size: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 200px;
	float: left;
	padding-right: 24px;
	
}

form#tagSearch
{
	width: 300px;
	float: left;
	text-align: left;
	padding-top: 5px;
	padding-left: 24px;
	border-left: 2px #333 solid;
	padding-bottom: 5px;
}

#tagSearch input
{
	margin-top: 5px;
}

h3
{
	font-weight: normal;
	margin: 0;
	padding: 0;
	color: #333;
}

div.navigation a
{
	color: #333;
	text-decoration: none;
	display: block;
	text-align: right;
	margin-bottom: 5px;
}

.navigation a:hover
{
	color: #577992;
}

div.comments a.tag:first-letter
{
	font-size: 24px;
}

div.tag
{
	cursor: default;
	
}

a.tag
{
	color: #333;
	text-decoration: none;
}

a.tag:hover
{
	color: #577992;
}

/* Gallery */

div.gallery
{
	text-align: left;
	color: #333;
	clear: both;
	padding-top: 10px;
}

div.pictures
{
	padding-right: 10px;
}

div.gallery div a
{
	border: none;
}

div.gallery div a img
{
	height: 100px;
	padding: 5px;
	border: 2px #333 solid;
	background-color: #ccc;
	
}

div.gallery div a img:hover
{
	border-color: #000000;
	background-color: #0d242d;
}

div.search
{
	color:#333;
}

div.tag
{
	color: #333;
	font-size: 24px;
	margin-bottom: 10px;
}


/* Picture View */

div.pictureview
{
	top: 0;
	margin: auto;
	text-align: left;
	position: relative;
	clear: both;
}

div.pictureview div.user
{
	text-align: left;
	font-size: 24px;
	color: #333;
	padding: 5px;
}

div.pictureview div.picture
{
	padding-top: 5px;
	margin-bottom: 10px;
}

div.pictureview div.tags
{
	margin-bottom: 10px;
}

div.pictureview div.comments
{
	width: 800px;
}

div.comments p
{
	margin-bottom: 10px;
}

div.comments a
{
	color: #333;
	text-decoration: none;
}

div.comments a:hover
{
	color:#577992;
}

.comments h4
{
	font-weight: normal;
}

div.pictureview p
{
	border: 1px #333 solid;
	text-align: left;
	margin-top: 0px;
	padding: 5px;
	line-height: 20px;
	background-color: #eee;
	color: #333;
	margin-bottom: 10px;
}

div.pictureview p:first-letter
{
	/*font-size: 24px;*/
}

div.pictureview h4
{
	margin-bottom: 0px;
	text-align: left;
}


div.pictureview img
{
	border: 2px #333 solid;
	padding: 3px;
	
}

div.upload
{
	text-align:left;
	clear: both;
}

div.formHolder
{
	top: 50px;
	text-align: left;
	width: 500px;
	position:relative;
	margin: auto;
}

input.form
{
	width: 100%;
	right: 0px;
}

input, textarea
{
	/*background-color: #111111;
	color: #FFFFFF;
	border-color: #000000;
	border-style: solid;
	padding: 5px;
	font-weight: bold;*/
}

input.userpass
{
	position: relative;
	left: 5px;
}

label
{
	font-weight: bold;
}

font
{
	visibility: hidden;
}

hr
{
	visibility: hidden;
}

p.copy
{
	text-align: left;
	cursor: default;
	clear: both;
	padding-top: 20px;
	padding-left: 20px;
}