
#lightbox {
position : absolute;
left : 0;
width : 100%;
z-index : 100;
text-align : center;
line-height : 0;
}
#lightbox img {
width : auto;
height : auto;
}
#lightbox a img {
border : none;
}
#outerImageContainer {
position : relative;
background-color : #fff;
width : 250px;
height : 250px;
margin : 0 auto;
}
#imageContainer {
padding : 10px;
}
#loading {
position : absolute;
top : 40%;
left : 0%;
height : 25%;
width : 100%;
text-align : center;
line-height : 0;
}
#hoverNav {
position : absolute;
top : 0;
left : 0;
height : 100%;
width : 100%;
z-index : 10;
}
#imageContainer > #hoverNav {
left : 0;
}
#hoverNav a {
outline : none;
}
#prevLink, #nextLink {
width : 49%;
height : 100%;
display : block;
}
#prevLink {
left : 0;
float : left;
}
#nextLink {
right : 0;
float : right;
}
#prevLink:hover, #prevLink:visited:hover {
background : url(../images/prevlabel.gif) no-repeat left 15%;
}
#nextLink:hover, #nextLink:visited:hover {
background : url(../images/nextlabel.gif) no-repeat right 15%;
}
#imageDataContainer {
font : 10px Verdana, Helvetica, sans-serif;
background-color : #fff;
margin : 0 auto;
line-height : 1.4em;
overflow : auto;
width : 100%;
}
#imageData {
padding : 0 10px;
color : #666;
}
#imageData #imageDetails {
width : 70%;
float : left;
text-align : left;
}
#imageData #caption {
font-weight : bold;
}
#imageData #numberDisplay {
display : block;
clear : left;
padding-bottom : 1em;
}
#imageData #bottomNavClose {
width : 66px;
float : right;
padding-bottom : 0.7em;
outline : none;
}
#overlay {
position : absolute;
top : 0;
left : 0;
z-index : 90;
width : 100%;
height : 500px;
background-color : #000;
}
/*--------------------------end of lightbox stuff----------------------*/
body {
margin : 0;
padding : 0;
margin-left: 15px;
padding : 0;
background : black;
font-size : 13px;
color : #7ace11;
}
body, th, td, input, textarea, select, option {
font-weight : normal;
font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h1, h2, h3 {
font-weight : normal;
color : #7ace11;
}
h1 {
text-transform : lowercase;
letter-spacing : -1px;
font-size : 24px;
}
h2 {
text-transform : lowercase;
letter-spacing : -1px;
font-size : 24px;
}
h3 {
font-size : 1.1em;
font-color: #7ace11                                                                   ;
}
h4{
font-size : 1em;
font-color : #7ace11;
}
p, ul, ol {
line-height : 2em;
}
blockquote {
padding-left : 1em;
}
blockquote p, blockquote ul, blockquote ol {
line-height : normal;
font-style : italic;
}
a {
color : #7ace11;
}
a:hover {
text-decoration : none;
color : #7ace11;                                                                                                                                                                                                                                                                                                                                                                                     
}
#images {
list-style-type : none;
padding: 0px;
}
#images li {
display : inline;
padding : 1em;
}
#images a img {
color: black;
border: 3px solid white;
}
#images a img:hover {
color:black;
border: 3px solid #7ace11;
}

/* Header */
#header {
width : 890px;
height : 150px;         
margin : 0 auto;
}
/* Header END */

/* Logo */
#logo {
float : left;
padding : 30px 0 0 0;
}
#logo h1 {
margin : 0;
text-transform : lowercase;
letter-spacing : -2px;
font-size : 3.6em;
font-weight : normal;
color : #ffffff;
}
#logo h1 a {
padding-right : 10px;
text-decoration : none;
color : #ffffff;
}
#logo p {
margin : -5px 0 0 0;
text-transform : uppercase;
font-size : 1.22em;
letter-spacing : -1px;
}
#logo a {
text-decoration : none;
color : #ffffff;
}
#logo a:hover{
color: #7ace11;
}
/* Logo END */

/* Links Menu */
#menu {
float : right;
}
#menu ul {
margin : 0;
padding : 5em 0 0 0;
list-style : none;
}
#menu li {
display : inline;
}
#menu a {
display : block;
float : left;
margin-left : 35px;
text-decoration : none;
text-transform : lowercase;
font-size : 1.36em;
color : #ffffff;
}
#menu a:hover{
border-bottom : 3px solid #7ace11;
}
#menu .active a{
border-bottom :3px solid white;
}
/* Links Menu END*/

#page {
width : 890px;
margin : 0 auto;
}
#content {
float : left;
width : 590px;
font-color = white;
}
.post {
padding : 8px 8px;
background : black;
color : white;
}
.title {
margin : 0;
border-bottom : 2px solid #484848;
color : #484848;
}
.byline {
margin : 0;
color : #d79b00;
}
.meta {
text-align : left;
color : #646464;
}
.meta .more {
padding-left : 20px;
background : url(images/img03.gif) no-repeat left 
;
}
.meta .comments {
padding-left : 20px;
background : url(images/img04.gif) no-repeat left center;
}
#sidebar {
float : right;
width : 240px;
text-align : center;
}
#sidebar .solopic {
	border: 3px solid white;
}
#sidebar ul {
margin : 0;
padding : 0;
list-style : none;
}
#sidebar li {
text-align : center;
}
#sidebar li ul {
padding : 15px 0;
}
#sidebar li li {
padding-left : 20px;
border-bottom : 1px dotted #7b9418;
}
#sidebar a {
text-decoration : none;
}
#footer {
clear : both;
margin : 0;
height : 80px;
/*background : #f2f2f2 url(images/bg02.jpg) repeat-x left top;*/
}
#footer p {
padding : 30px 0;
text-align : center;
font-size : smaller;
color : #7ace11;
background: black;
}

