/********************************************
   AUTHOR:  			Erwin Aligam 
   WEBSITE:   			http://www.styleshout.com/
   TEMPLATE NAME: 	Underground
	TEMPLATE CODE:		S-0006
   VERSION:          1.1          	
 *******************************************/
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
* { margin: 0;	padding: 0; }

body {
	margin: 0; padding: 0;
	font: 70%/1.5 Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #333; 
	background: #FFF url(images/bg.gif) repeat-x;	
}

embed {
	margin: 0;
	padding: 0;
}

/* links */
a {
	color: #003366;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color: #CC0001; 
	background-color: inherit;
}

/* headers */
h1, h2, h3, h5 {
	font-family: Arial, 'Trebuchet MS', Sans-Serif;
	font-weight: bold;
	color: #333;
}
h1 {
	font-size: 120%;
	letter-spacing: .5px;
}
h2 {
	font-size: 115%;	
	text-transform: uppercase; 		
}
h3 {
	font-size: 115%;
	color: #003366;	
}
h4 {
	font-size: 115%;
	color: #003366;		
}
h5 {
	font-size: 115%;
	color: #0e0e0e;		
	background-color: #ADEAEA;
}

/* images */
img {
	border: 0;
}
img.float-right {
  margin: 5px 0px 10px 10px;  
}
img.float-left {
  margin: 5px 10px 10px 0px;
}

h1, h2, h3, h5 p {
	padding: 0;		
	margin: 10px;
}

ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
	
}

code {
  margin: 10px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
  border-left: 4px solid #CC0000;
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 10px;
 	padding: 0 0 0 32px;  	
  	background: #FAFAFA url(images/quote.gif) no-repeat 5px 10px !important; 
	background-position: 8px 10px;
	border: 1px solid #f2f2f2; 
	border-left: 4px solid #CC0000; 
	font-weight: bold;  
}

/* form elements */
form {
	margin:10px; padding: 0 5px;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 2px;
	border:1px solid #CC0000;
	font: normal 1,2em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1,2em Verdana, sans-serif;
	border:1px solid #CC0000;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bolder 12px Arial, Sans-serif; 
	border: 1px solid #CC0000; 
	padding: 1px; 
	background: #FFF;
	color: #CC0000;
}

/**********************************
  LAYOUT 
***********************************/
#wrap {
	margin: 0 auto; 
	width: 900px;
	padding: 10px;
}

#welcome {
	margin-top: 20px;
	text-align: center;
	font: 1.3em Verdana, Arial, Tahoma,  Sans-serif;
}
#welcome span#enter {
	font: bold 2.0em Verdana, Arial, Tahoma,  Sans-serif;	
}
/* header */
#header {
	position: relative;
	margin: 0; padding: 0;
	height: 100px;
	z-index: 0;
}
#header #logo {
	padding-top: 20px;
}

#header-logo {
	position: relative;
	clear: both;
	height: 50px; 
	margin: 0; padding: 0;	
}
#header-logo #logo {
	position: absolute;
	top: 10px; left: 5px;
	font: bold 26px "trebuchet MS", Arial, Tahoma, Sans-Serif;
	margin: 0; padding: 0;
	letter-spacing: -1px;
	color: #000;
}
#header-logo #online {
	position: absolute;
	top: 10px; right: 15px;
	font: bold 26px "trebuchet MS", Arial, Tahoma, Sans-Serif;
	margin: 0; padding: 0;
	letter-spacing: -1px;
	color: #000;
}
/* navigation tabs */
#header ul {
	position: absolute;
	margin:0;
	list-style:none;
	right:-130px ; bottom: 3px;
	font: bold 13px 'Trebuchet MS', Arial, Sans-serif;
	/*
	Tu dodawalem
	*/
	top: 64px;
	width: 1000px;
}
#header li {
   display:inline;
   margin:0; padding:0;
}
#header a {
   float:left;
   background: url(images/tableft.gif) no-repeat left top;
   margin:0;
   padding:0 0 0 4px;
   text-decoration:none;
}
#header a span {
   float:left;
   display:block;
   background: url(images/tabright.gif) no-repeat right top;
   padding:5px 15px 4px 6px;
   color:#FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header a span {float:none;}
