/*UGpix CSS Document */


/* ----------------------------------- */
/* Basic*/
/* ----------------------------------- */

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #ffffff;
	padding: 0;
	margin: 0;
	background-color: #222222;
	background-image: url(dark.gif);
	background-repeat: repeat;	
}

html, body {
	min-height: 100%;
}


/* ----------------------------------- */
/* Links */
/* ----------------------------------- */

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

a:hover {
	color: #ffffff;
	text-decoration: none;
}


/* ----------------------------------- */
/* Header and Global Nav*/
/* ----------------------------------- */

#topnavbar {
	border-bottom: 1px solid #aaaaaa;
	line-height: 28px;
}


#header {
	display: block;
	width: 100%;
	background: #333333;
}


#brand {
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	letter-spacing: 2px;
	float: left;
	padding-left: 15px;

}

#brand a {
	padding: 5px 5px 5px 5px;	
	color: #cccccc;

}

#brand a:hover {
	color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;

}

.menu {
	text-align: right;
	font-size: 11px;
	font-weight: bold;

}



.menu a {
	padding: 5px 5px 5px 5px;
	border-left: 1px solid #505050;
}



.menu a:hover {
	padding: 5px 5px 5px 5px;
	color: #ffffff;
	text-decoration: none;
	background: #666666;
}
/* ----------------------------------- */
/* Headings 			    */
/* ----------------------------------- */



h1 {
	color: #cccccc;
	font-style: bold;
	font-size: 12px;
	letter-spacing: 3px;
	margin: 0 0 0 5px;
}

h1 a {
	text-decoration: none;
}



h1 a:hover {
	text-decoration: none;
}



.title {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #ffffff;
	background: none;
}



h3 {
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #ffffff;
	text-align: center;
}


/* ----------------------------------- */
/* Content*/
/* ----------------------------------- */

#maincontent {
	text-align: center;
	margin: 20px auto;
	padding: 0 20px;
}


#image-box {
	text-align: center;
	width: 825px;
	margin: auto;
	padding: 20px 20px 25px;
	border: solid 1px #aaa;
	background: #404040;
}



#navigation-box {
	text-align: left;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #aaa;
}


.commentsnumber {
	color: #CCCCCC
}


#image-navigation {
	font-size: 11px;
	text-align: right;
	position: relative;
	top: 3px;
	width: auto;
	float: right;
}



#image-title {
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	letter-spacing: 1px;
	color: #FFFFFF
}


#image-frame {
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}


#photo {
	background:#eee;
	padding:7px;
	border:1px solid #b9b9b9;
}


.thumbnails {
	margin: 3px;
	padding: 5px;
	border: solid 1px #515151;
	background: #e0e0e0;
}


.current-thumbnail {
	margin: 3px;
	padding: 5px;
	border: solid 1px #000;
	background: #e0e0e0;
}



.boxoverheader {
	font: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: bold;
	font-size: 11px;
	letter-spacing: 1px;
	color: #333;
	text-align: left;
	border-top: 4px solid #d1d1d1;
	border-left: 4px solid #d1d1d1;
	border-right: 4px solid #d1d1d1;
	padding: 6px 8px 1px;
	opacity: .100;
	-moz-opacity: 0.65;
	filter: alpha(opacity=100);
	min-width: 200px;
	max-width: 250px;
	background: #ffffff;
}



.boxoverbody {
	font: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: bold;
	font-size: 10px;
	letter-spacing: 1px;
	color: #333333;
	text-align: left;
	border-bottom: 4px solid #d1d1d1;
	border-left: 4px solid #d1d1d1;
	border-right: 4px solid #d1d1d1;
	padding: 2px 8px 5px;
	opacity: .100;
	-moz-opacity: 0.65;
	filter: alpha(opacity=100);
	min-width: 200px;
	max-width: 250px;
	background: #ffffff;
}


#about-ugpix {
	font-size: 12px;
	text-align: left;
	line-height: 18px;
	margin-right: 200px;
	letter-spacing: 1px;
}


/* ----------------------------------- */
/* Category Menu*/
/* ----------------------------------- */



option {
	font-size: 11px;
}



select {
	color: #222222;
	font-size: 11px;
	background: #ffffff;
}


/* ----------------------------------- */
/* Browse Page*/
/* ----------------------------------- */



#page {
	background: #414141;
	border: solid 1px #aaa;
	padding: 20px;
	width: 825px;
	margin: 0 auto 15px;
	line-height: 16px;
	text-align: center;
	position: relative;
	top: 0;
}
#page img {
	background: #fff;
	padding: 3px;
	border: 1px solid #333;
}
#page img:hover {
	color: #ddd;
	background: #404040;
}
.selector {
	text-align: right;
	width: 100%;
	float: right;
}
#category_name {
	font-size: 12px;
	text-align: right;
	float: right;
}
#thumbbox {
	text-align: left;
	padding-top: 10px;
}
#navigation-vertical {
	text-align: left;
	width: 125px;
	float: left;
	margin-bottom: 20px;
	margin-left: 5px;
	padding-top: 10px;
}


/* ----------------------------------- */
/* Comments*/
/* ----------------------------------- */

#image-notes {
	text-align: left;
	margin-top: 7px;
	padding: 5px 0 0;
	border-top: 1px solid #aaa;
}
#comment-header {
	background: #333;
	text-align: left;
	border-bottom: 1px solid #aaa;
	padding: 5px;
	height: 15px;
}
#comment-wrapper {
	padding: 10px;
	background: #222222;
}
#comment-box {
	color: #414141;
	height: 100%;
	border: solid 1px #aaa;
	background: #222222;
}
.comment-thumb {
	float: right;
	margin: 5px;
	padding: 5px;
	border: solid 1px #414141;
	background: #fff;
}
#comment-notes {
	font-size: 12px;
	text-align: left;
	min-height: 80px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}

#comments {
	color: #ffffff;
	margin: 0 auto;
	text-align: left;

}
#comment-title {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	float: right;
}
#comments ul {
	list-style-type: none;
	margin: 0;
	padding: 10px;
}
#comments li {
	color: #ffffff;
	display: block;
	margin: 0 0 10px;
	text-decoration: none;
	padding: 10px;
	border: solid 1px #aaa;
}
#comments li a {
	color: #ffffff;
	text-decoration: none;
}



#comment-thumb {
	text-align: right;
	margin: 3px;
	padding: 5px;
	border: solid 1px #515151;
	background: #e0e0e0;
}



#comment-top {
	text-align: left;
	padding: 5px;
}



#comment-middle {
	color: #414141;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	border-top: 1px dotted #aaa;
	padding: 5px;
	margin-top: 20px;
	height: 15px;
	background: none repeat scroll 0 0;
}
#addcomment {
	color: #414141;
	background: #ddd;
	width: 90%;
	text-align: left;
	height: 90%;
	margin: 0 auto 10px;
	padding: 10px;
	border: solid 1px #aaa;
}
.input {
	width: 45%;
	font-size: 10px;
	border: solid 1px #aaa;
	color: #414141;
	padding: 5px;
	background: #fff;
}

/* ----------------------------------- */
/* Footer*/
/* ----------------------------------- */


#browsing {
	color: #FFFFFF;
	padding-top: 25px;
	padding-bottom: 15px;
}

#footer {
	color: #666666;
	text-align: center;
	padding-bottom: 15px;
}
