html { overflow-y: scroll; }
* { outline:none; }
img { border:none; }
a:link, a:visited {
	color:#006BC2;
	text-decoration:none;
}
a:hover {
	color:#000;
	background-color:#006BC2;
}
body {
	background-color:#151515;
	color:#8A8A8A;
	font-family: Verdana, Arial, Tahoma;
	margin: 0px;
	padding: 0px;
}
#container {
	font-size:small;
}
#header {
	width:950px;
	margin:0 auto;
	height:80px;
	position:relative;
}
#siteTitle {
	position:absolute;
	bottom:10px;
	left:0px;
	font-size:32px;
}
#siteTitle a:link, #siteTitle a:visited, #siteTitle a:hover {
	color:#484848;
	text-decoration:none;
	background:none;
}
#menu {
	position:absolute;
	right:0px;
	bottom:10px;
}


/* NAV MENU */


ul#nav {
	list-style:none;
	margin:0;
	padding:0;
}
ul#nav li {
	margin: 0;
  border: 0 none;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height: auto;
	}
ul#nav li a:link, ul#nav li a:visited {
	display:block;
	float:left;
	color:#CCC;
	margin-left:10px;
	text-decoration:none;
	line-height:20px;
}
ul#nav li a:hover {
	color:#EEE;
	background:none;
}

/* SUB MENU */
ul#nav li:hover ul {
	display:block;
}
ul#nav  ul {
	display:none;
	position:absolute;
	z-index:10;
	top:18px;
	right:-11px;
	width:150px;
	background-color:#000;
	border:1px solid #222;
	margin:0;
	padding:0;
	list-style:none;
}
ul#nav ul li {
	width:150px;
	float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
	padding:0;
	margin:0;
}
ul#nav ul li a:link, ul#nav ul li a:visited {
	display:block;
	background-color:#111;
	margin:0;
	padding:3px 10px;
	float:none;
	text-align:right;
	}
ul#nav ul li a:hover {
	background-color:#006BC2;
	color:#000;
	
}

/* PHOTO AREA */

#wrap {
	background-color:#000;
	background-image:url(../images/photoBG.jpg);
	background-repeat:repeat-x;
	padding:10px 0;
	border-top:1px solid #353535;
}
#mainBody {
	width:950px;
	margin:0px auto;
	overflow:auto;
}
#photoWrapper {
	width:600px;
	float:left;
	overflow:auto;
}
a.zoom:link, a.zoom:visited, a.zoom:hover {
	display:block;
	position:relative;
	border:10px solid #000000;
	background:none;
	float:right;
	margin-right:30px;
}
a.zoom span {
	width:26px;
	height:26px;
	background-image:url(../images/zoom.png);
	background-repeat:no-repeat;
	position:absolute;
	top:8px;
	left:8px;
}
#details {
	width:345px;
	margin-left:600px;
}
#photocategories, #phototags {
}
p#prevnext a:link, p#prevnext a:visited {
	margin-right:20px;
}
#footerWrapper {
	border-top:1px solid #252525;
	background-color:#151515;
	}
#footer {
	width:950px;
	margin:0 auto;
}
#photos {
	margin-top:10px;
	border-top:1px solid #252525;
	clear:both;
	width:950px;
}
#photos h3 {
	font-weight:normal;
	color:#484848;
}
#photos a:link, #photos a:visited {
	display:block;
	float:left;
	margin-right:20px;
	background-color:#FFF;
}
#browse {
	font-size:small;
	color:#BBB;
}
#catbrowse {
	font-size:90%;
	font-weight:normal;
	float:right;
}
#browseTitle {
	color:#BBB;
	padding:4px;
	font-size:120%;
	font-weight:bold;
	overflow:auto;
}
#browsePages {
	color:#555;
	background-color:#111;
	overflow:auto;
	line-height:20px;
	padding-left:3px;
	margin-bottom:10px;
}
#browsePages a:link, #browsePages a:visited {
	color:#666;
	padding:0 3px;
	font-size:90%;
}
#browsePages a:hover, #browsePages span.archive_active_page_number a:link, #browsePages span.archive_active_page_number a:visited {
	color:#AAA;
	background-color:#111;
}

/* thumbnail nav box */

#thumbnails {
	clear:both; */
}
#thumbnails a:link, #thumbnails a:visited {
	display:block;
	float:left;
	margin:0 10px 10px 0;
}
#thumbnail-navigator {
  padding-bottom: 40px;
  line-height: 0;
}
#thumbnails {
  background: #000;
  margin: 0;
  text-align: center;
  overflow: hidden;
}