/* End IE5-Mac hack */
#header a:hover span {
	color:#FFF;
}
#header a:hover {
   background-position:0% -42px;
}
#header a:hover span {
   background-position:100% -42px;
}
#header #current a {
   background-position:0% -42px;
}
#header #current a span {
   background-position:100% -42px;
}

/* main column */
#main {
	margin: 0 auto;  padding: 0;
	width: 850px;	
}
#main h1 {
	margin: 15px 0;
	padding: 4px 0 4px 8px; 
	font-size: 105%;
	color: #FFF;
	text-transform: uppercase; 
	background-color: #CC0000;	
	letter-spacing: .5px;
}
#title h1 {
	width:695px;
	margin: 10px 0;
	padding: 4px 0 4px 8px; 
	font-size: 105%;
	color: #FFF;
	text-transform: uppercase; 
	background-color: #000;	
	letter-spacing: .5px;
	float: left;
}
#title h4 {
	width:695px;
	margin: 10px 0;
	padding: 4px 0 4px 8px; 
	font-size: 105%;
	color: #7FFF00;
	text-transform: uppercase; 
	background-color: #000;	
	letter-spacing: .5px;
	float: left;

}
#main h4 {
	margin: 15px 0;
	padding: 4px 0 4px 8px; 
	font-size: 105%;
	color: #FFF;
	text-transform: uppercase; 
	background-color: #7FFF00;	
}	letter-spacing: .5px;

#title a  {
	width:134px;
	margin: 10px 0;
	padding: 4px 0 4px 10px; 
	color: #FFF;
	background-color: #000;	
	color: #fff;
	letter-spacing: .5px;
	float: right;
}
#title a:hover  {
	background-color: #555;	
	color: #fff;
}
/* sidebar */
#sidebar {
	float: left;
	width: 425px;
	margin: 0; padding: 0; 
	background-color: #FFFFFF; 	
}
#sidebar h1 {
	margin: 10px 0 0 0; 
	padding: 4px 0 4px 8px; 
	font: bold 105% Arial, Sans-Serif;
	color: #FFF;
	text-transform: uppercase; 
	background: #333; 
	letter-spacing: 1px;	
}
#sidebar .right-box {
	border: 1px solid #EBEBEB;
	margin: 0 0 5px 0;	
	background: #FFF;
	overflow:auto;overflow-x:hidden;
}
#sidebar .right-box2 {
	border: 1px solid #EBEBEB;
	margin: 0 0 5px 0;	
	background: #FFF;
	overflow:auto;overflow-x:hidden;
}
#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 3px 0px 8px 0; padding: 0;
	text-decoration: none;		
}

#sidebar ul.sidemenu li {
	border-bottom: 1px solid #f2f2f2; 
	margin: 0;
}

#sidebar a  {
	display: block;
	background: #fff url(images/bullet.gif) no-repeat 3px 2px;	
	padding: 3px 5px 3px 25px;
	margin: 0;
}
#sidebar a:hover  {
   	background: #eee url(images/bullet.gif) no-repeat 3px 2px;
	color: #000;
}

{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: black;
}


.wrap
{
	width: 920px;
	margin:0 auto;
	background-color: #1e1e1e;
	padding-bottom: 5px;
}
.logo
{
	background-color: black;
}
.menu
{
	background-image: url(../images/gallery_ajax/menu.jpg);
	background-repeat: repeat-x;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 2px;
	margin-right: 2px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	border-bottom: 1px solid #101010;
	border-left: 1px solid #101010;
	border-right: 1px solid #101010;
}
.menu a
{
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #ba6e0c;
}
.menu a:hover
{
	color: white;
}
.box
{
	background-color: #101010;
	background-image: url(../images/gallery_ajax/level.gif);
	background-repeat: repeat-x;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 10px;
	border-bottom: 1px solid #101010;
	border-left: 1px solid #101010;
	border-right: 1px solid #101010;
	width:914px;
	float:left;
	
}

