/*
Theme Name: SN
Theme URI: 
Description: 
Version: 1.6
Author: Enej Bajgoric

*/
html{background:#000;}
body {
	color:#EEE;
	text-align:center;
	font-family:Trebuchet, "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h2{
	font-size:18px;
	font-weight:bold;
}
a{
	color:#CCC;
	text-decoration:none;
}
a:hover{
	color:#666;
}
em{ font-style:italic;}
strong{
	font-weight:bold;
}
.tabs
	{
		height: 20px;
		margin: 0;
		padding-left: 10px;
	}

.tabs li
	{
		margin: 0; 
		padding: 0;
  		display: inline;
  		list-style-type: none;
		
  	}
	
.tabs a:link, .tabs a:visited
	{
		float: left;
		font-size: 18px;
		line-height: 26px;
		font-weight: bold;
		padding: 5px 20px 5px 20px;
		text-decoration: none;
		color: #BBB;
	}
#header .tabs a:link, .tabs a:visited{
	border-right:1px solid #A4A4A4;
}
.tabs a:link.active, .tabs a:visited.active
	{
		
		
	}

.tabs a:hover
	{
		color: #FFF;
	}
.tabs .ui-tabs-selected a{
	background:#000;
}
#site-title{
	line-height:36px;
	float:right;
	width:400px;
	font-weight:bold;
	text-align:right;
	padding-right:20px;
	font-size:18px;
	
}
#site-title a{
	color:#EEE;
	
}
#site-title a:hover{
	color:#CCC;
}
#photo
	{
	padding:20px 0;
	}
#photo img{
	border:10px #4C4C4C solid;
}

#album-shell,#home{
	margin:0 auto 20px;
	text-align:left;
	width:1044px;
	background-color:#222;
	position:relative;

}
#album-shell h2{
	padding-bottom:5px;
}
#footer-shell{
	margin-top:20px;
	padding-top:7px;
	background:url(bottombg.jpg) repeat-x  0 -17px;
}
#footer{
	margin:0 auto 20px;
	text-align:left;
	width:1044px;
	position:relative;
}
#header-shell{
	background:url(topbg.jpg) repeat-x bottom;
	height:2.89em;
	margin-bottom:30px;
}
#header{
	margin:0 auto;
	text-align:left;
	width:1044px;
	position:relative;
}
#album-shell,#home {
	background:none;
	clear:both;
}
#album-shell  h2,#home h2{
	font-size:24px;
	color:#888;
}

#slideshow1{
	width:800px;
	padding:10px;
	margin:0 auto;
	}
#slideshow1 img{
	border:10px #4C4C4C solid;
}
#home{
		text-align:center;
}
#album-shell div#photos,#album-shell .album {
	background:#000;
	margin-bottom:0px;
}
.album a{
	color:#BBB;
}
.album a:hover{
	color:#FFF;
}
.shell{
	clear:both;
	padding:20px;
	margin-top:10px;
	width:700px;
}
.comment{
	clear:both;
	margin:0px;
	padding:0px;
}
.buddy{
	margin:5px;
	border:5px #4C4C4C solid;
}
#contex-shell{
	position:absolute;
	right:0;
	top:40px;
	width:300px;
}
#contex-shell #context{
	background:#000;
}
.comment-author{
	font-weight:bold;
	color:#EEE;
}
.flickr-meta-links{
	display:none;
}

#photoalbum-footer,#flickr-meta-links{}

/*
 * CSS REQUIRED BY THE JAVASCRIPT 
 */
.ui-tabs-hide { display: none; }

/* jqModal base Styling courtesy of;
	Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (via jqModal.js). */
	
.jqmWindow {
    display: none;
    
    position: fixed;
    top: 17%;
    left: 50%;
    
    margin-left: -300px;
    width: 600px;
    
    background-color: #EEE;
    color: #333;
    border: 1px solid black;
    padding: 12px;
}

.jqmOverlay { background-color: #000; }

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

/*
 * jqmWindow stuff 
 */

.jqmWindow {
	background: #000 url(main_background.gif) left top repeat-x;
	color: #000;
	border: 1px solid #000;
	padding: 0 0px 37px;
}

button.jqmClose {
	background: #666;
	border: 0px solid #EAEAEB;
	color: #111;
	clear: right;
	float: right;
	padding: 0 5px;
	cursor: pointer;
	font-size: 8px;
	height: 15px;
	letter-spacing: 1px;
}

button.jqmClose:hover, button.jqmClose:focus {
	background: #FFF;
	color: #000;
	border: 0px solid #FFF;
}
	 
#jqmTitle {
	background: transparent;
	color: black;
	text-transform: uppercase;
	height: 15px;
	padding: 5px;
}

#jqmContent {
	width: 99%;
	height: 99%;
	display: block;
	clear: both;
	margin: auto;
	margin-top: 10px;
	background: #000;
	border:none;
	
}



