/* @group General Styles */

body {
	margin: 0;
	padding: 0;
	margin-top: 25px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

p {
	margin-left: 0;
	padding-left: 0;
}

b, strong {

}
hr {
	background: none;
	background-color: none;
	border-top-width: 1px;
	height: 1px;
	border: none;
	display: block;
	clear: both;
}
a:link, a:visited {
	text-decoration: none;
	outline: none;
}

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

img {
	border: none;
}

.image-left {
	float: left;
	padding-right: 10px;
	padding-bottom: 5px;
}

.image-right {
	float: right;
	padding-left: 10px;
	padding-bottom: 5px;
}
	
/* @end */

/* @group Layout */

#container {
	width: 980px;
	margin: auto;
	padding-bottom: 50px;
}

.clearer {
	clear: both;
}

#pageHeader {
}

#pageHeader img {
}

#pageHeader h1 {
}

#pageHeader h2 {
}

#contentContainer {
	position: relative;
}

#contentHeader {
	float: left;
}

#contentCapSpacer {
	display: none;
	height: 10px;
	float: left;
	width: 980px;
}

#contentContainer #contentholder {
	width: 650px;
	float: left;
}

#sidebarContainer {
	float: left;
}

#sidebarContainer #sidebar {
}

#sidebarContainer .sideHeader {
}

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

#footer p {
	margin: 0;
	padding: 0;
	margin-top: 10px;
}

#footer a:link, #footer a:visited {
}

#footer a:hover, #footer a:active {
}
	
/* @end */

/* @group Bread-crumb */

#breadcrumbcontainer {
	display: none;
	height: 50px;
	width: 980px;
	margin: auto;
	background: url(images/breadcrumb/breadcrumb_left.png) no-repeat;
}

#breadcrumbcontainer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left: 12px;
	height: 50px;
	overflow: hidden
	padding-right: 12px;
	background: url(images/breadcrumb/breadcrumb_right.png) no-repeat right;
}

#breadcrumbcontainer li {
	height: 32px;
	padding-top: 18px;
	float: left;
	font-size: 10px;
	color: #ccc;
	padding-left: 8px;
}

#breadcrumbcontainer a {
	display: block;
	float: left;
	color: #ccc;
}

#breadcrumbcontainer a:hover {
	color: #0088cc;
}
	
/* @end */

/* @group Global Classes */

blockquote, .standout {
}

h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	line-height: 1.1em
}

h1 {
	font-size: 2em
}

h2 {
	font-size: 1.5em
}

h3 {
	font-size: 1.3em
}

h4 {
	font-size: 1.1em
}

.imageStyle {
}



/* Main content area unordered list styles */
#contentContainer #content ul {
}

#contentContainer #content li {
}

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

ol.lower-alpha {
	list-style-type: upper-latin;
}

ol.upper-roman {
	list-style-type: upper-roman;
}

ol.lower-roman {
	list-style-type: lower-roman;
}

/* Sidebar area unordered list styles */
#sidebarContainer #sidebar ul {
}

#sidebarContainer #sidebar li {
}


/* Table Styles */
table {
}
/* @end */

/* @group Blog */

/* @group Tag Cloud */


ul.blog-tag-cloud {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-style: dashed;
	border-top-width: 1px;
	border-bottom-style: dashed; 
	border-bottom-width: 1px;
}

ul.blog-tag-cloud li {
	display: inline;
}

ul.blog-tag-cloud li a {
	font-weight: normal;
}

ul.blog-tag-cloud li a:hover {
	color: #1e1e1e;
}

.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 */

/* @group Archive Page */

.blog-archive-background {
}



.blog-archive-headings-wrapper {
}

.blog-archive-entries-wrapper {
}

.blog-archive-entries-wrapper .blog-entry {
}

.blog-archive-month {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 2.0em;
	margin-bottom: 10px;
	display: block;
}

.blog-archive-link {
	margin-bottom: 10px;
}

.blog-archive-link a:link, .blog-archive-link a:visited {
}
	
/* @end */

.blog-entry {
	display: block;
	margin-bottom: 20px;
}

h1.blog-entry-title {
	display: block;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px; 
	-moz-border-radius-topright:10px;
	-moz-border-radius-topleft:10px;
	border-top-left-radius:10px; 
	border-top-right-radius:10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	
}


h1.blog-entry-title a {
}

.blog-entry-date {
	font-size: 0.75em;
	padding-left: 10px;
}


/*styles the category link in the main entry */
.blog-entry-category {
}

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

.blog-read-more {
}