*html .box
{
	background-color: #101010;
	background-image: url(../images/gallery_ajax/level.gif);
	background-repeat: repeat-x;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 10px;
	border-bottom: 1px solid #101010;
	border-left: 1px solid #101010;
	border-right: 1px solid #101010;
	width:910px;
	float:left;
	
}

.box-title
{
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 12px;
	font-weight: bold;
	color: #d74806;
}
.box-title a
{
	font-size: 12px;
	font-weight: bold;
	color: #d74806;
	text-decoration: none;
}
.box-title a:hover
{
	color: white;
}
.box a.active
{
	color: white;
}
.box-content
{
	float:left;
	padding: 5px;
}
.line
{
	padding: 0px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(../images/gallery_ajax/line.jpg);
	background-repeat: repeat-x;
	height: 2px;
	width: 900px;
}
/*---------------------------------------------------------------*/
.flash-combox
{
	float: right;
	color: #cccccc;
	font-size: 11px;
	font-weight: bold;
}
/*---------------------------------------------------------------*/
.search
{
	padding-left: 10px;
	font-size: 10px;
	font-weight: bold;
	color: #CCCCCC;
}
.search input
{
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	border: 0px;
	width: 120px;
	padding-left: 3px;
	
}
.search img
{
	cursor: pointer;
}

/*---------------------------------------------------------------*/

.box_list{
	float:left;
	width:160px;
	height:165px;
	background:url(../images/gallery_ajax/bg_list.jpg) repeat-x top left;
	margin-right:13px;
	margin-bottom:13px;
	margin-left:7px;	
}

*html .box_list{    /*  fix list tren ie*/
	float:left;
	width:160px;
	height:165px;
	background:url(../images/gallery_ajax/bg_list.jpg) repeat-x top left;
	margin-right:10px;
	margin-bottom:13px;
	margin-left:8px;	
}

.box_content_list{
	width:120px;
	height:80px;
	float:left;
	vertical-align:middle;
	margin-left:15px;
	margin-top:15px;
	text-align:center;
	margin-bottom:16px;
}

*html .box_content_list{
	width:120px;
	height:80px;
	float:left;
	vertical-align:middle;
	margin-left:9px;
	margin-top:15px;
	text-align:center;
	margin-bottom:16px;
}

.text_list{
	color:#FFFFFF;
	font-size:10px;
	font-weight:bold;
	margin-left:15px;
	width:120px;
	text-align:center;
	margin-bottom:3px;

}
.text-folder
{
	text-decoration: none;
	color: #db4700;
}
.text-folder:hover
{
	color: white;
}
.text-foler-info
{
	font-weight: normal;
	font-style: italic;
}
.text-file
{
	text-decoration: none;
	color: #929ba4;
	cursor: pointer;
}
.text-file:hover
{
	color: white;
}
/*--------------detail-----------------------*/
.detail-images
{
	text-align: center;
	float: left;
	width: 600px;
}
.detail-info
{
	float: left;
	padding-left: 15px;
}
.detail-info ul
{
	list-style: none;
	margin: 0px;
}
.detail-info li
{
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
}
.detail-info span
{
	color: #cc6608;
}
.detail-info a
{
	color: #cc6608;
	text-decoration: none;
}
.detail-info a:hover
{
	color: #CCCCCC;
}
/*--------------list page--------------------*/

#listPage
{
	padding-right: 10px;
}
#listPage a
{
	background-color: #202020;
	color: #cccccc;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	height: 16px;
	border-top: 1px solid #303030;
	text-decoration: none;
	font-size: 10px;
}
#listPage a:hover
{
	color: #FF6600;
	background-color: #fae7ad;
}
#listPage b
{
	color: #808014;
	background-color: #e6e6e6;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	height: 16px;
	font-size: 10px;
	border-top: 1px solid #303030;
}

