/* General Alignments */
body {
	margin: 0;
	padding: 0;
	background-color: Black;
}

a { 
	text-decoration: none; 
}

.container {
        width: 960px;
        margin: 0 auto;
        position: relative;
}

/* Header */
#header {
	background: url(/images/theme7/header.jpg) no-repeat center top;
	padding-top: 120px;
}

#header span.title {
	position: relative;
	top: 10px;
	left: 170px;
}

#header  #flickr {
	display: block;
	position: absolute;
	top: 5px; 
	right: 0px;
}

/* Navigation */
ul.topnav {
        list-style: none;
        padding: 0 20px;
        margin: 0;
        float: left;
        width: 920px;
        background: #222;
        font-size: 1.2em;
        background: url(/images/theme7/topnav.jpg) repeat-x;
        font-size: 15px;
}
ul.topnav li {
        float: left;
        margin: 0;
        padding: 0 15px 0 0;
        position: relative; 
}

ul.topnav li div.marker,
ul.topnav li a{
        padding: 10px 5px;
        color: #fff;
        display: block;
        text-decoration: none;
        float: left;
}
ul.topnav li div.marker,
ul.topnav li a:hover{
        background: url(/images/theme7/topnav_hover.jpg) repeat-x center top;
}
ul.topnav li span { /*--Drop down trigger styles--*/
        width: 17px;
        height: 35px;
        float: left;
        background: url(/images/theme7/subnav_btn.gif) no-repeat center top;
        font-size: 15px;
}

ul.topnav li span.subhover {
	background-position: center bottom; 
	cursor: pointer;
}

ul.topnav li ul.subnav {
        list-style: none;
        position: absolute; 
        left: 0; top: 35px;
        background: #333;
        margin: 0; padding: 0;
        display: none;
        float: left;
        width: 170px;
        border: 1px solid #111;
}
ul.topnav li ul.subnav li{
        margin: 0; padding: 0;
        clear: both;
        width: 170px;
}

html ul.topnav li ul.subnav li div#subtitle {
        float: left;
        width: 145px;
	color: red;
        background: #333 url(dropdown_linkbg.gif) no-repeat 10px center;
        padding-left: 10px;
}

html ul.topnav li ul.subnav li a {
        float: left;
        width: 145px;
        background: #333 url(dropdown_linkbg.gif) no-repeat 10px center;
        padding-left: 20px;
}
html ul.topnav li ul.subnav li a:hover {
        background: #222 url(/images/theme7/dropdown_linkbg.gif) no-repeat 10px center;
}

/* Left Hand Menu */
#nav {
	float: right;
	width: 200px;
	white-space: nowrap;
	padding-left: 10px;
	font-size: 0.9em;
}

#nav a {
	border-left: solid 2px black;
	position: relative;
	left: -0.25em;
	padding-left: 4px;
}

#nav a:hover {
	border-left: solid 2px white;
}

#nav .marker:hover,
#nav .marker {
	border-left: solid 4px blue;
	position: relative;
	left: -0.4em;
	padding-left: 4px;
}

#nav ul { padding: 0 }
#nav ul li { 
	padding-left: 5px;
	list-style: none;
}
#nav ul li ul li { padding-left: 0px; }

#nav ul ul { padding-left: 5px }

/* Main Content */	
#main { 
	padding-top: 25px;
	padding-left: 5px;
	background-color: white;
}

#main .entry { }

#main .entry .header {
	font-size: 1.3em;
}

#main .entry .indent {
	padding: 5px;
}

#main .entry .indent .dropcap:first-letter { 
	color: blue;
	font-size: 200%; 
	font-weight: bold; 
	font-style: italic 
}

div#cr { }

/* Re-integrate later */
.title2 { display: inline; font-size: 1.2em }
.title { font-size: 1.2em; font-weight: bold }
.bold { display: inline; font-weight: bold }
.red { display: inline; color: red }

img { 
	border: 0;
}

#grid {
        width: 140px;
        height: 420px;
        overflow: auto; 
        padding: 0px;
	margin: 0px;
	float: left;
}

a.bookmark { font-size: 60%; text-decoration: none; }

/* -- Scrollable */
.flickrscroll {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 415px;
	height:83px;

	/* custom decorations */
	border:1px solid #ccc;
	background: black;
}

.flickrscroll .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

/* single scrollable item */
.flickrscroll img {
	float:left;
	margin: 2px;
	background-color:#fff;
	padding:1px;
	border:1px solid #ccc;
	cursor:pointer;
	width:75px;
	height:75px;
	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

/* this makes it possible to add next button beside scrollable */
.flickrscroll {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(/images/scrollable/hori_large.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	float:left;
	margin:30px 1px;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right 				{ background-position: 0 -30px; clear:right; margin-right: 0px;}
a.right:hover 		{ background-position:-30px -30px; }
a.right:active 	{ background-position:-60px -30px; } 


/* left */
a.left				{ margin-left: 0px; } 
a.left:hover  		{ background-position:-30px 0; }
a.left:active  	{ background-position:-60px 0; }

/* up and down */
a.up, a.down		{ 
	background:url(/images/scrollable/vert_large.png) no-repeat; 
	float: none;
	margin: 10px 50px;
}

/* up */
a.up:hover  		{ background-position:-30px 0; }
a.up:active  		{ background-position:-60px 0; }

/* down */
a.down 				{ background-position: 0 -30px; }
a.down:hover  		{ background-position:-30px -30px; }
a.down:active  	{ background-position:-60px -30px; } 


/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
} 	

/* -- OVERLAY SUPPORT -- */
/* the overlayed element */ 
.simple_overlay { 
     
    /* must be initially hidden */ 
    display:none; 
     
    /* place overlay on top of other elements */ 
    z-index:10000; 
     
    /* styling */ 
    background-color:#333; 
     
    width:675px;     
    min-height:200px; 
    border:1px solid #666; 
     
    /* CSS3 styling for latest browsers */ 
    -moz-box-shadow:0 0 90px 5px #000; 
    -webkit-box-shadow: 0 0 90px #000;     
} 
 
/* close button positioned on upper right corner */ 
.simple_overlay .close { 
    background-image:url(/images/overlay/close.png); 
    position:absolute; 
    right:-15px; 
    top:-15px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
}

div.flickrWrap H1 {
	height: 20px;	
	text-align: center;
}

div.flickrImage img {
	padding: 10px;
	float: left;
}

div.flickrStats {
	background: #555;
}
