body {
	margin: 0;
	padding: 0;
	font-size: 11px;
	background-color: #000;
	background-repeat:no-repeat;
    background-attachment:scroll;
    background-position:top center; 
}


/* GENERAL STYLES */


a{
	text-decoration: underline;
}

a:hover{
	text-decoration: none;
}

a img{
	border: none;
}

ul.disc { list-style-type: disc; }
ul.circle{ list-style-type: circle; }
ul.square{ list-style-type: square; }
ol.arabic-numbers{ list-style-type: decimal; }
ol.upper-alpha{ list-style-type: upper-alpha; }
ol.lower-alpha{ list-style-type: lower-alpha; }
ol.upper-roman{ list-style-type: upper-roman; }
ol.lower-roman{ list-style-type: lower-roman; }

h1 {
	font-size: 28px;
	line-height: 32px;
}

h2{
	font-size: 24px;
	line-height: 28px;
}

h3{
	font-size: 20px;
	line-height: 24px;
}

h4{
	font-size: 16px;
	line-height: 20px;
}

h5{
	font-size: 13px;
	line-height: 13px;
	font-weight: bold;
}

.image-left{
	float: left;
	padding: 20px;
}

.image-right{
	float: right;
	padding: 20px;
}

.clearfix:after{
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

code, blockquote{
	padding: 15px;
}


/* WRAPPER */


#wrapper {
	margin: 30px auto 0;
}


/* SITE HEADER */


#header {
	position: relative;
	padding: 0 0 29px 0;
	z-index: 1;
}

#header img{
	margin-top: 36px;
}

#title-slogan {
	padding: 36px 0 34px 0;
	font-size: 16px;
}

#header ul {
	position: absolute;
	bottom: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

#header ul li {
	position: relative;
	float: left;
	/* Spacing defined in css/menuonespace/XXXX.css */
}

#header li a {
	position: relative;
	display: block;
	padding: 8px 15px 9px 15px;
	background: #1d1d1d url('images/shadow.png') bottom repeat-x;
	border-top: 1px solid #212121;
	text-decoration: none;
	opacity: .8;
	/* Font sizes defined in css/menuonesize/XXXX.css */
}

#header li a:hover, #header li a.current, #header li a.currentAncestor{
	opacity: 1.0;
}

#header ul ul {
	display: none; /* Hide 2nd level and below */
}


/* SITE BANNER */


#banner {
	position: relative;
	width: 100%;
	height: 200px;
	background-color: #000;
	background-position: top center;
	background-repeat: no-repeat;
	z-index: 0;
}

#banner span {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 46px;
}

#banner h1 {
	position: absolute;
	bottom: 13px;
	left: 20px;
	margin: 0;
	padding: 0;
	font-size: 20px;
	line-height: 1em;
}

#shadow {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 4px;
	background: transparent url('images/shadow.png') bottom repeat-x;
}


/* SITE CONTENT */


#sidebar-wrapper{
	width: 250px;
	height: 150px; /* IE6 only */
}

#content, #sidebar{
	padding: 20px;
}

#sidebar .sidebar-title{
	margin-top: 0;
	padding-top: 0;
}

#sidebar a{
	z-index: 1;
	position: relative;
}

#content{
	line-height: 18px;
}

#content .tumblr {
	font-size: 12px;
}
          
#content .tumblr a {
    color: #ff3399;
}

#content .tumblr .content {
     width: 420px;
     margin: auto;
     position: relative;
            }
            
#content .tumblr .tumblr_post {
     position: relative;
     margin-bottom: 20px;
     margin-left: -40px;
     padding-right: 20px;
     padding-bottom: 10px;
     border-bottom: 1px #333 dotted;
}

#content .tumblr .tumblr_post img.permalink {
     width: 14px;
     height: 13px;
     border-width: 0px;
     background-color: #000;
     display: none;
     position: absolute;
     right: 0px;
     top: 0px;
     z-index: 10;
}
                
#content .tumblr .tumblr_post:hover img.permalink {
     display: inline;
}