/*---------------------------------------------------------------*/

.footer
{
	background-image: url(../images/gallery_ajax/level.gif);
	background-repeat: repeat-x;
	text-align: right;
	padding-right: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-left: 2px;
	margin-right: 2px;
	font-size: 10px;
	color: #a39595;
	border-bottom: 1px solid #101010;
	border-left: 1px solid #101010;
	border-right: 1px solid #101010;
}
.version
{
	font-size: 11px;
	font-weight: bold;
	color: #bf3614;
	text-decoration: none;
}
.version:hover
{
	color: white;
}
.author
{
	font-size: 11px;
	font-weight: bold;
	color: #c46b05;
	text-decoration: none;
}
.author:hover
{
	color: white;
}











/* footer */
.footer { 
	clear: both; 	
	border-top: 1px solid #f2f2f2;
	background: #FFF url(images/footerbg.gif) repeat-x;
	padding: 2px 0 10px 0; 
	text-align: center;  
	line-height: 1.5em;	
	font-size: 95%;
}
.footer a { 
	text-decoration: none; 
	font-weight: bold;		
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes  */
.clear {	clear: both; }
.red   { color: #CC0000; }
.date { 
	margin: 20px 10px 5px 10px; 
	padding: 3px 0;
	border-bottom: 1px dashed #EFF0F1; 	
	border-top: 1px dashed #EFF0F1;	

form {
	display: inline;
}

img {
	border: 0;
	display: inline;
}

input.submit
{
	border: 3px double #999999;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #FFFFFF;
	background-image: url('../graphics/button-bg.gif');
	background-repeat: repeat-x;
	color: #333333;
	font-size: 75%;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

.photos-large {
	border-style: solid;
	border-color: #778899;
	border-width: 1px;
	padding: 10px;
	margin: 4px;
}

#picture-holder a:hover img{
    border-width: 2px;
    border-color: #38c;
	margin: 3px;
}

#gallery-name {
	padding: 0;
	margin: 0;
}

#picture_caption {
	font-size: 12pt;
}

#main_container {
	margin: 0;
	padding-top: 20px;
	padding-bottom: 20px;
}

#inner_wrapper {
	/* padding: 10px;*/
	width: 100%;
}

#wrapper {
	font-family: Verdana, "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-size: 10pt;
	width: 900px;
	padding: 10px;
}

#picture-holder {
	text-align: center;
}

#exif_toggle {
	padding: 0;
	margin: 0;
}

.thumbnail img {
	padding: 1px;
	text-align: center;
	margin: 1px;
	background: #FFF;
	border-width: 1px;
	border-color: #778899;
}


.thumbnail a:hover img {
    border-width: 2px;
    border-color: #38c;
	margin: 3px;
}

.photos {
	padding: 1px;
	margin: 1px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}


#jump_menu {
	float: right;
}

#download_selected {
	float: right;
	text-align: right;
}

#pagination {

	padding: 2px;
	margin: 0;
	clear: both;
	border-top: 		1px solid #CDCDCD;
	border-bottom: 		1px solid #CDCDCD;
}

#breadcrumbs {
	margin: 0;
	padding: 2px;
	border-top: 		1px solid #CDCDCD;
	border-bottom: 		1px solid #CDCDCD;
	
	/*border-style: solid;
	border-width: 1px;
	border-color: #000000;
	background-color: #FFC; */
}

#breadcrumb_links {
	margin: 2px; 
}

a.print {
	background-image: url(../graphics/printer.gif); 
	background-repeat: no-repeat; 
	background-position: left center;  
	padding-left: 20px; 
}

.page_link {
	padding-left: 3px;
	padding-right: 3px;
	text-decoration: none;
}

