* {
	margin:0px;
	padding:0px;
}

body{
	background:#000 url(images/bg.jpg) repeat-x;
	font: 12px Helvetica, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

p {

}

b, strong {
font-weight:bold;
}

/* @group links */

a:link {

}

a:visited {
	
}

a:hover, a:active {
	text-decoration:none;
}



/* @end */

/* @group images */

img {
	border-style: none;
}

.image-left {
	float: left;
	margin: 3px 8px 0px 0;
}

.image-right {
	float: right;
	margin: 3px 0 0px 8px;
}



/* @end */

/* @group Layout */

.sidebar-wrapper{
	padding:15px 20px;
}

.sideHeader{
	background: url(images/sidebarbg.jpg);
	height:27px;
}

h1.sideHeader{

	line-height:18px;
	text-align: center;
	padding:8px 0 0 0;
	font-size:16px;
}

.clearer {
	clear: both;
}
.clear {
	clear:both;
	overflow:hidden;
}

#footer p {
	padding: 0 0 10px 0;
	
}

#footer a:link, #footer a:visited {
 text-decoration:none;
}

#footer a:hover, #footer a:active {
	
}

.deadbar {
	background: url(images/sidebarbg.jpg) repeat-x top left;
	padding-top: 40px;
	
}

#container{
	margin:0px auto;
	width:885px;
	background: url(images/header-image.jpg) no-repeat left top;
}


#header{
	background: url(images/header-highlight.jpg) no-repeat 50% top;
	float:right;
	height: 113px;
	
}




.logo{
		margin:10px 0 0 104px;
	float:left;
	height: 103px;
	
}

#content{
	margin-left:104px;
	line-height:20px;
	width:780px;
	background: url(images/contentbg.jpg) repeat-y;
}

#columnone{
	float:left;
	width: 557px;
}



#columnone ul{
margin-left:15px;
}

#columntwo{
	float:right;
	width: 223px;

}

#footer{
	margin: 0 0 40px 104px;
	padding-top:10px;
	color: #fff;
	text-align:center;
	height:42px;
	width:780px;
	background: url(images/footer.jpg) repeat-x;
}
	
/* @end */

/* @group Bread-crumb */

#breadcrumbcontainer {	
padding: 0 30px 0 30px;
margin-top:10px;
}

#breadcrumbcontainer ul {
	padding: 11px 0;

}

#breadcrumbcontainer li {
display:inline;
}

#breadcrumbcontainer a {
	
}

#breadcrumbcontainer a:hover {

}
	
/* @end */

/* @group Toolbar */

/* Toolbar Styles */

#navcontainer {
	margin-left:1px;
	position: relative;
	width: 100%;
	display: block;
	
}

#navcontainer #current {
	background: url(images/activebar.jpg) no-repeat;

}

#navcontainer .currentAncestor {

}

/* Parent - Level 0 */

#navcontainer ul {	
	list-style: none;
	margin: 0;
	padding: 0;

}

#navcontainer li {
	background: url(images/nav-tab.jpg) no-repeat;
}

#navcontainer a{
	font-size: 14px;
	color: #535353;
	text-decoration:none;
	display: block;
	width:182px;
	padding: 10px 0 8px 40px;
	color: #3c3c3c;
	text-shadow: 0px 1px 0px #ffffff;
	background: url(images/navarrow.jpg) no-repeat 19px 50%;
}

#navcontainer a:hover {
	
	text-shadow: none;
}

#navcontainer a:active {

}

/* Child - Level 1 */


#navcontainer ul ul {
	
}

#navcontainer ul ul li {
	background: none;
}

#navcontainer ul ul a {
	padding: 7px 0 8px 53px;
	background: url(images/navarrow.jpg) no-repeat 30px 50%;
	font-size: 14px;
	color: #838383;
}

#navcontainer ul ul a:hover{
	color: #434343;
}

#navcontainer ul ul #current{
	background: url(images/activebar2.jpg) no-repeat;
}

#navcontainer ul ul .currentAncestor {

}

/* Child - Level 2 */

#navcontainer ul ul ul {
}

#navcontainer ul ul ul li {
	background: none;
}