#content .tumblr .tumblr_post h2 {
     font-size: 18px;
     font-weight: bold;
     color: #ff3399;
     letter-spacing: -1px;
     margin: 0px 0px 5px 0px;
}

#content .tumblr .tumblr_post h2 a {
     color: #ff3399;
     text-decoration: none;
}
            
#content .tumblr .tumblr_post .tumblr_caption {
     font-size: 12px;
     font-weight: normal;
     color: #2b2b2b;
     margin-top: 10px;
     margin-bottom: 10px;
     }

#content .tumblr .tumblr_post .tumblr_caption a {
     color: #ff3399;
}
    
/* Regular Post */
            
#content .tumblr .tumblr_post {
     font-size: 12px;
     color: #2b2b2b;
     line-height: 17px;
}

#content .tumblr .tumblr_post .tumblr_post_regular blockquote {
     font-style: italic;
     border-left: solid 2px #2b2b2b;
     padding-left: 10px;
                    }
                        
/* Quote Post */
            
#content .tumblr .tumblr_quote_post {
     font-family: Verdana, Helvetica, sans-serif;
     font-weight: bold;
     font-size: 25px;
     line-height: 27px;
     letter-spacing: -1px;
     color: #7E7A7A;
     border-left: solid 5px #ff3399;
     padding-left: 10px;
}

#content .tumblr .tumblr_quote_text a {
      color: #7E7A7A;
}
        
#content .tumblr .tumblr_source {
      font-size: 16px;
      font-weight: Bold;
      color: #333333;
      margin-top: 5px;
      margin-bottom: 10px;
}

#content .tumblr .tumblr_post .tumblr_post_quote .tumblr_post_quote_source a {
      color: #333333;
}
            
/* Link Post */
            
#content .tumblr .tumblr_link_post {
        font: Bold 18px Verdana, Helvetica, sans-serif;
        letter-spacing: -1px;
        color: #ff3399;
}

#content .tumblr .tumblr_description {
        font-size: 12px;
        font-weight: normal;
        letter-spacing: normal;
        color: #2b2b2b;
                    }
             
/* Conversation Post */
                        
#content .tumblr div.post div.conversation ul {
        list-style-type: none;
        margin-bottom: 13px;
        padding: 0px 0px 0px 1px;
        border-left: solid 5px #ff3399;
}
            
#content .tumblr div.post div.conversation ul li {
        font-size: 12px;
        padding: 4px 10px 4px 8px;
        color: #444;
        margin-bottom: 1px;
}
            
#content .tumblr div.post div.conversation ul li span.label {
        font-weight: bold;
}                        
                            #content .tumblr div.post div.conversation ul li span.user_1 {
        color: #333333;
                            }                          
                            #content .tumblr div.post div.conversation ul li span.user_2 {
         color: #333333;
                            }                            
                            #content .tumblr div.post div.conversation ul li span.user_3 {
         color: #333333;
                            }
                        
#content .tumblr div.post div.conversation ul li.odd {
        background-color:#f4f4f4;
                        }

#content .tumblr div.post div.conversation ul li.even {
        background-color:#e8e8e8;
                        }
            
/* Photo Post */
#content .tumblr .tumblr_post img {
        border: solid 1px #333;
        padding: 0px;
            }

/* Video Post */
            
#content .tumblr .tumblr_video_post {
}

#sidebar-menu{
	line-height: 18px;
}

	#sidebar-menu ul{
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	#sidebar-menu ul li a {
		display: none;
		text-decoration: none;
	}

	#sidebar-menu ul ul{
		margin-bottom: 20px;
	}
	
	#sidebar-menu ul ul a{
		display: inline;
		background: transparent url('images/plus.gif') left no-repeat;
		padding-left: 20px;
	}
	
	#sidebar-menu ul ul a.currentAncestor, #sidebar-menu ul ul a.current{
		background-image: url('images/minus.gif');
	}

	#sidebar-menu ul ul a.currentAncestor{
		font-style: italic;
	}

	#sidebar-menu ul ul ul{
		margin-left: 17px;
		margin-bottom: 0px;
	}

#sidebar-user-content{
	margin-bottom: 20px;
	line-height: 18px;
}