body #body-wrapper .nocarousel {
	width: 600px;
}

.w700 #thumbnails {
	width: 700px;
}
.w750 #thumbnails {
	width: 750px;
}
.w800 #thumbnails {
	width: 800px;
}
.w850 #thumbnails {
	width: 850px;
}
.w900 #thumbnails {
	width: 900px;
}
.w950 #thumbnails {
	width: 950px;
}

.w700 .nocarousel {
	width: 600px;
	padding: 0 50px;
}
.w750 .nocarousel {
	width: 600px;
	padding: 0 75px;
}
.w800 .nocarousel {
	width: 600px;
	padding: 0 100px;
}
.w850 .nocarousel {
	width: 600px;
	padding: 0 125px;
}
.w900 .nocarousel {
	width: 600px;
	padding: 0 150px;
}
.w950 .nocarousel {
	width: 600px;
	padding: 0 175px;
}
#thumbnails a img.thumbnails, #thumbnails a img.dummy-element {
  margin: 10px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  float: left;
  padding: 20px 0;
}
#thumbnails a img.current-thumbnail {
  margin: 10px;
  float: left;
  padding: 20px 0;
}
#thumbnails a:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
}
#thumbnails a#nav_right, #thumbnails a#nav_left {
  display: block;
  text-indent: -9999px;
  height: 75px;
  padding: 10px;
  width: 20px;
}
#thumbnails a#nav_left {
  background: url(../img/nav_prev.gif) no-repeat;
  background-position: 50% 0;
  float: left;
}

#thumbnails a#nav_right {
  background: url(../img/nav_next.gif) no-repeat;
  background-position: 50% 0;
  float: right;
}

#thumbnails a#nav_left:hover, #thumbnails a#nav_right:hover {
  background-position: 50% -115px;
}

#thumbnails .tranche a:focus img {
	outline: thin dotted #fff;
}

#thumbnails a#nav_left:focus, #thumbnails a#nav_right:focus {
  outline: none;
  background-position: 50% -115px;
}

#thumbnails a#nav_left.blinking, #thumbnails a#nav_right.blinking, #thumbnails a#nav_left.blinking:hover, #thumbnails a#nav_right.blinking:hover {
	background-position: 50% -230px;
}
#thumbnails a#nav_left.end, #thumbnails a#nav_right.end, #thumbnails a#nav_left.end:hover, #thumbnails a#nav_right.end:hover {
	background-position: 50% -345px;
}

#thumbnails #view-window {
	float: left;
	width: 600px;
	height: 135px;
	overflow: hidden;
	position: relative;
	left: 10px;
}

#thumbnails #view-window .tranche {
	width: 600px;
	height: 135px;
	position: absolute;
	*left: 0;
}

#thumbnails #view-window #ieleft {
       *left: -600px;
}

#thumbnails #slider {
	position: relative;
	height: 135px;
}
/* COMMENTS */
#comments {
	padding:0 10px;
	font-size:small;
	overflow:auto;
	color:#B5B5BB;
	display:none;
}
#commentList {
	float:left;
	width:570px;
}
#commentForm {
	float:left;
	width:320px;
}
#commentList ul {
	list-style:none;
	margin:0;
	padding:0;
}
#commentList ul li {
	padding:3px 0 8px 0;
	margin-bottom:3px;
	border-bottom:1px solid #333;
}
input.formfield, textarea {
	background-color:#333;
	border:1px solid #35353A;
	width:240px;
	padding:5px;
	color:#666;
}
textarea {
	height:120px;
}
input.formfield:focus, textarea:focus {
	color:#FFF;
}


.content {
	padding:20px;
}
/* TAG SUPPORT */
   
.tags01 {
font-size: 10px !important; 
}
   
.tags02 { 
font-size: 12px !important; 
}
   
.tags03 { 
font-size: 14px !important; 
}
   
.tags04 { 
font-size: 16px !important; 
}
   
.tags05 { font-size: 18px !important; 
}
   
.tags06 { font-size: 20px !important; 
}
   
.tags07 { font-size: 22px !important; 
}
   
.tags08 { font-size: 24px !important; 
}
   
.tags09 { font-size: 26px !important; 
}
   
.tags10 { font-size: 28px !important; 
}