#navcontainer ul ul ul a {
	padding: 10px 0 8px 68px;
	background: url(images/navarrow.jpg) no-repeat 45px 50%;
	font-size: 14px;
	color: #838383;
}

#navcontainer ul ul ul a:hover{
	color: #434343;
}

#navcontainer ul ul ul #current{
	background: url(images/activebar3.jpg) no-repeat;
}

#navcontainer ul ul ul.currentAncestor {

}


/* Child - Level 3 */

#navcontainer ul ul ul ul {
}

#navcontainer ul ul ul ul li {
	background: none;
}

#navcontainer ul ul ul ul a {	
	padding: 10px 0 8px 85px;
	background: url(images/navarrow.jpg) no-repeat 60px 50%;
	font-size: 14px;
	color: #838383;
}

#navcontainer ul ul ul ul a:hover{
	color: #434343;
}

#navcontainer ul ul ul ul #current{
	background: url(images/activebar4.jpg) no-repeat;
}

#navcontainer ul ul ul ul .currentAncestor {

}


/* @end */

/* @group Global Classes */

.standout, blockquote {
	background: url(images/quotes.jpg) no-repeat top left;
	text-indent:25px;
	font-weight:bold;
}

blockquote p {
	background: url(images/quotes-end.jpg) no-repeat bottom right;
}


#header h2
{	
    padding: 0 10px;
	text-shadow: 0px 2px 2px #000;
	font-weight:bold;
	font-size:18px;

	font-style: normal;
}

#header h1
{
	padding: 0 10px;
	font-weight: normal;
	padding-top:28px;
	text-shadow: 0px 2px 2px #000;
	line-height:40px;
	font-size:50px;
}

h1 {
	font-size: 30px;
	font-weight: bold;

}

h2 {
	font-size: 20px;
	font-weight: bold;
	
}

h3 {
	font-size: 14px;
	font-weight: bold;

	
}

h4 {
font-size: 10px;
	font-weight: bold;

}

.imageStyle {
}
/* @end */

/* @group Blog */

/* @group Archive Page */

.blog-archive-background {
}

.blog-entry-summary {

}

.blog-archive-headings-wrapper {

}

.blog-archive-entries-wrapper {
}




.blog-archive-month {
	padding:12px 30px 0 30px;
	line-height:30px;
	font-size: 26px;
	text-decoration:none;
	font-weight: bold;
;
}

.blog-archive-link {
margin:0 30px;
}

	
/* @end */

/* @group Tag Cloud */
ul.blog-tag-cloud {
	margin: 15px 0 0 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;
}

/* @end */
a:link.blog-permalink {
	text-decoration:none;

}

.blog-entry {padding:0px 30px 40px 30px;
background: url(images/blog-footer.jpg) no-repeat 2% 100%;
	overflow: visible;
}

.blog-entry-title{
	padding-top:12px;
	line-height:30px;
	font-size: 26px;
	text-decoration:none;
	font-weight: bold;

}


.blog-entry-title a {

	font-size: 26px;
	
	
}

.blog-entry-date {

	font-size: 14px;
	padding:4px 0px 15px 28px;
	background: url(images/blog-date.jpg) no-repeat left top;
}

.blog-read-more {

}

/*Styles the category link next to the date */
.blog-entry-category {background: url(images/blog-cat.jpg) no-repeat 0 50%;
	padding:8px 0px 5px 28px;
}

.blog-entry-category a:link, .blog-entry-category a:visited {
}

.blog-entry-body {

}

.blog-entry-comments {
	padding-top:10px;
}

.blog-entry-tags{
	padding-top:10px;
}

a.blog-comment-link { }

a.blog-trackback-link { }

/* styles the archives in the blog sidebar */

#blog-archives{
	padding:20px 0 0 0;

}

.blog-archive-link-enabled {
	background: url(images/archive-clock.jpg) no-repeat 0 50%;
padding-left:23px;
}

.blog-archive-link-disabled {
	background: url(images/archive-clock.jpg) no-repeat 0 50%;
padding-left:23px;
}

/* Styles the blog categories in the blog sidebar */
#blog-categories {
	
}