#sidebar-user-content .twitter_div     {
		font: 13px Verdana, Helvetica, sans-serif;
		color:  #2b2b2b;
        line-height: 14px;
        width: 220px;
        position: relative;
        text-align: right;
}

#sidebar-user-content .twitter_div ul{
        list-style-type: none;
        margin-bottom: 13px;
        padding: 0px 10px 0px 0px;
        border-right: solid 0px 
}

#sidebar-user-content .twitter_div li{
        margin-bottom: 10px;
        margin-right: -10px;
}		

#sidebar-plugin-content{
	line-height: 18px;
}

	#blog-categories, #blog-archives, ul.blog-tag-cloud{
		margin-bottom: 15px !important;
	}
	
	#blog-categories a, #blog-archives a, #blog-rss-feeds a {
		padding: 3px 0 3px 25px;
	}
	
	#blog-categories a{
		background: transparent url('images/tag.gif') left no-repeat;
	}

	#blog-archives a{
		background: transparent url('images/calendar.gif') left no-repeat;
	}

	#blog-rss-feeds a{
		background: transparent url('images/rss.gif') left no-repeat;
	}

	ul.blog-tag-cloud {
		display: block;
		margin: 0;
		padding: 0;
		text-align: justify;
	}
	ul.blog-tag-cloud li {
		display: inline;
		padding-right: 5px;
	}
	.blog-tag-size-1 {	
		font-size: 0.8em;
	}
	.blog-tag-size-2 {	
		font-size: 0.85em;
	}
	.blog-tag-size-3 {	
		font-size: 0.9em;
	}
	.blog-tag-size-4 {	
		font-size: 0.95em;
	}
	.blog-tag-size-5 {	
		font-size: 1em;
	}
	.blog-tag-size-6 {	
		font-size: 1.05em;
	}
	.blog-tag-size-7 {	
		font-size: 1.1em;
	}
	.blog-tag-size-8 {	
		font-size: 1.15em;
	}
	.blog-tag-size-9 {	
		font-size: 1.2em;
	}
	.blog-tag-size-10 {	
		font-size: 1.25em;
	}
	.blog-tag-size-11 {	
		font-size: 1.3em;
	}
	.blog-tag-size-12 {	
		font-size: 1.35em;
	}
	.blog-tag-size-13 {
		font-size: 1.4em;
	}
	.blog-tag-size-14 {	
		font-size: 1.45em;
	}
	.blog-tag-size-15 {
		font-size: 1.5em;
	}
	.blog-tag-size-16 {	
		font-size: 1.55em;
	}
	.blog-tag-size-17 {	
		font-size: 1.6em;
	}
	.blog-tag-size-18 {	
		font-size: 1.65em;
	}
	.blog-tag-size-19 {
		font-size: 1.7em;
	}
	.blog-tag-size-20 {	
		font-size: 1.75em;
	}


/* SITE FOOTER */


#footer {
	padding: 20px 0;
	font-size: 10px;
}

#breadcrumb {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 10px;
}

#breadcrumb li {
	display: inline;
}


/* BLOG ELEMENTS */


.blog-entry {
	margin-bottom: 24px;
}

.blog-entry-title, .blog-archive-month {
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 5px;
}

	.blog-entry-title a {
		text-decoration: none;
	}
	
	.blog-entry-title a:hover {
		text-decoration: underline;
	}
	
.blog-entry-date {
	font-size: 12px;
	margin-bottom: 5px;
}

.blog-entry-comments {
	font-size: 12px;
	margin-top: 7px;
}

p.blog-entry-tags{
	margin: 0;
	padding: 0;
	font-size: 12px;
	margin-top: 7px;
	padding: 0 0 0 20px;
	background: transparent url('images/tag.gif') center left no-repeat;
} 

.blog-archive-headings-wrapper {
	margin-bottom: 24px;
}


/* FILE SHARING ELEMENTS */

.filesharing-description{
	margin-bottom: 18px;
}

.filesharing-item{
	padding: 0 0 10px 23px;
	background: transparent url('images/download.gif') 0 2px no-repeat;
}

