/* GENERAL ELEMENTS */

* {
	margin: 0;
	padding: 0;
	outline: none;
}

body {
	padding-top: 20px;
	font-size: 12px;
	line-height: 15px;
	text-align: center;
}

p {
	margin-bottom: 24px;
}

h1, h2, h3, h4, h5 {
}

h1 { 
  font-size: 24px; 
  line-height: 36px;
  margin-bottom: 18px; 
}

h2 { 
  font-size: 18px; 
  line-height: 24px; 
  margin-bottom: 18px;
}

h3 { 
  font-size: 12px; 
  line-height: 18px;
}

ul, ol {
	margin-bottom: 18px;
}

a {
	text-decoration: underline;
}

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

a img {
	border: none;
}

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

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

blockquote, code{
	margin: 18px 0;
	padding: 18px;
}

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

#flare {
	background: url(images/grad.png) top left repeat-x;
	height: 258px;
	width: 100%;
	left: 0pt;
	overflow: hidden;
	position: absolute;
	top: 130px;
}

#title {
	position: relative;
	top: 49px;
	left: 28px;
}

#title h1{
	font-size: 49px;
	color: #333;
	font-weight: bolder;
	margin: 0;
	padding: 0;
}

#title h2{
	font-size: 14px;
	color: #aaa;
	text-indent: 0px;
	margin: 10px 0 0 0;
	padding: 0;
}

/* LIST ELEMENTS */

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


/* BASIC LAYOUT */

#wrapperMain {
	width: 850px;
	padding-top: 1px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

#contentBg{
	position: absolute;
}

#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 800px;
	text-align: left;
	position: relative;
}

*:first-child+html #wrapper{ 
    padding-top: 18px;
	padding-left: 25px;
}

#banner {
	position: relative;
	height: 225px;
	width:  806px;
	margin-left: -4px;
	margin-top:  17px;
	background-position: top left;
	background-repeat: no-repeat;
}

#content-wrapper {
	padding-top: 18px;
}

#content {
	padding-left: 10px;
	padding-right: 10px;
}
	
#header {
	position: absolute;
	padding-top: 35px;
	padding-left: 23px;
	width: 760px;
}

#sidebar {
	width: 250px;
	line-height: 16px;
}

#footer {
	display: block;
	width: 98%;
	clear: both;
	margin: 36px 0;
	padding: 24px 8px 18px 0;
	font-size: .9em;
	border-top: 1px dotted #c7cad1;
}

#breadcrumb {
	display: block;
	padding: 5px 0;
}

#breadcrumb ul {
	list-style: none;
	margin: 0;
}

#breadcrumb li {
	display: inline;
}


/* MENU 1 */

#menu {
	top: 6px;
	position: relative;
	height: 36px;
	text-transform: uppercase;
}

#menu a {
	display: block;
	padding: 11px 17px 11px 15px;
	font-size: 1.1em;
	text-decoration: none;
}
	
#menu a.current {
	background: transparent;
}

#menu ul {
	list-style: none;
	height: 36px;
}

#menu li {
	float: left;
}

#menu ul ul {
	display: none;
}


/* SIDEBAR MENU */

#sidebar-title{
	font-weight: bolder;
	font-size: 17px;
	padding-bottom: 5px;
}

#sidebar-menu ul {
	list-style: none;
	display: inline;
}

#sidebar-menu li {
	display: inline;
}

#sidebar-menu span {
	display: none;
}

#sidebar-menu ul ul {
	display: block;
	padding: 0 0 18px 0;
	margin-bottom: 18px;
	border-bottom: 1px solid #c7cad1;
}

#sidebar-menu ul ul span {
	display: block;
	padding: 3px 0;
}

#sidebar-menu ul ul a {
	padding: 0 0 0 15px;
	background: transparent url('images/arrow.png') no-repeat 2px 2px;
	text-decoration: none;
}

#sidebar-menu a:hover {
	background: transparent url('images/arrow-on.png') no-repeat 2px 2px;
}

#sidebar-menu a.current, #sidebar-menu a.currentAncestor, #sidebar-menu ul li a.current:hover, #sidebar-menu ul li a.currentAncestor:hover {
	background: transparent url('images/arrow-current.png') no-repeat 0 3px;
	padding: 0 0 0 15px;
}


/* MENU 2 - Level 3 and beyond */

#sidebar-menu ul ul ul {
	margin: 3px 0 0 18px;
	padding-bottom: 0;
	border: none;
}

#sidebar-menu ul ul ul a {
	padding-left: 15px;
}

/* BLOG ELEMENTS */

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

.blog-entry-title, .blog-archive-month {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 8px;
	color: #326599;
}

	.blog-entry-title a {
		text-decoration: underline;
		font-weight: bolder;
	}
	
	.blog-entry-title a:hover {
		text-decoration: underline;
	}
	
.blog-entry-readmore {
	margin-top: 6px;
	margin-bottom: 6px;
}

.blog-entry-date {
	font-size: 12px;
	margin-bottom: 5px;
	font-weight:  bolder;
}

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

p.blog-entry-tags{
	margin: 0;
	padding: 0;
	font-size: 12px;
	margin-top: 7px;
	padding: 0 0 2px 18px;
	background: transparent url('images/tag.png') no-repeat 0 3px;
} 