#search_box {
	margin-left: 5px;
	float: right;
}

table {
	border: 0px;
	padding: 0px;
	}

.date, #picture_caption
    {
    font-size:         0.9em;
    font-weight:       bold;
    line-height:       1.4;
    background-repeat: no-repeat;
    text-transform:    uppercase;
    letter-spacing:    2px;
    margin-left:       4px;
    padding-bottom:    2px;
    }
		
#picture_caption 
		{
		font-size:		 		 0.8em;
		font-weight:			 normal;
		text-transform: 	 none;
		letter-spacing:		 1px;
		
		}
		
a.nav-link-img-next {
		background-image:    url(../graphics/fforward.gif);
    	background-repeat:   no-repeat;
    	background-position: right 1px;
		padding-right: 20px;
		width: 40px;
	  }

a.nav-link-img-prev {
		background-image:    url(../graphics/rewind.gif);
   	 	background-repeat:   no-repeat;
    	background-position: left 1px;
		padding-left: 20px;
		width: 40px;
	  }
		
	  
.comments p {

	padding: 0;
	margin: 0;
	padding-bottom: 15px;
}

.comments cite  { 
	color: #000; 
	text-transform: uppercase; 
	letter-spacing: 2px; 
	font-size: 75%;
	background: url('../graphics/comment.gif') no-repeat 0 3px;
	padding: 5px;
	padding-left: 23px;
	margin-top: 8px;
	height: 28px;
}

.comment, .comment_alt {
	
	border-top: 1px solid #CDCDCD;
	background-color: #e2e2e2;
	margin: 0;
	padding: 15px;
	list-style: none inside;
}

.comment_alt {
	background-color: #fff;
}	

.meta-header { 
		font-size: 85%;
		padding: 0;
		margin: 0;
		color: #8b0000;
		text-align: center;
}

.comments-closed {
		color: #999966;
		text-align: center;
}

#exif_data {
		padding: 20px;
		text-align: left;
		width: 50%;
}

ul.slides {
  	margin:0;
  	margin-top: 15px;
  	padding:0;
  	list-style:none;
  	line-height:1.4em;
}
  
.slides li {
  	display:block;
	float:left;
  	margin:0 10px 10px 0;
  	padding:0;
	width: auto;
	height: auto;
}

#link-back {

	font-size: 65%;
	text-align: right;
	padding: 0;
	margin: 0;
	
}

.tag {
		 text-align: center;
}

.large-thumb-toolbar {

	text-align: center;
	padding-top: 15px;
	padding-bottom: 5px;
}		

.errors
{
    width:            500px;
    background-image: url('../graphics/x.gif');
    background-repeat: no-repeat;
    background-position: 5px 8px;
    margin-bottom:    15px;
    border:    1px solid maroon;
    padding:          8px;
    background-color: #FFCCCC;
    padding-left:     28px;
}
		 
#overlay {
  	position: absolute; 
  	visibility: hidden; 
  	background-color: #38c;
	font-family: "Georgia", "Verdana", serif;
	font-weight: bold;
	font-size: 14px;
	padding: 4px;
	text-align: center;
	width: 18px;
	color: #fff;
}

#jump-search-container {
	text-align: right; 
	vertical-align: bottom;
}

#sortby-container, #rss-tag-container {
	text-align: right; 
	white-space: nowrap;
}

#rss-image {
	margin:0; 
	padding:0; 
	display:inline
}

#no-pictures-msg {
	text-align: center; 
	padding: 15px 0px 15px 0px;
}

.align-right {
	text-align: right;
}

#prev-link-container {
	width: 50%; 
	text-align: left;
}

#next-link-container {
	width: 50%; 
	text-align: right;
}

#exif-container-toggle {
	width: 100%; 
	text-align: center;
}

.links_czat 
{
	font-size: 1.1em;
	font-color: #621F79;
}

a#pl_flag{
	z-index: 99;
}