.blog-category-link-enabled {
	background: url(images/blog-side-cat.jpg) no-repeat 0 50%;
padding-left:23px;

}

.blog-category-link-disabled {
	background: url(images/blog-side-cat.jpg) no-repeat 0 50%;
padding-left:23px;;
}

/* Styles the blog RSS feeds in the blog sidebar */


#blog-rss-feeds {
padding-top:20px;
}

.blog-rss-link {
	background: url(images/rss-icon.jpg) no-repeat 0 50%;
padding-left:23px;
}

.blog-comments-rss-link {
	background: url(images/rss-icon.jpg) no-repeat 0 50%;
padding-left:23px;
}

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;
}

/* @end */

/* @group Photo Album */

/* @group Single Page (Photo view) */

.photo-background {
	margin: 10px 10px 20px 10px;

}

.photo-navigation {
	width:630px;
	background: #ffffff;
	padding: 10px 10px 5px;
	text-align: left;
	background: url(images/blog-footer.jpg) repeat-x 160% 100%;
	border: 1px solid #c7c7c7;
}

.photo-navigation a:link, .photo-navigation a:visited {

}

.photo-navigation a:hover {

}

.photo-frame{
	margin-top: 10px;
	background: #444;
	padding: 5px;
}

.photo-links {
	margin-top:20px;
}

.photo-title {	
	font-size: 26px;
	
	font-weight: normal;
	font-size: 1.9em;
	margin: 0 0 3px;

}

.photo-caption {

}

/* @group EXIF data */
/* Data wrapper */
.exif-data {
	
}

/* p tag classes for all exif data */
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 {
}
/* @end */

/* @end */

/* @group Index Page (Thumbnail view) */

.album-title {
	padding:30px 30px 10px 30px;
	font-size: 26px;
	font-weight: bold;

}

.album-description {
	margin: 5px 0 30px 0px;
	padding:0px 30px 40px 30px;
background: url(images/blog-footer.jpg) no-repeat 2% 100%;
} 

.album-wrapper {
	display: block;
	padding:30px 30px 30px 30px;
	width: 90%;
	position: relative;
	
}

.thumbnail-wrap {
	text-align: center;
	position: relative;
	float: left;
	margin-bottom: 60px;
	margin-right: 13px;
}

.thumbnail-frame {
	position: absolute;
    bottom: 0;
    left: 0;
}

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
}

.thumbnail-frame img {
	margin: auto;
	border: 3px solid #dbdbdb;
}

.thumbnail-caption {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 38px;
	display: block;
}
	
/* @end */
	
/* @end */

/* @group Quicktime Page */

.movie-description {

}
	
/* @end */

/* @group Quicktime Album */

/* @group Index Page (Movie Thumbnail view) */

.movie-page-title {
	padding:30px 30px 10px 30px;
	font-size: 26px;
	font-weight: bold;
	
}.movie-page-description {
	margin: 5px 0 10px 0px;
	padding:0px 30px 40px 30px;
background: url(images/blog-footer.jpg) no-repeat 2% 100%;
}.movie-thumbnail-frame {
	width: 132px;
	height: 132px;
	float: left;
	text-align: center;
	margin:10px 10px 10px 30px;

	border: 3px solid #dbdbdb
}

.movie-thumbnail-caption {

}
	
/* @end */

/* @group Single Page (Movie View) */

.movie-background {
	margin: 30px;
}

.movie-title {
	font-size:26px;

	text-shadow: 0px 2px 3px #111111;
}

.movie-frame {

}
	
/* @end */


/* @end */

/* @group File Sharing */

.filesharing-description {
	padding:30px 30px 10px 30px;
	
}

.filesharing-item {
		margin: 5px 0 10px 0px;
	padding:0px 30px 40px 30px;
		background: url(images/blog-footer.jpg) no-repeat 2% 100%;
}

.filesharing-item-title {

}

.filesharing-item-title a:link {

}

.filesharing-item-title a:hover {

}

.filesharing-item-description {

}

/* @end */

/* @group Contact Form */

.message-text { } 

.required-text { } 

.form-input-field { } 

.form-input-button { margin-bottom:15px;}

/* @end */ 

.form-input-button {  
/* @end */