#blog-archives, #blog-categories, #blog-rss-feeds {
	margin-top: 18px;
}

#blog-categories {
	
}

	#blog-categories a{
		padding-left: 21px;
		background: transparent url('images/tag.png') no-repeat 0 0;
	}
	
#blog-archives {
	
}

	#blog-archives a{
		padding-left: 23px;
		background: transparent url('images/date.png') center left no-repeat;
	}
	
#blog-rss-feeds {
	
}

	#blog-rss-feeds a{
		padding-left: 23px;
		background: transparent url('images/rss.png') center left no-repeat;
	}
	
	#blog-rss-feeds a:hover{
		background: transparent url('images/rss-on.png') center left no-repeat;
	}

.blog-archive-headings-wrapper {
	margin-bottom: 24px;
}
	
ul.blog-tag-cloud {
	display: block;
	margin: 0 0 18px 0;
	padding: 18px 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;
}


/* FILE SHARING ELEMENTS */

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

.filesharing-item{
	padding: 0 0 6px 23px;
	background: transparent url('images/download.png') no-repeat 0 1px;
}


/* 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;
	margin-bottom: 50px;
	margin-right: 10px;
}

/* PHOTO PAGE */

/* Styles the background for this page */
.photo-background{
	margin: 0;
	padding: 100px;
	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;
}

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

/* 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: 15px;
}

/* Styles around the movie thumbnail */
.movie-thumbnail-frame {
	width: 132px;
	height: 135px;
	float: left;
	position: relative;
	text-align: center;
	padding: 0px;
	margin-bottom: 20px;
	margin-right: 24px;
	border: 1px solid #bbbbbb;
}

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

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

/* CONTACT FORM */

.message-text { 
} 

.required-text {
} 

.form-input-field {
} 

.form-input-button { 
}

/* @group AppleBoxes */

/* Show only to IE PC */
/* html .applebox h2 {height: 1%;} /* For IE 5 PC */

#appleboxes {
margin: 0 auto; /* center for now */float:left;width:185px;
font-size: 90%;
}

#applebox {margin-bottom:20px;background-image:url(images/sbboxbottom.png);background-position:left bottom;background-repeat:no-repeat}
#applebox h2 {text-align:center;padding:0px 0px 0px 0;margin:0 0 0 -1px;background:url(images/sbboxtop.png) top no-repeat #fff;color: white; 
font-weight: bold; 
font-size: 1.1em; 
line-height: 25px; 
text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */}
#applebox p {	padding:9px 19px 24px 12px;	margin:0;
	font-size: 1.1em;
	color: #ff6400;
}

/* @end */

/* @group textboxes */

/* Show only to IE PC */
/* html .applebox h2 {height: 1%;} /* For IE 5 PC */



#textboxes {
margin: 0 auto; /* center for now */float:left;width:475px;
font-size: 90%;
}

#textbox {margin-bottom:0px;background-image:url(images/box.png);background-position:left bottom;background-repeat:no-repeat;
	margin-left: 0;
	width: 475px;
	border-top-color: #666;
	border-top-width: 2px;
	border-color: #333;
}
#textbox h2 {text-align: rightight;padding:0px 0px 0px 0;margin: 0;background:url(images/boxtop.png) top no-repeat #fff;color: gray; 
font-weight: bold; 
font-size: 1.1em; 
line-height: -10px; 
text-shadow: rgba(0,0,0,.4) 0px 2px 5px;
	width: 475px;
}

#textbox h4 {
	padding: 16px 16px 2px 12px;
	margin: 0 0 0 10px;
	font-size: 1.1em;
	color: #326599;
}
#textbox p {	padding: 9px 16px 24px 12px;	margin: 0 0 0 10px;
	font-size: 1.1em;
	color: #666;
}
		
/* @end */

/* @group cssboxes */

 /* set the image to use and establish the lower-right position */
    .cssbox, .cssbox_body, .cssbox_head, .cssbox_head h2{
      background: transparent url(images/box.png) no-repeat bottom right}
    .cssbox{
    /* intended total box width - padding-right(next) */
      width:515px !important; /* IE Win = width - padding */
      width: 500px; 
    /* the gap on the right edge of the image (not content padding) */
      padding-right:15px; /* use to position the box */
      margin:20px auto}

    /* set the top-right image */
    .cssbox_head{background-position:top right;
    /* pull the right image over on top of border */
      margin-right:-15px; 
    /* right-image-gap + right-inside padding */
      padding-right:40px}

    /* set the top-left image */
    .cssbox_head h2{
      background-position:top left;
      margin:0; /* reset main site styles*/ 
      border:0; /* ditto */
    /* padding-left = image gap + interior padding ... no padding-right */
      padding:25px 0 15px 40px; 
      height:auto !important;
      height:1%} /* IE Holly Hack */

    /* set the lower-left corner image */
    .cssbox_body{
      background-position:bottom left;
      margin-right:25px; /* interior-padding right */ 
      padding:15px 0 15px 40px} /* mirror .cssbox_head right/left */
      
/* @end */

.example {
	width: 250px;
	height: 250px;
	text-align: center;
	float: left;
}

/* My Comment */

.example h2 {
	color: #D0491C;
	font-family: Geneva,Helvetica,Arial,sans-serif;
	font-size: 160%;
	font-weight: normal;
	margin: 0pt 0pt 15px;
}