.blog-entry-summary {
	padding: 10px;
	padding-bottom: 0;
}
.blog-entry-body {
	padding: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px; 
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-bottomleft:10px;
	border-bottom-left-radius:10px; 
	border-bottom-right-radius:10px;
}

.blog-entry-comments {
}

p.blog-entry-tags {
	font-size: 0.8em;
	display: block;
	padding-left: 5px;
	clear: both;
	padding-right: 5px;
}

/* styles the archives in the blog sidebar */
#blog-archives {
}

.blog-archive-link-enabled {
}

.blog-archive-link-disabled {
}

/* Styles the blog categories in the blog sidebar */
#blog-categories {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-top-width: 1px;
	font-size: 1.1em;
}
.blog-category-link-enabled {
}

.blog-category-link-disabled {
}

/* Styles the blog RSS feeds in the blog sidebar */
#blog-rss-feeds {
}

.blog-rss-link {
}

.blog-comments-rss-link {
}

/* @end */

/* @group File Sharing */

.filesharing-description {
	display: block;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ccc;
	color: #333333;
}

.filesharing-item {
	display: block;
	margin-bottom: 20px;
	padding-left: 50px;
	min-height: 40px;
	background: url(images/filesharing/download.png) no-repeat left top;
}

.filesharing-item-title a:link {
	font-size: 1.5em;
	color: #95c33b;
}

.filesharing-item-title a:hover {
	color: #0bafbf;
}

.filesharing-item-title a:visited {
}

.filesharing-item-description {
	font-size: 0.9em;
	color: #757779;
}

/* @end */

/* @group Photo Album */

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

.album-title {
	font-size: 24px; 
	line-height: 36px; 
	margin-bottom: 10px;  
}

.album-description {
	margin-bottom: 20px;
}

.album-wrapper {
	display: block;
	width:100%;
	position: relative;
}

.thumbnail-wrap {
	text-align: center;
	position: relative;
	float: left;
	margin-bottom: 20px;
	margin-right: 10px;
	padding-top: 70px;
	padding-left: 5px;
	padding-right: 5px;
}

.thumbnail-frame {
	position: absolute;
    bottom: 0;
    left: 0;
    padding-left: 5px;
	padding-right: 5px;
}

.thumbnail-frame:hover {
}

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
}

.thumbnail-frame img {
	margin: auto;
	border: none;
}

.thumbnail-caption {
	margin: 0 -5px;
	padding: 7px 0 7px 0;
	font-size: 0.9em;
	height: 38px;
	display: block;
}

/* @end */

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

.photo-background {
	background-image: none;
	text-align: center;
}

.photo-navigation {
	height: 119px;
	border-bottom: 1px solid #fff;
	margin-bottom: 25px;
	width: 100%;
	background: #8f9395;
	text-align: left;
}

.photo-links{
	padding: 0 0 0 40px;
	margin: 0;
	
}

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

.photo-navigation a:hover {
}

.photo-frame{
	padding: 20px 20px 20px 20px;
	margin-bottom: 20px;
	border: 1px solid #f1f1f1;
}

.photo-title {
	font-size: 2.2em;
	padding: 5px 0 0 40px;
	margin: 0;
	
}

.photo-caption {
	font-size: 1.2em;
	padding: 0 0 0 40px;
	margin: 0;
}

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

.exif-data p {
}

/* 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 */
	
/* @end */

/* @group Quicktime Page */

.movie-description {
}
	
/* @end */

/* @group Quicktime Album */

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

.movie-page-title {
	font-size: 2.2em;
	margin-bottom: 10px;
}

.movie-page-description {
	margin-bottom: 20px;
}

.movie-thumbnail-frame {
	width: 132px;
	height: 162px;
	float: left;
	position: relative;
	border-top: 1px ;
	text-align: center;
	margin-bottom: 20px;
	margin-right: 10px;
	padding-top: 7px;
	padding-left: 5px;
	padding-right: 5px;
}

.movie-thumbnail-frame:hover {
}

.movie-thumbnail-caption {
	height: 56px;
	width:  132px;
	padding: 5px 0px 0 0px;
}
	
/* @end */

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

.movie-background {
	background-image: none;
	text-align: center;
}

.movie-title {
	font-size: 1.4em;
	height: 120px;
	color: #e5e5e5;
	padding: 10px 0 0 20px;
}

.movie-frame {
	margin-top: 10px;
	margin-bottom: 10px;
}
	
/* @end */


/* @end */

/* @group Contact Form */
.message-text { 
} 

.required-text {
} 

.form-input-field {
} 

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