.filesharing-item-title {
	padding-bottom: 3px;
}


/* PHOTO ALBUM */

.album-title{
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 18px;
}

.album-wrapper {
	width: 99%;
	overflow: auto;
	margin-top: 24px;
}

.thumbnail-wrap {
	text-align: center;
	position: relative;
	float: left;
}


/* PHOTO PAGE */

/* Styles the background for this page */
.photo-background{
	margin: 0;
	padding: 50px 0 0 0;
	text-align: center;
}

/* Styles around the navigation controls */
.photo-navigation{
	margin: 0 auto 48px auto;
	padding-top: 10px;
}

/* Styles the title of this page */
.photo-title{
	font-size: 36px;
	margin: 0;
	padding: 0 0 15px 0;
}

/* Styles the photo caption */
.photo-caption{
	font-size: 24px;
	margin: 0;
	padding: 0;
}

/* Photo EXIF Metadata */
.exif-data p {
	margin: 0;
	padding: 0;
}
p.exif-version {
}
p.exif-colour-space {
}
p.exif-focal-length {
}
p.exif-dimensions {
}
p.exif-pixel-y-dimension {
}
p.exif-pixel-x-dimension {
}
p.exif-oecf-value {
}
p.exif-subsec-time-original {
}
p.exif-exposure-mode {
}
p.exif-spatial-frequency-response {
}
p.exif-scene-capture-type {
}
p.exif-subject-location {
}
p.exif-shutter-speed {
}
p.exif-datetime-original {
}
p.exif-subsec-time {
}
p.exif-compressed-bits-per-pixel {
}
p.exif-flash-energy {
}
p.exif-saturation {
}
p.exif-brightness {
}
p.exif-exposure-time {
}
p.exif-f-number {
}
p.exif-file-source {
}
p.exif-gain-control {
}
p.exif-subject-area {
}
p.exif-cfa-pattern {
}
p.exif-scene-type {
}
p.exif-white-balance {
}
p.exif-flash {
}
p.exif-exposure-index {
}
p.exif-flashpix-version {
}
p.exif-device-setting-description {
}
p.exif-focalplane-x-resolution {
}
p.exif-image-uniqueid {
}
p.exif-components-configuration {
}
p.exif-light-source {
}
p.exif-sensing-method {
}
p.exif-aperture {
}
p.exif-sharpness {
}
p.exif-exposure-program {
}
p.exif-subject-distance {
}
p.exif-subsec-time-digitized {
}
p.exif-contrast {
}
p.exif-focalplane-resolution-unit {
}
p.exif-gamma {
}
p.exif-35mm-focal-length {
}
p.exif-datetime-digitized {
}
p.exif-subject-distance-range {
}
p.exif-custom-rendered {
}
p.exif-max-aperture {
}
p.exif-sound-file {
}
p.exif-metering-mode {
}
p.exif-spectral-sensitivity {
}
p.exif-exposure-bias {
}
p.exif-focalplane-y-resolution {
}
p.exif-iso-rating {
}
p.exif-maker-note {
}
p.exif-digital-zoom-ratio {
}
p.exif-user-comment {
}


/* MOVIE ALBUM */


.movie-page-title{
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 18px;
}

/* Styles the page description */
.movie-page-description{
	margin-bottom: 24px;
}

/* Styles around the movie thumbnail */
.movie-thumbnail-frame {
	width: 132px;
	height: 110px;
	float: left;
	position: relative;
	text-align: center;
	padding: 2px;
	margin-bottom: 10px;
}

/* Movie Thumbnail */
.movie-thumbnail-frame img{ 
	margin-bottom: 9px;
}

/* Styles the movie thumbnail caption */
.movie-thumbnail-caption{ 
	
}


/* MOVIE POPUP */


/* Styles the background of the popup window */
.movie-background{
	margin: 0;
	padding: 24px;
	border: none;
	text-align: center;
}

/* Styles the movie title */
.movie-title{
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 18px;
}

/* Styles around the actual movie (This is also used on the standard quicktime page style) */
.movie-frame{
	margin-bottom: 10px;
}
